From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: very old daemon = no substitutes? Date: Mon, 23 Dec 2019 15:01:10 +0100 Message-ID: <87a77jp2e1.fsf@elephly.net> References: <20191223.125312.2027615464663329041.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44519) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijOOR-0000uW-L0 for help-guix@gnu.org; Mon, 23 Dec 2019 09:09:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijOOQ-0005ny-7d for help-guix@gnu.org; Mon, 23 Dec 2019 09:09:07 -0500 Received: from sender3-of-o51.zoho.com ([136.143.189.51]:21133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ijOOP-0005iC-UW for help-guix@gnu.org; Mon, 23 Dec 2019 09:09:06 -0500 In-reply-to: <20191223.125312.2027615464663329041.post@thomasdanckaert.be> 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: Thomas Danckaert Cc: help-guix@gnu.org Hi Thomas, > I'm reconfiguring my system after almost one year without updates > (meaning guix-daemon in my system profile is at version > 0.16.0-8.7ba2b27, dating from january 2019). This should be fine. The daemon doesn=E2=80=99t change much and even in the past upgrades to the daemon have been backwards compatible. > I ran guix pull (now at commit c109d32) and had to rebuild *a lot* > (guile, git, I believe multiple versions of gcc, ...). Now I'm > reconfiguring, and it feels like I'm still building the whole world > and not getting any substitutes (despite messages such as 'updating > substitutes from https://ci.guix.info' and 'updating substitutes from > https://berlin.guixsd.org')... berlin.guixsd.org (soon to disappear) is an old name for ci.guix.gnu.org, as is ci.guix.info. Double check /etc/guix/acl to make sure that the public key for ci.guix.gnu.org is listed there. --=20 Ricardo