This project is archived and is in readonly mode.

#4828 ✓invalid
Rohit Arondekar

ruby-debug can't be installed on JRuby

Reported by Rohit Arondekar | June 11th, 2010 @ 03:41 AM

ruby-debug is included in the Gemfile for JRuby which causes the following on bundle install (in rails source):


WARNING: JRuby does not support native extensions or the `mkmf' library.
         Check http://kenai.com/projects/jruby/pages/Home for alternatives.

The full output is here => http://pastie.org/1000314

Removing ruby-debug from the Gemfile works. I don't know if there is an alternative to ruby-debug for JRuby. In case there isn't I've made a patch that removes ruby-debug for JRuby engine.

P.S Also in an app, gem sqlite3-ruby cannot be build, the alternative is to use gem 'activerecord-jdbcsqlite3-adapter' — but that needs to be done manually by the user I guess?

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Pages