Ubuntu 14.04.2 unmet dependencies (similar for 14.04.3)
I made a fresh install of Ubuntu 14.04.2 and I cannot install ros-indigo-desktop-full, because I get these errors:
The following packages have unmet dependencies:
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
Tried aptitude, that gives me these conflicts:
The following packages have unmet dependencies:
libfltk1.1-dev : Conflicts: libfltk-dev which is a virtual package.
libgl1-mesa-dri-lts-utopic : Conflicts: libgl1-mesa-dri but 10.1.3-0ubuntu0.3 is to be installed.
libgl1-mesa-glx-lts-utopic : Conflicts: libgl1 which is a virtual package.
Conflicts: libgl1-mesa-glx but 10.1.3-0ubuntu0.3 is to be installed.
xserver-xorg-lts-utopic : Conflicts: libgl1-mesa-dri (>= 0~) but 10.1.3-0ubuntu0.3 is to be installed.
Conflicts: libgl1-mesa-glx (>= 0~) but 10.1.3-0ubuntu0.3 is to be installed.
Conflicts: libglapi-mesa (>= 0~) but 10.1.3-0ubuntu0.3 is to be installed.
libfltk1.3-dev : Conflicts: libfltk-dev which is a virtual package.
libgl1-mesa-glx : Conflicts: libgl1 which is a virtual package.
libglapi-mesa-lts-utopic : Conflicts: libglapi-mesa but 10.1.3-0ubuntu0.3 is to be installed.
Anyone has a suggestion for these errors? Should I try a new reinstall and hope for the best or is it a known error?
This looks like a duplicate: http://answers.ros.org/question/20282...
Using APT, I'm getting the same error as the OP, and the error's next line says:
ros-indigo-desktop-full depends on ros-indigo-desktop
I'm running my Ubuntu on a MacBook Pro 15" Retina 2014.@tfoote: the details of that question are different.
I tried installing each of the dependencies mentioned but received the following in my terminal:
libcheese-gtk23 is already the newest version. libcheese-gtk23 set to manually installed. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I tried building from Source but after issuing the
rosdep install ...
command, it returned:E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. ERROR: the following rosdeps failed to install apt: command [sudo -H apt-get install -y libfltk1.1-dev] failed
When I tried to install
libclutter-gtk-1.0-0
I get:libclutter-gtk-1.0-0 is already the newest version. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
I believe the underlying issue is that the lts-utopic mesa drivers are conflicting with the standard mesa drivers. Which is the same issue as the other question. Can you see what information you can get from: sudo apt-get install -o Debug::pkgProblemResolver=yes <package>
I need to post this in an answer field (not enough room in the comments section, or formatting options).