From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: New =?utf-8?q?=E2=80=9Cguix_refresh=E2=80=9D?= command Date: Sat, 27 Apr 2013 23:14:25 +0200 Message-ID: <201304272314.26115.andreas@enge.fr> References: <87ehdzlg89.fsf@gnu.org> <201304271211.44859.andreas@enge.fr> <87d2tfk7n0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWCS5-0005IP-9F for bug-guix@gnu.org; Sat, 27 Apr 2013 17:14:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWCS2-0004NX-Qh for bug-guix@gnu.org; Sat, 27 Apr 2013 17:14:37 -0400 In-Reply-To: <87d2tfk7n0.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?q?Court=C3=A8s?= Cc: bug-guix@gnu.org Am Samstag, 27. April 2013 schrieb Ludovic Court=C3=A8s: > Can you confirm that it all works beautifully? :-) No. But is there progress? $ guix build hello the following file will be downloaded: /nix/store/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8 @ substituter-started /nix/store/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8= =20 /usr/local/guix-git/libexec/guix/substitute-binary downloading `/nix/store/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8' from=20 `http://hydra.gnu.org/nar/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8'... Backtrace: In ice-9/boot-9.scm: 149: 11 [catch #t # ...] 157: 10 [#] In unknown file: ?: 9 [catch-closure] In ice-9/boot-9.scm: 63: 8 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 7 [eval # #] In ice-9/boot-9.scm: 2111: 6 [save-module-excursion #] 3651: 5 [#] In unknown file: ?: 4 [load-compiled/vm "/root/.cache/guile/ccache/2.0- LE-8-2.0/usr/local/guix-git/bin/guix.go"] In guix/ui.scm: 417: 3 [guix-main "/usr/local/guix-git/bin/guix" "substitute-binary" ...] In guix/scripts/substitute-binary.scm: 446: 2 [guix-substitute-binary "--substitute" ...] 359: 1 [filtered-port # #] In unknown file: ?: 0 [fileno #] ERROR: In procedure fileno: ERROR: In procedure fileno: Wrong type argument in position 1 (expecting=20 open file port): # Backtrace: In ice-9/boot-9.scm: 149: 12 [catch #t # ...] 157: 11 [#] In unknown file: ?: 10 [catch-closure] In ice-9/boot-9.scm: 63: 9 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 8 [eval # #] In ice-9/boot-9.scm: 2111: 7 [save-module-excursion #] 3651: 6 [#] In unknown file: ?: 5 [load-compiled/vm "/root/.cache/guile/ccache/2.0- LE-8-2.0/usr/local/guix-git/bin/guix.go"] In guix/ui.scm: 417: 4 [guix-main "/usr/local/guix-git/bin/guix" "substitute-binary" ...] In guix/scripts/substitute-binary.scm: 457: 3 [guix-substitute-binary "--substitute" ...] In guix/nar.scm: 177: 2 [restore-file # ...] In guix/serialization.scm: 77: 1 [read-string #] 49: 0 [read-int #] guix/serialization.scm:49:4: In procedure read-int: guix/serialization.scm:49:4: In procedure bv-u32-ref: Wrong type argument=20 in position 1 (expecting bytevector): # @ substituter-failed /nix/store/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8= =20 256 fetching path `/nix/store/w2121wnp8xv3ycjsgj3ymhb147mrgpc9-hello-2.8'=20 failed with exit code 1 guix build: error: build failed: some substitutes for the outputs of=20 derivation `/nix/store/z3yggci7jzmarvz46fqw64vqx964h9yc-hello-2.8.drv'=20 failed; try `--fallback' Andreas