bug#24666: converting srfi-18.test to standalone test case for debugging

2016-10-20 Thread Jack Howarth
: 0 While the comments in guile-test mentioned the requirement for setting TEST_SUITE_DIR, it is missing any discussion of the need to set GUILE_LOAD_PATH as well. That should be added. On Tue, Oct 11, 2016 at 8:55 AM, Jack Howarth wrote: > Does anyone know how to convert the s

bug#24666: converting srfi-18.test to standalone test case for debugging

2016-10-11 Thread Jack Howarth
Does anyone know how to convert the srfi-18.test test case into a standalone one that can be debugged in lldb or gdb? On darwin15, I have confirmed that the thread-local-storage support is causing the failures of... FAIL: srfi-18.test: thread-terminate!: termination destroys non-started threa

bug#15798: Bad variable name "noreturn" in libguile/throw.h

2013-11-04 Thread Jack Howarth
On Mon, Nov 04, 2013 at 07:48:29PM -0500, Mark H Weaver wrote: > Matt Sicker writes: > > In the function scm_ithrow, the parameter "int noreturn" is given. Now > > this works fine normally, but if stdnoreturn.h is included before > > throw.h (or libguile.h more likely), then this causes a compilat

bug#15807: guile-2.0.9 doesn't handle Apple clang < 5 or llvm.org clang < 3.3 properly

2013-11-04 Thread Jack Howarth
The guile 2.0.9 sources incorrectly assumes that sll clang compilers support the noreturn attribute which was only added in llvm.org clang 3.3 and Apple clang 5.0. In fink, we have fixed this with the following patch... --- guile-2.0.9/libguile/__scm.h.orig 2013-11-01 22:57:06.0 -04