Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161292 - www-apache/mod_perl-2.0.3 doesn't install apache config files
Summary: www-apache/mod_perl-2.0.3 doesn't install apache config files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 09:06 UTC by Timo Gurr (RETIRED)
Modified: 2007-01-12 18:13 UTC (History)
2 users (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 Timo Gurr (RETIRED) gentoo-dev 2007-01-10 09:06:12 UTC
mod_perl-2.0.3 ebuild is missing something, while mod_perl-2.0.2 works. I don't know if this is the only problem but while a ls in the apache modules dir with mod_perl-2.0.2 looks like this:

webserver ~ # ls -la /etc/apache2/modules.d/
insgesamt 68
drwxr-xr-x 2 root root 4096 10. Jan 10:00 .
drwxr-xr-x 5 root root  152 28. Nov 11:42 ..
-rw-r--r-- 1 root root 2866 28. Nov 11:40 00_autoindex.conf
-rw-r--r-- 1 root root 2347 28. Nov 11:40 00_default_settings.conf
-rw-r--r-- 1 root root 2335 28. Nov 11:40 00_error_documents.conf
-rw-r--r-- 1 root root 5108 28. Nov 11:40 00_languages.conf
-rw-r--r-- 1 root root 1201 28. Nov 11:40 00_mod_info.conf
-rw-r--r-- 1 root root 1146 28. Nov 11:40 00_mod_userdir.conf
-rw-r--r-- 1 root root 2984 28. Nov 11:40 00_mpm.conf
-rw-r--r-- 1 root root 2897 28. Nov 11:40 40_mod_ssl.conf
-rw-r--r-- 1 root root 7797 28. Nov 11:40 41_mod_ssl.default-vhost.conf
-rw-r--r-- 1 root root 1746 28. Nov 11:40 45_mod_dav.conf
-rw-r--r-- 1 root root  705 28. Nov 11:40 46_mod_ldap.conf
-rw-r--r-- 1 root root  494 15. Dez 11:14 70_mod_php5.conf
-rw-r--r-- 1 root root 1527 10. Jan 10:00 75_mod_perl.conf
-rw-r--r-- 1 root root  478 10. Jan 10:00 apache2-mod_perl-startup.pl
-rw-r--r-- 1 root root    0 28. Nov 11:40 .keep_net-www_apache-2


a ls with mod_perl-2.0.3 is missing the perl related things:

webserver ~ # ls -la /etc/apache2/modules.d/
insgesamt 60
drwxr-xr-x 2 root root 4096 10. Jan 09:43 .
drwxr-xr-x 5 root root  152 28. Nov 11:42 ..
-rw-r--r-- 1 root root 2866 28. Nov 11:40 00_autoindex.conf
-rw-r--r-- 1 root root 2347 28. Nov 11:40 00_default_settings.conf
-rw-r--r-- 1 root root 2335 28. Nov 11:40 00_error_documents.conf
-rw-r--r-- 1 root root 5108 28. Nov 11:40 00_languages.conf
-rw-r--r-- 1 root root 1201 28. Nov 11:40 00_mod_info.conf
-rw-r--r-- 1 root root 1146 28. Nov 11:40 00_mod_userdir.conf
-rw-r--r-- 1 root root 2984 28. Nov 11:40 00_mpm.conf
-rw-r--r-- 1 root root 2897 28. Nov 11:40 40_mod_ssl.conf
-rw-r--r-- 1 root root 7797 28. Nov 11:40 41_mod_ssl.default-vhost.conf
-rw-r--r-- 1 root root 1746 28. Nov 11:40 45_mod_dav.conf
-rw-r--r-- 1 root root  705 28. Nov 11:40 46_mod_ldap.conf
-rw-r--r-- 1 root root  494 15. Dez 11:14 70_mod_php5.conf
-rw-r--r-- 1 root root    0 28. Nov 11:40 .keep_net-www_apache-2

Reproducible: Didn't try

Steps to Reproduce:
1.Upgrade from mod_perl-2.0.2 to mod_perl-2.0.3
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-10 09:18:13 UTC
Not surprised as there's no 2.0.3 subdir in ${FILESDIR}...

<snip>
doins ${FILESDIR}/${PV}/75_mod_perl.conf \
	${FILESDIR}/${PV}/apache2-mod_perl-startup.pl
</snip>
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2007-01-12 18:13:40 UTC
funny what portage won't do when i don't add files....all set :)