From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: security-updates merged Date: Mon, 28 Mar 2016 10:16:10 +0200 Message-ID: <20160328101610.6d13eb19@scratchpost.org> References: <87io0f4du1.fsf@gnu.org> <20160326095153.266b826e@scratchpost.org> <87fuvd1f7n.fsf@gnu.org> <8737rdw3vw.fsf@netris.org> <874mbry6ck.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akSLS-00008L-Ak for guix-devel@gnu.org; Mon, 28 Mar 2016 04:16:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akSLP-0004aw-4U for guix-devel@gnu.org; Mon, 28 Mar 2016 04:16:18 -0400 In-Reply-To: <874mbry6ck.fsf@gnu.org> 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: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org Hi Ludo, > Danny: could you check with either --container or --pure? It could be > that some other settings from the outside environment were interfering. I tried $ guix environment guix --container $ ./configure --localstatedir=/var That works. Same for $ guix environment guix --container --pure $ ./configure --localstatedir=/var That works. But $ guix environment guix $ ./configure --localstatedir=/var works now too. Hmm, I've rebooted since. Sorry for the noise. This time when it didn't work, I did $ make clean beforehand so it's not because of obsolete compiled files this time. Note that in-between (after it didn't work but before your E-Mail) I did $ guix environment guix sqlite $ ./configure --localstatedir=/var And that worked, too. If that left some permanent state, it would also be clear why it works now. Also, I did guix system reconfigure since then - with the same config (because I wanted my modified cups-service to take effect). (That eventually broke with 503 on texlive). In any case, I'd suggest to test an eventual GuixSD release by booting it and: $ git clone ...guix $ guix environment guix $ ./configure --localstatedir=/var and see whether it fails. If it works, good.