Marius> From your build logs, I see that Marius> /tmp/build-gnu5877/guile-1.6.3/pre-inst-guile is used, which Marius> seems correct. Does pre-inst-guile work on your system?
>> It does the same thing with an empty input file. So it appears that >> the guile that is built fails to handle snarf-check-and-output-texi, Marius> It might also be that the guile that is built is not used to Marius> run snarf-check-and-output-texi. Can you try to figure out Marius> which is guile is actually run, and why? OK ... what's happening is that the right guile is being run, but the run is not successful: [europa] GUILE="/tmp/guile/guile-1.6.3/pre-inst-guile" ../scripts/snarf-check-and-output-texi --manual Segmentation Fault - core dumped I believe that the executable that ultimately winds up generating the core file is in libguile/.libs/guile; on that assumption, here's a traceback: [europa] gdb libguile/.libs/guile core GNU gdb 5.3 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.8"... Core was generated by `guile'. Program terminated with signal 11, Segmentation fault. Reading symbols from /tmp/guile/guile-1.6.3/libguile/./.libs/libguile.so.12...done. Loaded symbols for /tmp/guile/guile-1.6.3/libguile/./.libs/libguile.so.12 Reading symbols from /tmp/guile/guile-1.6.3/libguile-ltdl/.libs/libguile-ltdl.so.1...done. Loaded symbols for /tmp/guile/guile-1.6.3/libguile-ltdl/.libs/libguile-ltdl.so.1 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/lib/libcrypt_i.so.1...done. Loaded symbols for /usr/lib/libcrypt_i.so.1 Reading symbols from /usr/lib/libsocket.so.1...done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/lib/libnsl.so.1...done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libm.so.1...done. Loaded symbols for /usr/lib/libm.so.1 Reading symbols from /usr/lib/libc.so.1...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/gnu/lib/libgcc_s.so.1...done. Loaded symbols for /usr/gnu/lib/libgcc_s.so.1 Reading symbols from /usr/lib/libgen.so.1...done. Loaded symbols for /usr/lib/libgen.so.1 Reading symbols from /usr/lib/libmp.so.2...done. Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...done. Loaded symbols for /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 #0 0xff2b1810 in scm_ceval (x=0x48e40, env=0x2974) at eval.c:1986 1986 while (!SCM_NULLP (t.arg1 = SCM_CDR (t.arg1))) _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
