From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: statedir locations Date: Mon, 27 Jan 2014 23:48:02 +0100 Message-ID: <87bnyxhwil.fsf@gnu.org> References: <20140127115015.GA13396@jocasta.intra> <87ha8pk2ew.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]:54747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7v3H-0004M1-G5 for guix-devel@gnu.org; Mon, 27 Jan 2014 17:53:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7v3C-0003s7-4B for guix-devel@gnu.org; Mon, 27 Jan 2014 17:53:11 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:48023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7v3B-0003s2-U2 for guix-devel@gnu.org; Mon, 27 Jan 2014 17:53:06 -0500 In-Reply-To: <87ha8pk2ew.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 27 Jan 2014 13:57:43 +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: John Darrington Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > John Darrington skribis: > >> It has come to my attention that guix packages (at least those with gnu = build system) >> default their statedirs to directories under /nix/store/. Recall that t= he statedirs (ie:=20 >> sharedstatedir localstatedir and runstatedir) are for installing data fi= les *which the programs >> modify while they run* [1]. Obviously a program cannot modify anything= under /nix/store >> I think we need to update the default configure flags. > > Yes. We actually have a number of local modifications: > > $ grep -e --localstatedir gnu/packages/*.scm | wc -l > 5 > > I think we should change gnu-build-system.scm to pass > --localstatedir=3D/var, unless =E2=80=98configure-flags=E2=80=99 specify = another setting. > > I=E2=80=99ll do that in =E2=80=98core-updates=E2=80=99. Done in 65529e49ff5b9052544271b1b7923feed4312849. Ludo=E2=80=99.