From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/02: gnu: gnupg: Update to 2.1.17. Date: Thu, 22 Dec 2016 02:17:23 -0500 Message-ID: <87r3508mbg.fsf@netris.org> References: <20161220145709.4176.81597@vcs.savannah.gnu.org> <20161220145710.2DBFC220145@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJxdI-0000br-VF for guix-devel@gnu.org; Thu, 22 Dec 2016 02:17:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJxdF-0006p8-0l for guix-devel@gnu.org; Thu, 22 Dec 2016 02:17:44 -0500 Received: from world.peace.net ([50.252.239.5]:38817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJxdE-0006p0-TI for guix-devel@gnu.org; Thu, 22 Dec 2016 02:17:40 -0500 In-Reply-To: <20161220145710.2DBFC220145@vcs.savannah.gnu.org> (Marius Bakke's message of "Tue, 20 Dec 2016 14:57:10 +0000 (UTC)") 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: Marius Bakke Cc: guix-devel@gnu.org mbakke@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch master > in repository guix. > > commit 06fcd4a89ebbdf589fb49d860406e5aa7eb9bd75 > Author: Marius Bakke > Date: Tue Dec 20 15:48:24 2016 +0100 > > gnu: gnupg: Update to 2.1.17. > > * gnu/packages/gnupg.scm (gnupg): Update to 2.1.17. Unfortunately, this new version of gnupg consistently fails its test suite on every system we support except for x86_64: https://hydra.gnu.org/eval/109403?filter=gnupg https://hydra.gnu.org/build/1734588 (i686) https://hydra.gnu.org/build/1735072 (armhf) https://hydra.gnu.org/build/1735062 (mips64el) The error is always the same: --8<---------------cut here---------------start------------->8--- make check-local make[3]: Entering directory '/tmp/nix-build-gnupg-2.1.17.drv-0/gnupg-2.1.17/tests/gpgscm' EXEEXT= GPGSCM_PATH=. \ ./gpgscm ./t-child.scm make[3]: *** [Makefile:838: check-local] Segmentation fault --8<---------------cut here---------------end--------------->8--- If you can't find a fix quickly, please revert this commit, because several very important packages depend on it. Thanks, Mark