Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77547 - www-apache/libapreq2 needs updating for apache-2.0.55-r1
Summary: www-apache/libapreq2 needs updating for apache-2.0.55-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 61893 76457 81257
  Show dependency tree
 
Reported: 2005-01-11 09:55 UTC by Michael Stewart (vericgar) (RETIRED)
Modified: 2006-04-09 04:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libapreq2-2.04.03-r1.ebuild (libapreq2-2.04.03-r1.ebuild,3.18 KB, text/plain)
2005-02-21 08:09 UTC, Benedikt Böhm (RETIRED)
Details
2.04.03-r1-sandbox.patch (2.04.03-r1-sandbox.patch,1.13 KB, text/x-diff)
2005-02-21 08:09 UTC, Benedikt Böhm (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-01-11 09:55:25 UTC
libapreq2 uses hardcoded paths for installing it's config file. This will break as of apache-2.0.52-r3 because the paths change. The ebuild should inherit depend.apache and use the APACHE2_MODULES_CONFDIR variable to get the correct path  to install to. It can also additionally call need_apache2, though all that currently does is set a DEPEND on apache-2 and set a variable to other eclasses (specifically apache-modules) can know what version of a apache to use.

Thanks!
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-21 08:09:16 UTC
Created attachment 51786 [details]
libapreq2-2.04.03-r1.ebuild
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2005-02-21 08:09:30 UTC
Created attachment 51787 [details]
2.04.03-r1-sandbox.patch
Comment 3 Rendhalver 2005-08-13 18:06:12 UTC
(In reply to comment #0)
> libapreq2 uses hardcoded paths for installing it's config file. This will
break as of apache-2.0.52-r3 because the paths change. The ebuild should inherit
depend.apache and use the APACHE2_MODULES_CONFDIR variable to get the correct
path  to install to. It can also additionally call need_apache2, though all that
currently does is set a DEPEND on apache-2 and set a variable to other eclasses
(specifically apache-modules) can know what version of a apache to use.
>

ok sorry about that.
i wasnt aware depend.apache.eclass existed.
i shall get to it soon.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-09-04 04:12:20 UTC
Mass re-assign.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-11-09 09:11:06 UTC
Mass re-assign.
Comment 6 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-02-28 10:27:05 UTC
Just checking on this, as it's still on my list. Looks like the package should work with new-style configuration, but the paths are still hardcoded. I recommend using the eclass, but if you choose not to that's your choice. Close this bug out if you like.

Thanks!
Comment 7 Michael Cummings (RETIRED) gentoo-dev 2006-04-09 04:42:00 UTC
applied in 2.07, thanks!