-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description:
t/directive/perldo.t fails. make test TEST_VERBOSE=1 output:
[...]
# testing : $PerlConfig
# expected: 1
# received:
not ok 18
# testing : $PerlConfig
# expected: 1
# received:
not ok 19
# testing : $PerlConfig
# expected: 1
# received:
not ok 20
# testing : @PerlConfig
# expected: 1
# received:
not ok 21
# testing : @PerlConfig
# expected: 1
# received:
not ok 22
FAILED tests 18-22
error_log doesn't contain anything which seems helpful:
$ grep 'Failed test' t/logs/error_log | sed -e 's,/.*/t/,t/,'
# Failed test 18 in t/response/TestDirective/perldo.pm at line 64
# Failed test 19 in t/response/TestDirective/perldo.pm at line 64 fail #2
# Failed test 20 in t/response/TestDirective/perldo.pm at line 64 fail #3
# Failed test 21 in t/response/TestDirective/perldo.pm at line 69
# Failed test 22 in t/response/TestDirective/perldo.pm at line 69 fail #2
2. Used Components and their Configuration:
*** mod_perl version 2.000003
*** using
/home/users/builder/rpm/BUILD/mod_perl-2.0.3-rc1/lib/Apache2/BuildConfig.pm
*** Makefile.PL options:
MP_APR_CONFIG => /usr/bin/apr-1-config
MP_APR_LIB => aprext
MP_APU_CONFIG => /usr/bin/apu-1-config
MP_APXS => /usr/sbin/apxs
MP_COMPAT_1X => 1
MP_GENERATE_XS => 1
MP_LIBNAME => mod_perl
MP_USE_DSO => 1
*** /usr/sbin/httpd.prefork -V
Server version: Apache/2.2.3
Server built: Jul 28 2006 07:50:47
Server's Module Magic Number: 20051115:3
Server loaded: APR 1.2.7, APR-Util 1.2.7
Compiled using: APR 1.2.7, APR-Util 1.2.7
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D BIG_SECURITY_HOLE
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/usr"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/run/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/run/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="/etc/httpd/mime.types"
-D SERVER_CONFIG_FILE="/etc/httpd/apache.conf"
*** /usr/bin/ldd /usr/sbin/httpd.prefork
linux-gate.so.1 => (0xffffe000)
libpcre.so.0 => /lib/libpcre.so.0 (0xb7fac000)
libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7f96000)
libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb7f75000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7f62000)
libc.so.6 => /lib/libc.so.6 (0xb7e43000)
libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0xb7e0f000)
liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0xb7e03000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7de5000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7db5000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb7db2000)
libdl.so.2 => /lib/libdl.so.2 (0xb7dad000)
/lib/ld-linux.so.2 (0xb7fd4000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb7d9b000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7d85000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7d48000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7c1c000)
*** (apr|apu)-config linking info
-L/usr/lib -laprutil-1 -lldap -llber -lexpat -lcrypt -L/usr/lib
-L/usr/lib -lapr-1 -luuid -lpthread -ldl
*** /usr/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.17.8-0.5, archname=i686-pld-linux-thread-multi
uname='linux bzium 2.6.17.8-0.5 #1 tue aug 8 14:23:38 cest 2006 i686
unknown unknown pld linux '
config_args='-des -Dcc=i686-pld-linux-gcc -Darchname=i686-pld-linux
-Dcccdlflags=-fPIC -Dccdlflags=-rdynamic -Dldlibpthname=none
-Dldflags=-Wl,--as-needed -Dlddlflags=-shared -Wl,--as-needed -Doptimize=-O2
-fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -ggdb -Duseshrplib
-Dd_dosuid -Dman1dir=/usr/share/man/man1 -Dman1ext=1
-Dman3dir=/usr/share/man/man3 -Dman3ext=3perl
-Dvendorman1dir=/usr/share/man/man1 -Dvendorman1ext=1p
-Dvendorman3dir=/usr/share/man/man3 -Dvendorman3ext=3pm
-Dsiteman1dir=/usr/local/man/man1 -Dsiteman1ext=1p
-Dsiteman3dir=/usr/local/man/man3 -Dsiteman3ext=3pm -Dprefix=/usr
-Dvendorprefix=/usr -Dsiteprefix=/usr/local -Dlibpth=/usr/lib /lib
-Dprivlib=/usr/share/perl5/5.8.8
-Darchlib=/usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi
-Dsitelib=/usr/local/share/perl5
-Dsitearch=/usr/local/lib/perl5/5.8.0/i686-pld-linux-thread-multi
-Dvendorlib=/usr/share/perl5/vendor_perl
-Dvendorarch=/usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi
-Ui_db -Ui_dbm -Di_gdbm -Ui_ndbm -Dlibswanted=dl m c crypt gdbm -Dusethreads
-Duselargefiles'
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='i686-pld-linux-gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4
-ggdb ',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.1.2 20060817 (prerelease) (PLD-Linux)',
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='i686-pld-linux-gcc', ldflags ='-Wl,--as-needed '
libpth=/usr/lib /lib
libs=-ldl -lm -lpthread -lc -lcrypt -lgdbm
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.4.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.4'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic
-Wl,-rpath,/usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi/CORE'
cccdlflags='-fPIC', lddlflags='-shared -Wl,--as-needed '
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Aug 24 2006 10:35:16
%ENV:
PERL_LWP_USE_HTTP_10="1"
@INC:
/usr/local/lib/perl5/5.8.0/i686-pld-linux-thread-multi
/usr/local/share/perl5
/usr/lib/perl5/vendor_perl/5.8.0/i686-pld-linux-thread-multi
/usr/share/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i686-pld-linux-thread-multi
/usr/share/perl5/5.8.8
.
*** Packages of interest status:
Apache2 : -
Apache2::Request : 2.08
CGI : 3.15, 3.23
ExtUtils::MakeMaker: 6.30, 6.30
LWP : 5.805
mod_perl : -
mod_perl2 : 2.000002
This report was generated by t/REPORT on Fri Sep 8 13:35:18 2006 GMT.
-------------8<---------- End Bug Report --------------8<----------
--
Radosław Zieliński <[EMAIL PROTECTED]>
pgpneoqfdW951.pgp
Description: PGP signature
