bug#39924: Issue tracker display multiple times the same issues

2020-03-14 Thread Arun Isaac
> No, I cannot reproduce any more, it looks like this is fixed, thanks ! Thanks! I'm closing this issue now. signature.asc Description: PGP signature

bug#40006: 15/33: gnu: coreutils: Remove libcap dependency for the Hurd.

2020-03-14 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Jan Nieuwenhuizen skribis: > >> commit 7653827b8919ad85d025ba1a701ba38ab7d2e388 >> Author: Jan Nieuwenhuizen >> Date: Sat Mar 7 03:53:38 2020 -0500 >> >> gnu: coreutils: Remove libcap dependency for the Hurd. >> >> * gnu/packages/linux.scm (libcap)[suppor

bug#39941: Disk-image size increase on core-updates.

2020-03-14 Thread Marius Bakke
Mathieu Othacehe writes: > Hello, > > Here's a patch that adds a "lib" output to cross-gcc. This was indeed > quite tricky! > > Anyway, with this patch the closure of "hello" for aarch64-linux-gnu is > reduced from 469 MiB to 187 MiB. Woohoo :-) > I think we can go further. > > --8<

bug#39936: How To Resolve "LC_ALL: cannot change locale (en_US.utf8)"

2020-03-14 Thread Leo Famulari
On Thu, Mar 12, 2020 at 08:58:19PM +, David Philipe Gil wrote: > I actually don't have a root profile in my home directory if that is > what you mean. However, removing the "LC_ALL=en_US.utf8" from the > "Environment=" line in "/etc/systemd/system/guix-daemon.service" seems > to have solved the

bug#40062: nscd: Domain name resolution errors when travelling

2020-03-14 Thread Pierre Neidhardt
When I move with my Guix laptop, I frequently get domain name resolution errors. To fix the issue, I need to run --8<---cut here---start->8--- # herd invalidate nscd hosts # herd restart nscd --8<---cut here---end--->8--- Th

bug#40067: clojure does not find namespace "clojure.set"

2020-03-14 Thread Jesse Gibbons
A simple way to tell if clojure can find a namespace is to use the dir macro on the repl. The following command should output items in the clojure.string namespace followed by the items in the clojure.set namespace: java -jar `guix build clojure`/share/java/clojure.jar < Execution error at user/ev

bug#36991: spacefm segmentation fault

2020-03-14 Thread ison
I just discovered that the segmentation fault on wayland can be avoided by starting spacefm with: WAYLAND_DISPLAY= spacefm Hopefully this enables you or anyone else to be able to keep using this great file browser while on wayland.

bug#40062: nscd: Domain name resolution errors when travelling

2020-03-14 Thread Gábor Boskovits
Hello, Pierre Neidhardt ezt írta (időpont: 2020. márc. 14., Szo 19:14): > When I move with my Guix laptop, I frequently get domain name resolution > errors. > I believe this is on Guix System. Are you using NetworkManager as networking service? > To fix the issue, I need to run > > --8<--