[CM] SBCL package locks causing errors loading :osc

luke hammon t.luke.hammon@gmail.com
Tue, 22 May 2007 23:49:54 -0400


------=_Part_61389_3030538.1179892194922
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi list,

I'm still having difficulty loading  the osc module due to SBCL's package
locking.  I'm sure I'm missing something silly.  Do you have any pointers?
Thanks in advance.

-luke


Lock on package SB-ALIEN violated when defining SB-ALIEN::UDP-SOCKET as a
class.
   [Condition of type SB-EXT:SYMBOL-PACKAGE-LOCKED-ERROR]

See also:
  SBCL Manual, Package Locks [node]

Restarts:
  0: [CONTINUE] Ignore the package lock.
  1: [IGNORE-ALL] Ignore all package locks in the context of this operation.
  2: [UNLOCK-PACKAGE] Unlock the package.
  3: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {BAE3749}> on
#<ASDF:CL-SOURCE-FILE "sockets" {C021299}>.
  4: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {BAE3749}> on
#<ASDF:CL-SOURCE-FILE "sockets" {C021299}> as having been successful.
  5: [ABORT-REQUEST] Abort handling SLIME request.
  6: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread"
{AF21B91}>)ading

------=_Part_61389_3030538.1179892194922
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi list,<br><br>I&#39;m still having difficulty loading&nbsp; the osc module due to SBCL&#39;s package locking.&nbsp; I&#39;m sure I&#39;m missing something silly.&nbsp; Do you have any pointers? Thanks in advance.<br><br>-luke<br><br><br>
Lock on package SB-ALIEN violated when defining SB-ALIEN::UDP-SOCKET as a class.<br>&nbsp;&nbsp; [Condition of type SB-EXT:SYMBOL-PACKAGE-LOCKED-ERROR]<br><br>See also:<br>&nbsp; SBCL Manual, Package Locks [node]<br><br>Restarts:<br>&nbsp; 0: [CONTINUE] Ignore the package lock.
<br>&nbsp; 1: [IGNORE-ALL] Ignore all package locks in the context of this operation.<br>&nbsp; 2: [UNLOCK-PACKAGE] Unlock the package.<br>&nbsp; 3: [RETRY] Retry performing #&lt;ASDF:LOAD-OP NIL {BAE3749}&gt; on #&lt;ASDF:CL-SOURCE-FILE &quot;sockets&quot; {C021299}&gt;.
<br>&nbsp; 4: [ACCEPT] Continue, treating #&lt;ASDF:LOAD-OP NIL {BAE3749}&gt; on #&lt;ASDF:CL-SOURCE-FILE &quot;sockets&quot; {C021299}&gt; as having been successful.<br>&nbsp; 5: [ABORT-REQUEST] Abort handling SLIME request.<br>&nbsp; 6: [TERMINATE-THREAD] Terminate this thread (#&lt;THREAD &quot;repl-thread&quot; {AF21B91}&gt;)ading 
<br>

------=_Part_61389_3030538.1179892194922--