Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Steve Hay
On 31 May 2015 at 11:07, Vincent Veyron vv.li...@wanadoo.fr wrote:
 On Sat, 30 May 2015 19:20:34 +0100
 Steve Hay steve.m@googlemail.com wrote:

 Please download, test, and report back on this release candidate of
 the long-awaited mod_perl 2.0.9.


 Hi Steve,

 I've been seeing the requests for tests, and meaning to run them for a long 
 while now, but for the life of me, I can't figure out how to install the 
 thing, and it's not for lack of trying.

 Is there a place that explains how to install and run the test suite? this 
 page for instance, does not (unless something escapes me totally):

 https://perl.apache.org/docs/general/testing/testing.html


Just follow the instructions in INSTALL in the tarball, i.e. something like:

  % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
  % make  make test
  % make install

(You can skip the last step. It's the results of make test that
we're interested in here.)


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Steve Hay
On 31 May 2015 at 02:12, Kevin A. McGrail kmcgr...@pccc.com wrote:
 ok 23
 # testing : $s-log_serror(LOG_MARK, LOG_DEBUG, APR::Const::EGENERAL...)
 # expected: qr/(?^:Internal error: log_serror test 2)/
 # received: '
 # *** The following warn entry is expected and harmless ***
 # [Sat May 30 21:04:59.085379 2015] [perl:debug] [pid 9642:tid 3076]
 aplog.pm(90): (20014)Internal error (specific information not available):
 log_serror test 2
 # '
 not ok 24
 # testing : $r-log_rerror(LOG_MARK, LOG_CRIT, APR::Const::ENOTIME...)
 # expected: qr/(?^:\[\w*:crit\] \[pid[^]]+\] .*?: \[[^]]+\] log_rerror
 test)/
 # received: '# Failed test 24 in
 /usr/src/mod_perl-2.0.9-rc2/t/response/TestAPI/aplog.pm at line 92
 #
 # *** The following error entry is expected and harmless ***
 # [Sat May 30 21:04:59.086325 2015] [perl:crit] [pid 9642:tid 3076]
 (20007)No time was provided and one was required.: [client 127.0.0.1:56778]
 log_rerror test
 # '

Weird. I don't see this on my system, although I see that many other
people are reporting the same problem.

I really don't know why the test fails given that what it says it
received DOES match what it says it's expecting!?


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread John D Groenveld
In message CADED=K74mJPpYcYyU5NkXku6r6LAJDtb=5tavbzbk_g5z-l...@mail.gmail.com
, Steve Hay writes:
Please download, test, and report back on this release candidate of
the long-awaited mod_perl 2.0.9.

Not good.

$ cat /etc/release 
  OmniOS v11 r151014
  Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
  Use is subject to license terms.


$ perl -V
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
osname=solaris, osvers=2.11, archname=i86pc-solaris-64
uname='sunos bernice 5.11 omnios-10b9c79 i86pc i386 i86pc '
config_args='-Dprefix=/opt/apache2/perl-5.20.2 -Dcc=gcc -Duseshrplib 
-Uusemymalc -Duselargefiles -Ubincompat5005 -Doptimize=-O3 -Duse64bitall'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-m64 -fwrapv -fno-strict-aliasing -pipe 
-fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DPERL_USE_SAFE_PUTENV',
optimize='-O3',
cppflags='-m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.1', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
alignbytes=8, prototype=define
  Linker and Libraries:
ld='gcc', ldflags =' -m64 -fstack-protector -L/usr/gnu/lib '
libpth=/opt/gcc-4.8.1/lib 
/opt/gcc-4.8.1/lib/gcc/i386-pc-solaris2.11/4.8.1/include-fixed /usr/lib 
/usr/gnu/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version=''
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -R 
/opt/apache2/perl-5.20.2/lib/5.20.2/i86pc-solaris-64/CORE'
cccdlflags='-fPIC', lddlflags=' -shared -m64 -L/usr/gnu/lib 
-fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF
  Built under solaris
  Compiled at Mar 27 2015 17:54:42
  @INC:
/opt/apache2/perl-5.20.2/lib/site_perl/5.20.2/i86pc-solaris-64
/opt/apache2/perl-5.20.2/lib/site_perl/5.20.2
/opt/apache2/perl-5.20.2/lib/5.20.2/i86pc-solaris-64
/opt/apache2/perl-5.20.2/lib/5.20.2
.


$ /opt/apache2/bin/httpd -V
Server version: Apache/2.2.29 (Unix)
Server built:   Dec 14 2014 18:03:56
Server's Module Magic Number: 20051115:36
Server loaded:  APR 1.5.1, APR-Util 1.5.3
Compiled using: APR 1.5.1, APR-Util 1.5.3
Architecture:   64-bit
Server MPM: Prefork
  threaded: no
