my gentoo に skype 入れようとしたら以下のエラー。
ryox61:/etc/portage$ sudo emerge skype
* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
[ebuild U ] app-emulation/emul-linux-x86-baselibs-20120127 [20110928]
[ebuild N ] app-emulation/emul-linux-x86-db-20120127 USE="-development"
[ebuild U ] app-emulation/emul-linux-x86-xlibs-20120127 [20110928]
[ebuild U ] app-emulation/emul-linux-x86-opengl-20120127 [20110928]
[ebuild U ] app-emulation/emul-linux-x86-medialibs-20120127 [20110928]
[ebuild U ] app-emulation/emul-linux-x86-soundlibs-20120127 [20110928]
[ebuild U ] app-emulation/emul-linux-x86-sdl-20120127 [20110928]
[ebuild N ] app-emulation/emul-linux-x86-qtlibs-20120127 USE="-development"
[ebuild N ~] net-im/skype-2.2.0.35-r1 USE="-pax_kernel -qt-static"
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
emul-linux-x86 関連を以下のように一つずつ update で回避。
for p in emul-linux-x86-{gtklibs,opengl,sdl,medialibs,soundlibs,xlibs,baselibs} ; do sudo emerge -u $p ; done
emerge skyepe
0 件のコメント:
コメントを投稿