Source: ticcutils
Version: 0.4-5
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package ticcutils fails to build on ppc64el, as on new architectures,
because the config.{guess,sub} and libtool files are out of date, and are not
updated during the build, causing the following error, because shared library
is not generated.

        cp: cannot stat 'debian/tmp/usr/lib/libticcutils.so': No such file or 
directory
        dh_install: cp -a debian/tmp/usr/lib/libticcutils.so 
debian/libticcutils2-dev//usr/lib/ returned exit code 1
        make: *** [binary-install/libticcutils2-dev] Error 2

I just created a patch that enables the package to be reconfigured during the
build process, so, updating the libtool files. I am using the following URL as
reference:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

Thank you,
Breno 

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: ticcutils-0.4/debian/control
===================================================================
--- ticcutils-0.4.orig/debian/control	2013-08-01 14:14:49.000000000 +0000
+++ ticcutils-0.4/debian/control	2014-06-26 16:57:17.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
 Uploaders: Joost van Baal-Ilić <joos...@debian.org>, Ko van der Sloot <ko.vandersl...@uvt.nl>
-Build-Depends: cdbs, debhelper (>= 8), pkg-config, libxml2-dev
+Build-Depends: cdbs, debhelper (>= 8), pkg-config, libxml2-dev, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://ilk.uvt.nl/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libticcutils/trunk
Index: ticcutils-0.4/debian/rules
===================================================================
--- ticcutils-0.4.orig/debian/rules	2013-08-01 14:19:01.000000000 +0000
+++ ticcutils-0.4/debian/rules	2014-06-26 16:57:09.000000000 +0000
@@ -4,6 +4,7 @@
 # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/libticcutils/trunk/debian/rules $
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 # DEB_VERBOSE_ALL
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to