
私はTexLive 2012をオフィシャルサイト古いバージョンに依存する epydoc をインストールしたいのですが、texlive に依存する epydoc をインストールしようとすると、以下のエラーが発生します。
これをどうすれば修正できますか?
; sudo yum install epydoc
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, remove-
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit, remove-
: with-leaves
Loading mirror speeds from cached hostfile
* fedora: ftp.tudelft.nl
* livna: rpm.livna.org
* rpmfusion-free: ftp.upjs.sk
* rpmfusion-free-updates: ftp.upjs.sk
* rpmfusion-nonfree: ftp.upjs.sk
* rpmfusion-nonfree-updates: ftp.upjs.sk
* updates: ftp.tudelft.nl
Resolving Dependencies
--> Running transaction check
---> Package epydoc.noarch 0:3.0.1-9.fc15 will be installed
--> Processing Dependency: texlive-latex for package: epydoc-3.0.1-9.fc15.noarch
Package texlive-latex-2007-66.fc16.x86_64 is obsoleted by 1:tex-latex-svn23639-1
.noarch which is already installed
--> Processing Dependency: texlive-dvips for package: epydoc-3.0.1-9.fc15.noarch
Package texlive-dvips-2007-66.fc16.x86_64 is obsoleted by 1:tex-dvips-svn26765-1
.noarch which is already installed
--> Finished Dependency Resolution
Error: Package: epydoc-3.0.1-9.fc15.noarch (fedora)
Requires: texlive-dvips
Available: texlive-dvips-2007-65.fc16.x86_64 (fedora)
texlive-dvips = 2007-65.fc16
Available: texlive-dvips-2007-66.fc16.x86_64 (updates)
texlive-dvips = 2007-66.fc16
Error: Package: epydoc-3.0.1-9.fc15.noarch (fedora)
Requires: texlive-latex
Available: texlive-latex-2007-65.fc16.x86_64 (fedora)
texlive-latex = 2007-65.fc16
Available: texlive-latex-2007-66.fc16.x86_64 (updates)
texlive-latex = 2007-66.fc16
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
答え1
--skip-broken
問題を回避するには、以下を試してみてください。- TEX開発者に連絡してバグとして報告してください
- 本当にやりたいなら、試してみるといい
yum downgrade
アップデート:yum --skip-broken
ここでは動作しません:
yumdonwloader epydoc-3.0.1-9.fc15.noarch
rpm -i --nodeps epydoc-3.0.1-9.fc15.noarch.rpm
動作するはずです。
答え2
Fedora用のパッケージを使用するか、Jindrich NovyのTeXlibe 2012用のパッケージを使用する必要があります。レポ混在させないでください。うまく動作しません (jnovy は他のディレクトリを使用するため、お互いを見つけることができません)。