From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gnutls test failing during 'guix pull' Date: Sun, 1 Jan 2017 15:47:16 -0500 Message-ID: <20170101204716.GA11444@jasmine> References: <87zijb6jzq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNn2K-0000Nt-Bs for help-guix@gnu.org; Sun, 01 Jan 2017 15:47:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNn2H-0005kw-8z for help-guix@gnu.org; Sun, 01 Jan 2017 15:47:24 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36098) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNn2H-0005kq-1v for help-guix@gnu.org; Sun, 01 Jan 2017 15:47:21 -0500 Content-Disposition: inline In-Reply-To: <87zijb6jzq.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Myles English Cc: help-guix On Sun, Jan 01, 2017 at 12:30:01PM +0000, Myles English wrote: > Hello, > > I installed Guix 0.11.0 and I have tried a basic 'guix pull' to upgrade > to 0.12.0 but it fails with the output below. Does anyone else have > this problem? Can anyone tell me what to try to fix it? > > Thanks, > Myles > > ============================================================================ > Testsuite summary for GnuTLS 3.4.7 > ============================================================================ > # TOTAL: 14 > # PASS: 11 > # SKIP: 2 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > ============================================================================ > See tests/cert-tests/test-suite.log Without seeing this log, I bet it's the same problem as this: http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00602.html https://gitlab.com/gnutls/gnutls/commit/47f25d9e08d4e102572804a2aed186b01db23c65 Basically, the test suite relies on an a certificate that has expired. I don't think you'll be able to build the package, or update Guix from this point. Are you using substitutes? If so, I guess we have deleted this old substitute. In that case, I recommend installing 0.12.0 from scratch. But maybe somebody else has a better idea...