vernesong / OpenClash

A Clash Client For OpenWrt
MIT License
16.79k stars 3.09k forks source link

OpenWRT 最新版本的依赖递归问题 #24

Closed love4taylor closed 5 years ago

love4taylor commented 5 years ago

master 分支最新 commit, 各个 feed 也是最新, 删除 Makefile 里 +luci 后正常.

 π mevbu master ❯ make menuconfig
tmp/.config-package.in:71556:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:71556:   symbol PACKAGE_luci-app-openclash depends on PACKAGE_rpcd
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:955: symbol PACKAGE_rpcd is selected by PACKAGE_attendedsysupgrade-common
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:7:   symbol PACKAGE_attendedsysupgrade-common is selected by PACKAGE_luci-app-attendedsysupgrade
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:71006:   symbol PACKAGE_luci-app-attendedsysupgrade depends on PACKAGE_uhttpd
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:112076:  symbol PACKAGE_uhttpd is selected by PACKAGE_luci
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:70607:   symbol PACKAGE_luci is selected by PACKAGE_luci-app-openclash

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
vernesong commented 5 years ago

这个错误比较尴尬,我还是取消强制依赖luci好了