bug#43039: Vanilla GUIX 1.1.0 reconfigure fails on nss-certs

2020-08-28 Thread Adam Griffiths
Hey Ludo, Thanks for getting back to me, responses are inline below. FYI, I'm planning to format the host (Guix is inside VirtualBox) and may not be able to assist for a period. I literally just installed Guix into Virtual Box with the defaults, selecting Australia / Melbourne where the option

bug#42912: cran.git importer fails because with-store swallows extra values.

2020-08-28 Thread Ludovic Courtès
Howdy Ricardo! Ricardo Wurmus skribis: > The “cran” importer has support for git and hg repositories. This no > longer works, because the “download” is supposed to return multiple > values. Seemingly due to the use of “with-store” it no longer returns > multiple values, so the “git” and “hg”

bug#43093: emacs-ess is broken by emacs 27.1

2020-08-28 Thread divoplade
Hello all, Right now emacs-ess is broken so I cannot upgrade to emacs 27. The failing test is "test-ess-roxy-literate". Thank you anyway, I cannot wait to have emacs 27! divoplade

bug#43090: emacs-clojure-mode 5.12.0 build failure

2020-08-28 Thread Giovanni Biscuolo
Hello, I'm on latest master: --8<---cut here---start->8--- Generation 10 Aug 28 2020 18:19:10(current) guix 95eade1 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 95eade1389beaad79f6d07c7ffeff4235424eab0

bug#43088: GNU Mailutils fails its test suite on aarch64

2020-08-28 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Guix, ‘readmsg’ from mailutils@3.10 segfaults on aarch64, blocking ‘emacs’ and ‘emacs-no-x’, but not ‘emacs-minimal’. --- ./readmsg/tests/testsuite.dir/4/testsuite.log --- # -*- compilation -*- 4. hdr.at:17: testing readmsg -h ...

bug#43079: guix ignores available substitutes

2020-08-28 Thread Ludovic Courtès
Hallo! Jonathan Brielmaier skribis: > Tobias provided me some nginx logs from ci.guix.gnu.org so here is some > further analysis: > > guix@laptop $ guix build --dry-run inkscape > Folgende Ableitungen würden erstellt: >/gnu/store/i1sh5hzlzxzgzbdl3jb8wgnn9hr912wn-inkscape-1.0.drv >

bug#43081: diffutils always referrers to the native coreutils

2020-08-28 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > The "diff" executable from diffutils stores a reference to the native, > canonical "pr" from coreutils. This is bad for two reasons: > > * It makes the Guix System closure bigger by dragging the canonical > coreutils. > > * The cross-compiled diffutils drags

bug#42968: Potential FSDG issue with GNOME Boxes

2020-08-28 Thread Julien Lepiller
Le 28 août 2020 09:35:41 GMT-04:00, "Ludovic Courtès" a écrit : > >In parallel, it’d be nice to submit a patch adding Guix to ‘osinfo-db’: > > https://gitlab.com/libosinfo/osinfo-db/-/tree/master/data/os > >Any takers? :-) I'll send them a patch :) > >Ludo’.

bug#43081: diffutils always referrers to the native coreutils

2020-08-28 Thread Mathieu Othacehe
Hey Ludo! > Could it be that there are two different libcs involved? I can only spot one in environment-variables file. > Do you know which acl is fixing (commencement.scm vs. acl.scm)? Yes it's the acl that is rooted in the bootstrap toolchain. Here's the full build log attached. I'm also

bug#43062: --expose in vm does not reflect file modifications in guest

2020-08-28 Thread Ludovic Courtès
Hi, elaexuotee--- via Bug reports for GNU Guix skribis: > When using --expose to mirror a path between host and guest, the guest mirror > fails to reflect file modifications from the host. However, file creation and > deletion are correctly propogated. > > To pick up file modifications in the

bug#43061: freedink package is needlessly complex

2020-08-28 Thread Ludovic Courtès
Hi Jesse, Jesse Gibbons skribis: > If anyone knows why freedink is packaged the way it is and thinks it > is better that way, I want to know your reasons before I begin to > attempt to fix this issue, because those reasons could lead me to a > different approach. I reviewed the initial

bug#43039: Vanilla GUIX 1.1.0 reconfigure fails on nss-certs

