Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182235 - www-apache/mod_perl-2.0.3-r1 - can't install with apache2 mpm-itk
Summary: www-apache/mod_perl-2.0.3-r1 - can't install with apache2 mpm-itk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-16 17:24 UTC by Nicolas Grekas
Modified: 2008-01-06 21:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Grekas 2007-06-16 17:24:47 UTC
Line 33 of /usr/portage/www-apache/mod_perl/mod_perl-2.0.3-r1.ebuild,
the ebuild checks if a non threaded mpm is installed only by checking if mpm-prefork is installed. But mpm-itk is also not threaded, so it should also be tested. Maybe others mpm too.

This prevents from installing mod_perl under apache2+mpm-itk

Reproducible: Always
Comment 1 Wendall Cada 2007-09-05 23:17:09 UTC
mpm-itk is a prefork based mpm. ++ on adding it to the ebuild. mpm-itk is very stable with -ithreads mod_perl in my tests.

Wendall
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-06 21:02:23 UTC
fixed, thanks