Skip Menu |

This queue is for tickets about the IPC-Cmd CPAN distribution.

Report information
The Basics
Id: 75033
Status: resolved
Priority: 0/
Queue: IPC-Cmd

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

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



Encounter this when executing "cpan CPAN::Reporter", using the freshly installed ActiveState Perl 5.14.2. t/70_darwin_move_config.t ...... # Failed test 'require CPAN::Reporter::Config;' t/70_darwin_move_config.t ...... 1/9 # at t/70_darwin_move_config.t line 60. # Tried to require 'CPAN::Reporter::Config'. # Error: Bareword "WNOHANG" not allowed while "strict subs" in use at C:/CP ANTesters/Perl5.14.2/lib/IPC/Cmd.pm line 417. # BEGIN not safe after errors--compilation aborted at C:/CPANTesters/Perl5.14.2/ lib/IPC/Cmd.pm line 1285. # Compilation failed in require at C:\CPANTesters\cpan\build\CPAN-Reporter-1.200 4-kcQ_ak\blib\lib/CPAN/Reporter/Config.pm line 10. # BEGIN failed--compilation aborted at C:\CPANTesters\cpan\build\CPAN-Reporter-1 .2004-kcQ_ak\blib\lib/CPAN/Reporter/Config.pm line 10. # Compilation failed in require at (eval 20) line 2. # Failed test 'require CPAN::Reporter::Config;' # at t/70_darwin_move_config.t line 76. # Tried to require 'CPAN::Reporter::Config'. # Error: Attempt to reload IPC/Cmd.pm aborted. # Compilation failed in require at C:\CPANTesters\cpan\build\CPAN-Reporter-1.200 4-kcQ_ak\blib\lib/CPAN/Reporter/Config.pm line 10. # BEGIN failed--compilation aborted at C:\CPANTesters\cpan\build\CPAN-Reporter-1 .2004-kcQ_ak\blib\lib/CPAN/Reporter/Config.pm line 10. # Compilation failed in require at (eval 22) line 2. # Failed test 'CPAN::Reporter::Config reloaded' # at t/70_darwin_move_config.t line 78. # Failed test 'darwin logic: old config-dir removed' # at t/70_darwin_move_config.t line 81. # Failed test 'darwin logic: new config-dir created' # at t/70_darwin_move_config.t line 84. No such file or directory at t/70_darwin_move_config.t line 87. # Looks like you planned 9 tests but ran 7. # Looks like you failed 5 tests of 7 run. # Looks like your test exited with 2 just after 7. t/70_darwin_move_config.t ...... Dubious, test returned 2 (wstat 512, 0x200) Failed 7/9 subtests t/71_missing_config.t .......... ok t/72_rename_history.t .......... ok t/73_autoflush.t ............... ok Test Summary Report ------------------- t/70_darwin_move_config.t (Wstat: 512 Tests: 7 Failed: 5) Failed tests: 1, 4-7 Non-zero exit status: 2 Parse errors: Bad plan. You planned 9 tests but ran 7. Files=39, Tests=1836, 1807 wallclock secs ( 1.63 usr + 0.30 sys = 1.92 CPU) Result: FAIL Failed 1/39 test programs. 5/1836 subtests failed. NMAKE : fatal error U1077: 'C:\CPANTesters\Perl5.14.2\bin\perl.exe' : return cod e '0xff' Stop. DAGOLDEN/CPAN-Reporter-1.2004.tar.gz
This is not a CPAN::Reporter bug -- the error is that IPC::Cmd can't compile. I'll try to move the ticket over to that queue. -- David
Subject: Re: [rt.cpan.org #75033] IPC::Cmd won't compile on AS 5.14.2
Date: Wed, 15 Feb 2012 10:22:33 -0800
To: bug-CPAN-Reporter [...] rt.cpan.org
From: Leo Susanto <leosusanto [...] gmail.com>
I thought so too, but I checked IPC::Cmd and it's the latest one (0.76) On Wed, Feb 15, 2012 at 10:18 AM, David Golden via RT <bug-CPAN-Reporter@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=75033 > > > This is not a CPAN::Reporter bug -- the error is that IPC::Cmd can't > compile.  I'll try to move the ticket over to that queue. > > -- David
From: leosusanto [...] gmail.com
My mistake, I checked the IPC::Cmd on a wrong distribution. I upgraded IPC::Cmd on P5.14.2 to 0.76 and CPAN::Reporter 1.2004 works. On Wed Feb 15 13:22:48 2012, nyet wrote: Show quoted text
> I thought so too, but I checked IPC::Cmd and it's the latest one (0.76) > > On Wed, Feb 15, 2012 at 10:18 AM, David Golden via RT > <bug-CPAN-Reporter@rt.cpan.org> wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=75033 > > > > > This is not a CPAN::Reporter bug -- the error is that IPC::Cmd can't > > compile.  I'll try to move the ticket over to that queue. > > > > -- David
Great. I'll close the ticket.