Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

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

> Linux xxx.xxx.xx 2.6.32-504.23.4.el6.x86_64 #1 SMP Fri May 29 10:16:43 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 xxx.xxx.xx 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
.

Apache: /usr/local/httpd-2.4.12



All tests successful.



Regards,

Jie 


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-11 Thread Joseph Schaefer
+1 looking good Steve!

Sent from my iPhone

> On Jun 11, 2015, at 6:44 PM, Fred Moyer  wrote:
> 
> +1, all tests passed on httpd 2.4.12, perl 5.20.1, Centos 6.5. Nice work 
> Steve!
> 
>> On Wed, Jun 10, 2015 at 10:13 AM, 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-rc3.tar.gz
>> 
>> MD5 = 61d07fe00919d9da2b49dbf7b821b1a7
>> SHA1 = 09e1d5f19312742db9da38c8e7f8955a77d29dfd
>> 
>> Changes since RC2:
>> 
>> Fix t/api/aplog.t for apr-1.5.2. [Steve Hay]
>> 
>> Note that Perl 5.22.x is currently not supported. This is logged as
>> CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]
>> 
>> Fix unthreaded build, which was broken in 2.0.9-rc2. [Steve Hay]


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-11 Thread Fred Moyer
+1, all tests passed on httpd 2.4.12, perl 5.20.1, Centos 6.5. Nice work Steve!

On Wed, Jun 10, 2015 at 10:13 AM, 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-rc3.tar.gz
>
> MD5 = 61d07fe00919d9da2b49dbf7b821b1a7
> SHA1 = 09e1d5f19312742db9da38c8e7f8955a77d29dfd
>
> Changes since RC2:
>
> Fix t/api/aplog.t for apr-1.5.2. [Steve Hay]
>
> Note that Perl 5.22.x is currently not supported. This is logged as
> CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]
>
> Fix unthreaded build, which was broken in 2.0.9-rc2. [Steve Hay]


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-11 Thread Vincent Veyron
On Wed, 10 Jun 2015 18:13:21 +0100
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-rc3.tar.gz


Test Summary Report
---
t/apache/util.t   (Wstat: 0 Tests: 8 Failed: 4)
  Failed tests:  1-4
t/filter/in_str_declined.t(Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
Files=245, Tests=2473, 228 wallclock secs ( 1.60 usr  0.42 sys + 158.47 cusr 
27.82 csys = 188.31 CPU)
Result: FAIL
Failed 2/245 test programs. 4/2473 subtests failed.
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...
...done
[  error] error running tests (please examine t/logs/error_log)
++
| Please file a bug report: http://perl.apache.org/bugs/ |
++
Makefile:1106: recipe for target 'run_tests' failed
make: *** [run_tests] Error 1


uname -a
Linux olga 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u1 i686 GNU/Linux

Debian version : 8.0

httpd -V
Server version: Apache/2.4.12 (Unix)
Server built:   Jun 11 2015 14:13:01
Server's Module Magic Number: 20120211:41
Server loaded:  APR 1.5.1, APR-UTIL 1.5.4
Compiled using: APR 1.5.1, APR-UTIL 1.5.4
Architecture:   32-bit
Server MPM: event
  threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with
 -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 DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/home/test_rc2/httpd-2.4.12"
 -D SUEXEC_BIN="/home/test_rc2/httpd-2.4.12/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

perl -V
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
osname=linux, osvers=3.2.0-4-amd64, 
archname=i586-linux-gnu-thread-multi-64int
uname='linux binet 3.2.0-4-amd64 #1 smp debian 3.2.65-1+deb7u2 i686 
gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Dldflags= -Wl,-z,relro -Dlddlflags=-shared 
-Wl,-z,relro -Dcccdlflags=-fPIC -Darchname=i586-linux-gnu -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.20 -Darchlib=/usr/lib/i386-linux-gnu/perl/5.20 
-Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 
-Dvendorarch=/usr/lib/i386-linux-gnu/perl5/5.20 -Dsiteprefix=/usr/local 
-Dsitelib=/usr/local/share/perl/5.20.2 
-Dsitearch=/usr/local/lib/i386-linux-gnu/perl/5.20.2 
-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 
-Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 
-Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs 
-Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -Uversiononly -DDEBUGGING=-g 
-Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.20.2 -des'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing 
-pipe -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
alignbytes=4, prototype=define
  Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/i586-linux-gnu/4.9/include-fixed 
/usr/include/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib/../lib 
/usr/lib/i386-linux-gnu /usr/lib/../lib /lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=libc-2.19.so, so=so, useshrplib=true, libperl=libperl.so.5.20
gnulibc_version='2.19'
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -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
  

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-10 Thread Steve Hay
On 10 Jun 2015 21:01, "David E. Wheeler"  wrote:
>
> On Jun 10, 2015, at 10:13 AM, Steve Hay 
wrote:
>
> > Note that Perl 5.22.x is currently not supported. This is logged as
> > CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]
>
> Oh, bummer. I was just looking at this, as it’s core-dumping. Is it
difficult to fix? Is 2.0.10 likely to come sooner than 2.0.9 did?
>

