Bug 489421

Summary: swig-doc shouldn't provide perl(Test::More)
Product: [Fedora] Fedora Reporter: Chris Weyl <cweyl>
Component: swigAssignee: Adam Tkac <atkac>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: rawhideCC: atkac, iarnell, ovasik, perl-devel, rc040203, rjones
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: 2009-03-10 18:43:58 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: 242651    

Description Chris Weyl 2009-03-09 22:30:40 UTC
swig-doc (1.3.38-f.fc11) provides several things it shouldn't, breaking various Perl builds.

perl(Test::Builder) = 0.22
perl(Test::More) = 0.54
perl(gifplot)

http://koji.fedoraproject.org/koji/rpminfo?rpmID=1107509

This is probably related to bug 473874.

Comment 1 Richard W.M. Jones 2009-03-10 15:32:34 UTC
I'm going to set the priority of this to 'high' because this
breaks a number of perl builds that use Test::More for testing.

Comment 2 Iain Arnell 2009-03-10 17:55:26 UTC
Adding perl-sig to cc list so that everyone (or at least, their mail filter) is aware that perl module builds in rawhide are most likely going to fail until this is resolved.

Comment 3 Ralf Corsepius 2009-03-10 18:42:52 UTC
One part of a potential work-around to this issue:

sing ships privates copies (outdated versions) of 
perl(Test::Builder)
perl(Test::More)

Getting rid of these by adding this near to the end of %prep
/bin/rm -rf Examples/test-suite/perl5/Test*
will likely help.

Comment 4 Adam Tkac 2009-03-10 18:43:42 UTC
Fixed in the latest build (swig-1.3.38-5.fc11), I think it will be moved to F11 Beta soon (https://fedorahosted.org/rel-eng/ticket/1324). Thanks for the report, sorry for troubles.