maxima and cmucl 2002-08-13 don't fit



Hi,

I would very much appreciate help in build maxima with cmucl.

I am using 
lisp -v
Warning:  #<Command Line Switch "v"> is an illegal switch
CMU Common Lisp 18d+ 2002-08-13, running on numa-i
Send questions to cmucl-help@cons.org. and bug reports to cmucl-imp@cons.org.
Loaded subsystems:
    Python 1.0, target Intel x86
    CLOS based on PCL version:  September 16 92 PCL (f)


Trying to build maxima (current cvs) I get
Making all in src
/home/jarausch/Math/Maxima/maxima-cvs/src
make[1]: Entering directory `/home/jarausch/Math/Maxima/maxima-cvs/src'
LISPTYPE=cmucl ; export LISPTYPE ;\
CMUCL=lisp ; export CMUCL ;\
./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)' \
        -d binary-cmucl/maxima
; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/lisp-utils/defsystem.lisp".
Converted CANONICALIZE-MODULE-NAME.
Converted DEFMODULE.
Converted MODULE-FILES.
Converted PROVIDE.
Converted REQUIRE.

Warning: These variables are undefined:
  *LIBRARY* *MODULE-FILES*
Warning:  Old-style IN-PACKAGE.
Converted |(PCL::FAST-METHOD PRINT-OBJECT (COMPONENT T))|.
Converted |(PCL::FAST-METHOD PRINT-OBJECT (LANGUAGE T))|.
; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/src/maxima.system".

;  - Compiling defsystem "maxima" 
;    - Loading module "package" 
;      - Loading source file "maxima-package.lisp" 
; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/src/maxima-package.lisp".

;    - Compiling module "info" 
;      - Compiling source file "nregex.lisp" 
Python version 1.0, VM version Intel x86 on 14 OCT 02 09:19:14 am.
Compiling: /home/jarausch/Math/Maxima/maxima-cvs/src/nregex.lisp 01 FEB 02 06:09:23 am

Converted INFO.
Compiling DEFMACRO INFO: 
Byte Compiling Top-Level Form: 
Converted REGEX.
Compiling DEFUN REGEX: 
Converted ADD-EXP.
Compiling DEFMACRO ADD-EXP: 
Converted REGEX-COMPILE.
Compiling DEFUN REGEX-COMPILE: 
Byte Compiling Top-Level Form: 
Converted REGEX-QUOTED.
Compiling DEFUN REGEX-QUOTED: 
Byte Compiling Top-Level Form: 

binary-cmucl/nregex.x86f written.
Compilation finished in 0:00:01.

;      - Loading binary file "binary-cmucl/nregex.x86f" 
; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/src/binary-cmucl/nregex.x86f".

;      - Compiling source file "cl-info.lisp" 
Python version 1.0, VM version Intel x86 on 14 OCT 02 09:19:15 am.
Compiling: /home/jarausch/Math/Maxima/maxima-cvs/src/cl-info.lisp 26 JUN 02 04:01:52 pm

Converted MATCH-START.
Compiling DEFUN MATCH-START: 
Converted MATCH-BEGINNING.
Compiling DEFUN MATCH-BEGINNING: 
Converted MATCH-END.
Compiling DEFUN MATCH-END: 
Converted GET-MATCH.
Compiling DEFUN GET-MATCH: 
Byte Compiling Top-Level Form: 
Converted COMPILE-REGEX.
Compiling DEFUN COMPILE-REGEX: 

File: /home/jarausch/Math/Maxima/maxima-cvs/src/cl-info.lisp

In: DEFUN COMPILE-REGEX
  (LET ((*COMPILE-PRINT* NIL) (*COMPILE-VERBOSE* NIL) (*COMPILE-PROGRESS* NIL))
    (COMPILE NIL (NREGEX:REGEX-COMPILE PAT :CASE-SENSITIVE CASE-SENSITIVE)))
Note: Variable *COMPILE-PROGRESS* defined but never used.

Converted STRING-MATCH.
Compiling DEFUN STRING-MATCH: 
Converted SHARP-U-READER.
Compiling DEFUN SHARP-U-READER: 
Byte Compiling Top-Level Form: 
Converted FILE-TO-STRING.
Compiling DEFUN FILE-TO-STRING: 
Converted ATOI.
Compiling DEFUN ATOI: 
Converted INFO-GET-TAGS.
Compiling DEFUN INFO-GET-TAGS: 
Compiling Top-Level Form: 
Converted RE-QUOTE-STRING.
Compiling DEFUN RE-QUOTE-STRING: 
Converted GET-MATCH.
Compiling DEFUN GET-MATCH: 
Converted STRING-CONCATENATE.
Compiling DEFUN STRING-CONCATENATE: 
Converted GET-NODES.
Compiling DEFUN GET-NODES: 
Converted GET-INDEX-NODE.
Compiling DEFUN GET-INDEX-NODE: 
Converted NODES-FROM-INDEX.
Compiling DEFUN NODES-FROM-INDEX: 
Converted GET-NODE-INDEX.
Compiling DEFUN GET-NODE-INDEX: 
Compilation aborted after 0:00:00.

Compilation unit aborted.
  1 fatal error
  1 note

make[1]: *** [binary-cmucl/maxima.core] Error 1
make[1]: Leaving directory `/home/jarausch/Math/Maxima/maxima-cvs/src'
make: *** [all-recursive] Error 1


Sorry, but I can't see where the error is and why it occurs.

Many thanks for a hint,
Helmut.

P.S.
Is there an uptodate script to build cmucl-cvs from source. Upto now I
had no luck in build it.

---

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany