Bug 134091 - perl is missing a build dependency
Summary: perl is missing a build dependency
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chip Turner
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-29 16:07 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-09-29 17:35:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve Grubb 2004-09-29 16:07:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
perl is missing a build dependency on the man package. If perl is
built without it being installed, it will refuse to build man pages
for perl modules that use pod2man. Many perl packages dynamically
create their file list, so it will go unnoticed when used to build
many other packages. It should have:

BuildRequires: man

Version-Release number of selected component (if applicable):
perl-5.8.5-3

How reproducible:
Always

Steps to Reproduce:
1. rpm -e man
2. rpmbuild -bb perl.spec
3. rpmbuild -bb perl-Filter
4. rpm -qpl perl-Filter-1.30-6.i386.rpm | grep man
    

Actual Results:  Nothing printed in step 4 above

Expected Results:  All the man pages for perl-Filter

Additional info:

Comment 1 Chip Turner 2004-09-29 17:34:00 UTC
added buildrequire of 'man' to the package; should be part of the next
update


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