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
dpkg --get-selections | grep hold
show? – Fabby Mar 04 '15 at 07:47