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
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
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
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
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
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
> 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
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
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