From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: The tricky case of "--localstatedir=/var" Date: Tue, 16 Feb 2016 17:42:55 -0500 Message-ID: <87io1oxonk.fsf@netris.org> References: <20160216135729.GB13560@novena-choice-citizen.lan> <20160216205920.6c7c0684@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVoKp-0007st-Ud for guix-devel@gnu.org; Tue, 16 Feb 2016 17:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVoKn-0001s0-8W for guix-devel@gnu.org; Tue, 16 Feb 2016 17:43:07 -0500 Received: from world.peace.net ([50.252.239.5]:38936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVoKn-0001rw-5z for guix-devel@gnu.org; Tue, 16 Feb 2016 17:43:05 -0500 In-Reply-To: <20160216205920.6c7c0684@scratchpost.org> (Danny Milosavljevic's message of "Tue, 16 Feb 2016 20:59:20 +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: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic writes: > 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. This shouldn't happen, the configure flags should be preserved. It has never happened to me, and I've been doing "git pull && make" regularly for a couple of years now. Can you email bug-guix@gnu.org about your experience here? Mark