From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Transition to /gnu/store Date: Mon, 10 Mar 2014 00:09:25 +0100 Message-ID: <87r46b7yvu.fsf@gnu.org> References: <87eh2myiqy.fsf@gnu.org> <87y50qlzmx.fsf@yeeloong.lan> <87fvmxrj21.fsf_-_@gnu.org> 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]:60947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMmqe-0004u8-Cn for guix-devel@gnu.org; Sun, 09 Mar 2014 19:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMmqV-0003c0-VG for guix-devel@gnu.org; Sun, 09 Mar 2014 19:09:36 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:55665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMmqV-0003bt-OS for guix-devel@gnu.org; Sun, 09 Mar 2014 19:09:27 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 5BF961F6C for ; Mon, 10 Mar 2014 00:09:26 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3YJIZ724kY8g for ; Mon, 10 Mar 2014 00:09:26 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 107A31F65 for ; Mon, 10 Mar 2014 00:09:25 +0100 (CET) In-Reply-To: <87fvmxrj21.fsf_-_@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Tue, 04 Mar 2014 18:07:28 +0100") 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: guix-devel@gnu.org So! Commit 834129e changes the default store directory to /gnu/store. Again, if you don=E2=80=99t plan to change right now, make sure to configure with --with-store-dir=3D/nix/store next time! The other change is commit f5768af, which changes the place where the store=E2=80=99s database and build logs are stored. If you don=E2=80=99t p= lan to switch to /gnu/store right now, then do something like: cd $localstatedir && ln -s nix guix cd $localstatedir/log && ln -s nix guix If you do plan to switch to /gnu/store now, then just run ./configure and forget about the rest. Ludo=E2=80=99.