bug#43048: QEMU 5 fails its test suite

2020-08-30 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). At home, I can build this as well. Only on another machine at

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

2020-08-30 Thread Christopher Baines
Ludovic Courtès writes: > 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. >> >>

bug#43118:

2020-08-30 Thread Adam Kandur via Bug reports for GNU Guix
Computing Guix derivation for 'x86_64-linux'... /Backtrace: In ./guix/store.scm:   2026:24 19 (run-with-store # _ #:guile-for-build _ #:system _ #:target _)    1860:8 18 (_ _) In ./guix/gexp.scm:    243:18 17 (_ _)    1061:2 16 (_ _)     921:2 15 (_ _)     782:4 14 (_ _) In ./guix/store.scm:  

bug#43112: hedgewars 1.0.0 fails to build

2020-08-30 Thread bdju
build log here: http://ix.io/2vGD running guix (GNU Guix) a6b72a0f2b02f27c44c28d32ec26fc8188ee61b8

bug#43110: Namespace Rsvg not available (syncthing-gtk)

2020-08-30 Thread Efraim Flashner
On Sun, Aug 30, 2020 at 12:19:16PM +0200, Simen Endsjø wrote: > > I just installed guix using the binary installation script on Manjaro. > Installed syncthing-gtk, but I get an error when trying to run the > application: > >Traceback (most recent call last): >File >

bug#43110: Namespace Rsvg not available (syncthing-gtk)

2020-08-30 Thread Simen Endsjø
I just installed guix using the binary installation script on Manjaro. Installed syncthing-gtk, but I get an error when trying to run the application: Traceback (most recent call last): File

bug#41878: 'guix substitute' and 'guix pull' fail gracelessly on flaky networks

2020-08-30 Thread Brendan Tildesley
I have not looked closely but from observation I think currently guix first decides if it is going to commit to using a substitute, or falling back to building locally, by checking if substitutes are available then committing to a method. This differs from the concept of a fallback in my head,

bug#43109: Infinite loop in cl-subseq

2020-08-30 Thread divoplade
Hello all, This is what breaks loading of the magit package in emacs227: (require 'cl) (cl-subseq '() 0 0) This triggers an infinite loop. >From what I gathered ( https://lists.nongnu.org/archive/html/bug-gnu-emacs/2020-08/msg02623.html ), this was tagged a nixos bug, so maybe it is the same