From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Python: fix the compilation of some modules from the standard library. Date: Sat, 06 Apr 2013 16:09:49 +0200 Message-ID: <87zjxb4uoi.fsf@gnu.org> References: <87mwteaf53.fsf@karetnikov.org> <1365201913-8533-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOTom-0005x9-4c for bug-guix@gnu.org; Sat, 06 Apr 2013 10:10:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOTof-0003ya-Nq for bug-guix@gnu.org; Sat, 06 Apr 2013 10:10:08 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=54857 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOTof-0003vG-H3 for bug-guix@gnu.org; Sat, 06 Apr 2013 10:10:01 -0400 In-Reply-To: <1365201913-8533-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Sat, 6 Apr 2013 00:45:13 +0200") 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: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > This patch is much cleaner that my previous one, and fixes bz2, readline,= ssl > and zlib. Nice. > I still need to fix dbm. Python looks for ndbm.h, gdbm/ndbm.h, gdbm-ndbm.= h, but > we use gdbm.h. We also have bdb, so we can use it if that=E2=80=99s what is expected. > Another popular module that does not work yet is Tkinter, because it uses= Tk, > which depends on X. Something that=E2=80=99s doable now. :-) The patch looks good to me, so you (or Nikita) can push it. Ludo=E2=80=99.