boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Greg Troxel
I've been a guile user erratically for a long time, and maintain the entry for guile in pkgsrc. Currently that's at 1.8.8 and it works fine. There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is built without threads, and I have --disable-threads passed to guile's configure. The

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Hi Greg, Greg Troxel writes: > There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is > built without threads, and I have --disable-threads passed to guile's > configure. As documented in our README and the output of ./configure --help, "--without-threads" is the option you shoul

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Greg Troxel
Mark H Weaver writes: > As documented in our README and the output of ./configure --help, > "--without-threads" is the option you should be using. To be honest, > I'm not sure what "--disable-threads" will do, if anything. It's > possible that gnulib is somehow enabling that option to be accep

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Greg Troxel writes: > After fixing the --disable-threads and updating to 2.0.11, I get the > following. I'll ask pkgsrc/netbsd people about libgc, since that seems > to be the issue. > > /usr/pkgsrc/wip/guile2/work/guile-2.0.11/libguile > LD_LIBRARY_PATH=.libs gdb > .libs/guile > GNU gdb (GDB)

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Greg Troxel
Mark H Weaver writes: >> Program received signal SIGSEGV, Segmentation fault. >> [Switching to LWP 1] >> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> (gdb) bt >> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> #1 0xbba8696e in GC_find_l

guile-clutter, 1.10.0 -> 1.12.2, git repo quiz

2014-04-11 Thread David Pirotte
Hello guilers, I started [slowly but hopefully surely :)] to work on updating our guile-clutter binding from clutter 1.10.0 to clutter 1.12.2. [sorry in advance if some of the questions I will ask may sound a bit stupid, my knowledge of involved lower level tools, modules, ... is quite 'superfi

Re: boehm-gc troubles with 2.0.10 on NetBSD/i386

2014-04-11 Thread Mark H Weaver
Greg Troxel writes: > Mark H Weaver writes: > >>> Program received signal SIGSEGV, Segmentation fault. >>> [Switching to LWP 1] >>> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >>> (gdb) bt >>> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >