Steve McIntyre <st...@einval.com> writes: > Interestingly, in armhf mode the package builds just fine on the same > type of hardware (built ok on hoiby). Wondering what on earth is going > on...
Agreed. For what it's worth, the only change between -4 and -5 should be this. diff --git a/libguile/threads.c b/libguile/threads.c index dcbd24d91..0f688c3fb 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -552,6 +552,7 @@ guilify_self_1 (struct GC_stack_base *base) t.base = base->mem_base; #ifdef __ia64__ t.register_backing_store_base = base->reg_base; + t.pending_rbs_continuation = 0; #endif t.continuation_root = SCM_EOL; t.continuation_base = t.base; Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4