Hi guys,
We are currently slightly stuck in getting GNU Java to work properly on our ARM (hf) builds. Something breaks in the unrolling of exceptions. IIUC Fedora already managed to get Java running and I don't want to waste too much time in duplicated efforts.
We found some patches that looked like they might be related here:
http://djdelorie.fedorapeople.org/armv7-srpms.html (gcc pkg)
but couldn't find the source rpms to the respective info. Are these related / required? Does anyone have some insight in what exactly you have been fixing?
Btw, this is what we're seeing:
---
+ gcj -C /home/abuild/rpmbuild/SOURCES/keystore.java -d . qemu: uncaught target signal 6 (Aborted) - core dumped gcj: internal compiler error: Aborted (program ecj1)
---
Alex
On Tue, Nov 15, 2011 at 5:10 PM, Alexander Graf agraf@suse.de wrote:
Hi guys,
We are currently slightly stuck in getting GNU Java to work properly on our ARM (hf) builds. Something breaks in the unrolling of exceptions. IIUC Fedora already managed to get Java running and I don't want to waste too much time in duplicated efforts.
We found some patches that looked like they might be related here:
http://djdelorie.fedorapeople.org/armv7-srpms.html (gcc pkg)
but couldn't find the source rpms to the respective info. Are these related / required? Does anyone have some insight in what exactly you have been fixing?
Source packages for the java bits that will end up in mainline can be found here http://aph.fedorapeople.org/
Not sure of the exact details of the fixes, there's a matching email in the fedora arm mailing list (search openjdk in the archives).
Peter
On 15.11.2011, at 18:25, Peter Robinson wrote:
On Tue, Nov 15, 2011 at 5:10 PM, Alexander Graf agraf@suse.de wrote:
Hi guys,
We are currently slightly stuck in getting GNU Java to work properly on our ARM (hf) builds. Something breaks in the unrolling of exceptions. IIUC Fedora already managed to get Java running and I don't want to waste too much time in duplicated efforts.
We found some patches that looked like they might be related here:
http://djdelorie.fedorapeople.org/armv7-srpms.html (gcc pkg)
but couldn't find the source rpms to the respective info. Are these related / required? Does anyone have some insight in what exactly you have been fixing?
Source packages for the java bits that will end up in mainline can be found here http://aph.fedorapeople.org/
Ah, cool, thanks!
So both patches are already applied upstream which means we already have them in our package. What a shame - I guess that means the search goes on :)
Alex
Not sure of the exact details of the fixes, there's a matching email in the fedora arm mailing list (search openjdk in the archives).
Peter