[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22937: guix package fails when --substitute-urls specifies an HTTPS
From: |
Ludovic Courtès |
Subject: |
bug#22937: guix package fails when --substitute-urls specifies an HTTPS endpoint |
Date: |
Fri, 11 Mar 2016 09:39:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Leo Famulari <address@hidden> skribis:
> On Thu, Mar 10, 2016 at 02:08:17PM +0100, Ludovic Courtès wrote:
>> After some more testing and tweaks, notably with
>> <https://hydra.gnunet.org> and its brand new Let’s Encrypt certificate,
>> 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 ‘guix-daemon’ launches the right ‘guix
substitute’.
A simple way to do that from your Git checkout is:
sudo ./pre-inst-env guix-daemon --build-users-group=guixbuild \
--substitute-urls=https://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’.