small-package icon indicating copy to clipboard operation
small-package copied to clipboard

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

Open Gokou-Ruri opened this issue 1 year ago • 1 comments

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后能正常连接百度)。

Gokou-Ruri avatar Jul 26 '24 03:07 Gokou-Ruri

邮件已收到,我会尽快回复

small1ee avatar Jul 26 '24 03:07 small1ee