Package: plib
Version: 1.8.4-8
Severity: important 
Tags: patch
Justification: FTBFS

Hi,

plib fails to build from source if automake 1.10.1-3 is installed. The
fix seems as simple as rename automake-1.9 to automake in the debian/rules.

Is there a reason to use automake-1.9?


$debuild -us -uc
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp install-stamp
find src -name 'lib*.so.*' -exec rm -f {} \;
find src -name 'lib*.a-pix' -exec rm -f {} \;
if [ ! -e Makefile ]; then \
          ./configure ;\
        fi
rm -f aclocal.m4 && aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of 
AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17:   run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
automake-1.9
configure.in:14: version mismatch.  This is Automake 1.9.6,
configure.in:14: but the definition used by this AM_INIT_AUTOMAKE
configure.in:14: comes from Automake 1.10.1.  You should recreate
configure.in:14: aclocal.m4 with aclocal and run automake again.
make: *** [clean] Erreur 63
debuild: fatal error at line 1264:
fakeroot debian/rules clean failed


diff -u plib-1.8.4/debian/changelog plib-1.8.4/debian/changelog
--- plib-1.8.4/debian/changelog
+++ plib-1.8.4/debian/changelog
@@ -1,3 +1,9 @@
+plib (1.8.4-9.1) unstable; urgency=low
+
+  * Fix FTBFS if automake 1.10 is installed
+
+ -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Thu, 10 Apr 2008 12:17:58 +0200
+
 plib (1.8.4-8) unstable; urgency=low

   * Add versioned shlib to help upgrade to release post -6 (which was buggy).
diff -u plib-1.8.4/debian/control plib-1.8.4/debian/control
--- plib-1.8.4/debian/control
+++ plib-1.8.4/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Philipp Frauenfelder <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: xlibmesa-gl-dev | libgl-dev, freeglut3-dev, m4, autoconf, 
automake1.9, libx11-dev, libxmu-dev, debhelper (>= 4), libxi-dev
+Build-Depends: xlibmesa-gl-dev | libgl-dev, freeglut3-dev, m4, autoconf, 
automake, libx11-dev, libxmu-dev, debhelper (>= 4), libxi-dev
 Build-Conflicts: autoconf2.13, automake1.4

 Package: plib1.8.4c2
diff -u plib-1.8.4/debian/rules plib-1.8.4/debian/rules
--- plib-1.8.4/debian/rules
+++ plib-1.8.4/debian/rules
@@ -55,7 +55,7 @@
        fi

        rm -f aclocal.m4 && aclocal
-       automake-1.9
+       automake
        autoconf

        # Add here commands to clean up after the build process.



Cheers,

    Gonéri

Attachment: signature.asc
Description: Digital signature

Reply via email to