From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Python-build-system does not honour phases Date: Tue, 10 Sep 2013 21:07:17 +0200 Message-ID: <20130910190717.GA8670@debian> References: <20130907222607.GA28990@debian> <87hadtfzk4.fsf@gnu.org> <20130910082655.GA8621@debian> <20130910132836.GA4248@debian> <87k3iobm2o.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJTHe-0008UK-5w for guix-devel@gnu.org; Tue, 10 Sep 2013 15:07:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJTHV-0001bp-S3 for guix-devel@gnu.org; Tue, 10 Sep 2013 15:07:30 -0400 Content-Disposition: inline In-Reply-To: <87k3iobm2o.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 Tue, Sep 10, 2013 at 07:53:03PM +0200, Ludovic Courtès wrote: > The error seems to be that we use ‘site-packages’ when it expects > ‘site/packages’. > The latter is clearly wrong, but I couldn’t find where it comes from > (perhaps you fixed it in the meantime?). Thanks for spotting this, it was a typo I made when changing the environment variable! I am pushing setuptools; the tests succeeded with Python 2.7.5, while there is (at least) one that fails with 3.3.2. But I am curious whether this will allow us to install further modules. Andreas