generated report (was Re: mp2 hangs when running make test)

2009-03-21 Thread Oliver Block
Am Freitag, 20. März 2009 19:23:06 schrieben Sie: not sure, but I'd retry the complete build/test (beginning from extracting the TAR) without superuser privileges. As system user without root priviliges: 1. Problem Description: Two problems: The test tends to hang after logging that 28

Re: generated report (was Re: mp2 hangs when running make test)

2009-03-21 Thread Torsten Foertsch
On Sat 21 Mar 2009, Oliver Block wrote: *** mod_perl version 2.04 And how about the current development version? I use a self compiled apache 2.2.11 plus http://svn.apache.org/repos/asf/perl/modperl/branches/threading/ with Suse 11.1. I think you are at 11.0? If you like I can send you

Re: generated report (was Re: mp2 hangs when running make test)

2009-03-21 Thread Oliver Block
Am Samstag, 21. März 2009 12:59:52 schrieb Torsten Foertsch: And how about the current development version? I use a self compiled apache 2.2.11 plus http://svn.apache.org/repos/asf/perl/modperl/branches/threading/ Shouldn't the current development version reside on trunk? What about

Re: generated report (was Re: mp2 hangs when running make test)

2009-03-21 Thread Adam Prime
Oliver Block wrote: As system user without root priviliges: 1. Problem Description: Two problems: The test tends to hang after logging that 28 vhosts are ready to test. If not the test does not hang, then the following summary is given: Failed Test Stat Wstat Total Fail List of

mp2 bug t/apache/util.t

2009-03-21 Thread Oliver Block
1. Problem Description: Failed Test Stat Wstat Total Fail List of Failed --- t/apache/util.t84 1-4 8 tests and 1 subtest skipped. Failed 1/246 test scripts. 4/2496 subtests failed. Files=246,

Re: generated report (was Re: mp2 hangs when running make test)

2009-03-21 Thread Oliver Block
Am Samstag, 21. März 2009 16:33:35 schrieb Adam Prime: I built mp2 2.0.4 with apache 2.2.11 yesterday (on gentoo) and didn't see any failed tests. that was on a self built apache though, it looks like you might be building against a suse shipped on? I've compiled and run the test with an own

Re: mp2 bug t/apache/util.t

2009-03-21 Thread Adam Prime
Oliver Block wrote: 1. Problem Description: Failed Test Stat Wstat Total Fail List of Failed --- t/apache/util.t84 1-4 8 tests and 1 subtest skipped. Failed 1/246 test scripts. 4/2496 subtests

Re: mp2 bug t/apache/util.t

2009-03-21 Thread Adam Prime
Adam Prime wrote: This looks like a localization thing to me. I'm guessing that on your system for some reason ^\w+$ doesn't match against 'Mär'. It fails on my gentoo box too: perl -e print ('Mär' =~ /^\w+$/) prints undef. however, perl -Mutf8 -e print ('Mär' =~ /^\w+$/) , qq[\n\n]

Re: mod_perl handler and PHP

2009-03-21 Thread Issac Goldstand
daniel.angil...@imperia.net wrote: Hello, I found a way to parse the output of mod_perl through PHP with debian linux. PHP has to be compiled with apxs2filter: -- apt-get install apache2-threaded-dev for apxs2 download latest php .configure

Re: mp2 bug t/apache/util.t

2009-03-21 Thread Oliver Block
Am Samstag, 21. März 2009 17:47:59 schrieben Sie: perl -e print ('Mär' =~ /^\w+$/) prints undef. however, perl -Mutf8 -e print ('Mär' =~ /^\w+$/) , qq[\n\n] works, so i'm guessing we just need to through a use utf8 into the test or something? Good guess! Everything as predicted. In