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

Revision history [back]

click to hide/show revision 1
initial version

The odd thing to note here is that libboost-system1.54.0 is not installable. That's a package that's normally available on Ubuntu, so it's unusual for it not to be installable.

You can try to debug by attempting to install it manually. (Be sure to read the prompts carefully if it wants to uninstall another package):

sudo apt-get install libboost-system1.54.0

You may also want to check that you have the main, universe and multiverse repositories enabled in your apt sources. (boost is normally a part of the main repository).