Package: libsexy
Version: 0.1.11-2
Severity: normal
Tags: patch

Dear Maintainer,

The package libsexy fails to build on ppc64el, as on new architectures, because
the config.{guess,sub} files are out of date, and are not updated during the
build, causing the following error:

http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/libsexy_0.1.11-2_ppc64el-20140605-1337.build

I just created a patch that enables it to be built on ppc64el. 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: libsexy-0.1.11/debian/control
===================================================================
--- libsexy-0.1.11.orig/debian/control	2014-06-11 18:52:52.000000000 +0000
+++ libsexy-0.1.11/debian/control	2014-06-11 18:52:52.000000000 +0000
@@ -5,6 +5,7 @@
 Uploaders: Loic Minier <l...@dooz.org>
 Build-Depends: cdbs,
                debhelper (>= 5),
+               dh-autoreconf,
                libgtk2.0-dev (>= 2.4),
                libxml2-dev,
                libglib2.0-dev (>= 2.4),
Index: libsexy-0.1.11/debian/rules
===================================================================
--- libsexy-0.1.11.orig/debian/rules	2014-06-11 18:52:52.000000000 +0000
+++ libsexy-0.1.11/debian/rules	2014-06-11 18:52:52.000000000 +0000
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 LIB_PKG := libsexy2

Reply via email to