This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: solaris2 libjava 500 failures


 > From: Tom Tromey <tromey@redhat.com>
 > 
 > >>>>> "Kaveh" == Kaveh R Ghazi <ghazi@caip.rutgers.edu> writes:
 > 
 > Kaveh> I'm also still getting some encoding problems from jv-scan:
 > 
 > Here's a new improved patch which addresses that problem.
 > Back out the old patch and try this one.
 > It still won't solve your linking problems :-(
 > 
 > 2001-04-25  Tom Tromey  <tromey@redhat.com>
 > 
 > 	* lib/libjava.exp (libjava_init): Use UTF-8 encoding.
 > 	(test_libjava_from_javac): Likewise.
 > 
 > Tom

This one was an improvement.  The testing count totals are now normal
(compared to the previous encoding patch) and better (in terms of
passes) than without it.  E.g. the results went from:

 >                 === libjava Summary ===
 > # of expected passes            72
 > # of unexpected failures        576
 > # of expected failures          8
 > # of untested testcases         1060

to this:

 >                 === libjava Summary ===
 > # of expected passes            481
 > # of unexpected failures        449
 > # of expected failures          16
 > # of untested testcases         770

I think all of the encoding problems are gone using your patch.

The remaining unexpected failures all show the ld warnings.  So I
think we need to figure out how to help you reproduce it on your
system.  Any luck with the native as/ld build?

		--Kaveh

 > ld: warning: file /tmp/foo/java-3.0/build/sparc-sun-solaris2.7//libjava/.libs/libgcj.so: attempted multiple inclusion of file
 > ld: warning: file /tmp/foo/java-3.0/build/sparc-sun-solaris2.7//boehm-gc/.libs/libgcjgc.so: attempted multiple inclusion of file
 > ld: warning: file /tmp/foo/java-3.0/build/sparc-sun-solaris2.7//zlib/.libs/libzgcj.so: attempted multiple inclusion of file

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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