From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: build failed: substituter `substitute' died unexpectedly Date: Sat, 29 Apr 2017 19:59:27 -0500 Message-ID: <87shkqd828.fsf@dustycloud.org> References: <87inlo4hs1.fsf@dustycloud.org> <20170428203229.GA542@jasmine> <6baf6a01-a0bc-e95e-fa9a-dfad38fee0e4@tobias.gr> <87bmrg44ij.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4dD3-0003AO-UR for help-guix@gnu.org; Sat, 29 Apr 2017 20:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4dD0-0000cN-U4 for help-guix@gnu.org; Sat, 29 Apr 2017 20:59:34 -0400 Received: from dustycloud.org ([50.116.34.160]:41744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d4dD0-0000cA-PA for help-guix@gnu.org; Sat, 29 Apr 2017 20:59:30 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tobias Geerinckx-Rice Cc: help-guix@gnu.org Tobias Geerinckx-Rice writes: > On 28/04/17 23:21, Tobias Geerinckx-Rice wrote: >> On 28/04/17 23:16, Christopher Allan Webber wrote: >>> Gave it a shot... still seems to be breaking here. >> >> Oh :-( >> >> Did you re-launch guix-daemon after re-building it? Oh, I didn't! > I forgot to mention: adding > > --substitute-urls="http://bad.http.response.tobias.gr" > > should serve as a simple test. It always triggers the the patch for me. > > Kind regards, > > T G-R I think I tried it right... cwebber@oolong:~$ guix environment --ad-hoc julia --substitute-urls="http://bad.http.response.tobias.gr" substitute: Backtrace: substitute: In ice-9/boot-9.scm: substitute: 160: 9 [catch #t # ...] substitute: In unknown file: substitute: ?: 8 [apply-smob/1 #] substitute: In ice-9/boot-9.scm: substitute: 66: 7 [call-with-prompt prompt0 ...] substitute: In ice-9/eval.scm: substitute: 432: 6 [eval # #] substitute: In ice-9/boot-9.scm: substitute: 2412: 5 [save-module-excursion #] substitute: 4089: 4 [#] substitute: 1734: 3 [%start-stack load-stack ...] substitute: 1739: 2 [#] substitute: In unknown file: substitute: ?: 1 [primitive-load "/home/cwebber/devel/guix/scripts/guix"] substitute: In guix/ui.scm: substitute: 1255: 0 [run-guix-command substitute "--query"] substitute: substitute: guix/ui.scm:1255:8: In procedure run-guix-command: substitute: guix/ui.scm:1255:8: Throw to key `bad-response' with args `("Bad Response-Line: ~s" (""))'. guix environment: error: corrupt input while restoring archive from # I'm not really sure if this triggered the patch or not? It does look like a different error message, so I'm guessing it did?