bug#77280: [PATCH] mumi FTBFS

2025-03-26 Thread Felix Lechner via Bug reports for GNU Guix
Hi, Mumi fails to build from source with this message from the 'configure' phase: checking if (fibers web server) is available... no configure: error: Guile fibers is missing; please install it. The following message has a patch with the fix. Kind regards, Felix

bug#77280: [PATCH] Add guile-fibers as input for mumi.

2025-03-26 Thread Felix Lechner via Bug reports for GNU Guix
>From ./configure: checking if (fibers web server) is available... no configure: error: Guile fibers is missing; please install it. Change-Id: I84a22697dfc6bc396b01e21821322b37a6dfacf2 --- gnu/packages/mail.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/mail.scm b/gnu/packa

bug#77220: [shepherd]: Timers do not set HOME environment variable correctly

2025-03-26 Thread Tomas Volf
Ludovic Courtès writes: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> skribis: > >> Given a timer executed under some user (via #:user "git" #:group "git" >> keyword arguments), the HOME variable is set to /. Is that correct? I >> get that it might be desirable for a root user, but for regular use

bug#77220: [shepherd]: Timers do not set HOME environment variable correctly

2025-03-26 Thread Tomas Volf
Ludovic Courtès writes: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> skribis: > >> Given a timer executed under some user (via #:user "git" #:group "git" >> keyword arguments), the HOME variable is set to /. Is that correct? I >> get that it might be desirable for a root user, but for regular use

bug#77152: ‘hypre’ documentation embeds timestamps in PostScript files

2025-03-26 Thread Ludovic Courtès
Hello, As mentioned in , the “doc” output of ‘hypre’ is non-deterministic: --8<---cut here---start->8--- $ guix build -c64 -v1 -K /gnu/store/cc591030mmnz23iiqfn0l6czdjlnn78d-hypre-openmpi-2.20.0.drv --check […] $ diff -ru /g

bug#76660: current guix pull doesn't authenticate

2025-03-26 Thread 45mg
Tomas Volf <~@wolfsden.cz> writes: > There is git_graph_descendant_of function in libgit2, but it is not > exposed by the guile-git binding. Maybe we could try to use it to > implement the check instead the current approach (which does it in > Guile). I wonder how well that would perform compare

bug#77220: [shepherd]: Timers do not set HOME environment variable correctly

2025-03-26 Thread Ludovic Courtès
Hi Tomas, Tomas Volf <~@wolfsden.cz> skribis: > Given a timer executed under some user (via #:user "git" #:group "git" > keyword arguments), the HOME variable is set to /. Is that correct? I > get that it might be desirable for a root user, but for regular users > that is surprising and causes

bug#77274: [Shepherd] Competing one-shot service starter gets erroneous failure

2025-03-26 Thread Ludovic Courtès
Ludovic Courtès skribis: > As of 1.0.3, when two clients start the same one-shot service, the one > that loses the race never sees the value that was produced by the > ‘start’ method. > > herd start one-shot & herd start one-shot > > Here one of the ‘herd start’ processes will wrongfully fail w

bug#77283: Shepherd can't parse logs.

2025-03-26 Thread MSavoritias via Bug reports for GNU Guix
Shepherd has been crashing our system with the message: https://upload.magicbroccoli.de/fb6e7843fef693538a5c7c156c0a98fc0aeb6bac/KmA7ovtC2Fcw0Nm0PSCtphwSyDLI1VUF3QrT9PtD/Kuvakaappaus_-_2025-03-26_13-27-11.png This ends up with prosody and openssh crashing, nginx still working. the picture show

bug#77274: [Shepherd] Competing one-shot service starter gets erroneous failure

2025-03-26 Thread Ludovic Courtès
As of 1.0.3, when two clients start the same one-shot service, the one that loses the race never sees the value that was produced by the ‘start’ method. herd start one-shot & herd start one-shot Here one of the ‘herd start’ processes will wrongfully fail with “failed to start service one-shot”.

bug#76891: GNOME session fails to start with uk_UA.utf8 system locale

2025-03-26 Thread Roman Riabenko via Bug reports for GNU Guix
On Sun, 2025-03-16 at 12:48 +0200, Roman Riabenko wrote: > I tried installing the latest Guix System in a virtual machine in > GNOME > Boxes. I can select Ukrainian during installation, which changes the > language to Ukrainian and results in uk_UA.utf8 locale in the > configuration file. The insta