From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Troubles with install image Date: Thu, 17 Jul 2014 18:31:06 +0200 Message-ID: <874mygdk1h.fsf@gnu.org> References: <87wqbf4cao.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87r41mml3g.fsf@gnu.org> <87fvi2f4xo.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87fvi1ifr9.fsf@gnu.org> <878uns9apg.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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]:58087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7oaR-0006Jd-9Q for guix-devel@gnu.org; Thu, 17 Jul 2014 12:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7oaL-0003eZ-AG for guix-devel@gnu.org; Thu, 17 Jul 2014 12:31:15 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7oaL-0003eU-3Z for guix-devel@gnu.org; Thu, 17 Jul 2014 12:31:09 -0400 In-Reply-To: <878uns9apg.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Wed, 16 Jul 2014 18:54:03 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From reading gnu/system/install.scm file, I would expect it to install > the guix dev package, not the 0.6 release. I'm quite confused. OK, here=E2=80=99s the story: The installation image does include the development version, as you noticed. When you run =E2=80=98guix system init=E2=80=99 from the USB stick, that=E2= =80=99s the development version that=E2=80=99s used, specifically commit 20b1d19. However, (@ (gnu packages package-management) guix) in commit 20b1d19 referred to Guix 0.6. Thus, you end up installing Guix 0.6. Commit 42b9b8f solves that by upgrading the development snapshot (I only tested it on x86_64 though.) Ludo=E2=80=99.