From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: python-pygpgme: Use GnuPG 1 for the test suite. Date: Tue, 26 Dec 2017 19:11:13 -0500 Message-ID: <87608tni72.fsf@netris.org> References: <20171220201341.6365.99040@vcs0.savannah.gnu.org> <20171220201342.95BEC2044F@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTzK7-0008Sa-Qo for guix-devel@gnu.org; Tue, 26 Dec 2017 19:11:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTzK2-00026u-P3 for guix-devel@gnu.org; Tue, 26 Dec 2017 19:11:55 -0500 Received: from world.peace.net ([50.252.239.5]:56958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eTzK2-0001sg-JV for guix-devel@gnu.org; Tue, 26 Dec 2017 19:11:50 -0500 In-Reply-To: <20171220201342.95BEC2044F@vcs0.savannah.gnu.org> (Leo Famulari's message of "Wed, 20 Dec 2017 15:13:42 -0500 (EST)") 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 Hi Leo, Last month, you pushed this commit to master: > commit e6f63412c9abe6a3b4ddf0ce39735d1e2a65491d > Author: Leo Famulari > Date: Wed Dec 20 03:20:09 2017 -0500 > > gnu: python-pygpgme: Use GnuPG 1 for the test suite. > > * gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[inputs]: Use gnupg-1 > and make it a native-input. and you modified gpgme in the immediately following commit: > commit 0e06bec250f34dbab378b2c1e937af75db900bcc > Author: Leo Famulari > Date: Wed Dec 20 03:20:01 2017 -0500 > > gnu: gpgme: Build with the latest GnuPG. > > * gnu/packages/gnupg.scm (gpgme)[inputs]: Use the latest gnupg package. > [arguments]: Keep a reference to the gnupg package used for build. Clearly you were aware that python-pygpgme needed adjustment to continue building, and I appreciate your attention to detail here, but something seems to have gone wrong. Since these commits, Hydra has failed to build python-pygpgme and python2-pygpgme on all hydra-supported systems: https://hydra.gnu.org/eval/109862#tabs-now-fail https://hydra.gnu.org/job/gnu/master/python-pygpgme-0.3.x86_64-linux https://hydra.gnu.org/job/gnu/master/python-pygpgme-0.3.i686-linux https://hydra.gnu.org/job/gnu/master/python-pygpgme-0.3.armhf-linux https://hydra.gnu.org/job/gnu/master/python2-pygpgme-0.3.x86_64-linux https://hydra.gnu.org/job/gnu/master/python2-pygpgme-0.3.i686-linux https://hydra.gnu.org/job/gnu/master/python2-pygpgme-0.3.armhf-linux I can reproduce the failure on my local GuixSD system as well. Could you take a look? Mark