Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-27 Thread Andreas Enge
On Tue, Jul 26, 2016 at 07:59:32PM -0400, Leo Famulari wrote: > I'm confused — that gnupg@2.1 build looks like it succeeded. I read the > log of the test suite and didn't see any failures that were ignored. It built successfully a few hours after my report. Maybe someone restarted it, and it was

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-26 Thread Leo Famulari
On Tue, Jul 26, 2016 at 04:35:28PM +0200, Andreas Enge wrote: > Hello, > > speaking of gmime and gpg, in the latest evaluation of master on hydra: >http://hydra.gnu.org/eval/109021 > gnupg@2.1 fails its tests on i686: >http://hydra.gnu.org/build/1315032 > > Maybe someone involved in the

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-26 Thread Leo Famulari
On Mon, Jul 25, 2016 at 11:47:51AM +, ng0 wrote: > Subject: [PATCH] gnu: gmime: Remove gpg to gpg2 patch. > > * gnu/packages/mail.scm (gmime)[arguments]: Remove the patch which peviously > changed gpg to gpg2 in 'patch-paths-in-tests phase. Th

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-26 Thread Mark H Weaver
Leo Famulari writes: > On Mon, Jul 25, 2016 at 11:47:51AM +, ng0 wrote: >> (with-fluids ((%default-port-encoding #f)) >>(substitute* (find-files "tests" "\\.c$") >> (("(system *\\(\")(/[^ ]*)" all pre prog-path) >>

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-26 Thread Andreas Enge
Hello, speaking of gmime and gpg, in the latest evaluation of master on hydra: http://hydra.gnu.org/eval/109021 gnupg@2.1 fails its tests on i686: http://hydra.gnu.org/build/1315032 Maybe someone involved in the recent gnupg changes could have a look? I understand that the gmime failure

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-26 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Jul 25, 2016 at 11:47:51AM +, ng0 wrote: >> (with-fluids ((%default-port-encoding #f)) >>(substitute* (find-files "tests" "\\.c$") >> (("(system *\\(\")(/[^ ]*)" all pre prog-path) >>

Re: [PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-25 Thread Leo Famulari
On Mon, Jul 25, 2016 at 11:47:51AM +, ng0 wrote: > (with-fluids ((%default-port-encoding #f)) >(substitute* (find-files "tests" "\\.c$") > (("(system *\\(\")(/[^ ]*)" all pre prog-path) > (let* ((base (basename prog-path)) > -

[PATCH] gnu: gmime: Remove gpg to gpg2 patch.

2016-07-25 Thread ng0
6 11:38:37 + Subject: [PATCH] gnu: gmime: Remove gpg to gpg2 patch. * gnu/packages/mail.scm (gmime)[arguments]: Remove the patch which peviously changed gpg to gpg2 in 'patch-paths-in-tests phase. --- gnu/packages/mail.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --gi