Have you submitted a patch that has not been applied?
- Subject: Have you submitted a patch that has not been applied?
- From: Valerij Pipin
- Date: Sat, 14 Sep 2002 09:53:20 +0900
Hello!
I could not build maxima after updating cvs this morning (0,30 GMT).
I have
[vpipin@localhost maxima]$ make
Making all in src
make[1]: Entering directory `/home/soft/RPM/BUILD/maxima/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/soft/RPM/BUILD/maxima/lisp-utils/defsystem.lisp ...
;; Loading of file /home/soft/RPM/BUILD/maxima/lisp-utils/defsystem.lisp is finished.
;; Loading file /home/soft/RPM/BUILD/maxima/src/maxima.system ...
;; Loading of file /home/soft/RPM/BUILD/maxima/src/maxima.system is finished.
; - Compiling defsystem "maxima"
; - Loading module "package"
; - Loading source file "maxima-package.lisp"
;; Loading file maxima-package.lisp ...
;; Loading of file maxima-package.lisp is finished.
; - Compiling module "info"
; - Compiling source file "nregex.lisp"
*** - EVAL/APPLY: keyword arguments for #<COMPILED-CLOSURE COMPILE-FILE> should occur pairwise
0 errors, 0 warnings
make[1]: *** [binary-clisp/maxima.mem] Error 1
make[1]: Leaving directory `/home/soft/RPM/BUILD/maxima/src'
make: *** [all-recursive] Error 1
I got the same for cmucl and gcl
Valerij