Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220941 - Error in convert apache2-builtin-mods to APACHE2_MODULES script
Summary: Error in convert apache2-builtin-mods to APACHE2_MODULES script
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL: http://www.gentoo.org/proj/en/apache/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 14:31 UTC by Mike Saywell
Modified: 2008-06-01 12:44 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 Mike Saywell 2008-05-08 14:31:51 UTC
The page http://www.gentoo.org/proj/en/apache/doc/upgrading.xml says to use the following to convert apache2-builtin-mods to the new APACHE2_MODULES format:

echo APACHE2_MODULES=\"$(sed '/^mod_/s/mod_\(.*\)\s\+\(shared\|static\)/\1/;t n;d;:n' /etc/apache2/apache2-builtin-mods)\" >> /etc/make.conf

However several of my modules were using a hyphen e.g. 'unique-id' and it seems new module name uses an underscore instead - i.e. 'unique_id'.

The command above does not perform this transformation.

Reproducible: Always

Steps to Reproduce:
Comment 1 Łukasz Damentko (RETIRED) gentoo-dev 2008-05-08 14:57:07 UTC
Docs under proj/ belong to specific project. We do doc/ only. Reassigning to apache.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-01 12:44:53 UTC
(In reply to comment #0)
> However several of my modules were using a hyphen e.g. 'unique-id'

this is an upgrade "error" from 2.0 to 2.2, but the documentation you refer to is not meant for 2.0 -> 2.2 upgrades