From 2db74c67cb169a1ed28fa14e5f89a6e64b4fb7a4 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 31 Jul 2012 15:33:25 +0300 Subject: guile: updated to 2.0.6 Some patches (disable_goops_optimizations, fix_cross_compilation) don't seem to be needed anymore. Others (change-install-data-hook, mark-unused-modules) were updated to work on 2.0.6. Tested by building and running guile under QEMU with core-image-sato-sdk and also builing guile on MIPS. (From OE-Core rev: 310f169d3d89f3a4fc6a540974a30c7eb565db3a) Signed-off-by: Bogdan Marinescu Signed-off-by: Richard Purdie --- ...-modules-are-removed-gc-test-as-unresolve.patch | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'meta/recipes-devtools/guile/files/debian') diff --git a/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch b/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch index 06c849432b..43238a7d2e 100644 --- a/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch +++ b/meta/recipes-devtools/guile/files/debian/0002-Mark-Unused-modules-are-removed-gc-test-as-unresolve.patch @@ -15,24 +15,25 @@ garbage collector. 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/test-suite/tests/gc.test b/test-suite/tests/gc.test -index 97eeb19..58e4936 100644 +index a969752..8c8e13e 100644 --- a/test-suite/tests/gc.test +++ b/test-suite/tests/gc.test -@@ -80,11 +80,12 @@ - (gc) ;; thrice: because the test doesn't succeed with only +@@ -84,11 +84,13 @@ ;; one gc round. not sure why. -- (= (let lp ((i 0)) -- (if (guard) -- (lp (1+ i)) -- i)) -- total))) -+ (or (= (let lp ((i 0)) -+ (if (guard) -+ (lp (1+ i)) -+ i)) -+ total) -+ (throw 'unresolved)))) + (maybe-gc-flakiness +- (= (let lp ((i 0)) +- (if (guard) +- (lp (1+ i)) +- i)) +- total)))) ++ (or (= (let lp ((i 0)) ++ (if (guard) ++ (lp (1+ i)) ++ i)) ++ total) ++ (throw 'unresolved))))) ++ (pass-if "Lexical vars are collectable" (let ((l (compile -- cgit v1.2.3-54-g00ecf