From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#33261: [substitute-urls] Fails when given only "berlin.guixsd.org" Date: Mon, 5 Nov 2018 00:41:46 +0100 Message-ID: <7461b803-d8af-2e76-358e-35592f3ca995@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJSG7-0007LO-4w for bug-guix@gnu.org; Sun, 04 Nov 2018 18:56:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJS2o-0001LG-LL for bug-guix@gnu.org; Sun, 04 Nov 2018 18:43:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58402) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJS2o-0001L0-Hf for bug-guix@gnu.org; Sun, 04 Nov 2018 18:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gJS2o-0003tN-E8 for bug-guix@gnu.org; Sun, 04 Nov 2018 18:43:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJS1l-0000nA-Ev for bug-guix@gnu.org; Sun, 04 Nov 2018 18:41:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJS1h-0000d2-IG for bug-guix@gnu.org; Sun, 04 Nov 2018 18:41:56 -0500 Received: from mx1.riseup.net ([198.252.153.129]:50853) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJS1h-0000ZC-3w for bug-guix@gnu.org; Sun, 04 Nov 2018 18:41:53 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (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 7A2821A0478 for ; Sun, 4 Nov 2018 15:41:51 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id CE7CBE6F09 for ; Sun, 4 Nov 2018 15:41:50 -0800 (PST) Content-Language: en-US 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: 33261@debbugs.gnu.org $ guix package -i hello --substitute-urls=3Dberlin.guixsd.org substitute: guix substitute: error: berlin.guixsd.org: invalid URI guix package: error: build failed: substituter `substitute' died=20 unexpectedly Adding "http://" works: $ guix package -i wget --substitute-urls=3Dhttp://berlin.guixsd.org --dry= -run The following package would be upgraded: =C2=A0=C2=A0 wget=C2=A0=C2=A0=C2=A0 1.19.5 =E2=86=92 1.19.5=20 /gnu/store/7jd4nbdamp5bjvvi9acnk4nkk2dzyi71-wget-1.19.5 substitute: updating substitutes from 'http://berlin.guixsd.org'... 100.0= % The following derivations would be built: =C2=A0=C2=A0 /gnu/store/y6yg5dsfam30v8d7f77bafysqjnbdhgj-profile.drv =C2=A0=C2=A0 /gnu/store/qdgr96gw7jil08wqhp897mf8qzhhv32b-info-dir.drv =C2=A0=C2=A0 /gnu/store/66apflyp7b41blxl7s6pv56kq5mfb8h4-fonts-dir.drv /gnu/store/1d0njpsg6ch60hh5zdkg2lf173kqv32f-ca-certificate-bundle.drv =C2=A0=C2=A0 /gnu/store/jba4idqg0q0rq0pvdal8scjf9176xx8z-manual-database= .drv $ which guix /home/sdb/.config/guix/current/bin/guix $ guix --version guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 --=20 Cheers Swedebugia