bug#60803: Cuirass stopped processing jobs for aarch64-linux and x86_64-linux

2023-01-14 Thread Marius Bakke
Marius Bakke skriver: > The 335212 build is for x86_64-linux, we have the same problem with > 335087 (also perftest) on aarch64. i686-linux and powerpc64le-linux is > fine. I deleted these two from the Builds and BuildDependencies tables which allowed Cuirass to move forward (or backwards, real

bug#60821: "failed to compute the derivation" and openssl build failure

2023-01-14 Thread Zach Philipchook
Hi! I installed guix on Ubuntu 20.04 from a tarball and I'm getting an error while doing an initial `guix pull`. Apparently, openssl fails to build. The command output: https://pastebin.com/BVvdcXX2 The openssl build ouput: https://pastebin.com/Kpn0avU1 -- Zach

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

2023-01-14 Thread Vivien Kraus via Bug reports for GNU Guix
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 gr

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

2023-01-14 Thread Csepp
Vivien Kraus via Bug reports for GNU Guix writes: > 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 exh

bug#60816: guix pull ("computing Guix derivation") is not reproducible

2023-01-14 Thread Julien Lepiller
Hi Guix! I found out today that guix pull does not compute the same derivation on two machines, with the same architecture (x86_64), using the same initial Guix revision (4473be9) and pulling to the same commit (c77978d). guix-packages-base.drv seems to be the first derivation to differ. I get:

bug#57493: should allow for customizing home directory permission bits

2023-01-14 Thread Thompson, David
On Tue, Aug 30, 2022 at 1:10 PM Thompson, David wrote: > > Hi Guix, > > Issue 56444 (https://issues.guix.gnu.org/56444) was caused by the > activate-users+groups procedure in (gnu build activation) unconditionally > setting all user home directory permission bits to 700. The fix for that bug >

bug#60566: [PATCH] environment: Fix '--emulate-fhs' option overriding $PATH.

2023-01-14 Thread Ludovic Courtès
Hi John, John Kehayias skribis: > From beb6f9255fc62fe52e237f82c7e953a21b7f82f4 Mon Sep 17 00:00:00 2001 > From: John Kehayias > Date: Thu, 5 Jan 2023 16:06:19 -0500 > Subject: [PATCH] * environment: Fix '--emulate-fhs' option overriding $PATH. > > Fixes wher

bug#60786: unsupported mips64el architecture can cause cryptic backtraces

2023-01-14 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > Maxim Cournoyer writes: [...] >> This issue was triggered by having make-uboot-package uses #:target [0], >> but it already exists on current master. I've spent some time narrowing >> down the issue, and it is caused by the package returned by >> cross-kernel-h

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

2023-01-14 Thread Vivien Kraus via Bug reports for GNU Guix
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 so