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: Thu, 11 May 2017 10:29:42 +0200 Message-ID: <87k25nx0cp.fsf@gnu.org> References: <87bmt28qnm.fsf@gnu.org> <87k26chy16.fsf@gnu.org> <87y3u5wwsi.fsf_-_@gnu.org> <864lwtzmxj.fsf@gmail.com> <87inl8vrw4.fsf@gnu.org> <8660h8k56i.fsf@gmail.com> <86efvwxm3i.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]:48644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8jTq-0003oj-9b for guix-devel@gnu.org; Thu, 11 May 2017 04:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8jTn-0001dY-4t for guix-devel@gnu.org; Thu, 11 May 2017 04:29:50 -0400 In-Reply-To: <86efvwxm3i.fsf@gmail.com> (myglc2@gmail.com's message of "Wed, 10 May 2017 20:40:01 -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 myglc2 skribis: > g1@g1 ~/src/guix$ guix package -i icecat > guix package: warning: Your Guix installation is 85 days old. > guix package: warning: Consider running 'guix pull' followed by > 'guix package -u' to get up-to-date packages and security updates. > [...] > > But I just did a git pull ... > > g1@g1 ~/src/guix$ git -C ~/.config/guix/latest describe > v0.12.0-3681-gbc0e6c931 > > ... and my ~/.config/guix/latest points to it ... This is a special setup. The warning above just stats ~/.config/guix/latest. For someone using =E2=80=98guix pull=E2=80=99, it= =E2=80=99s a symlink that=E2=80=99s updated each time =E2=80=98guix pull=E2=80=99 is invoked. In your case it=E2=80=99s a symlink that=E2=80=99s never updated=E2=80=A6 b= ut your warranty is void anyway. ;-) Ludo=E2=80=99.