[redhat-lspp] New pam src rpm with namespace

Klaus Weidner klaus at atsec.com
Wed Feb 15 22:21:11 UTC 2006


On Wed, Feb 15, 2006 at 05:12:01PM -0500, Steve Grubb wrote:
> On Wednesday 15 February 2006 17:08, Klaus Weidner wrote:
> > + autoreconf
> > configure.in:56: error: possibly undefined macro: AC_DISABLE_STATIC
> >       If this token and others are legitimate, please use m4_pattern_allow.
> >       See the Autoconf documentation.
> > configure.in:57: error: possibly undefined macro: AC_PROG_LIBTOOL
> > autoreconf: /usr/bin/autoconf failed with exit status: 1
> > error: Bad exit status from /var/tmp/rpm-tmp.78013 (%prep)
> 
> This sounds like libtool is missing. I'm building on fully updated rawhide.

Thanks, that fixed it. How about the following spec change:

-Klaus

diff -u /usr/src/redhat/SPECS/pam.spec.orig /usr/src/redhat/SPECS/pam.spec
--- /usr/src/redhat/SPECS/pam.spec.orig 2006-02-15 16:18:03.000000000 -0600
+++ /usr/src/redhat/SPECS/pam.spec      2006-02-15 16:17:44.000000000 -0600
@@ -37,7 +37,7 @@
 Requires: cracklib, cracklib-dicts >= 2.8
 Obsoletes: pamconfig
 Prereq: grep, mktemp, sed, coreutils, /sbin/ldconfig
-BuildPrereq: autoconf, bison, flex, glib2-devel, sed
+BuildPrereq: autoconf, automake, libtool, bison, flex, glib2-devel, sed
 BuildPrereq: cracklib, cracklib-dicts >= 2.8
 BuildPrereq: perl, pkgconfig
 %if %{WITH_AUDIT}




More information about the redhat-lspp mailing list