You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Steve Hay <st...@apache.org> on 2023/08/06 12:00:15 UTC

[RELEASE CANDIDATE] mod_perl-2.0.13 RC1

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

https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz

SHA256:
mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
                            D492E846 858DABC0 EEA8E6B7

SHA512:
mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
                            03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
                            C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
                            015C77C9

Major changes in this release are as follows:

Use get_server_banner() instead of deprecated get_server_version() in
Apache2::Status.  [Petr Písař <ppisar@redhat.com]

Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]

Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by John D Groenveld <gr...@acm.org>.
$ uname -srv
SunOS 5.11 omnios-r151046-27629b966d
$ /opt/apache24/perl-5.38.0/bin/perl -v|head -2

This is perl 5, version 38, subversion 0 (v5.38.0) built for i86pc-solaris-64
$ make test
[snip]
using Apache/2.4.57 (prefork MPM)
[snip]
Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=4641, 243 wallclock secs ( 2.03 usr  1.89 sys + 178.46 cusr 36.80 csys = 219.17 CPU)


$ uname -srv
FreeBSD 13.2-RELEASE-p2 FreeBSD 13.2-RELEASE-p2 GENERIC
$/opt/apache24/perl-5.38.0/bin/perl -v|head -2

This is perl 5, version 38, subversion 0 (v5.38.0) built for amd64-freebsd
$ make test
[snip]
using Apache/2.4.57 (prefork MPM)
[snip]
Test Summary Report
-------------------
t/apr-ext/finfo.t                     (Wstat: 0 Tests: 27 Failed: 2)
  Failed tests:  2, 16
t/apr/finfo.t                         (Wstat: 0 Tests: 28 Failed: 2)
  Failed tests:  3, 17
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=2698, 241 wallclock secs ( 1.48 usr  1.17 sys + 174.61 cusr 42.38 csys = 219.63 CPU)
Result: FAIL
Failed 3/245 test programs. 7/2698 subtests failed.


Thank you!
John
groenveld@acm.org

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
Only known issue is

t/filter/in_bbs_inject_header.t

So this is +1 from me.

Fedora 38 with system Perl / httpd (mpm: worker):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=2918, 100 wallclock secs ( 0.72 usr  0.37 sys + 66.16 
cusr 18.63 csys = 85.88 CPU)
Result: FAIL


Fedora 38 with system Perl / httpd (mpm: prefork):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=2906, 108 wallclock secs ( 0.78 usr  0.35 sys + 68.44 
cusr 19.29 csys = 88.86 CPU)
Result: FAIL

On 2023-08-06 08:00, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                              D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                              015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James<sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova<jp...@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:dev-unsubscribe@perl.apache.org
> For additional commands, e-mail:dev-help@perl.apache.org
>

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Adam Prime <ad...@alum.utoronto.ca>.
Sorry for the massive delay on this.


+1

all run on gentoo with 5.15.74 kernel

perl 5.38.0 w/ apache 2.2.34

All tests successful.
Files=245, Tests=2587, 145 wallclock secs ( 0.88 usr  0.35 sys + 114.04 
cusr 11.85 csys = 127.12 CPU)
Result: PASS


perl 5.38.0 w/ apache 2.4.57

I had to build httpd without mod_proxy to get the tests to run at all. I 
think this is probably an Apache::Test problem, i'll reply to Fred's 
email with some more details

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
   Failed tests:  22, 26, 30
Files=245, Tests=2586, 150 wallclock secs ( 0.89 usr  0.35 sys + 118.07 
cusr 13.44 csys = 132.75 CPU)
Result: FAIL

(expected failure)

perl 5.34.0 w/ apache 2.2.34

All tests successful.
Files=245, Tests=2587, 143 wallclock secs ( 0.91 usr  0.34 sys + 113.04 
cusr 11.40 csys = 125.69 CPU)
Result: PASS


perl 5.34.0 w/ apache 2.4.57

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
   Failed tests:  22, 26, 30
