|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Fix libjava bootstrap failure around IUCLCOn Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <mark@...> wrote:
> On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: >> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: >> > 2012-03-25 Gerald Pfeifer <gerald@...> >> > >> > PR libgcj/52694 >> > * java/io/natVMConsole.cc (IUCLC): Define, if undefined. >> >> Sure. WTF is IUCLC anyway? :-) > > (map) Input (characters) UpperCase (to) Lower Case. > It is a non-posix termios extension. > > patch should also go into upstream classpath. Yes, please. Btw, why are people not fixing GNU Classpath upstream-first? |
|
|
Re: Fix libjava bootstrap failure around IUCLCOn 03/26/2012 11:47 AM, Pekka Enberg wrote:
> On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <mark@...> wrote: >> On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: >>> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: >>>> 2012-03-25 Gerald Pfeifer <gerald@...> >>>> >>>> PR libgcj/52694 >>>> * java/io/natVMConsole.cc (IUCLC): Define, if undefined. >>> >>> Sure. WTF is IUCLC anyway? :-) >> >> (map) Input (characters) UpperCase (to) Lower Case. >> It is a non-posix termios extension. >> >> patch should also go into upstream classpath. > > Yes, please. > > Btw, why are people not fixing GNU Classpath upstream-first? Because, I guess, no-one is using it. At least, if they were, this bug would have been noticed. Andrew. |
|
|
Re: Fix libjava bootstrap failure around IUCLCOn Mon, Mar 26, 2012 at 1:50 PM, Andrew Haley <aph@...> wrote:
>> Btw, why are people not fixing GNU Classpath upstream-first? > > Because, I guess, no-one is using it. At least, if they were, this > bug would have been noticed. Right. I'm developing and testing with Fedora and Ubuntu on x86 and I verify GNU Classpath bootstrap on Darwin at times. I guess Buildbot would help here. Pekka |
|
|
Re: Fix libjava bootstrap failure around IUCLCOn Mon, 2012-03-26 at 13:47 +0300, Pekka Enberg wrote:
> On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <mark@...> wrote: > > On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: > >> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: > >> > 2012-03-25 Gerald Pfeifer <gerald@...> > >> > > >> > PR libgcj/52694 > >> > * java/io/natVMConsole.cc (IUCLC): Define, if undefined. > >> > >> Sure. WTF is IUCLC anyway? :-) > > > > (map) Input (characters) UpperCase (to) Lower Case. > > It is a non-posix termios extension. > > > > patch should also go into upstream classpath. > > Yes, please. > > Btw, why are people not fixing GNU Classpath upstream-first? In this case, because libgcj doesn't use the JNI interface for some of its native implementations. So this was found in the CNI .cc variant. The patch should be similar though for the jni .c variant. Cheers, Mark |
|
|
Re: Fix libjava bootstrap failure around IUCLCOn Mon, 2012-03-26 at 13:53 +0300, Pekka Enberg wrote:
> On Mon, Mar 26, 2012 at 1:50 PM, Andrew Haley <aph@...> wrote: > >> Btw, why are people not fixing GNU Classpath upstream-first? > > > > Because, I guess, no-one is using it. At least, if they were, this > > bug would have been noticed. > > Right. I'm developing and testing with Fedora and Ubuntu on x86 and I > verify GNU Classpath bootstrap on Darwin at times. I guess Buildbot > would help here. It is there on GNU/Linux, OpenBSD and Solaris at least, but there might be termios out there (apparently freebsd at least) that don't have IUCLC. Buildbot is on the TODO list :) Of course even with that we need slaves for some of the more obscure platforms. Cheers, Mark |
| Free embeddable forum powered by Nabble | Forum Help |