22.02.2013, 02:09, "Anton Vodonosov" <avodonosov@yandex.ru>:
On ECL bytecode compiler there is a problem:
/home/testgrid/lisps/ecl-bin-12.12.1/bin/ecl -norc -eval '(ext::install-bytecodes-compiler)' -eval '(LOAD #P"/home/testgrid/quicklisp-patched2/setup.lisp")'
(ql:quickload :alexandria)
Condition of type: UNDEFINED-FUNCTION The function ASDF/SYSTEM:FIND-SYSTEM is undefined.
Available restarts:
1. (ABORT) Give up on "alexandria" 2. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at QUICKLISP-CLIENT::RECURSE. In: #<process TOP-LEVEL>. File: (1 . #P"/home/testgrid/quicklisp-patched2/quicklisp/setup.lisp") (Position #2087)
ECL lisp-to-c compiler also has this problem. It reproduces if you start ECL second time (when ASDF is already compiled). rm -r quicklisp-patched2/cache/ /home/testgrid/lisps/ecl-bin-12.12.1/bin/ecl -norc -eval '(require :cmp)' -eval '(LOAD #P"/home/testgrid/quicklisp-patched2/setup.lisp")' ;; ASDF compilation output ;; .... (ql:quickload :alexandria) => OK (ql:quickload :babel) => OK (quit) /home/testgrid/lisps/ecl-bin-12.12.1/bin/ecl -norc -eval '(require :cmp)' -eval '(LOAD #P"/home/testgrid/quicklisp-patched2/setup.lisp")' (ql:quickload :alexandria) Condition of type: UNDEFINED-FUNCTION The function ASDF/SYSTEM:FIND-SYSTEM is undefined. Available restarts: 1. (ABORT) Give up on "alexandria" 2. (RESTART-TOPLEVEL) Go back to Top-Level REPL. Broken at SI:BYTECODES. [Evaluation of: (QUICKLISP-CLIENT:QUICKLOAD :ALEXANDRIA)] In: #<process TOP-LEVEL>.