Source: judy
Version: 1.0.5-2
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

Currently this package FTBFS when compiled in new architectures (as ppc64el)
that is not supported on the outdated package autotools files, mainly because
it fails to understand that the new architectures has support for shared
libraries, as shown below: 

The full log could be found at the package log on our buildd entries at:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/Build-Attempted.html

        make[1]: Leaving directory `/«PKGBUILDDIR»'
           dh_install
        dh_install: libjudydebian1 missing files (usr/lib/*/lib*.so.*), aborting
        make: *** [binary] Error 255

I created this patch that call autoreconf to updates the autotool files during
the build, as suggest by the following wiki:

https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

You can find more information about autoreconf in the following link:
https://wiki.debian.org/Autoreconf

I tested this patch and it worked fine.

Thank you,
Breno
Index: judy-1.0.5/debian/rules
===================================================================
--- judy-1.0.5.orig/debian/rules
+++ judy-1.0.5/debian/rules
@@ -8,7 +8,7 @@ export DEB_CFLAGS_MAINT_APPEND  = -Wall
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with quilt
+	dh $@ --with quilt,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --mandir=/usr/share/man

Reply via email to