> Fetching source index forhttp://rubygems.org/
> Using columnize (0.3.1)
> Installing linecache (0.43) with native extensions /Users/glie/.rvm/
> rubies/jruby-1.5.3/lib/ruby/site_ruby/1.8/rubygems/installer.rb:482:in
> `build_extensions': ERROR: Failed to build gem native extension.
> (Gem::Installer::ExtensionBuildError)
>
> Ok that didn't work, maybe update?
>
> $ bundle update
> Fetching source index forhttp://rubygems.org/
> Using columnize (0.3.1)
> Installing linecache (0.43) with native extensions /Users/glie/.rvm/
> rubies/jruby-1.5.3/lib/ruby/site_ruby/1.8/rubygems/installer.rb:482:in
> `build_extensions': ERROR: Failed to build gem native extension.
> (Gem::Installer::ExtensionBuildError)
>
> Same thing. So it appears that no matter what I do I'm stuck... I
> can always delete my Gemfile.lock and then do an install with jruby
> but that's not really workable in the long run.
>
> If anyone has any ideas about what I can do to work around this
> problem
> I'd really appreciate it.
>
> Thanks,
> Steven
Did you ever resolve this issue? I'm running into the exact same
problem using rvm + jruby.
In my case, w/ jruby-1.5.3
group :development, :test do
gem 'ruby-debug-base', '= 0.10.3.2'
gem 'ruby-debug', '= 0.10.3'
end
bundle install will then run without issue (for me)