From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: python-minimal on core-updates Date: Tue, 05 Jan 2016 13:14:24 +0100 Message-ID: <87bn905ilb.fsf@gnu.org> References: <20160104212836.43069377@debian-netbook> 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]:52092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGQVT-0005wr-9W for guix-devel@gnu.org; Tue, 05 Jan 2016 07:14:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGQVQ-0000oV-4D for guix-devel@gnu.org; Tue, 05 Jan 2016 07:14:31 -0500 In-Reply-To: <20160104212836.43069377@debian-netbook> (Efraim Flashner's message of "Mon, 4 Jan 2016 21:28:36 +0200") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > While testing libgpg-errror I happened to build pyton-minimal, which fail= ed > to pass its tests. Checking in python.scm, python-minimal includes opens= sl > so it can pass the _urllib tests (and I'm sure it uses it for something),= and > these are the tests that fail. The =E2=80=98core-updates=E2=80=99 build log you posted shows this: --8<---------------cut here---------------start------------->8--- Python build finished successfully! The necessary bits to build these optional modules were not found: _curses _curses_panel _dbm=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 _gdbm _sqlite3 _ssl=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 _tkinter nis readline=20=20=20=20=20=20=20= =20=20=20=20 zlib=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 --8<---------------cut here---------------end--------------->8--- (Notice =E2=80=9C_ssl=E2=80=9D here, which is correctly found on =E2=80=98m= aster=E2=80=99.) This is now fixed by a2ab82d. Thanks for the heads-up! Ludo=E2=80=99.