I was starting to run a yum update on one of my servers and noticed that it wanted to install Thunderbird for some reason. Running yum with the '-v' option gave this output:
gamin-python-0.1.7-8.el5.i386 requires: /usr/lib/python2.4 --> Processing Dependency: /usr/lib/python2.4 for package: gamin-python Needed Require is not a package name. Looking up: /usr/lib/python2.4 Potential Provider: python.i386 0:2.4.3-24.el5 Mode is u for provider of /usr/lib/python2.4: python.i386 0:2.4.3-24.el5 Mode for pkg providing /usr/lib/python2.4: u Cannot find an update path for dep for: /usr/lib/python2.4 Searching pkgSack for dep: /usr/lib/python2.4 Potential match for /usr/lib/python2.4 from python-2.4.3-24.el5.i386 Potential match for /usr/lib/python2.4 from thunderbird-2.0.0.22-2.el5.centos.i386 python-2.4.3-24.el5.i386 is in providing packages but it is already installed, removing. TSINFO: Marking thunderbird-2.0.0.22-2.el5.centos.i386 as install for gamin-python-0.1.7-8.el5.i386
Why is it trying to get the python lib from Thunderbird when the Python package is already installed?
I don't really want Thunderbird installed on a server. Any suggestions?
Thanks
On Tue, Aug 25, 2009 at 7:09 AM, Bowie BaileyBowie_Bailey@buc.com wrote:
I was starting to run a yum update on one of my servers and noticed that it wanted to install Thunderbird for some reason. Running yum with the '-v' option gave this output:
Why is it trying to get the python lib from Thunderbird when the Python package is already installed?
I don't really want Thunderbird installed on a server. Any suggestions?
Please run 'yum clean all' and try again. That should take care of the problem (for now).
Akemi
Akemi Yagi wrote:
On Tue, Aug 25, 2009 at 7:09 AM, Bowie BaileyBowie_Bailey@buc.com wrote:
I was starting to run a yum update on one of my servers and noticed that it wanted to install Thunderbird for some reason. Running yum with the '-v' option gave this output:
Why is it trying to get the python lib from Thunderbird when the Python package is already installed?
I don't really want Thunderbird installed on a server. Any suggestions?
Please run 'yum clean all' and try again. That should take care of the problem (for now).
Yep. I thought about that right after I sent the email. 'yum clean all' fixed it for me.
Bowie Bailey wrote:
Akemi Yagi wrote:
On Tue, Aug 25, 2009 at 7:09 AM, Bowie BaileyBowie_Bailey@buc.com wrote:
I was starting to run a yum update on one of my servers and noticed that it wanted to install Thunderbird for some reason. Running yum with the '-v' option gave this output:
Why is it trying to get the python lib from Thunderbird when the Python package is already installed?
I don't really want Thunderbird installed on a server. Any suggestions?
Please run 'yum clean all' and try again. That should take care of the problem (for now).
Yep. I thought about that right after I sent the email. 'yum clean all' fixed it for me.
There is a version of yum in the testing repo that we are working with that seems to fix many of these cache/spool issues. The version is:
yum-3.2.22-20.el5.centos.noarch.rpm
On Tue, 2009-08-25 at 11:56 -0500, Johnny Hughes wrote:
<snip>
There is a version of yum in the testing repo that we are working with that seems to fix many of these cache/spool issues. The version is:
yum-3.2.22-20.el5.centos.noarch.rpm
I just installed it, but everything's up-to-date. Soon as another update comes out, I'll report back.
Akemi Yagi wrote on Tue, 25 Aug 2009 07:34:21 -0700:
Please run 'yum clean all'
Actually, "yum clean metadata" seems to be enough. I'm making it now a habit to run it before an update.
Kai