Here's what happens with cvs as of today:
------------------------------------------------------------------
|addiator>cvs -d $maximacvs co maxima
|addiator>cd maxima/
|addiator>./bootstrap && ./configure --enable-clisp --enable-cmucl
--enable-gcl --prefix=/tmp/maxima-install
|addiator>time make
(reams of output deleted)
real 9m27.317s
user 8m1.580s
sys 0m24.890s
|addiator>cd tests
|addiator>make check
Running test suite with clisp...
*** Summary results for tests recorded in
*** log file tests-clisp.log:
No Errors Found
*** end of summary for tests-clisp.log
Running test suite with cmucl...
*** Summary results for tests recorded in
*** log file tests-cmucl.log:
No Errors Found
*** end of summary for tests-cmucl.log
Running test suite with gcl...
*** Summary results for tests recorded in
*** log file tests-gcl.log:
No Errors Found
*** end of summary for tests-gcl.log
------------------------------------------------------------------
There's a landmark for us.
--Jim