バージョン5.*が> = 4.*の依存関係を満たしていないのはなぜですか?

バージョン5.*が> = 4.*の依存関係を満たしていないのはなぜですか?

以下に示すように、パッケージは依存powertopし、バージョンがあるため、その依存libstdc++6 (>= 4.4.0)関係を満たす必要があります。このオプションは、このエラーを受信するかどうかには影響しません。私のシステムは混在しており、テストディストリビューションのいくつかのパッケージがありますが、安定したパッケージの優先順位が高いため、デフォルトではインストールされません。私はベータリリースからのものです。libstdc++65.2.1-23-t testinglibstdc++6

domas@nc4010-bl ~> sudo apt-get install -t testing powertop
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:
 powertop : Depends: libstdc++6 (>= 4.4.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
domas@nc4010-bl ~> dpkg -l libstdc++6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  libstdc++6:i38 5.2.1-23     i386         GNU Standard C++ Library v3

この依存関係が満たされないのはなぜですか?

ベストアンサー1

使用しているPowertopのバージョンが何であるかはわかりませんが、これは既知の問題のようです。 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795297

おすすめ記事