From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Changing python-wrapper to handle lib/ etc. Date: Tue, 04 Nov 2014 10:44:06 +0100 Message-ID: <871tpjcnbt.fsf@gnu.org> References: <CAKrPhPMQ0G6OMUL6vF55cZwXxO4mdyCTDygDy4=Y75B_US-QGA@mail.gmail.com> <87wq7kh70n.fsf@gnu.org> <20141029222347.GE29707@debian> <87tx2lu2ed.fsf_-_@gnu.org> <20141102174450.GC6865@debian> <20141102213257.GA11661@debian> <CAKrPhPOWZpMeRVkHmBJ+=9Q7HMqJR6KC=o=x4emj3uTs4Ufqdw@mail.gmail.com> <20141103101345.GA7788@debian.eduroam.u-bordeaux.fr> <20141103201928.GA20729@debian> <20141103204921.GA3867@debian> <20141103220646.GB28208@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:41832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@gnu.org>) id 1XlaeV-0004Og-LG for guix-devel@gnu.org; Tue, 04 Nov 2014 04:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <ludo@gnu.org>) id 1XlaeP-0000OB-8u for guix-devel@gnu.org; Tue, 04 Nov 2014 04:43:51 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:46448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <ludo@gnu.org>) id 1XlaeP-0000Mq-1k for guix-devel@gnu.org; Tue, 04 Nov 2014 04:43:45 -0500 In-Reply-To: <20141103220646.GB28208@debian> (Andreas Enge's message of "Mon, 3 Nov 2014 23:06:46 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." <guix-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guix-devel> List-Post: <mailto:guix-devel@gnu.org> List-Help: <mailto:guix-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=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: Andreas Enge <andreas@enge.fr> Cc: Guix-devel <guix-devel@gnu.org>, Federico Beffa <beffa@ieee.org> Andreas Enge <andreas@enge.fr> skribis: > 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 pyth= on >> compiles well, so I am trying to build the swig dependencies now. > > Everything worked well, so I pushed this solution to wip-python. Nice, thanks! Ludo=E2=80=99.