From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#33647: First `guix pull' behaves unexpectedly Date: Thu, 06 Dec 2018 15:56:48 +0100 Message-ID: <874lbqu2j3.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 ([2001:4830:134:3::10]:40076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUv6M-0005fx-R9 for bug-guix@gnu.org; Thu, 06 Dec 2018 09:58:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUv6I-0002uD-J0 for bug-guix@gnu.org; Thu, 06 Dec 2018 09:58:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUv6I-0002u5-EC for bug-guix@gnu.org; Thu, 06 Dec 2018 09:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gUv6I-0004FR-By for bug-guix@gnu.org; Thu, 06 Dec 2018 09:58:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUv5G-0004pn-5f for bug-guix@gnu.org; Thu, 06 Dec 2018 09:57:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUv5B-0001Yi-QT for bug-guix@gnu.org; Thu, 06 Dec 2018 09:56:58 -0500 Received: from mout01.posteo.de ([185.67.36.65]:44443) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUv5B-0001X4-FI for bug-guix@gnu.org; Thu, 06 Dec 2018 09:56:53 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 559A816005F for ; Thu, 6 Dec 2018 15:56:50 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 439dwd45XTz6tm8 for ; Thu, 6 Dec 2018 15:56:49 +0100 (CET) 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: 33647@debbugs.gnu.org Hello Guix, The first time a user runs =E2=80=98guix pull=E2=80=99 after a fresh instal= l it does not seem to update guix. =E2=80=98guix --version=E2=80=99 reports that guix is= still version 0.15.0 after running =E2=80=98guix pull=E2=80=99, instead of showin= g the hash of the latest commit. This can be mitigated by logging out and back in, after which =E2=80=98guix --version=E2=80=99 returns the expected version. Greetings Diego