Lawrence Bottorff | 9 Feb 18:50
Picon

Newbie problem: Slime won't start.. . .

I've got this error when I M-x slime for the first time:


 LOAD: A file with name
      /usr/share/common-lisp/source/slime/swank-loader.lisp does not exist

I'm on Ubuntu 11.10 and have clisp installed through/as an Ubuntu package; otherwise, I'm using your latest (slime-2012-02-09). Any ideas what I've done wrong?


Stas Boukarev | 9 Feb 19:33
Picon

Re: Newbie problem: Slime won't start.. . .

Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:

> I've got this error when I M-x slime for the first time:
>
>  LOAD: A file with name
>       /usr/share/common-lisp/source/slime/swank-loader.lisp does not exist
>
> I'm on Ubuntu 11.10 and have clisp installed through/as an Ubuntu package;
> otherwise, I'm using your latest (slime-2012-02-09). Any ideas what I've
> done wrong?
Purge previous installations of slime, dpkg --purge slime cl-swank
--

-- 
With best regards, Stas.

Lawrence Bottorff | 9 Feb 21:13
Picon

Re: Newbie problem: Slime won't start.. . .

Thanks, that worked. However, I already had done the standard uninstall/remove for both through "Ubuntu Software Center". Maybe have a note of warning on your webpage about Ubuntu's woes. . . .


Thanks again.

On Thu, Feb 9, 2012 at 12:33 PM, Stas Boukarev <stassats <at> gmail.com> wrote:
Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:

> I've got this error when I M-x slime for the first time:
>
>  LOAD: A file with name
>       /usr/share/common-lisp/source/slime/swank-loader.lisp does not exist
>
> I'm on Ubuntu 11.10 and have clisp installed through/as an Ubuntu package;
> otherwise, I'm using your latest (slime-2012-02-09). Any ideas what I've
> done wrong?
Purge previous installations of slime, dpkg --purge slime cl-swank
--
With best regards, Stas.

Stas Boukarev | 9 Feb 21:46
Picon

Re: Newbie problem: Slime won't start.. . .

Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:

> Thanks, that worked. However, I already had done the standard
> uninstall/remove for both through "Ubuntu Software Center". Maybe have a
> note of warning on your webpage about Ubuntu's woes. . . .
Simple uninstall doesn't remove configuration files, purge does a
complete uninstall, I always use purge to uninstall things on Debian or
Ubuntu. I've never used this "Ubuntu Software Center", but I imagine
that in the usual Ubuntu fashion it's tailored to brain-dead people, so
it probably doesn't have an option to fully purge a package. I just
use aptitude for my package management.

--

-- 
With best regards, Stas.

Daimrod | 9 Feb 21:57
Picon

Re: Newbie problem: Slime won't start.. . .

Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:

> Thanks, that worked. However, I already had done the standard
> uninstall/remove for both through "Ubuntu Software Center". Maybe have
> a note of warning on your webpage about Ubuntu's woes. . . .
>
>
> Thanks again.
>
> On Thu, Feb 9, 2012 at 12:33 PM, Stas Boukarev <stassats <at> gmail.com>
> wrote:
>
>     
>     Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:
>     
>     > I've got this error when I M-x slime for the first time:
>     >
>     >  LOAD: A file with name
>     >       /usr/share/common-lisp/source/slime/swank-loader.lisp does
>     not exist
>     >
>     > I'm on Ubuntu 11.10 and have clisp installed through/as an
>     Ubuntu package;
>     > otherwise, I'm using your latest (slime-2012-02-09). Any ideas
>     what I've
>     > done wrong?
>     
>     Purge previous installations of slime, dpkg --purge slime cl-swank
>     --
>     With best regards, Stas.
>     

I think that the easier way to install SLIME, and everything related to
CL that is not a lisp implementation, is quicklisp.

(ql:quickload :quicklisp-slime-helper) and you're done.

See http://www.mohiji.org/2011/01/modern-common-lisp-on-linux/ for a
quick HOWTO.

_______________________________________________
slime-devel site list
slime-devel <at> common-lisp.net
http://common-lisp.net/mailman/listinfo/slime-devel
Stas Boukarev | 9 Feb 22:13
Picon

Re: Newbie problem: Slime won't start.. . .

Daimrod <daimrod <at> gmail.com> writes:

> Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:
>
>> Thanks, that worked. However, I already had done the standard
>> uninstall/remove for both through "Ubuntu Software Center". Maybe have
>> a note of warning on your webpage about Ubuntu's woes. . . .
>>
>>
>> Thanks again.
>>
>> On Thu, Feb 9, 2012 at 12:33 PM, Stas Boukarev <stassats <at> gmail.com>
>> wrote:
>>
>>     
>>     Lawrence Bottorff <galaxybeingplan9 <at> gmail.com> writes:
>>     
>>     > I've got this error when I M-x slime for the first time:
>>     >
>>     >  LOAD: A file with name
>>     >       /usr/share/common-lisp/source/slime/swank-loader.lisp does
>>     not exist
>>     >
>>     > I'm on Ubuntu 11.10 and have clisp installed through/as an
>>     Ubuntu package;
>>     > otherwise, I'm using your latest (slime-2012-02-09). Any ideas
>>     what I've
>>     > done wrong?
>>     
>>     Purge previous installations of slime, dpkg --purge slime cl-swank
>>     --
>>     With best regards, Stas.
>>     
>
> I think that the easier way to install SLIME, and everything related to
> CL that is not a lisp implementation, is quicklisp.
>
> (ql:quickload :quicklisp-slime-helper) and you're done.
That's right, but stray debian packages will affect quicklisp as well.

--

-- 
With best regards, Stas.

_______________________________________________
slime-devel site list
slime-devel <at> common-lisp.net
http://common-lisp.net/mailman/listinfo/slime-devel

Gmane