Bug 132728 - Missing dependency declaration for openoffice-style-gnome
Summary: Missing dependency declaration for openoffice-style-gnome
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: openoffice.org
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dan Williams
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-16 12:47 UTC by Zenon Panoussis
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-16 13:36:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Zenon Panoussis 2004-09-16 12:47:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040803

Description of problem:

# rpm -qa |grep openoffice
openoffice.org-i18n-1.1.0-16.7.EL
openoffice.org-1.1.0-16.7.EL
openoffice.org-libs-1.1.0-16.7.EL
# rpm -Fhv openoffice.org-1.1.0-16.14.EL.i386.rpm \
  openoffice.org-libs-1.1.0-16.14.EL.i386.rpm \
  openoffice.org-i18n-1.1.0-16.14.EL.i386.rpm
error: Failed dependencies:
        /usr/lib/openoffice/program/getstyle-gnome is needed by
openoffice.org-1.1.0-16.14.EL
        /usr/lib/openoffice/program/msgbox-gnome is needed by
openoffice.org-1.1.0-16.14.EL
# rpm -qf /usr/lib/openoffice/program/getstyle-gnome
openoffice.org-1.1.0-16.7.EL
# rpm -qf /usr/lib/openoffice/program/msgbox-gnome
openoffice.org-1.1.0-16.7.EL
# rpm -qp --filesbypkg openoffice.org-1.1.0-16.14.EL.i386.rpm |grep
getstyle-gnome
#
# rpm -qp --filesbypkg openoffice.org-1.1.0-16.14.EL.i386.rpm |grep
msgbox-gnome
#
<scratching head>
# rpm -Uhv openoffice.org-1.1.0-16.14.EL.i386.rpm \
  openoffice.org-libs-1.1.0-16.14.EL.i386.rpm \
  openoffice.org-i18n-1.1.0-16.14.EL.i386.rpm \
  openoffice.org-style-gnome-1.1.0-16.9.EL.i386.rpm
(exit 0)

I assume this blocks up2date, but I can't tell that for sure.



Version-Release number of selected component (if applicable):
1.1.0-16.7.EL

How reproducible:
Always

Comment 1 Dan Williams 2004-09-16 13:29:50 UTC
Hmm, though if openoffice.org-style-gnome is available in the update
pool, RPM will be smart enough to grab it.

The problem here is that we cannot outright _require_
openoffice.org-style-gnome from the OOo packages (due to arch stuff,
we use the i386 OOo RPMs but the x86_64 style-gnome package on AMD64
for example), so we have to require the binary itself to make sure it
gets installed.

Jeremy, what's your take?

Comment 2 Jeremy Katz 2004-09-16 13:36:16 UTC
There's no bug here.  The dependency is there, just expressed as a
file dep instead of a package level dep.


Note You need to log in before you can comment on or make changes to this bug.