From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22937: guix package fails when --substitute-urls specifies an HTTPS endpoint Date: Fri, 11 Mar 2016 09:39:10 +0100 Message-ID: <874mcd5ryp.fsf@gnu.org> References: <87k2ldjxz5.fsf@gmail.com> <87pov38dte.fsf@gnu.org> <8737rywke6.fsf@gnu.org> <20160310212133.GA8829@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeIc9-0008HE-Uy for bug-guix@gnu.org; Fri, 11 Mar 2016 03:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeIc6-0001YG-I9 for bug-guix@gnu.org; Fri, 11 Mar 2016 03:40:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeIc6-0001YC-EC for bug-guix@gnu.org; Fri, 11 Mar 2016 03:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aeIc6-0003Un-7C for bug-guix@gnu.org; Fri, 11 Mar 2016 03:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160310212133.GA8829@jasmine> (Leo Famulari's message of "Thu, 10 Mar 2016 16:21:33 -0500") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Leo Famulari Cc: 22937@debbugs.gnu.org Leo Famulari skribis: > On Thu, Mar 10, 2016 at 02:08:17PM +0100, Ludovic Court=C3=A8s wrote: >> After some more testing and tweaks, notably with >> and its brand new Let=E2=80=99s Encrypt certi= ficate, >> I pushed the patch as 9b7bd1b160be7c740a798c09e3b8986368b92036. > > With this commit, I still get the backtrace in the original report of > this bug. You need to make sure that =E2=80=98guix-daemon=E2=80=99 launches the right= =E2=80=98guix substitute=E2=80=99. A simple way to do that from your Git checkout is: sudo ./pre-inst-env guix-daemon --build-users-group=3Dguixbuild \ --substitute-urls=3Dhttps://mirror.guixsd.org Make sure to stop any running guix-daemon before; on GuixSD, this goes like this: sudo herd stop guix-daemon HTH! Ludo=E2=80=99.