bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Hans Aberg
On 16 Nov 2011, at 22:46, Andy Wingo wrote: On Wed 16 Nov 2011 21:16, Hans Aberg haber...@telia.com writes: On 16 Nov 2011, at 20:30, Andy Wingo wrote: On Thu 10 Nov 2011 22:16, Hans Aberg haber...@telia.com writes: With guile-2.0.3, OS X 10.7.2, Xcode 4.2,

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Hans Aberg
On 16 Nov 2011, at 20:30, Andy Wingo wrote: With guile-2.0.3, OS X 10.7.2, Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1, 'make check' fails on test-ffi. Here, libffi-3.0.9 is used; libffi-3.0.10 does not compile with the same setup. How does it fail? I redid the check; it

bug#10070: bytevector-copy! overlapping behavior is not specified

2011-11-17 Thread Dmitry Chestnykh
Hello, Documentation for bytevector-copy! doesn't specify whether source and target may overlap (or the order of copying), it only says: Copy len bytes from source into target, starting reading from source-start (a positive index within source) and start writing at target-start.

bug#10015: Guile-2.0.3: test-ffi fails

2011-11-17 Thread Andy Wingo
On Thu 17 Nov 2011 15:32, Hans Aberg haber...@telia.com writes: On 16 Nov 2011, at 20:30, Andy Wingo wrote: With guile-2.0.3, OS X 10.7.2, Xcode 4.2, i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1, 'make check' fails on test-ffi. Here, libffi-3.0.9 is used; libffi-3.0.10 does not compile with