Hi, I am trying to build a debian package from Debian's guile sources on a Dreamplug (ARMel/armv5tel arch) I am not sure what the following means but this is a 2-4 hour build process on this machine so any help would be appreciated make[6]: Nothing to be done for `test-import-order'. make[6]: Nothing to be done for `test-command-line-encoding'. make[6]: Nothing to be done for `test-asmobs'. make[6]: Nothing to be done for `test-ffi'. make[6]: `test-fast-slot-ref' is up to date. make[6]: Nothing to be done for `test-mb-regexp'. make[6]: `test-use-srfi' is up to date. make[6]: Nothing to be done for `test-extensions'. make[6]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1/test-suite/standalone' make check-TESTS make[6]: Entering directory `/media/files/src/guile-2.0-2.0.5+1/test-suite/standalone' PASS: test-system-cmds PASS: test-bad-identifiers PASS: test-require-extension PASS: test-guile-snarf PASS: test-import-order PASS: test-command-line-encoding PASS: test-num2integral PASS: test-round PASS: test-asmobs PASS: test-ffi PASS: test-list PASS: test-unwind PASS: test-conversion PASS: test-loose-ends PASS: test-fast-slot-ref PASS: test-mb-regexp PASS: test-use-srfi PASS: test-scm-c-read PASS: test-scm-take-locale-symbol PASS: test-scm-take-u8vector PASS: test-scm-to-latin1-string PASS: test-scm-values PASS: test-extensions /bin/bash: line 5: 13696 Segmentation fault srcdir="." builddir="." CHARSETALIASDIR="/media/files/src/guile-2.0-2.0.5+1/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-with-guile-module PASS: test-scm-with-guile /bin/bash: line 5: 13759 Segmentation fault srcdir="." builddir="." CHARSETALIASDIR="/media/files/src/guile-2.0-2.0.5+1/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-scm-spawn-thread /bin/bash: line 5: 13792 Segmentation fault srcdir="." builddir="." CHARSETALIASDIR="/media/files/src/guile-2.0-2.0.5+1/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-pthread-create SKIP: test-pthread-create-secondary ================================== 3 of 27 tests failed (1 test was not run) Please report to bug-guile@gnu.org ================================== make[6]: *** [check-TESTS] Error 1 make[6]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1/test-suite/standalone' make[5]: *** [check-am] Error 2 make[5]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1/test-suite/standalone' make[4]: *** [check] Error 2 make[4]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1/test-suite/standalone' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1/test-suite' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1' make[1]: *** [check] Error 2 make[1]: Leaving directory `/media/files/src/guile-2.0-2.0.5+1' dh_auto_test: make -j1 check returned exit code 2 make: *** [build] Error 29 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Thanks, Adam Baxter