Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815228 - app-emulation/vagrant-2.2.14 - Could not find 'net-ssh' (>= 6.2.0.rc1, < 7)
Summary: app-emulation/vagrant-2.2.14 - Could not find 'net-ssh' (>= 6.2.0.rc1, < 7)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords:
Depends on: 812770
Blocks:
  Show dependency tree
 
Reported: 2021-09-28 10:22 UTC by Michael Egger
Modified: 2021-09-28 19:48 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Egger 2021-09-28 10:22:47 UTC
vagrant 2.2.14 requires 'net-ssh' (>= 6.2.0.rc1, < 7), but the latest available version in the gentoo overlay is 6.1.0-r1.


$ emerge --info 
app-emulation/vagrant-2.2.14::gentoo was built with the following:
USE="-test" ABI_X86="(64)" RUBY_TARGETS="ruby27 -ruby26"


$ emerge --info net-ssh
dev-ruby/net-ssh-6.1.0-r1::gentoo was built with the following:
USE="-doc -ed25519 -test" ABI_X86="(64)" RUBY_TARGETS="ruby27 -ruby26"


How to reproduce:
$ vagrant
...
/usr/lib64/ruby/site_ruby/2.7.0/rubygems/specification.rb:1404:in `rescue in block in activate_dependencies': Could not find 'net-ssh' (>= 6.2.0.rc1, < 7) among 89 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/user1/.local/share/gem/ruby/2.7.0:/usr/lib64/ruby/gems/2.7.0:/usr/local/lib64/ruby/gems/2.7.0' at: /usr/lib64/ruby/gems/2.7.0/specifications/vagrant-2.2.14.gemspec, execute `gem env` for more information
...
Comment 1 Larry the Git Cow gentoo-dev 2021-09-28 19:47:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f9c379cd74b0f883db5479a49eb4218ecdd4c5

commit e4f9c379cd74b0f883db5479a49eb4218ecdd4c5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-09-28 19:44:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-28 19:46:51 +0000

    app-emulation/vagrant: drop 2.2.14
    
    Closes: https://bugs.gentoo.org/812770
    Closes: https://bugs.gentoo.org/815228
    Signed-off-by: Sam James <sam@gentoo.org>

 app-emulation/vagrant/Manifest              |  1 -
 app-emulation/vagrant/vagrant-2.2.14.ebuild | 93 -----------------------------
 2 files changed, 94 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892f6c39ef11c8de7e7d6387956b8789487a1414

commit 892f6c39ef11c8de7e7d6387956b8789487a1414
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-09-28 19:44:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-28 19:46:44 +0000

    app-emulation/vagrant: add 2.2.18
    
    Closes: https://bugs.gentoo.org/812770
    Closes: https://bugs.gentoo.org/815228
    Signed-off-by: Sam James <sam@gentoo.org>

 app-emulation/vagrant/Manifest              |  1 +
 app-emulation/vagrant/vagrant-2.2.18.ebuild | 94 +++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002bdb44d2735a78ea24d32410076a54c63de4e6

commit 002bdb44d2735a78ea24d32410076a54c63de4e6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-09-28 19:44:17 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-28 19:46:30 +0000

    dev-ruby/vagrant_cloud: add 3.0.5
    
    Closes: https://bugs.gentoo.org/812770
    Closes: https://bugs.gentoo.org/815228
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-ruby/vagrant_cloud/Manifest                   |  1 +
 dev-ruby/vagrant_cloud/vagrant_cloud-3.0.5.ebuild | 42 +++++++++++++++++++++++
 2 files changed, 43 insertions(+)