From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20438 invoked by alias); 26 Mar 2012 10:54:49 -0000 Received: (qmail 20429 invoked by uid 22791); 26 Mar 2012 10:54:48 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,TW_GC,TW_IB X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (80.101.103.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 10:54:35 +0000 Message-ID: <1332759272.2848.32.camel@springer.wildebeest.org> Subject: Re: [cp-patches] Fix libjava bootstrap failure around IUCLC From: Mark Wielaard To: Pekka Enberg Cc: Andrew Haley , classpath-patches@gnu.org, java-patches@gcc.gnu.org Date: Mon, 26 Mar 2012 10:54:00 -0000 In-Reply-To: References: <4F70306B.5090607@redhat.com> <1332756668.2848.30.camel@springer.wildebeest.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-Spam-Score: -2.9 (--) X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2012-q1/txt/msg00076.txt.bz2 On Mon, 2012-03-26 at 13:47 +0300, Pekka Enberg wrote: > On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard 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 > >> > > >> > 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. >=20 > Yes, please. >=20 > 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