| Summary: | www-apache/mod_perl-2.0.8: version bump (WAS: www-apache/mod_perl-2.0.7 and dev-lang/perl-5.18.1: ‘PL_rehash_seed’ undeclared) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin von Gagern <Martin.vGagern> |
| Component: | [OLD] Server | Assignee: | Christian Ruppert (idl0r) <idl0r> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | adaptee, daggs, perl, Sergiy.Borodych |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build log
mod_perl-2.0.8-bundled-Apache-Test.patch |
||
According to [1], updating to mod_perl 2.0.8 should solve this issue. There are release notes for it [2], and a new homepage [3]. The commit in question should be [4]. Its commit message mentions [5] which has some discussion on this. [1] http://mail-index.netbsd.org/pkgsrc-users/2013/06/03/msg018134.html [2] http://blogs.perl.org/users/phred/2013/04/mod-perl-208-has-been-released.html [3] http://projects.apache.org/projects/mod_perl.html [4] http://svn.apache.org/viewvc?view=revision&revision=1457618 [5] https://rt.cpan.org/Public/Bug/Display.html?id=83921 (In reply to Martin von Gagern from comment #1) > According to [1], updating to mod_perl 2.0.8 should solve this issue. There > are release notes for it [2], and a new homepage [3]. The commit in question > should be [4]. Its commit message mentions [5] which has some discussion on > this. > > [1] http://mail-index.netbsd.org/pkgsrc-users/2013/06/03/msg018134.html > [2] > http://blogs.perl.org/users/phred/2013/04/mod-perl-208-has-been-released.html > [3] http://projects.apache.org/projects/mod_perl.html > [4] http://svn.apache.org/viewvc?view=revision&revision=1457618 > [5] https://rt.cpan.org/Public/Bug/Display.html?id=83921 thanks for the report! Will bump it! Created attachment 358182 [details, diff]
mod_perl-2.0.8-bundled-Apache-Test.patch
This is my stab at porting the existing mod_perl-2.0.7-bundled-Apache-Test.patch to 2.0.8. It applies and compiles, but the test itself fails. Might be due to reasons mentioned in that lengthy comment within the ebuild, but since I've got FEATURES=userpriv, it should not apply. In theory. If tests succeed for you, I can provide a log for my tests as well.
*** Bug 484266 has been marked as a duplicate of this bug. *** It would be great to have 2.0.8 in portage if possible. 2.0.8 has just been added. Thanks guys! what about a stabilization? :) (In reply to Sergiy Borodych from comment #7) > what about a stabilization? :) File a separate bug, please. (In reply to Mikle Kolyada from comment #8) > (In reply to Sergiy Borodych from comment #7) > > what about a stabilization? :) > > File a separate bug, please. You are right. Done #512114. |
Created attachment 358102 [details] build log After upgrading perl to 5.18.1, mod_perl won't remerge: modperl_perl.c: In function ‘modperl_hash_seed_set’: modperl_perl.c:272:9: error: ‘PL_rehash_seed’ undeclared (first use in this function) modperl_perl.c:273:9: error: ‘PL_rehash_seed_set’ undeclared (first use in this function) make[1]: *** [modperl_perl.lo] Error 1