From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#37424: guix pull fails with =?UTF-8?Q?=E2=80=9Cno?= code for module (git object)=?UTF-8?Q?=E2=80=9D?= Date: Mon, 16 Sep 2019 12:35:06 +0200 Message-ID: <87y2yopm05.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49329) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9oMV-0008RF-RT for bug-guix@gnu.org; Mon, 16 Sep 2019 06:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9oMU-0002Jg-AO for bug-guix@gnu.org; Mon, 16 Sep 2019 06:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40455) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9oMU-0002JU-6C for bug-guix@gnu.org; Mon, 16 Sep 2019 06:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9oMT-0003Qf-VZ for bug-guix@gnu.org; Mon, 16 Sep 2019 06:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49213) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9oLn-0007ni-5x for bug-guix@gnu.org; Mon, 16 Sep 2019 06:35:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9oLl-0001rc-I7 for bug-guix@gnu.org; Mon, 16 Sep 2019 06:35:18 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21317) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9oLj-0001qH-KE for bug-guix@gnu.org; Mon, 16 Sep 2019 06:35:17 -0400 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: 37424@debbugs.gnu.org Hi Guix, on my i686 machine I get this error: --8<---------------cut here---------------start------------->8--- rekado@elephly ~$ ~/.config/guix/current/guix pull --no-build-hook bin/ etc/ lib/ share/ rekado@elephly ~$ ~/.config/guix/current/bin/guix pull --no-build-hook Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 518fd3b Computing Guix derivation for 'i686-linux'... Backtrace: In ice-9/boot-9.scm: 222:17 19 (map1 (((guix git)) ((guix build-system r) #:select ?) ?)) 2800:17 18 (resolve-interface (guix git) #:select _ #:hide _ # _ # ?) In ice-9/threads.scm: 390:8 17 (_ _) In ice-9/boot-9.scm: 2726:13 16 (_) In ice-9/threads.scm: 390:8 15 (_ _) In ice-9/boot-9.scm: 2994:20 14 (_) 2312:4 13 (save-module-excursion #) 3014:26 12 (_) In unknown file: 11 (primitive-load-path "guix/git" #) In ice-9/eval.scm: 721:20 10 (primitive-eval (define-module (guix git) #:use-module ?)) In ice-9/psyntax.scm: 1235:36 9 (expand-top-sequence ((define-module (guix git) # # ?)) ?) 1182:24 8 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 285:10 7 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) In ice-9/eval.scm: 293:34 6 (_ #) In ice-9/boot-9.scm: 2874:4 5 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?) 2887:24 4 (_) 222:29 3 (map1 (((git)) ((git object)) ((guix i18n)) ((guix ?)) ?)) 222:17 2 (map1 (((git object)) ((guix i18n)) ((guix base32)) # ?)) 2803:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) ERROR: In procedure scm-error: no code for module (git object) -guix pull: error: You found a bug: the program '/gnu/store/f3xc9qp45hma3ia2z36z50vd5lxx4mk8-compute-guix-derivation' failed to compute the derivation for Guix (version: "518fd3b6592203df73fec347d30016d4260ee127"; system: "i686-linux"; host version: "aa986c9cd6cf5874f5a6b326484a9073977cc4bd"; pull-version: 1). Please report it by email to . --8<---------------cut here---------------end--------------->8--- -- Ricardo