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 Jochen Stenzel,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.055. 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] [Thu Jun 30 17:29:37 2005] Trying to get 
'http://inst.aacom.fr/cpan/authors/id/J/JS/JSTENZEL/OpenOffice-PerlPoint-0.01.tgz'
[MSG] [Thu Jun 30 17:29:38 2005] Trying to get 
'http://inst.aacom.fr/cpan/authors/id/J/JS/JSTENZEL/CHECKSUMS'
[MSG] [Thu Jun 30 17:29:38 2005] Checksum matches for 
'OpenOffice-PerlPoint-0.01.tgz'
[MSG] [Thu Jun 30 17:29:40 2005] Extracted 'OpenOffice-PerlPoint-0.01/'
[MSG] [Thu Jun 30 17:29:40 2005] Extracted 'OpenOffice-PerlPoint-0.01/t/'
[MSG] [Thu Jun 30 17:29:40 2005] Extracted 
'OpenOffice-PerlPoint-0.01/t/text-odt.pp'
[MSG] [Thu Jun 30 17:29:40 2005] Extracted 
'OpenOffice-PerlPoint-0.01/t/text-sxw.pp'
[MSG] [Thu Jun 30 17:29:40 2005] Extracted 
'OpenOffice-PerlPoint-0.01/t/text.odt'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 
'OpenOffice-PerlPoint-0.01/t/text.sxw'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/t/text.t'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/lib/'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 
'OpenOffice-PerlPoint-0.01/lib/OpenOffice/'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 
'OpenOffice-PerlPoint-0.01/lib/OpenOffice/PerlPoint.pm'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/oo2pp'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/README'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 
'OpenOffice-PerlPoint-0.01/Makefile.PL'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/Changelog'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice-PerlPoint-0.01/MANIFEST'
[MSG] [Thu Jun 30 17:29:41 2005] Extracted 'OpenOffice::PerlPoint' to 
'/home/cpanplus/.cpanplus/5.8.5/build/OpenOffice-PerlPoint-0.01'
[MSG] [Thu Jun 30 17:29:52 2005] Warning: prerequisite OpenOffice::OODoc 2 not 
found. We have 1.309.
Checking if your kit is complete...
Looks good
Writing Makefile for OpenOffice::PerlPoint

[MSG] [Thu Jun 30 17:29:52 2005] Module 'OpenOffice::PerlPoint' requires 
'OpenOffice::OODoc' version '2' to be installed 
[MSG] [Thu Jun 30 17:29:52 2005] Module 'OpenOffice::OODoc' already up to date, 
won't install without force
[MSG] [Thu Jun 30 17:30:02 2005] cp lib/OpenOffice/PerlPoint.pm 
blib/lib/OpenOffice/PerlPoint.pm
cp oo2pp blib/script/oo2pp
/usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/oo2pp
Manifying blib/man1/oo2pp.1
Manifying blib/man3/OpenOffice::PerlPoint.3

[ERROR] [Thu Jun 30 17:30:04 2005] MAKE TEST failed: Ce fichier ou ce 
répertoire n'existe pas PERL_DL_NONLAZY=1 /usr/local/bin/perl 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/text....Can't locate Text/Wrapper.pm in @INC (@INC contains: 
/home/cpanplus/.cpanplus/5.8.5/build/OpenOffice-PerlPoint-0.01/blib/lib 
/home/cpanplus/.cpanplus/5.8.5/build/OpenOffice-PerlPoint-0.01/blib/arch 
/usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5 
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris 
/usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .) at 
/home/cpanplus/.cpanplus/5.8.5/build/OpenOffice-PerlPoint-0.01/blib/lib/OpenOffice/PerlPoint.pm
 line 65.
BEGIN failed--compilation aborted at 
/home/cpanplus/.cpanplus/5.8.5/build/OpenOffice-PerlPoint-0.01/blib/lib/OpenOffice/PerlPoint.pm
 line 65.
Compilation failed in require at t/text.t line 18.
BEGIN failed--compilation aborted at t/text.t line 18.
dubious
        Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2



MISSING PREREQUISITES:

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

Text::Wrapper

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

WriteMakefile(
    AUTHOR      => 'Jochen Stenzel ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Text::Wrapper' => '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:
                                
        Getopt::ArgvFile                   1.10
        Getopt::Long                       2.34
        OpenOffice::OODoc                 1.309
        Pod::Usage                         1.31
        Test::Harness                      2.52
        Test::More                         0.60
        Text::Diff                         0.35

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

Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=solaris, osvers=2.9, archname=sun4-solaris
    uname='sunos 5.9 generic sun4u sparc sunw,ultra-5_10 solaris '
    config_args='-Dcc=gcc -B/usr/ccs/bin/'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    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 ='-fno-strict-aliasing -pipe 
-I/usr/local/include -I/opt/gnu/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include 
-I/opt/gnu/include'
    ccversion='', gccversion='3.3.2', gccosandvers='solaris2.9'
    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/usr/local/lib -L/opt/gnu/lib '
    libpth=/usr/local/lib /opt/gnu/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lbind -lnsl -lgdbm -ldb -ldl -lm -lc
    perllibs=-lsocket -lbind -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib -L/opt/gnu/lib'

Reply via email to