Build fails with gcl development snapshot



On Sun, 08 Nov 2009 09:30:22 +0000, Frederik Himpe wrote:

> With gcl 20090303 development snapshot, maxima fails to build with this
> error:

Apparently I failed to paste the whole relevant output. This should be 
more complete:

test -d binary-gcl || mkdir binary-gcl
test -d binary-gcl/numerical || mkdir binary-gcl/numerical
test -d binary-gcl/numerical/slatec || mkdir binary-gcl/numerical/slatec
gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp")
(compiler::emit-fn t) (funcall (intern (symbol-name :operate-on-
system) :mk)
"maxima" :compile :verbose t) (load "..
/lisp-utils/make-proclaim.lisp") (compiler::make-all-proclaims "*/*.fn"
"*/*/*/*.fn"))' && \
        gcl -batch -eval '(progn (load "../lisp-utils/defsystem.lisp") 
(funcall
(intern (symbol-name :operate-on-system) :mk) "maxima" :load :verbose t) 
(when
(fboundp (quote si::
sgc-on))(si::sgc-on t)) (si:save-system "binary-gcl/maxima"))'

Warning:
REQUIRE is being redefined.
Error in PROGN [or a callee]: Caught fatal error [memory may be damaged]

Fast links are on: do (use-fast-links nil) for debugging
Broken at PROGN.  Type :H for Help.
 1 (Continue) Retry loading file
"/usr/lib/gcl-2.6.8/xgcl-2/../cmpnew/gcl_collectfn.o".
 2 (Abort) Return to top level.