From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: guix system seems not to respect ./pre-inst-env Date: Sun, 18 Dec 2016 11:24:03 -0500 Message-ID: <87wpex2okc.fsf@netris.org> References: <20161218134237.GA9419@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIeGH-00061a-Bd for guix-devel@gnu.org; Sun, 18 Dec 2016 11:24:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIeGE-0003Xl-8j for guix-devel@gnu.org; Sun, 18 Dec 2016 11:24:33 -0500 Received: from world.peace.net ([50.252.239.5]:56936) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cIeGE-0003S5-44 for guix-devel@gnu.org; Sun, 18 Dec 2016 11:24:30 -0500 In-Reply-To: <20161218134237.GA9419@jocasta.intra> (John Darrington's message of "Sun, 18 Dec 2016 14:42:38 +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" To: John Darrington Cc: guix-devel@gnu.org John Darrington writes: > When I run: ./pre-inst-env guix system disk-image gnu/system/install.scm > > The resulting disk image is always the one corresponding to the > currently installed guix, not the one whose source is in . That's odd. It has always worked for me. I can think of two possible environment variables that could cause 'pre-inst-env' to fail: "BASH_ENV" and "GUIX_PACKAGE_PATH". Were either of these variables set in the environment of the above command when it failed? Mark