2020-08-28 Thread Ludovic Courtès
Hi Adam, Thanks for taking the time to report the bug here! It’s more likely to be seen and addressed than on external fora—much appreciated. Adam Griffiths skribis: > After installing GuixSD 1.1.0 into a VirtualBox VM and following the After > System Installation steps ( >

bug#43048: QEMU 5 fails its test suite

2020-08-28 Thread Maxim Cournoyer
Hello Tobias, Tobias Geerinckx-Rice writes: > Maxim Cournoyer 写道: >> guix system: error: build of >> `/gnu/store/xkw86xzrqamn9kjihkdwrfiadvmxrxh1-qemu-5.0.0.drv' failed > > For the record: this derivation built fine on berlin (CI). Interesting. I could also build it fine on a 2nd machine

bug#42983: "sudo -E guix pull" breaks ~/.config/guix/current for regular user

2020-08-28 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > The culprit, I think, is this: > > (define (ensure-default-profile) > (ensure-profile-directory) > > ;; In 0.15.0+ we'd create ~/.config/guix/current-[0-9]*-link symlinks. Move > ;; them to %PROFILE-DIRECTORY. > ;; > ;; XXX: Ubuntu's 'sudo'

bug#42968: Potential FSDG issue with GNOME Boxes

2020-08-28 Thread Ludovic Courtès
Hi, Leo Famulari skribis: > On Fri, Aug 21, 2020 at 06:04:39PM +0200, Tobias Geerinckx-Rice via Bug > reports for GNU Guix wrote: >> The list of operating systems in GNOME Boxes' ‘Create a Virtual Machine’ & >> ‘Operating System Download’ menus has the same potential problems that >> GNUtoo

bug#42947: Chez Scheme libraries are broken

2020-08-28 Thread Ludovic Courtès
Hi Martin, Martin Becze skribis: > Chez Scheme libraries are broken. For example `guix environment --ad-hoc > chez-scheme chez-fmt`. chez-fmt will not install (for me) because it is > dependent on chez-srfi and chez-scheme seem unable to locate it. > > I think it is because CHEZSCHEMELIBDIRS is

bug#42947: [PATCH 2/2] gnu: chez-srfi: Fix tests.

2020-08-28 Thread Ludovic Courtès
Hi, Martin Becze skribis: > * gnu/packages/chez.scm (chez-srfi): Added make flags so that chez-scheme > loads the tests correctly. Applied, thanks! Ludo’.

bug#42927: Weird error on guix download ftp://sourceware.org/pub/lvm2/LVM2.2.03.10.tgz

2020-08-28 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice via Bug reports for GNU Guix skribis: > FWIW FTP WFM: > > ~/guix master λ guix download > ftp://sourceware.org/pub/lvm2/LVM2.2.03.10.tgz > > Starting download of /tmp/guix-file.J33OOi > From ftp://sourceware.org/pub/lvm2/LVM2.2.03.10.tgz... > LVM2.2.03.10.tgz 2.4MiB

bug#42814: request: make guix upgrade recognize --do-not-upgrade

2020-08-28 Thread Mathieu Othacehe
Hello, > As you can see, this is quite a bit more complex than it needs to be. > > So, why not have guix upgrade recognize the --do-not-upgrade option? Thanks for the suggestion, it has been implemented by Jakub with 7ba7d50f92416821ec4fc124a49d74149b6d4d33. Mathieu

bug#43013: System reconfigure: expection reached when executing `start` on "file-system-/sys/kernel/debug" // and an unrelated "nouveau"-bug?

2020-08-28 Thread Mathieu Othacehe
Hello, > I have this same issue on my Thinkpad, no Nouveau. I also had issues on > my AMDGPU setup. If it's related to graphics, it doesn't seem driver > specific. > > It seems that reconfigure only fails during the build phase, not when > it's actually activating the new system, because

bug#42730: Replace our lzlib bindings with guile-lzlib

2020-08-28 Thread Mathieu Othacehe
Hello, This is done with 4c0c65acfade63ce0549115d19db4b639c1e9992. Thanks, Mathieu

bug#43081: diffutils always referrers to the native coreutils

2020-08-28 Thread Mathieu Othacehe
Hello, The "diff" executable from diffutils stores a reference to the native, canonical "pr" from coreutils. This is bad for two reasons: * It makes the Guix System closure bigger by dragging the canonical coreutils. * The cross-compiled diffutils drags the native coreutils to its closure,