On Sat, 06 Jul 2013 09:40:56 -0400, Tim Evans wrote:

> 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.

It's not incomplete. No version in the requirement means "any version" may
be sufficient.

> Does this suggest a config error somewhere? 

A packaging mistake. It seems to be  ruby(abi)  for Fedora 18,
not  ruby(release).

> rpm says ruby-1.9.3.429-30.fc18.i68 is installed.

Submit full and valid RPM/repo queries, such as

  repoquery --whatprovides 'ruby(release)'
and
  rpm -q --whatprovides 'ruby(release)'

With Fedora 19:

$ repoquery --whatprovides 'ruby(release)'
ruby-libs-0:2.0.0.195-8.fc19.x86_64
ruby-libs-0:2.0.0.195-8.fc19.i686
jruby-0:1.7.2-1.fc19.noarch


$ rpm -q --provides ruby-libs
libruby.so.2.0()(64bit)
ruby(release) = 2.0.0
ruby-libs = 2.0.0.195-8.fc19
ruby-libs(x86-64) = 2.0.0.195-8.fc19

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.8-300.fc19.x86_64
loadavg: 0.23 0.24 0.21
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to