Created
April 21, 2014 21:54
-
-
Save ludofleury/11157882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant plugin install vagrant-berkshelf --plugin-version 2.0.1 --verbose | |
Installing the 'vagrant-berkshelf --version '2.0.1'' plugin. This can take a few minutes... | |
Fetching source index from http://gems.hashicorp.com/ | |
Fetching gem metadata from https://rubygems.org/......... | |
Fetching additional metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using addressable (2.3.6) | |
Using multipart-post (2.0.0) | |
Using faraday (0.9.0) | |
Using berkshelf-api-client (1.2.0) | |
Using buff-extensions (0.5.0) | |
Using hashie (2.1.1) | |
Using varia_model (0.3.2) | |
Using buff-config (0.4.0) | |
Using buff-ruby_engine (0.1.0) | |
Using buff-shell_out (0.1.1) | |
Using hitimes (1.2.1) | |
Using timers (2.0.0) | |
Using celluloid (0.16.0.pre) | |
Using nio4r (1.0.0) | |
Using celluloid-io (0.16.0.pre) | |
Using minitar (0.5.4) | |
Using sawyer (0.5.4) | |
Using octokit (3.1.0) | |
Using retryable (1.3.5) | |
Using buff-ignore (1.1.1) | |
Using erubis (2.7.0) | |
Using json (1.8.1) | |
Using mixlib-log (1.6.0) | |
Using mixlib-authentication (1.3.0) | |
Using net-http-persistent (2.9.4) | |
Using semverse (1.1.0) | |
Using ridley (3.1.0) | |
Using dep-selector-libgecode (1.0.0) | |
Using ffi (1.9.3) | |
^CWaiting for cleanup before exiting... | |
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
/Applications/Vagrant/embedded/bin/ruby extconf.rb | |
checking for main() in -lgecodesupport... *** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of necessary | |
libraries and/or headers. Check the mkmf.log file for more details. You may | |
need configuration options. | |
Provided configuration options: | |
--with-opt-dir | |
--with-opt-include | |
--without-opt-include=${opt-dir}/include | |
--with-opt-lib | |
--without-opt-lib=${opt-dir}/lib | |
--with-make-prog | |
--without-make-prog | |
--srcdir=. | |
--curdir | |
--ruby=/Applications/Vagrant/embedded/bin/ruby | |
--with-gecodesupportlib | |
--without-gecodesupportlib | |
/Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:373:in `system': Interrupt | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:373:in `block in xsystem' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:310:in `open' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:363:in `xsystem' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:441:in `try_do' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:513:in `block in try_link0' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/tmpdir.rb:88:in `mktmpdir' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:510:in `try_link0' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:534:in `try_link' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:427:in `have_devel?' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:433:in `try_do' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:513:in `block in try_link0' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/tmpdir.rb:88:in `mktmpdir' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:510:in `try_link0' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:534:in `try_link' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:720:in `try_func' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:976:in `block in find_library' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:895:in `block in checking_for' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:340:in `block (2 levels) in postpone' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:310:in `open' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:340:in `block in postpone' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:310:in `open' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:336:in `postpone' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:894:in `checking_for' | |
from /Applications/Vagrant/embedded/lib/ruby/2.0.0/mkmf.rb:972:in `find_library' | |
from extconf.rb:31:in `<main>' | |
Gem files will remain installed in /Users/ludovic/.vagrant.d/gems/gems/dep_selector-1.0.2 for inspection. | |
Results logged to /Users/ludovic/.vagrant.d/gems/gems/dep_selector-1.0.2/ext/dep_gecode/gem_make.out | |
Bundler, the underlying system Vagrant uses to install plugins, | |
reported an error. The error is shown below. These errors are usually | |
caused by misconfigured plugin installations or transient network | |
issues. The error from Bundler is: | |
An error occurred while installing dep_selector (1.0.2), and Bundler cannot continue. | |
Make sure that `gem install dep_selector -v '1.0.2'` succeeds before bundling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment