[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-6-5-g98eae1c

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed May 5 12:41:25 UTC 2010


The following commit has been merged in the master branch:
commit 9ae6dbb4cf0a061ec17a9b53ee1c6a5ba9ecd1e7
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue May 4 12:24:25 2010 +0200

    Fix compilation error in dbus/sigsegv.c on alpha and ia64.
    
    On alpha and IA64, NGREG isn't defined, so this could never work. We
    simply disable it. This would prevent alpha and ia64 users from getting
    the register dump in case of a sigsegv, but they can still run gdb if
    they really care.

diff --git a/debian/patches/alpha_ia64-sigsegv b/debian/patches/alpha_ia64-sigsegv
new file mode 100644
index 0000000..5dec6ee
--- /dev/null
+++ b/debian/patches/alpha_ia64-sigsegv
@@ -0,0 +1,20 @@
+Index: jack-audio-connection-kit/dbus/sigsegv.c
+===================================================================
+--- jack-audio-connection-kit.orig/dbus/sigsegv.c	2010-05-04 12:13:51.000000000 +0200
++++ jack-audio-connection-kit/dbus/sigsegv.c	2010-05-04 12:23:38.000000000 +0200
+@@ -98,6 +98,7 @@
+     jack_error("info.si_errno = %d", info->si_errno);
+     jack_error("info.si_code  = %d (%s)", info->si_code, si_codes[info->si_code]);
+     jack_error("info.si_addr  = %p", info->si_addr);
++#if !defined(__alpha__) && !defined(__ia64__)
+     for(i = 0; i < NGREG; i++)
+         jack_error("reg[%02d]       = 0x" REGFORMAT, i, 
+ #if defined(__powerpc__)
+@@ -105,6 +106,7 @@
+ #else
+                 ucontext->uc_mcontext.gregs[i]
+ #endif
++#endif /* alpha, ia64 */
+                 );
+ 
+ #if defined(SIGSEGV_STACK_X86) || defined(SIGSEGV_STACK_IA64)
diff --git a/debian/patches/series b/debian/patches/series
index 79377fe..061c93c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 0000_sync_upstream_VCS.patch
+alpha_ia64-sigsegv
 0001_jackrec-rename.patch
 0002_manpages.patch
 1001_connect.patch

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list