Skip to content

Instantly share code, notes, and snippets.

@thekindofme
Last active December 22, 2015 03:18
Show Gist options
  • Save thekindofme/6408814 to your computer and use it in GitHub Desktop.
Save thekindofme/6408814 to your computer and use it in GitHub Desktop.
Rubymine 5.4 Ruby 2.1 Debugging Issues
$ bundle list
Gems included by the bundle:
* actionmailer (4.0.0)
* actionpack (4.0.0)
* activemodel (4.0.0)
* activerecord (4.0.0)
* activerecord-deprecated_finders (1.0.3)
* activesupport (4.0.0)
* arel (4.0.0)
* atomic (1.1.13)
* builder (3.1.4)
* bundler (1.3.5)
* carrierwave (0.9.0)
* coffee-rails (4.0.0)
* coffee-script (2.2.0)
* coffee-script-source (1.6.3)
* erubis (2.7.0)
* execjs (2.0.0)
* hike (1.2.3)
* i18n (0.6.5)
* jbuilder (1.5.1)
* jquery-rails (3.0.4)
* json (1.8.0)
* mail (2.5.4)
* mime-types (1.24)
* minitest (4.7.5)
* multi_json (1.7.9)
* oj (2.1.4)
* polyglot (0.3.3)
* rabl (0.8.6)
* rack (1.5.2)
* rack-test (0.6.2)
* rails (4.0.0)
* railties (4.0.0)
* rake (10.1.0)
* rdoc (3.12.2)
* sass (3.2.10)
* sass-rails (4.0.0)
* sdoc (0.3.20)
* sprockets (2.10.0)
* sprockets-rails (2.0.0)
* sqlite3 (1.3.8)
* thor (0.18.1)
* thread_safe (0.1.2)
* tilt (1.4.1)
* treetop (1.4.15)
* turbolinks (1.3.0)
* tzinfo (0.3.37)
* uglifier (2.2.0)
$ gem list
*** LOCAL GEMS ***
actionmailer (4.0.0)
actionpack (4.0.0)
activemodel (4.0.0)
activerecord (4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0)
archive-tar-minitar (0.5.2)
arel (4.0.0)
atomic (1.1.13)
bcrypt-ruby (3.1.1)
bigdecimal (1.2.1)
builder (3.1.4)
bundler (1.3.5)
bundler-unload (1.0.1)
carrierwave (0.9.0)
coffee-rails (4.0.0)
coffee-script (2.2.0)
coffee-script-source (1.6.3)
debase (0.0.7)
debugger-ruby_core_source (1.2.3)
devise (3.0.0.rc)
erubis (2.7.0)
execjs (2.0.0)
hike (1.2.3)
i18n (0.6.5)
io-console (0.4.2)
jbuilder (1.5.1)
jquery-rails (3.0.4)
json (1.8.0, 1.7.7)
mail (2.5.4)
mime-types (1.24)
minitest (4.7.5)
multi_json (1.7.9)
oj (2.1.4)
orm_adapter (0.4.0)
polyglot (0.3.3)
psych (2.0.0)
rabl (0.8.6)
rack (1.5.2)
rack-test (0.6.2)
rails (4.0.0)
railties (4.0.0)
rake (10.1.0, 0.9.6)
rbx-require-relative (0.0.9)
rdoc (4.0.0, 3.12.2)
ruby-debug-ide (0.4.18, 0.4.17)
ruby_core_source (0.1.5)
rubygems-bundler (1.2.2)
rvm (1.11.3.8)
sass (3.2.10)
sass-rails (4.0.0)
sdoc (0.3.20)
sprockets (2.10.0)
sprockets-rails (2.0.0)
sqlite3 (1.3.8)
test-unit (2.1.0.0)
thor (0.18.1)
thread_safe (0.1.2)
tilt (1.4.1)
treetop (1.4.15)
turbolinks (1.3.0)
tzinfo (0.3.37)
uglifier (2.2.0)
warden (1.2.3)
$ rvm list
rvm rubies
ruby-1.9.3-head [ x86_64 ]
* ruby-1.9.3-p429 [ x86_64 ]
ruby-2.0.0-p195 [ x86_64 ]
=> ruby-head [ x86_64 ]
# => - current
# =* - current && default
# * - default
ruby -v
ruby 2.1.0dev (2013-08-26) [x86_64-darwin12.4.0]
Error running Development: schedaroo_server_2
Failed to Install Gems. Following gems were not installed:
linecache (0.46): Error installing linecache:
ERROR: Failed to build gem native extension. /Users/yasith/.rvm/rubies/ruby-head/bin/ruby extconf.rb Can't handle 1.9.x yet *** 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=/Users/yasith/.rvm/rubies/ruby-head/bin/ruby Gem files will remain installed in /Users/yasith/.rvm/gems/ruby-head/gems/linecache-0.46 for inspection. Results logged to /Users/yasith/.rvm/gems/ruby-head/gems/linecache-0.46/ext/gem_make.out
/Applications/RubyMine.app/rb/gems/ruby-debug-base-0.10.5.rc1.gem: Error installing ruby-debug-base-0.10.5.rc1.gem:
ERROR: Failed to build gem native extension. /Users/yasith/.rvm/rubies/ruby-head/bin/ruby extconf.rb Can't handle 1.9.x yet *** 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=/Users/yasith/.rvm/rubies/ruby-head/bin/ruby Gem files will remain installed in /Users/yasith/.rvm/gems/ruby-head/gems/linecache-0.46 for inspection. Results logged to /Users/yasith/.rvm/gems/ruby-head/gems/linecache-0.46/ext/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment