Bug 617956

Summary: perlxs packaging issue
Product: [Fedora] Fedora Reporter: Paul Bolle <pebolle>
Component: perlAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 14CC: cweyl, iarnell, kasal, lkundrak, mmaslano, ppisar, psabata, rc040203, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-5.12.2-133.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-23 12:54:05 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 Paul Bolle 2010-07-25 09:20:41 UTC
Description of problem:
I ran into some minor packaging issues with perlxstut 

Version-Release number of selected component (if applicable):
5.12.1-128.fc14

How reproducible:
n/a

Steps to Reproduce:
1. n/a
2.
3.
  
Actual results:
perlxs docs are part of perl
perlxstut docs are part of perl
neither perl nor perl-devel require perl-Test-Simple

Expected results:
perlxs docs are part of perl-devel
perlxstut docs are part of perl-devel
perl-devel requires perl-Test-Simple

Additional info:
0) While following perlxstut I discoverd Test::More wasn't installed. It turned out that Test::More is provided by perl-Test-Simple (which is only required by perl-core).

1) This command seems to list perlxstut's requirements: 
$ man perlxstut | grep " \+use .*;"
           use ExtUtils::MakeMaker;
           [...]
           use ExtUtils::testlib;
           [...]
           use Test::More tests => 4;
               use ExtUtils::MakeMaker;
                   [...]

Basically that's ExtUtils::MakeMaker and Test::More.

2) For perlxstut one also needs h2xs. h2xs and friends are part of perl-devel.

3) It seems that both the perlxs docs and the perlxstut docs should be shipped as part of perl-devel and that perl-devel should require perl-Test-Simple or perl(Test::More).

4) Feel free to ask me to provide a (trivial) patch to perl's specfile.

Comment 1 Marcela Mašláňová 2010-07-26 07:27:07 UTC
In manual is mentioned Test::More, but you can use for your xs files different test-suite or don't test at all. I'd rather don't require it.

perlxs* docs will be moved into perl-devel in next rebuild of perl package.

Comment 2 Bug Zapper 2010-07-30 12:49:33 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Fedora Update System 2010-09-07 12:42:34 UTC
perl-5.12.2-133.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/perl-5.12.2-133.fc14

Comment 4 Fedora Update System 2010-09-07 18:36:38 UTC
perl-5.12.2-133.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/perl-5.12.2-133.fc14

Comment 5 Fedora Update System 2010-09-23 12:53:55 UTC
perl-5.12.2-133.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Petr Pisar 2020-01-14 16:55:14 UTC
The perlxs* PODs and manual pages belong to perl-ExtUtils-ParseXS package. Upstream moved them there in Perl 5.16 <https://github.com/Perl/perl5/commit/3214bedba346419c3021faa94d16724f686829cd>. I will correct their location in Fedora too.