sionescu / CIM

Common Lisp Implementation Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"cim install ccl" failed

lambdasakura opened this issue · comments

Here's the log messages.

ccl-1.9 installation started.
Donwloading archive.
Expanding archive.
Building ccl-1.9
Installing ccl-1.9
Making symlink.
Adding ccl-1.9 configuration.
Installing quicklisp.
Failed to install quicklisp.

 (20E19F98) : 27 (FUNCALL #'#<(:INTERNAL CCL::THREAD-MAKE-STARTUP-FUNCTION)>) 277
  NIL

  CCL::*CURRENT-LISP-THREAD*: #<LISP-THREAD listener [tcr @ #x200180] #x3020006A42CD>
  CCL::INITIAL-FUNCTION: (#<Compiled-function # (Non-Global)  #x3000004830CF> #<TTY-LISTENER listener(1) [Active] #x3020006A486D> (#))
  CCL::TCR: 262192
  CCL::THREAD: #<LISP-THREAD listener [tcr @ #x200180] #x3020006A42CD>

Version 1.9  (DarwinX8664)
> Error of type CCL::SIMPLE-READER-ERROR: Reader error on #<BASIC-FILE-CHARACTER-INPUT-STREAM ("/Users/sakura/.cim/scripts/ql_cmd_deps"/6 UTF-8) #x3020007EE57D>, near position 2, within "#!/usr/bin/e":
>                                         Undefined character #\! in a #\# dispatch macro.
> While executing: CCL::SIGNAL-READER-ERROR, in process listener(1).

Environment

  • Mac OS X 10.9.4
  • cim 1.0.0

Maybe success to install ccl , but failed to install quicklisp.

It is known bug. Ccl has problem with shebang. The problem matters when the first impl you install is ccl.

I did not notice.
I try to install other impl.

Thank you.