Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 83649
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michael Imhof <tantive@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Wolfram Schlich <wschlich@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
apcupsd-3.10.16-r3.patch Patch for apache paths patch Diego E. 'Flameeyes' Pettenò 2005-03-20 21:58 0000 1.80 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83649 depends on: Show dependency tree
Bug 83649 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-01 02:11 0000
According to http://dev.gentoo.org/~vericgar/doc/apache-package-refresh.html
the apache fslayout has changed.
Please update the apcupsd ebuild(s) accordingly:
--8<--
[root@prometheus(pts/20):apcupsd]$ diff -u /usr/{,local/}portage/sys-apps/apcupsd/apcupsd-3.10.16-r3.ebuild
--- /usr/portage/sys-apps/apcupsd/apcupsd-3.10.16-r3.ebuild     2005-02-21 03:37:49.000000000 +0100
+++ /usr/local/portage/sys-apps/apcupsd/apcupsd-3.10.16-r3.ebuild       2005-03-01 11:06:35.754302498 +0100
@@ -65,10 +65,10 @@

        if use gd
        then
-               use apache2 || insinto /etc/apache/conf/addon-modules
-               use apache2 || newins  ${FILESDIR}/${PV}/apache.conf apcupsd.conf
+               use apache2 || insinto /etc/apache/modules.d
+               use apache2 || newins ${FILESDIR}/${PV}/apache.conf 60_apcupsd.conf

-               use apache2 && insinto /etc/apache2/conf/modules.d
+               use apache2 && insinto /etc/apache2/modules.d
                use apache2 && newins ${FILESDIR}/${PV}/apache.conf 60_apcupsd.conf
        fi

[root@prometheus(pts/20):apcupsd]$
--8<--
If in doubt please contact vericgar@gentoo.org

------- Comment #1 From Benedikt Böhm 2005-03-02 00:00:59 0000 -------
please do not set iuse, paths and depends hardcoded. if you inherit
depend.apache you can depend on apache with the need_apache and get a set of
read-only variables containing the paths (use $APACHE(1|2)_MODULES_CONFIGDIR
here)

------- Comment #2 From Benedikt Böhm 2005-03-02 00:01:42 0000 -------
typo: APACHE(1|2)_MODULES_CONFDIR

------- Comment #3 From Elfyn McBratney (beu) (RETIRED) 2005-03-10 01:10:24 0000 -------
*** Bug 84382 has been marked as a duplicate of this bug. ***

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2005-03-20 21:58:57 0000 -------
Created an attachment (id=54020) [details]
Patch for apache paths

The attached patch fixes the problem with apache dependency and installation
paths.

It also add a DISTNAME=gentoo before ./configure so that gentoo/non-linux
systems could use the gentoo layout instead of the default layout for that os.
(Maybe I should cc also bsd@gentoo.org as this fix helps apcupsd working on
those systems).

------- Comment #5 From Michael Imhof 2005-03-28 10:34:25 0000 -------
Fixed in apcupsd-3.10.17
Diego: Thanks for your help.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug