At least since June 1, when trying to build CLISP from the mecurial
repository i get a memory corruption detected error while building
the test driver. This is under Ubuntu Natty and Fedora 15.
The attempt end with:
--8<---------------cut here---------------start------------->8---
cd tests && make SHELL='/bin/bash' LEXE=.run
make[1]: Entering directory `/home2/barry/src/gen/clisp/gcc-build/tests'
rm -f *.erg
LC_MESSAGES=en_US ../lisp.run -E utf-8 -norc -B ../ -N ../locale -M ../lispinit.mem -m 30MW -L english -c tests
make[1]: *** [tests.fas] Segmentation fault
make[1]: Leaving directory `/home2/barry/src/gen/clisp/gcc-build/tests'
make: *** [check-tests] Error 2
--8<---------------cut here---------------end--------------->8---
Today when I installed it anyway, then ran the tests using the installed
system, I got only one error:
Using in the tests/Makefile:
LISP = LC_MESSAGES=en_US clisp -E utf-8 -norc -m 30MW -L english -c tests
with the new CLISP chosen from PATH environemt.
Results in pack11.erg:
--8<---------------cut here---------------start------------->8---
Form: (AND *MODULES* T)
CORRECT: NIL
CLISP : T
--8<---------------cut here---------------end--------------->8---
I don't see why this is not the correct answer.
But the real issue is the 'make check' failure.
--
Barry Fishman
|