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] [Tue Oct 30 02:20:46 2007] Trying to get 'http://www.cpan.org/authors/id/M/ML/MLEHMANN/EV-0.03.tar.gz' [MSG] [Tue Oct 30 02:20:47 2007] Trying to get 'http://www.cpan.org/authors/id/M/ML/MLEHMANN/CHECKSUMS' [MSG] [Tue Oct 30 02:20:48 2007] Checksum matches for 'EV-0.03.tar.gz' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/t/' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/t/00_load.t' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV/' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV/DNS.pm' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV/EVAPI.h' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV/MakeMaker.pm' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV/AnyEvent.pm' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV.pm' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/EV.xs' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/README' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/Changes' [MSG] [Tue Oct 30 02:20:48 2007] Extracted 'EV-0.03/Makefile.PL' [MSG] [Tue Oct 30 02:20:49 2007] Extracted 'EV-0.03/META.yml' [MSG] [Tue Oct 30 02:20:49 2007] Extracted 'EV-0.03/typemap' [MSG] [Tue Oct 30 02:20:49 2007] Extracted 'EV-0.03/COPYING' [MSG] [Tue Oct 30 02:20:49 2007] Extracted 'EV-0.03/MANIFEST' [MSG] [Tue Oct 30 02:20:49 2007] Extracted 'EV' to '/home/cpan/perl562/.cpanplus/5.6.2/build/EV-0.03' [MSG] [Tue Oct 30 02:20:49 2007] *** *** You need to install libevent (http://monkey.org/~provos/libevent/) separately *** first in a way so that the Makefile.PL can find both -levent and the event.h *** and evdns.h include files. *** *** Version 1.3e or higher is recommended, but older 1.3 versions likely work too. *** Checking if your kit is complete... Looks good Writing Makefile for EV [MSG] [Tue Oct 30 02:20:49 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [ERROR] [Tue Oct 30 02:20:52 2007] MAKE failed: cp EV/EVAPI.h blib/lib/EV/EVAPI.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 -fno-strict-aliasing -I/usr/pkg/include -O -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -DPIC -fPIC "-I/home/cpan/perl562/lib/5.6.2/i386-netbsd-thread-multi-64int/CORE" EV.c EV.xs:11:19: evdns.h: No such file or directory EV.xs:21:20: evhttp.h: No such file or directory EV.xs: In function `sv_signum': EV.xs:57: error: `SIG_SIZE' undeclared (first use in this function) EV.xs:57: error: (Each undeclared identifier is reported only once EV.xs:57: error: for each function it appears in.) EV.xs: In function `dns_cb': EV.xs:247: error: `DNS_ERR_NONE' undeclared (first use in this function) EV.xs:257: error: `DNS_IPv6_AAAA' undeclared (first use in this function) EV.xs:260: error: `DNS_IPv4_A' undeclared (first use in this function) EV.xs:263: error: `DNS_PTR' undeclared (first use in this function) EV.xs: In function `XS_EV_version': EV.xs:345: warning: assignment makes pointer from integer without a cast EV.c: In function `XS_EV_init': EV.c:341: error: void value not ignored as it ought to be EV.c:343: warning: cast from pointer to integer of different size EV.xs: In function `XS_EV__Base_new': EV.xs:440: error: void value not ignored as it ought to be EV.c:598: warning: cast from pointer to integer of different size EV.c: In function `XS_EV__Base_dispatch': EV.c:618: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__Base_loop': EV.c:641: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__Base_loopexit': EV.c:670: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__Base_priority_init': EV.c:698: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__Base_set': EV.c:719: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__Base_DESTROY': EV.c:743: warning: cast to pointer from integer of different size EV.c: In function `XS_EV__DNS_err_to_string': EV.c:1151: warning: assignment makes pointer from integer without a cast EV.xs: In function `boot_EV': EV.xs:590: error: `DNS_ERR_NONE' undeclared (first use in this function) EV.xs:590: error: initializer element is not constant EV.xs:590: error: (near initialization for `const_iv[0].iv') EV.xs:590: error: initializer element is not constant EV.xs:590: error: (near initialization for `const_iv[0]') EV.xs:591: error: `DNS_ERR_FORMAT' undeclared (first use in this function) EV.xs:591: error: initializer element is not constant EV.xs:591: error: (near initialization for `const_iv[1].iv') EV.xs:591: error: initializer element is not constant EV.xs:591: error: (near initialization for `const_iv[1]') EV.xs:592: error: `DNS_ERR_SERVERFAILED' undeclared (first use in this function) EV.xs:592: error: initializer element is not constant EV.xs:592: error: (near initialization for `const_iv[2].iv') EV.xs:592: error: initializer element is not constant EV.xs:592: error: (near initialization for `const_iv[2]') EV.xs:593: error: `DNS_ERR_NOTEXIST' undeclared (first use in this function) EV.xs:593: error: initializer element is not constant EV.xs:593: error: (near initialization for `const_iv[3].iv') EV.xs:593: error: initializer element is not constant EV.xs:593: error: (near initialization for `const_iv[3]') EV.xs:594: error: `DNS_ERR_NOTIMPL' undeclared (first use in this function) EV.xs:594: error: initializer element is not constant EV.xs:594: error: (near initialization for `const_iv[4].iv') EV.xs:594: error: initializer element is not constant EV.xs:594: error: (near initialization for `const_iv[4]') EV.xs:595: error: `DNS_ERR_REFUSED' undeclared (first use in this function) EV.xs:595: error: initializer element is not constant EV.xs:595: error: (near initialization for `const_iv[5].iv') EV.xs:595: error: initializer element is not constant EV.xs:595: error: (near initialization for `const_iv[5]') EV.xs:596: error: `DNS_ERR_TRUNCATED' undeclared (first use in this function) EV.xs:596: error: initializer element is not constant EV.xs:596: error: (near initialization for `const_iv[6].iv') EV.xs:596: error: initializer element is not constant EV.xs:596: error: (near initialization for `const_iv[6]') EV.xs:597: error: `DNS_ERR_UNKNOWN' undeclared (first use in this function) EV.xs:597: error: initializer element is not constant EV.xs:597: error: (near initialization for `const_iv[7].iv') EV.xs:597: error: initializer element is not constant EV.xs:597: error: (near initialization for `const_iv[7]') EV.xs:598: error: `DNS_ERR_TIMEOUT' undeclared (first use in this function) EV.xs:598: error: initializer element is not constant EV.xs:598: error: (near initialization for `const_iv[8].iv') EV.xs:598: error: initializer element is not constant EV.xs:598: error: (near initialization for `const_iv[8]') EV.xs:599: error: `DNS_ERR_SHUTDOWN' undeclared (first use in this function) EV.xs:599: error: initializer element is not constant EV.xs:599: error: (near initialization for `const_iv[9].iv') EV.xs:599: error: initializer element is not constant EV.xs:599: error: (near initialization for `const_iv[9]') EV.xs:600: error: `DNS_IPv4_A' undeclared (first use in this function) EV.xs:600: error: initializer element is not constant EV.xs:600: error: (near initialization for `const_iv[10].iv') EV.xs:600: error: initializer element is not constant EV.xs:600: error: (near initialization for `const_iv[10]') EV.xs:601: error: `DNS_PTR' undeclared (first use in this function) EV.xs:601: error: initializer element is not constant EV.xs:601: error: (near initialization for `const_iv[11].iv') EV.xs:601: error: initializer element is not constant EV.xs:601: error: (near initialization for `const_iv[11]') EV.xs:602: error: `DNS_IPv6_AAAA' undeclared (first use in this function) EV.xs:602: error: initializer element is not constant EV.xs:602: error: (near initialization for `const_iv[12].iv') EV.xs:602: error: initializer element is not constant EV.xs:602: error: (near initialization for `const_iv[12]') EV.xs:603: error: `DNS_QUERY_NO_SEARCH' undeclared (first use in this function) EV.xs:603: error: initializer element is not constant EV.xs:603: error: (near initialization for `const_iv[13].iv') EV.xs:603: error: initializer element is not constant EV.xs:603: error: (near initialization for `const_iv[13]') EV.xs:604: error: `DNS_OPTION_SEARCH' undeclared (first use in this function) EV.xs:604: error: initializer element is not constant EV.xs:604: error: (near initialization for `const_iv[14].iv') EV.xs:604: error: initializer element is not constant EV.xs:604: error: (near initialization for `const_iv[14]') EV.xs:605: error: `DNS_OPTION_NAMESERVERS' undeclared (first use in this function) EV.xs:605: error: initializer element is not constant EV.xs:605: error: (near initialization for `const_iv[15].iv') EV.xs:605: error: initializer element is not constant EV.xs:605: error: (near initialization for `const_iv[15]') EV.xs:606: error: `DNS_OPTION_MISC' undeclared (first use in this function) EV.xs:606: error: initializer element is not constant EV.xs:606: error: (near initialization for `const_iv[16].iv') EV.xs:606: error: initializer element is not constant EV.xs:606: error: (near initialization for `const_iv[16]') EV.xs:607: error: `DNS_OPTIONS_ALL' undeclared (first use in this function) EV.xs:607: error: initializer element is not constant EV.xs:607: error: (near initialization for `const_iv[17].iv') EV.xs:607: error: initializer element is not constant EV.xs:607: error: (near initialization for `const_iv[17]') EV.xs:608: error: `DNS_NO_SEARCH' undeclared (first use in this function) EV.xs:608: error: initializer element is not constant EV.xs:608: error: (near initialization for `const_iv[18].iv') EV.xs:608: error: initializer element is not constant EV.xs:608: error: (near initialization for `const_iv[18]') EV.xs:682: error: `HTTP_OK' undeclared (first use in this function) EV.xs:682: error: initializer element is not constant EV.xs:682: error: (near initialization for `const_iv[0].iv') EV.xs:682: error: initializer element is not constant EV.xs:682: error: (near initialization for `const_iv[0]') EV.xs:683: error: `HTTP_NOCONTENT' undeclared (first use in this function) EV.xs:683: error: initializer element is not constant EV.xs:683: error: (near initialization for `const_iv[1].iv') EV.xs:683: error: initializer element is not constant EV.xs:683: error: (near initialization for `const_iv[1]') EV.xs:684: error: `HTTP_MOVEPERM' undeclared (first use in this function) EV.xs:684: error: initializer element is not constant EV.xs:684: error: (near initialization for `const_iv[2].iv') EV.xs:684: error: initializer element is not constant EV.xs:684: error: (near initialization for `const_iv[2]') EV.xs:685: error: `HTTP_MOVETEMP' undeclared (first use in this function) EV.xs:685: error: initializer element is not constant EV.xs:685: error: (near initialization for `const_iv[3].iv') EV.xs:685: error: initializer element is not constant EV.xs:685: error: (near initialization for `const_iv[3]') EV.xs:686: error: `HTTP_NOTMODIFIED' undeclared (first use in this function) EV.xs:686: error: initializer element is not constant EV.xs:686: error: (near initialization for `const_iv[4].iv') EV.xs:686: error: initializer element is not constant EV.xs:686: error: (near initialization for `const_iv[4]') EV.xs:687: error: `HTTP_BADREQUEST' undeclared (first use in this function) EV.xs:687: error: initializer element is not constant EV.xs:687: error: (near initialization for `const_iv[5].iv') EV.xs:687: error: initializer element is not constant EV.xs:687: error: (near initialization for `const_iv[5]') EV.xs:688: error: `HTTP_NOTFOUND' undeclared (first use in this function) EV.xs:688: error: initializer element is not constant EV.xs:688: error: (near initialization for `const_iv[6].iv') EV.xs:688: error: initializer element is not constant EV.xs:688: error: (near initialization for `const_iv[6]') EV.xs:689: error: `HTTP_SERVUNAVAIL' undeclared (first use in this function) EV.xs:689: error: initializer element is not constant EV.xs:689: error: (near initialization for `const_iv[7].iv') EV.xs:689: error: initializer element is not constant EV.xs:689: error: (near initialization for `const_iv[7]') EV.xs:690: error: `EVHTTP_REQ_OWN_CONNECTION' undeclared (first use in this function) EV.xs:690: error: initializer element is not constant EV.xs:690: error: (near initialization for `const_iv[8].iv') EV.xs:690: error: initializer element is not constant EV.xs:690: error: (near initialization for `const_iv[8]') EV.xs:691: error: `EVHTTP_PROXY_REQUEST' undeclared (first use in this function) EV.xs:691: error: initializer element is not constant EV.xs:691: error: (near initialization for `const_iv[9].iv') EV.xs:691: error: initializer element is not constant EV.xs:691: error: (near initialization for `const_iv[9]') EV.xs:692: error: `EVHTTP_REQ_GET' undeclared (first use in this function) EV.xs:692: error: initializer element is not constant EV.xs:692: error: (near initialization for `const_iv[10].iv') EV.xs:692: error: initializer element is not constant EV.xs:692: error: (near initialization for `const_iv[10]') EV.xs:693: error: `EVHTTP_REQ_POST' undeclared (first use in this function) EV.xs:693: error: initializer element is not constant EV.xs:693: error: (near initialization for `const_iv[11].iv') EV.xs:693: error: initializer element is not constant EV.xs:693: error: (near initialization for `const_iv[11]') EV.xs:694: error: `EVHTTP_REQ_HEAD' undeclared (first use in this function) EV.xs:694: error: initializer element is not constant EV.xs:694: error: (near initialization for `const_iv[12].iv') EV.xs:694: error: initializer element is not constant EV.xs:694: error: (near initialization for `const_iv[12]') EV.xs:695: error: `EVHTTP_REQUEST' undeclared (first use in this function) EV.xs:695: error: initializer element is not constant EV.xs:695: error: (near initialization for `const_iv[13].iv') EV.xs:695: error: initializer element is not constant EV.xs:695: error: (near initialization for `const_iv[13]') EV.xs:696: error: `EVHTTP_RESPONSE' undeclared (first use in this function) EV.xs:696: error: initializer element is not constant EV.xs:696: error: (near initialization for `const_iv[14].iv') EV.xs:696: error: initializer element is not constant EV.xs:696: error: (near initialization for `const_iv[14]') 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 = 12762 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'
