Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2609 - Dependency issues in feeds/packages on clean install #7538

Closed
openwrt-bot opened this issue Nov 17, 2019 · 0 comments
Closed

FS#2609 - Dependency issues in feeds/packages on clean install #7538

openwrt-bot opened this issue Nov 17, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

alphalt:

Hi.
There is a problem with dependency in packages/feeds in clean install of OpenWRT 19.07.0-rc1. Here is what I do:

git checkout openwrt-19.07
git pull
make distclean
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig (and select target)
make defconfig

and after last command I get these warnings:

WARNING: Makefile 'package/feeds/luci/luci-app-cifsd/Makefile' has a dependency on 'cifsd-tools', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-proto-modemmanager/Makefile' has a dependency on 'modemmanager', which does not exist
WARNING: Makefile 'package/feeds/packages/python-zipp/Makefile' has a dependency on 'python3-more-itertools', which does not exist
tmp/.config-package.in:104681:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:104681: symbol PACKAGE_nfs-kernel-server depends on NFS_KERNEL_SERVER_V4
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
feeds/packages/net/nfs-kernel-server/Config.in:4: symbol NFS_KERNEL_SERVER_V4 depends on PACKAGE_nfs-kernel-server

configuration written to .config

#

If I do exactly the same steps on 18.06 then no warnings/faults are received. So, I guess there are some kind of dependency issues in feeds/packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant