From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Changing python-wrapper to handle lib/ etc. Date: Mon, 3 Nov 2014 23:06:46 +0100 Message-ID: <20141103220646.GB28208@debian> References: <87wq7kh70n.fsf@gnu.org> <20141029222347.GE29707@debian> <87tx2lu2ed.fsf_-_@gnu.org> <20141102174450.GC6865@debian> <20141102213257.GA11661@debian> <20141103101345.GA7788@debian.eduroam.u-bordeaux.fr> <20141103201928.GA20729@debian> <20141103204921.GA3867@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlPm8-0003J7-Cs for guix-devel@gnu.org; Mon, 03 Nov 2014 17:07:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlPm0-00009X-HL for guix-devel@gnu.org; Mon, 03 Nov 2014 17:07:00 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:52499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlPm0-00006Y-8D for guix-devel@gnu.org; Mon, 03 Nov 2014 17:06:52 -0500 Content-Disposition: inline In-Reply-To: <20141103204921.GA3867@debian> 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: Federico Beffa Cc: Guix-devel On Mon, Nov 03, 2014 at 09:49:21PM +0100, Andreas Enge wrote: > In 2.0.12 without python, now the guile tests fail... 3.0.2 without python > compiles well, so I am trying to build the swig dependencies now. Everything worked well, so I pushed this solution to wip-python. Andreas