bug#77920: shepherd-1.0.4 not building on aarch64

2025-04-19 Thread Ludovic Courtès
Hi Roman, Roman Scherer writes: > I can't build shepherd-1.0.4 on my aarch64 systems anymore locally nor > on my Cuirass server. The `tests/pid-file.sh` test is failing. I > attached the failing logs. The issues seems to be: > > ``` > herd: error: exception caught while executing 'start' on serv

bug#77634: [shepherd] Test failures on GNU/Hurd

2025-04-19 Thread Ludovic Courtès
Hi again, yelni...@tutamail.com writes: > Some minor other things: > -  Currently the NULL byte from the sender is added into the log > message, might be worth filtering out > - "herd status syslogd" does not show the endpoints and > kernel-log-file the syslog is reading from > - the shepherd pac

bug#77929: python-keyutils fails to build

2025-04-19 Thread Simen Endsjø
`guix build python-keyutils` fails: ``` gcc -DNDEBUG -g -fwrapv -O3 -Wall -fno-semantic-interposition -fPIC -I/gnu/store/s6hivi3vwc1cyyw853y9c8xwahlqym5j-python-3.11.11/include/python3.11 -c keyutils/_keyutils.c -o build/temp.linux-x86_64-cpython-311/keyutils/_keyutils.o keyutils/_keyutils.c:1

bug#77793: x64dbg cannot find builtin libraries references when running on the Guix's wine

2025-04-19 Thread Carlos via Bug reports for GNU Guix
Just an update: I've found the root of this issue. The wine package doesn't use the mingw cross gcc to compile wine's native dlls. To address this, we need to use gcc-cross--w64-mingw32-toolchain as input for wine, as its build system will take care to find and automatically use it for compili

bug#77862: guix-daemon run as non-root sets up /etc/group incorrectly in build container

2025-04-19 Thread keinflue
I just realized that there is also need for special handling of /dev/kvm. When running with privileges it was possible to add the build users to the kvm group to get access to /dev/kvm in the build container. To have this continue to work in unprivileged mode, the kvm group (or I guess more sp

bug#77921: GIMP does not start

2025-04-19 Thread Tomas Volf
Hello, I am trying to run GIMP 3.0 and I am getting the following error during querying the plugins: --8<---cut here---start->8--- $ gimp set device 'SynPS/2 Synaptics TouchPad' to mode: disabled set device 'ELAN901C:00 04F3:2CBD' to mode: disabled set device

bug#77862: guix-daemon run as non-root sets up /etc/group incorrectly in build container

2025-04-19 Thread keinflue
I can confirm that the patch resolves the particular failing test. However I overlooked that there are other failing tests: FAIL: tests/chgrp/default-no-deref.sh FAIL: tests/chgrp/no-x.sh FAIL: tests/chgrp/posix-H.sh FAIL: tests/chgrp/recurse.sh FAIL: tests/chgrp/basic.sh Here is an example o

bug#77634: [shepherd] Test failures on GNU/Hurd

2025-04-19 Thread yelninei--- via Bug reports for GNU Guix
Hi Ludo, Apr 14, 2025, 14:53 by yelni...@tutamail.com: > > >>> The shepherd syslog seems to be extremely slow: >>> >>> I extracted the logger.scm and conf.scm from the test, removed the $ >>> from the shell variables variables, started shepherd, echoed the test >>> msg into  the kmsg file and th

bug#77920: shepherd-1.0.4 not building on aarch64

2025-04-19 Thread Roman Scherer
Hello Guix, I can't build shepherd-1.0.4 on my aarch64 systems anymore locally nor on my Cuirass server. The `tests/pid-file.sh` test is failing. I attached the failing logs. The issues seems to be: ``` herd: error: exception caught while executing 'start' on service 'test': In procedure delete-

bug#77862: guix-daemon run as non-root sets up /etc/group incorrectly in build container

2025-04-19 Thread keinflue
On 17.04.2025 18:51, Ludovic Courtès wrote: keinflue writes: Here are excerpts from the build log: Thanks. Unfortunately I made a mistake and accidentally lost the container in which I tried this, so I can not verify right now whether the patch actually resolves the issue. It might take m

bug#77806: elogind behavior changed: power key turns computer off

2025-04-19 Thread Bas Alberts
On Mon, 14 Apr 2025 18:46:33 +0200, Ludovic Courtès wrote: > > Yet the config reads this: > > $ grep -i powerkey $(sudo herd configuration elogind) > HandlePowerKey=suspend > PowerKeyIgnoreInhibited=no I'm having the same issue. My config is also unchanged but after this week's upgrades elogind

bug#77487: A patch that fixes this!

2025-04-19 Thread Evan Cooney
I had this same issue! I worked with Rutherer to fix this issue and he submitted a patch! Here it is: https://issues.guix.gnu.org/77251 Thanks for reporting, Evan Cooney

bug#77868: bug report: XFCE cannot change the theme because of missing dconf package to satisfy the ca.desrt.dconf service in dbus

2025-04-19 Thread Yacine Cheikhrouhou via Bug reports for GNU Guix
Hi all, I started using Guix with XFCE on Xorg (with the default desktop configuration), and couldn't change the theme. I fixed the issue by installing dconf, which is needed by xfce to edit its own configuration. I think the problem could be fixed by adding dconf as a dependency of the xfce p