Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187302 - net-www/apache-2.2.4-r10 config fails if FEATURES=nodoc
Summary: net-www/apache-2.2.4-r10 config fails if FEATURES=nodoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-31 22:26 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2007-08-01 22:42 UTC (History)
0 users

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 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2007-07-31 22:26:04 UTC
running config on net-www/apache-2.2.4-r10 if FEATURES=nodoc reports an error since the default webroot was never installed. /var/www/localhost/ is created though.


# emerge --config =net-www/apache-2.2.4-r10 


Configuring pkg...

 * Installing default webroot to //var/www/localhost
cp: cannot stat `//usr/share/doc/apache-2.2.4-r10/webroot/*': No such file or directory
Comment 1 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2007-07-31 22:28:23 UTC
while /var/www/localhost is created, /var/www/localhost/htdocs is not. so apache will not start due to line 20 of /etc/apache2/vhosts.d/default_vhost.include:
<Directory "/var/www/localhost/htdocs">
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-08-01 22:42:57 UTC
fixed in -r11