Skip Menu |

This queue is for tickets about the Wx-Perl-ProcessStream CPAN distribution.

Report information
The Basics
Id: 44795
Status: resolved
Priority: 0/
Queue: Wx-Perl-ProcessStream

People
Owner: Nobody in particular
Requestors: plaven [...] bigpond.net.au
ROBINS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.11
Fixed in: 0.14



Subject: Padre fails to install in Vista as Wx::Perl::ProcessStream fails install.
Date: Sat, 04 Apr 2009 17:56:22 +1100
To: bug-Wx-Perl-ProcessStream [...] rt.cpan.org
From: Peter Lavender <plaven [...] bigpond.net.au>
Padre fails to install when installing on Vista with Strawberrry Perl: strawberry-perl-5.10.0.4. I have copied all the info from CPAN shell when installing only this module. I hope this is enough. Perl version: Show quoted text
>perl --version
This is perl, v5.10.0 built for MSWin32-x86-multi-thread Show quoted text
cpan> install Wx::Perl::ProcessStream
Running install for module 'Wx::Perl::ProcessStream' Running make for M/MD/MDOOTSON/Wx-Perl-ProcessStream-0.11.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\Wx-Perl-ProcessStream-0.11-h5nIo2 Has already been made Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/00-load......ok t/01-events....2/32 # Failed test at t/01-events.t line 72. # got: '1' # expected: '0' # Failed test at t/01-events.t line 87. # got: '1' # expected: '0' t/01-events....19/32 # Failed test at t/01-events.t line 107. # got: '1' # expected: '0' # Failed test at t/01-events.t line 161. # got: '1' # expected: '0' # Looks like you failed 4 tests of 32. t/01-events.... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/32 subtests Test Summary Report ------------------- t/01-events (Wstat: 1024 Tests: 32 Failed: 4) Failed tests: 8, 14, 19, 29 Non-zero exit status: 4 Files=2, Tests=33, 5 wallclock secs ( 0.05 usr + 0.03 sys = 0.08 CPU) Result: FAIL Failed 1/2 test programs. 4/33 subtests failed. dmake.EXE: Error code 132, while making 'test_dynamic' MDOOTSON/Wx-Perl-ProcessStream-0.11.tar.gz C:\strawberry\c\bin\dmake.EXE test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MDOOTSON/Wx-Perl-ProcessStream-0.11.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command:
I have the same problem on my machine trying to install Padre-0.42 on strawberry perl 5.10.0.6. See http://padre.perlide.org/trac/ticket/252 for more details. Debugging the problem I've figured out that the tests in t/10-events.t are timing-sensitive and that uncommenting the sleeps in line 158 and 190 actually makes the test pass. Thanks to Adam Kennedy for helping me understand some of the code in t/10-events.t.