Page 1 of 1
yum update dependencies failure
Posted: Mon Dec 13, 2010 7:21 am
by jiml
Have just tried a "yum update" and it couldn't complete because of errors, these were.
--> Finished Dependency Resolution
Error: Package: hda-platform-5.6.3-1.noarch (amahi)
Requires: mod_passenger
Error: Package: hda-platform-5.6.3-1.noarch (amahi)
Requires: rubygem-passenger-native
Jim!
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 8:05 am
by bigfoot65
Try doing the following before the update:
yum hda-platform hdactl
Then once that is finished, try to update.
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 9:42 am
by jimmyh
Some parameter must be missing in yum hda-platform hdactl.
Because that command just show the "help".
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 10:47 am
by bigfoot65
Sorry, forgot the most important part:
yum install hda-platform hdactl
That should work now.
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 11:46 am
by jimmyh
When I run that command I still get the same errors:
yum install hda-platform hdactl
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: ftp.tudelft.nl
* updates: ftp.tudelft.nl
Setting up Install Process
Package hdactl-3.6-1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package hda-platform.noarch 0:5.6.3-1 set to be updated
--> Processing Dependency: mod_passenger for package: hda-platform-5.6.3-1.noarch
--> Processing Dependency: rubygem-passenger-native for package: hda-platform-5.6.3-1.noarch
--> Finished Dependency Resolution
hda-platform-5.6.3-1.noarch from amahi has depsolving problems
--> Missing Dependency: mod_passenger is needed by package hda-platform-5.6.3-1.noarch (amahi)
hda-platform-5.6.3-1.noarch from amahi has depsolving problems
--> Missing Dependency: rubygem-passenger-native is needed by package hda-platform-5.6.3-1.noarch (amahi)
Error: Missing Dependency: mod_passenger is needed by package hda-platform-5.6.3-1.noarch (amahi)
Error: Missing Dependency: rubygem-passenger-native is needed by package hda-platform-5.6.3-1.noarch (amahi)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 1:19 pm
by jaffa
I'm getting pretty much the same error. I can't actually find a Fedora 12 repo for Passenger - 13 and 14 are
here.
Installing passenger with
Didn't help either. Unfortunately, that's my skills exhausted. I do have rubygem-passenger-2.2.11-7.fc12 installed, if that helps any.
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 2:08 pm
by radioz
Same problem here on an FC12 system.
Has anyone found a solution yet?
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 8:29 pm
by jimmyh
This problem was caused by a faulty update.
http://twitter.com/amahi/status/14538565467770880
But now v5.6.9-1 is out and working fine.
Re: yum update dependencies failure
Posted: Mon Dec 13, 2010 9:37 pm
by cpg
Ma bad. We released the bit from a development tree that had f14-specific bits in it.
All should be good now.
Re: yum update dependencies failure
Posted: Tue Dec 14, 2010 11:20 am
by jiml
All working now. Thanks!