From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: bug#33758: No longer possible to run ./pre-inst-env guix without compiling first Date: Fri, 14 Dec 2018 23:49:24 -0800 Message-ID: <0ed7e834dd4cfdaef62b5dbe334b8d72@riseup.net> 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]:41977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gY4i6-0002Ct-4W for bug-guix@gnu.org; Sat, 15 Dec 2018 02:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gY4i2-0004Fr-QH for bug-guix@gnu.org; Sat, 15 Dec 2018 02:50:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44671) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gY4i2-0004Fb-Ks for bug-guix@gnu.org; Sat, 15 Dec 2018 02:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gY4i2-0002vq-G7 for bug-guix@gnu.org; Sat, 15 Dec 2018 02:50:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gY4hZ-000277-Oa for bug-guix@gnu.org; Sat, 15 Dec 2018 02:49:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gY4hW-0003m5-Gu for bug-guix@gnu.org; Sat, 15 Dec 2018 02:49:33 -0500 Received: from mx1.riseup.net ([198.252.153.129]:50186) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gY4hW-0003k5-9e for bug-guix@gnu.org; Sat, 15 Dec 2018 02:49:30 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id D75AB1A3C7B for ; Fri, 14 Dec 2018 23:49:24 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id ABC046B10F for ; Fri, 14 Dec 2018 23:49:24 -0800 (PST) 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: 33758@debbugs.gnu.org Hi Is this a bug? first *clone repository* then ./bootstrap && ./configure then ./pre-inst-env guix weather -m ~/sdb.scm --substitute-urls=3D"https://ci.guix.info http://mirror.hydra.gnu.org" Backtrace: In ice-9/boot-9.scm: 222:29 19 (map1 _) 222:29 18 (map1 _) 222:29 17 (map1 _) 222:29 16 (map1 _) 222:29 15 (map1 _) 222:29 14 (map1 _) 222:29 13 (map1 _) 222:29 12 (map1 _) 222:29 11 (map1 _) 222:29 10 (map1 (((gnu system nss)) ((gnu system locale)) ((=E2=80=A6)= ) =E2=80=A6)) 222:17 9 (map1 (((gnu system locale)) ((gnu system pam)) ((=E2=80=A6)= ) =E2=80=A6)) 2800:17 8 (resolve-interface (gnu system locale) #:select _ #:hide =E2= =80=A6) In ice-9/threads.scm: 390:8 7 (_ _) In ice-9/boot-9.scm: 2726:13 6 (_) In ice-9/threads.scm: 390:8 5 (_ _) In ice-9/boot-9.scm: 2994:20 4 (_) 2312:4 3 (save-module-excursion #) 3014:26 2 (_) In unknown file: 1 (primitive-load-path "gnu/system/locale" #) In /home/sdb/src/guix/gnu/system/locale.scm: 124:0 0 (_) /home/sdb/src/guix/gnu/system/locale.scm:124:0: In procedure private-lookup: No variable bound to glibc-for-target in module (gnu packages base) This was introduced a little before merging of the latest core-updates. --=20 Cheers=20 Swedebugia