Files=245, Tests=2586, 148 wallclock secs ( 0.91 usr  0.36 sys + 116.59 
cusr 13.32 csys = 131.18 CPU)
Result: FAIL
Failed 1/245 test programs. 3/2586 subtests failed.


(expected failure)




On 8/6/23 08:00, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
> 
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> 
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                              D492E846 858DABC0 EEA8E6B7
> 
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                              015C77C9
> 
> Major changes in this release are as follows:
> 
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> 
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> 
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by "Philippe M. Chiasson" <go...@ectoplasm.org>.
Only known issue is

t/filter/in_bbs_inject_header.t

So this is +1 from me.

Fedora 38 with system Perl / httpd (mpm: worker):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=2918, 100 wallclock secs ( 0.72 usr  0.37 sys + 66.16 
cusr 18.63 csys = 85.88 CPU)
Result: FAIL


Fedora 38 with system Perl / httpd (mpm: prefork):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=2906, 108 wallclock secs ( 0.78 usr  0.35 sys + 68.44 
cusr 19.29 csys = 88.86 CPU)
Result: FAIL

On 2023-08-06 08:00, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                              D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                              015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James<sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova<jp...@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:dev-unsubscribe@perl.apache.org
> For additional commands, e-mail:dev-help@perl.apache.org
>

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Sep 11, 2023, at 2:13 PM, Steve Hay <st...@googlemail.com> wrote:
> 
> Fred, are you still looking into this, or shall we assume it's
> Apache::Test related and proceed with this mod_perl release?

Sorry I missed this; MP emails were ending up in my httpd filter for some reason. It looks AT related; +1 to release.

> 
>> On Sat, 26 Aug 2023 at 17:20, Steve Hay <st...@googlemail.com> wrote:
>> 
>> Thanks. Is it the same problem that Adam has reproduced?
>> 
>> If so then perhaps we can go ahead with the release and deal with this
>> issue afterwards since it seems to be more related to Apache::Test
>> than mod_perl.
>> 
>>> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
>>> 
>>> On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
>>>> Were there any build errors/warnings?
>>>> Is this a clean set-up, or do either httpd or perl have an old
>>>> mod_perl in them already?
>>> 
>>> Digging into this; appears to be a problem with the perl I build mp
>>> with and the system mod_perl. Will keep you posted.
>>> 
>>> 
>>>> 
>>>> 
>>>>> 
>>>>> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>>>>>> 
>>>>>> Please download, test, and report back on this mod_perl 2.0.13 release
>>>>>> candidate.
>>>>>> 
>>>>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>>>>> 
>>>>>> SHA256:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>>>>>>                            D492E846 858DABC0 EEA8E6B7
>>>>>> 
>>>>>> SHA512:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>>>>>>                            03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>>>>>>                            C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>>>>>>                            015C77C9
>>>>>> 
>>>>>> Major changes in this release are as follows:
>>>>>> 
>>>>>> Use get_server_banner() instead of deprecated get_server_version() in
>>>>>> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>>>>>> 
>>>>>> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>>>>>> 
>>>>>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>> 

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Sep 11, 2023, at 2:13 PM, Steve Hay <st...@googlemail.com> wrote:
> 
> Fred, are you still looking into this, or shall we assume it's
> Apache::Test related and proceed with this mod_perl release?

Sorry I missed this; MP emails were ending up in my httpd filter for some reason. It looks AT related; +1 to release.

