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] [Wed Nov 7 17:10:42 2007] Trying to get 'file://ftp/pub/CPAN/authors/id/M/ML/MLEHMANN/EV-0.5.tar.gz' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/t/' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/t/00_load.t' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV/' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV/DNS.pm' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV/EVAPI.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV/MakeMaker.pm' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV/AnyEvent.pm' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV.pm' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/EV.xs' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/LICENSE' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/README' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/Changes' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/evdns.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/evdns.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/event.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/event.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_win32.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_poll.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_vars.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_kqueue.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_select.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_wrap.h' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/libev/ev_epoll.c' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/README' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/Changes' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/Makefile.PL' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/META.yml' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/typemap' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/COPYING' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV-0.5/MANIFEST' [MSG] [Wed Nov 7 17:10:44 2007] Extracted 'EV' to '/net/sunu991/disc1/home/.cpanplus/5.8.8/build/EV-0.5' [MSG] [Wed Nov 7 17:10:49 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)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 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] [Wed Nov 7 17:10:49 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Wed Nov 7 17:11:37 2007] cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm cp EV/AnyEvent.pm blib/lib/EV/AnyEvent.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 /usr/local/perl-5.8.8/bin/perl /usr/local/perl-5.8.8/lib/5.8.8/ExtUtils/xsubpp -typemap /usr/local/perl-5.8.8/lib/5.8.8/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c gcc -c -Ilibev -D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/test/include -I/usr/local/ssl/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.5\" -DXS_VERSION=\"0.5\" -fPIC "-I/usr/local/perl-5.8.8/lib/5.8.8/sun4-solaris-thread-multi/CORE" -DEV_USE_MONOTONIC EV.c Running Mkbootstrap for EV () chmod 644 EV.bs rm -f blib/arch/auto/EV/EV. LD_RUN_PATH="/usr/lib" gcc -G -L/usr/local/test/lib -L/usr/local/ssl/lib -L/usr/local/lib EV.o -o blib/arch/auto/EV/EV. \ -lpthread -lrt \ chmod 755 blib/arch/auto/EV/EV. 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::AnyEvent.3 Manifying blib/man3/EV::DNS.3 Manifying blib/man3/EV.3 [ERROR] [Wed Nov 7 17:11:42 2007] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /usr/local/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load...... Failed 3/4 subtests Test Summary Report ------------------- t/00_load.t (Wstat: 0 Tests: 4 Failed: 3) Failed test number(s): 1-3 Files=1, Tests=4, 1 wallclock secs ( 0.08 usr 0.04 sys + 0.25 cusr 0.37 csys = 0.74 CPU) Result: FAIL Failed 1/1 test programs. 3/4 subtests failed. make: *** [test_dynamic] Error 29 [MSG] [Wed Nov 7 17:11:42 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.03. -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='sunos sunu991 5.9 generic_118558-14 sun4u sparc sunw,ultra-5_10 solaris ' config_args='-Dcc=gcc -Dprefix=/usr/local/perl-5.8.8 -Dinstallusrbinperl' 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=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/test/include -I/usr/local/ssl/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O', cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/test/include -I/usr/local/ssl/include -I/usr/local/include' ccversion='', gccversion='3.4.1', gccosandvers='solaris2.9' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags ='-L/usr/local/test/lib -L/usr/local/ssl/lib -L/usr/local/lib ' libpth=/usr/local/test/lib /usr/local/ssl/lib /usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/test/lib -L/usr/local/ssl/lib -L/usr/local/lib'
