bug#13611: SEGV during SMOB GC

2013-02-02 Thread Mike Gran
Hello- I have a reproducible SEGV during GC of SMOBs on Guile 2.0.7. It was also present in 2.0.6. To reproduce compile main.c as $ gcc -std=gnu99 -shared -o smobbug.so -Wall -Wextra `pkg-config guile-2.0 --cflags --libs` -fPIC main.c Then with $ LD_PRELOAD=./smobbug.so LD_LIBRARY_PATH=.

bug#13342: closed (Re: bug#13342: Errors trying to build Guile 2.0.7) , bug#13386: closed (Re: bug#13342: Errors trying to build Guile 2.0.7)

2013-02-02 Thread Peter Teeson
Hi Mark: The short answer is: make check-am …... make check-TESTS PASS: test-system-cmds …... PASS: test-asmobs PASS: test-ffi PASS: test-list …… === All 29 tests passed === In more detail the following steps: Unzipped libffi-3.0.11.tar.gz Downloaded

bug#13386: bug#13342: closed (Re: bug#13342: Errors trying to build Guile 2.0.7) , bug#13386: closed (Re: bug#13342: Errors trying to build Guile 2.0.7)

2013-02-02 Thread Mark H Weaver
Peter Teeson ptee...@me.com writes: …... PASS: test-asmobs PASS: test-ffi PASS: test-list …… === All 29 tests passed === Excellent! We can now submit the libffi patch upstream. Thanks, Mark