This is the mail archive of the java-patches@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]

Re: Final (TCP) socket timeout patch?


Hi,

Nic Ferrier wrote:
> 
> Here is my last socket timeout patch (I hope).
> 
> Please tell me that you think this is ok. If not I may have a pychotic
> episode.

I hope you don't get on after this bug report:

I get the following failure under solaris2.6

-o java/net/.libs/natPlainSocketImpl.o
/home/a_tobler/cvs/gcc/libjava/java/net/natPlainSocketImpl.cc: In member
   function `jint java::net::PlainSocketImpl::read(JArray<jbyte>*, __java_int,
   __java_int)':
/home/a_tobler/cvs/gcc/libjava/java/net/natPlainSocketImpl.cc:500: invalid
   conversion from `jbyte*' to `char*'
make[3]: *** [java/net/natPlainSocketImpl.lo] Error 1
make[3]: Leaving directory `/var/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libjav
a'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libjav
a'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/var/tmp/a_tobler/objdir'
make: *** [bootstrap] Error 2

Andreas


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