From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Heads-up: transition to Guile 2.2 Date: Wed, 10 May 2017 14:05:31 +0200 Message-ID: <87inl8vrw4.fsf@gnu.org> References: <87bmt28qnm.fsf@gnu.org> <87k26chy16.fsf@gnu.org> <87y3u5wwsi.fsf_-_@gnu.org> <864lwtzmxj.fsf@gmail.com> 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]:46276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8QN8-00040S-20 for guix-devel@gnu.org; Wed, 10 May 2017 08:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8QN4-0006b3-4o for guix-devel@gnu.org; Wed, 10 May 2017 08:05:38 -0400 In-Reply-To: <864lwtzmxj.fsf@gmail.com> (myglc2@gmail.com's message of "Tue, 09 May 2017 18:26:48 -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" To: myglc2 Cc: guix-devel Hi, myglc2 skribis: > I run GuixSD from git checkout this way ... > > cd ~/src/guix > guix environment -e "(@ (gnu packages package-management) guix)" -M 4 \ > -c 4 > git pull > make clean-go > ./bootstrap > ./configure --localstatedir=3D/var --sysconfdir=3D/etc > make -j 10 check > exit > sudo guix system build /root/con/55.scm -M 4 -c 4 > sudo guix system reconfigure /root/con/55.scm -M 4 -c 4 > sudo reboot > > Should this just work? Or is there something that needs to be done > differently for the 2.0 >>> 2.2 change? That should just work. The only issue you might have is warnings about invalid .go files if ~/.config/guix/latest contains 2.0 .go files and you=E2=80=99re running Gui= le 2.2. The fix is to run =E2=80=98guix pull=E2=80=99. Ludo=E2=80=99.