On Fri, 2005-03-04 at 16:49 -0800, Dan Stromberg wrote: > I have an athlon 64 system that I'm running a 32 bit FC3 on. > > This is the second time yum has gotten confused to the point that I cannot > patch my system anymore: > > ---> Package gwenhywfar-devel.i386 0:1.7.2-0.fc3 set to be installed > --> Running transaction check > --> Processing Conflict: python-devel conflicts python < 2.3.4-13.1 > --> Finished Dependency Resolution > Error: python-devel conflicts with python < 2.3.4-13.1 > > Is there a fix for this sort of thing, short of reinstalling? It should be possible :-) First thing, try yum 2.1.13 and see if that helps: # rpm -Uvh http://www.city-fan.org/ftp/contrib/yum- repo/yum-2.1.13-1.fc3.noarch.rpm If you're still having problems, try updating python first: # yum update python\* and then a general update: # yum update If any of these steps result in complaints from yum, please post the full output from yum plus the version of any packages yum complains about, e.g. for the above: # rpm -q python python-devel Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>