Hi,
--On Friday, March 19, 2004 10:20:48 -0800 Stas Bekman <[EMAIL PROTECTED]>
wrote:
> Helmut Zeilinger wrote:
>> Hi,
>>
>> --On Tuesday, March 09, 2004 00:18:22 -0800 Stas Bekman <[EMAIL PROTECTED]>
>> wrote:
>> ..
>>
>>>> on Linux 2.4.22/Apache 2.48/Perl 5.9.0 the compilation of mp 1.99_13
>>>> failed (see below).
>>>>
>>>> Is it because of Perl version 5.9.0? Must i downgrade to Perl 5.8.x
>>>> again?
>>>
>>> It's because you have an old 5.9.0. Only the very latest blead perl is
>>> supported. Upgrade to the current blead and you will be fine. 5.9.1
>>> should be released in a week or so.
>>>
>>
>>
>> I awaited Perl 5.9.1 and installed it.
>>
>> MP 1.99_13 now compiles fine but in "make test" ALL tests fail (See
>> below). Also below are the outputs of t/REPORT and of t/logs/error_log.
>>
>> What else can i provide/try?
>
> It seems like an Apache-Test problem, since the server wasn't ever
> accesses. You can verify that by looking at t/logs/access_log.
That's true, t/logs/access_log is empty after running make test (0 bytes).
> I had this
> problem several times when I have configured Apache-Test's own test suite
> inside modperl-2.0 subdir. So may be doing:
>
> cd Apache-Test
> t/TEST -clean
>
> will help.
No it did not change anything.
>
>> t/apache/add_config.....................dubious
>> Test returned status 111 (wstat 28416, 0x6f00)
> [...]
>> *** /usr/bin/perl5.9.0 -V
>> Summary of my perl5 (revision 5.0 version 9 subversion 0) configuration:
> [...]
>> @INC:
>> /usr/lib/perl5/5.9.0/i686-linux-thread-multi
>> /usr/lib/perl5/5.9.0
>> /usr/lib/perl5/site_perl/5.9.0/i686-linux-thread-multi
>> /usr/lib/perl5/site_perl/5.9.0
>> /usr/lib/perl5/site_perl
>
> i thought you said, you are running 5.9.1. How come your report is from
> 5.9.0. Did you rebuild mod_perl with the right perl? Also your mod_perl
> version is 1.99_12 where supposedly you are talking about 1.9_13.
>
No, it's really mp 1.99_13 and Perl 5.9.1. Somehow i attached the wrong
REPORT output -
i feel awful about it!
Below is the correct REPORT output:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:
[DESCRIBE THE PROBLEM HERE]
2. Used Components and their Configuration:
*** mod_perl version 1.9913
*** using /tmp/install/apache/mod_perl-1.99_13/lib/Apache/BuildConfig.pm
*** Makefile.PL options:
MP_AP_PREFIX => /usr/local/apache2
MP_COMPAT_1X => 1
MP_GENERATE_XS => 1
MP_LIBNAME => mod_perl
MP_USE_DSO => 1
MP_USE_STATIC => 1
*** /usr/local/apache2/bin/httpd -V
Server version: Apache/2.0.48
Server built: Nov 12 2003 16:30:49
Server's Module Magic Number: 20020903:4
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-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 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/bin/perl5.9.1 -V
Summary of my perl5 (revision 5 version 9 subversion 1) configuration:
Platform:
osname=linux, osvers=2.4.21-99-default, archname=i686-linux-thread-multi
uname='linux wanda 2.4.21-99-default #2 tue jan 20 10:31:27 cet 2004
i686 i686 i386 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=define 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='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.3.1 (SuSE 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='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Built under linux
Compiled at Mar 18 2004 09:53:26
%ENV:
PERL_LWP_USE_HTTP_10="1"
@INC:
/usr/lib/perl5/5.9.1/i686-linux-thread-multi
/usr/lib/perl5/5.9.1
/usr/lib/perl5/site_perl/5.9.1/i686-linux-thread-multi
/usr/lib/perl5/site_perl/5.9.1
/usr/lib/perl5/site_perl
.
*** Packages of interest status:
Apache::Request: -
CGI : 3.40.0
LWP : 5.760.0
mod_perl : -
3. This is the core dump trace: (if you get a core dump):
[CORE TRACE COMES HERE]
This report was generated by ./REPORT on Sat Mar 20 18:16:42 2004 GMT.
-------------8<---------- End Bug Report --------------8<----------
Note: Complete the rest of the details and post this bug report to
dev <at> perl.apache.org. To subscribe to the list send an empty
email to [EMAIL PROTECTED]
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html