Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364325 - <perl-core/Filter-1.390.0 fails tests on Perl 5.14
Summary: <perl-core/Filter-1.390.0 fails tests on Perl 5.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.14.0
  Show dependency tree
 
Reported: 2011-04-21 08:42 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2011-05-01 17:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2011-04-21 08:42:18 UTC
t/call.t ..... ok     
t/cpp.t ...... ok   
t/decrypt.t .. Failed 1/6 subtests 
t/exec.t ..... ok   
t/order.t .... ok   
t/pod.t ...... skipped: Test::Pod 1.00 required for testing POD
t/sh.t ....... ok   
t/tee.t ...... ok   

Test Summary Report
-------------------
t/decrypt.t (Wstat: 0 Tests: 6 Failed: 1)
  Failed test:  3
Files=8, Tests=52,  1 wallclock secs ( 0.06 usr  0.02 sys +  0.52 cusr  0.19 csys =  0.79 CPU)
Result: FAIL


prove -bvr t/decrypt.t 
t/decrypt.t .. 
1..6
# running perl with /usr/bin/perl5.14.0 -w
ok 1
ok 2
# test 3: Got 'Aborting, Compiler detected at /usr/lib64/perl5/5.14/x86_64-linux-thread-multi/DynaLoader.pm line 213.
Compilation failed in require at decrypt.tst line 1.
 at decrypt.tst line 1
	main::BEGIN() called at decrypt.tst line 1
	eval {...} called at decrypt.tst line 1
BEGIN failed--compilation aborted at decrypt.tst line 1.
 at decrypt.tst line 1
'
not ok 3
ok 4
ok 5
ok 6
Failed 1/6 subtests 

Test Summary Report
-------------------
t/decrypt.t (Wstat: 0 Tests: 6 Failed: 1)
  Failed test:  3
Files=1, Tests=6,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.16 cusr  0.05 csys =  0.24 CPU)
Result: FAIL
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2011-04-24 19:23:50 UTC
Upstream reports that this should be fixed in 1.38 : 

http://search.cpan.org/diff?from=Filter-1.37&to=Filter-1.38&w=1
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2011-04-25 07:56:46 UTC
My tests still fail with 1.38 Unfortunately.
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2011-05-01 07:42:49 UTC
1.39 Just hit CPAN. ftp://pause.perl.org/incoming/Filter-1.39.tar.gz

Preliminary stand-alone testing gives me passes. =)

make[1]: Leaving directory `/tmp/Filter-1.39/decrypt'
make[1]: Entering directory `/tmp/Filter-1.39/tee'
make[1]: Leaving directory `/tmp/Filter-1.39/tee'
PERL_DL_NONLAZY=1 /usr/bin/perl5.14.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/call.t ..... ok     
t/cpp.t ...... ok   
t/decrypt.t .. ok   
t/exec.t ..... ok   
t/order.t .... ok   
t/pod.t ...... ok   
t/sh.t ....... ok   
t/tee.t ...... ok   
All tests successful.
Files=8, Tests=61,  1 wallclock secs ( 0.06 usr  0.02 sys +  0.64 cusr  0.24 csys =  0.96 CPU)
Result: PASS
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2011-05-01 16:27:58 UTC
Filter-1.390.0 is in the tree.

Thanks