bug#10647: Guile 2.0.3: fails make check on s390 in threads.test

2012-01-29 Thread Rob Browning
Package: Guile Version: 2.0.3 Make check fails on the s390x architecture: FAIL: threads.test: mutex-ownership: mutex with owner not retained (bug #27450) You can see the full build log here: https://buildd.debian.org/status/fetch.php?pkg=guile-2.0&arch=s390&ver=2.0.3%2B1-3&stamp=13278824

bug#10646: Guile 2.0.3 fails make check on armhf in test-pthread-create

2012-01-29 Thread Rob Browning
Package: Guile Version: 2.0.3 Make check fails on the armhf architecture: /bin/bash: line 5: 31270 Segmentation fault srcdir="." builddir="." GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-with-guile-module PASS: test-scm-with-guile /bin/bash: line 5: 31333

bug#10474: Building guile 2.x under mingw + msys

2012-01-29 Thread Ludovic Courtès
Eli Zaretskii skribis: >> From: l...@gnu.org (Ludovic Courtès) >> Cc: 10...@debbugs.gnu.org, commander.si...@googlemail.com >> Date: Sun, 29 Jan 2012 19:30:50 +0100 >> >> > I can certainly add ChangeLog entries, but `git format-patch' would be >> > harder. I don't have git installed on my deve

bug#10645: Guile 2.0.3: fails make check on s390x in test-ffi

2012-01-29 Thread Rob Browning
Package: Guile Version: 2.0.3 Make check fails on the s390x architecture: Backtrace: In ice-9/boot-9.scm: 162: 10 [catch #t # ...] 170: 9 [#] In unknown file: ?: 8 [catch-closure] In ice-9/boot-9.scm: 62: 7 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 389: 6 [eva

bug#10644: Guile 2.0.3: ia64 build fails in threads.c

2012-01-29 Thread Rob Browning
Package: Guile Version: 2.0.3 The Debian package of Guile 2.0.3 fails to build on ia64: threads.c: In function 'guilify_self_1': threads.c:524:39: error: 'struct GC_stack_base' has no member named 'reg' threads.c: In function 'launch_thread': threads.c:982:3: warning: implicit declaration of fun

bug#10520: [platform-testers] Guile 2.0.4 release imminent

2012-01-29 Thread Ludovic Courtès
Hello, l...@gnu.org (Ludovic Courtès) skribis: > Eventually, I found that, keeping frames.h unchanged, adding a compiler > barrier after each ‘fp’ assignment would solve the problem: For the record, compiling with -fno-strict-aliasing solves the problem too, and possibly other similar issues, so

bug#10474: Building guile 2.x under mingw + msys

2012-01-29 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > Cc: 10...@debbugs.gnu.org, commander.si...@googlemail.com > Date: Sun, 29 Jan 2012 19:30:50 +0100 > > > I can certainly add ChangeLog entries, but `git format-patch' would be > > harder. I don't have git installed on my development machine (git is > > a b

bug#10474: Building guile 2.x under mingw + msys

2012-01-29 Thread Ludovic Courtès
Hi Eli, Sorry for the late reply. Eli Zaretskii skribis: > I can certainly add ChangeLog entries, but `git format-patch' would be > harder. I don't have git installed on my development machine (git is > a bit of PITA on Windows). What's wrong with "diff -u"? It’s OK, but lacks commit meta-da

bug#10641: [2.0.3+] start_signal_delivery_thread failure on x86_64-freebsd8.2

2012-01-29 Thread Ludovic Courtès
Hello! For the record, scm_spawn_thread sometimes return #f, instead of a valid thread, when called from start_signal_delivery_thread, itself called from the pthread key destructor. For this reason, I added an assertion check in commit 0f4f2d9a, which gets hit systematically on that platform, for