Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
It seems, that the fix is already included in the 60.1 release for the xlocal problem. I think we can ignore that. 2017-12-03 23:20 GMT+01:00 Gábor Boskovits : > It seems, that they issued that already: > http://bugs.icu-project.org/trac/changeset/40603 > > 2017-12-03 23:08

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
It seems, that they issued that already: http://bugs.icu-project.org/trac/changeset/40603 2017-12-03 23:08 GMT+01:00 Gábor Boskovits : > Ok, I found this one: > https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27 > > It seems, that xlocale.h should not

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
Ok, I found this one: https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27 It seems, that xlocale.h should not be used as an include, and glibc removed that. So this is ok. The question is if this issue was addressed by icu4c, so we can just go to the next step, or should

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
I've found that simply reverting the update to icu4c 60 commit brings up the issue you just mentioned, with missing xlocale.h. So it seems, that the one you found introduced the xlocale problem, while 4e080fbb0bb73e181599676f4e1ef5fdc2ba introduces the new error. I think we should deal with

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Chris Marusich
Gábor Boskovits writes: > Any news on this icu4c thing? After about 2 days of running git bisect, my computer has informed me that the first bad commit is 67d527e35e367c9e9e89ec01cda2ce32cabd2d89. This is the first commit where icu4c fails to build on core-updates. The

Re: 01/01: gnu: Add guile-dsv.

2017-12-03 Thread Mark H Weaver
Alex Sassmannshausen writes: > The first link contains an error message: > > "Failed: r:sha256 hash mismatch for output path > `/gnu/store/yk01c0qbww324hrqck1kmx695cx1f1rs-guile-dsv-0.2.0-checkout'" > > I take it that that might mean the sha256 in the recipe is

Re: 08/10: gnu: readline: support mingw.

2017-12-03 Thread Jan Nieuwenhuizen
Marius Bakke writes: Hi! > Ludovic Courtès writes: > >> civodul pushed a commit to branch master >> in repository guix. >> >> commit ae12d586275cdd96db23fb01bf840b2055b5b979 >> Author: Jan Nieuwenhuizen >> Date: Tue Apr 12 15:49:17 2016 +0200 >> >> gnu:

Re: 08/10: gnu: readline: support mingw.

2017-12-03 Thread Marius Bakke
Ludovic Courtès writes: > civodul pushed a commit to branch master > in repository guix. > > commit ae12d586275cdd96db23fb01bf840b2055b5b979 > Author: Jan Nieuwenhuizen > Date: Tue Apr 12 15:49:17 2016 +0200 > > gnu: readline: support mingw. > > *

Re: 01/01: gnu: Add guile-dsv.

2017-12-03 Thread Alex Sassmannshausen
Hi Mark, Mark H Weaver writes: > alex.sassmannshau...@gmail.com (Alex Sassmannshausen) writes: > >> atheia pushed a commit to branch master >> in repository guix. >> >> commit e9291eaa427066e5c8e531acc79f34d93dc845f0 >> Author: Alex Sassmannshausen >> Date: Fri Nov 24 11:51:19

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
java-testng also dies on icu4c. It seems like we will have to fix that first to do anything else. 2017-12-03 10:58 GMT+01:00 Gábor Boskovits : > Any news on this icu4c thing? > > We had a problem on core-updates, reverting > ee3ebf1a357bd4eb36a2fa1790a7b549cffb305a > makes

Re: java: switch to icedtea-8 as default JDK

2017-12-03 Thread Gábor Boskovits
Any news on this icu4c thing? We had a problem on core-updates, reverting ee3ebf1a357bd4eb36a2fa1790a7b549cffb305a makes it usable, it is not the best thing we can do, but in case you meet with encoding related errors after rebase this is a quick fix. I will have a look at this java-testng