Bug#751097: rtaudio: add autotools_dev to update config.{sub, guess} and fix FTBFS for ppc64le port
ravi
ravi at linux.vnet.ibm.com
Tue Jun 10 10:31:29 UTC 2014
Package: librtaudio4
Version: 4.0.12~ds0-1
Severity: normal
File: rtaudio
Tags: patch
User: debian-devel at lists.debian.org
Usertags: autotools_dev
Dear Maintainer,
The packages of rtaudio fails to build on ppc64el arch from source,
because config.{guess,sub} files are out of date, and are not updated during
the build.
This patch includes dh_autotools-dev_updateconfig to the build.
So, please consider the patch during build process.
Thanks and regards,
Ravindran.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages librtaudio4:ppc64el depends on:
ii libasound2 1.0.27.2-3
ii libc6 2.18-0experimental1+ppc64el.3
ii libgcc1 1:4.8.2-18
ii libjack-jackd2-0 [libjack-0.116] 1.9.9.5+20130622git7de15e7a-1
ii libpulse0 4.0-6
ii libstdc++6 4.8.2-18
ii multiarch-support 2.18-0experimental1+ppc64el.3
librtaudio4:ppc64el recommends no packages.
librtaudio4:ppc64el suggests no packages.
-- no debconf information
--===============2465524309247089605==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autotools_dev.debpatch"
>From 793c01b24e4bd1fedd480d8e63f77b7811ffa651 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <ravi at linux.vnet.ibm.com>
Date: Tue, 10 Jun 2014 08:54:25 +0000
Subject: [PATCH] autotools-dev
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e2c9c3f..7df0824 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends:
dh-autoreconf,
libasound2-dev,
libjack-dev,
- libpulse-dev
+ libpulse-dev,
+ autotools-dev
Standards-Version: 3.9.4
Homepage: http://www.music.mcgill.ca/~gary/rtaudio/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/rtaudio.git
diff --git a/debian/rules b/debian/rules
index dc21471..2addc45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ CONFIGURE_FLAGS += --with-oss
endif
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --parallel --with autoreconf,autotools-dev
override_dh_auto_clean:
dh_auto_clean
--
1.8.5.3
--===============2465524309247089605==--
More information about the pkg-multimedia-maintainers
mailing list