From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#34573: Backtrace of guix pull failed Date: Tue, 19 Feb 2019 16:42:02 +0100 Message-ID: <20190219154202.GA5022@jurong> References: <703275152.7669150.1550570158536.JavaMail.zimbra@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw7Xy-0003mg-Ri for bug-guix@gnu.org; Tue, 19 Feb 2019 10:43:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw7Xy-0000su-1y for bug-guix@gnu.org; Tue, 19 Feb 2019 10:43:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gw7Xx-0000sc-Sl for bug-guix@gnu.org; Tue, 19 Feb 2019 10:43:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gw7Xx-0002kG-OE for bug-guix@gnu.org; Tue, 19 Feb 2019 10:43:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <703275152.7669150.1550570158536.JavaMail.zimbra@inria.fr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Vincent Rouvreau Cc: 34573@debbugs.gnu.org Bonjour Vincent, On Tue, Feb 19, 2019 at 10:55:58AM +0100, Vincent Rouvreau wrote: > And guix pull failed : > > guix package -i python python-numpy python-conda > eval `guix package --search-paths=prefix` so the first two commands succeeded? > guix pull > Backtrace: > In ice-9/boot-9.scm: > 2887:24 19 (_) > 222:29 18 (map1 (((guix i18n)) ((guix gexp)) ((guix sets)) ((?)) ?)) > 222:29 17 (map1 (((guix gexp)) ((guix sets)) ((guix utils)) (#) ?)) > 222:29 16 (map1 (((guix sets)) ((guix utils)) ((guix store)) (#) ?)) > 222:29 15 (map1 (((guix utils)) ((guix store)) ((guix config)) # ?)) > 222:29 14 (map1 (((guix store)) ((guix config)) ((guix #)) ((?)) ?)) > 222:29 13 (map1 (((guix config)) ((guix packages)) ((guix #)) # ?)) > 222:29 12 (map1 (((guix packages)) ((guix profiles)) ((guix #)) ?)) > 222:17 11 (map1 (((guix profiles)) ((guix derivations)) ((# #)) ?)) > 2800:17 10 (resolve-interface (guix profiles) #:select _ #:hide _ # ?) > In ice-9/threads.scm: > 390:8 9 (_ _) > In ice-9/boot-9.scm: > 2726:13 8 (_) Could you post the lines preceding this error message? I just experienced a similar case, and the real error happened before (a package needed to be compiled first and failed). Could you please send the output of guix --version and guix describe ? Thanks, Andreas