This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bootstrap broken in libjava
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Date: Wed, 23 Feb 2005 12:06:09 +0100
- Subject: Re: Bootstrap broken in libjava
- References: <jeekf7ft10.fsf@sykes.suse.de>
On Wed, Feb 23, 2005 at 11:51:55AM +0100, Andreas Schwab wrote:
> With current HEAD I'm getting this error on ia64:
>
> ../../../libjava/java/nio/channels/Channels.java:43: error: Class or interface 'gnu.java.nio.ChannelReader' not found in import.
> import gnu.java.nio.ChannelReader;
This is fixed in CVS already. I broken this earlier today.
Bootstrapping was broken for around 60 seconds, sigh.
Michael