> 
>> On Sat, 26 Aug 2023 at 17:20, Steve Hay <st...@googlemail.com> wrote:
>> 
>> Thanks. Is it the same problem that Adam has reproduced?
>> 
>> If so then perhaps we can go ahead with the release and deal with this
>> issue afterwards since it seems to be more related to Apache::Test
>> than mod_perl.
>> 
>>> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
>>> 
>>> On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
>>>> Were there any build errors/warnings?
>>>> Is this a clean set-up, or do either httpd or perl have an old
>>>> mod_perl in them already?
>>> 
>>> Digging into this; appears to be a problem with the perl I build mp
>>> with and the system mod_perl. Will keep you posted.
>>> 
>>> 
>>>> 
>>>> 
>>>>> 
>>>>> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>>>>>> 
>>>>>> Please download, test, and report back on this mod_perl 2.0.13 release
>>>>>> candidate.
>>>>>> 
>>>>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>>>>> 
>>>>>> SHA256:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>>>>>>                            D492E846 858DABC0 EEA8E6B7
>>>>>> 
>>>>>> SHA512:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>>>>>>                            03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>>>>>>                            C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>>>>>>                            015C77C9
>>>>>> 
>>>>>> Major changes in this release are as follows:
>>>>>> 
>>>>>> Use get_server_banner() instead of deprecated get_server_version() in
>>>>>> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>>>>>> 
>>>>>> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>>>>>> 
>>>>>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>> 

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com>.
Fred, are you still looking into this, or shall we assume it's
Apache::Test related and proceed with this mod_perl release?

On Sat, 26 Aug 2023 at 17:20, Steve Hay <st...@googlemail.com> wrote:
>
> Thanks. Is it the same problem that Adam has reproduced?
>
> If so then perhaps we can go ahead with the release and deal with this
> issue afterwards since it seems to be more related to Apache::Test
> than mod_perl.
>
> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
> >
> > On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> > > Were there any build errors/warnings?
> > > Is this a clean set-up, or do either httpd or perl have an old
> > > mod_perl in them already?
> >
> > Digging into this; appears to be a problem with the perl I build mp
> > with and the system mod_perl. Will keep you posted.
> >
> >
> > >
> > >
> > > >
> > > > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > > > >
> > > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > > candidate.
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > > >
> > > > > SHA256:
> > > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > > >                             D492E846 858DABC0 EEA8E6B7
> > > > >
> > > > > SHA512:
> > > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > > >                             015C77C9
> > > > >
> > > > > Major changes in this release are as follows:
> > > > >
> > > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > > > >
> > > > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > > > >
> > > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com.INVALID>.
Fred, are you still looking into this, or shall we assume it's
Apache::Test related and proceed with this mod_perl release?

On Sat, 26 Aug 2023 at 17:20, Steve Hay <st...@googlemail.com> wrote:
>
> Thanks. Is it the same problem that Adam has reproduced?
>
> If so then perhaps we can go ahead with the release and deal with this
> issue afterwards since it seems to be more related to Apache::Test
> than mod_perl.
>
> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
> >
> > On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> > > Were there any build errors/warnings?
> > > Is this a clean set-up, or do either httpd or perl have an old
> > > mod_perl in them already?
> >
> > Digging into this; appears to be a problem with the perl I build mp
> > with and the system mod_perl. Will keep you posted.
> >
> >
> > >
> > >
> > > >
> > > > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > > > >
> > > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > > candidate.
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > > >
> > > > > SHA256:
> > > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > > >                             D492E846 858DABC0 EEA8E6B7
> > > > >
> > > > > SHA512:
> > > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > > >                             015C77C9
> > > > >
> > > > > Major changes in this release are as follows:
> > > > >
> > > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > > > >
> > > > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > > > >
> > > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com.INVALID>.
Thanks. Is it the same problem that Adam has reproduced?

If so then perhaps we can go ahead with the release and deal with this
issue afterwards since it seems to be more related to Apache::Test
than mod_perl.

On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
>
> On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> > Were there any build errors/warnings?
> > Is this a clean set-up, or do either httpd or perl have an old
> > mod_perl in them already?
>
> Digging into this; appears to be a problem with the perl I build mp
> with and the system mod_perl. Will keep you posted.
>
>
> >
> >
> > >
> > > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > > >
> > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > candidate.
> > > >
> > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > >
> > > > SHA256:
> > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > >                             D492E846 858DABC0 EEA8E6B7
> > > >
> > > > SHA512:
> > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > >                             015C77C9
> > > >
> > > > Major changes in this release are as follows:
> > > >
> > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > > >
> > > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > > >
> > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com>.
Thanks. Is it the same problem that Adam has reproduced?

