From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: The tricky case of "--localstatedir=/var" Date: Tue, 16 Feb 2016 20:59:20 +0100 Message-ID: <20160216205920.6c7c0684@scratchpost.org> References: <20160216135729.GB13560@novena-choice-citizen.lan> 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]:48855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlmW-0004dU-BO for guix-devel@gnu.org; Tue, 16 Feb 2016 14:59:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVlmR-0000Od-8e for guix-devel@gnu.org; Tue, 16 Feb 2016 14:59:32 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:38413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVlmR-0000Nt-0t for guix-devel@gnu.org; Tue, 16 Feb 2016 14:59:27 -0500 In-Reply-To: <20160216135729.GB13560@novena-choice-citizen.lan> 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: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org Hi, also, even worse, when using a fine git checkout for some time, you will from time to time do this: $ git pull $ make check If this touches stuff autoconf cares about, make will do ./configure again and leave localstatedir off. Then lots (32) of the tests will fail. Just happened again... Regards, Danny