tag 527759 patch pending
thanks

Daniel Schepler <dschep...@gmail.com> (08/05/2009):
> This kind of error is usually a sign that the autoconf macro and
> ltmain.sh components of libtool are out of sync.  (Also, why is it
> continuing to try to build after that compilation fails?  If the
> Makefile is using a for loop, you may need to add a "set -e; " before
> it or a "SHELL=/bin/sh -e" to fix that.)

Since there's already an autoconf call, I've added a libtoolize call,
which fixes the problem. I'm going to file another bug for an FTBFS that
only happens on kfreebsd-* and then prepare an upload with both fixes
for DELAYED/7 or something like that.

Mraw,
KiBi.
--- tex-guy-1.3.2/debian/rules
+++ tex-guy-1.3.2/debian/rules
@@ -36,6 +36,7 @@
 	ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess .
 	aclocal
 	autoconf
+	libtoolize
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 	--enable-static --with-gettext
 

Reply via email to