I didnt see this previously as the errors scrolled off the page, but it seems that the errors are in
$ sh scripts/onion-feed-setup.sh
I get the following warnings when running scripts/onion-feed-setup.sh:
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: No feed for package 'Onion-Console' found
WARNING: No feed for package 'transmission-daemon' found
WARNING: No feed for source package 'libuuid' found
WARNING: Makefile 'package/feeds/onion/transmission-console-app/Makefile' has a dependency on 'Onion-Console', which does not exist
WARNING: Makefile 'package/feeds/onion/transmission-console-app/Makefile' has a dependency on 'transmission-daemon', which does not exist
WARNING: Makefile 'package/feeds/onion/zeromq/Makefile' has a build dependency on 'libuuid', which does not exist
WARNING: bluez-examples not installed
WARNING: bluez-libs not installed
WARNING: bluez-utils not installed
WARNING: pulseaudio-daemon not installed
WARNING: pulseaudio-profiles not installed
WARNING: pulseaudio-tools not installed
Uninstalling package 'avrdude'
Collecting package info: done
WARNING: Makefile 'package/feeds/onion/arduino-dock/Makefile' has a dependency on 'avrdude', which does not exist
WARNING: Makefile 'package/feeds/onion/arduino-dock/Makefile' has a dependency on 'avrdude', which does not exist
I tried addressing this with the following but it did not work:
$ sudo apt-get install libpam0g-dev libgnutls28-dev libldap2-dev libidn2-0-dev libssh2-1-dev liblzma-dev libnet-snmp-perl
Im not sure if I need to provide these packages as architecture specific but I cant find mips versions of them