Subject: | tests fail when run against default RHEL-7 (OEL7) packages |
When building List::MoreUtils with CPAN, on an as-installed
Oracle Enterprise Linux (OEL) 7 server, these tests fail:
<quote><pre>
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pureperl/*.t xt/*.t
t/pureperl/ab.t ......... ok
t/pureperl/Functions.t .. 1/?
# Failed test 'is_dying()'
# at t/lib/LMU/Test/Functions.pm line 322.
# Failed test 'is_dying()'
# at t/lib/LMU/Test/Functions.pm line 327.
# Failed test 'is_dying()'
# at t/lib/LMU/Test/Functions.pm line 349.
# Failed test 'is_dying()'
# at t/lib/LMU/Test/Functions.pm line 983.
# Failed test 'is_dying()'
# at t/lib/LMU/Test/Functions.pm line 1026.
# Looks like you failed 5 tests of 3465.
t/pureperl/Functions.t .. Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/3465 subtests
(less 54 skipped subtests: 3406 okay)
t/pureperl/Import.t ..... ok
t/pureperl/XS.t ......... ok
Test Summary Report
-------------------
t/pureperl/Functions.t (Wstat: 1280 Tests: 3465 Failed: 5)
Failed tests: 126-127, 132, 309, 317
Non-zero exit status: 5
Files=4, Tests=3468, 0 wallclock secs ( 0.15 usr 0.01 sys + 0.38 cusr 0.02 csys = 0.56 CPU)
Result: FAIL
Failed 1/4 test programs. 5/3468 subtests failed.
make: *** [test_dynamic] Error 255
REHSACK/List-MoreUtils-0.413.tar.gz
/usr/bin/make test -- NOT OK
</pre></quote>
Could it be a problem with the installed perl / List::Utils
versions ? :
$ rpm -q perl perl-Scalar-List-Utils
perl-5.16.3-286.el7.x86_64
perl-Scalar-List-Utils-1.27-248.el7.x86_64
If so, this should be detected during configuration /
specified in package requirements.
I'm trying to use Net::IMAP::Client, which depends on it.
Is this package actively maintained ?