If so then perhaps we can go ahead with the release and deal with this
issue afterwards since it seems to be more related to Apache::Test
than mod_perl.

On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fr...@redhotpenguin.com> wrote:
>
> On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> > Were there any build errors/warnings?
> > Is this a clean set-up, or do either httpd or perl have an old
> > mod_perl in them already?
>
> Digging into this; appears to be a problem with the perl I build mp
> with and the system mod_perl. Will keep you posted.
>
>
> >
> >
> > >
> > > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > > >
> > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > candidate.
> > > >
> > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > >
> > > > SHA256:
> > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > >                             D492E846 858DABC0 EEA8E6B7
> > > >
> > > > SHA512:
> > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > >                             015C77C9
> > > >
> > > > Major changes in this release are as follows:
> > > >
> > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > > >
> > > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > > >
> > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> Were there any build errors/warnings?
> Is this a clean set-up, or do either httpd or perl have an old
> mod_perl in them already?

Digging into this; appears to be a problem with the perl I build mp
with and the system mod_perl. Will keep you posted.


>
>
> >
> > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > >
> > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > candidate.
> > >
> > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > >
> > > SHA256:
> > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > >                             D492E846 858DABC0 EEA8E6B7
> > >
> > > SHA512:
> > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > >                             015C77C9
> > >
> > > Major changes in this release are as follows:
> > >
> > > Use get_server_banner() instead of deprecated get_server_version() in
> > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > >
> > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > >
> > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Fri, Aug 18, 2023 at 2:47 AM Steve Hay <st...@googlemail.com> wrote:
> Were there any build errors/warnings?
> Is this a clean set-up, or do either httpd or perl have an old
> mod_perl in them already?

Digging into this; appears to be a problem with the perl I build mp
with and the system mod_perl. Will keep you posted.


>
>
> >
> > On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> > >
> > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > candidate.
> > >
> > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > >
> > > SHA256:
> > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > >                             D492E846 858DABC0 EEA8E6B7
> > >
> > > SHA512:
> > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > >                             015C77C9
> > >
> > > Major changes in this release are as follows:
> > >
> > > Use get_server_banner() instead of deprecated get_server_version() in
> > > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> > >
> > > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> > >
> > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com.INVALID>.
On Fri, 18 Aug 2023 at 06:11, Fred Moyer <fr...@redhotpenguin.com> wrote:
>
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
>
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd  -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
>
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests

Sorry, I don't know what the problem is there. It should certainly
work with htpd-2.4.

Were there any build errors/warnings?
Is this a clean set-up, or do either httpd or perl have an old
mod_perl in them already?


>
> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> >
> > Please download, test, and report back on this mod_perl 2.0.13 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> >
> > SHA256:
> > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> >                             D492E846 858DABC0 EEA8E6B7
> >
> > SHA512:
> > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> >                             015C77C9
> >
> > Major changes in this release are as follows:
> >
> > Use get_server_banner() instead of deprecated get_server_version() in
> > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> >
> > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> >
> > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com>.
On Fri, 18 Aug 2023 at 06:11, Fred Moyer <fr...@redhotpenguin.com> wrote:
>
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
>
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd  -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
>
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests

Sorry, I don't know what the problem is there. It should certainly
work with htpd-2.4.

Were there any build errors/warnings?
Is this a clean set-up, or do either httpd or perl have an old
mod_perl in them already?


>
> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
> >
> > Please download, test, and report back on this mod_perl 2.0.13 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> >
> > SHA256:
> > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> >                             D492E846 858DABC0 EEA8E6B7
> >
> > SHA512:
> > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> >                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> >                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> >                             015C77C9
> >
> > Major changes in this release are as follows:
> >
> > Use get_server_banner() instead of deprecated get_server_version() in
> > Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> >
> > Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> >
> > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Adam Prime <ad...@alum.utoronto.ca>.
I can reproduce this on linux with perl 5.34.0 or 5.38.0, and probably 
other's I haven't tried. If I build httpd 2.4.57 with mod_proxy, then it 
happens.

