Page 1 of 1

Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Mon Aug 24, 2009 4:30 am
by scsa20
Hey all, whenever I do a yum upgrade I get the following:
[root@sakura ~]# yum upgrade
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* extras: mirror.csclub.uwaterloo.ca
* rpmforge: ftp-stud.fht-esslingen.de
* base: mirror.csclub.uwaterloo.ca
* updates: mirror.csclub.uwaterloo.ca
* addons: mirror.csclub.uwaterloo.ca
* atomic: http://www.atomicorp.com
Excluding Packages from Plesk Server Administrator
Finished
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package mysql-libs.i386 0:5.0.84-1.el5.art set to be updated
---> Package curl.i386 0:7.15.5-2.1.el5_3.5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-5.el5_3.2 set to be updated
---> Package ksh.i386 0:20080202-2.el5_3.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-5.el5_3.2 set to be updated
---> Package tzdata.noarch 0:2009k-1.el5 set to be updated
---> Package mysql-server.i386 0:5.0.84-1.el5.art set to be updated
---> Package mysql.i386 0:5.0.84-1.el5.art set to be updated
--> Processing Dependency: /usr/lib/mysql/libmysqlclient.so.15 for package: sw-engine
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package bigloo-xemacs.i386 0:3.0c-1.el5.art set to be updated
--> Processing Dependency: xemacs-common for package: bigloo-xemacs
--> Finished Dependency Resolution
bigloo-xemacs-3.0c-1.el5.art.i386 from atomic has depsolving problems
--> Missing Dependency: xemacs-common is needed by package bigloo-xemacs-3.0c-1.el5.art.i386 (atomic)
Error: Missing Dependency: xemacs-common is needed by package bigloo-xemacs-3.0c-1.el5.art.i386 (atomic)
From what I gathered I'm pretty much missing the xemacs-common package which they can't resolved to for automatic install, am I reading that correctly? And can you give me an hand with this? Because I tried yum install xemacs-common but came back with no packages. Thank you.

Btw, using CentOS 5 with the latest kernal for that linux flavor. Let me know if you need any additional information.

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Mon Aug 24, 2009 8:10 am
by scott
Do you really use xemacs?

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Mon Aug 24, 2009 10:44 am
by scsa20
no, I don't, but from what I can tell that's needed for upgrading mysql because here's what I get when trying to upgrade just mysql:
[root@sakura ~]# yum upgrade mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* extras: mirror.csclub.uwaterloo.ca
* rpmforge: ftp-stud.fht-esslingen.de
* base: mirror.csclub.uwaterloo.ca
* updates: mirror.csclub.uwaterloo.ca
* addons: mirror.csclub.uwaterloo.ca
* atomic: http://www.atomicorp.com
dag | 1.1 kB 00:00
extras | 1.1 kB 00:00
plesk | 951 B 00:00
rpmforge | 1.1 kB 00:00
base | 1.1 kB 00:00
updates | 951 B 00:00
addons | 951 B 00:00
atomic | 951 B 00:00
Excluding Packages from Plesk Server Administrator
Finished
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package mysql.i386 0:5.0.84-1.el5.art set to be updated
--> Processing Dependency: mysql-libs = 5.0.84-1.el5.art for package: mysql
--> Processing Dependency: mysql = 5.0.83-1.el5.art for package: mysql-server
--> Running transaction check
---> Package mysql-server.i386 0:5.0.84-1.el5.art set to be updated
---> Package mysql-libs.i386 0:5.0.84-1.el5.art set to be updated
--> Processing Dependency: /usr/lib/mysql/libmysqlclient.so.15 for package: sw-engine
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package bigloo-xemacs.i386 0:3.0c-1.el5.art set to be updated
--> Processing Dependency: xemacs-common for package: bigloo-xemacs
--> Finished Dependency Resolution
bigloo-xemacs-3.0c-1.el5.art.i386 from atomic has depsolving problems
--> Missing Dependency: xemacs-common is needed by package bigloo-xemacs-3.0c-1.el5.art.i386 (atomic)
Error: Missing Dependency: xemacs-common is needed by package bigloo-xemacs-3.0c-1.el5.art.i386 (atomic)
So... know of a way to get around needing the xemacs-common or do I need to bit the bullet and actually go out and download and manually install xemacs-common package?

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Mon Aug 24, 2009 11:32 am
by scott
No you definitely dont need that, my guess is that its that you've got either an emacs component installed, or something referencing an emacs component which is referencing the bigloo component.

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Mon Aug 24, 2009 12:08 pm
by scsa20
That's the thing, I did all sort of commends to see if I even have emacs or xemacs installed and each time came back with package not installed or command not found (when trying to open a file in emacs or xemacs to see if the command is even useable) so from what I can tell I don't even have it installed.

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Wed Aug 26, 2009 5:49 pm
by faris
have you tried a "yum clean all" in case it is just yum being a bit confused?

Faris.

Re: Yum Upgrade - bigloo-xemacs atomic has depsolving problems?

Posted: Wed Aug 26, 2009 10:27 pm
by scsa20
Alright, I tried yum clean all and tried it again and it worked, thank you faris. :)