Hi -

This is not in your bug report format, but look
how strange it is:

1) Standard test gives these failures:

$ make test
...
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/modperl/setupenv2.t                23    7  30.43%  1-7
t/modules/cgi2.t                      5    5 100.00%  1-5
t/modules/cgipost.t                   6    3  50.00%  4-6
t/modules/cgipost2.t                  6    3  50.00%  4-6
t/modules/cgiupload2.t                2    2 100.00%  1-2
8 tests skipped.
Failed 5/238 test scripts, 97.90% okay. 20/2386 subtests failed, 99.16% okay.
[warning] server localhost:8529 shutdown
...

2) selective tests:

$ make test TEST_FILES=t/modperl/setupenv2.t
...
server localhost:8564 listening (TestHooks::push_handlers_anon)
t/modperl/setupenv2....ok
All tests successful.
Files=1, Tests=23,  1 wallclock secs ( 0.56 cusr +  0.05 csys =  0.61 CPU)
[warning] server localhost:8529 shutdown
...

$ make test TEST_FILES=t/modules/cgi2.t
...
server localhost:8564 listening (TestHooks::push_handlers_anon)
t/modules/cgi2....ok
All tests successful.
Files=1, Tests=5,  0 wallclock secs ( 0.57 cusr +  0.08 csys =  0.65 CPU)
[warning] server localhost:8529 shutdown
...

(other failed tests not tried, but same-same I bet.)

3) Configuration:

Apache 2.3 (svn trunk):

./configure                     \
    --host=$CHOST               \
    --enable-layout=WinterHaven \
    --with-mpm=prefork          \
    --enable-cgi                \
    --disable-cgid              \
    --enable-setenvif           \
    --enable-mods-shared        \
    --enable-auth-anon          \
    --enable-auth-dbm           \
    --enable-dav                \
    --enable-dav-fs             \
    --enable-dav-lock           \
    --enable-deflate            \
    --enable-headers            \
    --enable-info               \
    --enable-rewrite            \
    --enable-speling            \
    --enable-ssl               

mod_perl 2.0 (svn):

perl Makefile.PL \
    MP_APXS=/usr/apache2.3/bin/apxs \
    MP_COMPAT_1X=0                  &&

uname -a:

Linux cathy 2.6.14-gentoo-r5 #2 SMP PREEMPT
Sun Dec 25 14:58:37 HST 2005 i686 Intel(R) Pentium(R) 4 CPU
2.40GHz GenuineIntel GNU/Linux

perl -V:
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=linux, osvers=2.6.14-gentoo-r2, archname=i686-linux-thread-multi
    uname='linux cathy 2.6.14-gentoo-r2 #16 smp preempt sun nov 27 13:29:58 hst 
2005 i686 intel(r) pentium(r) 4 cpu 2.40ghz genuineintel gnulinux '
    config_args='-des -Darchname=i686-linux-thread -Dcccdlflags=-fPIC 
-Dccdlflags=-rdynamic -Dcc=i686-pc-linux-gnu-gcc -Dprefix=/usr 
-Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth=  -Doptimize=-O2 
-march=pentium4 -pipe -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin 
-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 
-Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3 
-Dman1ext=1 -Dman3ext=3pm -Dinc_version_list=5.8.0 
5.8.0/i686-linux-thread-multi 5.8.2 5.8.2/i686-linux-thread-multi 5.8.4 
5.8.4/i686-linux-thread-multi 5.8.5 5.8.5/i686-linux-thread-multi 5.8.6 
5.8.6/i686-linux-thread-multi  -Dcf_by=Gentoo -Ud_csh -Dusethreads -Di_ndbm 
-Di_gdbm -Di_db'
    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
...

Aloha => Beau;


Reply via email to