[GBBopen-developer] SWANK cannot load when using initiate.lisp

Dan Corkill corkill at gbbopen.org
Fri Apr 18 05:54:45 EDT 2008


> binghe at binghe-mac:~$ openmcl64 -n
> Welcome to Clozure Common Lisp Version 1.1-r9177S (DarwinX8664)!
> ? (in-package :swank)
>  > Error: There is no package named "SWANK" .

Strange, I'm still seeing it with the latest checkout:

 > ccl -n
Welcome to Clozure Common Lisp Version 1.1-r9178MS (DarwinX8664)!
? (find-package :swank)
#<Package "SWANK">
?

It appears that the :swank package is being retained through the 
rebuild-ccl process--even with ccl invoked with the -n when doing the 
rebuild-ccl.  Deleting the :swank package before doing the rebuild-ccl 
fixes this:

ccl -n
Welcome to Clozure Common Lisp Version 1.1-r9178MS (DarwinX8664)!
? (find-package :swank)
NIL
?

I can only assume that the CCL image that I first downloaded and used to 
create the latest CCL had the SLIME packages in it and that they have been 
retained through all my rebuilds.  Good to know that a CCL rebuild isn't 
truly fresh...

-- Dan



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the GBBopen-developer mailing list