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 JHI, This is a computer-generated error report created automatically by CPANPLUS, version 0.076. 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] [Thu Nov 30 15:49:47 2006] Trying to get 'http://www.cpan.org/authors/id/J/JH/JHI/Time-HiRes-1.95.tar.gz' [MSG] [Thu Nov 30 15:49:50 2006] Trying to get 'http://www.cpan.org/authors/id/J/JH/JHI/CHECKSUMS' [MSG] [Thu Nov 30 15:49:51 2006] Checksum matches for 'Time-HiRes-1.95.tar.gz' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/sco.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/svr4.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/aix.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/dec_osf.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/solaris.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/dynixptx.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/hints/irix.pl' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/Changes' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/MANIFEST' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/typemap' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/TODO' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/HiRes.pm' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/fallback/' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/fallback/const-c.inc' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/fallback/const-xs.inc' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/HiRes.xs' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/ppport.h' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/META.yml' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/t/' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/t/HiRes.t' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/README' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time-HiRes-1.95/Makefile.PL' [MSG] [Thu Nov 30 15:49:51 2006] Extracted 'Time::HiRes' to '/home/cwill1is/.cpanplus/5.8.8/build/Time-HiRes-1.95' [MSG] [Thu Nov 30 15:49:54 2006] Configuring Time::HiRes... Have syscall()... looking for syscall.h... found <sys/syscall.h>. Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... testing... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clock_gettime()... found. Looking for clock_getres()... found. Looking for clock_nanosleep()... NOT found. Looking for clock()... found. Trying struct stat st_atimespec.tv_nsec...found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...NOT found. Trying struct stat st_uatime...NOT found. You seem to have stat subsecond timestamps. (Your struct stat has them, but the filesystems must help.) Checking if your kit is complete... Looks good Writing Makefile for Time::HiRes Now you may issue 'make'. Do not forget also 'make test'. [MSG] [Thu Nov 30 15:49:54 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [ERROR] [Thu Nov 30 15:49:55 2006] MAKE failed: cp HiRes.pm blib/lib/Time/HiRes.pm /usr/home/cwill1is/perl588/bin/perl /usr/home/cwill1is/perl588/lib/5.8.8/ExtUtils/xsubpp -typemap /usr/home/cwill1is/perl588/lib/5.8.8/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O -DVERSION=\"1.95\" -DXS_VERSION=\"1.95\" -DPIC -fPIC "-I/usr/home/cwill1is/perl588/lib/5.8.8/i386-freebsd-thread-multi-64int/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK -DTIME_HIRES_STAT=1 -DATLEASTFIVEOHOHFIVE HiRes.c HiRes.xs: In function `XS_Time__HiRes_stat': HiRes.xs:1221: error: too few arguments to function `Perl_pp_stat' *** Error code 1 Stop in /usr/home/cwill1is/.cpanplus/5.8.8/build/Time-HiRes-1.95. ******************************** 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. -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=freebsd, osvers=5.4-release, archname=i386-freebsd-thread-multi-64int uname='freebsd scc209.staffordshire.gov.uk 5.4-release freebsd 5.4-release #0: sun may 8 10:21:06 utc 2005 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 ' 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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include', optimize='-O', cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='3.4.2 [FreeBSD] 20040728', 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 ='-Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lm -lcrypt -lutil -lc_r perllibs=-lm -lcrypt -lutil -lc_r libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
