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 Adam Kennedy,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.0562. 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':

[CP_MSG] [Tue Jan 31 20:50:46 2006] Checking if source files are up to date
[CP_MSG] [Tue Jan 31 20:50:47 2006] Retrieving 
/home/appsadm/.cpanplus/sourcefiles.2.15.stored
[CP_MSG] [Tue Jan 31 20:51:39 2006] Module 'File::Flat' requires 
'Test::ClassAPI' version '1.02' to be installed 
[CP_MSG] [Tue Jan 31 20:51:39 2006] Module 'Test::ClassAPI' already up to date, 
won't install without force
[CP_MSG] [Tue Jan 31 20:53:38 2006] make[1]: Entering directory 
`/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95'
/apps/bin/perl -Iinc Makefile.PL --config= --installdeps=Test::ClassAPI,1.02
*** Installing dependencies...
*** Installing Test::ClassAPI...
*** Test::ClassAPI successfully installed.
*** ExtUtils::AutoInstall installation finished.
make[1]: Leaving directory `/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95'

[CP_ERROR] [Tue Jan 31 20:56:05 2006] MAKE TEST failed:  make[1]: Entering 
directory `/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95'
/apps/bin/perl -Iinc Makefile.PL --config= --installdeps=Test::ClassAPI,1.02
*** Installing dependencies...
*** Installing Test::ClassAPI...
*** Test::ClassAPI successfully installed.
*** ExtUtils::AutoInstall installation finished.
PERL_DL_NONLAZY=1 /apps/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00_api.t t/01_main.t
t/00_api.....Can't locate Test/ClassAPI.pm in @INC (@INC contains: 
/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95/inc 
/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95/blib/lib 
/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95/blib/arch 
/apps/lib/perl5/5.8.7/sun4-solaris-thread-multi /apps/lib/perl5/5.8.7 
/apps/lib/perl5/site_perl/5.8.7/sun4-solaris-thread-multi 
/apps/lib/perl5/site_perl/5.8.7 /apps/lib/perl5/site_perl .) at t/00_api.t line 
23.
BEGIN failed--compilation aborted at t/00_api.t line 23.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-63
        Failed 63/63 tests, 0.00% okay
t/01_main....ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/00_api.t   255 65280    63  126 200.00%  1-63
make[1]: Leaving directory `/home/appsadm/.cpanplus/5.8.7/build/File-Flat-0.95'
Failed 1/2 test scripts, 50.00% okay. 63/329 subtests failed, 80.85% okay.
make[1]: *** [test_dynamic] Error 29



MISSING PREREQUISITES:

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

Test::ClassAPI

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

WriteMakefile(
    AUTHOR      => 'Adam Kennedy ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Test::ClassAPI'        => '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! :-)

PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        File::Copy                         2.08
        File::Find                         1.09
        File::NCopy                        0.32
        File::Remove                       0.31
        File::Slurp                     9999.11
        File::Spec                         3.15
        File::Temp                         0.16
        IO::File                           1.13
        Test::ClassAPI                     1.02
        Test::More                         0.62
        prefork                            1.00

******************************** 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:
 

--

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=solaris, osvers=2.10, archname=sun4-solaris-thread-multi
    uname='sunos hoster 5.10 generic_118822-23 sun4u sparc sunw,sun-blade-100 '
    config_args='-Dcc=gcc -B/usr/ccs/bin/'
    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=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc -B/usr/ccs/bin/', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe 
-I/apps/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/apps/include'
    ccversion='', gccversion='4.0.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin/', ldflags ='-L/apps/lib -L/usr/lib -L/usr/ccs/lib '
    libpth=/apps/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=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -R 
/apps/lib/perl5/5.8.7/sun4-solaris-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-G -L/apps/lib -L/usr/lib -L/usr/ccs/lib'

Reply via email to