cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

install debugger not supported ruby 2.1.0 #111

Closed peterwillcn closed 10 years ago

peterwillcn commented 10 years ago

Installing debugger-ruby_core_source (1.3.0)

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

/usr/local/var/rbenv/versions/2.1.0/bin/ruby extconf.rb 

Ruby version 2.1.0 is not supported. * 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 --without-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/var/rbenv/versions/2.1.0/bin/ruby

extconf failed, exit code 1

Gem files will remain installed in /use/xxxx/vendor/bundle/ruby/2.1.0/gems/debugger-1.6.4 for inspection. Results logged to /use/xxxx/vendor/bundle/ruby/2.1.0/extensions/x86_64-darwin-13/2.1.0-static/debugger-1.6.4/gem_make.out

An error occurred while installing debugger (1.6.4), and Bundler cannot continue. Make sure that gem install debugger -v '1.6.4' succeeds before bundling.

cldwalker commented 10 years ago

Thanks for reporting your issue! This is one of my 26 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

jeroenj commented 10 years ago

This is a duplicate of #110.

tagliala commented 10 years ago

And #110 is a duplicate of #109, that was closed

cldwalker commented 10 years ago

2.1.0 should be installable now

shivanibhanwal commented 10 years ago

I do not see it happening. I have ruby-2.1.0preview2 and i am getting same error

ruby-2.1.0-preview2/bin/ruby extconf.rb
checking for rb_method_entry_t.called_id in method.h... no
checking for rb_control_frame_t.method_id in method.h... no
Makefile creation failed
**************************************************************************
No source for ruby-2.1.0 (revision 43807) provided with debugger-ruby_core_source gem.
**************************************************************************
*** extconf.rb failed ***