Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 09:43:59AM +0200, Ricardo Wurmus wrote: > Thanks again for reporting this! Thanks for fixing it so quickly! 2 more packages out of the 700 that currently fail :-) Andreas

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-24 Thread Ricardo Wurmus
Andreas Enge writes: > On Sat, Jul 23, 2016 at 11:33:12PM +0200, Ricardo Wurmus wrote: >> You’re welcome to give it a try yourself! (Who knows, maybe this change >> would also allow us to reinstate the phase in the latest icedtea >> version?) > > Unfortunately it fails for me with the following

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-23 Thread Andreas Enge
On Sat, Jul 23, 2016 at 11:33:12PM +0200, Ricardo Wurmus wrote: > You’re welcome to give it a try yourself! (Who knows, maybe this change > would also allow us to reinstate the phase in the latest icedtea > version?) Unfortunately it fails for me with the following error message: starting phase

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-23 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Andreas Enge writes: > >> Hello, Ricardo! >> >> Icedtea@1 in master now fails to build in the install-keystore phase. >>http://hydra.gnu.org:3000/build/1309224 >>http://hydra.gnu.org:3000/build/1308950 >> Could you have a look, please? […] > The keytool from i

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-23 Thread Ricardo Wurmus
Andreas Enge writes: > Hello, Ricardo! > > Icedtea@1 in master now fails to build in the install-keystore phase. >http://hydra.gnu.org:3000/build/1309224 >http://hydra.gnu.org:3000/build/1308950 > Could you have a look, please? Hmm, that’s strange. I ran “guix build icedtea” after remo

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-23 Thread Andreas Enge
Hello, Ricardo! Icedtea@1 in master now fails to build in the install-keystore phase. http://hydra.gnu.org:3000/build/1309224 http://hydra.gnu.org:3000/build/1308950 Could you have a look, please? Andreas

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-22 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From: Ricardo Wurmus >> >> * gnu/packages/java.scm (icedtea-6)[arguments]: Add phase >> "install-keystore". >> [native-inputs]: Add nss-certs and openssl. > > [...] > >> + (add-after 'install 'install-keystore >> + (lambd

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-19 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From: Ricardo Wurmus >> >> * gnu/packages/java.scm (icedtea-6)[arguments]: Add phase >> "install-keystore". >> [native-inputs]: Add nss-certs and openssl. > > [...] > >> + (add-after 'install 'install-keystore >> + (lambd

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-19 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From: Ricardo Wurmus > > * gnu/packages/java.scm (icedtea-6)[arguments]: Add phase > "install-keystore". > [native-inputs]: Add nss-certs and openssl. [...] > + (add-after 'install 'install-keystore > + (lambda* (#:key inputs outputs #:allow-other-ke

[PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-18 Thread Ricardo Wurmus
From: Ricardo Wurmus * gnu/packages/java.scm (icedtea-6)[arguments]: Add phase "install-keystore". [native-inputs]: Add nss-certs and openssl. --- gnu/packages/java.scm | 63 +-- 1 file changed, 61 insertions(+), 2 deletions(-) diff --git a/gnu/pa