bug#69922: arcan-sdl does not build

2024-03-20 Thread Skyler Ferris via Bug reports for GNU Guix
On 3/20/24 14:53, David Elsing wrote: > I meant to reply to this issue, but accidentally opened a new issue with > the patch fixing it: > https://issues.guix.gnu.org/69923 > Should we close this one (69922)? That's OK, since you have a patch sending it to the patches mailing list made sense (thi

bug#69922: arcan-sdl does not build

2024-03-20 Thread David Elsing
Hello, > While reviewing https://issues.guix.gnu.org/69866, I noticed that > arcan-sdl is failing. I'm recording some notes from looking at the CI > pages here. I meant to reply to this issue, but accidentally opened a new issue with the patch fixing it: https://issues.guix.gnu.org/69923 Should

bug#69922: arcan-sdl does not build

2024-03-20 Thread Skyler Ferris via Bug reports for GNU Guix
Hello, While reviewing https://issues.guix.gnu.org/69866, I noticed that arcan-sdl is failing. I'm recording some notes from looking at the CI pages here. The package started failing in March of 2023 (https://ci.guix.gnu.org/search?query=arcan-sdl%20spec:master&border-high-id=635295). Around

bug#63678: Can't restart/halt system with shepherd 0.9.3 after upgrading

2024-03-20 Thread Ludovic Courtès
Christopher Baines skribis: > I believe I sorted access for Ludo, but nothing was found when looking > at the logs. I’m closing it. Let’s reopen if we stumble upon a similar issue. Ludo’.

bug#68591: Error when using shepherd on foreign distro

2024-03-20 Thread Ludovic Courtès
Hi Einar, Einar Largenius skribis: > I am setting up shepherd for use by my user account on a foreign distro. I > setup as described in the manual in the section "(shepherd) Managing User > Services". When I try to run it using shepherd, it crashes on the line: > > ;; Send shepherd into t

bug#67565: shepherd: FAIL: tests/close-on-exec.sh

2024-03-20 Thread Ludovic Courtès
Hi, Attila Lendvai skribis: > this log file is with my shepherd branch, i.e. it contains much more log. Could you check whether it happens with current ‘main’? The test is quite sensitive to anything that would open file descriptors, as you can imagine. Thanks, Ludo’.

bug#65463: Herd `fport_write: Broken pipe` error when running `guix home reconfigure`

2024-03-20 Thread Ludovic Courtès
Hi Richard and all, Richard Sent skribis: > However, when fish is in charge of executing on-first-login, stdout and > stderr for the user shepherd get directed to a pipe instead of > /dev/null. > > fish fds, both stdout and stderr point to a pipe: > > $ ls -l /proc//fd) > lr-x-- 1 richar

bug#69868: Source downloads result in suspicious ownership or permission errors

2024-03-20 Thread Richard Sent
Possibly related to bug#69753. -- Take it easy, Richard Sent Making my computer weirder one commit at a time.

bug#69753: Git checkout fail after daemon checks permissions

2024-03-20 Thread Richard Sent
I've encountered this issue myself, so it's not an isolated incident. I observed that it only occured when building packages from a custom channel (or perhaps with -L, I don't recall for sure.) The issue seemed to disappear after a while. -- Take it easy, Richard Sent Making my computer weirder

bug#67886: herd status does not execute in virsh and macos arm64 m1 - I can press enter multiple time

2024-03-20 Thread Ludovic Courtès
Hi Roman, Sorry for the delay. Roman Frołow skribis: > guix system image --system=aarch64-linux --image-type=uncompressed-iso9660 > /gnu/store/dgiaqzxx743na0fd88a0mzj7f8jmcj5n-guix-29c94dd52-modules/share/guile/site/3.0/gnu/system/install.scm [...] > I was able to install guix. > > After rest

bug#69913: Can't build a x86_64-w64-mingw32 cross-gcc-toolchain with GCC 13.2.0

2024-03-20 Thread Michael Ford
Using the following: (use-modules (gnu packages) (gnu packages cross-base) (gnu packages gcc) (guix packages)) (packages->manifest (append (list (cross-gcc-toolchain "x86_64-w64-mingw32" #:base-gcc gcc-13) ))) and guix build -m win.scm: gcc-13.2.0/g