This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
*No* bootstraps on sparc[v9]-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: java at gcc dot gnu dot org, lucier at math dot purdue dot edu
- Date: Wed, 25 Sep 2002 16:45:20 -0500 (EST)
- Subject: *No* bootstraps on sparc[v9]-sun-solaris2.8
The mainline hasn't bootstrapped on sparcv9-sun-solaris2.8 for about a
week.
Today, the mainline doesn't bootstrap on sparc-sun-solaris2.8; it bombs with
-d /export/u3/lucier/programs/gcc/gcc-3.3/objdir/sparc-sun-solaris2.8/libjava ../../../libjava/java/net/DatagramSocketImpl.java
../../../libjava/java/net/DatagramSocket.java:291: error: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChannel'.
if (ch != null && !ch.isBlocking ())
^
../../../libjava/java/net/DatagramSocket.java:327: error: Can't find method `isBlocking()' in type `java.nio.channels.DatagramChannel'.
if (ch != null && !ch.isBlocking ())
^
2 errors
make[2]: *** [java/net/DatagramSocket.class] Error 1
There is a lot of activity going on in various branches, but it sure
would be nice of the mainline bootstrapped for a few weeks before release
so people who want to test various things can do so.
Brad