Summary: | openoffice-bin-2.0.1 freezes in options --> openoffice.org --> java | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Maarten Maathuis <madman2003> |
Component: | Current packages | Assignee: | AMD64 Project <amd64> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | office, pawel |
Priority: | High | ||
Version: | 2005.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Maarten Maathuis
2005-12-24 11:32:54 UTC
Can't reproduce on x86, so re-assigning this is because we're currently lacking a 32bit java. actually, openoffice doesn't really freeze.. or at least not forever. after about 30 seconds or so, it gets responsible again and you can turn the flag off to get rid of java :) Or 'USE=-java emerge oppenoffice-bin' Maybe we ought to force that until the new 32bit java makes stable on amd64 (In reply to comment #3) > Or 'USE=-java emerge oppenoffice-bin' Maybe we ought to force that until the > new 32bit java makes stable on amd64 I'm afraid it even freezes with USE=-java It's a binary package, it's not like a compile flag is going to change a binary package. I can confirm that if i wait a while it will unfreeze. (In reply to comment #5) > It's a binary package, it's not like a compile flag is going to change a binary > package. I can confirm that if i wait a while it will unfreeze. Right. I resolved this that way: 1) Downloaded SUN's java JDK 1.5 for Linux 32 bit (I'm not sure, but jre should be enough. I didn't try) 2) Installed it into /opt/jdk1.5_32 3) Ran OOO and entered java setup. It froze 4) From console repeatedly entered "killall -9 java" until it responses "no such process" 5) In unfrozen OOO pressed "add new" and selected /opt/jdk1.5_32 6) It might freeze again - in that case try killall trick again 7) Select newly added VM with mouse 8) Accept, close, reload OOO, enjoy HTH, Pawel Kraszewski [OT] Any hearings on 64bit Flash, by the way? you could have also installed app-emulation/emul-linux-x86-java and it auto-configures itself in OOo (In reply to comment #7) > you could have also installed app-emulation/emul-linux-x86-java and it > auto-configures itself in OOo Good point! I did not notice I have one already installed... I wonder what pulled it - it must have been something recent (I see, 3 weeks ago)... I guess this could be dependency of some -bin package with conjunction of java&&amd64 USE flags. OTOH I mostly work on Java 1.5 (I use lots of generics), so 1.4.x is not enough for me. I'll take a look on the 1.4 emu ebuild and cook my own 1.5 emu ebuild. I'll be in touch. |