[SCM] lash/master-experimental: The previous patch should fix FTBFS on alpha and ia64 too.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 1 01:45:55 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 8219d373878740e9b45c627df906e8736b3f3631
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 1 03:45:12 2010 +0200

    The previous patch should fix FTBFS on alpha and ia64 too.

diff --git a/debian/patches/04_disable_stacktrace.patch b/debian/patches/04_disable_stacktrace.patch
index 6af2029..c5e80ac 100644
--- a/debian/patches/04_disable_stacktrace.patch
+++ b/debian/patches/04_disable_stacktrace.patch
@@ -1,4 +1,5 @@
-Description: Don't print the stacktrace on segfaults if arch is armel.
+Description: Don't print the stacktrace on segfaults.
+ Fixes FTBFS on armel,powerpc,ia64,alpha.
 Origin: Ubuntu, https://launchpad.net/bugs/647091
 Bug-Ubuntu: https://launchpad.net/bugs/647091
 ---
@@ -12,7 +13,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/647091
      lash_error("info.si_code  = %d (%s)", info->si_code, si_codes[info->si_code]);
      lash_error("info.si_addr  = %p", info->si_addr);
 +
-+#if defined(__arm__) || defined(__powerpc__)
++#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__)
 +    lash_error("No stack trace");
 +#else
      for(i = 0; i < NGREG; i++)

-- 
lash packaging



More information about the pkg-multimedia-commits mailing list