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.
--
This is an error report generated automatically by CPANPLUS,
version 0.042.
Below is the error stack during 'make test �chou�! - aucun fichier ou r�pertoire de ce
type dans cpanplus::internals::make::_make le sun mar 9 16:28:35 2003':
PERL_DL_NONLAZY=1 /usr/local/perl-5.8.0/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/xml_object....# Failed test (t/xml_object.t at line 12)
# Tried to use 'XML::Object'.
# Error: Can't locate XML/Simple.pm in @INC (@INC contains: ../lib
/home/alian/.cpanplus/5.8.0/build/XML-Object-0.01/blib/lib
/home/alian/.cpanplus/5.8.0/build/XML-Object-0.01/blib/arch
/home/alian/.cpanplus/5.8.0/build/XML-Object-0.01/blib/lib
/home/alian/.cpanplus/5.8.0/build/XML-Object-0.01/blib/arch
/usr/local/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/5.8.0
/usr/local/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/site_perl/5.8.0
/usr/local/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/site_perl/5.8.0 /usr/local/perl-5.8.0/lib/site_perl .
/usr/local/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi-64all-ld
/usr/local/perl-5.8.0/lib/5.8.0
/usr/local/perl-5.8.0/lib/site_perl/5.8.0/i686-linux-thread-multi-64all-l!
d /usr/local/perl-5.8.0/lib/site_perl/5.8.0 /usr/local/perl-5.8.0/lib/site_perl .) at
../lib/XML/Object.pm line 9.
# BEGIN failed--compilation aborted at ../lib/XML/Object.pm line 9.
# Compilation failed in require at (eval 1) line 2.
Can't locate object method "new" via package "XML::Object::Test" at t/xml_object.t
line 19.
# Looks like you planned 7 tests but only ran 1.
# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/xml_object.t 255 65280 7 7 100.00% 1-7
Failed 1/1 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay.
make: *** [test_dynamic] Erreur 2
Additional comments:
Hello, chocolateboy! Thanks for uploading your works to CPAN.
I noticed that the test suite seem to fail without these modules:
XML::Simple
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'chocolateboy ([EMAIL PROTECTED])',
... # other information
PREREQ_PM => {
'XML::Simple' => '0', # or a minimum workable 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/search?dist=ExtUtils-AutoInstall> may be
worth a look.
Thanks! :-)
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. Also, because many people perform automatic
tests on CPAN, chances are 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 information, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
--
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.20, archname=i686-linux-thread-multi-64all-ld
uname='linux saturne.alianet 2.4.20 #81 smp jeu d�c 12 18:42:40 cet 2002 i686
unknown '
config_args='-Duseithreads -Duse64bitall -Duselongdouble -Duseshrplib [EMAIL
PROTECTED] -Dprefix=/usr/local/perl-5.8.0 -des'
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=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -I/usr/local/include
-I/usr/include/gdbm'
ccversion='', gccversion='2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk)',
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='long double', nvsize=12, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lpthread -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
libc=/lib/libc-2.2.4.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic
-Wl,-rpath,/usr/local/perl-5.8.0/lib/5.8.0/i686-linux-thread-multi-64all-ld/CORE'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'