Skip to content

Instantly share code, notes, and snippets.

@Demuxx
Created March 7, 2013 04:53
Show Gist options
  • Save Demuxx/5105647 to your computer and use it in GitHub Desktop.
Save Demuxx/5105647 to your computer and use it in GitHub Desktop.
failed to bundle install balancir on ruby 2.0.0-p0
michael@michael-VirtualBox:~/Documents/Dev/balancir/spec/lib/balancir$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Installing awesome_print (1.1.0)
Installing facter (1.6.17)
Installing timers (1.1.0)
Installing celluloid (0.12.4)
Installing excon (0.19.5)
Using balancir (0.0.1) from source at /home/michael/Documents/Dev/balancir
Installing coderay (1.0.9)
Installing columnize (0.3.6)
Installing debugger-ruby_core_source (1.1.9)
Installing debugger-linecache (1.1.2)
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/local/rvm/rubies/ruby-2.0.0-p0/bin/ruby extconf.rb
checking for vm_core.h... no
checking for vm_core.h... no
Makefile creation failed
**************************************************************************
No source for ruby-2.0.0-p0 provided with debugger-ruby_core_source gem.
**************************************************************************
*** 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=/usr/local/rvm/rubies/ruby-2.0.0-p0/bin/ruby
--with-ruby-dir
--without-ruby-dir
--with-ruby-include
--without-ruby-include=${ruby-dir}/include
--with-ruby-lib
--without-ruby-lib=${ruby-dir}/
Gem files will remain installed in /usr/local/rvm/gems/ruby-2.0.0-p0/gems/debugger-linecache-1.1.2 for inspection.
Results logged to /usr/local/rvm/gems/ruby-2.0.0-p0/gems/debugger-linecache-1.1.2/ext/trace_nums/gem_make.out
An error occurred while installing debugger-linecache (1.1.2), and Bundler cannot continue.
Make sure that `gem install debugger-linecache -v '1.1.2'` succeeds before bundling.
@mkb
Copy link

mkb commented Mar 7, 2013

Alas, the debugger doesn't work under 2.0.0 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment