[Pkg-ocaml-maint-commits] [ocaml] 01/02: Native backtraces don't work on powerpc, sparc and arm*

Stéphane Glondu glondu at alioth.debian.org
Sun Nov 10 02:20:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit dd68aeac0c4028416dc62421fd5cbf6e377bdd58
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Nov 9 07:56:39 2013 +0100

    Native backtraces don't work on powerpc, sparc and arm*
---
 ...traces-don-t-work-on-powerpc-sparc-and-ar.patch |   25 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-sparc-and-ar.patch b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-sparc-and-ar.patch
new file mode 100644
index 0000000..35372e9
--- /dev/null
+++ b/debian/patches/0014-Native-backtraces-don-t-work-on-powerpc-sparc-and-ar.patch
@@ -0,0 +1,25 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 9 Nov 2013 07:56:39 +0100
+Subject: Native backtraces don't work on powerpc, sparc and arm*
+
+---
+ testsuite/tests/backtrace/Makefile | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/testsuite/tests/backtrace/Makefile b/testsuite/tests/backtrace/Makefile
+index 83f9472..ce563be 100644
+--- a/testsuite/tests/backtrace/Makefile
++++ b/testsuite/tests/backtrace/Makefile
+@@ -18,7 +18,10 @@ OTHERFILES=backtrace2.ml raw_backtrace.ml
+ 
+ default:
+ 	$(MAKE) byte
+-	@if $(BYTECODE_ONLY); then : ; else $(MAKE) native; fi
++	@case `dpkg-architecture -qDEB_BUILD_ARCH` in \
++	  sparc|powerpc|arm*) : ;; \
++	  *) if $(BYTECODE_ONLY) ; then : ; else $(MAKE) native; fi ;; \
++	esac
+ 
+ .PHONY: byte
+ byte:
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index d67ae49..efbcf03 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
 0011-Enable-mkstemp-in-yacc.patch
 0012-Fix-ocamlopt-on-sparc.patch
 0013-Tune-resource-usage-of-some-tests.patch
+0014-Native-backtraces-don-t-work-on-powerpc-sparc-and-ar.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list