top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Interpreting Yum Dependency Error

0 votes
233 views

Seems like a rev number is missing in this dependency error from Yum:

# yum -y update
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package rcssserver3d.i686 0:0.6.6-3.fc18 will be updated
---> Package rcssserver3d.i686 0:0.6.7-1.fc18 will be an update
---> Package simspark.i686 0:0.2.3-3.fc18 will be updated
---> Package simspark.i686 0:0.2.4-1.fc18 will be an update
--> Processing Dependency: ruby(release) for package: 
simspark-0.2.4-1.fc18.i686
--> Finished Dependency Resolution
Error: Package: simspark-0.2.4-1.fc18.i686 (updates)
 Requires: ruby(release)

References to "ruby(release)" seem incomplete. Does this suggest a config error somewhere? rpm says ruby-1.9.3.429-30.fc18.i68 is installed.

posted Jul 6, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
# yum -y update

do *not* use "-y"
what are you doing if due a packaging-error half of the system would be removed?

References to "ruby(release)" seem incomplete. Does this suggest a config error somewhere? rpm says ruby-1.9.3.429-30.fc18.i68 is installed

make a bugreport for "simspark" and ask how this got pushed to satble while even the maintainer did not install the package or he would have noticed the problem

answer Jul 7, 2013 by anonymous
Similar Questions
+2 votes

Is it OK to remove dnf with yum remove dnf ? will it cause any problems ?

+3 votes

The command yum grouplist does not show all available groups in Fedora 19. I had the same problem
before in CentOS and other versions of Fedora. As an example, I can install

yum groupinstall "Development Libraries"

but yum grouplist does not show such a group. Is that a bug, or am I doing something wrong?

+1 vote

Any idea why yum doesn't show by default from what mirror it is downloading from?

+1 vote

There's one package that I can't get upgraded, and it's driving me up the wall because every time I run an update via yum or yumex, I have to
remember to exclude it: firefox. Here's the results of my latest try:

Transaction check error:
file /usr/lib/firefox/browser/defaults/preferences from install of firefox-22.0-1.fc19.i686 conflicts with file from package firefox-22.0-1.fc17.i686

I tried using swap:
yum swap firefox*.fc17.i686 firefox*fc.19.i686

because the man page said that that was simply a short form of remove/install, but yum interpreted it as an update. Maybe I'll have to download the file and use rpm to do it, but there should be a way to force it via yum.

...