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

Bug 220941

Summary: Error in convert apache2-builtin-mods to APACHE2_MODULES script
Product: [OLD] Docs on www.gentoo.org Reporter: Mike Saywell <mike>
Component: Other documentsAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/proj/en/apache/doc/upgrading.xml
Whiteboard:
Package list:
Runtime testing required: ---

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