Experimental Build Repository at icedtea.classpath.org

Tom Marble Tom.Marble at Sun.COM
Thu Jun 7 19:15:19 PDT 2007


Francis Kung wrote:
> The version of jar we are using allows us to omit input files to create
> an empty jar, but it looks like this version doesn't.  As a work-around,
> I've added a dummy input file to the jar command.
> 
> These changes (xalan/xerces locations and empty jars) have been checked
> into the IcedTea mercurial repository.

For fun I have been trying to use OpenJDK (b13) as the bootstrap
for IcedTea.  To workaround the above problem I did this:

tmarble at ontologie:~/IcedTea/icedtea$ export PATH=$PATH:/usr/lib/classpath
tmarble at ontologie:~/IcedTea/icedtea$ which gjar
/usr/lib/classpath/gjar

I also had to make sure I had jamvm installed...

cd lib/rt ; \
	  /usr/lib/classpath/gjar cf rt.jar com gnu java javax sun
exec: 47: /usr/bin/jamvm: not found
make: *** [lib/rt/rt.jar] Error 2

(So all the Classpath & Friends are involved :)

tmarble at ontologie:~/IcedTea/icedtea$ ./configure --with-java=/home/tmarble/OpenJDK/openjdk/control/build/linux-i586/bin/java

I let it (like robogeek) download b12, but then got hung up
on an XML issue... I think this is because my gcj version is
tool old???

/home/tmarble/IcedTea/icedtea/bootstrap/jdk1.6.0/bin/java -Djava.endorsed.dirs=/home/tmarble/IcedTea/icedtea/bootstrap/jdk1.6.0/lib/endorsed -classpath
/home/tmarble/IcedTea/icedtea/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles jvmtiGen -IN /home/tmarble/IcedTea/icedtea/openjdk/hotspot/src/share/vm/prims/jvmti.xml -XSL
/home/tmarble/IcedTea/icedtea/openjdk/hotspot/src/share/vm/prims/jvmtiHpp.xsl -OUT /home/tmarble/IcedTea/icedtea/openjdk/control/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/../generated/jvmtifiles/jvmtiEnv.hpp
Info: jvmtiGen using javax.xml.transform.TransformerFactory = org.apache.xalan.processor.TransformerFactoryImpl
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/serializer/SerializerTrace
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2445)
	at java.lang.Class.getMethod0(Class.java:2688)
	at java.lang.Class.getMethod(Class.java:1621)


In any case thanks for your help with IcedTea!!!

--Tom



More information about the distro-pkg-dev mailing list