From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store Date: Sun, 8 Feb 2015 15:29:04 +0100 Message-ID: <20150208142904.GA22135@debian> References: <87r3u7di49.fsf@netris.org> <20150204123652.GA21908@debian.eduroam.u-bordeaux.fr> <877fvxit9e.fsf@netris.org> <20150208133629.GA29440@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKSrH-0002VV-Ue for guix-devel@gnu.org; Sun, 08 Feb 2015 09:29:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKSrE-0008Tw-Nm for guix-devel@gnu.org; Sun, 08 Feb 2015 09:29:11 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:50743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKSrE-0008Tn-EY for guix-devel@gnu.org; Sun, 08 Feb 2015 09:29:08 -0500 Content-Disposition: inline In-Reply-To: <20150208133629.GA29440@debian> 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: Mark H Weaver Cc: guix-devel@gnu.org On Sun, Feb 08, 2015 at 02:36:29PM +0100, Andreas Enge wrote: > I asked the question on the gnutls mailing list, and Nikos replied that > we should use p11-kit. (Actually a package that is on my git stash, > because it caused problems for reasons I do not remember.) Easy to try again, it fails one of its tests: # assertion failed (count > 0): (0 > 0) # in test_multi_initialize() at test-module.c:230 /gnu/store/nx4zd42igyb7ghmv4mxv6ncg8wr7ypa1-bash-4.3.33/bin/bash: line 5: 14885 Aborted ${dir}$tst FAIL: test-module The failing code before line 230 is the following: count = 8; rv = module->C_GetSlotList (CK_TRUE, slots, &count); assert_num_eq (rv, CKR_OK); assert_num_cmp (count, >, 0); Andreas