From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99628 invoked by alias); 15 Oct 2016 22:40:27 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 99610 invoked by uid 89); 15 Oct 2016 22:40:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=edt, EDT, overseers, UD:java X-HELO: homiemail-a76.g.dreamhost.com Received: from sub3.mail.dreamhost.com (HELO homiemail-a76.g.dreamhost.com) (69.163.253.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Oct 2016 22:40:16 +0000 Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id 144A145807C; Sat, 15 Oct 2016 15:40:15 -0700 (PDT) Received: from vereq.eip10.org (cpe-74-75-122-130.maine.res.rr.com [74.75.122.130]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: chaw@eip10.org) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPSA id EB6E8458079; Sat, 15 Oct 2016 15:40:14 -0700 (PDT) Received: from chaw by vereq.eip10.org with local (Exim 4.84_2) (envelope-from ) id 1bvXck-0003Wp-5H; Sat, 15 Oct 2016 18:40:14 -0400 To: Per Bothner cc: kawa@sourceware.org Subject: Re: kawa 2.2 last call From: "Sudarshan S Chawathe" Reply-To: "Sudarshan S Chawathe" In-reply-to: Your message of "Sat, 15 Oct 2016 15:10:15 -0700." <1b573d7a-c4eb-e51c-d394-c22e7372c977@bothner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13565.1476571214.1@vereq.eip10.org> Content-Transfer-Encoding: quoted-printable Date: Sat, 15 Oct 2016 22:40:00 -0000 Message-ID: <13566.1476571214@vereq.eip10.org> X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00018.txt.bz2 Perhaps I just need to wait a bit longer for the sourceware problem to get sorted out, but as a quick data point: After reading your message (below) I tried with a fresh svn checkout (around 6:30pm EDT) and the problem remains. The output of the grep command in your message has just one line: public void writeTo(int start, int count, OutputStream out) (And, not surprisingly given what you write, the build fails.) Regards, -chaw > From: Per Bothner > I'm mystified - it seems to have fixed itself: >=20 > [bothner@toshie tmp]1263$ svn -q checkout svn://sourceware.org/svn/kawa/t= runk kawa > [bothner@toshie tmp]1264$ cd kawa > [bothner@toshie kawa]1265$ grep writeTo **/ByteVector.java > public void writeTo(OutputStream out) > writeTo(0, size(), out); > public void writeTo(int start, int count, OutputStream out) >=20 > If the result from the above grep shows 3 lines, then we're good. > If it shows only a single line, then it's an old (bad) version. >=20 > I'll mention the issue to the sourceware overseers; maybe they can guess = what happened. > --=20 > --Per Bothner > per@bothner.com http://per.bothner.com/ >=20