Install Groovy from Source failed on sbcl
I am trying to install groovy from source on my Beaglebone Black, Ubuntu 12.10. After following the instructions, I execute:
rosdep install --from-paths src --ignore-src --rosdistro groovy -y
And then I get the error:
executing command [sudo apt-get install -y sbcl]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sbcl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
sbcl-source sbcl-doc
E: Package 'sbcl' has no installation candidate
ERROR: the following rosdeps failed to install
apt: command [sudo apt-get install -y sbcl] failed
It seems that sbcl is not available. Does anyone know how to get around this?