| Summary: | =app-emulation-vagrant-1.4.3-r2 needs <dev-ruby/net-ssh-2.8.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vikraman (RETIRED) <vikraman> |
| Component: | Current packages | Assignee: | Tim Harder <radhermit> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This has already been fixed previously. The installed gemspec is altered to remove the version restriction so I don't know how you installed a gemspec with the restriction if you used the latest vagrant ebuild. *** This bug has been marked as a duplicate of bug 500466 *** Ugh sorry, looks like 1.4.3-r1 got installed because -r2 is not keyworded for x86. |
/usr/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:296:in `to_specs': Could not find 'net-ssh' (< 2.8.0, >= 2.6.6) - did find: [net-ssh-2.8.0] (Gem::LoadError) from /usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1209:in `block in activate_dependencies' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1198:in `each' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1198:in `activate_dependencies' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1180:in `activate' from /usr/lib/ruby/site_ruby/1.9.1/rubygems.rb:186:in `rescue in try_activate' from /usr/lib/ruby/site_ruby/1.9.1/rubygems.rb:183:in `try_activate' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:117:in `rescue in require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:124:in `require' from /usr/lib/ruby/gems/1.9.1/gems/vagrant-1.4.3/bin/vagrant:27:in `<top (required)>' from /usr/bin/vagrant:8:in `load' from /usr/bin/vagrant:8:in `<main>' From vagrant.gemspec, s.add_dependency "net-ssh", ">= 2.6.6", "< 2.8.0"