unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* Substituter not working in .2
@ 2013-05-15 18:10 Chris Dale
  2013-05-15 21:53 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Dale @ 2013-05-15 18:10 UTC (permalink / raw)
  To: bug-guix

[-- Attachment #1: Type: text/plain, Size: 2139 bytes --]

 guix package -i hello
accepted connection from pid 16464, uid 1000
The following package will be installed:
   hello-2.8 out /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8

The following files will be downloaded:
   /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8
   /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3
@ substituter-started /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3
/usr/local/libexec/guix/substitute-binary
downloading `/nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3' from `
http://hydra.gnu.org/nar/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3'...
bzip2: (stdin) is not a bzip2 file.
Backtrace:
In ice-9/boot-9.scm:
 157: 11 [catch #t #<catch-closure 23b3d40> ...]
In unknown file:
   ?: 10 [apply-smob/1 #<catch-closure 23b3d40>]
In ice-9/boot-9.scm:
  63: 9 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
 432: 8 [eval # #]
In ice-9/boot-9.scm:
2320: 7 [save-module-excursion #<procedure 23e1cc0 at
ice-9/boot-9.scm:3961:3 ()>]
3966: 6 [#<procedure 23e1cc0 at ice-9/boot-9.scm:3961:3 ()>]
In unknown file:
   ?: 5 [load-compiled/vm
"/root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/bin/guix.go"]
In guix/ui.scm:
 445: 4 [run-guix-command substitute-binary "--substitute" ...]
In guix/scripts/substitute-binary.scm:
 439: 3 [guix-substitute-binary "--substitute" ...]
In guix/nar.scm:
 177: 2 [restore-file #<input: #{read pipe}# 6> ...]
In guix/serialization.scm:
  77: 1 [read-string #<input: #{read pipe}# 6>]
  49: 0 [read-int #<input: #{read pipe}# 6>]

guix/serialization.scm:49:4: In procedure read-int:
guix/serialization.scm:49:4: In procedure bv-u32-ref: Wrong type argument
in position 1 (expecting bytevector): #<eof>
@ substituter-failed /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3
256 fetching path `/nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3'
failed with exit code 1
guix package: error: build failed: some substitutes for the outputs of
derivation `/nix/store/bc6hgclkr7a3yq3xh7h6m7myagfdwvdj-hello-2.8.drv'
failed; try `--fallback'
249 operations

On arch x86_64, with guile 2.0.9, with localstatedir set to /usr/local/var

Thanks!
[Chris] Dale

[-- Attachment #2: Type: text/html, Size: 2982 bytes --]

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

* Re: Substituter not working in .2
  2013-05-15 18:10 Substituter not working in .2 Chris Dale
@ 2013-05-15 21:53 ` Ludovic Courtès
  2013-05-16  9:09   ` Andreas Enge
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-05-15 21:53 UTC (permalink / raw)
  To: Chris Dale; +Cc: bug-guix

Chris Dale <adventureonthehighseas@gmail.com> skribis:

>  guix package -i hello
> accepted connection from pid 16464, uid 1000
> The following package will be installed:
>    hello-2.8 out /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8
>
> The following files will be downloaded:
>    /nix/store/7g06kqdm6qjbzdppnryyvjl2bz82r8dh-hello-2.8
>    /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3
> @ substituter-started /nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3
> /usr/local/libexec/guix/substitute-binary
> downloading `/nix/store/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3' from `
> http://hydra.gnu.org/nar/gk8dpqzml7n6ah0nxi59hrpwjaqqml64-gcc-4.7.3'...
> bzip2: (stdin) is not a bzip2 file.

Thanks for the report, you found an actual bug.  :-)

I noticed today as well.  This should be fixed by 101d9f3.  Get it with
“guix pull” (or, if you have an empty store, with “guix pull --bootstrap”).

Everyone: please test and report success or failure.

Interestingly, I used the substituter quite intensively before and after
the core-updates merge, and it was only after the release that I
stumbled upon these bugs.  Oh well.

Thanks,
Ludo’.

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

* Re: Substituter not working in .2
  2013-05-15 21:53 ` Ludovic Courtès
@ 2013-05-16  9:09   ` Andreas Enge
  2013-05-16 16:39     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Enge @ 2013-05-16  9:09 UTC (permalink / raw)
  To: bug-guix

Am Mittwoch, 15. Mai 2013 schrieb Ludovic Courtès:
> Everyone: please test and report success or failure.

Currently, nothing is downloaded for me at all, although the libsigsegv on 
hydra has the same output path as the one I just compiled. Maybe due to my 
guile-2.0.5, which has already caused problems in the past?

Andreas

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

* Re: Substituter not working in .2
  2013-05-16  9:09   ` Andreas Enge
@ 2013-05-16 16:39     ` Ludovic Courtès
  2013-06-13 18:28       ` Andreas Enge
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-05-16 16:39 UTC (permalink / raw)
  To: Andreas Enge; +Cc: bug-guix

Andreas Enge <andreas@enge.fr> skribis:

> Am Mittwoch, 15. Mai 2013 schrieb Ludovic Courtès:
>> Everyone: please test and report success or failure.
>
> Currently, nothing is downloaded for me at all, although the libsigsegv on 
> hydra has the same output path as the one I just compiled. Maybe due to my 
> guile-2.0.5, which has already caused problems in the past?

I thought we had fixed the 2.0.5 issues in that area.

Can you check what’s in $localstatedir/.../substitute-binary/cache?
Do they all have (value #f)?

TIA,
Ludo’.

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

* Re: Substituter not working in .2
  2013-05-16 16:39     ` Ludovic Courtès
@ 2013-06-13 18:28       ` Andreas Enge
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Enge @ 2013-06-13 18:28 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Chris Dale, bug-guix

Am Donnerstag, 16. Mai 2013 schrieb Ludovic Courtès:
> Andreas Enge <andreas@enge.fr> skribis:
> > Am Mittwoch, 15. Mai 2013 schrieb Ludovic Courtès:
> >> Everyone: please test and report success or failure.
> > 
> > Currently, nothing is downloaded for me at all, although the
> > libsigsegv on hydra has the same output path as the one I just
> > compiled. Maybe due to my guile-2.0.5, which has already caused
> > problems in the past?
> 
> I thought we had fixed the 2.0.5 issues in that area.
> 
> Can you check what’s in $localstatedir/.../substitute-binary/cache?
> Do they all have (value #f)?

Coming back to guix. Whatever the situation last month, substitution is 
working now. Sorry for the noise!

Andreas

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

end of thread, other threads:[~2013-06-13 18:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-15 18:10 Substituter not working in .2 Chris Dale
2013-05-15 21:53 ` Ludovic Courtès
2013-05-16  9:09   ` Andreas Enge
2013-05-16 16:39     ` Ludovic Courtès
2013-06-13 18:28       ` Andreas Enge

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).