Unable to compile IcedTea with CACAO under Fedora 17
Greg Johnson
gregjo at yahoo.com
Thu Dec 13 13:57:26 PST 2012
I'm attempting to compile IcedTea with CACAO using Fedora 17 in x86. (Eventually I want to do this on ARM using a Raspberry Pi.)
I have attempted to build 9 different versions obtained from http://icedtea.wildebeest.org/download/source
icedtea-2.1.1
icedtea-2.1.2
icedtea-2.1.3
icedtea-2.2.1
icedtea-2.2.2
icedtea-2.2.3
icedtea-2.3.1
icedtea-2.3.2
icedtea-2.3.3
They will build (at least the ones I tried) correctly if I don't specify CACAO. But if I do specify CACAO, I get build errors.
I used the information on this page:
http://icedtea.classpath.org/wiki/FedoraBuildInstructions
Before compiling, I prepared with these steps:
# yum-builddep "java-1.7.0-openjdk"
# yum install libattr-devel libtool gcc-c++ libXpm-devel
Then I did the following:
# cd icedtea-2.X.X
# ./configured --enable-cacao
# make
I received one of 3 types of errors when attempting to compile:
Exception in thread "main" java.lang.Error: fatal: missing resource bundle: sun.rmi.rmic.resources.rmic_en_US
or
/opt/icedtea-2.2.1/openjdk.build-boot/tmp/java/java.lang/java/obj/Thread.o:(.data.rel+0xbc): undefined reference to 'JVM_SetNativeThreadName'
or
Error occured during intialization of VM
Could not reserve enough space for object heap.
(I am running this on a machine with 4GB of RAM, so that should be plenty.)
So what am I missing? It is a compatibility issue of using java.1.7.0-openjdk with IcedTea?
I apologize if I've drifted onto the wrong mailing list. If so, set me straight, but do it gently. ;-)
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121213/23cf25fd/attachment.html
More information about the distro-pkg-dev
mailing list