After update to F11 I have this:
(amarok is broken, so I did yum remove amarok, then:)
sudo yum install amarok /usr/lib/yum-plugins/merge-conf.py:22: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, sys, md5 Loaded plugins: allowdowngrade, changelog, fastestmirror, merge-conf, refresh- packagekit Loading mirror speeds from cached hostfile * fedora: astromirror.uchicago.edu * kde: mirror.unl.edu * kde-all: mirror.unl.edu * livna: rpm.livna.org * rpmfusion-free: astromirror.uchicago.edu * rpmfusion-free-updates: astromirror.uchicago.edu * rpmfusion-nonfree: astromirror.uchicago.edu * rpmfusion-nonfree-updates: astromirror.uchicago.edu * updates: distro.ibiblio.org Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package amarok.x86_64 0:2.1-0.9.fc10 set to be updated --> Processing Dependency: libssl.so.7()(64bit) for package: amarok --> Processing Dependency: libcrypto.so.7()(64bit) for package: amarok --> Processing Dependency: libmysqlclient.so.15()(64bit) for package: amarok --> Processing Dependency: libgpod.so.3()(64bit) for package: amarok --> Finished Dependency Resolution amarok-2.1-0.9.fc10.x86_64 from kde has depsolving problems --> Missing Dependency: libcrypto.so.7()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) amarok-2.1-0.9.fc10.x86_64 from kde has depsolving problems --> Missing Dependency: libgpod.so.3()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) amarok-2.1-0.9.fc10.x86_64 from kde has depsolving problems --> Missing Dependency: libmysqlclient.so.15()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) amarok-2.1-0.9.fc10.x86_64 from kde has depsolving problems --> Missing Dependency: libssl.so.7()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) Error: Missing Dependency: libcrypto.so.7()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) Error: Missing Dependency: libmysqlclient.so.15()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) Error: Missing Dependency: libssl.so.7()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde) Error: Missing Dependency: libgpod.so.3()(64bit) is needed by package amarok-2.1-0.9.fc10.x86_64 (kde)
On Wed, Jun 10, 2009 at 10:43 AM, Neal Beckerndbecker2@gmail.com wrote:
After update to F11 I have this:
(amarok is broken, so I did yum remove amarok, then:)
sudo yum install amarok /usr/lib/yum-plugins/merge-conf.py:22: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, sys, md5 Loaded plugins: allowdowngrade, changelog, fastestmirror, merge-conf, refresh- packagekit Loading mirror speeds from cached hostfile * fedora: astromirror.uchicago.edu * kde: mirror.unl.edu * kde-all: mirror.unl.edu * livna: rpm.livna.org * rpmfusion-free: astromirror.uchicago.edu * rpmfusion-free-updates: astromirror.uchicago.edu * rpmfusion-nonfree: astromirror.uchicago.edu * rpmfusion-nonfree-updates: astromirror.uchicago.edu
That's what you get when using third party repositories.
yum install amarok --disablerepo=kde --disablerepo=kde-all
Chitlesh
Chitlesh GOORAH wrote:
That's what you get when using third party repositories.
Especially misconfigured ones. ;-) He's apparently trying to use kde-redhat's F10 repo on F11.
By the way, the Amarok 2.1 release will be in the stable updates in the next push.
Kevin Kofler