bug#47225: QEMU warning about performance

2021-03-17 Thread Leo Famulari
While using `guix system vm`, I noticed this warning. I think it's new, maybe from the 5.2.0 update? -- qemu-system-x86_64: warning: 9p: degraded performance: a reasonable high msize should be chosen on client/guest side (chosen msize is <= 8192). See https://wiki.qemu.org/Documentation/9pse

bug#47222: Serious bug in Nettle's ecdsa_verify

2021-03-17 Thread Mark H Weaver
FYI... Start of forwarded message From: ni...@lysator.liu.se (Niels Möller) To: nettle-b...@lists.lysator.liu.se Subject: ANNOUNCE: Serious bug in Nettle's ecdsa_verify Date: Tue, 16 Mar 2021 09:07:56 +0100 I've been made aware of a bug in Nettle's code t

bug#47221: Guile not in native-inputs when it should

2021-03-17 Thread Maxime Devos
Hi Guix, (In response to bug#47027, but opened as a new bug.) On Wed, 2021-03-17 at 21:52 +0100, Ludovic Courtès wrote: > Hi, > > Maxime Devos skribis: > [...] > > Shouldn't the "guile" input be included in the native-inputs > > as well (perhaps only native-inputs suffices), for cross-compilati

bug#47202: Guix Pull Error

2021-03-17 Thread Maxime Devos
On Wed, 2021-03-17 at 19:03 +, Charles Jackson via Bug reports for GNU Guix wrote: > I think the system was broken, and I have since deleted the VM. > This is likely not a bug and can probably be dropped. For what it is worth now the VM has been deleted: the backtrace is in the HTTP code of

bug#47212: texlive: luatex missing shared library: libzzip-0.so.13

2021-03-17 Thread Jean-Baptiste Volatier via Bug reports for GNU Guix
Hello, In the texlive package, luatex complains about missing shared library libzzip-0.so.13. $ luatex /home/jb/.guix-profile/bin/luatex: error while loading shared libraries: libzzip-0.so.13: cannot open shared object file: No such file or directory $ cat $(which luatex) #!/gnu/store/87kif0bpf

bug#46967: Connection reuse for substitutes breaks with gzip

2021-03-17 Thread Bonface Munyoki K .
Ludovic Courtès writes: > Ludovic Courtès skribis: > >> Ludovic Courtès skribis: >> >>> I decided to take a heavy-handed solution to that problem, which is to >>> augment Guile-zlib with an interface for gzip compression/decompression >>> not restricted to file ports (‘call-with-gzip-output-por

bug#47202: Guix Pull Error

2021-03-17 Thread Charles Jackson via Bug reports for GNU Guix
Sorry about the screen shots, I couldn't copy in the virtual machine.

bug#47202: Guix Pull Error

2021-03-17 Thread Charles Jackson via Bug reports for GNU Guix
I think the system was broken, and I have since deleted the VM. This is likely not a bug and can probably be dropped. Sorry for the inconvenience. ‐‐‐ Original Message ‐‐‐ On Wednesday, March 17, 2021 8:06 AM, zimoun wrote: > Hi, > > On Wed, 17 Mar 2021 at 01:45, Charles Jackson > cha

bug#47218: glibc 2.33's HWCAPS and GCC Function Multiversioning for performance

2021-03-17 Thread Léo Le Bouter via Bug reports for GNU Guix
Hello! Please see: - https://www.gnu.org/software/libc/manual/html_mono/libc.html#Hardware-Capability-Tunables - https://www.phoronix.com/scan.php?page=news_item&px=glibc-hwcaps-RFC - https://gcc.gnu.org/onlinedocs/gcc/Function-Multiversioning.html This could help GNU Guix create binaries that i

bug#47217: generic-html updater does not work with sqlite package

2021-03-17 Thread Léo Le Bouter via Bug reports for GNU Guix
I applied such patch: diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm index eeb77749d8..35cf0168e0 100644 --- a/gnu/packages/sqlite.scm +++ b/gnu/packages/sqlite.scm @@ -65,6 +65,8 @@ (sha256 (base32 "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86

bug#46829: Fresh install of 1.2.0 can't guix pull

2021-03-17 Thread Ludovic Courtès
Hi, Ludovic Courtès skribis: > Christopher Baines skribis: > >> I believe there's TLS issues with pulling for the current 1.2.0 release. >> >> root@horna ~# guix pull >> substitute: updating substitutes from 'https://guix.cbaines.net'... 100.0% >> 0.0 MB will be downloaded >> downloading from

bug#46803: User manual does not explain Profiles (nor GUIX_PROFILE)

2021-03-17 Thread Ludovic Courtès
Hi zimoun, Pushed something like the initial patch + index entries as 0571aa7abf262f617add727ac03e3bf63d41ae6d. Thank you! Ludo’.

bug#47202: Guix Pull Error

2021-03-17 Thread zimoun
Hi, On Wed, 17 Mar 2021 at 01:45, Charles Jackson wrote: > Sorry about the screen shots, I couldn't copy in the virtual machine. I am not able to reproduce. The command: guix pull --commit=15423d38c5 -p /tmp/1542 passes. Idem with time-machine. Could you retry the command? The one abov

bug#47202: Guix Pull Error

2021-03-17 Thread zimoun
Hi, On Wed, 17 Mar 2021 at 13:20, Zachary Orlando via web wrote: > I had this same issue, I suggest trying to cause the previous commit > to pull from, 'guix pull --commit=728c908' (the number will be > different for future readers.) keep in mind that this is not the best > solution, it could be

bug#47202: Guix Pull Error

2021-03-17 Thread Zachary Orlando via web
I had this same issue, I suggest trying to cause the previous commit to pull from, 'guix pull --commit=728c908' (the number will be different for future readers.) keep in mind that this is not the best solution, it could be a security risk, but it's the fastest until a official fix is issued.

bug#44997: Flatpaks are invisible to application launchers

2021-03-17 Thread guixuser8421 via web
Flatpak does export /etc/profile.d/flatpak.sh, that should set up XDG_DATA_DIRS. But I don't think there's a canonical way of using it in guix. Another way is to modify the package to do exactly what you said.

bug#47201: sbcl-cl-webkit doesn't protect webkitgtk from garbage collection

2021-03-17 Thread Guillaume Le Vaillant
Leo Famulari skribis: > On Tue, Mar 16, 2021 at 11:40:05PM +, pkill9 wrote: >> I have nyxt installed, which has sbcl-cl-webkit as an input, which has >> webkitgtk as an input, and recently it produced an error which was >> fixed by building webkitgtk, so it wasn't in the store. >> >> sbcl-c

bug#47186: python2 variants made through (package-with-python2 (strip-python2-variant ...)) don't inherit grafts

2021-03-17 Thread Mark H Weaver
Hi Léo, Léo Le Bouter via Bug reports for GNU Guix writes: > As outlined by: > - > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a01bfa7deed1d556fc75ab5588517442054bc5a9 > - > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=db87d6ddafd26c5ad657178cf7fdab524d05c522 > > Two commits