From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Johnson Subject: Error with guix pull Date: Mon, 11 Dec 2017 11:14:52 -0500 Message-ID: <871sk1z1fn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOQm4-0001M6-Qj for help-guix@gnu.org; Mon, 11 Dec 2017 11:17:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOQm0-0007Su-1u for help-guix@gnu.org; Mon, 11 Dec 2017 11:17:48 -0500 Received: from mail-pf0-x22d.google.com ([2607:f8b0:400e:c00::22d]:38374) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOQlz-0007SK-Sq for help-guix@gnu.org; Mon, 11 Dec 2017 11:17:43 -0500 Received: by mail-pf0-x22d.google.com with SMTP id u25so11888112pfg.5 for ; Mon, 11 Dec 2017 08:17:43 -0800 (PST) Received: from euclid ([72.169.80.86]) by smtp.gmail.com with ESMTPSA id k130sm27525793pfc.100.2017.12.11.08.17.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 11 Dec 2017 08:17:41 -0800 (PST) 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 Hi Guix, 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-------- Did Guix suddenly get a new guile dependency that I need to install? Any advice would be appreciated. Thanks, Gary