PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2012-02-05T02:26:42 ActivePerl-1003 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/cpanfly/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Sun, 05 Feb 2012 09:11:44 GMT Running make for M/ML/MLEHMANN/EV-4.11.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ML/MLEHMANN/EV-4.11.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/ML/MLEHMANN/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\M\ML\MLEHMANN\EV-4.11.tar.gz ok Will not use Archive::Tar, need 1.00 EV-4.11/ EV-4.11/EV/ EV-4.11/EV/MakeMaker.pm EV-4.11/EV/EVAPI.h EV-4.11/schmorp.h EV-4.11/t/ EV-4.11/t/05_priority.t EV-4.11/t/03_keepalive.t EV-4.11/t/06_loop_once.t EV-4.11/t/01_timer.t EV-4.11/t/04_stat.t EV-4.11/t/08_async.t EV-4.11/t/00_load.t EV-4.11/t/02_once.t EV-4.11/t/07_loop_timer.t EV-4.11/t/11_signal.t EV-4.11/t/09_brandon.t EV-4.11/Changes EV-4.11/META.json EV-4.11/libev/ EV-4.11/libev/ev_vars.h EV-4.11/libev/ev_kqueue.c EV-4.11/libev/Changes EV-4.11/libev/LICENSE EV-4.11/libev/ev.c EV-4.11/libev/ev.pod EV-4.11/libev/README EV-4.11/libev/ev.h EV-4.11/libev/ev_epoll.c EV-4.11/libev/ev_wrap.h EV-4.11/libev/ev_port.c EV-4.11/libev/ev_poll.c EV-4.11/libev/ev_win32.c EV-4.11/libev/ev_select.c EV-4.11/META.yml EV-4.11/README EV-4.11/EV.xs EV-4.11/Makefile.PL EV-4.11/typemap EV-4.11/EV.pm EV-4.11/COPYING EV-4.11/MANIFEST CPAN.pm: Going to build M/ML/MLEHMANN/EV-4.11.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Welcome to EV configuration. If you are in a hurry, just press return here and hope for the best. The defaults should usually do. Skip further questions and use defaults (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a monotonic clock source. EV can take advantage of this clock source to detect time jumps more reliably. Unfortunately, some systems are bound to be broken, so you can disable this here: you can completely disable the detection and use of the monotonic clock by answering 'n' here. Support for this clock type will otherwise be autodetected at both compile- and runtime. (this setting currently affects the use of nanosleep over select as well). Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a (potentially) high-resolution realtime clock interface. In a good implementation, using it is faster than the normal method of using gettimeofday. Unfortunately, this option is also bound to be broken on some systems, and current EV versions do not actually call gettimeofday very often, so it defaults to no. Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV can use various backends with various portability issues. The select backend is the most portable and makes for a good fallback, but it can be limited to a low number of file descriptors and/or might not compile. If you have problems with compiling ev_select.c, you might try to play around with disabling it here, or forcing it to use the fd_set provided by your OS, via the next question. I highly recommend keeping it in. Enable select backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The select backend can operate in two modes. One uses the system-provided fd_set and is usually limited to 1024 file descriptors (64 on windows), the other requires your header files to define NFDBITS and declare a suitable fd_mask type. If you run into problems compiling ev_select.c, you can try forcing the use of the system fd_set here. Force use of system fd_set for select backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The second very portable backend is poll(2). It does not exist on windows and various versions of Mac OS X (and on the other versions it simply doesn't work), but works basically everywhere else. It is recommended to use the default here unless you run into compile problems in ev_poll.c. Enable poll backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Select and poll make it hard to write efficient servers, especially if the number of active connections is much lower than the watched ones. GNU/Linux systems have a more scalable method called "epoll", which EV can use. For this to work, both your kernel and glibc have to support epoll, but if you can compile it, the detection will be done at runtime, and EV will safely fall back to using select when epoll isn't available. If unsure, accept the default. Enable epoll backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the epoll backend above, EV can take advantage of kqueue on many BSD systems. Support for kqueue will be detected at runtime, with a safe fallback to other methods when it cannot be used. Note that kqueue is broken on most operating systems, so by default it won't be used on many platforms, but you can still create your own event loop with kqueue backend if you ask specifically for it. Here is what we know: NetBSD: partially working in at least 3.1 and later. Yeah! :) FreeBSD: broken on at least 6.2-STABLE, spotty in later versions, sockets *likely* work, ptys definitely don't. OpenBSD: reports indicate that it likely doesn't work (similar problems as on FreeBSD). OS X: completely, utterly broken on at least <= 10.6. Enable kqueue backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the kqueue backend above, EV can take advantage of the solaris 10 event port interface. Support for event ports will be detected at runtime, with a safe fallback to other methods when it cannot be used. Enable event port backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV needs the functions pthread_atfork and clock_gettime. On most systems you need some special libraries for this (such as -lrt and -lpthread). You can specify additional libraries to provide these calls (and any other required by EV) now, or accept the default. Extra libraries for pthread_atfork and clock_gettime? [-lpthread -lrt ] -lpthread -lrt *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** A backend of a different kind is the Linux inotify(7) interface, which can be used to speed up (and reduce resource consumption) of stat watchers. If you have the include file and libc support for it, it is usually a good idea to enable it, as kernel availability is detected at runtime. Enable inotify support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another useful bit of functionality is the Linux eventfd, which is useful for faster signal handling (don't care) and intra-thread communications (more relevant). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and later should have this wrapper. Enable linux eventfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another sometimes useful bit of functionality is the Linux signalfd, which is useful for faster signal handling (don't care). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and later should have this wrapper. Enable linux signalfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Very rarely, people want to tweak EV even more, e.g. to exclude or include certain watcher types or backends. This can be done by adding extra -D options here, or via the EV_EXTRA_DEFS environment variable. For example, if you run into compile problems because of missing memory fences (or you just want extra performance), you can tell EV to not support smp and threads via -DEV_NO_THREADS. Normal persons just press enter. Any extra -D options? [] Warning: prerequisite AnyEvent 5.29 not found. We have 4.91. *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for -lrt Writing Makefile for EV Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- MLEHMANN/EV-4.11.tar.gz ---- AnyEvent [requires] Running make test Delayed until after prerequisites Running test for module 'AnyEvent' Running make for M/ML/MLEHMANN/AnyEvent-6.14.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\M\ML\MLEHMANN\AnyEvent-6.14.tar.gz ok Will not use Archive::Tar, need 1.00 AnyEvent-6.14/ AnyEvent-6.14/util/ AnyEvent-6.14/util/gen_uts46data AnyEvent-6.14/util/tst_uts46data AnyEvent-6.14/t/ AnyEvent-6.14/t/68_poe_07_io.t AnyEvent-6.14/t/61_fltk_07_io.t AnyEvent-6.14/t/62_cocoa_05_dns.t AnyEvent-6.14/t/80_ssltest.t AnyEvent-6.14/t/61_fltk_01_basic.t AnyEvent-6.14/t/61_fltk_03_child.t AnyEvent-6.14/t/65_event_02_signals.t AnyEvent-6.14/t/61_fltk_04_condvar.t AnyEvent-6.14/t/handle/ AnyEvent-6.14/t/handle/01_readline.t AnyEvent-6.14/t/handle/03_http_req.t AnyEvent-6.14/t/handle/04_listen.t AnyEvent-6.14/t/handle/02_write.t AnyEvent-6.14/t/64_glib_07_io.t AnyEvent-6.14/t/68_poe_05_dns.t AnyEvent-6.14/t/67_tk_05_dns.t AnyEvent-6.14/t/61_fltk_02_signals.t AnyEvent-6.14/t/66_ioasync_09_multi.t AnyEvent-6.14/t/67_tk_01_basic.t AnyEvent-6.14/t/69_ev_05_dns.t AnyEvent-6.14/t/62_cocoa_09_multi.t AnyEvent-6.14/t/63_eventlib_04_condvar.t AnyEvent-6.14/t/64_glib_02_signals.t AnyEvent-6.14/t/62_cocoa_02_signals.t AnyEvent-6.14/t/64_glib_09_multi.t AnyEvent-6.14/t/06_socket.t AnyEvent-6.14/t/61_fltk_09_multi.t AnyEvent-6.14/t/66_ioasync_07_io.t AnyEvent-6.14/t/09_multi.t AnyEvent-6.14/t/64_glib_04_condvar.t AnyEvent-6.14/t/64_glib_05_dns.t AnyEvent-6.14/t/05_dns.t AnyEvent-6.14/t/66_ioasync_01_basic.t AnyEvent-6.14/t/69_ev_02_signals.t AnyEvent-6.14/t/63_eventlib_01_basic.t AnyEvent-6.14/t/69_ev_01_basic.t AnyEvent-6.14/t/65_event_09_multi.t AnyEvent-6.14/t/65_event_04_condvar.t AnyEvent-6.14/t/07_io.t AnyEvent-6.14/t/65_event_07_io.t AnyEvent-6.14/t/08_idna.t AnyEvent-6.14/t/68_poe_01_basic.t AnyEvent-6.14/t/67_tk_09_multi.t AnyEvent-6.14/t/61_fltk_05_dns.t AnyEvent-6.14/t/65_event_01_basic.t AnyEvent-6.14/t/65_event_05_dns.t AnyEvent-6.14/t/62_cocoa_03_child.t AnyEvent-6.14/t/62_cocoa_04_condvar.t AnyEvent-6.14/t/67_tk_07_io.t AnyEvent-6.14/t/69_ev_07_io.t AnyEvent-6.14/t/63_eventlib_05_dns.t AnyEvent-6.14/t/65_event_03_child.t AnyEvent-6.14/t/69_ev_09_multi.t AnyEvent-6.14/t/68_poe_02_signals.t AnyEvent-6.14/t/69_ev_03_child.t AnyEvent-6.14/t/68_poe_03_child.t AnyEvent-6.14/t/66_ioasync_03_child.t AnyEvent-6.14/t/04_condvar.t AnyEvent-6.14/t/68_poe_04_condvar.t AnyEvent-6.14/t/02_signals.t AnyEvent-6.14/t/00_load.t AnyEvent-6.14/t/66_ioasync_02_signals.t AnyEvent-6.14/t/66_ioasync_05_dns.t AnyEvent-6.14/t/64_glib_03_child.t AnyEvent-6.14/t/01_basic.t AnyEvent-6.14/t/67_tk_03_child.t AnyEvent-6.14/t/67_tk_02_signals.t AnyEvent-6.14/t/10_loadall.t AnyEvent-6.14/t/03_child.t AnyEvent-6.14/t/69_ev_04_condvar.t AnyEvent-6.14/t/67_tk_04_condvar.t AnyEvent-6.14/t/64_glib_01_basic.t AnyEvent-6.14/t/62_cocoa_01_basic.t AnyEvent-6.14/t/66_ioasync_04_condvar.t AnyEvent-6.14/t/62_cocoa_07_io.t AnyEvent-6.14/t/68_poe_09_multi.t AnyEvent-6.14/lib/ AnyEvent-6.14/lib/AnyEvent.pm AnyEvent-6.14/lib/AnyEvent/ AnyEvent-6.14/lib/AnyEvent/Impl/ AnyEvent-6.14/lib/AnyEvent/Impl/EventLib.pm AnyEvent-6.14/lib/AnyEvent/Impl/Cocoa.pm AnyEvent-6.14/lib/AnyEvent/Impl/Event.pm AnyEvent-6.14/lib/AnyEvent/Impl/FLTK.pm AnyEvent-6.14/lib/AnyEvent/Impl/Tk.pm AnyEvent-6.14/lib/AnyEvent/Impl/Perl.pm AnyEvent-6.14/lib/AnyEvent/Impl/IOAsync.pm AnyEvent-6.14/lib/AnyEvent/Impl/Glib.pm AnyEvent-6.14/lib/AnyEvent/Impl/POE.pm AnyEvent-6.14/lib/AnyEvent/Impl/Irssi.pm AnyEvent-6.14/lib/AnyEvent/Impl/Qt.pm AnyEvent-6.14/lib/AnyEvent/Impl/EV.pm AnyEvent-6.14/lib/AnyEvent/Util.pm AnyEvent-6.14/lib/AnyEvent/Log.pm AnyEvent-6.14/lib/AnyEvent/Handle.pm AnyEvent-6.14/lib/AnyEvent/Intro.pod AnyEvent-6.14/lib/AnyEvent/Strict.pm AnyEvent-6.14/lib/AnyEvent/Debug.pm AnyEvent-6.14/lib/AnyEvent/FAQ.pod AnyEvent-6.14/lib/AnyEvent/Socket.pm AnyEvent-6.14/lib/AnyEvent/Loop.pm AnyEvent-6.14/lib/AnyEvent/TLS.pm AnyEvent-6.14/lib/AnyEvent/Util/ AnyEvent-6.14/lib/AnyEvent/Util/uts46data.pl AnyEvent-6.14/lib/AnyEvent/Util/idna.pl AnyEvent-6.14/lib/AnyEvent/DNS.pm AnyEvent-6.14/lib/AE.pm AnyEvent-6.14/Changes AnyEvent-6.14/META.json AnyEvent-6.14/constants.pl.PL AnyEvent-6.14/META.yml AnyEvent-6.14/README AnyEvent-6.14/eg/ AnyEvent-6.14/eg/handle AnyEvent-6.14/eg/ae2.pl AnyEvent-6.14/eg/bench2 AnyEvent-6.14/eg/runbench AnyEvent-6.14/eg/bench AnyEvent-6.14/eg/runbench2 AnyEvent-6.14/eg/listen AnyEvent-6.14/eg/connect AnyEvent-6.14/eg/ae0.pl AnyEvent-6.14/Makefile.PL AnyEvent-6.14/COPYING AnyEvent-6.14/mktest AnyEvent-6.14/MANIFEST CPAN.pm: Going to build M/ML/MLEHMANN/AnyEvent-6.14.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL *** *** The EV module is recommended for even better performance, unless you *** have to use one of the other adaptors (Event, Glib, Tk, etc.). *** The Async::Interrupt module is highly recommended to efficiently avoid *** race conditions in/with other event loops. *** *** This module does not have ANY dependencies, even if it might look *** otherwise. If you are building a distribution package or have *** difficulties installing this package due to dependencies, report this *** to the packager as a bug. *** *** This module is guaranteed to stay 100% pure-perl, full-featured *** and performant, even without any of the optional modules. *** Checking if your kit is complete... Looks good Writing Makefile for AnyEvent Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/AnyEvent/Debug.pm blib\lib/AnyEvent/Debug.pm cp lib/AnyEvent/Impl/Perl.pm blib\lib/AnyEvent/Impl/Perl.pm cp lib/AnyEvent/Impl/POE.pm blib\lib/AnyEvent/Impl/POE.pm cp lib/AnyEvent/constants.pl blib\arch/AnyEvent/constants.pl cp lib/AnyEvent/Strict.pm blib\lib/AnyEvent/Strict.pm cp lib/AnyEvent/Log.pm blib\lib/AnyEvent/Log.pm cp lib/AnyEvent/Impl/IOAsync.pm blib\lib/AnyEvent/Impl/IOAsync.pm cp lib/AnyEvent/Impl/Glib.pm blib\lib/AnyEvent/Impl/Glib.pm cp lib/AnyEvent/Loop.pm blib\lib/AnyEvent/Loop.pm cp lib/AnyEvent/TLS.pm blib\lib/AnyEvent/TLS.pm cp lib/AnyEvent/Impl/Tk.pm blib\lib/AnyEvent/Impl/Tk.pm cp lib/AnyEvent/Impl/Cocoa.pm blib\lib/AnyEvent/Impl/Cocoa.pm cp lib/AnyEvent/Util/idna.pl blib\lib/AnyEvent/Util/idna.pl cp lib/AnyEvent/Impl/Irssi.pm blib\lib/AnyEvent/Impl/Irssi.pm cp lib/AnyEvent/Impl/EventLib.pm blib\lib/AnyEvent/Impl/EventLib.pm cp lib/AnyEvent/FAQ.pod blib\lib/AnyEvent/FAQ.pod cp lib/AnyEvent/Intro.pod blib\lib/AnyEvent/Intro.pod cp lib/AnyEvent.pm blib\lib/AnyEvent.pm cp lib/AE.pm blib\lib/AE.pm cp lib/AnyEvent/Socket.pm blib\lib/AnyEvent/Socket.pm cp lib/AnyEvent/Impl/Qt.pm blib\lib/AnyEvent/Impl/Qt.pm cp lib/AnyEvent/DNS.pm blib\lib/AnyEvent/DNS.pm cp lib/AnyEvent/Impl/EV.pm blib\lib/AnyEvent/Impl/EV.pm cp lib/AnyEvent/Util/uts46data.pl blib\lib/AnyEvent/Util/uts46data.pl cp lib/AnyEvent/Impl/FLTK.pm blib\lib/AnyEvent/Impl/FLTK.pm cp lib/AnyEvent/Util.pm blib\lib/AnyEvent/Util.pm cp lib/AnyEvent/Impl/Event.pm blib\lib/AnyEvent/Impl/Event.pm cp lib/AnyEvent/Handle.pm blib\lib/AnyEvent/Handle.pm C:\Perl\bin\perl.exe "-Iblib\arch" "-Iblib\lib" constants.pl.PL constants.pl MLEHMANN/AnyEvent-6.14.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/handle/*.t t/00_load.t ................. 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/01_basic.t ................ 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/02_signals.t .............. skipped: Broken perl detected, skipping tests. t/03_child.t ................ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/04_condvar.t .............. 1..28 ok 1 ok 2 ok 3 ok 4 ok 5 # 7 == 7 ok 6 # 5 == 5 ok 7 # 7 == 7 ok 8 ok 9 # 5 == 5 ok 10 ok 11 ok 12 ok 13 ok 14 # kill at t/04_condvar.t line 43 ok 15 ok 16 ok 17 # ok 18 # kill at t/04_condvar.t line 57 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok t/05_dns.t .................. 1..5 ok 1 ok 2 ok 3 ok 4 # www.google.de => 74.125.127.94 ok 5 ok t/06_socket.t ............... 1..19 ok 1 ok 2 # ',' => ',' eq ',' ok 3 # 'localhost,' => ',' eq ',' ok 4 # 'localhost,443' => 'localhost,443' eq 'localhost,443' ok 5 # 'localhost:444,443' => 'localhost,444' eq 'localhost,444' ok 6 # '10.0.0.1,443' => '10.0.0.1,443' eq '10.0.0.1,443' ok 7 # '10.1:80,443' => '10.1,80' eq '10.1,80' ok 8 # '::1,443' => '::1,443' eq '::1,443' ok 9 # '::1:80,443' => '::1:80,443' eq '::1:80,443' ok 10 # '[::1]:80,443' => '::1,80' eq '::1,80' ok 11 # '[::1] 80,443' => '::1,80' eq '::1,80' ok 12 # '[::1] :,443' => ',' eq ',' ok 13 # '[::1]:,443' => ',' eq ',' ok 14 # '::1 smtp,443' => '::1,smtp' eq '::1,smtp' ok 15 # '[www.linux.org] 80,443' => 'www.linux.org,80' eq 'www.linux.org,80' ok 16 # '[10.1]:80,443' => '10.1,80' eq '10.1,80' ok 17 # '10.1 80,443' => '10.1,80' eq '10.1,80' ok 18 # 'SCALAR(0x19d34e4),443' => '2002:58c6:438b::10.0.0.17,443' eq '2002:58c6:438b::10.0.0.17,443' ok 19 # 'SCALAR(0x19d34e4),443' => '2002:58c6:438b::10.0.0.17,443' eq '2002:58c6:438b::10.0.0.17,443' ok t/07_io.t ................... 1..18 ok 1 ok 2 # GLOB(0x191aefc),GLOB(0x193a4b4) ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok t/08_idna.t ................. 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/09_multi.t ................ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/10_loadall.t .............. 1..20 ok 1 # AnyEvent require ok 2 # AnyEvent import ok 3 # AnyEvent::Util require ok 4 # AnyEvent::Util import ok 5 # AnyEvent::DNS require ok 6 # AnyEvent::DNS import ok 7 # AnyEvent::Socket require ok 8 # AnyEvent::Socket import ok 9 # AnyEvent::Loop require ok 10 # AnyEvent::Loop import ok 11 # AnyEvent::Strict require ok 12 # AnyEvent::Strict import ok 13 # AnyEvent::Debug require ok 14 # AnyEvent::Debug import ok 15 # AnyEvent::Handle require ok 16 # AnyEvent::Handle import ok 17 # AnyEvent::Log require ok 18 # AnyEvent::Log import ok 19 # AnyEvent::Impl::Perl require ok 20 # AnyEvent::Impl::Perl import ok t/61_fltk_01_basic.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/61_fltk_02_signals.t ...... skipped: Broken perl detected, skipping tests. t/61_fltk_03_child.t ........ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/61_fltk_04_condvar.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/61_fltk_05_dns.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/61_fltk_07_io.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/61_fltk_09_multi.t ........ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/62_cocoa_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/62_cocoa_02_signals.t ..... skipped: Broken perl detected, skipping tests. t/62_cocoa_03_child.t ....... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/62_cocoa_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/62_cocoa_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/62_cocoa_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/62_cocoa_09_multi.t ....... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/63_eventlib_01_basic.t .... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/63_eventlib_04_condvar.t .. skipped: PERL_ANYEVENT_LOOP_TESTS not true t/63_eventlib_05_dns.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/64_glib_01_basic.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/64_glib_02_signals.t ...... skipped: Broken perl detected, skipping tests. t/64_glib_03_child.t ........ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/64_glib_04_condvar.t ...... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/64_glib_05_dns.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/64_glib_07_io.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/64_glib_09_multi.t ........ skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/65_event_01_basic.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/65_event_02_signals.t ..... skipped: Broken perl detected, skipping tests. t/65_event_03_child.t ....... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/65_event_04_condvar.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/65_event_05_dns.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/65_event_07_io.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/65_event_09_multi.t ....... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/66_ioasync_01_basic.t ..... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/66_ioasync_02_signals.t ... skipped: Broken perl detected, skipping tests. t/66_ioasync_03_child.t ..... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/66_ioasync_04_condvar.t ... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/66_ioasync_05_dns.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/66_ioasync_07_io.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/66_ioasync_09_multi.t ..... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/67_tk_01_basic.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/67_tk_02_signals.t ........ skipped: Broken perl detected, skipping tests. t/67_tk_03_child.t .......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/67_tk_04_condvar.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/67_tk_05_dns.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/67_tk_07_io.t ............. skipped: PERL_ANYEVENT_LOOP_TESTS not true t/67_tk_09_multi.t .......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/68_poe_01_basic.t ......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/68_poe_02_signals.t ....... skipped: Broken perl detected, skipping tests. t/68_poe_03_child.t ......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/68_poe_04_condvar.t ....... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/68_poe_05_dns.t ........... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/68_poe_07_io.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/68_poe_09_multi.t ......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/69_ev_01_basic.t .......... skipped: PERL_ANYEVENT_LOOP_TESTS not true t/69_ev_02_signals.t ........ skipped: Broken perl detected, skipping tests. t/69_ev_03_child.t .......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/69_ev_04_condvar.t ........ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/69_ev_05_dns.t ............ skipped: PERL_ANYEVENT_LOOP_TESTS not true t/69_ev_07_io.t ............. skipped: PERL_ANYEVENT_LOOP_TESTS not true t/69_ev_09_multi.t .......... skipped: Your perl interpreter is badly BROKEN. Child watchers will not work, ever. Try upgrading to a newer perl or a working perl (cygwin's perl is known to work). If that is not an option, you should be able to use the remaining functionality of AnyEvent, but child watchers WILL NOT WORK. t/80_ssltest.t .............. skipped: no usable Net::SSLeay t/handle/01_readline.t ...... 1..8 ok 1 - A line was read correctly ok 2 ok 3 - initial lines were read correctly ok 4 ok 5 ok 6 ok 7 ok 8 - second set of lines were read correctly ok t/handle/02_write.t ......... 1..7 ok 1 - first write ok 2 - second write ok 3 - third write ok 4 - first read chunk ok 5 - fourth write ok 6 - second read chunk ok 7 - received data ok t/handle/03_http_req.t ...... skipped: PERL_ANYEVENT_NET_TESTS environment variable not set t/handle/04_listen.t ........ 1..2 ok 1 - server received client data ok 2 - client received response ok All tests successful. Files=75, Tests=137, 16 wallclock secs ( 0.06 usr + 0.02 sys = 0.08 CPU) Result: PASS MLEHMANN/AnyEvent-6.14.tar.gz nmake test TEST_VERBOSE=1 -- OK PPD for AnyEvent-6.14 already made Running make for M/ML/MLEHMANN/EV-4.11.tar.gz Prepending C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/arch C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory C:\cpanfly\var\cpan\build\EV-4.11-Ocr0TR Prepending C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/arch C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build M/ML/MLEHMANN/EV-4.11.tar.gz >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp EV/MakeMaker.pm blib\lib/EV/MakeMaker.pm cp libev/ev.pod blib\lib/EV/libev.pod cp EV/EVAPI.h blib\lib/EV/EVAPI.h cp EV.pm blib\lib/EV.pm cp libev/ev.h blib\lib/EV/ev.h C:\Perl\bin\perl.exe C:\cpanfly\var\megalib\ExtUtils\xsubpp -typemap C:\Perl\lib\ExtUtils\typemap -typemap typemap EV.xs > EV.xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e mv -- EV.xsc EV.c cl -c -Ilibev -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"4.11\" -DXS_VERSION=\"4.11\" "-IC:\Perl\lib\CORE" -DEV_USE_MONOTONIC=1 -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=0 -DEV_USE_EPOLL=0 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=0 -DEV_USE_EVENTFD=0 -DEV_USE_SIGNALFD=0 EV.c EV.c libev/ev.c(748) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev.c(784) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev.c(824) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev.c(824) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev.c(868) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev.c(868) : warning C4244: 'function' : conversion from 'unsigned __int64 ' to 'unsigned int ', possible loss of data libev/ev_select.c(200) : warning C4244: 'initializing' : conversion from 'double ' to 'unsigned long ', possible loss of data EV.c(1230) : warning C4700: local variable 'RETVAL' used without having been initialized EV.c(4231) : warning C4700: local variable 'RETVAL' used without having been initialized Running Mkbootstrap for EV () C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 EV.bs C:\Perl\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"EV\", 'DLBASE' => 'EV', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\EV\EV.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\Perl\lib\CORE" -machine:x86 EV.obj C:\Perl\lib\CORE\perl510.lib C:\PROGRA~1\MICROS~3\VC98\Lib\oldnames.lib C:\PROGRA~1\MICROS~2\Lib\kernel32.lib C:\PROGRA~1\MICROS~2\Lib\user32.lib C:\PROGRA~1\MICROS~2\Lib\gdi32.lib C:\PROGRA~1\MICROS~2\Lib\winspool.lib C:\PROGRA~1\MICROS~2\Lib\comdlg32.lib C:\PROGRA~1\MICROS~2\Lib\advapi32.lib C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK\shell32.lib C:\PROGRA~1\MICROS~2\Lib\ole32.lib C:\PROGRA~1\MICROS~2\Lib\oleaut32.lib C:\PROGRA~1\MICROS~2\Lib\netapi32.lib C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK\uuid.lib C:\PROGRA~1\MICROS~2\Lib\ws2_32.lib C:\PROGRA~1\MICROS~2\Lib\mpr.lib C:\PROGRA~1\MICROS~2\Lib\winmm.lib C:\PROGRA~1\MICROS~2\Lib\version.lib C:\PROGRA~1\MICROS~2\Lib\odbc32.lib C:\PROGRA~1\MICROS~2\Lib\odbccp32.lib C:\PROGRA~1\MICROS~3\VC98\Lib\msvcrt.lib -def:EV.def Creating library blib\arch\auto\EV\EV.lib and object blib\arch\auto\EV\EV.exp if exist blib\arch\auto\EV\EV.dll.manifest mt -nologo -manifest blib\arch\auto\EV\EV.dll.manifest -outputresource:blib\arch\auto\EV\EV.dll;2 if exist blib\arch\auto\EV\EV.dll.manifest del blib\arch\auto\EV\EV.dll.manifest C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod -- 755 blib\arch\auto\EV\EV.dll C:\Perl\bin\perl.exe -MExtUtils::Command -e cp -- EV.bs blib\arch\auto\EV\EV.bs C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod -- 644 blib\arch\auto\EV\EV.bs MLEHMANN/EV-4.11.tar.gz nmake -- OK Prepending C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/arch C:\cpanfly\var\cpan\build\AnyEvent-6.14-g4OoIQ/blib/lib to PERL5LIB for 'test' Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00_load.t ........ 1..5 ok 1 # ok 2 # ok 3 ok 4 ok 5 ok t/01_timer.t ....... skipped: Too many broken cpan tester setups. t/02_once.t ........ skipped: Too many broken cpan tester setups. t/03_keepalive.t ... skipped: Too many broken cpan tester setups. t/04_stat.t ........ 1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/05_priority.t .... 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/06_loop_once.t ... skipped: Too many broken cpan tester setups. t/07_loop_timer.t .. skipped: Too many broken cpan tester setups. t/08_async.t ....... 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/09_brandon.t ..... skipped: Too many broken cpan tester setups. t/11_signal.t ...... skipped: Broken perl detected, skipping tests. All tests successful. Files=11, Tests=41, 2 wallclock secs ( 0.00 usr + 0.01 sys = 0.01 CPU) Result: PASS MLEHMANN/EV-4.11.tar.gz nmake test TEST_VERBOSE=1 -- OK Marc Lehmann <schmorp@schmorp.de> unknown >>> (cd C:\cpanfly\var\cpan\build\EV-4.11-Ocr0TR && tar cvf - EV-4.11.ppd blib) | gzip -c >C:/cpanfly/var/REPO/M/ML/MLEHMANN/EV-4.11.tar.gz EV-4.11.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/EV/ blib/arch/auto/EV/EV.bs blib/arch/auto/EV/EV.dll blib/arch/auto/EV/EV.exp blib/arch/auto/EV/EV.lib blib/lib/ blib/lib/EV/ blib/lib/EV/ev.h blib/lib/EV/EVAPI.h blib/lib/EV/libev.pod blib/lib/EV/MakeMaker.pm blib/lib/EV.pm >>> mv C:\cpanfly\var\cpan\build\EV-4.11-Ocr0TR/EV-4.11.ppd C:/cpanfly/var/REPO/M/ML/MLEHMANN Finished 2012-02-05T02:29:40