Created
September 6, 2009 12:55
-
-
Save jarib/181794 to your computer and use it in GitHub Desktop.
This file contains 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
<i> Installing ruby-1.9.1-p243 | |
+__rvm_install-source:89> __rvm_run install make install | |
+__rvm_run:1> log_file_name=install | |
+__rvm_run:1> shift | |
+__rvm_run:2> command='make install' | |
+__rvm_run:3> mkdir -p /Users/jarib/.rvm/log/ruby-1.9.1-p243 | |
+__rvm_run:4> [ 1 ']' | |
+__rvm_run:4> __rvm_log debug 'Executing: make install' | |
+__rvm_log:2> case debug (debug) | |
+__rvm_log:3> shift | |
+__rvm_log:3> echo -e '\n\033[0;35m <d> \033[0m Executing: make install' | |
<d> Executing: make install | |
+__rvm_run:5> touch /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.log /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
+__rvm_run:7> [ 2 -gt 0 ']' | |
+__rvm_run:7> __rvm_log error 'There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log' | |
+__rvm_log:2> case error (debug) | |
+__rvm_log:2> case error (info) | |
+__rvm_log:2> case error (warn) | |
+__rvm_log:2> case error (fail) | |
+__rvm_log:2> case error (*) | |
+__rvm_log:7> echo -e 'error There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log' | |
error There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
+__rvm_run:7> return 1 | |
__rvm_install-source:93: no matches found: /Users/jarib/.rvm/ruby-1.9.1-p243/bin/* | |
$ less /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
+-zsh:16> less /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
$ cat !$ | |
cat /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
+-zsh:17> cat /Users/jarib/.rvm/log/ruby-1.9.1-p243/install.error.log | |
+__rvm_run:6> eval 'nice -n 0 make install' | |
+(eval):1> nice -n 0 make install | |
make: *** No rule to make target `install'. Stop. | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment