GNU bug report logs -
#60811
Can’t change the build system of p11-kit to meson
Previous Next
Full log
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello!
Le samedi 14 janvier 2023 à 21:10 +0100, Csepp a écrit :
> The way I debugged a cycle was:
> * use package graph type
> * import graph into Python's networkx using pydot
> * run networkx's cycle detection
If I select the "package" graph type, guix graph completes:
$ ./pre-inst-env guix graph --type=package p11-kit
digraph "Guix package" {
"140299993452720" [label = "p11-kit <at> 0.23.22", shape = box, fontname =
sans];
"140299993452720" -> "140299993453072" [color = magenta];
"140299993452720" -> "140300286436736" [color = magenta];
"140299993452720" -> "140299980957936" [color = magenta];
"140299993452720" -> "140299993453072" [color = magenta];
"140299993453072" [label = "libtasn1 <at> 4.17.0", shape = box, fontname =
sans];
"140299993453072" -> "140299983720224" [color = blue];
"140299983720224" [label = "perl <at> 5.34.0", shape = box, fontname =
sans];
"140299983720224" -> "140299983567616" [color = red];
"140299983567616" [label = "coreutils-minimal <at> 8.32", shape = box,
fontname = sans];
"140300286436736" [label = "pkg-config <at> 0.29.2", shape = box, fontname
= sans];
"140299980957936" [label = "libffi <at> 3.3", shape = box, fontname =
sans];
}
Thank you for your python script! Unfortunately, it does not detect any
cycles here.
Vivien
This bug report was last modified 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.