Bug 118441

Summary: Various hard coded dependancies on XFree86 should not be present
Product: [Fedora] Fedora Reporter: Mike A. Harris <mharris>
Component: openoffice.orgAssignee: Dan Williams <dcbw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: herrold
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-29 10:56:22 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: 118423    

Description Mike A. Harris 2004-03-16 19:18:21 UTC
There are hard coded dependancies on some XFree86 subpackages
whi need to be fixed before xorg-x11 can be enabled in the
development tree.

The following is found in the spec file:
    Requires:       XFree86, perl

I'm not sure why that XFree86 requires is there, can you comment
about that?

BuildRequires:  XFree86-Xvfb, mozilla, XFree86-devel, XFree86-libs, bzip2

XFree86-Xvfb?  What is that used for?  ;o)  Please remove that dep
if possible, unless there is really a need for it.  I can make
xorg-x11 have a virtual provide for it if it is indeed required
though.

XFree86-libs needs to be removed.  It is unnecessary as a
BuildRequires because XFree86-devel requires XFree86-libs already
and will do the right thing.

The XFree86-devel BuildRequires is ok to keep for now, as we're
not going to solve that problem just yet.  That will get solved
in the future.

Comment 1 Mike A. Harris 2004-03-16 19:26:37 UTC
I have added:

Provides: Xvfb

to the xorg-x11-Xvfb subpackage, and also to our XFree86 4.3.0
packaging which will be in all future OS updates.  If openoffice
still has a dependancy on the Xvfb server, can you please change
it to use a virtual BuildRequires: Xvfb instead so that it is
implementation agnostic?

Comment 2 Mike A. Harris 2004-03-17 06:00:17 UTC
Oops, I was looking at the 'openoffice' in cvs rather than the
'openoffice.org'.  The Xvfb requirement isn't there, so scratch
that.

All of the rest of the above issues are fixed in 1.1.0-32, which
I'm currently building in dist-fc2

Comment 3 Mike A. Harris 2004-03-17 06:36:38 UTC
*** Bug 118480 has been marked as a duplicate of this bug. ***

Comment 4 Mike A. Harris 2004-03-17 20:20:34 UTC
The openoffice.org build I started failed.  The build log is over
26Mb in size, and it's beyond my comprehension to investigate
the problem without significant time sink, so this will have to
be fixed by the package owner most likely.

Comment 5 Dan Williams 2004-03-17 21:55:28 UTC
Mike, build failed because I hadn't gotten around to fixing it this
weekend.  New OOo is building in dist-fc2 and should contain your
fixes.  It is looking like it will complete.

Comment 6 Warren Togami 2004-03-29 10:56:22 UTC
This is fixed right?  reopen if not.

Comment 7 Mike A. Harris 2004-03-29 21:47:15 UTC
Yep, fixed in rawhide, thanks warren.