libcheeseとlibclutterに必要なバージョンがないため、libglew-devをインストールできません


15

インストールしようとすると、次のエラーメッセージが表示されます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.

ただし、これらのパッケージはすべて既にインストールされているようです。

私はこの投稿で可能なすべての解決策を試しましたが、運はありません。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.


1
libcheeseパッケージをインストールしようとしている間に、同様の問題に直面しましたlibqtwetkit-dev。私が使って解くaptitudeあなたが同様に実行、後にそれをインストール(apt-getただしaptitude、問題を解決するために、あなたの選択肢を提供します。
ラエルGugelminクーニャ

回答:


15

インストールしようとしました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

その後、必要なすべてのパッケージが含まれます。


クリーンな14.04.2 VMでテストされ、ソリューションは問題なく動作します。+1
シルヴァンピノー

「しかし、これらのパッケージはすべて既にインストールされているようです。」別に何をしていますか?
ブライアム

2
lpのバグレポート:#1428972
シルヴァンピノー

1
私はそれを試してみましたが、タッチパッドを再起動すると動作しなくなりました。
systemovich

3

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


0

パッケージのインストールにSynapticを使用できlibglew-devます。ここですべての依存関係も確認できます。インストールに必要な依存関係をマークしてから、[適用]ボタンをクリックすると、必要なパッケージがインストールされます。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.