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

Revision history [back]

I just dealt with all of this yesterday on a SolidRun CuBox-i Pro. My solution was:

  1. Install the SBCL armhf binaries for SBCL 1.2.1: http://sourceforge.net/projects/sbcl/files/sbcl/1.2.1/sbcl-1.2.1-armhf-linux-binary.tar.bz2/download?use_mirror=superb-dca2

  2. Use that install to bootstrap 1.2.2 from source and install it (this step is probably optional)

  3. Used equivs to create and install a fake (and empty) sbcl package so that Ubuntu would see the dependency as satisfied.

I just dealt with all of this yesterday on a SolidRun CuBox-i Pro. My solution was:

  1. Install the SBCL armhf binaries for SBCL 1.2.1: http://sourceforge.net/projects/sbcl/files/sbcl/1.2.1/sbcl-1.2.1-armhf-linux-binary.tar.bz2/download?use_mirror=superb-dca2

  2. Use that install to bootstrap 1.2.2 from source and install it (this step is probably optional)

  3. Used equivs to create and install a fake (and empty) sbcl package so that Ubuntu would see the dependency as satisfied.satisfied: http://eric.lubow.org/2010/system-administration/creating-dummy-packages-on-debian/