Closed
Bug 1431362
Opened 8 years ago
Closed 6 years ago
Vagrant up fails
Categories
(bugzilla.mozilla.org :: Developer Box, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pascalc, Unassigned)
Details
I followed the instructions at https://github.com/mozilla-bteam/bmo#using-vagrant-for-development
When I do vagrant up I get these errors:
$ vagrant up
/usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:231:in `search_for': Unable to resolve dependency: 'listen (>= 0)' requires 'rb-fsevent (>= 0.9.3)' (Gem::UnsatisfiableDependencyError)
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:263:in `block in sort_dependencies'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:257:in `each'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:257:in `sort_by'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:257:in `sort_dependencies'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb:52:in `block in sort_dependencies'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb:69:in `with_no_such_dependency_error_handling'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb:51:in `sort_dependencies'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:466:in `push_state_for_requirements'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:458:in `require_nested_dependencies_for'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:441:in `activate_spec'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:402:in `attempt_to_activate_new_spec'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:319:in `attempt_to_activate'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:137:in `process_topmost_state'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolution.rb:78:in `resolve'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver/molinillo/lib/molinillo/resolver.rb:42:in `resolve'
from /usr/local/lib/site_ruby/2.3.0/rubygems/resolver.rb:188:in `resolve'
from /usr/local/lib/site_ruby/2.3.0/rubygems/request_set.rb:368:in `resolve'
from /usr/local/lib/site_ruby/2.3.0/rubygems/request_set.rb:380:in `resolve_current'
from /usr/local/lib/site_ruby/2.3.0/rubygems.rb:239:in `finish_resolve'
from /usr/local/lib/site_ruby/2.3.0/rubygems/rdoc.rb:15:in `<top (required)>'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/uninstaller.rb:11:in `<top (required)>'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/lib/vagrant/bundler.rb:8:in `<top (required)>'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/lib/vagrant/plugin/manager.rb:4:in `require_relative'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/lib/vagrant/plugin/manager.rb:4:in `<top (required)>'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/lib/vagrant.rb:246:in `require_relative'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/lib/vagrant.rb:246:in `<top (required)>'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /usr/local/lib/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from /usr/share/rubygems-integration/all/gems/vagrant-1.9.1/bin/vagrant:62:in `<top (required)>'
from /usr/bin/vagrant:22:in `load'
from /usr/bin/vagrant:22:in `<main>'
I am on Ubuntu 17.10, my vagrant version is 1.9.1
Comment 1•6 years ago
|
||
Closing as we are going to move to only supporting docker based development environment. No future changes will be made to the vagrant configuration.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•