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 Marc Lehmann,
    
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 'fetch':

[MSG] [Fri Nov  2 22:23:25 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/EV-0.1.tar.gz'
[MSG] [Fri Nov  2 22:23:26 2007] Trying to get 
'http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS'
[MSG] [Fri Nov  2 22:23:29 2007] Checksum matches for 'EV-0.1.tar.gz'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/t/'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/t/00_load.t'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV/'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV/DNS.pm'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV/EVAPI.h'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV/MakeMaker.pm'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV/AnyEvent.pm'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV.pm'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/EV.xs'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/ev.c'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/ev.h'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/LICENSE'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/README'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/Changes'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/evdns.c'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/evdns.h'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/event.c'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/event.h'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/ev_select.c'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/libev/ev_epoll.c'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/README'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/Changes'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/Makefile.PL'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/META.yml'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/typemap'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/COPYING'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV-0.1/MANIFEST'
[MSG] [Fri Nov  2 22:23:29 2007] Extracted 'EV' to 
'/home/cpan/perl562/.cpanplus/5.6.2/build/EV-0.1'
[MSG] [Fri Nov  2 22:23: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] [Fri Nov  2 22:23:30 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Fri Nov  2 22:23:35 2007] MAKE failed:  cp EV/EVAPI.h 
blib/lib/EV/EVAPI.h
cp libev/ev.h blib/lib/EV/ev.h
cp EV/AnyEvent.pm blib/lib/EV/AnyEvent.pm
cp EV/DNS.pm blib/lib/EV/DNS.pm
cp EV.pm blib/lib/EV.pm
cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm
/home/cpan/perl562/bin/perl /home/cpan/perl562/lib/5.6.2/ExtUtils/xsubpp  
-typemap /home/cpan/perl562/lib/5.6.2/ExtUtils/typemap -typemap typemap  EV.xs 
> EV.xsc && mv EV.xsc EV.c
cc -c  -Ilibev -fno-strict-aliasing -I/usr/pkg/include -O   -DVERSION=\"0.1\" 
-DXS_VERSION=\"0.1\" -DPIC -fPIC  
"-I/home/cpan/perl562/lib/5.6.2/i386-netbsd-thread-multi-64int/CORE"  
-DEV_USE_MONOTONIC EV.c
In file included from EV.xs:10:
libev/ev.c:357: warning: static declaration for `Perl_sighandler' follows 
non-static
EV.xs: In function `sv_signum':
EV.xs:37: error: `SIG_SIZE' undeclared (first use in this function)
EV.xs:37: error: (Each undeclared identifier is reported only once
EV.xs:37: error: for each function it appears in.)
gmake: *** [EV.o] Error 1



******************************** 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
    PATH = 
/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
    PERL5_CPANPLUS_IS_EXECUTING = 
    PERL5_CPANPLUS_IS_RUNNING = 15280
    PERL5_CPANPLUS_IS_VERSION = 0.82
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/pkg/bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/perl562/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 100 100
    EGID: $)  = 100 100


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


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=netbsd, osvers=3.1, archname=i386-netbsd-thread-multi-64int
    uname='netbsd canker.bingosnet.co.uk 3.1 netbsd 3.1 (generic_laptop) #0: 
tue oct 31 04:32:05 utc 2006 [EMAIL 
PROTECTED]:homebuildsabnetbsd-3-1-releasei386200610302053z-objhomebuildsabnetbsd-3-1-releasesrcsysarchi386compilegeneric_laptop
 i386 '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/pkg/include'
    ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', 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, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lgdbm -lm -lc -lposix -lcrypt -lutil -lpthread
    perllibs=-lm -lc -lposix -lcrypt -lutil -lpthread
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  
-L/usr/pkg/lib'

Reply via email to