From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: bug#37789: guix pull: error: You found a bug: the program Date: Fri, 18 Oct 2019 10:57:07 -0400 Message-ID: References: <87o8yfo1ud.fsf@gnu.org> <87wod3maiy.fsf@gnu.org> 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]:37738) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLThb-00088i-TN for bug-guix@gnu.org; Fri, 18 Oct 2019 10:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLTha-0005en-Pd for bug-guix@gnu.org; Fri, 18 Oct 2019 10:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42577) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLTha-0005ej-M6 for bug-guix@gnu.org; Fri, 18 Oct 2019 10:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLTha-0000Vf-IB for bug-guix@gnu.org; Fri, 18 Oct 2019 10:58:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87wod3maiy.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37789@debbugs.gnu.org Ludovic Court=C3=A8s writes: > This is not the key of ci.guix.gnu.org. Thanks for getting back to me. It turns out I mistakenly gave you this server's public key. SORRY. Also I forgot the system is configured not to use substitutes ... (guix-service-type config =3D> (guix-configuration (inherit config) (use-substitutes? #f) (substitute-urls (list "https://mirror.hydra.gnu.org" "https://hydra.gnu.org" "https://berlin.guixsd.org")) (extra-options '("--gc-keep-derivations=3Dyes" "--gc-keep-outputs=3Dyes" "--cores=3D0" "--max-jobs=3D10")) )))) ... because it primarily builds Guix from Git. I only use 'guix pull' as a kind of "rescue move" when the souce build fails, as it is now doing configure: error: Guile-JSON is missing; please install it. The last time I used 'guix pull' it worked fine ... /home/glc/.config/guix: lrwxrwxrwx 1 glc users 44 Dec 14 2018 current -> /var/guix/profiles/per-user/glc/current-guix The guix-configuration is unchanged since then. Shouldn't 'guix pull' still work? SORRY for the run-around on keys and substitutes. TIA, George