From: Elena on
Hello,

I'm trying to make ASDF-INSTALL to work on SLIME (snapshot on 6 July
2010) on Windows XP. I'm following hints given at
http://trac.clozure.com/ccl/wiki/HintsForAsdfAndOpenmcl and
http://common-lisp.net/project/asdf-install/tutorial/index-save.html.

I issue these commands at SLIME's REPL:

(require :asdf)
(pushnew #P"C:\\tmp\\asdf\\" asdf:*central-registry*) ;; My local ASDF
repository.
(push "ccl:tools;asdf-install;"
asdf:*central-registry*)
(asdf:operate 'asdf:load-op 'asdf-install)

So far, so good. Then I issue:

(asdf-install:install 'md5)

And I get this prompt:

Install where?
1) System-wide install:
System in /usr/local/asdf-install/site-systems/
Files in /usr/local/asdf-install/site/
2) Personal installation:
System in C:/Documents and Settings/user/.asdf-install-dir/systems/
Files in C:/Documents and Settings/user/.asdf-install-dir/site/
0) Abort installation.
-->

I wonder why I see Unix-like path: "/usr/local/asdf-install/"...
However, I have created both "C:/Documents and Settings/user/.asdf-
install-dir/systems/" and "C:/Documents and Settings/user/.asdf-
install-dir/site/" directories.

No matter what option I choose (1 or 2), I get the error <"Index 7 is
invalid for ":"> like this:

Index 7 is invalid for ":"
[Condition of type SIMPLE-ERROR]

Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [ABORT] Return to sldb level 1.
2: [RETRY] Retry SLIME REPL evaluation request.
3: [*ABORT] Return to SLIME's top level.
4: [ABORT-BREAK] Reset this thread
5: [ABORT] Kill this thread

Backtrace:
0: ((:INTERNAL CCL::BAD-INDEX CCL::%BOUNDED-STRING-EQUAL) 7 ":")
1: (CCL::%BOUNDED-STRING-EQUAL ":" "http://" 0 7 NIL NIL)
2: (ASDF-INSTALL::URL-HOST ":")
3: (ASDF-INSTALL::MAKE-STREAM-FROM-URL ":")
4: (ASDF-INSTALL::URL-CONNECTION "http://www.cliki.net/MD5?
download")
5: (ASDF-INSTALL::DOWNLOAD-URL-TO-FILE "http://www.cliki.net/MD5?
download" #P"C:/Documents and Settings/user/asdf-install-0.asdf-
install-tmp")
6: (ASDF-INSTALL::DOWNLOAD-URL-TO-TEMPORARY-FILE "http://
www.cliki.net/MD5?download")
7: (ASDF-INSTALL::DOWNLOAD-FILES-FOR-PACKAGE "MD5")
8: ((:INTERNAL ASDF-INSTALL::ONE-ITER ASDF-INSTALL:INSTALL) (MD5))
9: (ASDF-INSTALL:INSTALL MD5 :PROPAGATE NIL :WHERE NIL)
10: (CCL::CALL-CHECK-REGS ASDF-INSTALL:INSTALL MD5)
11: (CCL::CHEAP-EVAL (ASDF-INSTALL:INSTALL 'MD5))
--more--

Any suggestion? Thanks.
From: Elena on
Sorry for asking, but it seems I have to add my proxy settings...
 | 
Pages: 1
Prev: free will
Next: [ANN] ABCL 0.21 released