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

make menuconfig 循环依赖 #516

Open
kxhubs opened this issue Jan 14, 2025 · 0 comments
Open

make menuconfig 循环依赖 #516

kxhubs opened this issue Jan 14, 2025 · 0 comments

Comments

@kxhubs
Copy link

kxhubs commented Jan 14, 2025

make menuconfig
出现循环依赖问题

openwrt@DESKTOP-0R64799:~/openwrt$ make menuconfig
Collecting package info: done
tmp/.config-package.in:100605:error: recursive dependency detected!
tmp/.config-package.in:100605: symbol PACKAGE_iptables is selected by PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy
tmp/.config-package.in:63453: symbol PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy default is visible depending on PACKAGE_firewall4
tmp/.config-package.in:346: symbol PACKAGE_firewall4 is selected by PACKAGE_luci-app-fchomo
tmp/.config-package.in:62341: symbol PACKAGE_luci-app-fchomo depends on PACKAGE_coreutils
tmp/.config-package.in:137756: symbol PACKAGE_coreutils is selected by PACKAGE_luci-app-bypass
tmp/.config-package.in:61742: symbol PACKAGE_luci-app-bypass depends on PACKAGE_iptables
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

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

No branches or pull requests

1 participant