[Ecls-list] Strange compilation problem
Marko Kocić
marko.kocic at gmail.com
Fri Mar 26 15:15:25 UTC 2010
I tried to compile latest lispbuilder-sdl code with latest ecl, and
got strange benaviour.
Compilation failed on one file, and ecl got stuck after that. I had to
Ctrl-C to kill it.
I am using 64bit ubuntu with ecl with threads and unicode enabled.
Here's the excerpt from the log:
;;; Note:
;;; Invoking external command:
;;; gcc -o "/home/markko/.cache/common-lisp/ecl-10.3.1-linux-x86-64/home/markko/cvstree/clbuild/source/lispbuilder-sdl/sdl/font.fas"
-L"/home/markko/lib/" "/tmp/ECLINIT0kYLvh.o"
"/home/markko/.cache/common-lisp/ecl-10.3.1-linux-x86-64/home/markko/cvstree/clbuild/source/lispbuilder-sdl/sdl/font.o"
"-Wl,--rpath,/home/markko/lib/" -shared -lecl -lgmp -lpthread
-ldl -lm
;;;
;;; Loading "/home/markko/.cache/common-lisp/ecl-10.3.1-linux-x86-64/home/markko/cvstree/clbuild/source/lispbuilder-sdl/sdl/font.fas"
Unexpected end of file on #<string-input stream from "lispbuilder-sdl:...">.
Available restarts:
1. (try-recompiling) Recompile font and try loading it again
2. (retry) Retry performing #<asdf::load-op nil 46881600> on
#<asdf::cl-source-file "font" 45573536>.
3. (accept) Continue, treating #<asdf::load-op nil 46881600> on
#<asdf::cl-source-file "font" 45573536> as having been successful.
4. (restart-toplevel) Go back to Top-Level REPL.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
Broken at ASDF::PERFORM. In:
Debugger received error: Cannot print object readably.
Error flushed.
More information about the ecl-devel
mailing list