Created
November 25, 2009 08:37
-
-
Save macarthy/242577 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
[2009-11-25 15:14:27] ./configure | |
-bash: ./configure: No such file or directory | |
[2009-11-25 15:14:27] ./configure | |
[2009-11-25 15:14:27] /Users/macarthy/.rvm/rbx-head/bin/gem install rake --no-rdoc --no-ri -q | |
-bash: /Users/macarthy/.rvm/rbx-head/bin/gem: No such file or directory | |
[2009-11-25 15:14:27] /Users/macarthy/.rvm/rbx-head/bin/gem install rake --no-rdoc --no-ri -q | |
[2009-11-25 15:14:27] $(rvm 1.8.7 ; rake) | |
rake aborted! | |
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) | |
/Users/macarthy/.rvm/gems/ruby/1.8.7/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile' | |
(See full trace by running task with --trace) | |
[2009-11-25 15:14:27] /Users/macarthy/.rvm/rbx-head/bin/rbx gem install rake --no-rdoc --no-ri | |
-bash: /Users/macarthy/.rvm/rbx-head/bin/rbx: No such file or directory | |
[2009-11-25 15:14:27] /Users/macarthy/.rvm/rbx-head/bin/rbx gem install rake --no-rdoc --no-ri | |
[2009-11-25 15:14:27] $(rvm 1.8.7 ; rake) | |
[2009-11-25 15:14:26] git clone --depth 1 /Users/macarthy/.rvm/rbx-head | |
fatal: '/Users/macarthy/.rvm/rbx-head' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
[2009-11-25 15:14:26] git clone --depth 1 /Users/macarthy/.rvm/rbx-head | |
Initialized empty Git repository in /Users/macarthy/rbx-head/.git/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment