[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix toolchain compilation failure
From: |
Ludovic Courtès |
Subject: |
Re: Guix toolchain compilation failure |
Date: |
Tue, 18 Mar 2014 21:38:43 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Pierre-Antoine Rault <address@hidden> skribis:
> As I tried to compile the 'hello' package with 'guix build hello'
> (with verbosity, processors and --keep-failed options), I have the
> following errors: http://bpaste.net/show/190277/
Please always copy the relevant info in the message.
16 ?: 7 [primitive-load "/usr/local/bin/guix"]
17 In guix/ui.scm:
18 597: 6 [run-guix-command build "-K" "-c" "0" "--verbosity=5" "hello"]
19 In ice-9/boot-9.scm:
20 157: 5 [catch srfi-34 #<procedure 8ecc470 at guix/ui.scm:165:2 ()> ...]
21 157: 4 [catch system-error ...]
22 In guix/scripts/build.scm:
23 433: 3 [#<procedure 8ecc480 at guix/scripts/build.scm:394:2 ()>]
24 In guix/store.scm:
25 562: 2 [build-derivations # #]
26 388: 1 [process-stderr #<build-daemon 256.14 8e6b8a0> #f]
27 In guix/serialization.scm:
28 51: 0 [read-int #<input-output: socket 10>]
29
30 guix/serialization.scm:51:4: In procedure read-int:
31 guix/serialization.scm:51:4: In procedure bv-u32-ref: Wrong type argument in
position 1 (expecting bytevector): #<eof>
It looks as if ‘guix build’ lost the connection to guix-daemon.
Does it work if you re-run ‘guix build -K -c0 --verbosity=5 hello’?
Does it systematically fail in the same way?
TIA,
Ludo’.