unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 01/02: gnu: gnupg: Update to 2.1.17.
       [not found] ` <20161220145710.2DBFC220145@vcs.savannah.gnu.org>
@ 2016-12-22  7:17   ` Mark H Weaver
  2016-12-22 13:39     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2016-12-22  7:17 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

mbakke@fastmail.com (Marius Bakke) writes:

> mbakke pushed a commit to branch master
> in repository guix.
>
> commit 06fcd4a89ebbdf589fb49d860406e5aa7eb9bd75
> Author: Marius Bakke <mbakke@fastmail.com>
> 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

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

* Re: 01/02: gnu: gnupg: Update to 2.1.17.
  2016-12-22  7:17   ` 01/02: gnu: gnupg: Update to 2.1.17 Mark H Weaver
@ 2016-12-22 13:39     ` Leo Famulari
  2016-12-22 14:09       ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2016-12-22 13:39 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

On Thu, Dec 22, 2016 at 02:17:23AM -0500, Mark H Weaver wrote:
> >     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:

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

Upstream discussion:

https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html

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

* Re: 01/02: gnu: gnupg: Update to 2.1.17.
  2016-12-22 13:39     ` Leo Famulari
@ 2016-12-22 14:09       ` Marius Bakke
  2016-12-23 20:38         ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2016-12-22 14:09 UTC (permalink / raw)
  To: Leo Famulari, Mark H Weaver; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Thu, Dec 22, 2016 at 02:17:23AM -0500, Mark H Weaver wrote:
>> >     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:
>
>> 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.
>
> Upstream discussion:
>
> https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html

Here is the patch from that thread:

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=6e96cdd41a0e55b672309431062f37c4a4a9f485

It doesn't look like they will do a new release with this fix, so I
pushed the patch as 059b3aa9c335041d947cf2b765ab3dab811cfdc5. It passes
with '--system=i686-linux' on my machine.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: 01/02: gnu: gnupg: Update to 2.1.17.
  2016-12-22 14:09       ` Marius Bakke
@ 2016-12-23 20:38         ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2016-12-23 20:38 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Marius Bakke <mbakke@fastmail.com> writes:

> Leo Famulari <leo@famulari.name> writes:
>
>> On Thu, Dec 22, 2016 at 02:17:23AM -0500, Mark H Weaver wrote:
>>> >     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:
>>
>>> 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.
>>
>> Upstream discussion:
>>
>> https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html
>
> Here is the patch from that thread:
>
> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=6e96cdd41a0e55b672309431062f37c4a4a9f485
>
> It doesn't look like they will do a new release with this fix, so I
> pushed the patch as 059b3aa9c335041d947cf2b765ab3dab811cfdc5. It passes
> with '--system=i686-linux' on my machine.

This also fixed the builds on armhf and mips64el.  Thank you!

      Mark

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

end of thread, other threads:[~2016-12-23 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20161220145709.4176.81597@vcs.savannah.gnu.org>
     [not found] ` <20161220145710.2DBFC220145@vcs.savannah.gnu.org>
2016-12-22  7:17   ` 01/02: gnu: gnupg: Update to 2.1.17 Mark H Weaver
2016-12-22 13:39     ` Leo Famulari
2016-12-22 14:09       ` Marius Bakke
2016-12-23 20:38         ` Mark H Weaver

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).