Created
September 6, 2009 12:09
-
-
Save jarib/181783 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
jarib :: ~/src/git/rvm> rvm 1.9.1 --debug | |
<w> ruby 1.9.1 is not installed. | |
<i> Installing Ruby from source to: /Users/jarib/.rvm/ruby-1.9.1-p243 | |
<i> Downloading ruby-1.9.1-p243, this may take a while depending on your connection... | |
<i> Extracting ruby-1.9.1-p243 ... | |
<d> Executing: tar xzf /Users/jarib/.rvm/archives/ruby-1.9.1-p243.tar.gz -C /Users/jarib/.rvm/src | |
__rvm_run:4: no such file or directory: /Users/jarib/.rvm/log/ruby-1.9.1-p243/extract.log | |
error There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/extract.error.log | |
<d> Executing: /usr/bin/autoconf | |
__rvm_run:4: no such file or directory: /Users/jarib/.rvm/log/ruby-1.9.1-p243/autoconf.log | |
error There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/autoconf.error.log | |
error There was an error, please check /Users/jarib/.rvm/log/ruby-1.9.1-p243/*.error.log | |
cp: /Users/jarib/.rvm/ruby-1.9.1-p243/.irbrc: No such file or directory | |
__rvm_use:42: no such file or directory: /Users/jarib/.rvm/ruby-1.9.1-p243/.irbrc | |
jarib :: ~> ll .rvm/ | |
total 8 | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:07 archives/ | |
drwxr-xr-x 2 jarib staff 68B Sep 6 14:06 bin/ | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:06 config/ | |
-rw-r--r-- 1 jarib staff 586B Sep 6 14:06 default | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:06 examples/ | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:07 gems/ | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:07 log/ | |
drwxr-xr-x 8 jarib staff 272B Sep 6 14:06 scripts/ | |
drwxr-xr-x 3 jarib staff 102B Sep 6 14:07 src/ | |
jarib :: ~> ll .rvm/log | |
total 0 | |
drwxr-xr-x 2 jarib staff 68B Sep 6 14:07 ruby-1.9.1-p243/ | |
jarib :: ~> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment