Subject: Build fails with gcl development snapshot
From: Frederik Himpe
Date: Sun, 8 Nov 2009 09:30:22 +0000 (UTC)
With gcl 20090303 development snapshot, maxima fails to build with this
error:
; - Loading source file
; "/home/fhimpe/maxima/BUILD/maxima-5.19.2/src/init-cl.lisp"
; loading #P"/home/fhimpe/maxima/BUILD/maxima-5.19.2/src/init-cl.lisp"
STYLE-WARNING: using deprecated EVAL-WHEN situation names EVAL COMPILE LOAD
; - Providing system maxima
[undoing binding stack and other enclosing state... done]
[saving current Lisp image into binary-sbcl/maxima.core:
writing 6176 bytes from the read-only space at 0x20000000
writing 4064 bytes from the static space at 0x20100000
writing 83759104 bytes from the dynamic space at 0x1000000000
done]
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.
Is this a known problem, and is there a solution?
--
Frederik Himpe