From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#38196: Mistaken warning "guix pull was never run" Date: Wed, 13 Nov 2019 15:08:50 +0100 Message-ID: <20191113140850.2f5s77zrqfo6klpm@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50752) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUtKX-00051l-Kc for bug-guix@gnu.org; Wed, 13 Nov 2019 09:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUtKS-0006FE-Ov for bug-guix@gnu.org; Wed, 13 Nov 2019 09:09:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50153) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iUtKS-0006F9-LE for bug-guix@gnu.org; Wed, 13 Nov 2019 09:09:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iUtKS-0001GD-47 for bug-guix@gnu.org; Wed, 13 Nov 2019 09:09:04 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50608) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUtKM-0004ym-BA for bug-guix@gnu.org; Wed, 13 Nov 2019 09:08:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUtKK-0006Bn-2k for bug-guix@gnu.org; Wed, 13 Nov 2019 09:08:57 -0500 Received: from pelzflorian.de ([5.45.111.108]:40894 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iUtKI-0006AG-1o for bug-guix@gnu.org; Wed, 13 Nov 2019 09:08:54 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 58A3F3604DA for ; Wed, 13 Nov 2019 15:08:50 +0100 (CET) Content-Disposition: inline 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: 38196@debbugs.gnu.org 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: guix system: warning: /root/.config/guix/current not found: 'guix pull' was 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. Regards, Florian