Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC3

2019-09-27 Thread Damyan Ivanov
-=| Vincent Veyron, 26.09.2019 21:40:29 +0200 |=-
> On Thu, 26 Sep 2019 21:52:29 +0300
> Damyan Ivanov  wrote:
> > 
> > builds OK and tests pass on Debian/unstable amd64 and i386 with apache 
> > 2.4.41, apr 1.6.5, Perl 5.28.1, CGI 4.44
> 
> Would you mind explaining what steps you took to build on Debian? I'm on 
> Stretch (old stable), and can't build. 

I am building the Debian package, not the "naked" source.

> # make
> cd "src/modules/perl" && make
> …
> /usr/bin/ld : ne peut trouver -lperl
> collect2: error: ld returned 1 exit status

Seems you miss the Perl development files. Try installing libperl-dev.

You may prefer to stick with the pre-compiled package 
(libapache2-mod-perl2).


-- Damyan


Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC3

2019-09-27 Thread Румен Палов

This is the result of tests on FreeBSD 11.2:


Test Summary Report
---
t/filter/in_bbs_inject_header.t   (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=4803, 252 wallclock secs ( 1.55 usr  1.25 sys + 167.05 cusr 
59.59 csys = 229.45 CPU)
Result: FAIL
Failed 1/245 test programs. 3/4803 subtests failed.



Installed and working successfuly via fooling the port for distro file 
checksum.



Cheers
Rumen Palov

On 2019-09-26 20:17, Steve Hay wrote:

Please download, test, and report back on this mod_perl 2.0.11 release
candidate.

https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc3.tar.gz

MD5  = dd6f7918fc492be21868a9774b2e58c5
SHA1 = e4af2eaabb40962cd7e5566e5ee3342090413b30

Changes since RC2 are as follows:

Fix t/api/request_rec.t failures [Steve Hay]