-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

 httpd-2.1/darwin test failures.
(same results regardless of which perl version (5.6.1/5.8.3) I used)

2. Used Components and their Configuration:

*** mod_perl version 1.9911

*** using lib/Apache/BuildConfig.pm
*** Makefile.PL options:
  MP_APXS         => /usr/local/apache2/bin/apxs
  MP_COMPAT_1X    => 1
  MP_GENERATE_XS  => 1
  MP_INST_APACHE2 => 1
  MP_LIBNAME      => mod_perl
  MP_USE_DSO      => 1
  MP_USE_STATIC   => 1


*** /usr/local/apache2/bin/httpd -V
Server version: Apache/2.1.0-dev
Server built:   Feb 23 2004 09:51:21
Server's Module Magic Number: 20030821:3
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_POSIXSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"


*** /usr/local/bin/perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  Platform:
    osname=darwin, osvers=7.3.0, archname=darwin-2level
    uname='darwin ianh.holsman.net 7.3.0 darwin kernel version 7.3.0: 
sun feb 1 20:34:55 pst 2004; root:xnuxnu-517.3.10.obj~1release_ppc power 
macintosh powerpc '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-pipe -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -I/usr/local/include -I/sw/include',
    optimize='-O3 -mtune=G4 -mcpu=G4',
    cppflags='-no-cpp-precomp -pipe -fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/sw/include'
    ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 
1636) (-mlongcall)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags 
='-L/usr/local/lib -L/sw/lib'
    libpth=/usr/local/lib /usr/lib /sw/lib
    libs=-lgdbm -ldbm -ldb -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, 
libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup 
-L/usr/local/lib -L/sw/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_LARGE_FILES
  Built under darwin
  Compiled at Feb 22 2004 20:46:04
  %ENV:
    PERL5LIB="/sw/lib/perl5:/sw/lib/perl5"
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /sw/lib/perl5
    /sw/lib/perl5
    /usr/local/lib/perl5/5.8.3/darwin-2level
    /usr/local/lib/perl5/5.8.3
    /usr/local/lib/perl5/site_perl/5.8.3/darwin-2level
    /usr/local/lib/perl5/site_perl/5.8.3
    /usr/local/lib/perl5/site_perl/5.8.2/darwin-2level
    /usr/local/lib/perl5/site_perl/5.8.2
    /usr/local/lib/perl5/site_perl
    .


3. This is the core dump trace: (if you get a core dump):


t/modules/cgiupload.....1..2
# Running under perl version 5.008003 for darwin
# Current time local: Mon Feb 23 10:28:49 2004
# Current time GMT:   Sun Feb 22 23:28:49 2004
# Using Test.pm version 1.24
Can't open file ../Makefile: No such file or directory at 
/usr/local/src/modperl-2.0/blib/lib/Apache/TestRequest.pm line 357
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/modules/cgiupload2....1..2
# Running under perl version 5.008003 for darwin
# Current time local: Mon Feb 23 10:28:52 2004
# Current time GMT:   Sun Feb 22 23:28:52 2004
# Using Test.pm version 1.24
Can't open file ../Makefile: No such file or directory at 
/usr/local/src/modperl-2.0/blib/lib/Apache/TestRequest.pm line 357
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------
------
t/modules/cgiupload.t   255 65280     2    4 200.00%  1-2
t/modules/cgiupload2.t  255 65280     2    4 200.00%  1-2
[warning] server localhost:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
ianh:/src/modperl-2.0 ianh$ 

(nothing usefull in t/logs/error_log)

This report was generated by /usr/local/bin/mp2bug on Sun Feb 22 
23:30:18 2004 GMT.

-------------8<---------- End Bug Report --------------8<----------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to