From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix pull (error) Date: Sat, 12 Oct 2013 21:31:12 +0200 Message-ID: <874n8mcmm7.fsf@gnu.org> References: <20131012100624.GA16134@debian.Jeff> 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]:51053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV4z6-0001HB-VT for guix-devel@gnu.org; Sat, 12 Oct 2013 15:36:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV4z1-0004zy-U5 for guix-devel@gnu.org; Sat, 12 Oct 2013 15:36:20 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:37695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV4z1-0004zn-IP for guix-devel@gnu.org; Sat, 12 Oct 2013 15:36:15 -0400 In-Reply-To: <20131012100624.GA16134@debian.Jeff> (Jeffrin Jose's message of "Sat, 12 Oct 2013 15:36:24 +0530") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jeffrin Jose Cc: guix-devel@gnu.org Jeffrin Jose skribis: > -------------------cut-x-here------------- > $guix pull > starting download of `guix-file.5G1sMw' from `http://git.savannah.gnu.org= /cgit/guix.git/snapshot/guix-master.tar.gz'... > http://git.savannah.gnu.org/.../guix-master.tar.gz 4185.0 KiB transferred > The following derivation will be built: > /nix/store/1v3ykijky3d6gq7gvnvdwkc66wq68n4c-guix-latest.drv > The following files will be downloaded: > /nix/store/iwyl3m0n7nzh4pl0rp0n4a6n4vm7ppwp-tar-1.26 > /nix/store/w0wcbwwr6q8zfkwf1fiifdyiyif48zic-gzip-1.6 > /nix/store/8bnpcr53gwkc31gg3gsi1d7hlygqrjqj-libgcrypt-1.5.3 > /nix/store/q0szrvcs5bkk6ikij8qjpd56hn1z8c8k-module-import > /nix/store/xx9qw71zd5wwqmbr0ls4mrjlj3w8wqk7-module-import-compiled > /nix/store/ldxf5wvk7dh5d95msg7bs8fsnawxmj3h-libgpg-error-1.12 > /nix/store/vmsk3gwg3z9ra7rzyg34892da1dp72ap-grep-2.14 > guix pull: error: build failed: build of `/nix/store/1v3ykijky3d6gq7gvnvd= wkc66wq68n4c-guix-latest.drv' failed I can reproduce the bug. Running =E2=80=98guix pull --verbose=E2=80=99 to = get the build log shows this: --8<---------------cut here---------------start------------->8--- compiling '/nix/store/wjzi8xyya4y7yn6nbvnfci2akjn1i91j-guix-latest/gnu/pack= ages.scm'... compiling '/nix/store/wjzi8xyya4y7yn6nbvnfci2akjn1i91j-guix-latest/gnu/pack= ages/acct.scm'... compiling '/nix/store/wjzi8xyya4y7yn6nbvnfci2akjn1i91j-guix-latest/gnu/pack= ages/acl.scm'... compiling '/nix/store/wjzi8xyya4y7yn6nbvnfci2akjn1i91j-guix-latest/gnu/pack= ages/algebra.scm'... Backtrace: In ice-9/psyntax.scm: 270: 19 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...] In ice-9/eval.scm: 411: 18 [eval # ()] In ice-9/boot-9.scm: 2870: 17 [define-module* (gnu packages algebra) #:filename ...] 2845: 16 [resolve-imports ((#) (#) (#) (#) ...)] 2783: 15 [resolve-interface (gnu packages flex) #:select ...] 2708: 14 [# # ...] 2981: 13 [try-module-autoload (gnu packages flex) #f] 2320: 12 [save-module-excursion #] 3001: 11 [#] In unknown file: ?: 10 [primitive-load-path "gnu/packages/flex" ...] In ice-9/eval.scm: 453: 9 [eval # ()] 432: 8 [eval # #] 436: 7 [eval # #] 432: 6 [eval # #] 436: 5 [eval # #] 387: 4 [eval # #] 386: 3 [eval # #] 393: 2 [eval # #] In unknown file: ?: 1 [memoize-variable-access! # #] In ice-9/boot-9.scm: 106: 0 [# un= bound-variable ...] ice-9/boot-9.scm:106:20: In procedure #: ice-9/boot-9.scm:106:20: Unbound variable: search-patch --8<---------------cut here---------------end--------------->8--- This is no good. I=E2=80=99m currently investigating and will report back. Thanks, Ludo=E2=80=99.