forked: yes (variable process count)
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_PROC_PTHREAD_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=/opt/apache2
 -D SUEXEC_BIN=/opt/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


$ env 
PATH=/opt/apache2/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
 gmake
Go
cd src/modules/perl  gmake
gmake[1]: Entering directory `/home/john/mod_perl-2.0.9-rc2/src/modules/perl'
gcc -I/home/john/mod_perl-2.0.9-rc2/src/modules/perl 
-I/home/john/mod_perl-2.0.9-rc2/xs -I/opt/apache2/include 
-I/opt/apache2/include -I/usr/sfw/include -I/opt/apache2/include -m64 -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV 
-I/opt/apache2/perl-5.20.2/lib/5.20.2/i86pc-solaris-64/CORE -DMOD_PERL 
-DMP_COMPAT_1X -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -O3 -fPIC \
-c modperl_filter.c  mv modperl_filter.o modperl_filter.lo
In file included from mod_perl.h:32:0,
 from modperl_filter.c:17:
modperl_filter.c: In function 'modperl_run_filter':
modperl_error.h:42:9: error: unknown type name 'modperl_interp_t'
 modperl_interp_t *interp = modperl_thx_interp_get(aTHX);\
 ^
modperl_error.h:50:9: note: in expansion of macro 

Fw: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Vincent Veyron

geez... forgot to cc the list and then sent twice with wrong id :-(

Begin forwarded message:

Date: Tue, 2 Jun 2015 14:44:27 +0200
From: Vincent Veyron vv.li...@wanadoo.fr
To: Steve Hay steve.m@googlemail.com
Subject: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2


On Tue, 2 Jun 2015 08:41:49 +0100
Steve Hay steve.m@googlemail.com wrote:
 
 Just follow the instructions in INSTALL in the tarball, i.e. something like:
 
   % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
   % make  make test


hh. hitting a wall, I'm getting errors (listed below). I tried several 
things, but can't get 'make test' to work

My system runs Debian Stable ( 8/Jessie ), with this command to install Apache 
httpd/mod_perl :

apt-get install apache2-mpm-prefork libapache2-request-perl libapache2-modperl2 
libapache2-mod-apreq2 apache2.2-common apache2-dev

So  presumably, it's running RC1 now (dpkg -l shows : 2.0.9~1624218-2)

   % make install
 
 (You can skip the last step. It's the results of make test that
 we're interested in here.)

Does this mean that I don't need to remove my current installation of mod_perl 
to run the tests?


Steps taken
make : 
had to symlink libgdbm.so and libperl.so

make test : 
first returns httpd.conf not found, so I copied it from apache2.conf and 
modified /etc/apache2/mods-available/perl.load to use mod_perl.so in the test 
suite with LoadModule perl_module 
/home/bla/tmp/mod_perl-2.0.9-rc2/src/modules/perl/mod_perl.so.

Result :

t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /home/bla/tmp/mod_perl-2.0.9-rc2/t/TEST 
-clean
APACHE_TEST_APXS= APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= 
APACHE_TEST_USER= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=0 
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /home/bla/tmp/mod_perl-2.0.9-rc2/t/TEST 
-bugreport -verbose=0
[Tue Jun 02 14:42:04.341261 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_LOCK_DIR} is not defined
[Tue Jun 02 14:42:04.341525 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_PID_FILE} is not defined
[Tue Jun 02 14:42:04.341662 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_RUN_USER} is not defined
[Tue Jun 02 14:42:04.341748 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_RUN_GROUP} is not defined
[Tue Jun 02 14:42:04.341869 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_LOG_DIR} is not defined
[Tue Jun 02 14:42:04.342683 2015] [so:warn] [pid 29185] AH01574: module 
apreq_module is already loaded, skipping
[Tue Jun 02 14:42:04.358599 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_RUN_DIR} is not defined
[Tue Jun 02 14:42:04.359251 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_LOG_DIR} is not defined
[Tue Jun 02 14:42:04.359717 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_LOG_DIR} is not defined
[Tue Jun 02 14:42:04.359823 2015] [core:warn] [pid 29185] AH00111: Config 
variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/httpd.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}
APXS (/usr/bin/apxs) query for PREFIX failed
/usr/sbin/apache2  -d /home/bla/tmp/mod_perl-2.0.9-rc2/t -f 
/home/bla/tmp/mod_perl-2.0.9-rc2/t/conf/httpd.conf -D APACHE2 -D APACHE2_4 -D 
PERL_USEITHREADS
using Apache/2.4.10 

waiting 300 seconds for server to start: .AH00534: apache2: Configuration 
error: No MPM loaded.
[  error] 
server has died with status 255 (t/logs/error_log wasn't created, start the 
server in the debug mode)
Terminated
Makefile:1106: recipe for target 'run_tests' failed
make: *** [run_tests] Error 143





-- 
Salutations, Vincent Veyron 

https://marica.fr/
Gestion des contentieux, des dossiers de sinistres assurance et des contrats 
pour le service juridique





Re: Fw: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Dominic Hargreaves
On Tue, Jun 02, 2015 at 03:22:21PM +0200, Vincent Veyron wrote:
 
 On Tue, 2 Jun 2015 08:41:49 +0100
 Steve Hay steve.m@googlemail.com wrote:
  
  Just follow the instructions in INSTALL in the tarball, i.e. something like:
  
% perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
% make  make test
 
 
 hh. hitting a wall, I'm getting errors (listed below). I tried 
 several things, but can't get 'make test' to work
 
 My system runs Debian Stable ( 8/Jessie ), with this command to install 
 Apache httpd/mod_perl :
 
 apt-get install apache2-mpm-prefork libapache2-request-perl 
 libapache2-modperl2 libapache2-mod-apreq2 apache2.2-common apache2-dev
 
 So  presumably, it's running RC1 now (dpkg -l shows : 2.0.9~1624218-2)

This is actually an svn snapshot from a while ago, so not RC1.

If your main concern is whether RC2's test suite works within Debian,
then the answer is yes:

https://buildd.debian.org/status/fetch.php?pkg=libapache2-mod-perl2arch=amd64ver=2.0.9~rc2-1stamp=1433186697

(at least except with perl 5.22, as I posted about separately).

Cheers,
Dominic.


Re: Fw: Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-02 Thread Steve Hay
On 2 June 2015 at 17:18, Dominic Hargreaves d...@earth.li wrote:
 On Tue, Jun 02, 2015 at 03:22:21PM +0200, Vincent Veyron wrote:

 On Tue, 2 Jun 2015 08:41:49 +0100
 Steve Hay steve.m@googlemail.com wrote:
 
  Just follow the instructions in INSTALL in the tarball, i.e. something 
  like:
 
% perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
% make  make test


 hh. hitting a wall, I'm getting errors (listed below). I tried 
 several things, but can't get 'make test' to work

 My system runs Debian Stable ( 8/Jessie ), with this command to install 
 Apache httpd/mod_perl :

 apt-get install apache2-mpm-prefork libapache2-request-perl 
 libapache2-modperl2 libapache2-mod-apreq2 apache2.2-common apache2-dev

 So  presumably, it's running RC1 now (dpkg -l shows : 2.0.9~1624218-2)

 This is actually an svn snapshot from a while ago, so not RC1.

 If your main concern is whether RC2's test suite works within Debian,
 then the answer is yes:

 https://buildd.debian.org/status/fetch.php?pkg=libapache2-mod-perl2arch=amd64ver=2.0.9~rc2-1stamp=1433186697

 (at least except with perl 5.22, as I posted about separately).


What's the problem with 5.22? I don't see a separate post, except from
David Wheeler, reporting a problem with 5.22. I also found a problem
late in the 5.21 development cycle that I knew would cause a problem
for 5.22: https://rt.cpan.org/Ticket/Display.html?id=101962

Is the problem anything to do with that?

I'm inclinced to just add a note to README about 5.22 woes for now so
that we can get a 2.0.9 out there that works with the latest httpd,
and then work on supporting this latest perl for 2.0.10.


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-06-01 Thread Jie Gao
 cat /etc/issue
Red Hat Enterprise Linux Server release 6.6 (Santiago)
Kernel \r on an \m

 uname -a 
Linux xxx 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 17:01:00 EDT 2015 x86_64 
x86_64 x86_64 GNU/Linux

 perl -V
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
osname=linux, osvers=2.6.32-504.12.2.el6.x86_64, 
archname=x86_64-linux-thread-multi
uname='linux x 2.6.32-504.12.2.el6.x86_64 #1 smp sun feb 1 12:14:02 est 
2015 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dcc=gcc -Dusethreads -Dprefix=/usr/local -des -A 
ccflags=-fPIC'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
  Compiler:
cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fPIC -fwrapv 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fPIC -fwrapv -fno-strict-aliasing 
-pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.4.7 20120313 (Red Hat 4.4.7-11)', 
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
alignbytes=8, prototype=define
  Linker and Libraries:
ld='gcc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 
/usr/lib64 /usr/local/lib64
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.12.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12'
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib 
-fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Mar 27 2015 14:50:02
  @INC:
/usr/local/lib/perl5/site_perl/5.20.2/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.20.2
/usr/local/lib/perl5/5.20.2/x86_64-linux-thread-multi
/usr/local/lib/perl5/5.20.2
/usr/local/lib/perl5/site_perl/5.18.2
/usr/local/lib/perl5/site_perl/5.18.0
/usr/local/lib/perl5/site_perl

All tests successful for make test.

No errors loading external modules.



Regards,

Jie 

Please think of our environment and only print this e-mail if necessary.

* Steve Hay steve.m@googlemail.com wrote:

 Date: Sat, 30 May 2015 19:20:34 +0100
 From: Steve Hay steve.m@googlemail.com
 To: d...@perl.apache.org, modperl@perl.apache.org modperl@perl.apache.org
 Subject: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2
 
 Please download, test, and report back on this release candidate of
 the long-awaited mod_perl 2.0.9.
 
 http://people.apache.org/~stevehay/mod_perl-2.0.9-rc2.tar.gz
 
 MD5 = 6dbf61e0724a245f1c015687fb3e4213
 SHA1 = faf63c98b338ef0373ccbbe775c52506270ff3b9
 
 Changes since RC1:
 
 Remove PerlInterpScope. This has not been working properly with
 threaded MPMs with httpd-2.4.x and the use-case of this directive was
 questionable. [Jan Kaluza]
 
 Allow running the test suite with httpd-2.4.x when mod_access_compat
 is not loaded. [Steve Hay]
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
 For additional commands, e-mail: dev-h...@perl.apache.org
 


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-05-31 Thread olli hauer
On 2015-05-30 20:20, Steve Hay wrote:
 Please download, test, and report back on this release candidate of
 the long-awaited mod_perl 2.0.9.
 
 http://people.apache.org/~stevehay/mod_perl-2.0.9-rc2.tar.gz
 
 MD5 = 6dbf61e0724a245f1c015687fb3e4213
 SHA1 = faf63c98b338ef0373ccbbe775c52506270ff3b9
 
 Changes since RC1:
 
 Remove PerlInterpScope. This has not been working properly with
 threaded MPMs with httpd-2.4.x and the use-case of this directive was
 questionable. [Jan Kaluza]
 
 Allow running the test suite with httpd-2.4.x when mod_access_compat
 is not loaded. [Steve Hay]


Test system: FreeBSD-10.1 (x64), perl-5.20.2, apr-1.5.2, apr-util-1.5.4


using Apache/2.4.12 (event MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2834, 180 wallclock secs ( 1.10 usr  0.38 sys + 128.39 cusr 
35.48 csys = 165.36 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2834 subtests failed.


using Apache/2.4.12 (prefork MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2850, 184 wallclock secs ( 1.04 usr  0.46 sys + 128.05 cusr 
35.77 csys = 165.31 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2850 subtests failed.


using Apache/2.4.12 (worker MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2866, 179 wallclock secs ( 1.10 usr  0.41 sys + 127.88 cusr 
35.87 csys = 165.26 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2866 subtests failed.


using Apache/2.2.29 (prefork MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2695, 225 wallclock secs ( 1.80 usr  0.72 sys + 167.06 cusr 
36.84 csys = 206.42 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2695 subtests failed.


using Apache/2.2.29 (event MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2667, 220 wallclock secs ( 1.85 usr  0.67 sys + 167.34 cusr 
36.51 csys = 206.37 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2667 subtests failed.


using Apache/2.2.29 (worker MPM)
...
Test Summary Report
---
t/api/aplog.t (Wstat: 0 Tests: 36 Failed: 1)
  Failed test:  24
Files=245, Tests=2712, 220 wallclock secs ( 1.84 usr  0.70 sys + 167.43 cusr 
36.64 csys = 206.60 CPU)
Result: FAIL
Failed 1/245 test programs. 1/2712 subtests failed.



Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2

2015-05-31 Thread Vincent Veyron
On Sat, 30 May 2015 19:20:34 +0100
Steve Hay steve.m@googlemail.com wrote:

 Please download, test, and report back on this release candidate of
 the long-awaited mod_perl 2.0.9.
 

Hi Steve,

I've been seeing the requests for tests, and meaning to run them for a long 
while now, but for the life of me, I can't figure out how to install the thing, 
and it's not for lack of trying. 

Is there a place that explains how to install and run the test suite? this page 
for instance, does not (unless something escapes me totally):

https://perl.apache.org/docs/general/testing/testing.html

The worst is that I'm sure I've done it once years ago...

-- 
Salutations, Vincent Veyron 


https://marica.fr/
Gestion des contentieux, des dossiers de sinistres assurance et des contrats 
pour le service juridique