[Ecls-list] Cannot print object #<SWANK-BACKEND package> readably

Anton Vodonosov avodonosov at yandex.ru
Thu Jan 20 22:26:26 UTC 2011


Actually, the error is reproduced simply by creating a file test.lisp:

(defpackage test)


Then start ECL and do 

> (compile-file "test.lisp")

;;; Compiling test.lisp
Cannot print object #<TEST package> readably.

Available restarts:

1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (COMPILE-FILE "test.lisp")] In: #<process TOP-LEVEL>.
>> :b

Backtrace:
  > SI:BYTECODES [Evaluation of: (COMPILE-FILE "test.lisp")]
  > si:bytecodes [Evaluation of: (si:top-level)]

>>


Something is wrong with the ECL installation.




More information about the ecl-devel mailing list