From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15283: on guix 0.3 package -e '(@ =?UTF-8?Q?=E2=80=A6?=)' has to be run twice to install a new package (not build yet) Date: Wed, 30 Oct 2013 22:18:05 +0100 Message-ID: <87ioweihki.fsf@gnu.org> References: <877geuqq9a.wl%arne_bab@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdAU-0001d6-8z for bug-guix@gnu.org; Wed, 30 Oct 2013 17:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbdAN-0005kp-GG for bug-guix@gnu.org; Wed, 30 Oct 2013 17:19:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:39518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbdAN-0005kj-Do for bug-guix@gnu.org; Wed, 30 Oct 2013 17:19:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VbdAM-0005fe-Te for bug-guix@gnu.org; Wed, 30 Oct 2013 17:19:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <877geuqq9a.wl%arne_bab@web.de> (Arne Babenhauserheide's message of "Fri, 06 Sep 2013 11:00:01 +0200") 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: Arne Babenhauserheide Cc: 15283-done@debbugs.gnu.org Arne Babenhauserheide skribis: > To test the bug, save this file as mercurial.scm: http://bpaste.net/raw/1= 29793/ > > Now run >=20=20 > GUILE_LOAD_PATH=3D. guix package -e '(@ (mercurial) hg)' > > > On the first run I got the following backtrace:=20 > > @ build-succeeded /nix/store/9rajwkq02sk4nq7cvrxilbsvxrywh2zs-mercurial-2= .7.1.drv - [...] > 866: 3 [process-actions (# # # #)] > In guix/store.scm: > 483: 2 [build-derivations # #] > 334: 1 [process-stderr #] > In guix/serialization.scm: > 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= in position 1 (expecting bytevector): # > > The second run succeeds. I believe this is fixed with commit 1fcc3ba. I=E2=80=99m closing the bug, but of course do reopen it if you encounter th= is issue again. Thanks! Ludo=E2=80=99.