Re: [Sablevm-developer] Release progress - problems w/ 'make distcheck' of classpath
Brought to you by:
egagnon
From: Mark W. <ma...@kl...> - 2004-02-14 16:43:12
|
Hi, On Sat, 2004-02-14 at 14:04, Michael Koch wrote: > > > *** Semantic Error: A candidate for type > > > "TransformerFactoryConfigurationError" was found, but it is invalid a= nd > > > needs to be fixed before this type will successfully compile. > > >=20 > > >=20 > > > I guess some .java files aren't included in the tarball? or...? > > >=20 > > > Help w/ this issue would be greatly apprieciated. > >=20 > > Ugh, so it isn't my setup :{ > > I get the same with a clean "upstream" classpath. > > Somehow one of the gnu jaxp .java files ends up in the root build dir!?= ! > >=20 > > I'll try to fix make distcheck for classpath soon (hopefully tonight). > >=20 > > I do "make distcheck" on a daily basis in the daily build scripts on > Patrick Reali's server. They dont broke. I do this here locally too on a > regular basis and didnt broke. >=20 > I think this error occurs because of the compiler used to compile to > bytecode is buggy or configure did something strange. classpath uses > jikes (1.18) here locally to compile to bytecode and this works great. It wasn't the compiler. It seems to be my version of tar !?!?! I just downgraded tar from 1.13.92-4 to 1.13.25-6 (Debian unstable to Debian testing version) and everything works again. For some mysterious reason this newer version of tar puts classpath-0.07+cvs/external/jaxp/source/javax/xml/transform/TransformerFact= oryConfigurationError.java in the tar file as plain "TransformerFactoryConfigurationError.java" without any directory path. Can someone confirm that downgrading tar helps. It sounds fishy, but maybe it is because this path is just one larger then 100 (101) characters. I read somewhere that tar handles file names longer then 100 chars special (and different depending on Posix/GNU/etc) Cheers, Mark P.S. I get much further now, but at the end I get the following error: ERROR: files left in build directory after distclean: ./native/fdlibm/DEPDIR ./native/fdlibm/=3D ./native/jni/classpath/DEPDIR ./native/jni/classpath/=3D ./native/jni/java-awt/DEPDIR ./native/jni/java-awt/=3D ./native/jni/java-io/DEPDIR ./native/jni/java-io/=3D ./native/jni/java-lang/DEPDIR ./native/jni/java-lang/=3D ./native/jni/java-net/DEPDIR ./native/jni/java-net/=3D ./native/jni/java-nio/DEPDIR ./native/jni/java-nio/=3D ./native/jni/java-util/DEPDIR ./native/jni/java-util/=3D ./native/jni/gtk-peer/DEPDIR ./native/jni/gtk-peer/=3D make[1]: *** [distcleancheck] Error 1 make[1]: Leaving directory `/home/mark/src/classpath-obj/classpath-0.07+cvs/_build' make: *** [distcheck] Error 2 Still investigating. |