Hi,

>/bin/bash ./libtool --tag=CC   --mode=link gcc  -g -O2   -o symcfg symcfg.o 
>-ldl -ldl
>libtool: Version mismatch error.  This is libtool 2.2.6 Debian-2.2.6a-4, but 
>the
>libtool: definition of this LT_INIT comes from libtool 2.2.6b.
>libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 
>Debian-2.2.6a-4
>libtool: and run autoconf again.

 I fixed just add -i to autoreconf, and pbuilder works fine.
 Please check attached patch, thanks.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u fl-cow-0.6/debian/changelog fl-cow-0.6/debian/changelog
--- fl-cow-0.6/debian/changelog
+++ fl-cow-0.6/debian/changelog
@@ -1,3 +1,11 @@
+fl-cow (0.6-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - add -i option to autoreconf (Closes: #560609)
+
+ -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp>  Fri, 23 Apr 2010 15:33:09 +0900
+
 fl-cow (0.6-4) unstable; urgency=low
 
   * Fix FTBFS on GNU/KFreeBSD. closes: #545434
diff -u fl-cow-0.6/debian/rules fl-cow-0.6/debian/rules
--- fl-cow-0.6/debian/rules
+++ fl-cow-0.6/debian/rules
@@ -7,7 +7,7 @@
 
 configure-stamp:
 	dh_testdir
-	autoreconf
+	autoreconf -i
 	./configure --prefix=/usr --disable-static --libdir=/usr/lib/fl-cow
 	touch configure-stamp
 

Reply via email to