bug#57292: GDM accessibility menu buttons don't do anything

2022-08-18 Thread Maxim Cournoyer
Hello Guix! I've just noticed that the accessibility buttons at the top right of the screen, e.g. "High Contrast" don't stick in the enable position, and do seem to do anything. Both in 40.1 and the 42.0 I'm about to update to. Thanks, Maxim

bug#57285: xdg-desktop-portal update executables no longer ELF binaries

2022-08-18 Thread Jack Hill
On Thu, 18 Aug 2022, Liliana Marie Prikler wrote: Could it be that you have a corrupt (possibly empty) file? On my machine I have $ file /gnu/store/dfp9xsk36wkanaan6zcylc2b86bfj2y7-xdg-desktop-portal- 1.14.4/libexec/xdg-desktop-portal /gnu/store/dfp9xsk36wkanaan6zcylc2b86bfj2y7-xdg-desktop-por

bug#57285: xdg-desktop-portal update executables no longer ELF binaries

2022-08-18 Thread Liliana Marie Prikler
Am Donnerstag, dem 18.08.2022 um 15:36 -0400 schrieb Jack Hill: > X-Debbugs-CC: othac...@gnu.org > > Hi Guix, > > After the recent update to xdg-desktop-portal (commit > 38d7e6d6b7467839c2f577783b6c97194ff5026b), I find that the > xdg-desktop-portal executalbe is no longer an ELF binary. This c

bug#57285: xdg-desktop-portal update executables no longer ELF binaries

2022-08-18 Thread Jack Hill
X-Debbugs-CC: othac...@gnu.org Hi Guix, After the recent update to xdg-desktop-portal (commit 38d7e6d6b7467839c2f577783b6c97194ff5026b), I find that the xdg-desktop-portal executalbe is no longer an ELF binary. This causes portal using applications (I noticed with obs) to not be able to launc

bug#57284: mail command from mailutils fails to send messages

2022-08-18 Thread semente
Hello, I couldn't make the mail command (from mailutils package) send messages in a GUIX system. That is what I get when trying to send a local message: $ echo test | mail semente mail: Cannot open mailer: No such file or directory mail: cannot send message: No such file or directory I

bug#57283: opensmtpd: permission issue while trying to deliver messages to mboxes in /var/mail

2022-08-18 Thread semente
Hello, After setup opensmtpd service in a Guix system I could use it to send local messages but the messages won't be delivered to user's default mailboxes due lack of write permissions for the /var/mail directory. I could only fix this by changing /var/mail permissions to 777. I also tried ch

bug#57282: dbus-daemon warnings: Failed to query location: TLS/SSL support not available; install glib-networking

2022-08-18 Thread semente
Hello, I have seen multiple log messages from dbus-daemon with a warning as the following: Aug 18 13:42:45 localhost shepherd[1]: [dbus-daemon] Aug 18 13:42:45 localhost shepherd[1]: [dbus-daemon] (geoclue:1074): Geoclue-WARNING **: 13:42:45.973: Failed to query location: TLS/SSL support

bug#57269: [rtl8812au-aircrack-ng-linux-module] Missing Source for hal/rtl8812a/hal8812a_fw.c (and probably other files ending in fw.c)

2022-08-18 Thread Jack Hill
Tobias, On Thu, 18 Aug 2022, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: Attached is a patch removing the rtl8821ce-linux-module and rtl8812au-aircrack-ng-linux-module packages. diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl index 387e4b

bug#57269: [rtl8812au-aircrack-ng-linux-module] Missing Source for hal/rtl8812a/hal8812a_fw.c (and probably other files ending in fw.c)

2022-08-18 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Jacob, Jacob K via Bug reports for GNU Guix 写道: Files such as hal8812a_fw.c [1] have large arrays that seem to be binary firmware encoded in text. My understanding is that source code is not available, so I believe the files are nonfree software, Even if free source code exists, we should

bug#57109: arm-none-eabi-toolchain atomic support is broken

2022-08-18 Thread Csepp
Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix writes: > The following works though. No newlib or anything: > > guix shell --expression='((@ (gnu packages cross-base) cross-gcc) > "arm-none-eabi")' -- \ >bash -c "echo '#include ' \ > | arm-none-eabi-gcc -x c -o /dev/null -c -" >

bug#57269: [rtl8812au-aircrack-ng-linux-module] Missing Source for hal/rtl8812a/hal8812a_fw.c (and probably other files ending in fw.c)

2022-08-18 Thread Jacob K via Bug reports for GNU Guix
Files such as hal8812a_fw.c [1] have large arrays that seem to be binary firmware encoded in text. My understanding is that source code is not available, so I believe the files are nonfree software, and should, in the short-term at least, be removed from Guix. Long term it would be good to get the

bug#54407: Issues building grub for powerpc64le, could not force big-endian

2022-08-18 Thread Maxime Devos
Doesn't work for me: while setting up the build environment: a `powerpc-linux' is required to build `/gnu/store/gmq50nq4xf4wa0msqms140s3jkk5v47q-guile-bootstrap-2.0.drv', but I am a `x86_64-linux' even though QEMU has been set up, though that's more a local configuration problem than a prob

bug#57272: libvirt 8.6 fails to start network

2022-08-18 Thread Lars-Dominik Braun
Hi, after the update to libvirt 8.6.0 in 3a76c2bfd94557c9776aa11240fec14580aec1b0 networks don’t start any more: > LANG=C virsh net-start default error: Failed to start network default error: Unable to find 'dnsmasq' binary in $PATH: No such file or directory I tried to patch dnsmasq

bug#54407: Issues building grub for powerpc64le, could not force big-endian

2022-08-18 Thread Maxime Devos
On 18-08-2022 10:11, Maxime Devos wrote: On 04-04-2022 21:37, Christopher Baines wrote: Maybe you could add a gcc compiling for 32-bit ppc (maybe without a glibc since this is grub) and patch the configuration script to use the 32-bit ppc gcc instead of using the 64-bit ppc+-m32? I've had a

bug#54407: Issues building grub for powerpc64le, could not force big-endian

2022-08-18 Thread Maxime Devos
On 04-04-2022 21:37, Christopher Baines wrote: Maybe you could add a gcc compiling for 32-bit ppc (maybe without a glibc since this is grub) and patch the configuration script to use the 32-bit ppc gcc instead of using the 64-bit ppc+-m32? I've had a go at this, using something like what I've i