t/logs/error_log shows this:

[Tue Aug 22 21:43:54.639949 2023] [proxy_balancer:emerg] [pid 3450] 
AH01177: Failed to lookup provider 'shm' for 'slotmem': is 
mod_slotmem_shm loaded??
[Tue Aug 22 21:43:54.639961 2023] [:emerg] [pid 3450] AH00020: 
Configuration Failed, exiting

If I uncomment the LoadModule for mod_slotmem_shm in the default 
httpd.conf that shipped with 2.4.57, then the tests run as expected with 
the one failure.

I think this could be a bug with the way that Apache::Test figures out 
what apache configuration it should use, possibly. It does seem to be 
related to the way I built apache too though, which is like this:

./configure \
   --prefix=$2 \
   --with-included-apr \
   --enable-deflate=static \
   --enable-proxy=static \
   --enable-auth_digest=static \
   --enable-include=static \
   --with-mpm=prefork && make && make install

Adam




On 8/18/23 01:10, Fred Moyer wrote:
> [You don't often get email from fred@redhotpenguin.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
> 
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd  -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
> 
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/hd_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests
> 
> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>>
>> Please download, test, and report back on this mod_perl 2.0.13 release
>> candidate.
>>
>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>
>> SHA256:
>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>>                              D492E846 858DABC0 EEA8E6B7
>>
>> SHA512:
>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>>                              015C77C9
>>
>> Major changes in this release are as follows:
>>
>> Use get_server_banner() instead of deprecated get_server_version() in
>> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>>
>> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>>
>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Adam Prime <ad...@alum.utoronto.ca>.
I can reproduce this on linux with perl 5.34.0 or 5.38.0, and probably 
other's I haven't tried. If I build httpd 2.4.57 with mod_proxy, then it 
happens.

t/logs/error_log shows this:

[Tue Aug 22 21:43:54.639949 2023] [proxy_balancer:emerg] [pid 3450] 
AH01177: Failed to lookup provider 'shm' for 'slotmem': is 
mod_slotmem_shm loaded??
[Tue Aug 22 21:43:54.639961 2023] [:emerg] [pid 3450] AH00020: 
Configuration Failed, exiting

If I uncomment the LoadModule for mod_slotmem_shm in the default 
httpd.conf that shipped with 2.4.57, then the tests run as expected with 
the one failure.

I think this could be a bug with the way that Apache::Test figures out 
what apache configuration it should use, possibly. It does seem to be 
related to the way I built apache too though, which is like this:

./configure \
   --prefix=$2 \
   --with-included-apr \
   --enable-deflate=static \
   --enable-proxy=static \
   --enable-auth_digest=static \
   --enable-include=static \
   --with-mpm=prefork && make && make install

Adam




On 8/18/23 01:10, Fred Moyer wrote:
> [You don't often get email from fred@redhotpenguin.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
> 
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
> 
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd  -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
> 
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/hd_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests
> 
> On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>>
>> Please download, test, and report back on this mod_perl 2.0.13 release
>> candidate.
>>
>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>
>> SHA256:
>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>>                              D492E846 858DABC0 EEA8E6B7
>>
>> SHA512:
>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>>                              015C77C9
>>
>> Major changes in this release are as follows:
>>
>> Use get_server_banner() instead of deprecated get_server_version() in
>> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>>
>> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>>
>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
is me out of practice or not. Do I need to build against httpd 2.2?

ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
/Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
/opt/homebrew/opt/httpd/bin/httpd  -d
/Users/phred/dev/mod_perl-2.0.13-rc1/t -f
/Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
APACHE2_4 -D PERL_USEITHREADS
using Apache/2.4.57 (prefork MPM)

waiting 300 seconds for server to start: .httpd: Syntax error on line
85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
0x000A): symbol not found in flat namespace
'_modperl_handler_anon_add'
.........................^C[warning]
halting tests

On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                             D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                             015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Fred Moyer <fr...@redhotpenguin.com>.
Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
is me out of practice or not. Do I need to build against httpd 2.2?

ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
/Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
/opt/homebrew/opt/httpd/bin/httpd  -d
/Users/phred/dev/mod_perl-2.0.13-rc1/t -f
/Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
APACHE2_4 -D PERL_USEITHREADS
using Apache/2.4.57 (prefork MPM)

waiting 300 seconds for server to start: .httpd: Syntax error on line
85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
0x000A): symbol not found in flat namespace
'_modperl_handler_anon_add'
.........................^C[warning]
halting tests

