libglew-dev
をインストールしようとすると、次のエラーメッセージが表示されます。
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.
ただし、これらのパッケージはすべて既にインストールされているようです。
this postですべての可能な解決策を試しましたが、運はありません。 PPAは追加していません。 ubuntuのバージョンは14.04.2です。
私は同様の投稿を見て、次のことを試しました:
ランニング
dpkg --get-selections | grep hold
何も印刷しません。
Sudo apt-get -oDebug::pkgProblemResolver=true install -f
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
興味のないもの
libglew-dev
をインストールしようとしましたが、同じ問題が発生しました。インストールするには、次のパッケージを含める必要がありました
Sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0 xserver-xorg-input-all
その後、必要なすべてのパッケージが含まれます。
Ubuntu 14.04.2でもqtcreatorをインストールしようとすると同じ問題が発生しました。また、qt4-defaultやqt5-defaultなどのQt4/5開発パッケージをインストールしようとすると、X.org全体がlts-utopicではなく元の信頼できるバージョンにダウングレードされます。
この依存関係の混乱は、何らかの形で新しいMesaパッケージに接続されており、 lts-utopicバージョンを手動でインストールすることで修正できます です。これらのパッケージをインストールしました:
Sudo apt-get install xserver-xorg-dev-lts-utopic mesa-common-dev-lts-utopic libgles2-mesa-dev-lts-utopic libgles1-mesa-dev-lts-utopic libgl1-mesa-dev-lts-utopic libegl1-mesa-dev-lts-utopic
注:開発パッケージのインストールに関するほとんどの問題は、mesa 10.1.3-0ubuntu0.4で解決されました
パッケージは現在trusty -proposedで利用可能です
参照バグ- https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1424466
libglew-dev
パッケージのインストールには Synaptic を使用できます。そこにすべての依存関係も表示できます。インストールに必要な依存関係をマークして、[適用]ボタンをクリックすると、必要なパッケージがインストールされます。