Hi, El Tue, 1 May 2012 23:17:36 +0900 Sunjoong Lee <sunjo...@gmail.com> escribió: > Hi, Germán; > > Just curious what locale do you use? You may know that from output of > the command "locale".
the output of locale is: bash-4.2$ locale LANG=es_GT LC_CTYPE="es_GT" LC_NUMERIC="es_GT" LC_TIME="es_GT" LC_COLLATE="es_GT" LC_MONETARY="es_GT" LC_MESSAGES="es_GT" LC_PAPER="es_GT" LC_NAME="es_GT" LC_ADDRESS="es_GT" LC_TELEPHONE="es_GT" LC_MEASUREMENT="es_GT" LC_IDENTIFICATION="es_GT" LC_ALL=es_GT > > > I think the log file of test-suite, not a compile log, would be > helpful; test-suite is in test-suite directory of Guile source > archive and the test-case files are in test-suite/tests directory. > The script file guile-test in test-suite directory would run these > test-case files and write a log file, guile.log. Unfortunately guile-test can't run. I get the same error. But make check is (I don't know if there is an output file): PASS: test-scm-take-u8vector PASS: test-scm-to-latin1-string PASS: test-scm-values PASS: test-extensions PASS: test-with-guile-module PASS: test-scm-with-guile /bin/sh: line 5: 4258 Segmentation fault srcdir="." builddir="." CHARSETALIASDIR="/home/german/Instalados/desde-codigo/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-scm-spawn-thread /bin/sh: line 5: 4292 Segmentation fault srcdir="." builddir="." CHARSETALIASDIR="/home/german/Instalados/desde-codigo/guile-2.0.5/lib" GUILE_AUTO_COMPILE=0 "../../meta/uninstalled-env" ${dir}$tst FAIL: test-pthread-create SKIP: test-pthread-create-secondary ================================== 2 of 27 tests failed (1 test was not run) Please report to bug-gu...@gnu.org ================================== make[5]: *** [check-TESTS] Error 1 make[5]: Leaving directory `/home/german/Instalados/desde-codigo/guile-2.0.5/test-suite/standalone' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/home/german/Instalados/desde-codigo/guile-2.0.5/test-suite/standalone' make[3]: *** [check] Error 2 make[3]: Leaving directory `/home/german/Instalados/desde-codigo/guile-2.0.5/test-suite/standalone' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/german/Instalados/desde-codigo/guile-2.0.5/test-suite' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/german/Instalados/desde-codigo/guile-2.0.5' make: *** [check] Error 2 > > I think some modification would be need in guile-test script file if > you want to test your compiled and installed Guile but don't know > how, sorry. > > Oh, another one; you had attatched the file, log.tar.bz. It seemed to > a bzip2 compressed file but is a gzip compressed file. Good luck for > you. :P I did something wrong with the tar command in the shell.