This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

*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


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