[Bug 475476] New: perl-Test-Harness seems to be missing files

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 9 13:00:13 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Test-Harness seems to be missing files

https://bugzilla.redhat.com/show_bug.cgi?id=475476

           Summary: perl-Test-Harness seems to be missing files
           Product: Fedora
           Version: 10
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: perl-Test-Inline
        AssignedTo: rc040203 at freenet.de
        ReportedBy: stewb at linuxfoundation.org
         QAContact: extras-qa at fedoraproject.org
                CC: rc040203 at freenet.de,
                    fedora-perl-devel-list at redhat.com, lxtnow at gmail.com
    Classification: Fedora


Description of problem:
Actual package I'm reporting against is perl-Test-Harness, which doesn't seem
to be in the list. A standard perl install has more modules under:

[stew at pavilion ~]$ ls /usr/lib/perl5/5.10.0/Test/Harness
Assert.pm  Iterator.pm  Point.pm  Results.pm  Straps.pm  TAP.pod  Util.pm

Wheres in F10, I see only:
[root at fc10-64 perl]# ls /usr/lib/perl5/5.10.0/Test/Harness
Hook.pm

On FC9/ia32, I see the whole set:
[stew at fc9-32 ~]$ ls /usr/lib/perl5/5.10.0/Test/Harness
Assert.pm  Iterator.pm  Point.pm  Results.pm  Straps.pm  TAP.pod  Util.pm
[stew at fc9-32 ~]$ rpm -qf /usr/lib/perl5/5.10.0/Test/Harness/Straps.pm 
perl-Test-Harness-2.64-38.fc9.i386

Net result is that the required Test::Harness::Straps is missing and the LSB
perl tests fails before it ever gets going:

[root at fc10-64 perl]# ./run_tests
System perl version is: 5.10.0
Creating Unicode Character Database symlink...
Creating symlink to system blib.pm
Creating symlink to system constant.pm
Creating symlink to system strict.pm
Can't locate Test/Harness/Straps.pm in @INC (@INC contains:
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl .) at
Harness.pm line 6.
BEGIN failed--compilation aborted at Harness.pm line 6.
Compilation failed in require at harness line 12.
BEGIN failed--compilation aborted at harness line 12.
mv: cannot stat `5.10.0/t/tet_xres': No such file or directory
Journal file is results/0004e/journal

Version-Release number of selected component (if applicable):
perl-Test-Harness.x86_64 0:3.12-51.fc10

How reproducible:
100%

Steps to Reproduce:
1. Install F10
2. Install perl-Test-Harness (seems to be unique to Fedora that this is a
sperate package)
3. Install LSB perl test from
http://ftp.freestandards.org/pub/lsb/repositories/yum/lsb-4.0/repo-x86_64/lsb-test-perl-3.97.0-1.noarch.rpm
4. as root, cd /opt/lsb/test/perl and ./run_tests

Actual results:
[root at fc10-64 perl]# ./run_tests
System perl version is: 5.10.0
Creating Unicode Character Database symlink...
Creating symlink to system blib.pm
Creating symlink to system constant.pm
Creating symlink to system strict.pm
Can't locate Test/Harness/Straps.pm in @INC (@INC contains:
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl .) at
Harness.pm line 6.
BEGIN failed--compilation aborted at Harness.pm line 6.
Compilation failed in require at harness line 12.
BEGIN failed--compilation aborted at harness line 12.
mv: cannot stat `5.10.0/t/tet_xres': No such file or directory
Journal file is results/0004e/journal

Expected results:
All tests should pass

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list