vine-users ML アーカイブ



[vine-users:072343] apt-get upgrade での conflict の処理

  • From: Satoru Otsubo <otsubo_p@xxxxxxxxxxxxxxx>
  • Subject: [vine-users:072343] apt-get upgrade での conflict の処理
  • Date: Sun, 10 Jul 2005 12:53:02 +0900
大坪といいます。
お世話さまです。

myplayer を synaptic で install する際、
/etc/apt/sources.list
に
rpm http://rpm.greysector.net/apt/ fc1 stable testing

rpm http://rpm.greysector.net/apt/ all stable testing
が加わっております([vine-users:072319])。
そして、今回、
# apt-get update
# apt-get upgrade
を行ったところ、conflict してしまいました。
どのように対処すべきなのでしょうか。
-----
# apt-get update
取得:1 http://updates.vinelinux.org 3.1/i386 release [2534B]
取得:2 http://rpm.greysector.net fc1 release [802B]
取得:3 http://rpm.greysector.net all release [1176B]
4512B を 1s 秒で取得しました (2448B/s)
取得:1 http://rpm.greysector.net fc1/stable pkglist [36.8kB]
ヒット http://updates.vinelinux.org 3.1/i386/main pkglist
ヒット http://updates.vinelinux.org 3.1/i386/main release
ヒット http://updates.vinelinux.org 3.1/i386/devel pkglist
ヒット http://updates.vinelinux.org 3.1/i386/devel release
ヒット http://updates.vinelinux.org 3.1/i386/plus pkglist
ヒット http://updates.vinelinux.org 3.1/i386/plus release
取得:2 http://updates.vinelinux.org 3.1/i386/extras pkglist [168kB]
ヒット http://rpm.greysector.net fc1/stable release
取得:3 http://rpm.greysector.net fc1/testing pkglist [11.9kB]
ヒット http://rpm.greysector.net fc1/testing release
ヒット http://rpm.greysector.net all/stable pkglist
ヒット http://rpm.greysector.net all/stable release
ヒット http://rpm.greysector.net all/testing pkglist
ヒット http://rpm.greysector.net all/testing release
ヒット http://updates.vinelinux.org 3.1/i386/extras release
ヒット http://updates.vinelinux.org 3.1/i386/updates pkglist
ヒット http://updates.vinelinux.org 3.1/i386/updates release
ヒット http://updates.vinelinux.org 3.1/i386/main srclist
ヒット http://updates.vinelinux.org 3.1/i386/devel srclist
ヒット http://updates.vinelinux.org 3.1/i386/plus srclist
取得:4 http://updates.vinelinux.org 3.1/i386/extras srclist [89.4kB]
ヒット http://updates.vinelinux.org 3.1/i386/updates srclist
307kB を 2s 秒で取得しました (103kB/s)
パッケージリストを読みこんでいます... 完了
依存情報ツリーを作成しています... 完了

# apt-get upgrade
パッケージリストを読みこんでいます... 完了
依存情報ツリーを作成しています... 完了
以下のパッケージがアップグレードされます:
  autoconf automake freetype freetype-utils libtiff make mplayer mplayer-gui
以下のパッケージは保留されます:
  kernel-doc kernel-headers kernel-source wireless-tools
アップグレード: 8 個, 新規インストール: 0 個, 削除: 0 個, 保留: 4 個
11.4MB のアーカイブを取得する必要があります。
展開後に 654kB が解放されます。
続行しますか? [Y/n]y
取得:1 http://rpm.greysector.net fc1/stable autoconf 2.59-5 [643kB]
取得:2 http://rpm.greysector.net fc1/stable automake 1.9.2-3 [452kB]
取得:3 http://rpm.greysector.net fc1/stable freetype 2.1.4-5.gs.1 [690kB]
取得:4 http://rpm.greysector.net fc1/stable libtiff 3.6.1-9.fc1 [266kB]
取得:5 http://rpm.greysector.net fc1/stable make 1:3.80-5 [345kB]
取得:6 http://rpm.greysector.net fc1/stable freetype-utils 2.1.4-5.gs.1 [25.0kB]取得:7 http://rpm.greysector.net fc1/testing mplayer 3:1.0pre8-0.20050707.1 [5513kB]
取得:8 http://rpm.greysector.net fc1/testing mplayer-gui 3:1.0pre8-0.20050707.1 [3441kB]
11.4MB を 1m2s 秒で取得しました (181kB/s)
変更を適用しています...
Preparing...                ########################################### [100%]
file /usr/lib/libfreetype.so.6 from install of freetype-2.1.4-5.gs.1 conflicts with file from package freetype2-2.1.7-0vl4
E: Error while running transaction
-----
freetype2-2.1.7-0vl4 の /usr/lib/libfreetype.so.6 は最初から
入っているものと思いますので、これは上書きせず、他のもののみを
上書きするにはどうすればよいのでしょう?