From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Fix python-pygpgme FTBFS [was Re: =?utf-8?Q?Let=E2=80=99s?= fix build failures on =?utf-8?B?4oCYc3RhZ2luZ+KAmSFd?= Date: Sat, 07 Jan 2017 22:31:31 +0100 Message-ID: <87zij2y2to.fsf@gnu.org> References: <20161223052339.GA17539@jasmine> <20170104084505.GB5126@jasmine> <87shoyfoe7.fsf@gnu.org> <87zij3f5rq.fsf_-_@gnu.org> <20170107171516.GA12076@jasmine> 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]:45408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPyaS-0004Rt-Na for guix-devel@gnu.org; Sat, 07 Jan 2017 16:31:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPyaN-00012H-0X for guix-devel@gnu.org; Sat, 07 Jan 2017 16:31:40 -0500 In-Reply-To: <20170107171516.GA12076@jasmine> (Leo Famulari's message of "Sat, 7 Jan 2017 12:15:16 -0500") 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" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > On Sat, Jan 07, 2017 at 12:50:33PM +0100, Ludovic Court=C3=A8s wrote: >> =E2=80=A2 there=E2=80=99s 1 tests failure in python2-pygpgme (breaks m= any things) >> https://hydra.gnu.org/build/1752661 > > I attached a patch that takes a patch from Debian to fix the test > failure. But I'm not sure if anything else is still broken in pygpgme. Woow, that was fast! > Also, AFAICT, only 'alot' uses python2-pygpgme. What else breaks? Nothing in fact (=E2=80=9Calot=E2=80=9D and =E2=80=9Cmany things=E2=80=9D a= re kinda synonymous? ;-)). > From 706934ec0765fa3adbf71d84a27cadfdd1c892b3 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Sat, 7 Jan 2017 12:11:45 -0500 > Subject: [PATCH] gnu: python-pygpgme: Fix build failure. > > * gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[source]: Use i= t. LGTM, thank you! Ludo=E2=80=99.