Hell Guilers, I just built Guile from the stable-2.0 branch of the Git repository and got these errors from running `make check':
FAIL: fluids.test: initial fluid values: fluid-ref uninitialized fluid is #f FAIL: fluids.test: with-fluids with non-fluid: fluids not modified if nonfluid passed to with-fluids FAIL: fluids.test: with-fluids with duplicate fluid: original value restored To build I ran: git reset --hard origin/stable-2.0 git clean -fdx git pull ./autogen.sh ./configure make clean make -j3 I'm using Debian 6.0.1 "Squeeze" x86_64, libgc 7.2alpha4, gcc (Debian 4.4.5-8) 4.4.5, glibc-2.11-1, basically everything is stock Debian Stable except for libgc. I was told on IRC that it would probably be best to report the problem here, so here I am. I'm happy to provide any further information that might be needed. Francis
