From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Python 3 native-search-paths Date: Sun, 1 Sep 2013 09:11:12 +0200 Message-ID: <20130901071112.GA7907@debian> References: <20130831154014.GA5736@debian> <87wqn1sv20.fsf@gnu.org> <20130831164305.GA9597@debian> <8761ulspjp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG1oj-0003Sh-OW for guix-devel@gnu.org; Sun, 01 Sep 2013 03:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG1oc-0000So-FY for guix-devel@gnu.org; Sun, 01 Sep 2013 03:11:25 -0400 Content-Disposition: inline In-Reply-To: <8761ulspjp.fsf@gnu.org> List-Id: 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 =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sat, Aug 31, 2013 at 08:06:34PM +0200, Ludovic Courtès wrote: > It has no effect in the build of Python itself; its effect is only when > building Python code that uses Python and one or more Python libs. I still think something is wrong here and that this variable should be included into the computation of the hash. When I now recompile a package depending on python, it gets the same hash, but it is different. Or more easily: The python package with the new native-search-paths behaves differently from the previous one, so it should have a different hash. Andreas