[SCM] a2jmidid/master: Pull patch from Ubuntu to fix FTBFS in arm64

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Wed Dec 28 08:54:53 UTC 2016


The following commit has been merged in the master branch:
commit ed4f24a0d46a34e771ac6f10acf092518887d240
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Dec 28 09:45:12 2016 +0100

    Pull patch from Ubuntu to fix FTBFS in arm64
    
    Thanks: Logan Rosen <logan at ubuntu.com> for the patch
    
    Closes: #773088

diff --git a/debian/patches/arm64-sigsegv.patch b/debian/patches/arm64-sigsegv.patch
new file mode 100644
index 0000000..9c36a95
--- /dev/null
+++ b/debian/patches/arm64-sigsegv.patch
@@ -0,0 +1,17 @@
+Description: disable NGREG check on arm64
+Author: Logan Rosen <logan at ubuntu.com>
+Last-Update: 2016-12-28
+Bug-Debian: https://bugs.debian.org/773088
+Forwarded: no
+
+--- a/sigsegv.c
++++ b/sigsegv.c
+@@ -91,7 +91,7 @@
+     a2j_error("info.si_errno = %d", info->si_errno);
+     a2j_error("info.si_code  = %d (%s)", info->si_code, si_codes[info->si_code]);
+     a2j_error("info.si_addr  = %p", info->si_addr);
+-#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) && !defined(__hppa__) && !defined(__sh__)
++#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) && !defined(__arm__) && !defined(__hppa__) && !defined(__sh__) && !defined(__aarch64__)
+     for(i = 0; i < NGREG; i++)
+         a2j_error("reg[%02d]       = 0x" REGFORMAT, i,
+ #if defined(__powerpc__) && !defined(__powerpc64__)
diff --git a/debian/patches/ppc64-sigsegv.patch b/debian/patches/ppc64-sigsegv.patch
index 2bac551..599255f 100644
--- a/debian/patches/ppc64-sigsegv.patch
+++ b/debian/patches/ppc64-sigsegv.patch
@@ -1,6 +1,8 @@
 Description: Following the same variable and struct usage within sys header
  file ucontext.h to cover powerpc 64 bit archs.
 Author: Fernando Seiti Furusato <ferseiti at br.ibm.com>
+Last-Update: 2016-12-27
+Bug-Debian: https://bugs.debian.org/769141
 
 --- a2jmidid-8~dfsg0.orig/sigsegv.c
 +++ a2jmidid-8~dfsg0/sigsegv.c
diff --git a/debian/patches/series b/debian/patches/series
index d8e5e5f..ea5bdb5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 shebangs.diff
 ppc64-sigsegv.patch
+arm64-sigsegv.patch

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list