unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Guix toolchain compilation failure
@ 2014-03-18 19:59 Pierre-Antoine Rault
  2014-03-18 20:38 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Antoine Rault @ 2014-03-18 19:59 UTC (permalink / raw)
  To: guix-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

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/

Any ideas about how to solve this ? (I'm not even sure if there's
enough info in that log file... if not, just say so)

Thanks,

- - rigelk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTKKWcAAoJEHfJ0QE7gLd6xhsH+wS5XP6Fds8MvUIOjSzJjApH
NO6bLXrG4ZNhGhMhh7/fA6J9rdpoAcsAZ0GymBma6ZnZ+Hppxh9+rTfSKC5fjq1Y
79OMJrTsvawdlR4EL6Leb/zJTSiZX5WlCixWLYjy9xpn4enCNDycJJda/UJVhtTp
6oliPR62b0xTvRsEHcknt8Nx6dBM7sITLE+wC2zVcqJA6HtcfXvUBn4eqoty13mp
HJh96Ja84V1Uqd7t942msr/h86dYuAwt3Y/mEtaGBW3NO2nLD8dARk5yhTPhh19+
1DdKDHYelLU5UwMjF9AQqoYcMrN31cbSO0yITfH3gPDjEA08TNo8hLOabYmTNjM=
=iu9f
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Guix toolchain compilation failure
  2014-03-18 19:59 Guix toolchain compilation failure Pierre-Antoine Rault
@ 2014-03-18 20:38 ` Ludovic Courtès
  2014-03-18 23:58   ` Pierre-Antoine Rault
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2014-03-18 20:38 UTC (permalink / raw)
  To: Pierre-Antoine Rault; +Cc: guix-devel

Pierre-Antoine Rault <par@rigelk.eu> 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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Guix toolchain compilation failure
  2014-03-18 20:38 ` Ludovic Courtès
@ 2014-03-18 23:58   ` Pierre-Antoine Rault
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre-Antoine Rault @ 2014-03-18 23:58 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 18/03/2014 21:38, Ludovic Courtès wrote:
> Pierre-Antoine Rault <par@rigelk.eu> skribis: 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’?

No. I can't find the same error again. I don't know how I got that
backtrace...

> Does it systematically fail in the same way?

Now, it does. A build dependency fails building, and the whole build
fails. It is gcc-cross-build-[version].drv that fails building, it seems.

I should come up with more answers tomorrow, as it is (very) late here
for now.

Thanks,

- - rigelk
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTKN2ZAAoJEHfJ0QE7gLd6GG8H/2SeR8BWV5dYhNxC/vaIDjA9
6nd43LLcxWAumMRnD9hrxowuaOk34dSFd+gbtZI7QTsaSEcyN5kKvi+d3LTVXMvt
rzIklU6CPcWRLtvFcmyK3osj/leAYeJgexA3gYDapPa2is+p/jbzAInncbWihuoc
uyn2gwPwgUg4dznoTrAh6vVkDi8DGTSLUim0srPxRsGy0PQaq6C6/7Xq0rUUb12E
88RzeBDxCJDOXrT2UjHteVZRopH6PWztqm5zmIZr/c7C+djHYRYDqr+4HWsvd32u
cjFcoehfhh2CSlmLfSFX6j0emntDNfVWpXB+8IYZuhOpEemFK40V6QetbTFZSvM=
=sRXj
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-18 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-18 19:59 Guix toolchain compilation failure Pierre-Antoine Rault
2014-03-18 20:38 ` Ludovic Courtès
2014-03-18 23:58   ` Pierre-Antoine Rault

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).