Front page | perl.cpan.testers |
Postings from June 2007
FAIL Apache-Authenlemonldap-1.0.0 x86_64-linux-gnu-thread-multi 2.6.18-1-amd64
From:
perl
Date:
June 17, 2007 07:58
Subject:
FAIL Apache-Authenlemonldap-1.0.0 x86_64-linux-gnu-thread-multi 2.6.18-1-amd64
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 eric GERMAN,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.78. 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] [Sun Jun 17 12:42:46 2007] Checking if source files are up to date
[MSG] [Sun Jun 17 12:42:46 2007] Retrieving /home/xavier/.cpanplus/sourcefiles.2.15.stored
[MSG] [Sun Jun 17 12:42:46 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/E/EG/EGERMAN/Apache-Authenlemonldap-1.0.0.tar.gz'
[MSG] [Sun Jun 17 12:42:48 2007] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/E/EG/EGERMAN/CHECKSUMS'
[MSG] [Sun Jun 17 12:42:50 2007] Checksum matches for 'Apache-Authenlemonldap-1.0.0.tar.gz'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/MANIFEST'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/META.yml'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/Changes'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/t/'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/t/Apache-Authenlemonldap.t'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/README'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/Makefile.PL'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/lib/'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/lib/Apache/'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache-Authenlemonldap-1.0.0/lib/Apache/Authenlemonldap.pm'
[MSG] [Sun Jun 17 12:42:50 2007] Extracted 'Apache::Authenlemonldap' to '/home/xavier/.cpanplus/5.8.8/build/Apache-Authenlemonldap-1.0.0'
[MSG] [Sun Jun 17 12:42:50 2007] Checking if your kit is complete...
Looks good
Writing Makefile for Apache::Authenlemonldap
[MSG] [Sun Jun 17 12:42:50 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Sun Jun 17 12:42:50 2007] cp lib/Apache/Authenlemonldap.pm blib/lib/Apache/Authenlemonldap.pm
Manifying blib/man3/Apache::Authenlemonldap.3pm
[ERROR] [Sun Jun 17 12:42:50 2007] MAKE TEST failed: Repérage illégal PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Apache-Authenlemonldap....
# Failed test 'use Apache::Authenlemonldap;'
# in t/Apache-Authenlemonldap.t at line 9.
# Tried to use 'Apache::Authenlemonldap'.
# Error: Can't locate Apache/Constants.pm in @INC (@INC contains: /home/xavier/.cpanplus/5.8.8/build/Apache-Authenlemonldap-1.0.0/blib/lib /home/xavier/.cpanplus/5.8.8/build/Apache-Authenlemonldap-1.0.0/blib/arch /home/xavier/.cpanplus/5.8.8/build/Apache-Authenlemonldap-1.0.0/blib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/xavier/.cpanplus/5.8.8/build/Apache-Authenlemonldap-1.0.0/blib/lib/Apache/Authenlemonldap.pm line 2.
# BEGIN failed--compilation aborted at t/Apache-Authenlemonldap.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# 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 Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Apache-Authenlemonldap.t 1 256 1 1 100.00% 1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
make: *** [test_dynamic] Erreur 1
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
Apache::Constants
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'eric GERMAN (germanlinux@yahoo.fr)',
... # other information
PREREQ_PM => {
'Apache::Constants' => '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:
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.18-1-amd64, archname=x86_64-linux-gnu-thread-multi
uname='linux gkar 2.6.18-1-amd64 #1 smp sat oct 21 18:36:02 cest 2006 x86_64 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -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=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-20)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL Apache-Authenlemonldap-1.0.0 x86_64-linux-gnu-thread-multi 2.6.18-1-amd64
by perl