On Sun, Aug 6, 2023 at 5:00 AM Steve Hay <st...@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                             D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                             015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Adam Prime <ad...@alum.utoronto.ca>.
Sorry for the massive delay on this.


+1

all run on gentoo with 5.15.74 kernel

perl 5.38.0 w/ apache 2.2.34

All tests successful.
Files=245, Tests=2587, 145 wallclock secs ( 0.88 usr  0.35 sys + 114.04 
cusr 11.85 csys = 127.12 CPU)
Result: PASS


perl 5.38.0 w/ apache 2.4.57

I had to build httpd without mod_proxy to get the tests to run at all. 
I think this is probably an Apache::Test problem, i'll reply to Fred's 
email with some more details

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
   Failed tests:  22, 26, 30
Files=245, Tests=2586, 150 wallclock secs ( 0.89 usr  0.35 sys + 118.07 
cusr 13.44 csys = 132.75 CPU)
Result: FAIL

(expected failure)

perl 5.34.0 w/ apache 2.2.34

All tests successful.
Files=245, Tests=2587, 143 wallclock secs ( 0.91 usr  0.34 sys + 113.04 
cusr 11.40 csys = 125.69 CPU)
Result: PASS


perl 5.34.0 w/ apache 2.4.57

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
   Failed tests:  22, 26, 30
Files=245, Tests=2586, 148 wallclock secs ( 0.91 usr  0.36 sys + 116.59 
cusr 13.32 csys = 131.18 CPU)
Result: FAIL
Failed 1/245 test programs. 3/2586 subtests failed.


(expected failure)




On 8/6/23 08:00, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
> 
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> 
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                              D492E846 858DABC0 EEA8E6B7
> 
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                              03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                              C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                              015C77C9
> 
> Major changes in this release are as follows:
> 
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
> 
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
> 
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
> 

Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com.INVALID>.
+1 on Windows with Apache 2.4.57 / Perl 5.38.0 / VC2022.

With LWP:
t\filter\in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
t\modperl\env.t                       (Wstat: 0 Tests: 164 Failed: 17)
  Failed tests:  25, 28, 31, 43, 46, 49, 55, 58, 73, 82, 85, 88, 91,
97, 142, 145, 163
t\modules\cgi.t                       (Wstat: 0 Tests: 5 Failed: 1)
  Failed test:  3
t\modules\cgi2.t                      (Wstat: 0 Tests: 5 Failed: 1)
  Failed test:  3
t\modules\cgiupload.t                 (Wstat: 0 Tests: 2 Failed: 2)
  Failed tests:  1-2
t\modules\cgiupload2.t                (Wstat: 0 Tests: 2 Failed: 2)
  Failed tests:  1-2

Without LWP:
t\modperl\env.t                       (Wstat: 0 Tests: 161 Failed: 18)
  Failed tests:  25, 28, 31, 34, 46, 49, 52, 58, 61, 70, 79, 82, 85,
88, 94, 139, 142, 160

(Results are the same as 2.0.12.)

On Sun, 6 Aug 2023 at 13:00, Steve Hay <st...@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                             D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                             015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]

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


Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com>.
+1 on Windows with Apache 2.4.57 / Perl 5.38.0 / VC2022.

