[Buildroot] [Bug 12246] host-policycoreutils-graph-depends fails

bugzilla at busybox.net bugzilla at busybox.net
Sat Sep 21 15:58:07 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12246

--- Comment #2 from Yann E. MORIN <yann.morin.1998 at free.fr> ---
(In reply to Thomas Petazzoni from comment #0)
As you already found, the issue is because the package is not enabled (it is a
host package without a config.in option), and is also not in the dependency
chain of any other package.

The proposal I have is to add a check to graph-depends, that checks that the
requested root package is indeed enabled, and if not, inform the user rather
than spew a traceback.

(In reply to Arnout Vandecappelle from comment #1)
> circular dependencies are no longer handles properly by graph-depends
Yes they are:
https://git.buildroot.org/buildroot/tree/support/scripts/graph-depends#n133 and
https://git.buildroot.org/buildroot/tree/support/scripts/graph-depends#n337

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list