From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bowcutt Subject: bug#32929: `guix pull` fail Date: Wed, 03 Oct 2018 23:54:25 -0400 Message-ID: <8366805ea63466ea6bbdcf42ea89cbb1cac75231.camel@case.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7ujE-00041V-2J for bug-guix@gnu.org; Wed, 03 Oct 2018 23:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7uj9-0001JJ-GD for bug-guix@gnu.org; Wed, 03 Oct 2018 23:55:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7uj8-0001Ii-I8 for bug-guix@gnu.org; Wed, 03 Oct 2018 23:55:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g7uj8-00020f-FY for bug-guix@gnu.org; Wed, 03 Oct 2018 23:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7uij-0003zE-Vk for bug-guix@gnu.org; Wed, 03 Oct 2018 23:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7uig-00012H-Qy for bug-guix@gnu.org; Wed, 03 Oct 2018 23:54:37 -0400 Received: from mpv3-2015.cwru.edu ([129.22.103.194]:48825 helo=mpv3-2015.case.edu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7uif-00011J-1H for bug-guix@gnu.org; Wed, 03 Oct 2018 23:54:34 -0400 Received: by mail-it1-f199.google.com with SMTP id w137-v6so9238178itc.8 for ; Wed, 03 Oct 2018 20:54:28 -0700 (PDT) Received: from n0mad (cpe-75-179-42-246.neo.res.rr.com. [75.179.42.246]) by smtp.gmail.com with ESMTPSA id z128-v6sm1251754itc.21.2018.10.03.20.54.26 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 03 Oct 2018 20:54:26 -0700 (PDT) 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: 32929@debbugs.gnu.org Hi, I ran into a bug. after running `guix pull`: ``` Updating from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 9e783d0bf22a7ff965105eb45f6c179a832bbabf... guile: warning: failed to install locale Computing Guix derivation for 'x86_64-linux'... /Backtrace: 9 (primitive-load "/gnu/store/2m09y8vajsla3zdlk28rcfdi3zq?") In ice-9/eval.scm: 155:9 8 (_ _) 159:9 7 (_ #(#(#(#(#(#(#(#(#(#(#(?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ./guix/store.scm: 1592:24 6 (run-with-store _ _ #:guile-for-build _ #:system _ # _) In ./guix/self.scm: 918:16 5 (_ _) 492:4 4 (compiled-guix "/gnu/store/91a7if3r1h6x4y9vigzbw6y1rhi?" ?) In srfi/srfi-1.scm: 679:15 3 (append-map _ _ . _) 592:17 2 (map1 (#f # ?)) In ./guix/self.scm: 494:31 1 (_ _) In ./guix/packages.scm: 743:21 0 (package-transitive-propagated-inputs #f) ./guix/packages.scm:743:21: In procedure package-transitive-propagated- inputs: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): #f guix pull: error: You found a bug: the program '/gnu/store/2m09y8vajsla3zdlk28rcfdi3zq7cvzq-compute-guix-derivation' failed to compute the derivation for Guix (version: "9e783d0bf22a7ff965105eb45f6c179a832bbabf"; system: "x86_64-linux"; host version: "0.15.0"; pull-version: 1). Please report it by email to . ```