Front page | perl.cpan.testers |
Postings from February 2005
FAIL CPANPLUS-Shell-Tk-0.02 i586-linux-thread-multi 2.6.8.1
From:
root
Date:
February 16, 2005 11:54
Subject:
FAIL CPANPLUS-Shell-Tk-0.02 i586-linux-thread-multi 2.6.8.1
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Bernd Dulfer,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.053. 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] [Wed Feb 16 13:53:56 2005] Module 'CPANPLUS::Shell::Tk' requires 'Tk::MListbox' version '1.11' to be installed
[MSG] [Wed Feb 16 13:53:56 2005] Module 'CPANPLUS::Shell::Tk' requires 'Tk::Pod' version '4' to be installed
[MSG] [Wed Feb 16 13:53:56 2005] Module 'CPANPLUS::Shell::Tk' requires 'Tk::Splashscreen' version '1' to be installed
[ERROR] [Wed Feb 16 13:53:56 2005] Recursive dependency detected (Tk::MListbox) -- skipping
[ERROR] [Wed Feb 16 13:53:56 2005] Recursive dependency detected (Tk::Pod) -- skipping
[MSG] [Wed Feb 16 13:53:56 2005] Trying to get 'ftp://cpan.cse.msu.edu/authors/id/L/LU/LUSOL/Tk-Splashscreen-1.0.tar.gz'
[MSG] [Wed Feb 16 13:53:57 2005] Trying to get 'ftp://cpan.cse.msu.edu/authors/id/L/LU/LUSOL/CHECKSUMS'
[MSG] [Wed Feb 16 13:53:58 2005] Checksum matches for 'Tk-Splashscreen-1.0.tar.gz'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/Makefile.PL'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/MANIFEST'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/README'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/splashscreen.pl'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/Splashscreen.pm'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/test.pl'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk-Splashscreen-1.0/waitVariableX.pm'
[MSG] [Wed Feb 16 13:53:59 2005] Extracted 'Tk::Splashscreen' to '/root/.cpanplus/5.8.5/build/Tk-Splashscreen-1.0'
[MSG] [Wed Feb 16 13:54:02 2005] DEFAULT 'munge_test_report' HANDLER RETURNING 'sub return value'
[MSG] [Wed Feb 16 13:54:02 2005] Successfully sent 'pass' report for 'Tk-Splashscreen-1.0'
[ERROR] [Wed Feb 16 13:54:05 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1....
# Failed test (t/1.t at line 9)
# Tried to use 'CPANPLUS::Shell::Tk'.
# Error: Can't locate CPANPLUS/I18N.pm in @INC (@INC contains: CODE(0x823f174) /root/.cpanplus/5.8.5/build/CPANPLUS-Shell-Tk-0.02/blib/lib /root/.cpanplus/5.8.5/build/CPANPLUS-Shell-Tk-0.02/blib/arch /root/.cpanplus/5.8.5/build/Tk-Splashscreen-1.0/blib/lib /usr/lib/perl5/5.8.5/i586-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl . /usr/lib/perl5/site_perl/5.8.5/ /usr/lib/perl5/site_perl/5.8.5/CPANPLUS/inc /usr/lib/perl5/site_perl/5.8.5/CPANPLUS/inc/installers) at /root/.cpanplus/5.8.5/build/CPANPLUS-Shell-Tk-0.02/blib/lib/CPANPLUS/Shell/Tk.pm line 193, <> line 52.
# BEGIN failed--compilation aborted at t/1.t line 9.
# Compilation failed in require at (eval 3) line 2, <> line 52.
# BEGIN failed--compilation aborted at (eval 3) line 2, <> line 52.
# Looks like you failed 1 test of 1.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------------------------------------------------------------------------------------------
t/1.t 1 256 1 1 100.00% 1
make: *** [test_dynamic] Error 2
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
CPANPLUS::I18N
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Bernd Dulfer (dulfer@widd.de.spam.no)',
... # other information
PREREQ_PM => {
'CPANPLUS::I18N' => '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:
Tk 800.024
Tk::MListbox 0
Tk::Pod 0
Tk::Splashscreen 1.0
******************************** 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 5) configuration:
Platform:
osname=linux, osvers=2.6.8.1, archname=i586-linux-thread-multi
uname='linux k18 2.6.8.1 #1 smp fri oct 31 00:51:31 utc 2003 i686 i686 i386 gnulinux '
config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=true -Doptimize=-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -Wall -pipe'
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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -Wall -pipe',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe'
ccversion='', gccversion='3.3.4 (pre 3.3.5 20040809)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/lib /usr/lib /usr/local/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.3'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.5/i586-linux-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags='-shared'
-
FAIL CPANPLUS-Shell-Tk-0.02 i586-linux-thread-multi 2.6.8.1
by root