ubuntu 12.04から12.10への更新中に問題が発生しました。
root@ely:/sys/bus/usb/devices# dpkg -l | grep ^i[HUFW]
iU libpython2.7 2.7.3-0ubuntu3.4 Shared Python runtime library (version 2.7)
iU python 2.7.3-0ubuntu2.2 interactive high-level object-oriented language (default version)
iU python-all 2.7.3-0ubuntu2.2 package depending on all supported Python runtime versions
iU python-all-dev 2.7.3-0ubuntu2.2 package depending on all supported Python development packages
iU python-dev 2.7.3-0ubuntu2.2 header files and a static library for Python (default)
iU python-minimal 2.7.3-0ubuntu2.2 minimal subset of the Python language (default version)
iU python2.7 2.7.3-0ubuntu3.4 Interactive high-level object-oriented language (version 2.7)
iU python2.7-dev 2.7.3-0ubuntu3.4 Header files and a static library for Python (v2.7)
iF python2.7-minimal 2.7.3-0ubuntu3.4 Minimal subset of the Python language (version 2.7)
パッケージpython2.7-minimalおよびpython-minimalを構成しようとすると、循環依存関係のように見えます:
root@ely:~# sudo dpkg --configure python2.7-minimal
dpkg: dependency problems prevent configuration of python2.7-minimal:
python2.7-minimal depends on python-minimal (>= 2.6.6-3+squeeze1); however:
Package python-minimal is not configured yet.
dpkg: error processing python2.7-minimal (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python2.7-minimal
root@ely:~# sudo dpkg --configure python-minimal
dpkg: dependency problems prevent configuration of python-minimal:
python-minimal depends on python2.7-minimal (>= 2.7.3); however:
Package python2.7-minimal is not configured yet.
dpkg: error processing python-minimal (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-minimal
python2.7-minimal <-> python.minimal依存関係を解決するにはどうすればよいですか?次に、iUおよびiFでマークされたパッケージをアンパックまたは構成するにはどうすればよいですか?このインスタンスでは何も再構成もインストールもできません。ありがとう。
更新:python-minimalを除き、上記のすべてのパッケージを削除しました。これは必須であり、削除できません。パッケージを再インストールすると、次のメッセージが表示されます。
Processing triggers for man-db ...
Setting up python2.7-minimal (2.7.3-0ubuntu3.4) ...
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site.py", line 563, in <module>
main()
File "/usr/local/lib/python2.7/site.py", line 545, in main
known_paths = addusersitepackages(known_paths)
File "/usr/local/lib/python2.7/site.py", line 278, in addusersitepackages
user_site = getusersitepackages()
File "/usr/local/lib/python2.7/site.py", line 253, in getusersitepackages
user_base = getuserbase() # this will also set USER_BASE
File "/usr/local/lib/python2.7/site.py", line 243, in getuserbase
USER_BASE = get_config_var('userbase')
File "/usr/local/lib/python2.7/sysconfig.py", line 520, in get_config_var
return get_config_vars().get(name)
File "/usr/local/lib/python2.7/sysconfig.py", line 419, in get_config_vars
_init_posix(_CONFIG_VARS)
File "/usr/local/lib/python2.7/sysconfig.py", line 298, in _init_posix
raise IOError(msg)
IOError: invalid Python installation: unable to open /usr/local/include/python2.7/pyconfig.h (No such file or directory)
dpkg: error processing python2.7-minimal (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python-minimal:
python-minimal depends on python2.7-minimal (>= 2.7.3); however:
Package python2.7-minimal is not configured yet.
dpkg: error processing python-minimal (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
python2.7-minimal
python-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
今、私は州に戻っています:
root@ely:~# dpkg -l | grep ^i[HUFW]
iU python-minimal 2.7.3-0ubuntu2.2 minimal subset of the Python language (default version)
iF python2.7-minimal 2.7.3-0ubuntu3.4 Minimal subset of the Python language (version 2.7)
だから犯人は解凍されたpython-minimalライブラリだと思う。どうすれば開梱またはこの問題を解決できますか?
それらをすべて削除してから、すべてを再インストールすることはできませんか?
—
MariusMatutiae
@MariusMatutiae-上記の編集を参照してください。
—
チャールズペリヴァニアン
sudo apt-get --reinstall install python2.7-minimalを試してください
—
MariusMatutiae
いいえ、依存関係の満たされていないpython-devが、インストールされないpython2.7-devに依存していると文句を言います。python-devもpython2.7-devもインストールできません-上記の「no apport report written ...」エラーが表示されます。問題は、python-minimalが未構成の状態にあり、構成できないことだと思います。aptとdpkg自体がそれに依存する可能性がありますか?
—
チャールズペリヴァニアン
誰でも助けることができます-python.minimalは設定されていないようです。これは必須のパッケージであり、この状態ではディストリビューションは壊れています。
—
チャールズペリヴァニアン