Makefile errors

I’m just getting started with building, and have an Ubunto VM up, have gone over the “Build System Setup” and “Build system usage” WiKI’s, but I keep getting these three errors that I can’t resolve. Even our AI friend was no help.

rick@openwrt:~/openwrt$ make menuconfig

WARNING: Makefile 'package/feeds/luci/luci-app-mjpg-streamer/Makefile' has a dependency on 'mjpg-streamer', which does not exist

WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-pysocks', which does not exist

WARNING: Makefile 'package/feeds/packages/onionshare-cli/Makefile' has a dependency on 'python3-unidecode', which does not exist

I don’t even know what more info to include.

Any thoughts on how to resolve?

Thanks!

Those warnings are harmless, if you are not using those specific packages mentioned.

They are just notifications that some makefiles still refer to packages that have been removed.

2 Likes

Thank you! I was able to finally get my first build done.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.