From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1273 invoked by alias); 25 Sep 2002 22:07:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1161 invoked from network); 25 Sep 2002 22:07:42 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 25 Sep 2002 22:07:42 -0000 Received: from fleche.redhat.com (tz0197.peakpeak.com [207.174.69.197]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id QAA12850; Wed, 25 Sep 2002 16:07:40 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id C6E234F807A; Wed, 25 Sep 2002 16:04:22 -0600 (MDT) To: Brad Lucier Cc: gcc@gcc.gnu.org, java@gcc.gnu.org Subject: Re: *No* bootstraps on sparc[v9]-sun-solaris2.8 References: <200209252145.g8PLjKF06273@banach.math.purdue.edu> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: What I want to find out is -- do parrots know much about Astro-Turf? Date: Wed, 25 Sep 2002 15:26:00 -0000 In-Reply-To: <200209252145.g8PLjKF06273@banach.math.purdue.edu> Message-ID: <87r8fhlo9l.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg01018.txt.bz2 >>>>> "Brad" == Brad Lucier writes: Brad> Today, the mainline doesn't bootstrap on sparc-sun-solaris2.8; Brad> it bombs with Brad> if (ch != null && !ch.isBlocking ()) Brad> ^ Brad> ../../../libjava/java/net/DatagramSocket.java:327: error: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChannel'. This is already fixed in cvs. Tom