On 5/13/2015 4:40 PM, Steve Hay wrote:
On 13 May 2015 at 20:55, 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.
>
>http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz
>
If I can vote for my own RC then it's a +1 from me:-)
I almost always consider the release managers call for a vote as an implicit +1

With that said, I've compiled and done make test on CentOS 6.6 with a custom installation of both 2.2 and 2.4. I'm currently running 2.2 on the box because of the lack of mod_perl with installs in /usr/local/apache2.2 and /usr/local/apache2.4

2.2 passed

With 2.4 I get this error (keep reading)

gcc -I/usr/src/mod_perl-2.0.9-rc1/src/modules/perl -I/usr/src/mod_perl-2.0.9-rc1/xs -I/usr/local/apache2.4/include -I/usr/local/apache2.4/include -I/usr/local/apache2.4/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC \ -c modperl_constants.c && mv modperl_constants.o modperl_constants.lo
modperl_constants.c: In function 'modperl_constants_lookup_apache2_const':
modperl_constants.c:1378: error: 'HTTP_ALREADY_REPORTED' undeclared (first use in this function) modperl_constants.c:1378: error: (Each undeclared identifier is reported only once
modperl_constants.c:1378: error: for each function it appears in.)
modperl_constants.c:1433: error: 'HTTP_IM_USED' undeclared (first use in this function) modperl_constants.c:1458: error: 'HTTP_LOOP_DETECTED' undeclared (first use in this function) modperl_constants.c:1488: error: 'HTTP_NETWORK_AUTHENTICATION_REQUIRED' undeclared (first use in this function) modperl_constants.c:1543: error: 'HTTP_PERMANENT_REDIRECT' undeclared (first use in this function) modperl_constants.c:1553: error: 'HTTP_PRECONDITION_REQUIRED' undeclared (first use in this function) modperl_constants.c:1578: error: 'HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE' undeclared (first use in this function) modperl_constants.c:1618: error: 'HTTP_TOO_MANY_REQUESTS' undeclared (first use in this function)
make[1]: *** [modperl_constants.lo] Error 1
make[1]: Leaving directory `/usr/src/mod_perl-2.0.9-rc1/src/modules/perl'
make: *** [modperl_lib] Error 2

This was with httpd 2.4.2. So just to rule that out I used 2.4.12 and latest apr & apr-util.
(Is there a minimum 2.4.x version for mp 2.0.9? )

After switching to 2.4.12, make test is just hanging for a LONG time at this point:

t/filter/in_str_sandwich.t .............. 1/1 # Failed test 1 in t/filter/in_str_sandwich.t at line 16
t/filter/in_str_sandwich.t .............. Failed 1/1 subtests
t/filter/out_apache.t ................... skipped: cannot find module 'include'
t/filter/out_bbs_basic.t ................ ok
t/filter/out_bbs_ctx.t .................. ok
t/filter/out_bbs_filebucket.t ........... 1/10 # Failed test 1 in t/filter/out_bbs_filebucket.t at line 26
# Failed test 2 in t/filter/out_bbs_filebucket.t at line 27

[Waited about 30 minutes until a ctrl-c]

^C[warning]
halting tests
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...

............done
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 1


repeating make test and it got farther but then seemed to hang on

t/protocol/echo_nonblock.t .............. 1/3

A third test appears hung at t/filter/in_str_msg.t ...................

Fourth test caught on fire and sank into the swamp.


Anyway, getting pretty inconclusive test results here with 2.4.12

Regards,
KAM



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to