From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Error with guix pull Date: Tue, 12 Dec 2017 17:52:18 +0100 Message-ID: <87d13jopml.fsf@gnu.org> References: <871sk1z1fn.fsf@gmail.com> 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]:41795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOnn7-0004XH-EK for help-guix@gnu.org; Tue, 12 Dec 2017 11:52:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOnn4-0003Fe-9s for help-guix@gnu.org; Tue, 12 Dec 2017 11:52:25 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:53763) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eOnn4-0003Es-31 for help-guix@gnu.org; Tue, 12 Dec 2017 11:52:22 -0500 In-Reply-To: <871sk1z1fn.fsf@gmail.com> (Gary Johnson's message of "Mon, 11 Dec 2017 11:14:52 -0500") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Gary Johnson Cc: help-guix@gnu.org Hi Gary, Gary Johnson skribis: > I tried running "guix pull" today, and at the end of the compilation > phase, I was presented with this error: > > --8<-------------------------------------------------------------->8-----= --- > copying and compiling to '/gnu/store/29nci1d7zykwriwhnpxqivilbi6cr8wc-gui= x-latest' with Guile 2.2.3... > loading... 26.1% of 656 filesrandom seed for tests: 1513007529 > compiling... 100.0% of 656 files > Backtrace: > Exception thrown while printing backtrace: > In procedure public-lookup: Module named (system repl debug) does not exi= st > --8<-------------------------------------------------------------->8-----= --- This is a bug that apparently manifests itself randomly when building with Guile 2.2.3, as was the case here. (I suspect it has to do with thread-safety in the presence of autoloaded modules.) We=E2=80=99ve switched back to using 2.2.2 in =E2=80=98guix pull=E2=80=99 t= o address . Can you try running =E2=80=98guix pull=E2=80= =99 again? Thanks in advance, Ludo=E2=80=99.