Your message dated Wed, 28 Dec 2016 09:18:23 +0000
with message-id <e1cmanl-0006r9...@fasolo.debian.org>
and subject line Bug#773088: fixed in a2jmidid 8~dfsg0-3
has caused the Debian Bug report #773088,
regarding a2jmidid: FTBFS on arm64 due to NGREG not existing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
773088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: a2jmidid
Version: 8~dfsg0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu vivid ubuntu-patch

Dear Maintainer,

a2jmidid currently FTBFS on arm64 due to NGREG not existing. This patch adds a 
check to see if the current architecture is arm64 before checking the NGREG 
condition.

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/arm64-sigsegv.patch: Disable NGREG check to fix FTBFS on
    arm64.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: jessie/sid
  APT prefers vivid-updates
  APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), 
(100, 'vivid-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-25-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru a2jmidid-8~dfsg0/debian/patches/arm64-sigsegv.patch a2jmidid-8~dfsg0/debian/patches/arm64-sigsegv.patch
--- a2jmidid-8~dfsg0/debian/patches/arm64-sigsegv.patch	1969-12-31 19:00:00.000000000 -0500
+++ a2jmidid-8~dfsg0/debian/patches/arm64-sigsegv.patch	2014-12-13 04:05:55.000000000 -0500
@@ -0,0 +1,13 @@
+Description: disable NGREG check on arm64
+Author: Logan Rosen <lo...@ubuntu.com>
+--- 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 -Nru a2jmidid-8~dfsg0/debian/patches/series a2jmidid-8~dfsg0/debian/patches/series
--- a2jmidid-8~dfsg0/debian/patches/series	2012-08-02 07:19:38.000000000 -0400
+++ a2jmidid-8~dfsg0/debian/patches/series	2014-12-13 04:05:48.000000000 -0500
@@ -1 +1,3 @@
 shebangs.diff
+arm64-sigsegv.patch

--- End Message ---
--- Begin Message ---
Source: a2jmidid
Source-Version: 8~dfsg0-3

We believe that the bug you reported is fixed in the latest version of
a2jmidid, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 773...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated a2jmidid package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Dec 2016 09:50:56 +0100
Source: a2jmidid
Binary: a2jmidid
Architecture: source
Version: 8~dfsg0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 a2jmidid   - Daemon for exposing legacy ALSA MIDI in JACK MIDI systems
Closes: 773088 824070
Changes:
 a2jmidid (8~dfsg0-3) unstable; urgency=medium
 .
   * Team upload.
   * d/control:
     + Drop obsolete field DM-Upload-Allowed
     + Drop pointless field 'X-Python-Version: >= 2.5'
     + Canonicalize Vcs-* fields, and use https.
     + Add build-depepndency on dh-python to avoid a build warning
     + Add dependency on python-dbus.  Closes: #824070
     + Bump Standards-Version to 3.9.8, no changes needed
   * d/rules:
     + Use the -S option of dpkg-parsechangelog to get the field, instead of 
sed.
   * Bump debhelper compat level to 10
   * d/watch: use @ARCHIVE_EXT@ to look for eventually different archive types.
   * Pull patch from Ubuntu to fix FTBFS in arm64.  Closes: #773088
     Thanks to Logan Rosen <lo...@ubuntu.com> for the patch.
Checksums-Sha1:
 e3ce857b5f932378a822dd8acecf314966920c56 2102 a2jmidid_8~dfsg0-3.dsc
 8cb7c7182722acb62a9b4fdd29a1b47a09ffebb2 5340 a2jmidid_8~dfsg0-3.debian.tar.xz
Checksums-Sha256:
 8f79d6826c61e84e6014f00afa46e0e0e478d072af02eba00c6a0e25d71ebb9b 2102 
a2jmidid_8~dfsg0-3.dsc
 124295db6a8a6728ed765470d210ea301d41137d28f9cd106c967d9967e692bf 5340 
a2jmidid_8~dfsg0-3.debian.tar.xz
Files:
 1f765071d24f7c4e06894c12f7075b74 2102 sound optional a2jmidid_8~dfsg0-3.dsc
 4f78fe50438c91add14e21f8907a034a 5340 sound optional 
a2jmidid_8~dfsg0-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlhjfa8SHG1hdHRpYUBk
ZWJpYW4ub3JnAAoJEAgWueGMdiutdusP/1cXYBSc7qQwbO3WXsI/W8p6PVNbKoUy
yOtPlLy2+1iwWp9e3dpb1dLD3BafW3gFxet72cFmxsEokFzvVnUZGiOTdS86Wv/q
UztiTMG0u55FyCtwvQsr9j/VrmqzuO2aDoZst0CSF8dsxzraC3ApmwEZR3PYRTTp
clS+op5ZdmpRvwGsDB0+6gBq6x0PgHGV/GwhA/AbCHpasvScgBT7tsUSDDT9uiim
kk1JvV3UONsq3dZsKo9ii3k6o8qAmP/+ZNrAaTU8gCjthxr++kO0g4nwk8SDCeep
SpRfGUkmRUAkwLcnqjlwW7ZsNwJ10Jb131krvgS7yHfYZJPQVINPtg3hMMUnuVin
LA5cNVvqW3tbx4oqbcMtLWEaHPYDJJJ8gLBhq/L6aAkobUifPjOtrEkh7sz/8uuO
JHwe7yNHCrbioe3wqujtnnMYeG81IPl5HUA91vBIALTZ5H/sqWxXaVbHu7w9Bm6y
Osenz/AQqA1X2WUfl1iaoooYt42m665pnJrolPCPNion3PQD8aIobehHNj5vLeyo
80fakwzHOu69Hy0mqeJ0M7Dtdips6ZmsqOgVdz1Xt9ZumW0u/OEssEEVYMAycj/e
vfSsNUc8n/Po+oa/j2LdE747Qi3j/2DiPzLSHCxDPh79eE+S1bZoocfYiQGX4v7t
Tv+x9NTHF+LU
=sBec
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to