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

Ubuntu 12.04 beta install ROS desktop full

asked 2012-03-22 03:30:16 -0500

niosus gravatar image

Hi all! I am new with ROS and I came upon such a problem: when I try to install ROS desktop full I get:

sudo apt-get install ros-electric-desktop-full
...

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ros-electric-desktop-full : Depends: ros-electric-slam-gmapping (= 1.2.5-s1331966280~oneiric) but it is not going to be installed
                             Depends: ros-electric-vision-opencv (= 1.6.11-s1331999864~oneiric) but it is not going to be installed
                             Depends: ros-electric-perception-pcl (= 1.0.2-s1331960978~oneiric) but it is not going to be installed
                             Depends: ros-electric-image-pipeline (= 1.6.4-s1332000899~oneiric) but it is not going to be installed
                             Depends: ros-electric-simulator-gazebo (= 1.4.12-s1331968141~oneiric) but it is not going to be installed
                             Depends: ros-electric-image-transport-plugins (= 1.4.2-s1332000717~oneiric) but it is not going to be installed
                             Depends: ros-electric-navigation (= 1.6.5-s1331963038~oneiric) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

When I then manually try to install missing dependencies I end up with 2 packages: libtiff4-dev and libjpeg62-dev which delete one another when installed. So if I try to install one it automatically removes another.

I understand that this problem related on my using beta distribution, but maybe someone already faced this thing and knows how to deal with it? Thanks in advance.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
4

answered 2012-03-22 04:27:13 -0500

AHornung gravatar image

You still have oneiric (=11.10) packages in your sources.list and you try to install them on a 12.04 system. This is doomed to fail. You should clean up the sources.list for 12.04 ("pangolin"). However, as per http://www.ros.org/debbuild/electric.html there are no electric ROS packages for 12.04. In fact, I don't think 12.04 is even in the build system yet.

So you would need to try a source-based install instead.

edit flag offensive delete link more

Comments

Yeah, I tried that as a last hope - it helps sometimes with smaller packages - just to include ones from previous versions. :) I know that it's stupid, but sometimes works. When I try to build from sources I get in the end an error message: Failed to find rosdep boost for package rosparam on precise

niosus gravatar image niosus  ( 2012-03-22 10:18:21 -0500 )edit
4

answered 2012-03-23 18:56:02 -0500

Tully gravatar image

ROS Electric will not be targeted for 12.04 REP 3

ROS Fuerte will be ported to run on 12.04 once we get the Fuerte release stabilized on the other platforms.

edit flag offensive delete link more
0

answered 2012-07-28 06:16:38 -0500

DamienJadeDuff gravatar image

For anyone attempting to build Electric from source on 12.04, my answer to the question "Electric running under Ubuntu 12.04 (Precise Pangolin) LTS" where I describe the changes I made to build it from Electric from source on Precise may be of interest.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2012-03-22 03:30:16 -0500

Seen: 2,824 times

Last updated: Jul 28 '12