On Thu, 23 Sep 2004, Stas Bekman wrote:

Matthew Hodgson wrote:
Stas Bekman wrote:

Matthew, please try the current cvs, Philippe has been working hard on improving the static build since _16 was released.
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution



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

Thanks for the quick response, Stas - unfortunately with the latest mod_perl cvs, things still segfault immediately:

I hope Philippe will have time to look at it tomorrow. I guess that the problem has to do with perl-5.6 that you use. We were testing only with 5.8 so far. I could be wrong.


The dynamic build is not working for you either?

The dynamic build runs, but a bunch of tests fail due to an undefined symbol of apr_bucket_setaside_notimpl with errors like:


t/apr-ext/base64........................Can't load '/usr/local/src/web/apache2/mod_perl-2.0-cvs/blib/arch/Apache2/auto/APR/APR.so' for module APR: /usr/local/src/web/apache2/mod_perl-2.0-cvs/blib/arch/Apache2/auto/APR/APR.so: undefined symbol: apr_bucket_setaside_notimpl at /usr/lib/perl/5.6.1/DynaLoader.pm line 202.
at /usr/local/src/web/apache2/mod_perl-2.0-cvs/blib/lib/Apache2/APR/Base64.pm line 23
Compilation failed in require at /usr/local/src/web/apache2/mod_perl-2.0-cvs/blib/lib/Apache2/APR/Base64.pm line 23.
BEGIN failed--compilation aborted at /usr/local/src/web/apache2/mod_perl-2.0-cvs/blib/lib/Apache2/APR/Base64.pm line 23.
Compilation failed in require at /usr/local/src/web/apache2/mod_perl-2.0-cvs/t/lib/TestAPRlib/base64.pm line 11.
BEGIN failed--compilation aborted at /usr/local/src/web/apache2/mod_perl-2.0-cvs/t/lib/TestAPRlib/base64.pm line 11.
Compilation failed in require at t/apr-ext/base64.t line 5.
BEGIN failed--compilation aborted at t/apr-ext/base64.t line 5.
t/apr-ext/base64........................dubious
Test returned status 255 (wstat 65280, 0xff00)


Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/directive/env.t 8 1 12.50% 8
t/modperl/merge.t 10 1 10.00% 2
t/modperl/merge2.t 10 1 10.00% 2
t/modperl/merge3.t 10 1 10.00% 2
t/protocol/echo_nonblock.t 3 2 66.67% 2-3
t/protocol/pseudo_http.t 0 13 13 6 46.15% 10-13
t/vhost/log.t 9 1 11.11% 9
21 tests skipped.
Failed 20/218 test scripts, 90.83% okay. 11/3086 subtests failed, 99.64% okay.


This is with CVS head of both mod_perl & httpd-2.0. I haven't had a chance to see whether the failure of these tests is a showstopper for simple mod_perl stuff.

yours,

Matthew.

--
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



Reply via email to