From trabigo at chello.at Thu Jan 12 15:49:28 2006 From: trabigo at chello.at (TrabiGo) Date: Thu, 12 Jan 2006 15:49:28 +0100 Subject: [PyVault-users] Unable to satisfy dependencies -> python24-yum Message-ID: <43C66C78.8080602@chello.at> Hi, I have the following problem, perhaps someone can help me :-) I've read of the major bug in yum 2.4.1 and I wanted to update to yum 2.4.2. here the output of yum 2.4.1 [---------------]# yum update yum.i386 Setting up Update Process Setting up repositories Reading repository metadata in from local files Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package yum.i386 0:2.4.2-65.rhfc4.at set to be updated --> Running transaction check --> Processing Dependency: yum = 2.4.0 for package: python24-yum --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package yum.noarch 0:2.4.0-5.py24 set to be updated --> Running transaction check --> Processing Dependency: yum = 2.4.0 for package: python24-yum --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package yum.noarch 0:2.4.0-5.py24 set to be updated --> Running transaction check Error: Unable to satisfy dependencies Error: Package python24-yum needs yum = 2.4.0, this is not available. of should I just download the rpm of 2.4.2 and make a force update ? thanks in advance for your help greetings TrabiGo From jeff.pitman at gmail.com Thu Jan 12 20:05:46 2006 From: jeff.pitman at gmail.com (Jeff Pitman) Date: Thu, 12 Jan 2006 11:05:46 -0800 Subject: [PyVault-users] Unable to satisfy dependencies -> python24-yum In-Reply-To: <43C66C78.8080602@chello.at> References: <43C66C78.8080602@chello.at> Message-ID: <6b9c17630601121105q7745b722j2a35870822e70d1@mail.gmail.com> On 1/12/06, TrabiGo wrote: > Error: Unable to satisfy dependencies > Error: Package python24-yum needs yum = 2.4.0, this is not available. > > of should I just download the rpm of 2.4.2 and make a force update ? > thanks in advance for your help Can you try "upgrade" or maybe the --obsoletes option? What's happening is that pyvault has split the package into 2 sub-packages, but you have an update to yum that combines them back into one. My hope was that the depsolving would cause python24-yum to uninstall given this scenario. But, it may look like it won't do it. Another alternative is to see if smart can resolve this scenario. To resolve by hand, you would need to remove yum && python24-yum, then install the yum update. -- -jeff