-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with dependencies in Rails 4.0.1 #16
Comments
Seems like an issue with the Have you upgraded to Mavericks but didn't recompile your ruby? |
Hmm, I tried recompiling, but it didn't change anything. Any other ideas? Thanks! |
Does running |
Hi, Thanks for helping. It looks like it must be a debugger problem. The log file reads: /Users/benlewis/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb
*** 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=/Users/benlewis/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
/Users/benlewis/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require': cannot load such file -- debugger/ruby_core_source (LoadError)
from /Users/benlewis/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:51:in `require'
from extconf.rb:16:in `<main>' |
Also, is this the pry-debugger, or ruby-debug gem? |
I use Mavericks and rbenv to manage my ruby environment. I have no problems - only with pry itself. But that's a bug in pry-0.9.12.4. |
debugger is the gem from https://github.com/cldwalker/debugger. pry-debugger, this gem, is some glue between debugger and pry, the two upstream gems that provide the bulk of functionality. |
Ah, I misread which project I'm managing. This gem is jazz_hands, not pry-debugger. Anyhow, you might want to try the "bring-your-own-debugger" branch as mentioned in #12 to get jazz_hands working. Since you look to be using Ruby 2.0.0, just add pry-byebug to your Gemfile right after. |
Thanks! That worked like a charm! |
Hi,
I'm trying to get jazz_hands working on a Rails 4.0.1 project, but am getting this error:
Installing debugger (1.6.2)
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
*** extconf.rb failed ***
...
An error occurred while installing debugger (1.6.2), and Bundler cannot continue.
Make sure that
gem install debugger -v '1.6.2'
succeeds before bundling.The text was updated successfully, but these errors were encountered: