all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: John Darrington <john@darrington.wattle.id.au>
Cc: guix-devel@gnu.org
Subject: Re: statedir locations
Date: Tue, 28 Jan 2014 10:23:16 +0100	[thread overview]
Message-ID: <87wqhke9yz.fsf@gnu.org> (raw)
In-Reply-To: <87bnyxhwil.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 27 Jan 2014 23:48:02 +0100")

ludo@gnu.org (Ludovic Courtès) skribis:

> ludo@gnu.org (Ludovic Courtès) skribis:
>
>> John Darrington <john@darrington.wattle.id.au> 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 the statedirs (ie: 
>>> sharedstatedir localstatedir and runstatedir) are for installing data files *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=/var, unless ‘configure-flags’ specify another setting.
>>
>> I’ll do that in ‘core-updates’.
>
> Done in 65529e49ff5b9052544271b1b7923feed4312849.

I was overconfident: the patch broke everything, because
Automake-generated makefiles typically try to mkdir $localstatedir:

  http://hydra.gnu.org/eval/45514

So I just reverted it, and I think we’re stuck with the status quo until
someone has a better idea.

For the longer term, we could submit an Automake patch such that it
doesn’t insist on creating $localstatedir et al.

Ludo’.

  reply	other threads:[~2014-01-28  9:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-27 11:50 statedir locations John Darrington
2014-01-27 12:57 ` Ludovic Courtès
2014-01-27 13:44   ` Mark H Weaver
2014-01-27 14:46     ` Ludovic Courtès
2014-01-28  5:05       ` Mark H Weaver
2014-01-28  9:49         ` Ludovic Courtès
2014-01-27 22:48   ` Ludovic Courtès
2014-01-28  9:23     ` Ludovic Courtès [this message]
2014-01-28 17:53       ` John Darrington
2014-01-28 22:11         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wqhke9yz.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=john@darrington.wattle.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.