Created
January 16, 2010 18:34
-
-
Save jtrupiano/278941 to your computer and use it in GitHub Desktop.
rvm + ruby 1.8.7 giving me problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| john-mbp:rails john$ gem install timecop | |
| /Users/john/.rvm/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:232: warning: getc is obsolete; use STDIN.getc instead | |
| ^CERROR: Interrupted | |
| john-mbp:rails john$ gem install timecop --no-rdoc --no-ri | |
| Successfully installed timecop-0.3.4 | |
| 1 gem installed | |
| john-mbp:rails john$ gem install rails --no-rdoc --no-ri | |
| /Users/john/.rvm/ruby-1.8.7-p248/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:245: [BUG] Segmentation fault | |
| ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin9.8.0] | |
| Abort trap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment