This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear MLEHMANN, This is a computer-generated error report created automatically by CPANPLUS, version 0.82. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [MSG] [Mon Nov 12 10:57:12 2007] Trying to get 'http://www.cpan.org/authors/id/M/ML/MLEHMANN/EV-0.7.tar.gz' [MSG] [Mon Nov 12 10:57:21 2007] Trying to get 'http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS' [MSG] [Mon Nov 12 10:57:31 2007] Checksum matches for 'EV-0.7.tar.gz' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/t/' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/t/00_load.t' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV/' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV/DNS.pm' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV/EVAPI.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV/MakeMaker.pm' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV.pm' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/EV.xs' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/LICENSE' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/README' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/Changes' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/event.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/event.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_win32.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_poll.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_vars.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_kqueue.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_select.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_wrap.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/libev/ev_epoll.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/README' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/Changes' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/evdns.c' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/evdns.h' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/Makefile.PL' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/META.yml' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/typemap' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/COPYING' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV-0.7/MANIFEST' [MSG] [Mon Nov 12 10:57:31 2007] Extracted 'EV' to '/home/cpan/.cpanplus/5.8.8/build/EV-0.7' [MSG] [Mon Nov 12 10:57:32 2007] *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 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 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. 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, so you can disable use and probing of this feature altogether here. Otherwise support for this clock type will be autodetected at compiletime. Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV by default uses select, which makes it hard to write efficient servers, especially if the number of active conencitons is much lower than the open 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)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the epoll backend above, EV can take advantage of kqueue on many BSD systems (it seems to be broken on Mac OS X though). The kqueue backend has not been tested, however, so it is disabled by default. Please test (and preferably fix) the kqueue backend when you have a machine supporting it. Support for kqueue will be detected at runtime, with a safe fallback to other methods when it cannot be used. Enable kqueue 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 now, or accept the default. Extra libraries for pthread_atfork and clock_gettime? [-lpthread -lrt] -lpthread -lrt *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Checking if your kit is complete... Looks good Writing Makefile for EV [MSG] [Mon Nov 12 10:57:32 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Mon Nov 12 10:57:46 2007] cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm cp EV/DNS.pm blib/lib/EV/DNS.pm 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 /home/cpan/perl588/bin/perl /home/cpan/perl588/lib/5.8.8/ExtUtils/xsubpp -typemap /home/cpan/perl588/lib/5.8.8/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c cc -c -Ilibev -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.7\" -DXS_VERSION=\"0.7\" -fpic "-I/home/cpan/perl588/lib/5.8.8/i686-linux-thread-multi-64int/CORE" -DEV_USE_MONOTONIC -DEV_USE_EPOLL EV.c In file included from EV.xs:29: evdns.c:60:1: warning: "_GNU_SOURCE" redefined <command line>:1:1: warning: this is the location of the previous definition Running Mkbootstrap for EV () chmod 644 EV.bs rm -f blib/arch/auto/EV/EV.so LD_RUN_PATH="/lib" cc -shared -L/usr/local/lib EV.o -o blib/arch/auto/EV/EV.so \ -lpthread -lrt \ chmod 755 blib/arch/auto/EV/EV.so cp EV.bs blib/arch/auto/EV/EV.bs chmod 644 blib/arch/auto/EV/EV.bs Manifying blib/man3/EV::MakeMaker.3 Manifying blib/man3/EV::DNS.3 Manifying blib/man3/EV.3 [ERROR] [Mon Nov 12 10:57:46 2007] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /home/cpan/perl588/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load....FAILED test 3 Failed 1/4 tests, 75.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00_load.t 4 1 3 Failed 1/1 test scripts. 1/4 subtests failed. Files=1, Tests=4, 0 wallclock secs ( 0.05 cusr + 0.05 csys = 0.10 CPU) Failed 1/1 test programs. 1/4 subtests failed. make: *** [test_dynamic] Error 255 [MSG] [Mon Nov 12 10:57:47 2007] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value' ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: This report was machine-generated by CPAN::YACSmoke 0.0307. ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: AUTOMATED_TESTING = 1 LANG = en_US LC_COLLATE = C PATH = /usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:. PERL5LIB = :/home/cpan/.cpanplus/5.8.8/build/EV-0.7/blib/lib:/home/cpan/.cpanplus/5.8.8/build/EV-0.7/blib/arch:/home/cpan/.cpanplus/5.8.8/build/EV-0.7/blib PERL5_CPANPLUS_IS_RUNNING = 32074 PERL5_CPANPLUS_IS_VERSION = 0.82 PERL_MM_USE_DEFAULT = 1 SHELL = /bin/bash TERM = screen.linux Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /home/cpan/perl588/bin/perl UID: $< = 1000 EUID: $> = 1000 GID: $( = 100 100 83 19 18 17 11 EGID: $) = 100 100 83 19 18 17 11 ------------------------------- -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.21.5-smp, archname=i686-linux-thread-multi-64int uname='linux penguin 2.6.21.5-smp #2 smp tue jun 19 14:58:11 cdt 2007 i686 amd athlon(tm) 64 processor 3000+ authenticamd gnulinux ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='4.1.2', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
