bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60811: Can’t change the build system of p11-kit to meson


From: Vivien Kraus
Subject: bug#60811: Can’t change the build system of p11-kit to meson
Date: Sat, 14 Jan 2023 23:03:13 +0100
User-agent: Evolution 3.46.0

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@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@4.17.0", shape = box, fontname =
sans];
  "140299993453072" -> "140299983720224" [color = blue];
  "140299983720224" [label = "perl@5.34.0", shape = box, fontname =
sans];
  "140299983720224" -> "140299983567616" [color = red];
  "140299983567616" [label = "coreutils-minimal@8.32", shape = box,
fontname = sans];
  "140300286436736" [label = "pkg-config@0.29.2", shape = box, fontname
= sans];
  "140299980957936" [label = "libffi@3.3", shape = box, fontname =
sans];

}

Thank you for your python script! Unfortunately, it does not detect any
cycles here.

Vivien





reply via email to

[Prev in Thread] Current Thread [Next in Thread]