bug#59717: ‘guix’ package fails to build on armhf-linux (OOM)

2022-12-01 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > Ludovic Courtès writes: >> [ 76%] GUILEC gnu/packages/uucp.go >> [ 76%] GUILEC gnu/packages/valgrind.go >> [ 76%] GUILEC gnu/packages/version-control.go >> [ 76%] GUILEC gnu/packages/video.go >> GC Warning: Failed to expand heap by 67125248

bug#58606: Emacs next pgtk crashes when pasting to other app

2022-12-01 Thread Andrew Tropin
On 2022-11-16 10:34, Joshua Branson wrote: > Declan Tsien writes: > >> Andrew Tropin writes: >> >>> Recently discovered a problem, which reproduces this way: >>> - Open a new emacs instance. >>> - Yank anything with M-w or select with mouse. >>> - Paste yanked text to chromium/icecat. >>> >>>

bug#59695: ESP partition uses 1024 byte sectors

2022-12-01 Thread Efraim Flashner
On Tue, Nov 29, 2022 at 10:51:42PM +0200, Efraim Flashner wrote: > I was working on using a grub-efi system image for aarch64 and I got the > following error: > 'Error: FAT sector size mismatch (fs=1024, dev=512)' > I traced it back to u-boot¹. u-boot wouldn't chainload grub if the > device block

bug#59423: Invalid 'location' field generated in dovecot configuration

2022-12-01 Thread Pierre Langlois
Hi Maxim, Maxim Cournoyer writes: > Hi Ludovic, > > Ludovic Courtès writes: > >> Hi, >> >> Maxim Cournoyer skribis: >> > The issue seems to be with the serialization of the > object nested in the > record. I tried this at the REPL: > > scheme@(guile-user)> ,m (gnu

bug#59423: Invalid 'location' field generated in dovecot configuration

2022-12-01 Thread Pierre Langlois
Hi all! As suggested by mirai off-list, it would be nice to have a test that would have caught the issue. How do people feel about something along the following patch? The idea is to use namespaces in the dovecot config to declare the INBOX and another additional mailbox. The bug is quite

bug#59748: task init:1 blocked

2022-12-01 Thread Christopher Howard
I did a system reconfigure today, and I have a boot failure when I use the new system profile. More specifically, after I load the kernel (6.0.10) then I get to a boot message that the kernel modules are loading. If I wait long enough, eventually I get a message "task init:1 blocked for more

bug#57589: Guix hands on GDM with wayland

2022-12-01 Thread mirai
Grigory Shepelev wrote on 21 Nov 03:43 +0100: > Figured out what was the problem. The /tmp dir. Once I had nonexisting /mnt > dir on Guix boot. So I've added this piece In my file-systems: > > (file-system > (mount-point "/tmp") > (device "tmp") > (type "tmpfs") > (check? #f)) > > This

bug#58606: Emacs next pgtk crashes when pasting to other app

2022-12-01 Thread Joshua Branson via Bug reports for GNU Guix
Andrew Tropin writes: > On 2022-11-16 10:34, Joshua Branson wrote: > >> Declan Tsien writes: >> >>> Andrew Tropin writes: >>> Recently discovered a problem, which reproduces this way: - Open a new emacs instance. - Yank anything with M-w or select with mouse. - Paste yanked