This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: kawa 2.2 last call


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 <per@bothner.com>

> I'm mystified - it seems to have fixed itself:
> 
> [bothner@toshie tmp]1263$ svn -q checkout svn://sourceware.org/svn/kawa/trunk 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)
> 
> 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.
> 
> I'll mention the issue to the sourceware overseers; maybe they can guess what happened.
> -- 
> 	--Per Bothner
> per@bothner.com   http://per.bothner.com/
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]