Re: [Sablevm-developer] Release progress - problems w/ 'make distcheck' of classpath
Brought to you by:
egagnon
From: Michael K. <kon...@gm...> - 2004-02-14 13:07:20
|
On Sat, Feb 14, 2004 at 11:17:25AM +0100, Mark Wielaard wrote: > Hi, > > On Sat, 2004-02-14 at 09:43, Grzegorz B. Prokopski wrote: > > but 'make distcheck' in classpath dies with this output: > > > > Found 2 semantic errors compiling > > "../../external/jaxp/source/javax/xml/transform/TransformerFactory.java": > > > > 94. throws TransformerFactoryConfigurationError > > ^----------------------------------^ > > *** Semantic Error: Type > > javax.xml.transform.TransformerFactoryConfigurationError was not found. > > > > > > 104. throw new > > TransformerFactoryConfigurationError(e); > > ^----------------------------------^ > > *** Semantic Error: A candidate for type > > "TransformerFactoryConfigurationError" was found, but it is invalid and > > needs to be fixed before this type will successfully compile. > > > > Found 3 semantic errors compiling > > "../../external/jaxp/source/javax/xml/transform/ClassStuff.java": > > > > 141. throw new TransformerFactoryConfigurationError (e, > > ^----------------------------------^ > > *** Semantic Error: A candidate for type > > "TransformerFactoryConfigurationError" was found, but it is invalid and > > needs to be fixed before this type will successfully compile. > > > > > > 145. throw new TransformerFactoryConfigurationError (e, > > ^----------------------------------^ > > *** Semantic Error: A candidate for type > > "TransformerFactoryConfigurationError" was found, but it is invalid and > > needs to be fixed before this type will successfully compile. > > > > > > 149. throw new TransformerFactoryConfigurationError (e, > > ^----------------------------------^ > > *** Semantic Error: A candidate for type > > "TransformerFactoryConfigurationError" was found, but it is invalid and > > needs to be fixed before this type will successfully compile. > > > > > > I guess some .java files aren't included in the tarball? or...? > > > > Help w/ this issue would be greatly apprieciated. > > 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!?! > > I'll try to fix make distcheck for classpath soon (hopefully tonight). > > Cheers, > > Mark > > P.S. To the Classpath hackers. Please do a make distcheeck from time to > time. Especially after you alter configure.ac, Makefile.am and/or added > a file. 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. 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. Michael |