Re: asdf-install problem
- From: Jean Magnan de Bornier <jean.magnanb@xxxxxxxxxxxxxx>
- Date: Wed, 23 Nov 2005 11:28:40 +0100
Le 23 novembre à 10:25:09 Pascal Bourguignon <spam@xxxxxxxxxxxxxxxx> écrit
notamment:
> Jean Magnan de Bornier <jean@xxxxxxxxxxx> writes:
>
>> hello all,
>> I recently installed Peter Seibel's sbcl lispbox; I cannot use
>> asdf-install in slime:
>>
>> CL-USER> (require 'asdf)
>> NIL
>> CL-USER> (require 'asdf-install)
>> NIL
>> CL-USER> (asdf-install:install clx)
>>
>> READER-ERROR at 21 (line 1, column 21) on
>> #<SB-IMPL::STRING-INPUT-STREAM {95721C1}>: package "ASDF-INSTALL" not
>> found
>>
>> seems strange to me, but I'm new to slime and asdf
>> Thanks for any newbie's special help
>
> I don't use lispbox, but when I do:
>
> (asdf:operate 'asdf:load-op :asdf-install)
using this last command I get (displaying only the top lines):
component "asdf-install" not found
[Condition of type MISSING-COMPONENT]
Restarts:
0: [ABORT] Abort handling SLIME request.
1: [ABORT] Exit debugger, returning to top level.
Backtrace:
0: (FIND-SYSTEM :ASDF-INSTALL T)
1: (OPERATE LOAD-OP :ASDF-INSTALL)
2: (SB-INT:EVAL-IN-LEXENV (OPERATE (QUOTE LOAD-OP) :ASDF-INSTALL)
#<NULL-LEXENV>)
3: (SWANK::EVAL-REGION "(asdf:operate 'asdf:load-op :asdf-install)
" T)
I guess I have to conclude that asdf-install is not properly installed, so
why do I not get an error when (require 'asdf-install)?
Thx,
--
Jean
.
- Follow-Ups:
- Re: asdf-install problem
- From: Edi Weitz
- Re: asdf-install problem
- References:
- asdf-install problem
- From: Jean Magnan de Bornier
- Re: asdf-install problem
- From: Pascal Bourguignon
- asdf-install problem
- Prev by Date: Re: How to save lists containing functions to disk
- Next by Date: Re: asdf-install problem
- Previous by thread: Re: asdf-install problem
- Next by thread: Re: asdf-install problem
- Index(es):