kenzok8 / small-package

自动同步更新上游库软件
Apache License 2.0
1.27k stars 706 forks source link

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

Open Gokou-Ruri opened 3 months ago

Gokou-Ruri commented 3 months ago

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 commented 3 months ago

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