[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clisp and Garnet-2.2



Dear CLISP users,


Today I tried to compile Garnet version 2.2 beta, which, according
to its documentation, has CLISP support.
Unfortunately, when following the instructions in src/README.CLISP,
the compilation halts with a message indicating a compiler bug:

> (load "garnet-compiler.lsp")
;; Loading file garnet-compiler.lsp ...
  %%%%%%%%%%%%%%  Compiling Utils %%%%%%%%%%%%%%% 
;; Loading file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/utils-compiler.lsp ...
Compiling file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/general.lsp ...
WARNING in function PROBE-DIRECTORY-1 :
variable ARGS is not used.
Misspelled or missing IGNORE declaration?

Compilation of file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/general.lsp is finished.
0 errors, 1 warning
;; Loading file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/general.fas ...
;; Loading of file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/general.fas is finished.
;; Loading of file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/utils/utils-compiler.lsp is finished.
  %%%%%%%%%%%%%%  Compiling KR %%%%%%%%%%%%%%% 
;; Loading file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr-compiler.lsp ...
Compiling file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr-macros.lsp ...

Compilation of file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr-macros.lsp is finished.
0 errors, 0 warnings
The following functions were used but not defined:
 PRINT-THE-SCHEMA PRINT-THE-SLOT TYPE-TO-FN SCHEMA-P VALUE-FN S-VALUE-FN
 PROCESS-SLOTS CREATION-MESSAGE
;; Loading file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr-macros.fas ...
;; Loading of file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr-macros.fas is finished.
Compiling file /tmp_mnt/net/tmp/tmp/rbfeens/garnet/src/kr/kr.lsp ...
*** - Compiler bug!! Occurred in OPTIMIZE-LABEL.
1. Break> where

EVAL frame for form (COMPILE-FILE (MERGE-PATHNAMES USER::FILE USER::GARNET-KR-SRC))
1. Break> 


I'm running a CLISP with (machine-version) equal to "SUN4C",
(lisp-implementation-version) is "June 1993".
I didn't have encounter this problem with garnet 2.1.

Any suggestions of what may be wrong?

Remco Feenstra
(rbfeens@cs.vu.nl)