Bug 39171

Summary: CPAN modules have incorrect dependencies
Product: [Retired] Red Hat Linux Reporter: Vladimir Ivanovic <vladimir>
Component: perl-Perl-RPMAssignee: Tim Powers <timp>
Status: CLOSED DEFERRED QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.1   
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: 2001-05-13 12:16: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:

Description Vladimir Ivanovic 2001-05-05 00:04:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)

Description of problem:
Several CPAN modules on the DMA CD-ROM have dependencies on files that
exist, but have a different pathname.

How reproducible:
Always

Steps to Reproduce:
1. cd /mnt/cdrom/CPAN/RPMS    #DMA CD-ROM
2. rpm -Uvh *.rpm
	

Actual Results:  error: failed dependencies:
	/usr/local/bin/perl   is needed by perl-Class-Contract-1.00-10
	/usr/bin/perl5   is needed by perl-Data-ShowTable-3.3-10
	/bin/env   is needed by perl-sitemapper-1.019-10
	/usr/bin/perl5   is needed by perl-SyslogScan-0.32-10


Expected Results:  Preparing...               
########################################### [100%]
<followed by the successful installation of all the CPAN RPMs.>

Additional info:

Comment 1 Tim Powers 2001-05-13 12:16:38 UTC
Those would be the few that I didn't catch when patching all the others *sigh*.

I'll make a note to fix those in the next release.

Tim