IcedTea Bootstrap Process

Michael Franz mvfranz at gmail.com
Wed Jan 28 17:55:26 PST 2009


>
> An ecj step before the OpenJDK build compiles enough of the OpenJDK
> sources separately to satisfy the OpenJDK build.  The OpenJDK build is
> designed only for Sun JDKs it seems, and so relies on a lot of
> Sun-specific classes being present in the build JDK (far over and
> above what's in the spec.).  These are added to rt-closed.jar (the
> naming is from the OpenJDK build assuming this is an existing
> proprietary JDK IIRC).  What is included has been found by trial and
> error.  For instance, javax/script was recently added to the list as
> it's needed by newer versions of HotSpot.  The list can be found as
> ICEDTEA_COPY_DIRS in Makefile.am:
>
> # Sources copied from OpenJDK.
> ICEDTEA_COPY_DIRS = \
>        com/sun/jdi \
>        com/sun/jdi/connect \
>        com/sun/jdi/connect/spi \
>        com/sun/jdi/event \
>        com/sun/jdi/request \
>        com/sun/jmx/snmp/agent \
>        com/sun/tools/jdi \
>        java/io \
>        java/util \
>        java/rmi \
>        sun/awt/ \
>        javax/net/ssl
>
> if WITH_ALT_HSBUILD
> ICEDTEA_COPY_DIRS += \
>        javax/script
> endif
>
> This is from IcedTea6.  Note that the SNMP stuff is stubbed, and
> should probably just be removed and IMPORT_BINARY_PLUGS=false set on
> the OpenJDK build.
>

This was very helpful since I ran into this problem and struggled until I
came back here.

I have made some pretty good progress (I think) on building IcedTea6 using
Apple's Java 5.  I have 'grep'ed all over and cannot figure out where this
error message is coming from.

(cd
/Users/mfranz/developer/icedtea/icedtea6/openjdk-ecj/control/build/bsd-i586/classes
&& /Users/mfranz/developer/icedtea/icedtea6/bootstrap/jdk1.6.0/bin/jar xf
/Users/mfranz/developer/icedtea/icedtea6/bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
@/Users/mfranz/developer/icedtea/icedtea6/openjdk-ecj/control/build/bsd-i586/tmp/java/plugs/jmf.clist)
BinaryPlugs import completed: Wed Jan 28 20:31:33 EST 2009
make[4]: *** No rule to make target
`/Users/mfranz/developer/icedtea/icedtea6/openjdk-ecj/control/build/bsd-i586/hotspot/import/jre/lib/i386/server/libjvm.so',
needed by
`/Users/mfranz/developer/icedtea/icedtea6/openjdk-ecj/control/build/bsd-i586/lib/i386/server/libjvm.so'.
Stop.
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [jdk-build] Error 2
make: *** [stamps/icedtea-ecj.stamp] Error 2

Somewhere it does not know that the shared libs end in .dylib.  The
directory in question has:
Xusage.txt
libjsig.dylib
libjvm.dylib

I was able to get past this step by make sym links to of libjvm.dylib to
libjvm.so.

Any pointers is appreciated.

Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090128/928d37e6/attachment.html 


More information about the distro-pkg-dev mailing list