[asdf-install-devel] installation trouble
Gary King
gwking at metabang.com
Sun Jun 29 19:08:44 UTC 2008
Hi again,
1. In your first e-mail, you wrote:
> (asdf-operate 'asdf:compile-op :asdf-install)
I'm guessing that you meant
> (asdf:operate-on-system 'asdf:compile-op :asdf-install)
or
> (asdf:oos 'asdf:compile-op :asdf-install)
Is that right?
2. You also said that asdf-install is in "/home/micah/lisp-stuff/asdf-
install/asdf-install" and that you have pushed "/usr/share/common-lisp/
systems/" onto asdf:*central-registry*. Unless asdf can find asdf-
install.asd, it won't be able to load it. You can get ASDF to find the
system file by either
a. making sure that the directory in which the system file lives is
in asdf:*central-registry* OR
b. loading it yourself.
Getting #a to work would involve adding (pushnew "/home/micah/lisp-
stuff/asdf-install/asdf-install" asdf:*central-registry*) whereas #b
would involve adding (load "/home/micah/lisp-stuff/asdf-install/asdf-
install/asdf-install.asd"). Once you do either of these, you should be
able to (asdf:find-system 'asdf-install) and also (asdf:oos 'asdf:load-
op 'asdf-install).
(Note that you probably want load-op, not compile-op. Compiling
doesn't necessarily load the newly compiled files into your lisp image
whereas running load-op will first compile and then load.)
Please let me know if this makes sense, helps, or is more barking up
th wrong tree.
regards,
On Jun 26, 2008, at 8:14 AM, Micah wrote:
>
> the asdf-install.asd file is in: /home/micah/lisp-stuff/asdf-install/
> asdf-install
>
> asdf:*asdf-revision* gives me (1 109)
> and when i do (asdf-install:asdf-install-version) it tells me that
> package doesnt exist
>
> thanks for the help!
>
> On Thu, Jun 26, 2008 at 7:45 AM, Gary King <gwking at metabang.com>
> wrote:
> Hi Micah,
>
> I just tried ASDF-Install on CLisp 2.43 and things seem OK.
>
> Where is ASDF-Install's .asd file located on your system?
>
> Can you send me the .clisprc file you are using as well as the
> version numbers of the ASDF library and ADSF-Install. (ASDF's
> version is in asdf:*asdf-revision*, ASDF-Install's can be found by
> evaluating (asdf-install:asdf-install-version).
>
> thanks,
>
>
> On Jun 16, 2008, at 1:15 AM, Micah wrote:
>
> im following the install instructions exactly as they instruct but
> when i do:
>
> (asdf-operate 'asdf:compile-op :asdf-install)
>
> it says "component "asdf-install" not found". my .clisprc file has
> this in it when i try the command that gives me the error:
>
> #-:asdf (load "/usr/share/common-lisp/source/asdf/asdf.fas")
> (pushnew "/usr/share/common-lisp/systems/" asdf:*central-
> registry* :test #'equal)
>
> i dont get it :'(
> _______________________________________________
> asdf-install-devel mailing list
> asdf-install-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-install-devel
>
> --
> Gary Warren King, metabang.com
> Cell: (413) 559 8738
> Fax: (206) 338-4052
> gwkkwg on Skype * garethsan on AIM
>
>
>
>
>
> <.clisprc>
--
Gary Warren King, metabang.com
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-install-devel/attachments/20080629/83127261/attachment.html>
More information about the asdf-install-devel
mailing list