---- Steve <zephod at cfl.rr.com> wrote: > > ---- 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 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