all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnutls test failing during 'guix pull'
@ 2017-01-01 12:30 Myles English
  2017-01-01 20:47 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Myles English @ 2017-01-01 12:30 UTC (permalink / raw)
  To: help-guix

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
Please report to bugs@gnutls.org
============================================================================
Makefile:1523: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/tmp/guix-build-gnutls-3.4.7.drv-0/gnutls-3.4.7/tests/cert-tests'
Makefile:1629: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/tmp/guix-build-gnutls-3.4.7.drv-0/gnutls-3.4.7/tests/cert-tests'
Makefile:1800: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/tmp/guix-build-gnutls-3.4.7.drv-0/gnutls-3.4.7/tests/cert-tests'
Makefile:3369: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/tmp/guix-build-gnutls-3.4.7.drv-0/gnutls-3.4.7/tests'
Makefile:1401: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
phase `check' failed after 276.3 seconds
builder for `/gnu/store/9dfq1k96lqz6cc9m15fb4hi9fkfw6s3b-gnutls-3.4.7.drv' failed with exit code 1
guix pull: error: build failed: build of `/gnu/store/9dfq1k96lqz6cc9m15fb4hi9fkfw6s3b-gnutls-3.4.7.drv' failed
guix pull  9.68s user 1.07s system 2% cpu 8:16.21 total

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnutls test failing during 'guix pull'
  2017-01-01 12:30 gnutls test failing during 'guix pull' Myles English
@ 2017-01-01 20:47 ` Leo Famulari
  2017-01-01 21:15   ` Myles English
  2017-01-03  9:46   ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2017-01-01 20:47 UTC (permalink / raw)
  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...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnutls test failing during 'guix pull'
  2017-01-01 20:47 ` Leo Famulari
@ 2017-01-01 21:15   ` Myles English
  2017-01-03  9:46   ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Myles English @ 2017-01-01 21:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix



on [2017-01-01] at 20:47 Leo Famulari writes:

> 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.

Okay, thanks for you reply, I'll just reinstall.  Also, I was actually using
0.10.0 not 0.11.0.

Myles

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnutls test failing during 'guix pull'
  2017-01-01 20:47 ` Leo Famulari
  2017-01-01 21:15   ` Myles English
@ 2017-01-03  9:46   ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-01-03  9:46 UTC (permalink / raw)
  To: Leo Famulari; +Cc: help-guix

Hello!

Leo Famulari <leo@famulari.name> skribis:

> 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...

No better idea.  :-/  Again a shortcoming of ‘guix pull’ that we ought
to fix soon.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-03  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-01 12:30 gnutls test failing during 'guix pull' Myles English
2017-01-01 20:47 ` Leo Famulari
2017-01-01 21:15   ` Myles English
2017-01-03  9:46   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.