Bug 283961 - sysutils/vagrant depends on childprocess 5.0.0, but finds only 5.1.0
Summary: sysutils/vagrant depends on childprocess 5.0.0, but finds only 5.1.0
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-09 16:48 UTC by freebsd
Modified: 2025-01-11 16:29 UTC (History)
3 users (show)

See Also:
linimon: maintainer-feedback? (joe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2025-01-09 16:48:26 UTC
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>'