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 KAZUHO,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.79_02. 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] [Fri May 18 04:04:43 2007] Trying to get 
'http://www.cpan.org/authors/id/K/KA/KAZUHO/Cache-Adaptive-0.02.tar.gz'
[MSG] [Fri May 18 04:04:44 2007] Trying to get 
'http://www.cpan.org/authors/id/K/KA/KAZUHO/CHECKSUMS'
[MSG] [Fri May 18 04:04:44 2007] Checksum matches for 
'Cache-Adaptive-0.02.tar.gz'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/lib'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/MANIFEST'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/t'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/Changes'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/README'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/Makefile.PL'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/META.yml'
[MSG] [Fri May 18 04:04:45 2007] Extracted 
'Cache-Adaptive-0.02/t/cache-adaptive.t'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache-Adaptive-0.02/lib/Cache'
[MSG] [Fri May 18 04:04:45 2007] Extracted 
'Cache-Adaptive-0.02/lib/Cache/Adaptive.pm'
[MSG] [Fri May 18 04:04:45 2007] Extracted 'Cache::Adaptive' to 
'/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02'
[MSG] [Fri May 18 04:04:46 2007] Checking if your kit is complete...
Looks good
Writing Makefile for Cache::Adaptive

[MSG] [Fri May 18 04:04:46 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Fri May 18 04:04:48 2007] cp lib/Cache/Adaptive.pm 
blib/lib/Cache/Adaptive.pm

[ERROR] [Fri May 18 04:04:49 2007] MAKE TEST failed: Illegal seek 
/home/chris/blead/bin/perl5.9.5.exe "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/cache-adaptive....Can't locate Cache/MemoryCache.pm in @INC (@INC contains: 
/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib/lib 
/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib/arch 
/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib 
/home/chris/blead/lib/perl5/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/5.9.5 
/home/chris/blead/lib/perl5/site_perl/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/site_perl/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/site_perl/5.9.5 . 
/home/chris/blead/lib/perl5/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/5.9.5 
/home/chris/blead/lib/perl5/site_perl/5.9.5/cygwin-thread-multi-64int 
/home/chris/blead/lib/perl5/site_perl/5.9.5 .) at t/cache-adaptive.t line 7.
BEGIN failed--compilation aborted at t/cache-adaptive.t line 7.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-17
        Failed 17/17 tests, 0.00% okay
Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/cache-adaptive.t  255 65280    17   34  1-17
Failed 1/1 test scripts. 17/17 subtests failed.
Files=1, Tests=17,  0 wallclock secs ( 0.09 cusr +  0.12 csys =  0.21 CPU)
Failed 1/1 test programs. 17/17 subtests failed.



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Cache::MemoryCache

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'KAZUHO ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Cache::MemoryCache'    => '0', # or a minimum working version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be
worth a look.

Thanks! :-)


******************************** 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
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    INCLUDE = C:\mingw\include;
    LANG = C
    LIB = C:\mingw\lib;
    NUMBER_OF_PROCESSORS = 1
    PATH = 
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Perl/site/bin:/cygdrive/c/Perl/bin:/cygdrive/c/program
 
files/imagemagick-6.3.1-q16:/cygdrive/c/MinGW/dmake:/cygdrive/c/MinGW/bin:/cygdrive/c/MinGW/tools:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program
 Files/QuickTime/QTSystem/:/cygdrive/c/Program 
Files/VideoLAN/VLC:/cygdrive/c/Program Files/Subversion/bin:/cygdrive/c/Program 
Files/Common Files/GTK/2.0/bin:/cygdrive/c/MinGW/GnuPG:/cygdrive/c/Program 
Files/jigl
    PERL5LIB = 
:/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib/lib:/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib/arch:/home/chris/blead/.cpanplus/5.9.5/build/Cache-Adaptive-0.02/blib
    PERL5_CPANPLUS_IS_RUNNING = 576
    PERL5_CPANPLUS_IS_VERSION = 0.79_02
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 15 Model 4 Stepping 8, AuthenticAMD
    TERM = cygwin

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

    Perl: $^X = /home/chris/blead/bin/perl5.9.5.exe
    UID:  $<  = 500
    EUID: $>  = 500
    GID:  $(  = 513 0 513 544 545
    EGID: $)  = 513 0 513 544 545


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


--

Summary of my perl5 (revision 5 version 9 subversion 5 patch 31192) 
configuration:
  Platform:
    osname=cygwin, osvers=1.5.24(0.15642), archname=cygwin-thread-multi-64int
    uname='cygwin_nt-5.2 lapster 1.5.24(0.15642) 2007-01-31 10:57 i686 cygwin '
    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 ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ 
-fno-strict-aliasing -pipe',
    optimize='-O2',
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing 
-pipe'
    ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 
0.125)', 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=8, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -Wl,--enable-auto-import -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt -lgdbm_compat
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -L/usr/local/lib'

Reply via email to