Cjdns - satisfy_dependencies error

I tried to make a completely clean build with cjdns, but it didn't find these dependencies:
lua-bencode dkjson luasocket lua-sha2
That was observed with openwrt, but I suspect this might be related to LEDE as well (also openwrt forum is dead and I couldn't go there)

Configuring ppp-mod-pppoa.
Configuring ppp-mod-pppoe.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for cjdns:
 * 	lua-bencode * 	dkjson * 	luasocket * 	lua-sha2 * 
 * opkg_install_cmd: Cannot install package cjdns.
package/Makefile:60: recipe for target 'package/install' failed
make[2]: *** [package/install] Error 255
make[2]: Leaving directory '/home/mward15/openwrt'
package/Makefile:102: recipe for target '/home/mward15/openwrt/staging_dir/target-mips_24kc_musl-1.1.16/stamp/.package_install' failed
make[1]: *** [/home/mward15/openwrt/staging_dir/target-mips_24kc_musl-1.1.16/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/mward15/openwrt'
/home/mward15/openwrt/include/toplevel.mk:198: recipe for target 'world' failed
make: *** [world] Error 2
mward15@mypc:~/openwrt$

_P.S. my previous posts are here (for the archival purposes) : _

https://forum.openwrt.org/viewtopic.php?id=69050 - [V] How to ban the Internet WAN traffic for a specific Ethernet port
https://forum.openwrt.org/viewtopic.php?id=69079 - [V] How to move Ethernet port to a separate LAN network?
Thread ID 73100 - SOIC-8 test clip > blinking LEDs at router board. LEDs ON = read fail?

At this time OpenWRT and LEDE are one and the same project. The OpenWRT forum's hosting provider, as I understand it, had catastrophic failures and has not been able to provide recovery.

What version are you trying to build?

All of those packages seem to exist by checking https://openwrt.org/packages/table/start

Have you populated the feeds with

./scripts/feeds update -a
./scripts/feeds install -a

Perhaps you need to re-run make menuconfig?

1 Like