Has anyone else had problems with a recent yum download with libpurple on an X64 machine?
Anyone;s help would be appreciated.
Greg Ennis
P.S.Here are the results of yum
[root@MaBa lib]# yum update Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror" plugin Loading "downloadonly" plugin Loading "installonlyn" plugin Loading "tsflags" plugin Loading "protectbase" plugin Loading "fedorakmod" plugin Loading "kernel-module" plugin Setting up Update Process Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files 0 packages excluded due to repository priority protections 122 packages excluded due to repository protections Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package libpurple.x86_64 0:2.0.2-3.el5 set to be updated ---> Package pidgin.x86_64 0:2.0.2-3.el5 set to be updated ---> Package libpurple.i386 0:2.0.2-3.el5 set to be updated ---> Package pidgin.i386 0:2.0.2-3.el5 set to be updated --> Running transaction check --> Processing Dependency: libmeanwhile.so.1()(64bit) for package: libpurple --> Processing Dependency: libhowl.so.0()(64bit) for package: libpurple --> Processing Dependency: libhowl.so.0 for package: libpurple --> Processing Dependency: libmeanwhile.so.1 for package: libpurple --> Processing Dependency: libgaim.so.0()(64bit) for package: nautilus-sendto --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package avahi-compat-howl.x86_64 0:0.6.16-1.el5 set to be updated ---> Package meanwhile.x86_64 0:1.0.2-1.el5.rf set to be updated ---> Package avahi-compat-howl.i386 0:0.6.16-1.el5 set to be updated --> Running transaction check --> Processing Dependency: libmeanwhile.so.1 for package: libpurple --> Processing Dependency: libgaim.so.0()(64bit) for package: nautilus-sendto --> Finished Dependency Resolution Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
Gregory P. Ennis wrote:
Has anyone else had problems with a recent yum download with libpurple on an X64 machine?
whats an X64 machine ?
Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
libmeanwhile is provided in the repo..
- KB
On Sun, 2007-07-08 at 18:35 +0100, Karanbir Singh wrote:
Gregory P. Ennis wrote:
Has anyone else had problems with a recent yum download with libpurple on an X64 machine?
whats an X64 machine ?
Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
libmeanwhile is provided in the repo..
- KB
Thank you for your help!!!
Sorry about X64 what I really should have written is that the OS is CentOS-5.0-x86_64-bin-DVD. My thought is that there may be a repository problem in that I have not tried to install anything out of the ordinary other than software related to the repositories I listed.
If I try to do a yum install libmeanwhile I get a "Nothing to do" response from yum. but locate does not find any references to libmeanwhile.
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
Does this sound reasonable or are their other things I might need to do on my end?
Greg
Gregory P. Ennis wrote:
If I try to do a yum install libmeanwhile I get a "Nothing to do" response from yum. but locate does not find any references to libmeanwhile.
...
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
...
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
yes, this is mostly the fallout from bad packaging at redhat's end. what you need to do is perhaps a 'yum clean all; yum --obsoletes update' that should find pidgin and its dep chain.
- KB
On 7/9/07, Gregory P. Ennis PoMec@pomec.net wrote:
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
If you look, you're pulling meanwhile from the rpmforge repo, and the other stuff from the base/updates repos for centos.
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
Nope. Mostly you're pulling different versions from different repositories.
Does this sound reasonable or are their other things I might need to do on my end?
you might try excluding the package from one of the repositories.
On Mon, 2007-07-09 at 12:37 -0400, Jim Perrin wrote:
On 7/9/07, Gregory P. Ennis PoMec@pomec.net wrote:
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
If you look, you're pulling meanwhile from the rpmforge repo, and the other stuff from the base/updates repos for centos.
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
Nope. Mostly you're pulling different versions from different repositories.
Does this sound reasonable or are their other things I might need to do on my end?
you might try excluding the package from one of the repositories.
Thanks for your help... and thanks to Karanbir Singh as well.
After I did a "yum clean all" I followed it with a yum --obsoletes update and continued to receive the same error of not finding libmeanwhile.
I removed the rpmforge depo and performed another yum clean all followed by yum -y update and everything downloaded without error.
Have others had difficulty with rpmforge? Is there a way within yum to keep it active, but to give it a priority as secondary to the normal CentOS repositories?
Thanks again for your help!!!!
Greg
Gregory P. Ennis wrote:
On Mon, 2007-07-09 at 12:37 -0400, Jim Perrin wrote:
On 7/9/07, Gregory P. Ennis PoMec@pomec.net wrote:
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
If you look, you're pulling meanwhile from the rpmforge repo, and the other stuff from the base/updates repos for centos.
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
Nope. Mostly you're pulling different versions from different repositories.
Does this sound reasonable or are their other things I might need to do on my end?
you might try excluding the package from one of the repositories.
Thanks for your help... and thanks to Karanbir Singh as well.
After I did a "yum clean all" I followed it with a yum --obsoletes update and continued to receive the same error of not finding libmeanwhile.
I removed the rpmforge depo and performed another yum clean all followed by yum -y update and everything downloaded without error.
Have others had difficulty with rpmforge? Is there a way within yum to keep it active, but to give it a priority as secondary to the normal CentOS repositories?
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
On Mon, 2007-07-09 at 12:20 -0500, Johnny Hughes wrote:
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
I removed RPMforge and these are what is left.
Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror" plugin Loading "downloadonly" plugin Loading "installonlyn" plugin Loading "tsflags" plugin Loading "protectbase" plugin Loading "fedorakmod" plugin Loading "kernel-module" plugin
Does the priorities plugin give the CentOS repositories priority over RPMforge?
Greg
Gregory P. Ennis wrote:
On Mon, 2007-07-09 at 12:20 -0500, Johnny Hughes wrote:
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
I removed RPMforge and these are what is left.
Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror" plugin Loading "downloadonly" plugin Loading "installonlyn" plugin Loading "tsflags" plugin Loading "protectbase" plugin Loading "fedorakmod" plugin Loading "kernel-module" plugin
Does the priorities plugin give the CentOS repositories priority over RPMforge?
Yes it does (when configured)
See:
http://wiki.centos.org/PackageManagement/Yum/Priorities
(You probably don't need all those plugins ... and you do nt want both protectbase and priorities installed at the same time)
On Mon, 2007-07-09 at 12:44 -0500, Johnny Hughes wrote:
Gregory P. Ennis wrote:
On Mon, 2007-07-09 at 12:20 -0500, Johnny Hughes wrote:
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
I removed RPMforge and these are what is left.
Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror" plugin Loading "downloadonly" plugin Loading "installonlyn" plugin Loading "tsflags" plugin Loading "protectbase" plugin Loading "fedorakmod" plugin Loading "kernel-module" plugin
Does the priorities plugin give the CentOS repositories priority over RPMforge?
Yes it does (when configured)
See:
http://wiki.centos.org/PackageManagement/Yum/Priorities
(You probably don't need all those plugins ... and you do nt want both protectbase and priorities installed at the same time)
Thank you for the link... very informative!!!!!! Is the reason not to have both protectbase and priority installed at the same time related to the obvious that they do similar things?
Greg
On Mon, 9 Jul 2007, Johnny Hughes wrote:
Gregory P. Ennis wrote:
On Mon, 2007-07-09 at 12:20 -0500, Johnny Hughes wrote:
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
Does the priorities plugin give the CentOS repositories priority over RPMforge?
Yes it does (when configured)
Can we maybe deliver working yum config files that automatically are fine for the CentOS + RPMforge case when the priority plugin is enabled.
Much like we did with the protectbase plugin.
CentOS would be priority 1, CentOS Extras priority 2 and CentOS Plus priority 3 and RPMforge and others) priority 5 or 10 or whatever (priorityless ?).
Giving Extras something else than 1 would make sure that a human error in Extras would not lead to anything that is hard to turn back. (read: manually)
Making things easier to protect CentOS users (by default) should be our main focus. If people have problems nevertheless, we can assume they knew what they were doing when they changed the default case.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
On Wed, Jul 11, 2007 at 01:05:40PM +0200, Dag Wieers enlightened us:
Gregory P. Ennis wrote:
On Mon, 2007-07-09 at 12:20 -0500, Johnny Hughes wrote:
Are you using the yum-fastestmirror and yum-priorities plugins (I highly recommend both)?
Does the priorities plugin give the CentOS repositories priority over RPMforge?
Yes it does (when configured)
Can we maybe deliver working yum config files that automatically are fine for the CentOS + RPMforge case when the priority plugin is enabled.
Much like we did with the protectbase plugin.
CentOS would be priority 1, CentOS Extras priority 2 and CentOS Plus priority 3 and RPMforge and others) priority 5 or 10 or whatever (priorityless ?).
Giving Extras something else than 1 would make sure that a human error in Extras would not lead to anything that is hard to turn back. (read: manually)
Making things easier to protect CentOS users (by default) should be our main focus. If people have problems nevertheless, we can assume they knew what they were doing when they changed the default case.
I'd actually vote to make CentOS's main repos start at 2, so that we can use priority 1 for local repos without having to reconfigure all the base .repo files. I currently let puppet do that for me, so it's not a big deal, but I thought I'd throw it out there for consideration.
Matt
Hi Dag,
Dag Wieers wrote:
Can we maybe deliver working yum config files that automatically are fine for the CentOS + RPMforge case when the priority plugin is enabled.
We need to look at the situation that was created recently, when a new package that yum has never seen before dropped into the [updates] but isnt in [base].
afaict, some of the confusion in protectbase / priorities has been due to this.
/SIGNeedsLookingAt
--- "Gregory P. Ennis" PoMec@PoMec.Net wrote:
On Sun, 2007-07-08 at 18:35 +0100, Karanbir Singh wrote:
Gregory P. Ennis wrote:
Has anyone else had problems with a recent yum
download with
libpurple on an X64 machine?
whats an X64 machine ?
Error: Missing Dependency: libmeanwhile.so.1 is
needed by package
libpurple
libmeanwhile is provided in the repo..
- KB
Thank you for your help!!!
Sorry about X64 what I really should have written is that the OS is CentOS-5.0-x86_64-bin-DVD. My thought is that there may be a repository problem in that I have not tried to install anything out of the ordinary other than software related to the repositories I listed.
If I try to do a yum install libmeanwhile I get a "Nothing to do" response from yum. but locate does not find any references to libmeanwhile.
If I try to do a yum -y install I get : Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple
This causes me to think that their may be a dependency problem in the repositories for x86_64 operating systems.
Does this sound reasonable or are their other things I might need to do on my end?
Greg _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
i just did this for S&G's and this is what i came up with: meanwhile.x86_64 0.5.0-1.el4.kb kbs-CentOS-Extra Matched from: /usr/lib64/libmeanwhile.so.0 /usr/lib64/libmeanwhile.so.0.0.0 libmeanwhile.so.0()(64bit)
but did not see any .1 libs? so i do not think you are losing your mind yet :-)
Steven
Get your Art Supplies @ www.littleartstore.com