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] [Tue Nov  6 06:02:25 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/EV-0.1.tar.gz'
[MSG] [Tue Nov  6 06:02:27 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS'
[MSG] [Tue Nov  6 06:02:28 2007] Checksum matches for 'EV-0.1.tar.gz'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/t/'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/t/00_load.t'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV/'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV/DNS.pm'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV/EVAPI.h'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV/MakeMaker.pm'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV/AnyEvent.pm'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV.pm'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/EV.xs'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/ev.c'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/ev.h'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/LICENSE'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/README'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/Changes'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/evdns.c'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/evdns.h'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/event.c'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/event.h'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/ev_select.c'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/libev/ev_epoll.c'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/README'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/Changes'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/Makefile.PL'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/META.yml'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/typemap'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/COPYING'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV-0.1/MANIFEST'
[MSG] [Tue Nov  6 06:02:29 2007] Extracted 'EV' to 
'/export/home/chris/perl595/.cpanplus/5.9.5/build/EV-0.1'
[MSG] [Tue Nov  6 06:02:30 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. This
will usually slow down EV a tiny amount, but this is usually
well-invested. Unfortunately, some systems are bound to be broken, so
you can disable this here. Whatever your reasons, you can completely
disable the detection and use of this 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 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


*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

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.

Enable epoll backend (y/n)? [n] n


*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

Checking if your kit is complete...
Looks good
Writing Makefile for EV

[MSG] [Tue Nov  6 06:02:31 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Tue Nov  6 06:02:43 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
/export/home/chris/perl595/bin/perl5.9.5 
/export/home/chris/perl595/lib/5.9.5/ExtUtils/xsubpp  -typemap 
/export/home/chris/perl595/lib/5.9.5/ExtUtils/typemap -typemap typemap  EV.xs > 
EV.xsc && mv EV.xsc EV.c
gcc -c  -Ilibev  -D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV 
-DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -O    -DVERSION=\"0.1\"  
-DXS_VERSION=\"0.1\" -fPIC 
"-I/export/home/chris/perl595/lib/5.9.5/i86pc-solaris-thread-multi-64int/CORE"  
-DEV_USE_MONOTONIC EV.c
Running Mkbootstrap for EV ()
chmod 644 EV.bs
rm -f blib/arch/auto/EV/EV.so
LD_RUN_PATH="/usr/lib" gcc  -G -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::AnyEvent.3
Manifying blib/man3/EV::DNS.3
Manifying blib/man3/EV.3

[ERROR] [Tue Nov  6 06:02:44 2007] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /export/home/chris/perl595/bin/perl5.9.5 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load....FAILED tests 1-3
        Failed 3/4 tests, 25.00% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/00_load.t                4    3  1-3
Failed 1/1 test scripts. 3/4 subtests failed.
Files=1, Tests=4,  0 wallclock secs ( 0.06 cusr +  0.06 csys =  0.12 CPU)
Failed 1/1 test programs. 3/4 subtests failed.
*** Error code 255
make: Fatal error: Command failed for target `test_dynamic'

[MSG] [Tue Nov  6 06:02:44 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 = C
    PATH = 
/export/home/chris/perl/bin:/usr/sfw/bin:/usr/ccs/bin:/usr/local/bin:/usr/bin:
    PERL5LIB = 
:/export/home/chris/perl595/.cpanplus/5.9.5/build/EV-0.1/blib/lib:/export/home/chris/perl595/.cpanplus/5.9.5/build/EV-0.1/blib/arch:/export/home/chris/perl595/.cpanplus/5.9.5/build/EV-0.1/blib
    PERL5_CPANPLUS_IS_RUNNING = 19334
    PERL5_CPANPLUS_IS_VERSION = 0.82
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /export/home/chris/perl595/bin/perl5.9.5
    UID:  $<  = 100
    EUID: $>  = 100
    GID:  $(  = 1 1
    EGID: $)  = 1 1


-------------------------------


--

Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
  Platform:
    osname=solaris, osvers=2.10, archname=i86pc-solaris-thread-multi-64int
    uname='sunos soleil 5.10 generic_118855-33 i86pc i386 i86pc '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    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='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV',
    optimize='-O',
    cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.3 (csl-sol210-3_4-branch+sol_rpath)', 
gccosandvers='solaris2.10'
    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='gcc', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -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=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

Reply via email to