Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63405 - apache-2.0.50-r1 problem with manual doc
Summary: apache-2.0.50-r1 problem with manual doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
: 64313 65974 67259 68013 68385 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-09 04:12 UTC by Antonio
Modified: 2005-01-25 04:46 UTC (History)
6 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 Antonio 2004-09-09 04:12:25 UTC
I have emerge apache-2.0.50-r1 but the ebuild scripts does not configure well the manual doc:

#drop in a convenient link to the manual
        if use doc; then
                MANUAL_VERSION="2.0.50"   <------------ set to 2.0.50-r1
                insinto /etc/apache2/conf/modules.d
                doins ${FILESDIR}/00_apache_manual.conf
                dosym /usr/share/doc/${PF}/manual ${DATADIR}/htdocs/manual
                sed -i -e "s:2.0.49:${MANUAL_VERSION}:" ${D}/etc/apache2/conf/mo
dules.d/00_apache_manual.conf
                else
                rm -rf ${D}/usr/share/doc/${PF}/manual
        fi

This because the real directory of manual is /usr/share/doc/apache-2.0.59-r1/manual

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2004-09-15 07:16:39 UTC
MANUAL_VERSION="${PV}-${PR}" or MANUAL_VERSION="${PVR}" in src_install should fix this problem
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2004-09-15 07:30:38 UTC
s/MANUAL_VERSION="${PV}-${PR}" or //
(r0 is a problem)
Comment 3 Heinrich Nirschl 2004-09-16 08:37:23 UTC
Same problem in apache-2.0.51.
Comment 4 Antonio 2004-09-17 10:15:04 UTC
Same problem with apache-2.0.51. Correct ebuild
Comment 5 Antonio 2004-09-17 10:16:48 UTC
The manual is installed in /usr/share/doc/apache-2.0.51/manual.

Correct ebuild:

.........
........
.........
if use doc; then
                MANUAL_VERSION="2.0.50"   <------------ set to 2.0.51
                insinto /etc/apache2/conf/modules.d
.......
........
........
Comment 6 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2004-09-22 04:30:06 UTC
This is fixed in the apache herd's overlay (drop by #gentoo-apache for more info :-)  This will make it's way into portage soon.
Comment 7 Michael Tindal (RETIRED) gentoo-dev 2004-09-26 00:56:26 UTC
*** Bug 64313 has been marked as a duplicate of this bug. ***
Comment 8 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2004-10-12 12:51:37 UTC
*** Bug 67259 has been marked as a duplicate of this bug. ***
Comment 9 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2004-10-19 07:28:54 UTC
*** Bug 68013 has been marked as a duplicate of this bug. ***
Comment 10 Aaron Walker (RETIRED) gentoo-dev 2004-10-21 06:18:08 UTC
*** Bug 68385 has been marked as a duplicate of this bug. ***
Comment 11 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2004-10-30 13:59:53 UTC
*** Bug 65974 has been marked as a duplicate of this bug. ***
Comment 12 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-01-25 04:46:28 UTC
The overlay has been merged. Follow the instructions at http://dev.gentoo.org/~vericgar/package-refresh.txt and http://dev.gentoo.org/~vericgar/doc/apache-package-refresh.html to upgrade.