---- SilverTip257 silvertip257@gmail.com wrote:
On Sat, May 4, 2013 at 7:59 PM, Steve zephod@cfl.rr.com wrote:
Forgot to put the thread link in:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=D...
---- Steve zephod@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.i3... http://pkgs.org/centos-5-rhel-5/centos-rhel-i386/gnome-python2-gtkmozembed-2...
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
---- Steve zephod@cfl.rr.com wrote:
---- SilverTip257 silvertip257@gmail.com wrote:
On Sat, May 4, 2013 at 7:59 PM, Steve zephod@cfl.rr.com wrote:
Forgot to put the thread link in:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=D...
---- Steve zephod@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 a src rpm for python-cddb, modified the spec file a little and was able to build and install the rpm.
I wanted to do the same for gnome-pthon2-gtkmozembed but it seems that the src rpm for this is gnome-python2-extras and I already have that installed but it doesn't include gtkmozembed.
Note: I'm running these commands on a 6.3 system, not my 6.4.
# rpm -qa | grep gnome-python2-extras gnome-python2-extras-2.25.3-30.fc13.src.rpm
# rpm -q --provides gnome-python2-extras-2.25.3-20.el6.i686 pkgconfig(gnome-python-extras-2.0) = 2.25.3 gnome-python2-extras = 2.25.3-20.el6 gnome-python2-extras(x86-32) = 2.25.3-20.el6
So where has gtkmozembed gone? Anybody know the history on this?
Just to see, I tried rebuilding the gnome-python2-extras src rpm but it failed miserably:
$ rpmbuild --rebuild ~/Downloads/gnome-python2-extras-2.25.3-30.fc13.src.rpm Installing /home/steve/Downloads/gnome-python2-extras-2.25.3-30.fc13.src.rpm warning: InstallSourcePackage at: psm.c:244: Header V3 RSA/SHA256 Signature, key ID e8e40fde: NOKEY warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root error: Failed build dependencies: gecko-devel-unstable >= 1.9.2.18 is needed by gnome-python2-extras-2.25.3-30.el6.i686 gnome-panel-devel >= 2.2.0 is needed by gnome-python2-extras-2.25.3-30.el6.i686 gnome-python2-devel >= 2.10.0 is needed by gnome-python2-extras-2.25.3-30.el6.i686 gtkhtml2-devel >= 2.3.1 is needed by gnome-python2-extras-2.25.3-30.el6.i686 gtkspell-devel >= 2.0.7 is needed by gnome-python2-extras-2.25.3-30.el6.i686 libgda-devel >= 3.99.9 is needed by gnome-python2-extras-2.25.3-30.el6.i686 libgdl-devel >= 2.24.0 is needed by gnome-python2-extras-2.25.3-30.el6.i686
Thanks, Steve
On Wed, 8 May 2013 9:24:06 -0400 Steve zephod@cfl.rr.com wrote:
---- Steve zephod@cfl.rr.com wrote:
---- SilverTip257 silvertip257@gmail.com wrote:
On Sat, May 4, 2013 at 7:59 PM, Steve zephod@cfl.rr.com wrote:
Forgot to put the thread link in:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=D...
---- Steve zephod@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 a src rpm for python-cddb, modified the spec file a little and was able to build and install the rpm.
I wanted to do the same for gnome-pthon2-gtkmozembed but it seems that the src rpm for this is gnome-python2-extras and I already have that installed but it doesn't include gtkmozembed.
Note: I'm running these commands on a 6.3 system, not my 6.4.
# rpm -qa | grep gnome-python2-extras gnome-python2-extras-2.25.3-30.fc13.src.rpm
# rpm -q --provides gnome-python2-extras-2.25.3-20.el6.i686 pkgconfig(gnome-python-extras-2.0) = 2.25.3 gnome-python2-extras = 2.25.3-20.el6 gnome-python2-extras(x86-32) = 2.25.3-20.el6
So where has gtkmozembed gone? Anybody know the history on this?
Answering myself... I found this link: http://lists.repoforge.org/pipermail/users/2012-February/022725.html
It appears that gnome-python2-gtkmozembed has been replaced by gnome-python2-gtkhtml2 which I already have installed so I downloaded the exaile src rpm, edited the spec file to remove the dependency on gnome-python2-gtkmozembed, rebuilt the rpm and installed it.
Yea! exaile!
Steve