[SCM] ladish/master: Add patch to fix FTBFS on hppa.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Sep 18 09:25:58 UTC 2014


The following commit has been merged in the master branch:
commit 6e787eb5e9149bd24e406a9037e5324a3d7439cc
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Sep 18 10:25:06 2014 +0100

    Add patch to fix FTBFS on hppa.
    
    Thanks: Helge Deller <deller at gmx.de> for the patch.
    Closes: #762016

diff --git a/debian/patches/2003-hppa_fix.patch b/debian/patches/2003-hppa_fix.patch
new file mode 100644
index 0000000..148972c
--- /dev/null
+++ b/debian/patches/2003-hppa_fix.patch
@@ -0,0 +1,19 @@
+Description: Add hppa among the architecture which stacktrace support must be disabled.
+Author: Helge Deller <deller at gmx.de>
+Bug-Debian: https://bugs.debian.org/762016
+Forwarded: no
+---
+ daemon/sigsegv.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- ladish.orig/daemon/sigsegv.c
++++ ladish/daemon/sigsegv.c
+@@ -59,7 +59,7 @@ char * __cxa_demangle(const char * __man
+ # define REGFORMAT "%x"
+ #endif
+ 
+-#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__)
++#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__) || defined (__hppa__)
+ # define DISABLE_STACKTRACE
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 30787da..1762f6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0002-new_laditools.patch
 eglibc-2.17.patch
 0003-dont_crash_when_dbus_fail.patch
+2003-hppa_fix.patch

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list