I’m getting an error after compiling Ruby 1.8.7 using RVM on Lion 10.7.1 with Xcode 4.2 GM (new MacBook).
It compiles fine but when I try to install any gem I get the following:
gem install bundler
/Users/me/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/timeout.rb:60: [BUG] Bus Error
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin11.1.0]
Abort trap: 6
Update: In the end I hope to have Xcode 4.2 installed, RVM with Ruby 1.8.7, 1.9.x installed and all working properly.
Since I had to parse through several of these answers to get things working with XCode 4.2, I thought I’d put it all together:
export CC=gcc-4.2to your ~/.bash_profile or equivalent (don’t forget to reload it)rvm implode" then re-install rvmhttp://beginrescueend.com/At this point I was able to rvm install ruby-1.8.7 (and ruby-1.9.2), and actually get my gems to install.