From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20178 invoked by alias); 26 Mar 2012 10:53:48 -0000 Received: (qmail 20169 invoked by uid 22791); 26 Mar 2012 10:53:47 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_IB X-Spam-Check-By: sourceware.org Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 10:53:35 +0000 Received: by obqv19 with SMTP id v19so5478629obq.20 for ; Mon, 26 Mar 2012 03:53:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.202.68 with SMTP id kg4mr23884903obc.42.1332759214596; Mon, 26 Mar 2012 03:53:34 -0700 (PDT) Received: by 10.182.60.199 with HTTP; Mon, 26 Mar 2012 03:53:34 -0700 (PDT) In-Reply-To: <4F7049F8.4050405@redhat.com> References: <4F70306B.5090607@redhat.com> <1332756668.2848.30.camel@springer.wildebeest.org> <4F7049F8.4050405@redhat.com> Date: Mon, 26 Mar 2012 10:53:00 -0000 Message-ID: Subject: Re: [cp-patches] Fix libjava bootstrap failure around IUCLC From: Pekka Enberg To: Andrew Haley Cc: Mark Wielaard , classpath-patches@gnu.org, java-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00075.txt.bz2 On Mon, Mar 26, 2012 at 1:50 PM, Andrew Haley 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