I'm trying to install the exaile package on my newly upgraded CentOS 6.4 machine. It fails (see below) with missing dependencies on python-cddb and gnome-python2-gtkmozembed. I found this thread but there does not seem to be any resolution. \ Has anyone got this installed? Am I missing a repo? Thanks, Steve # yum install exaile Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.advancedhosters.com * centosplus: centos.mirror.constant.com * contrib: mirror.ash.fastserv.com * epel: mirror.hiwaay.net * extras: centos.mirror.constant.com * remi: mirrors.mediatemple.net * rpmforge: mirror.teklinks.com * rpmforge-extras: mirror.teklinks.com * rpmforge-testing: mirror.teklinks.com * updates: mirror.team-cymru.org Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package exaile.x86_64 0:0.2.14-2.el6.rf will be installed --> Processing Dependency: python-mutagen >= 1.8 for package: exaile-0.2.14-2.el6.rf.x86_64 --> Processing Dependency: python-sqlite2 for package: exaile-0.2.14-2.el6.rf.x86_64 --> Processing Dependency: python-cddb for package: exaile-0.2.14-2.el6.rf.x86_64 --> Processing Dependency: gnome-python2-gtkmozembed for package: exaile-0.2.14-2.el6.rf.x86_64 --> Running transaction check ---> Package exaile.x86_64 0:0.2.14-2.el6.rf will be installed --> Processing Dependency: python-cddb for package: exaile-0.2.14-2.el6.rf.x86_64 --> Processing Dependency: gnome-python2-gtkmozembed for package: exaile-0.2.14-2.el6.rf.x86_64 ---> Package python-mutagen.noarch 0:1.16-2.1.el6 will be installed ---> Package python-sqlite2.x86_64 1:2.3.5-2.el6 will be installed --> Finished Dependency Resolution Error: Package: exaile-0.2.14-2.el6.rf.x86_64 (rpmforge) Requires: python-cddb Error: Package: exaile-0.2.14-2.el6.rf.x86_64 (rpmforge) Requires: gnome-python2-gtkmozembed You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Forgot to put the thread link in: https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=32333&forum=56#threadtop ---- Steve <zephod at cfl.rr.com> wrote:> I'm trying to install the exaile package on my newly upgraded CentOS 6.4 machine. > It fails (see below) with missing dependencies on python-cddb and gnome-python2-gtkmozembed. > > I found this thread but there does not seem to be any resolution. \ > Has anyone got this installed? > Am I missing a repo? > > Thanks, > Steve > > # yum install exaile > Loaded plugins: fastestmirror, refresh-packagekit, security > Loading mirror speeds from cached hostfile > * base: mirrors.advancedhosters.com > * centosplus: centos.mirror.constant.com > * contrib: mirror.ash.fastserv.com > * epel: mirror.hiwaay.net > * extras: centos.mirror.constant.com > * remi: mirrors.mediatemple.net > * rpmforge: mirror.teklinks.com > * rpmforge-extras: mirror.teklinks.com > * rpmforge-testing: mirror.teklinks.com > * updates: mirror.team-cymru.org > Setting up Install Process > Resolving Dependencies > --> Running transaction check > ---> Package exaile.x86_64 0:0.2.14-2.el6.rf will be installed > --> Processing Dependency: python-mutagen >= 1.8 for package: exaile-0.2.14-2.el6.rf.x86_64 > --> Processing Dependency: python-sqlite2 for package: exaile-0.2.14-2.el6.rf.x86_64 > --> Processing Dependency: python-cddb for package: exaile-0.2.14-2.el6.rf.x86_64 > --> Processing Dependency: gnome-python2-gtkmozembed for package: exaile-0.2.14-2.el6.rf.x86_64 > --> Running transaction check > ---> Package exaile.x86_64 0:0.2.14-2.el6.rf will be installed > --> Processing Dependency: python-cddb for package: exaile-0.2.14-2.el6.rf.x86_64 > --> Processing Dependency: gnome-python2-gtkmozembed for package: exaile-0.2.14-2.el6.rf.x86_64 > ---> Package python-mutagen.noarch 0:1.16-2.1.el6 will be installed > ---> Package python-sqlite2.x86_64 1:2.3.5-2.el6 will be installed > --> Finished Dependency Resolution > Error: Package: exaile-0.2.14-2.el6.rf.x86_64 (rpmforge) > Requires: python-cddb > Error: Package: exaile-0.2.14-2.el6.rf.x86_64 (rpmforge) > Requires: gnome-python2-gtkmozembed > You could try using --skip-broken to work around the problem > You could try running: rpm -Va --nofiles --nodigest > > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos
---- SilverTip257 <silvertip257 at gmail.com> wrote:> On Sat, May 4, 2013 at 7:59 PM, Steve <zephod at cfl.rr.com> wrote: > > > Forgot to put the thread link in: > > > > https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=32333&forum=56#threadtop > > > > > > ---- Steve <zephod at cfl.rr.com> wrote: > > > I'm trying to install the exaile package on my newly upgraded CentOS 6.4 > > machine. > > > It fails (see below) with missing dependencies on python-cddb and > > gnome-python2-gtkmozembed. > > > > > > I found this thread but there does not seem to be any resolution. \ > > > Has anyone got this installed? > > > Am I missing a repo? > > > > Did you try searching (with yum) for the unmet dependencies that prevented > you from installing exaile from the RPM Forge repo? > Maybe your system had a hiccup (network or otherwise) at that exact moment > or the mirror you were hitting wasn't fully synced so the deps were missing? > > If RPM Forge doesn't provide those packages (they generally provide > packages for the dependencies), you need to find a repo that has the unmet > dependencies.I looked around and I could only find packages for CentOS 5 http://pkgs.org/centos-5-rhel-5/repoforge-i386/python-cddb-1.4-1.2.el5.rf.i386.rpm.html http://pkgs.org/centos-5-rhel-5/centos-rhel-i386/gnome-python2-gtkmozembed-2.14.2-7.el5.i386.rpm.html nothing for CentOS 6.> > Otherwise report the problem to the RPM Forge maintainers as is hinted in > the CentOS forum thread you linked to. They'll be able for sure.I sent a message to the RPM Forge list. We'll see if I get a response. Steve