(name . bug-guix)(address . bug-guix@gnu.org)
Dear guix,
p11-kit is switching its build system to meson. The README already
advertises it as the way to build p11-kit. When I try to change that,
guix builds fine. Then, if I try to run guix build p11-kit, guix will
crash after exhausting all my memory. I suspect a circular dependency
of some sort, but I don’t know how to debug it.
If I try and run:
$ ./pre-inst-env guix graph --type=bag p11-kit
Then I get as an output,
digraph "Guix bag" {
And then guix starts eating my memory indefinitely until I cancel it.
How can I debug this?
Best regards,
Vivien