ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

updating cram_pl

asked 2011-10-13 04:03:51 -0500

Sanxano gravatar image

updated 2011-10-13 11:01:24 -0500

tfoote gravatar image

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

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2011-10-13 20:57:19 -0500

Lorenz gravatar image

cram_pl hasn't been released for quite a while. What happened was that that sbcl (part of roslisp_support) was updated to version 1.0.50 which caused the released version of cram_pl to fail.

I just did another release of cram_pl and as soon as it propagates through the debian build process, the fixed version should be available. In the meantime you can install it from source. The current development version should work.

edit flag offensive delete link more

Comments

thank you! I have downloaded your release, and now I can compile the libraries.
Sanxano gravatar image Sanxano  ( 2011-10-16 22:05:41 -0500 )edit
0

answered 2011-10-16 22:08:20 -0500

Sanxano gravatar image

thank you! I have downloaded your release, and now I can compile the libraries.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-10-13 04:03:51 -0500

Seen: 413 times

Last updated: Oct 16 '11