First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 27369
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Robert Wruck <robert@rw-it.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 27369 depends on: Show dependency tree
Bug 27369 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: 2003-08-26 10:55 0000
the patch that is applied to configure.in (files/ldap_config.patch) fixes the
problem, but the ebuild doesn't run autoconf to make it work (and configure
doesn't seem to detect the change, at least not on my system).

FIX: insert 
cd ${S}; autoconf
after the patch command in src_unpack

------- Comment #1 From Martin Holzer (RETIRED) 2003-09-21 12:03:11 0000 -------
please provide a patch or ebuild

------- Comment #2 From Robert Wruck 2003-09-22 15:34:20 0000 -------
Here you go:

--- autofs-3.1.7-r5.ebuild.orig	2003-05-25 17:22:19.000000000 +0200
+++ autofs-3.1.7-r5.ebuild	2003-08-27 21:30:12.000000000 +0200
@@ -22,6 +22,9 @@
 	
 	cd ${S}/include
 	patch -p0 < ${FILESDIR}/automount.diff || die
+	
+	cd ${S}
+	autoconf
 
 	cd ${S}/daemon
 	mv Makefile Makefile.orig

------- Comment #3 From Martin Holzer (RETIRED) 2003-09-24 10:16:52 0000 -------
added in autofs-3.1.7-r6

First Last Prev Next    No search results available      Search page      Enter new bug