From 8079cec72c1014c1676a6de10a6eb4709d9e812d Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Mon, 11 May 2009 13:19:53 +0200 Subject: cacao-native 0.99.4: Set default preference to -1. --- recipes/cacao/cacao-native_0.99.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/cacao') diff --git a/recipes/cacao/cacao-native_0.99.4.bb b/recipes/cacao/cacao-native_0.99.4.bb index 1b996ffbcc..1e09e3ddec 100644 --- a/recipes/cacao/cacao-native_0.99.4.bb +++ b/recipes/cacao/cacao-native_0.99.4.bb @@ -1,4 +1,5 @@ -# Do not use this on amd64 hosts yet! +# 0.99.4 appears to be broken on amd64 and i386 :( +DEFAULT_PREFERENCE = "-1" require cacao-native.inc -- cgit v1.2.3 From 5c5e0a1bc249a49514809462e0c921a9afce2217 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Thu, 14 May 2009 11:30:30 +0200 Subject: cacao: Added missing patch. --- recipes/cacao/files/cacao-disable-stackbase-check.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/cacao/files/cacao-disable-stackbase-check.patch (limited to 'recipes/cacao') diff --git a/recipes/cacao/files/cacao-disable-stackbase-check.patch b/recipes/cacao/files/cacao-disable-stackbase-check.patch new file mode 100644 index 0000000000..8eb20894d4 --- /dev/null +++ b/recipes/cacao/files/cacao-disable-stackbase-check.patch @@ -0,0 +1,12 @@ +Index: cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c +=================================================================== +--- cacao-0.99.3+hg20090109.orig/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:15.000000000 +0100 ++++ cacao-0.99.3+hg20090109/src/mm/boehm-gc/os_dep.c 2009-02-15 16:29:24.000000000 +0100 +@@ -1077,7 +1077,6 @@ + c = stat_buf[buf_offset++]; + } + close(f); +- if (result < 0x10000000) ABORT("Absurd stack bottom value"); + return (ptr_t)result; + } + -- cgit v1.2.3