Summary: | dev-ruby/logging: can't find bones gem | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Manuel Rüger (RETIRED) <mrueg> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Manuel Rüger (RETIRED)
![]() ruby -e 'require "bones"' gives a bit more info: /usr/lib64/ruby/site_ruby/2.2.0/rubygems/dependency.rb:310:in `to_specs': Could not find 'rake' (~> 10.0) - did find: [rake-12.0.0] (Gem::MissingSpecVersionError) This is weird since ~> 10.0 should match 12.0.0. This needs further investigation. (In reply to Hans de Graaff from comment #1) > This is weird since ~> 10.0 should match 12.0.0. This needs further > investigation. Uhm, no. ~>10.0 matches all 10.x versions, but nothing higher than 10. So the Gentoo dppendency on bones 3.8.3 does not match the ruby dependency. "Fixed" by removing the old bones 3.8.3 version and making the rake dependency in bones 3.8.4-r1 more explicit. |