Bug 125324 - groff dependency problems
Summary: groff dependency problems
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: groff
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-04 18:19 UTC by Steve Grubb
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-07 15:53:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve Grubb 2004-06-04 18:19:02 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
Groff has a couple of dependency problems. It needs a yacc package,
and when not using x, it still wants XFree86-devel. This patch fixes
them, please apply:

--- working/groff/groff.spec    2004-03-08 11:32:29.000000000 -0500
+++ /opt/specs/groff.spec       2004-05-23 07:59:22.000000000 -0400
@@ -30,7 +30,11 @@
 Buildroot: %{_tmppath}/%{name}-root
 Obsoletes: groff-tools
 Provides: nroff-i18n
-BuildRequires: netpbm-progs, zlib-devel, XFree86-devel, texinfo
+BuildPrereq: byacc
+BuildRequires: netpbm-progs, zlib-devel, texinfo
+%if %{with_xfree86}
+BuildRequires: XFree86-devel
+%endif
                                                                     
          
 %description
 Groff is a document formatting system. Groff takes standard text and


Version-Release number of selected component (if applicable):
groff-1.18.1-34

How reproducible:
Always

Steps to Reproduce:
1. rpm -e --nodeps byacc bison 
2. rpmbuild -bb /usr/src/redhat/SPECS/groff.spec

Additional info:

I did not check to see if bison satifies groff.

Comment 1 Thomas Woerner 2004-06-07 15:53:36 UTC
Fixed in rawhide in rpm groff-1.18.1-35 or newer.


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