bug#64196: Can't boot due to discrepancy between reconfigure and init

2023-06-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Csepp, Csepp writes: > I'm trying to move my installation from /dev/sda to /dev/sdb, I created > the file system and changed the bootloader config in my operating-system > definition to point to /dev/sdb and the file-system to use the correct > UUID (previously it was using a label). > First

bug#63982: Shepherd can crash when a user service fails to start

2023-06-21 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > The other surprising thing is that because it thinks that Emacs hasn't > finished starting, it doesn't even attempt to try starting the other > services; they remain stopped although they should work. This is because you’re starting them sequentially with:

bug#63986: Julia is very slow

2023-06-21 Thread Ludovic Courtès
Hey! The benchmark you posted, Cayetano, is: julia -e 'using Pkg; Pkg.add("BenchmarkTools"); using BenchmarkTools; N = 1000; A = rand(N, N); B = rand(N, N); @btime $A*$B' This is a matrix multiplication that gets delegated to the underlying BLAS right. Running it under ‘perf record’

bug#64197: Segmentation fault while building ‘guix-cli-core.drv’

2023-06-21 Thread Christopher Baines
Ludovic Courtès writes: > I’ve seen this “failure to process the revision” on qa.guix due to a > segfault while building Guix (from > , commit > f3ec19edf3c3bb902a06ac597e5954b35ee41bce): > > loading... 89.7% of 39 files[ 36/ 78] loading... 92.3% of

bug#64200: Netsurf very frequently freezes when editing text (Harfbuzz issue?)

2023-06-21 Thread John Kehayias via Bug reports for GNU Guix
Hi Josselin and Csepp, On Wed, Jun 21, 2023 at 11:08 AM, Josselin Poiret wrote: > Hi Csepp, > > Csepp writes: > >> Like the title says. It never happens when just browsing, but happens >> very frequently (like a minute after starting to type) when editing >> text, at least on Brutaldon, but

bug#64197: Segmentation fault while building ‘guix-cli-core.drv’

2023-06-21 Thread Ludovic Courtès
Ludovic Courtès skribis: > I’ve seen this “failure to process the revision” on qa.guix due to a > segfault while building Guix (from > , commit > f3ec19edf3c3bb902a06ac597e5954b35ee41bce): Another one from :

bug#64197: Segmentation fault while building ‘guix-cli-core.drv’

2023-06-21 Thread Ludovic Courtès
Hi! Christopher Baines skribis: > Looking at the logs on beid, I see this: > > Jun 19 14:54:08 localhost vmunix: [4845598.954703] GC-marker-1[27719]: > segfault at 170 ip 77e19a25 sp 76ad6c70 error 4 in > libgc.so.1.5.1[77e1 > 2000+1c000] likely on CPU 15 (core 15, socket

bug#64200: Netsurf very frequently freezes when editing text (Harfbuzz issue?)

2023-06-21 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Csepp, Csepp writes: > Like the title says. It never happens when just browsing, but happens > very frequently (like a minute after starting to type) when editing > text, at least on Brutaldon, but maybe on other sites too. > > I noticed that our Harfbuzz package is two entire major

bug#64106: `modify-services` no longer affects multiple instances of the same service

2023-06-21 Thread Brian Cully via Bug reports for GNU Guix
Ludovic Courtès writes: > It wasn’t really intended, more a side effect of the implementation, and > I agree it should be fixed. There have been a number of complaints about the behavior change, and I think the patch should probably be reverted. My only intention was to raise an error for the

bug#64200: Netsurf very frequently freezes when editing text (Harfbuzz issue?)

2023-06-21 Thread Csepp
John Kehayias writes: > Hi Josselin and Csepp, > > On Wed, Jun 21, 2023 at 11:08 AM, Josselin Poiret wrote: > >> Hi Csepp, >> >> Csepp writes: >> >>> Like the title says. It never happens when just browsing, but happens >>> very frequently (like a minute after starting to type) when editing

bug#63986: Julia is very slow

2023-06-21 Thread Cayetano Santos via Bug reports for GNU Guix
>mer. 21 juin 2023 at 16:36, Ludovic Courtès wrote: > Hey! > > The benchmark you posted, Cayetano, is: > > julia -e 'using Pkg; Pkg.add("BenchmarkTools"); using BenchmarkTools; N = > 1000; A = rand(N, N); B = rand(N, N); @btime $A*$B' > > This is a matrix multiplication that gets delegated

bug#64196: Can't boot due to discrepancy between reconfigure and init

2023-06-21 Thread Csepp
Josselin Poiret writes: > [[PGP Signed Part:Undecided]] > Hi Csepp, > > Csepp writes: > >> I'm trying to move my installation from /dev/sda to /dev/sdb, I created >> the file system and changed the bootloader config in my operating-system >> definition to point to /dev/sdb and the file-system

bug#64200: Netsurf very frequently freezes when editing text (Harfbuzz issue?)

2023-06-21 Thread John Kehayias via Bug reports for GNU Guix
Dear Csepp, On Thu, Jun 22, 2023 at 12:00 AM, Csepp wrote: > > So, I built Netsurf with --with-latest=harfbuzz, which also affected > GTK+ and a bunch of other packages along the way, and it worked on my > first attempt, just needed a stronger machine. > I copied over the resulting Netsurf to my