make error for maxima-5.9.0
- Subject: make error for maxima-5.9.0
- From: Etienne Marache
- Date: Tue, 29 Jun 2004 10:37:59 +0200 (CEST)
When I try to install maxima-5.9.0 or maxima-5.9.0-r2 (laptop compaq
x1005 with gentoo 2004.0), make stops at once and the following message
appears:
Making all in src
make[1]: Entering directory `/home/rouqui/sources/maxima-5.9.0/src'
LISPTYPE=clisp ; export LISPTYPE ;\
CLISP=clisp ; export CLISP ;\
../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \
-x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)' && \
../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \
-x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load :verbose t)' \
-f user::run -d binary-clisp/maxima
clisp -norc -q -x (progn (setq #+lisp=cl ext:*load-paths* #-lisp=cl lisp:*load-paths* '(#P"")) (let ((argv '())) (declare (ignorable argv)) (progn (load "../lisp-utils/defsystem") (funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)) (values)))
;; Loading file /home/rouqui/sources/maxima-5.9.0/lisp-utils/defsystem.lisp ...
;; Loaded file /home/rouqui/sources/maxima-5.9.0/lisp-utils/defsystem.lisp
;; Loading file /home/rouqui/sources/maxima-5.9.0/src/maxima.system ...
; - Compiling defsystem "maxima"
; - Loading module "package"
; - Loading source file "maxima-package.lisp"
*** - REGEXP:REGEXP-COMPILE: keyword arguments in (T) should occur pairwise
0 errors, 0 warnings
make[1]: *** [binary-clisp/maxima.mem] Error 1
make[1]: Leaving directory `/home/rouqui/sources/maxima-5.9.0/src'
make: *** [all-recursive] Error 1
I haven't a clue what's wrong.
Help, someone!