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
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.
>>
>> T
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:
1
build log here:
http://ix.io/2vGD
running guix (GNU Guix) a6b72a0f2b02f27c44c28d32ec26fc8188ee61b8
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
> "/gnu/store/6h3hg1
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
"/gnu/store/6h3hg1z7n8rpg4lw18hya48acrsmzkxq-syncthing-gtk-0.9.4.4/bin/.syncthing-gtk-real"
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,
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 fo