From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Johnson Subject: Re: Error with guix pull Date: Sat, 16 Dec 2017 15:50:12 -0500 Message-ID: <87lgi2l7nf.fsf@gmail.com> References: <871sk1z1fn.fsf@gmail.com> <87d13jopml.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQJSW-00020F-RQ for help-guix@gnu.org; Sat, 16 Dec 2017 15:53:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQJSQ-0001Zi-UT for help-guix@gnu.org; Sat, 16 Dec 2017 15:53:24 -0500 Received: from mail-pf0-x230.google.com ([2607:f8b0:400e:c00::230]:37417) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQJSQ-0001Xr-OS for help-guix@gnu.org; Sat, 16 Dec 2017 15:53:18 -0500 Received: by mail-pf0-x230.google.com with SMTP id n6so8106474pfa.4 for ; Sat, 16 Dec 2017 12:53:18 -0800 (PST) Received: from euclid ([72.169.80.47]) by smtp.gmail.com with ESMTPSA id o10sm15217598pgq.89.2017.12.16.12.53.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 16 Dec 2017 12:53:15 -0800 (PST) In-reply-to: <87d13jopml.fsf@gnu.org> 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: help-guix@gnu.org I tried running "guix pull" again after I got your message, but I actually got a different error that time. (Unfortunately, I didn't take the time to save it.) Anyway, I ran "guix pull" again today, and this time it worked, so I guess the problem has been resolved. Thanks, Gary Ludovic Courtès writes: > 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-guix-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 exist >> --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’ve switched back to using 2.2.2 in ‘guix pull’ to address > . Can you try running ‘guix pull’ again? > > Thanks in advance, > Ludo’.