You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by as...@impatience.valueclick.com on 1999/07/01 04:58:42 UTC

mod_perl test report

mod_perl VERSION: 1.2001
Apache version: 1.3.7-dev
Apache MMN: 19990320

make[1]: Entering directory `/usr/src/apache/modperl'
(cd /usr/src/apache/apache-1.3 && make)
make[2]: Entering directory `/usr/src/apache/apache-1.3'
===> src
make[3]: Entering directory `/usr/src/apache/apache-1.3'
make[4]: Entering directory `/usr/src/apache/apache-1.3/src'
===> src/regex
make[5]: Nothing to be done for `all'.
<=== src/regex
===> src/os/unix
make[5]: Nothing to be done for `all'.
<=== src/os/unix
===> src/ap
make[5]: Nothing to be done for `all'.
<=== src/ap
===> src/main
make[5]: Nothing to be done for `all'.
<=== src/main
===> src/lib
===> src/lib/expat-lite
make[6]: Nothing to be done for `all'.
<=== src/lib/expat-lite
<=== src/lib
===> src/modules
===> src/modules/standard
make[6]: Nothing to be done for `all'.
<=== src/modules/standard
===> src/modules/perl
make[6]: Nothing to be done for `all'.
<=== src/modules/perl
<=== src/modules
cc -c -I.  -I/usr/local/lib/perl5/5.00557/i686-linux/CORE  -I./os/unix -I./include   -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -DPERL_POLLUTE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DPERL_MARK_WHERE=1 -g -DPERL_DESTRUCT_LEVEL=2 `./apaci` modules.c
cc -c -I.  -I/usr/local/lib/perl5/5.00557/i686-linux/CORE  -I./os/unix -I./include   -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -DPERL_POLLUTE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DPERL_MARK_WHERE=1 -g -DPERL_DESTRUCT_LEVEL=2 `./apaci` buildmark.c
cc  -DLINUX=2 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char -DHAS_BOOL -DPERL_POLLUTE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DPERL_MARK_WHERE=1 -g -DPERL_DESTRUCT_LEVEL=2 `./apaci`    \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/perl/libperl.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -lm -lcrypt -lndbm -rdynamic  -L/usr/local/lib /usr/local/lib/perl5/5.00557/i686-linux/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.00557/i686-linux/CORE -lperl -lnsl -lndbm -lgdbm -ldb -ldl -lm -lrt -lc -lposix -lcrypt 
make[4]: Leaving directory `/usr/src/apache/apache-1.3/src'
make[3]: Leaving directory `/usr/src/apache/apache-1.3'
make[3]: Entering directory `/usr/src/apache/apache-1.3'
===> src/support
make[4]: Entering directory `/usr/src/apache/apache-1.3/src/support'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/src/apache/apache-1.3/src/support'
<=== src/support
make[3]: Leaving directory `/usr/src/apache/apache-1.3'
<=== src
make[2]: Leaving directory `/usr/src/apache/apache-1.3'
make[2]: Entering directory `/usr/src/apache/modperl/Apache'
make[2]: Leaving directory `/usr/src/apache/modperl/Apache'
make[2]: Entering directory `/usr/src/apache/modperl/Connection'
make[2]: Leaving directory `/usr/src/apache/modperl/Connection'
make[2]: Entering directory `/usr/src/apache/modperl/Constants'
make[2]: Leaving directory `/usr/src/apache/modperl/Constants'
make[2]: Entering directory `/usr/src/apache/modperl/File'
make[2]: Leaving directory `/usr/src/apache/modperl/File'
make[2]: Entering directory `/usr/src/apache/modperl/Leak'
make[2]: Leaving directory `/usr/src/apache/modperl/Leak'
make[2]: Entering directory `/usr/src/apache/modperl/Log'
make[2]: Leaving directory `/usr/src/apache/modperl/Log'
make[2]: Entering directory `/usr/src/apache/modperl/ModuleConfig'
make[2]: Leaving directory `/usr/src/apache/modperl/ModuleConfig'
make[2]: Entering directory `/usr/src/apache/modperl/PerlRunXS'
make[2]: Leaving directory `/usr/src/apache/modperl/PerlRunXS'
make[2]: Entering directory `/usr/src/apache/modperl/Server'
make[2]: Leaving directory `/usr/src/apache/modperl/Server'
make[2]: Entering directory `/usr/src/apache/modperl/Symbol'
make[2]: Leaving directory `/usr/src/apache/modperl/Symbol'
make[2]: Entering directory `/usr/src/apache/modperl/Table'
make[2]: Leaving directory `/usr/src/apache/modperl/Table'
make[2]: Entering directory `/usr/src/apache/modperl/URI'
make[2]: Leaving directory `/usr/src/apache/modperl/URI'
make[2]: Entering directory `/usr/src/apache/modperl/Util'
make[2]: Leaving directory `/usr/src/apache/modperl/Util'
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
/usr/src/apache/apache-1.3/src//httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
modules/actions.....ok
modules/cgi.........ok
modules/constants...ok
modules/cookie......FAILED tests 4, 8, 12, 31-33
	Failed 6/40 tests, 85.00% okay
modules/embperl.....ok
modules/eperl.......skipped test on this platform
modules/file........ok
modules/httpdconf...ok
modules/include.....ok
modules/log.........ok
modules/module......skipped test on this platform
modules/perlrun.....ok
modules/perlrunxs...skipped test on this platform
modules/psections...ok
modules/request.....dubious
	Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-10
	Failed 8/10 tests, 20.00% okay
modules/sandwich....FAILED test 1
	Failed 1/1 tests, 0.00% okay
modules/src.........ok
modules/ssi.........ok
modules/stage.......ok
modules/status......ok
modules/symbol......ok
modules/uri.........ok
modules/util........ok
internal/api........ok
internal/auth.......ok
internal/croak......ok
internal/dirmagic...ok
internal/error......ok
internal/headers....ok
internal/hooks......ok
internal/http-get...ok
internal/http-post..ok
internal/proxy......ok
internal/redirect...ok
internal/rwrite.....ok
internal/stacked....ok
internal/table......ok
internal/taint......ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
modules/cookie.              40    6  15.00%  4, 8, 12, 31-33
modules/request   2   512    10    8  80.00%  3-10
modules/sandwic               1    1 100.00%  1
3 tests skipped.
make[1]: Leaving directory `/usr/src/apache/modperl'

Summary of my perl5 (revision 5.0 version 5 subversion 57) configuration:
  Platform:
    osname=linux, osvers=2.2.9, archname=i686-linux
    uname='linux impatience.valueclick.com 2.2.9 #6 smp fri may 28 15:52:40 pdt 1999 i686 unknown '
    config_args='-des -D ccflags=-DPERL_POLLUTE'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
    use64bits=undef usemultiplicity=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
    cppflags='-Dbool=char -DHAS_BOOL -DPERL_POLLUTE'
    ccflags ='-Dbool=char -DHAS_BOOL -DPERL_POLLUTE'
    stdchar='char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lrt -lc -lposix -lcrypt
    libc=/lib/libc-2.1.1.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'