From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38196: Mistaken warning "guix pull was never run" Date: Tue, 24 Mar 2020 18:56:16 +0100 Message-ID: <877dz9ljr3.fsf@gnu.org> References: <20191113140850.2f5s77zrqfo6klpm@pelzflorian.localdomain> 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]:33761) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jGnnS-0007J3-SL for bug-guix@gnu.org; Tue, 24 Mar 2020 13:57:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jGnnR-0005xf-WE for bug-guix@gnu.org; Tue, 24 Mar 2020 13:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49613) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jGnnR-0005xZ-Sz for bug-guix@gnu.org; Tue, 24 Mar 2020 13:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jGnnR-0000Ds-T1 for bug-guix@gnu.org; Tue, 24 Mar 2020 13:57:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20191113140850.2f5s77zrqfo6klpm@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Wed, 13 Nov 2019 15:08:50 +0100") 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-mx.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 38196-done@debbugs.gnu.org Hi! "pelzflorian (Florian Pelz)" skribis: > Hello! I installed Guix on a new system. Like > > info "(guix) After System Installation" > > I do `guix pull` and then the next command prints a warning. > > $ sudo guix system reconfigure /etc/config.scm > Password:=20 > guix system: warning: /root/.config/guix/current not found: 'guix pull' w= as never run > guix system: warning: Consider running 'guix pull' before 'reconfigure'. > guix system: warning: Failing to do that may downgrade your system! > > It should not print a warning because the running guix is not > outdated. Fixed in 637db76d7ad1af5323a6a6b87b8a6a2e6dfed754. Thanks, Ludo=E2=80=99.