Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the AnyEvent-Open3-Simple CPAN distribution.

Report information
The Basics
Id: 82303
Status: resolved
Priority: 0/
Queue: AnyEvent-Open3-Simple

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

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



Subject: AnyEvent-Open3-Simple-0.61 test stuck on Windows
Date: Fri, 28 Dec 2012 15:15:57 +0200
To: bug-AnyEvent-Open3-Simple [...] rt.cpan.org
From: Gabor Szabo <gabor [...] szabgab.com>
Running Strawberry Perl 5.12.3 32 bit on Windows XP. C:\>cpan AnyEvent::Open3::Simple CPAN: CPAN::SQLite loaded ok (v0.202) Database was generated on Thu, 27 Dec 2012 19:32:54 GMT Running install for module 'AnyEvent::Open3::Simple' CPAN: YAML loaded ok (v0.84) CPAN: CPAN::Kwalify loaded ok (v5.50) CPAN: Kwalify loaded ok (v1.21) Running make for P/PL/PLICEASE/AnyEvent-Open3-Simple-0.61.tar.gz CPAN: Digest::SHA loaded ok (v5.80) CPAN: Compress::Zlib loaded ok (v2.059) Checksum for C:\strawberry\cpan\sources\authors\id\P\PL\PLICEASE\AnyEvent-Open3-Simple-0.61.tar.gz ok CPAN: Archive::Tar loaded ok (v1.90) CPAN: File::Temp loaded ok (v0.22) CPAN: Parse::CPAN::Meta loaded ok (v1.4404) CPAN: CPAN::Meta loaded ok (v2.120921) CPAN: Module::CoreList loaded ok (v2.79) CPAN.pm: Building P/PL/PLICEASE/AnyEvent-Open3-Simple-0.61.tar.gz CPAN: CPAN::Reporter loaded ok (v1.2009) Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::Open3::Simple Writing MYMETA.yml and MYMETA.json (C:\strawberry\perl\bin\perl.exe Makefile.PL exited with 0) CPAN::Reporter: Makefile.PL result is 'pass', No errors. cp lib/AnyEvent/Open3/Simple.pm blib\lib\AnyEvent\Open3\Simple.pm cp lib/AnyEvent/Open3/Simple/Process.pm blib\lib\AnyEvent\Open3\Simple\Process.pm (C:\strawberry\c\bin\dmake.EXE exited with 0) CPAN::Reporter: dmake result is 'pass', No errors. PLICEASE/AnyEvent-Open3-Simple-0.61.tar.gz C:\strawberry\c\bin\dmake.EXE -- OK Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/create.t ......... ok EV::child watchers not supported on this platform at C:/strawberry/perl/site/lib/AnyEvent/Impl/EV.pm line 75. # Looks like your test exited with 25 before it could output anything. t/defect_gh1.t ..... Dubious, test returned 25 (wstat 6400, 0x1900) Failed 2/2 subtests t/on_error.t ....... skipped: test requires perl 5.14 or better t/on_error_mock.t .. ok # EV::child watchers not supported on this platform at C:/strawberry/perl/site/lib/AnyEvent/Impl/EV.pm line 75. # Failed test 'The thing isa AnyEvent::Open3::Simple' # at t/on_fail.t line 49. # The thing isn't defined # timeout! # Failed test 'exit_value2 = 0' # at t/on_fail.t line 54. # got: undef # expected: '0' # EV::child watchers not supported on this platform at C:/strawberry/perl/site/lib/AnyEvent/Impl/EV.pm line 75. # Failed test 'The thing isa AnyEvent::Open3::Simple' # at t/on_fail.t line 62. # The thing isn't defined -- Gabor Szabo http://szabgab.com/ Perl Maven http://perlmaven.com/ Perl Weekly http://perlweekly.com/ Perl Training in Israel http://www.pti.co.il/ LinkeIn Profile: http://www.linkedin.com/in/szabgab Xing: https://www.xing.com/profile/Gabor_Szabo7 Twitter: http://twitter.com/szabgab Phones: +972-8-975-2897 +972-54-4624648
Windows ($^O eq 'MSWin32') is not supported. I'd like to see this module work on Windows (I'd use it there myself it did), but I don't have the expertise on the platform.
This is fixed in 0.62. MSWin32 is still not supported (for now) since EV doesn't support child watchers, but the tests should not stuck the tests now. Please note that the github issue tracker is the preferred place to report bugs for this distribution, as per the meta information.