>>>>> "Giannandrea" == Giannandrea Castaldi <[EMAIL PROTECTED]> writes:
Giannandrea> I'm installing asdf-install on linux (gentoo) using cmucl. When I try
to
Giannandrea> install cl-ppcre with the following command:
CL-USER> (asdf-install:install "/home/gcast/store/lisp/cl-ppcre.tgz")
Giannandrea> Install where?
Giannandrea> 1) System-wide install:
Giannandrea> System in /usr/local/asdf-install/site-systems/
Giannandrea> Files in /usr/local/asdf-install/site/
Giannandrea> 2) Personal installation:
Giannandrea> System in /home/gcast/.asdf-install-dir/systems/
Giannandrea> Files in /home/gcast/.asdf-install-dir/site/
--> 2
Giannandrea> I've the following error:
Giannandrea> Error in function KERNEL::INVALID-ARRAY-INDEX-ERROR-HANDLER:
Giannandrea> Invalid array index, 0 for "". Array has no elements.
Giannandrea> [Condition of type SIMPLE-ERROR]
Giannandrea> Restarts:
Giannandrea> 0: [ABORT] Return to Slime toplevel.
Giannandrea> 1: [ABORT] Return to Top-Level.
Giannandrea> Backtrace:
Giannandrea> 0: (SWANK::SIS/IN #<SWANK::SLIME-INPUT-STREAM {4895A0AD}>
#<unused-arg>
Giannandrea> #<unused-arg>)
[snip]
Giannandrea> Has anyone had this problem?
Looks like a problem with slime. I haven't yet tried Edi Weitz's
version, but it used to work for me. But with slime. I had to run it
from a terminal or an Emacs shell.
Ray