I first came across it a while ago and hoped to have 2.0.9 out before
5.22.0, so I put it to one side at the time.

Unfortunately 5.22.0 has beaten us to a release, but I didn't want to hold
up 2.0.9 any longer to try to fix it.

Rest assured, though, that 2.0.10 won't be anything like as long coming as
2.0.9 has been. I hope the fix won't be too difficult, in which case we
should have 2.0.10 fairly soon after 2.0.9. It might also give us a chance
to address any more problems found with 2.0.9, especially with its httpd
2.4.x support, after it's escaped into the wild!


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-10 Thread David E. Wheeler
On Jun 10, 2015, at 10:13 AM, Steve Hay  wrote:

> Note that Perl 5.22.x is currently not supported. This is logged as
> CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]

Oh, bummer. I was just looking at this, as it’s core-dumping. Is it difficult 
to fix? Is 2.0.10 likely to come sooner than 2.0.9 did?

Thanks,

David



smime.p7s
Description: S/MIME cryptographic signature


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-10 Thread John D Groenveld
In message 
, Steve Hay writes:
>Please download, test, and report back on this release candidate of
>the long-awaited mod_perl 2.0.9.

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

$ env 
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
 httpd -V
Server version: Apache/2.4.12 (Unix)
Server built:   Jun  3 2015 08:47:59
Server's Module Magic Number: 20120211:41
Server loaded:  APR 1.5.1, APR-UTIL 1.5.4
Compiled using: APR 1.5.1, APR-UTIL 1.5.4
Architecture:   64-bit
Server MPM: prefork
  threaded: no
forked: yes (variable process count)
Server compiled with
 -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=256
 -D HTTPD_ROOT="/opt/apache24"
 -D SUEXEC_BIN="/opt/apache24/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"

$ env 
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
 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-170cea2 i86pc i386 i86pc '
config_args='-Dprefix=/opt/apache24/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/apache24/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 Jun  3 2015 09:23:58
  @INC:
/opt/apache24/perl-5.20.2/lib/site_perl/5.20.2/i86pc-solaris-64
/opt/apache24/perl-5.20.2/lib/site_perl/5.20.2
/opt/apache24/perl-5.20.2/lib/5.20.2/i86pc-solaris-64
/opt/apache24/perl-5.20.2/lib/5.20.2
.

$ env 
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
 perl Makefile.PL MP_APXS=/opt/apache24/bin/apxs MP_NO_THREADS=1 MAKE=gmake

$ perl -i.bak -pe 's/LoadModule proxy_balancer_module/#LoadModule 
proxy_balancer_module/' t/conf/httpd.conf

$ env 
PATH=/opt/apache24/bin:/opt/apache24/perl-5.20.2/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/gcc-4.8.1/bin:/usr/sfw/bin:/usr/gnu/bin
 t/TEST
All tests successful.
Files=245, Tests=2566, 330 wallclock secs ( 2.35 usr  2.18 sys + 193.76 cusr 
103.66 csys = 301.95 CPU)
Result: PASS

Thank you!
John
groenv...@acm.org


[RELEASE CANDIDATE]: mod_perl-2.0.9 RC3

2015-06-10 Thread Steve Hay
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-rc3.tar.gz

MD5 = 61d07fe00919d9da2b49dbf7b821b1a7
SHA1 = 09e1d5f19312742db9da38c8e7f8955a77d29dfd

Changes since RC2:

Fix t/api/aplog.t for apr-1.5.2. [Steve Hay]

Note that Perl 5.22.x is currently not supported. This is logged as
CPAN RT#101962 and will hopefully be addressed in 2.0.10. [Steve Hay]

Fix unthreaded build, which was broken in 2.0.9-rc2. [Steve Hay]