Re: CCL and SLIME

Bernd Beuster <[email protected]> Fri, 1 Feb 2008 19:20:52 +0100
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
Am 01.02.2008 um 18:59 schrieb Daniel Dickison:

> I've had this problem before -- it turned out that I had recompiled  
> CCL (rebuild-ccl)  from SLIME, which meant that the image file it  
> created contained SWANK.  So when you go to load up SWANK, you get  
> package conflicts.
>
> The solution is to do rebuild-ccl from a clean image (e.g. use -no- 
> init and start up the default image, etc).
>

I started CCL from terminal, also with the '-no-init' and build as  
shown in http://trac.clozure.com/openmcl/wiki/UpdatingFromSource

Can't stilll create the package.


flexo:~/Projects/Lisp/ccl bernd$ ./scripts/openmcl64
Welcome to Clozure Common Lisp Version 1.1-r8337 (DarwinX8664)!
?  (make-package :swank-io-package-1)
#<Package "SWANK-IO-PACKAGE-1">
? (make-package :swank-io-package)
 > Error: Package name "SWANK-IO-PACKAGE" is already in use.
 > While executing: MAKE-PACKAGE, in process listener(1).
 > Type :POP to abort, :R for a list of available restarts.
 > Type :? for other options.
1> :pop

? (make-package :swank-io-package-1)
 > Error: Package name "SWANK-IO-PACKAGE-1" is already in use.
 > While executing: MAKE-PACKAGE, in process listener(1).
 > Type :POP to abort, :R for a list of available restarts.
 > Type :? for other options.
1> :q
? (quit)



-- 
Bernd