[Git][debian-gis-team/gmt][master] Add patch by Jason Duerstock to fix FTBFS on ia64. (closes: #930082)

Bas Couwenberg gitlab at salsa.debian.org
Thu Jun 6 19:13:32 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / gmt


Commits:
0e54a740 by Bas Couwenberg at 2019-06-06T16:55:08Z
Add patch by Jason Duerstock to fix FTBFS on ia64. (closes: #930082)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/ia64.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+gmt (5.4.5+dfsg-3) UNRELEASED; urgency=medium
+
+  * Add patch by Jason Duerstock to fix FTBFS on ia64.
+    (closes: #930082)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 06 Jun 2019 18:54:29 +0200
+
 gmt (5.4.5+dfsg-2) unstable; urgency=medium
 
   * Remove package name from lintian overrides.


=====================================
debian/patches/ia64.patch
=====================================
@@ -0,0 +1,16 @@
+Description Add support for ia64.
+Author: Jason Duerstock <jason.duerstock at gmail.com>
+Origin: https://github.com/GenericMappingTools/gmt/pull/849/commits/3df36d0c8471b758ec8881d8b1b2e852376d8cb4
+Bug-Debian: https://bugs.debian.org/930082
+
+--- a/src/common_sighandler.c
++++ b/src/common_sighandler.c
+@@ -105,6 +105,8 @@ void backtrace_symbols_fd(void *const *b
+ #  define UC_IP(uc) ((void *) (uc)->uc_mcontext.arm_pc)
+ # elif defined(__powerpc__) || defined(__powerpc64__)
+ #  define UC_IP(uc) ((void *) (uc)->uc_mcontext.regs->nip)
++# elif defined(__ia64__)
++#  define UC_IP(uc) ((void *) (uc)->uc_mcontext.sc_ip)
+ # else
+ #  define UC_IP(uc) ((void *) (uc)->uc_mcontext.eip)
+ # endif


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ disable-triangle.patch
 manpage-section.patch
 spelling-errors.patch
 0001-Same-fix-as-for-masters-but-for-5.4-542.patch
+ia64.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/commit/0e54a740c82ba5109392f3d4782534f6fec2d6fc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/gmt/commit/0e54a740c82ba5109392f3d4782534f6fec2d6fc
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190606/eb1efa3d/attachment-0001.html>


More information about the Pkg-grass-devel mailing list