0

im a linux beginner and used google & Co. by installing the requirements ( http://doc.qt.io/qt-5/linux.html ) for Qt:

sudo apt-get install build-essential libgl1-mesa-dev

i get the following error:

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:
 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
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

i solved the problem by removing libcheese-gtk23, libcheese7 and libclutter-1.0-0, but killed my Linux with this (i could install and use Qt, but after rebooting, the gui was dead).

if i dont install build-essential and libgl1-mesa-dev the Qt tells me, "cannot find -lGL".

My system: Zenbook 303LN, i7-4500u with HD4000, NVIDIA Gforce 840M, 256GB SSD, 8GB RAM, 64bit Ubuntu 14.04

Thanks for help

mdede
  • 1

1 Answers1

0

Clutter is required to run the new GTK 3 desktop environments. Reinstall those libraries, and try running sudo apt-get dist-upgrade to force everything to upgrade, which will likely allow you to then install libgl without any further problems.

aborsim
  • 121
  • 'sudo apt-get dist-upgrade' makes no change. but i reinstalled my ubuntu 14.04.02. i fund another post, that its a problem of 14.04.02, and 14.04.01 would not show this... – mdede Mar 04 '15 at 06:51