From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#31805: guix pull --url errors out with "build failed: substituter `substitute' died unexpectedly" Date: Tue, 12 Jun 2018 23:23:10 +0200 Message-ID: <87sh5ru2bl.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSqlp-00020P-81 for bug-guix@gnu.org; Tue, 12 Jun 2018 17:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSqlm-0004gv-0o for bug-guix@gnu.org; Tue, 12 Jun 2018 17:24:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSqll-0004gr-T2 for bug-guix@gnu.org; Tue, 12 Jun 2018 17:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fSqll-0000SZ-Mx for bug-guix@gnu.org; Tue, 12 Jun 2018 17:24:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSql3-0001x9-0H for bug-guix@gnu.org; Tue, 12 Jun 2018 17:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSqkz-0004UN-QE for bug-guix@gnu.org; Tue, 12 Jun 2018 17:23:16 -0400 Received: from mail.lassieur.org ([83.152.10.219]:49832) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSqkz-0004Tp-IV for bug-guix@gnu.org; Tue, 12 Jun 2018 17:23:13 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id bb75a1d3 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Tue, 12 Jun 2018 21:23:11 +0000 (UTC) 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: 31805@debbugs.gnu.org Hi, I did: guix pull --url=git://git.lassieur.org/guix And got: --8<---------------cut here---------------start------------->8--- Updating from Git repository at 'git://git.lassieur.org/guix'... Building from Git commit dd6fa43a105f9caf383c6d1fb5a8497e29e912b1... Computing Guix derivation for 'x86_64-linux'... \ substitute: updating list of substitutes from 'https://berlin.guixsd.org'... 0.0%Backtrace: substitute: 3 (apply-smob/1 #) substitute: In ice-9/boot-9.scm: substitute: 705:2 2 (call-with-prompt _ _ #) substitute: In ice-9/eval.scm: substitute: 619:8 1 (_ #(#(#))) substitute: In guix/ui.scm: substitute: 1501:12 0 (run-guix-command _ . _) substitute: substitute: guix/ui.scm:1501:12: In procedure run-guix-command: substitute: Bad Read-Header-Line header: # substitute: guix pull: error: build failed: substituter `substitute' died unexpectedly --8<---------------cut here---------------end--------------->8---