From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sree Harsha Totakura Subject: bug#16569: Python package doesn't install ctypes module Date: Mon, 27 Jan 2014 20:17:33 +0100 Message-ID: <52E6B0CD.50904@totakura.in> References: <52E644D9.5030000@totakura.in> <87fvo9i9k3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7rhD-0001zu-Jx for bug-guix@gnu.org; Mon, 27 Jan 2014 14:18:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7rh4-0004mZ-Eu for bug-guix@gnu.org; Mon, 27 Jan 2014 14:18:11 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:52634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7rh4-0004mT-B8 for bug-guix@gnu.org; Mon, 27 Jan 2014 14:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1W7rh3-0001XO-Uf for bug-guix@gnu.org; Mon, 27 Jan 2014 14:18:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7rgi-0001wX-Vh for bug-guix@gnu.org; Mon, 27 Jan 2014 14:17:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7rgd-0004fg-1A for bug-guix@gnu.org; Mon, 27 Jan 2014 14:17:40 -0500 Received: from mail-out1.informatik.tu-muenchen.de ([131.159.0.8]:42241 helo=smtp1.informatik.tu-muenchen.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7rgc-0004fR-Rd for bug-guix@gnu.org; Mon, 27 Jan 2014 14:17:34 -0500 Received: from [192.168.1.2] (unknown [10.149.93.73]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.in.tum.de (Postfix) with ESMTPSA id 535E72403BF for ; Mon, 27 Jan 2014 20:17:33 +0100 (CET) In-Reply-To: <87fvo9i9k3.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 16569@debbugs.gnu.org On 01/27/2014 07:06 PM, Ludovic Court=C3=A8s wrote: > Is this fixed with the libffi change you proposed (commit > d43547f12d4eae19845f3bf13a53a050af965063)? I haven't tested it, but I don't think the libffi change I proposed would fix this, because python source comes with libffi. What I could not confirm is whether the ctypes module is getting built or not. Maybe knowing that can be helpful. Sree