|
From: | Ludovic Courtès |
Subject: | Re: Heads-up: transition to Guile 2.2 |
Date: | Wed, 10 May 2017 14:05:31 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi, myglc2 <address@hidden> 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=/var --sysconfdir=/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’re running Guile 2.2. The fix is to run ‘guix pull’. Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |