Bug 189843

Summary: byte code compiler fails 'make test'
Product: Red Hat Enterprise Linux 2.1 Reporter: Jason Vas Dias <jvdias>
Component: perlAssignee: Robin Norwood <robin.norwood>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1CC: prockai
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: 2007-08-15 17:35:11 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 Jason Vas Dias 2006-04-25 00:18:20 UTC
Description of problem:

The perl-5.6.1-37.1.99ent package was built with 
'
make test || /bin/true
'
in the .spec file %build script; 
the perl Byte code Compiler 'B' test always failed.

After building, cd to perl-5.6.1 and type:
./perl t/lib/b.t
1..15
ok 1
...
ok 14
not ok 15

Version-Release number of selected component (if applicable):
perl-5.6.1-37.1.99ent

How reproducible:
100%

Steps to Reproduce:
See above 
 
Actual results:
test fails at test #15

Expected results:
all tests run as part of the build test-suite should pass

Comment 1 Robin Norwood 2006-10-01 23:28:54 UTC
assigning to rnorwood

Comment 2 Robin Norwood 2007-08-15 17:35:11 UTC
This has been fixed for awhile now.