From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gnutls 'name-constraints' test failure Date: Mon, 18 Jul 2016 12:48:55 -0400 Message-ID: <20160718164855.GA3227@jasmine> References: <578A854F.30302@cock.li> <20160717073206.GA17182@jasmine> <87shv84crp.fsf@gnu.org> <20160717173334.GA2626@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPBjD-0001rJ-R9 for guix-devel@gnu.org; Mon, 18 Jul 2016 12:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPBj8-0000LF-Ny for guix-devel@gnu.org; Mon, 18 Jul 2016 12:49:11 -0400 Content-Disposition: inline In-Reply-To: <20160717173334.GA2626@jasmine> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Jul 17, 2016 at 01:33:34PM -0400, Leo Famulari wrote: > Subject: [PATCH] gnu: gnutls: Fix test failure. > > * gnu/packages/patches/gnutls-fix-stale-test.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/tls.scm (gnutls)[replacement]: New field. > (gnutls/fixed): New variable. Mark pointed out that using a graft won't work, since the ungrafted and unpatched gnutls will still need to be built. Any ideas?