cligen: fix depends - #30144
Merged
Merged
Conversation
openwrt-ai
reviewed
Aug 3, 2026
Contributor
|
Thank you! This removes the make menuconfig
WARNING: Makefile 'package/feeds/video/sdl3/Makefile' has a build dependency on 'libwayland', which does not exist
feeds/packages/net/freeradius3/Config.in:3:error: recursive dependency detected!
feeds/packages/net/freeradius3/Config.in:3: choice <choice> contains symbol PACKAGE_freeradius3-common
tmp/.config-package.in:106904: symbol PACKAGE_freeradius3-common is selected by PACKAGE_freeradius3
tmp/.config-package.in:106891: symbol PACKAGE_freeradius3 depends on FREERADIUS3_OPENSSL
feeds/packages/net/freeradius3/Config.in:11: symbol FREERADIUS3_OPENSSL is part of choice <choice>
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:106652:error: recursive dependency detected!
tmp/.config-package.in:106652: symbol PACKAGE_nftables-nojson is selected by PACKAGE_nftables-nojson
For a resolution refer to Documentation/kbuild/kconfig-language.rst
subsection "Kconfig recursive dependency limitations"
-
-tmp/.config-package.in:60639:error: recursive dependency detected!
-tmp/.config-package.in:60639: symbol PACKAGE_libcurl is selected by PACKAGE_clixon
-tmp/.config-package.in:138677: symbol PACKAGE_clixon depends on PACKAGE_libxml2
-tmp/.config-package.in:66013: symbol PACKAGE_libxml2 is selected by PACKAGE_libintl-full
-tmp/.config-package.in:62740: symbol PACKAGE_libintl-full is selected by PACKAGE_libidn2
-tmp/.config-package.in:62618: symbol PACKAGE_libidn2 is selected by PACKAGE_libcurl
-For a resolution refer to Documentation/kbuild/kconfig-language.rst
-subsection "Kconfig recursive dependency limitations"Any advice or fix for the remaining warnings is welcome. |
Contributor
Author
|
@httpstorm see 7933a6f, #30074 |
Contributor
|
Thank you! With these fixes in place, the only remaining warning I see is the one related to |
Contributor
Author
|
openwrt/video@51549da#commitcomment-189963371 |
BKPepe
reviewed
Aug 3, 2026
fixes: openwrt/openwrt#24247 (comment) Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
Member
|
Thanks merged! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: openwrt/openwrt#24247 (comment)
📦 Package Details
Maintainer: @pprindeville
Description:
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.