Package: opus
Version: 1.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package opus 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/opus_1.1-1_ppc64el.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: opus-1.1/debian/control
===================================================================
--- opus-1.1.orig/debian/control 2014-06-18 13:22:37.000000000 +0000
+++ opus-1.1/debian/control 2014-06-18 13:25:25.000000000 +0000
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Ron Lee <[email protected]>
-Build-Depends: debhelper (>= 5), doxygen
+Build-Depends: debhelper (>= 5), dh-autoreconf, doxygen
Standards-Version: 3.9.4.0
Homepage: http://www.opus-codec.org
Vcs-Git: git://git.debian.org/users/ron/opus.git
Index: opus-1.1/debian/rules
===================================================================
--- opus-1.1.orig/debian/rules 2014-06-18 13:22:37.000000000 +0000
+++ opus-1.1/debian/rules 2014-06-18 13:23:17.000000000 +0000
@@ -68,6 +68,7 @@
clean:
dh_testdir
dh_testroot
+ dh_autoreconf_clean
$(RM) -r $(objdir)
$(RM) *-stamp
dh_clean
@@ -75,6 +76,7 @@
$(objdir)/config.status: configure
dh_testdir
+ dh_autoreconf
mkdir -p $(objdir)
cd $(objdir) && ../configure --disable-maintainer-mode \
--host=$(DEB_HOST_GNU_TYPE) \