Created
October 14, 2010 02:09
-
-
Save hammerdr/625415 to your computer and use it in GitHub Desktop.
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
DH6256s-MacBook-Pro:~ ThoughtWorks$ rvm install rbx | |
rbx-1.1.0-20100923 installing #dependencies | |
rbx-1.1.0-20100923 #downloading (rubinius-1.1.0-20100923.tar.gz), this may take a while depending on your connection... | |
rbx-1.1.0-20100923 - #extracting | |
rbx-1.1.0-20100923 - #configuring | |
rbx-1.1.0-20100923 - #compiling | |
Error running '/Users/ThoughtWorks/.rvm/wrappers/ruby-1.8.7-p302/rake install', please check /Users/ThoughtWorks/.rvm/log/rbx-1.1.0-20100923/rake.error.log | |
There has been an error while running '/Users/ThoughtWorks/.rvm/wrappers/ruby-1.8.7-p302/ruby ./configure --prefix=/Users/ThoughtWorks/.rvm/rubies/rbx-1.1.0-20100923 --skip-system'. | |
Halting the installation. | |
DH6256s-MacBook-Pro:~ ThoughtWorks$ more ~/.rvm/log/rbx-1.1.0-20100923/rake.error.log | |
[2010-10-13 21:04:32] /Users/ThoughtWorks/.rvm/wrappers/ruby-1.8.7-p302/rake install | |
/Library/Ruby/Site/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rake (>= 0) (Gem::LoadError) | |
from /Library/Ruby/Site/1.8/rubygems.rb:214:in `activate' | |
from /Library/Ruby/Site/1.8/rubygems.rb:1082:in `gem' | |
from /usr/bin/rake:18 | |
[2010-10-13 21:05:51] /Users/ThoughtWorks/.rvm/wrappers/ruby-1.8.7-p302/rake install | |
/Library/Ruby/Site/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rake (>= 0) (Gem::LoadError) | |
from /Library/Ruby/Site/1.8/rubygems.rb:214:in `activate' | |
from /Library/Ruby/Site/1.8/rubygems.rb:1082:in `gem' | |
from /usr/bin/rake:18 | |
[2010-10-13 21:08:40] /Users/ThoughtWorks/.rvm/wrappers/ruby-1.8.7-p302/rake install | |
/Library/Ruby/Site/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rake (>= 0) (Gem::LoadError) | |
from /Library/Ruby/Site/1.8/rubygems.rb:214:in `activate' | |
from /Library/Ruby/Site/1.8/rubygems.rb:1082:in `gem' | |
from /usr/bin/rake:18 | |
DH6256s-MacBook-Pro:~ ThoughtWorks$ rake --version | |
rake, version 0.8.7 | |
DH6256s-MacBook-Pro:~ ThoughtWorks$ rvm --version | |
rvm 1.0.14 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
DH6256s-MacBook-Pro:~ ThoughtWorks$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment