From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19023 invoked by alias); 26 Mar 2012 10:50:48 -0000 Received: (qmail 19015 invoked by uid 22791); 26 Mar 2012 10:50:47 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_IB,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 10:50:35 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2QAoYAd005152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 26 Mar 2012 06:50:34 -0400 Received: from zebedee.pink (ovpn-113-75.phx2.redhat.com [10.3.113.75]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q2QAoWut020225; Mon, 26 Mar 2012 06:50:33 -0400 Message-ID: <4F7049F8.4050405@redhat.com> Date: Mon, 26 Mar 2012 10:50:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: Pekka Enberg CC: Mark Wielaard , classpath-patches@gnu.org, java-patches@gcc.gnu.org Subject: Re: [cp-patches] Fix libjava bootstrap failure around IUCLC References: <4F70306B.5090607@redhat.com> <1332756668.2848.30.camel@springer.wildebeest.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00074.txt.bz2 On 03/26/2012 11:47 AM, 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. > > 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.