From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33082: guix pull resulted in an error: compute-guix-derivation Date: Sat, 20 Oct 2018 12:06:53 +0200 Message-ID: <87o9bpaq4i.fsf@gnu.org> References: <8736t3713o.fsf@fastmail.com> <877eiei9n2.fsf@gnu.org> <1539964762.2162108.1547911576.742F013B@webmail.messagingengine.com> <87k1mdrhhj.fsf@fastmail.com> 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]:52215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDoAs-0003zy-S6 for bug-guix@gnu.org; Sat, 20 Oct 2018 06:08:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDoAs-0008JZ-5g for bug-guix@gnu.org; Sat, 20 Oct 2018 06:08:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56016) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDoAs-0008JP-1Y for bug-guix@gnu.org; Sat, 20 Oct 2018 06:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDoAr-0004tx-RM for bug-guix@gnu.org; Sat, 20 Oct 2018 06:08:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1mdrhhj.fsf@fastmail.com> (Joshua Branson's message of "Fri, 19 Oct 2018 13:09:12 -0400") 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: Joshua Branson Cc: 33082@debbugs.gnu.org Hello, Joshua Branson skribis: > Joshua Branson writes: > >> Well, I thought I'd try to enable substitutes... >> >> [root@dobby guix]# pwd >> /var/guix/profiles/per-user/root/guix-profile/share/guix >> >> guix archive --authorize berlin.guixsd.org.pub=20 >> >> This commands has been hanging (doing nothing, as far I can tell) for 5+= minutes. That sounds non-normal. > > Ahh I forgot the "<". > > guix archive --authorize < berlin.guixsd.org.pub=20 Note that this authorizes the use of substitutes coming from berlin.guixsd.org, but you also need to tell guix-daemon or your guix command to actually fetch substitutes from https://berlin.guixsd.org. You can do that with the --substitute-urls option: https://www.gnu.org/software/guix/manual/en/html_node/Substitutes.html Let us know how it goes! Ludo=E2=80=99.