Hi, I'm trying to build guile-1.8.5 but, when running make check, one of the tests (test-asmobs) fails. The output of the tests is below.
I have encountered the same problem on two different machines with different distributions (gentoo and a clean install of debian on a VM) so, I am inclined to think that this is a bug in the package or the test suite. Steps to reproduce are below. Could you confirm whether this is a bug and, if so, whether it is fixed in later versions? Many thanks, Nick Cripps Steps to reproduce: (tested on debian 5.0.7) (sudo apt-get install gcc make libtool libgmp3-dev) wget http://ftp.gnu.org/pub/gnu/guile/guile-1.8.5.tar.gz tar -xzf guile-1.8.5.tar.gz cd guile-1.8.5 ./configure && make && make check Output of tests: ... make check-TESTS make[4]: Entering directory `/home/sipos/guile-1.8.5/test-suite/standalone' PASS: test-system-cmds PASS: test-require-extension PASS: test-bad-identifiers PASS: test-num2integral PASS: test-round PASS: test-gh ERROR: In procedure dynamic-link: ERROR: file: "libtest-asmobs", message: "libtest-asmobs.so: cannot open shared object file: No such file or directory" FAIL: test-asmobs PASS: test-list PASS: test-unwind PASS: test-conversion PASS: test-use-srfi PASS: test-with-guile-module ================================== 1 of 12 tests failed Please report to [email protected] ================================== make[4]: *** [check-TESTS] Error 1 make[4]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[3]: *** [check-am] Error 2 make[3]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[2]: *** [check] Error 2 make[2]: Leaving directory `/home/sipos/guile-1.8.5/test-suite/standalone' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/sipos/guile-1.8.5/test-suite' make: *** [check-recursive] Error 1
