From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: guix build failure Date: Mon, 06 Oct 2014 23:34:35 +0200 Message-ID: <87r3ykubkk.fsf@gnu.org> References: 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]:34218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbFvQ-0007KA-2c for guix-devel@gnu.org; Mon, 06 Oct 2014 17:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbFvK-0000Cc-KW for guix-devel@gnu.org; Mon, 06 Oct 2014 17:34:36 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:49164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbFvK-0000CY-Dp for guix-devel@gnu.org; Mon, 06 Oct 2014 17:34:30 -0400 In-Reply-To: (Federico Beffa's message of "Mon, 6 Oct 2014 22:01:26 +0200") 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: Federico Beffa Cc: guix-devel@gnu.org Federico Beffa skribis: > today I pulled from the git repository and now make stops with the > following error: [...] > In unknown file: > ?: 2 [primitive-load-path "gnu/packages/which" ...] > In gnu/packages/which.scm: > 27: 1 [#] > In ice-9/boot-9.scm: > 106: 0 [# args)> unbound-variable ...] > > ice-9/boot-9.scm:106:20: In procedure # ice-9/boot-9.scm:97:6 (thrown-k . args)>: > ice-9/boot-9.scm:106:20: In procedure module-lookup: Unbound variable: na= me > make[2]: *** [guix/scripts/archive.go] Error 1 Not sure what happened. I just did =E2=80=98make clean-go && make=E2=80=99= with commit 177088a and it builds flawlessly. Perhaps try =E2=80=98make clean-go=E2=80= =99? HTH, Ludo=E2=80=99.