From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56579) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0j6J-0000m9-LB for guix-patches@gnu.org; Sun, 09 Feb 2020 04:42:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0j6I-0003T5-HC for guix-patches@gnu.org; Sun, 09 Feb 2020 04:42:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0j6I-0003Sy-Ck for guix-patches@gnu.org; Sun, 09 Feb 2020 04:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0j6I-0001fR-BF for guix-patches@gnu.org; Sun, 09 Feb 2020 04:42:02 -0500 Subject: [bug#39526] Package: guix Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56440) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0j5U-0000c2-Ge for guix-patches@gnu.org; Sun, 09 Feb 2020 04:41:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0j5T-0001v5-DA for guix-patches@gnu.org; Sun, 09 Feb 2020 04:41:12 -0500 Received: from mail-io1-xd29.google.com ([2607:f8b0:4864:20::d29]:44120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0j5T-0001te-8O for guix-patches@gnu.org; Sun, 09 Feb 2020 04:41:11 -0500 Received: by mail-io1-xd29.google.com with SMTP id z16so4273584iod.11 for ; Sun, 09 Feb 2020 01:41:11 -0800 (PST) MIME-Version: 1.0 From: Vincent Legoll Date: Sun, 9 Feb 2020 10:40:59 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39526@debbugs.gnu.org Hello, I'm getting back into guix, using the 1.0.1 VM image in qemu. I've tried to update with reconfigure after a pull but that fails today (was working yesterday, FWIW) It's probably pebkac... root@gnu ~# guix system reconfigure /etc/config.scm guix system: error: canonicalize-path: No such file or directory: "/root/config.scm" root@gnu ~# ln -s /etc/config.scm root@gnu ~# guix system reconfigure /etc/config.scm substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% The following derivations will be built: [...] And this last one succeeds I saw a commit from a few days ago that touches the subject of "canonicalize-path", maybe it's related: 09238d618a511de80de189ff3ff18bfa0f280bb9 Thanks for any help -- Vincent Legoll