updating cram_pl
What has been changed??
I was using my roslisp and cram langguage perfectly, and when I decide to update the ros-electric- (..) package, because ubuntu said me there are somes update, the cram language breaks!!
when you do:
; SLIME 2011-10-0 CL-USER> (ros-load:load-system "cram_language" :cram-language)
hapend: Lock on package SB-THREAD violated when defining BARRIER as a structure while in package TCR.SYNCHRONIZATION-TOOLS. [Condition of type 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: [TRY-RECOMPILING] Recompile synchronization-tools and try loading it again 4: [RETRY] Retry loading FASL for #<synchronized-tools-source-file "synchronization-tools"="" "synchronization-tools"="">. 5: [ACCEPT] Continue, treating loading FASL for #<synchronized-tools-source-file "synchronization-tools"="" "synchronization-tools"=""> as having been successful. --more--
and when you do anything, hapend:
WARNING: System `cram-language' is compiled by a different process. Waiting for compilation of blocking file to finish.
and remains so for ever!!!
What is de solution??
thanks