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 vho
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
http
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, Test
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 o
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 pre