Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-06 Thread Anton Vodonosov
Trying with ASDF 2.28.4 The ECL problem has gone, but CCL still can't run quicklisp: lisps/ccl-1.8/lx86cl --no-init --load quicklisp-patched2/setup.lisp Error: Error while trying to load definition for system quicklisp from pathname /home/testgrid/quicklisp-patched2/quicklisp/quicklisp.asd:

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-06 Thread Faré
On Wed, Feb 6, 2013 at 9:22 PM, Anton Vodonosov avodono...@yandex.ru wrote: Trying with ASDF 2.28.4 The ECL problem has gone, but CCL still can't run quicklisp: OK, I committed a workaround to ASDF 2.28.5. lisps/ccl-1.8/lx86cl --no-init --load quicklisp-patched2/setup.lisp Error: Error

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-06 Thread Faré
07.02.2013, 05:54, Faré fah...@gmail.com: On Wed, Feb 6, 2013 at 9:22 PM, Anton Vodonosov avodono...@yandex.ru wrote: OK, I committed a workaround to ASDF 2.28.5. Have you pushed it? The comment on the top of asdf.lisp still says This is ASDF 2.28.4 I was experiencing Internet connection

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-05 Thread Faré
Anton, the failure you found seems to be a case of quicklisp compiling asdf without having loaded it as source first. To compile asdf even when a previous asdf was loaded, it is currently necessary to first load asdf.lisp as source. quicklisp (require)'s the previous asdf, then compiles the new

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-05 Thread Anton Vodonosov
Similar situation on ECL: $ lisps/ecl-bin-12.12.1/bin/ecl -norc -load quicklisp-patched2/setup.lisp [ ... log of compilation output ... ] An error occurred during initialization: The function ASDF/OPERATE:OPERATE is undefined.. ___ asdf-devel mailing

[asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-04 Thread Anton Vodonosov
I placed new asdf.lisp into quicklisp and changed (defvar *required-asdf-version* 2.28) in quicklisp/setup.lisp to the lates version - 2.28. lisps/ccl-1.8/lx86cl --no-init --load quicklisp-patched2/setup.lisp Error: Error while trying to load definition for system quicklisp from pathname

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-04 Thread Faré
On Tue, Feb 5, 2013 at 4:03 AM, Anton Vodonosov avodono...@yandex.ru wrote: I placed new asdf.lisp into quicklisp and changed (defvar *required-asdf-version* 2.28) in quicklisp/setup.lisp to the lates version - 2.28. This looks like the bad interaction of files compiled with a previous ASDF

Re: [asdf-devel] can't run quicklisp with asdf 2.28 on CCL (upgrage issue?)

2013-02-04 Thread Anton Vodonosov
05.02.2013, 07:44, Faré fah...@gmail.com: On Tue, Feb 5, 2013 at 4:03 AM, Anton Vodonosov avodono...@yandex.ru wrote:  I placed new asdf.lisp into quicklisp and changed (defvar *required-asdf-version* 2.28)  in quicklisp/setup.lisp to the lates version - 2.28. This looks like the bad