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

编译lede时,make menuconfig 递归依赖报错 #176

Open
Gokou-Ruri opened this issue Jul 26, 2024 · 1 comment
Open

编译lede时,make menuconfig 递归依赖报错 #176

Gokou-Ruri opened this issue Jul 26, 2024 · 1 comment

Comments

@Gokou-Ruri
Copy link

Gokou-Ruri commented Jul 26, 2024

make menuconfig后出现如下报错:

$ make menuconfig
tmp/.config-package.in:122124:error: recursive dependency detected!
tmp/.config-package.in:122124:  symbol PACKAGE_coreutils is selected by PACKAGE_luci-app-bypass
tmp/.config-package.in:62036:   symbol PACKAGE_luci-app-bypass depends on PACKAGE_iptables
tmp/.config-package.in:84980:   symbol PACKAGE_iptables is selected by PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy
tmp/.config-package.in:64250:   symbol PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy depends on PACKAGE_luci-app-passwall2
tmp/.config-package.in:64212:   symbol PACKAGE_luci-app-passwall2 depends on PACKAGE_luci-app-passwall2_INCLUDE_IPv6_Nat
tmp/.config-package.in:64243:   symbol PACKAGE_luci-app-passwall2_INCLUDE_IPv6_Nat depends on PACKAGE_ip6tables
tmp/.config-package.in:84922:   symbol PACKAGE_ip6tables is selected by PACKAGE_dockerd
tmp/.config-package.in:123550:  symbol PACKAGE_dockerd is selected by PACKAGE_luci-app-bmtedge
tmp/.config-package.in:62003:   symbol PACKAGE_luci-app-bmtedge depends on PACKAGE_coreutils
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"

tmp/.config-package.in:114298:error: recursive dependency detected!
tmp/.config-package.in:114298:  symbol PACKAGE_tor is selected by PACKAGE_luci-app-torbp
tmp/.config-package.in:66506:   symbol PACKAGE_luci-app-torbp depends on PACKAGE_tor
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'.

此错误会导致bypass和passwall2无法正常使用,例如bypass启动后(chinadns-ng或gfw模式)既无法连接百度,也无法连接谷歌(停用bypass后能正常连接百度)。

@small1ee
Copy link

small1ee commented Jul 26, 2024 via email

@Gokou-Ruri Gokou-Ruri changed the title make menuconfig 递归依赖报错 编译lede时,make menuconfig 递归依赖报错 Jul 26, 2024
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

2 participants