我使用Vagrant v 1.4.1在Windows 7机器上工作,我一直在努力安装vagrant-berkshelf插件。我正在遵循米沙泰勒blog的一些指示。我已经安装了VirtualBox(4.2.20),一个“理智”的Ruby环境(带有DevKit)和berkshelf gem,这也很好,但每当我发布
> vagrant plugin install vagrant-berkshelf
该命令在尝试构建
时返回错误Installing the 'vagrant-berkshelf' plugin. This can take a few minutes...
C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/ext/builder.rb:62:in `run':
ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
C:/HashiCorp/Vagrant/embedded/bin/ruby.exe extconf.rb
C:/HashiCorp/Vagrant/embedded/bin/ruby.exe: invalid option -J (-h will show valid
options) (RuntimeError)
Gem files will remain installed in C:/Users/user_me/.vagrant.d/gems/gems/hitimes-
1.2.1 for inspection.
Results logged to C:/Users/user_me/.vagrant.d/gems/gems/hitimes-1.2.1/ext/hitimes/c/gem_make.out
from
C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/rubygems/ext/ext_conf_builder.rb:39:in `block in build'
如果我发出
> gem install hitimes
工作正常,所以问题似乎在Vagrant使用的扩展构建器中。我没有很多使用Ruby的经验我只是想开始学习使用厨师和berkshelf与流浪汉。
答案 0 :(得分:0)
这可能是由于Ruby的版本 尝试rvm来管理你的ruby环境,通过rvm下载ruby 1.9.3 那么
rvm use 1.9.3
vagrant plugin install vagrant-berkshelf