Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Parallel-ForkManager CPAN distribution.

Report information
The Basics
Id: 92801
Status: resolved
Priority: 0/
Queue: Parallel-ForkManager

People
Owner: Nobody in particular
Requestors: girish.vaikom [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Parallel::ForkManager dependency update
Date: Fri, 7 Feb 2014 16:24:26 +0530
To: bug-perl5 [...] rt.cpan.org
From: Girish G <girish.vaikom [...] gmail.com>
Hi, While installing Parallel::ForkManager through cpan on my solaris box, the make test was failing. cpan[14]> install Parallel::ForkManager Running install for module 'Parallel::ForkManager' Running make for S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz Has already been unwrapped into directory /root/.cpan/build/Parallel-ForkManager-1.06-QfX3Qd Has already been made Running make test PERL_DL_NONLAZY=1 /opt/csw/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ........... ok t/01-utf8-all.t ....... skipped: Need utf8::all for this test crashing on Windows t/02-callback.t ....... # This test can take 10-20 seconds, please wait. Started at Fri Feb 7 16:04:12 2014 t/02-callback.t ....... ok t/03-callback-data.t .. "my" variable @out masks earlier declaration in same scope at t/03-callback-data.t line 16. "my" variable @expected masks earlier declaration in same scope at t/03-callback-data.t line 16. "my" variable @out masks earlier declaration in same statement at t/03-callback-data.t line 16. "my" variable @out masks earlier declaration in same scope at t/03-callback-data.t line 23. syntax error at t/03-callback-data.t line 14, near "subtest direct" syntax error at t/03-callback-data.t line 17, near "}" syntax error at t/03-callback-data.t line 26, near "}" Execution of t/03-callback-data.t aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. t/03-callback-data.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Test Summary Report ------------------- t/03-callback-data.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=4, Tests=5, 16 wallclock secs ( 0.02 usr 0.01 sys + 0.34 cusr 0.11 csys = 0.48 CPU) Result: FAIL Failed 1/4 test programs. 0/5 subtests failed. make: *** [test_dynamic] Error 255 SZABGAB/Parallel-ForkManager-1.06.tar.gz /usr/gnu/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SZABGAB/Parallel-ForkManager-1.06.tar.gz Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install make test had returned bad status, won't install without force Failed during this command: SZABGAB/Parallel-ForkManager-1.06.tar.gz : make_test NO I got a response from ##perl irc that this could be because of an outdated Test::More. Upgraded the same to get through. cpan[15]> upgrade Test::More Package namespace installed latest in CPAN file Test::More 0.92 1.001002 RJBS/Test-Simple-1.001002.tar.gz and this time, Parallel::ForkManager gets through. Please update the dependancy. -- Show quoted text
______________________ g irish () ;
Doesn't this belong in the Parallel-ForkManager queue?
Yes, I've moved it there. -- rjbs
will be fixed in next release. thanks for reporting.