From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35601: First 'guix pull' does not display 'hash guix' hint Date: Thu, 09 May 2019 17:45:33 +0200 Message-ID: <87ftpnd42q.fsf@gnu.org> References: <87zhnzpwe0.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOlFP-0007sO-4T for bug-guix@gnu.org; Thu, 09 May 2019 11:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOlFM-0006lm-7P for bug-guix@gnu.org; Thu, 09 May 2019 11:46:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50830) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hOlFG-0006j6-8J for bug-guix@gnu.org; Thu, 09 May 2019 11:46:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hOlFG-0000fe-0K for bug-guix@gnu.org; Thu, 09 May 2019 11:46:06 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87zhnzpwe0.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Mon, 06 May 2019 15:04:07 +0200") 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: Diego Nicola Barbato Cc: 35601-done@debbugs.gnu.org Hi! Diego Nicola Barbato skribis: > To reproduce simply run (after installing Guix System using the 1.0.0 > installer) 'guix --version', which will yield 'guix (GNU Guix) 1.0.0', > then 'guix pull', which will display no hint about running 'hash guix', > then 'guix --version' again, which will return 'guix (GNU Guix) 1.0.0' > again, and finally 'hash guix' followed by 'guix --version', which now > will yield 'guix (GNU Guix) 1234somecommithash123456789abcdefghijklm'. I *think* this is fixed for good by a0dc97a517cbc4c82640e30cacb2a564d128bbe9. > Regardless of the hint I still believe it is unfortunate that running > 'guix pull && guix system reconfigure /etc/config.scm' for the first > time will rather counterintuitively downgrade the system instead of > upgrading it. I agree. Perhaps an option would be to somehow pre-populate ~/.config/guix/current for all users on Guix System, but I=E2=80=99m not qu= ite sure how to do that intelligently. Thoughts? Thanks, Ludo=E2=80=99.