Bug 153128

Summary: openoffice misses a Requires
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-05 12:26:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 136451    

Description Matthias Clasen 2005-04-01 19:18:25 UTC
Trying to start openoffice from a default workstation install complains about 
javaldx not finding a java runtime. Installing gcc-java and libgcj makes the
error message go away.

Comment 1 Caolan McNamara 2005-04-02 09:37:43 UTC
What version is that ?, the Requires of the last three versions are...

rpm -qRp openoffice.org-core-1.9.87-2.i386.rpm | grep gcj
libgcj >= 4.0.0
rpm -qRp openoffice.org-core-1.9.88-4.i386.rpm | grep gcj
libgcj >= 4.0.0
rpm -qRp openoffice.org-core-1.9.88-5.i386.rpm | grep gcj
libgcj >= 4.0.0

which should fulfill the requirements for javaldx. Is it one of those ? If so I
wonder if this something like one of those whacked 32/64bit things where
libgcj.i386 is needed but the existance of libgcj.x64 fulfills the dependancies
incorrectly, or simply I need gcc-java which would be surprising.

Comment 2 Caolan McNamara 2005-04-05 12:26:43 UTC
Well this seems to be the same problem as rh#153129#, i.e. something to do with
Requires

*** This bug has been marked as a duplicate of 153129 ***