very old daemon = no substitutes?

2019-12-23 Thread Thomas Danckaert
Hi Guix, 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). I ran guix pull (now at commit c109d32) and had to rebuild *a lot* (guile, git, I believe multiple versions of gcc,

Re: very old daemon = no substitutes?

2019-12-23 Thread Julien Lepiller
Le Mon, 23 Dec 2019 12:53:12 +0100 (CET), Thomas Danckaert a écrit : > Hi Guix, > > 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). > > I ran guix pull (now at commit c10

Re: very old daemon = no substitutes?

2019-12-23 Thread Ricardo Wurmus
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’t change much and even in the past upgrades to the daemon have been back

Re: very old daemon = no substitutes?

2019-12-23 Thread Thomas Danckaert
From: Ricardo Wurmus Subject: Re: very old daemon = no substitutes? Date: Mon, 23 Dec 2019 15:01:10 +0100 Double check /etc/guix/acl to make sure that the public key for ci.guix.gnu.org is listed there. Thank you very much! I found the cause of the problem: 'guix archive --authorize' was up

Fwd: Re: very old daemon = no substitutes?

2019-12-23 Thread Tobias Geerinckx-Rice
Thomas, Thomas Danckaert 写道: Any idea why 'guix archive' is looking at /usr/local/...and what I could do about that? Did you (manually) ./configure guix without ‘--sysconfdir=/etc’? Trick question; it was a year ago; who knows; but that's usually the culprit. Kind regards, T G-R signat

Re: Install image with custom services

2019-12-23 Thread Jack Hill
On Thu, 19 Dec 2019, Jack Hill wrote: I created a more minimal operating system definition: ```scheme (define my-installation-os (operating-system (inherit installation-os) (packages (cons package:network-manager (operating-system-packages installation-os))) (serv

Re: very old daemon = no substitutes?

2019-12-23 Thread Ricardo Wurmus
Thomas Danckaert writes: > From: Ricardo Wurmus > Subject: Re: very old daemon = no substitutes? > Date: Mon, 23 Dec 2019 15:01:10 +0100 > >> Double check /etc/guix/acl to make sure that the public key for >> ci.guix.gnu.org is listed there. > > Thank you very much! I found the cause of the p