Robotics StackExchange | Archived questions

error install indigo ROS on debian wheezy

rosdep install --from-paths src --ignore-src --rosdistro indigo -y -r --os=debian:wheezy

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libfltk-dev is a virtual package provided by:
  libfltk1.3-dev 1.3.0-8
  libfltk1.1-dev 1.1.10-14
You should explicitly select one to install.
E: Package 'libfltk-dev' has no installation candidate
ERROR: the following rosdeps failed to install
  apt: command [sudo apt-get install -y rosdep] failed
  apt: command [sudo apt-get install -y libcollada-dom2.4-dp-dev] failed
  apt: command [sudo apt-get install -y liblz4-dev] failed
  apt: command [sudo apt-get install -y libfltk-dev] failed
  apt: Failed to detect successful installation of [libcollada-dom2.4-dp-dev]
  apt: Failed to detect successful installation of [liblz4-dev]
  apt: Failed to detect successful installation of [rosdep]
  apt: Failed to detect successful installation of [libjpeg-dev]
  apt: Failed to detect successful installation of [libfltk-dev]

how can i solve this?


UPDATE

I have install the libcollada-dom2.4-dp-dev

rosdep install --from-paths src --ignore-src --rosdistro indigo -y -r --os=debian:wheezy

E: Package 'libfltk-dev' has no installation candidate
ERROR: the following rosdeps failed to install
  apt: command [sudo apt-get install -y rosdep] failed
  apt: command [sudo apt-get install -y libcollada-dom2.4-dp-dev] failed
  apt: command [sudo apt-get install -y liblz4-dev] failed
  apt: command [sudo apt-get install -y libfltk-dev] failed
  apt: Failed to detect successful installation of [libcollada-dom2.4-dp-dev]
  apt: Failed to detect successful installation of [liblz4-dev]
  apt: Failed to detect successful installation of [rosdep]
  apt: Failed to detect successful installation of [libjpeg-dev]
  apt: Failed to detect successful installation of [libfltk-dev]

Asked by maverh on 2014-05-18 07:47:53 UTC

Comments

Did you did that correctly : "When check-install asks for documentation you need to update the package name from "collada-dom" to "collada-dom-dev" otherwise the rosdep install wont find it" ?

Asked by Maya on 2014-05-19 05:11:15 UTC

Answers

Install Hydro on Debian from source

I think you miss the Collada-dom library. Here failed apt: command [sudo apt-get install -y libcollada-dom2.4-dp-dev] the rosdep said it failed to apt-get it which is normal on Debian. Thus you should install it first from source. The explanation on how to do it is given in the above link.

Good luck !

Asked by Maya on 2014-05-18 08:32:05 UTC

Comments