On Thu, 2007-06-14 at 13:57 +0200, Mark Wielaard wrote: > On Wed, 2007-06-13 at 09:36 -0400, Elena Zannoni wrote: > > Andrew Cagney wrote: > > > There are still test failures which are always on the hit list. > > > > > Test results for fc7 have been available since June 6 on the > > automated build and test system. Note that there are several test failures > > on fc6 as well, including the "make dist" target. > > Currently on Fedora 7 x86 I am seeing 3 failures and 62 errors (most of > the errors seem to be cause by a "silent" failure of javah that doesn't > stop the build and that leads to some classes not being build somehow > that I haven't tracked down completely, SharedType seems missing). Most of these errors seem to be instances of bug http://sourceware.org/bugzilla/show_bug.cgi?id=4601 "Fedora 7 stacktrace problem: lib.dw.DwarfException: No class SharedType" While building I also get a lot of javah stacktraces in frysk.sys: Exception in thread "main" java.io.IOException: can't find class file gnu/classpath/tools/getopt/Option.class in java.net.URLClassLoader{urls=[file:/home/mark/s rc/frysk-obj/frysk-imports/TestPipePair.tmp/,file:/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre/lib/rt.jar], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}} at gnu.classpath.tools.javah.Main.getClass(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.ClassWrapper.linkSupers(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.ClassWrapper.printFully(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.CniIncludePrinter.printClass(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.Main.writeHeaders(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.Main.run(libgcj-tools.so.8rh) at gnu.classpath.tools.javah.GcjhMain.main(libgcj-tools.so.8rh) These don't abort the build process though. Cheers, Mark