[asdf-devel] asdf 2.30.2, (upgrage?) problem on ECL

Faré fahree at gmail.com
Fri Feb 22 00:04:49 UTC 2013


This looks like a problem of your loading FASLs built using ASDF3 on
top of ASDF2.
Whichever way you had ASDF3 loaded before you got those FASLs, you should use
to load ASDF3 after you got them... or you should clear your FASL cache.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Atheism is a non-prophet organization.


On Thu, Feb 21, 2013 at 5:32 PM, Anton Vodonosov <avodonosov at yandex.ru> wrote:
> 22.02.2013, 02:09, "Anton Vodonosov" <avodonosov at 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>.
>
>
> _______________________________________________
> asdf-devel mailing list
> asdf-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel




More information about the asdf-devel mailing list