With LWP:
t\filter\in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
t\modperl\env.t                       (Wstat: 0 Tests: 164 Failed: 17)
  Failed tests:  25, 28, 31, 43, 46, 49, 55, 58, 73, 82, 85, 88, 91,
97, 142, 145, 163
t\modules\cgi.t                       (Wstat: 0 Tests: 5 Failed: 1)
  Failed test:  3
t\modules\cgi2.t                      (Wstat: 0 Tests: 5 Failed: 1)
  Failed test:  3
t\modules\cgiupload.t                 (Wstat: 0 Tests: 2 Failed: 2)
  Failed tests:  1-2
t\modules\cgiupload2.t                (Wstat: 0 Tests: 2 Failed: 2)
  Failed tests:  1-2

Without LWP:
t\modperl\env.t                       (Wstat: 0 Tests: 161 Failed: 18)
  Failed tests:  25, 28, 31, 34, 46, 49, 52, 58, 61, 70, 79, 82, 85,
88, 94, 139, 142, 160

(Results are the same as 2.0.12.)

On Sun, 6 Aug 2023 at 13:00, Steve Hay <st...@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>                             D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>                             03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>                             C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>                             015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status.  [Petr Písař <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sa...@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jp...@redhat.com>]

Re: *** SPAM *** [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Vincent Veyron <vv...@wanadoo.fr>.
On Sun, 6 Aug 2023 13:00:15 +0100
Steve Hay <st...@apache.org> wrote:

> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
> 
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> 

Hi Steve,

+1 on Debian Bookworm.

Debian version 12.1
Server version: Apache/2.4.57 (mpm_prefork)
perl 5, version 36, subversion 0 (v5.36.0) built for i686-linux-gnu-thread-multi-64int


Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=3505, 551 wallclock secs ( 2.15 usr  0.91 sys + 396.51 cusr 142.22 csys = 541.79 CPU)
Result: FAIL
Failed 1/245 test programs. 3/3505 subtests failed.


--

https://compta.libremen.com
Logiciel libre de comptabilité générale et analytique en partie double

Re: *** SPAM *** [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Steve Hay <st...@googlemail.com>.
On Mon, 14 Aug 2023 at 19:23, Vincent Veyron <vv...@wanadoo.fr> wrote:
>
> On Sun, 6 Aug 2023 13:00:15 +0100
> Steve Hay <st...@apache.org> wrote:
>
> > Please download, test, and report back on this mod_perl 2.0.13 release
> > candidate.
>
> Hi Steve,
>
> This is the result on Debian 11.7 with Apache 2.4.56
>
>
> Test Summary Report
> -------------------
> t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
>   Failed tests:  22, 26, 30
> Files=245, Tests=3505, 420 wallclock secs ( 2.08 usr  0.77 sys + 323.38 cusr 84.82 csys = 411.05 CPU)
> Result: FAIL
> Failed 1/245 test programs. 3/3505 subtests failed.

Thanks. This failure is well known already, as documented in the README.

So that's a good result :-)

Re: *** SPAM *** [RELEASE CANDIDATE] mod_perl-2.0.13 RC1

Posted by Vincent Veyron <vv...@wanadoo.fr>.
On Sun, 6 Aug 2023 13:00:15 +0100
Steve Hay <st...@apache.org> wrote:

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

Hi Steve,

This is the result on Debian 11.7 with Apache 2.4.56


Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=3505, 420 wallclock secs ( 2.08 usr  0.77 sys + 323.38 cusr 84.82 csys = 411.05 CPU)
Result: FAIL
Failed 1/245 test programs. 3/3505 subtests failed.
[warning] server localhost:8529 shutdown
[warning] port 8529 still in use...
done
[  error] error running tests (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [Makefile:1050: run_tests] Error 1


Not sure where to go from here. I placed t/logs/error_log at this address :


http://vincentveyron.com/tmp/error_log




-- 
https://marica.fr
Logiciel de gestion des contentieux juridiques, des contrats et des sinistres d'assurance