Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 550638

Summary: www-apache/mod_perl-2.0.8 - newins: /usr/portage/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf does not exist
Product: Gentoo Linux Reporter: Vieri <rentorbuy>
Component: [OLD] ServerAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal CC: alexander, alex_y_xu, idl0r, vapier
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=550246
Whiteboard:
Package list:
Runtime testing required: ---

Description Vieri 2015-05-28 12:45:39 UTC
www-apache/mod_perl-2.0.8 fails to emerge as posted here:

https://forums.gentoo.org/viewtopic-p-7754788.html

It seems to have an easy solution according to the error message (conf file missing... it should be 75_mod_perl.conf.2.2):

* ERROR: www-apache/mod_perl-2.0.8::gentoo failed (install phase):
* !!! newins: /usr/portage/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf does not exist
Comment 1 Vieri 2015-05-28 12:56:53 UTC
The apache eclass (APACHE2_MOD_CONF) expects to find FILES with the .conf suffix.
The mod_perl stable ebuild refers to a file that does not end in .conf but 2.2.
Renaming the file in FILES should be enough.
Comment 2 Vieri 2015-05-28 15:51:38 UTC
mv /usr/portage/www-apache/mod_perl/files/2.0.3/75_mod_perl.conf.2.2 /usr/portage/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf
Comment 3 SpanKY gentoo-dev 2015-05-29 04:32:29 UTC
should be all set now in the tree; thanks for the report!

Commit message: Rename the old mod_perl.conf to match the ebuild
http://sources.gentoo.org/www-apache/mod_perl/files/2.0.3/75_mod_perl.2.2.conf?rev=1.1