[asdf-devel] find-system

dherring at tentpost.com dherring at tentpost.com
Mon Oct 18 19:23:24 UTC 2010


Lou Vanek wrote:
> http://paste.lisp.org/+2H95
>
> The only thing that I can think of that has changed is I updated truck
> and rebuilt ccl.
> ? (rebuild-ccl :full t)

Maybe there's a stale asdf fasl somewhere?  Are you using the asdf bundled
with ccl or a different copy?

You didn't show the asdf version...

- Daniel

> On Mon, Oct 18, 2010 at 2:56 PM, Faré <fahree at gmail.com> wrote:
>> Dunno what you're trying to do. Works for me.
>>
>> $ ccl
>> Welcome to Clozure Common Lisp Version 1.6-dev-r14324M-trunk
>>  (LinuxX8664)!
>> ? (require :asdf)
>> :ASDF
>> ("ASDF")
>> ? (asdf:find-system :asdf)
>> #<SYSTEM "asdf">
>> ? (asdf:asdf-version)
>> "2.008"
>> ? (describe 'asdf:find-system)
>> ASDF:FIND-SYSTEM
>> Type: SYMBOL
>> Class: #<BUILT-IN-CLASS SYMBOL>
>> Function
>> EXTERNAL in package: #<Package "ASDF">
>> Print name: "FIND-SYSTEM"
>> Value: #<Unbound>
>> Function: #<STANDARD-GENERIC-FUNCTION ASDF:FIND-SYSTEM #x3020005370AF>
>> Arglist: (ASDF:SYSTEM &OPTIONAL ASDF::ERROR-P)
>> Plist: NIL
>>
>> Can you post a transcript of what you're doing, possibly on
>> paste.lisp.org?






More information about the asdf-devel mailing list