[Bug 283961] vagrant depends on childprocess 5.0.0, but finds only 5.1.0
Date: Thu, 09 Jan 2025 16:48:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283961 Bug ID: 283961 Summary: vagrant depends on childprocess 5.0.0, but finds only 5.1.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@schukraft.org It seems vagrant specifically needs the gem childprocess in version 5.0.0, but it depends on/installs it in version 5.1.0 from ports. /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1421:in `rescue in block in activate_dependencies': Could not find 'childprocess' (~> 5.0.0) among 76 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/home/yggdrasil/.local/share/gem/ruby/3.2:/usr/local/lib/ruby/gems/3.2' at: /usr/local/lib/ruby/gems/3.2/specifications/vagrant-2.3.7.gemspec, execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1418:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1407:in `each' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1407:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1389:in `activate' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:283:in `block in activate_bin_path' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:282:in `synchronize' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:282:in `activate_bin_path' from /usr/local/bin/vagrant:25:in `<main>' /usr/local/lib/ruby/site_ruby/3.2/rubygems/dependency.rb:303:in `to_specs': Could not find 'childprocess' (~> 5.0.0) - did find: [childprocess-5.1.0] (Gem::MissingSpecVersionError) Checked in 'GEM_PATH=/home/yggdrasil/.local/share/gem/ruby/3.2:/usr/local/lib/ruby/gems/3.2' , execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1419:in `block in activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1407:in `each' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1407:in `activate_dependencies' from /usr/local/lib/ruby/site_ruby/3.2/rubygems/specification.rb:1389:in `activate' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:283:in `block in activate_bin_path' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:282:in `synchronize' from /usr/local/lib/ruby/site_ruby/3.2/rubygems.rb:282:in `activate_bin_path' from /usr/local/bin/vagrant:25:in `<main>' -- You are receiving this mail because: You are the assignee for the bug.