Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 67656
Status: resolved
Priority: 0/
Queue: Filter

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 1.37
  • 1.38
Fixed in: (no value)



Subject: Tests #3 for decrypt.t fails on 5.14
prove -bvr t/decrypt.t

t/decrypt.t ..
1..6
Show quoted text
# running perl with /usr/bin/perl5.14.0 -w
ok 1
ok 2
Show quoted text
# 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


This Bug appears to have been occuring since perl 5.13.4  ( http://matrix.cpantesters.org/?dist=Filter+1.37 )

Hope this helps.
Thanks - I can reproduce the issue here.
Just upload a new version of the modules to CPAN with a fix for this issue. The upload also tries to address #67655. Next time core perl syncs with CPAN, the version numbers for the Filters distribution and the individual filters themselves will all match. Paul
On 2011-04-25 02:13:37, PMQS wrote:
Show quoted text
> Just upload a new version of the modules to CPAN with a fix for this issue.
>
> The upload also tries to address #67655. Next time core perl syncs with
> CPAN, the version numbers for the Filters distribution and the
> individual filters themselves will all match.
>
> Paul

Thanks for the new release, however, Test 3 for decrypt.t is still failing for me with the latest release of 1.38

If there's anything I can do to increase the clarity of what is going on, do ask, but I'm at a loss as to what is happening nere.

t/decrypt.t ..
1..6
Show quoted text
# running perl with /usr/bin/perl5.14.0 -w
ok 1
ok 2
Show quoted text
# 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

Damn, so it doesn't. Need to dig a bit deeper. Paul
Aah - I uploaded the wrong copy of decrypt.xs with 1.38. Just uploaded 1.39 to CPAN. Drop me a line if it causes any problems. Paul
On 2011-04-30 20:52:27, PMQS wrote:
Show quoted text
> Aah - I uploaded the wrong copy of decrypt.xs with 1.38. Just uploaded
> 1.39 to CPAN. Drop me a line if it causes any problems.
>
> Paul
>

Sorry to bother so soon, I'd love to test 1.39, but however, despite you saying you've uploaded it, I can not see it anywhere on  CPAN, or in the PAUSE upload queue. I can still see 1.38 in there, but there is no 1.39 in sight, and as you said you've just uploaded 1.39, I worry that something has gone wrong in the upload somewhere.

Thanks.

No problem, and thanks for bringing it to my attention. Must have been pilot error on my part :-) Paul
Sweet, testing passes for me, thanks heaps =).

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

Phew!