Building OpenJDK libraries using IcedTea Project for Cacao
Andrew Hughes
gnu.andrew at redhat.com
Mon Dec 15 13:08:16 UTC 2014
----- Original Message -----
> Hi,
> I would like to build Cacao VM with OpenJDK libraries.
> If I first build Cacao VM:
> cd
> /var/www/cacao/cacao-1.6.1JAVA_RUNTIME_LIBRARY_PREFIX=/var/www/IcedTea/icedtea-2.5.3/openjdk-boot./configure
> --prefix=/var/www/cacao-1.6.1 --with-java-runtime-library=openjdk7
> --with-java-runtime-library-prefix=/var/www/IcedTea/icedtea-2.5.3/openjdk-boot
> --with-junit-jar=/var/www/cacao/junit-4.12.jar
> --with-jasmin-jar=/var/www/jasmin/jasmin-2.4/jasmin.jar --disable-debug
> --disable-dump
> then
> cd /var/www/IcedTea/icedtea-2.5.3./configure --prefix=/var/www/cacao-1.6.1
> --enable-cacao --with-cacao-home=/var/www/cacao-1.6.1
> --with-openjdk-src-zip=/var/www/openjdk-7-b146-linux-x64-20_jun_2011.zip
> --disable-Werror --disable-system-kerberos --disable-system-jpeg
> --disable-system-gif --disable-system-lcms
> --disable-compile-against-syscalls --disable-native-debuginfo
> --disable-java-debuginfo --disable-docs --disable-bootstrap
> I got the following message:checking for additional virtual machines to
> build... noneconfigure: error: cannot build with system cacao as additional
> vm
>
> If I don't build Cacao VM first:
> cd /var/www/IcedTea/icedtea-2.5.3./configure --prefix=/var/www/cacao-1.6.1
> --enable-cacao --with-cacao-src-dir=/var/www/cacao/cacao-1.6.1/src
> --with-openjdk-src-zip=/var/www/openjdk-7-b146-linux-x64-20_jun_2011.zip
> --disable-Werror --disable-system-kerberos --disable-system-jpeg
> --disable-system-gif --disable-system-lcms
> --disable-compile-against-syscalls --disable-native-debuginfo
> --disable-java-debuginfo --disable-docs --disable-bootstrapI got following
> message:gmake[6]: *** No rule to make target
> `Check_ALT_HOTSPOT_IMPORT_PATH/jre/lib/amd64/server/libjvm.so', needed by
> `/var/www/IcedTea/icedtea-2.5.3/openjdk.build/lib/amd64/server/libjvm.so'.
> Stop.I tried to set ALT_HOTSPOT_IMPORT_PATH=/var/www/java-se-7-rido not
> help
> RegardsRoman
>
You seem to be passing some very odd options, especially
--with-openjdk-src-zip=/var/www/openjdk-7-b146-linux-x64-20_jun_2011.zip
I have no idea what that is, but I definitely know it won't work and the
IcedTea build is probably just downloading a replacement.
Let's start with something simple. Try:
$ ./configure --enable-cacao
to build IcedTea. If that runs into problems, please post a full build log.
We can't tell much from a single error message at the end of the build, and
it's even harder to know what's going on if you're passing a whole host of
options, some of which may not have been used by others for a long time.
Thanks,
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the distro-pkg-dev
mailing list