Created
February 18, 2012 06:43
-
-
Save nulltask/1857891 to your computer and use it in GitHub Desktop.
rvm install 1.9.3-p125
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
| ma:~ nulltask$ rvm install 1.9.3-p125 --with-gcc=clang | |
| Fetching yaml-0.1.4.tar.gz to /Users/nulltask/.rvm/archives | |
| Extracting yaml-0.1.4.tar.gz to /Users/nulltask/.rvm/src | |
| Configuring yaml in /Users/nulltask/.rvm/src/yaml-0.1.4. | |
| Compiling yaml in /Users/nulltask/.rvm/src/yaml-0.1.4. | |
| Installing yaml to /Users/nulltask/.rvm/usr | |
| Installing Ruby from source to: /Users/nulltask/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)... | |
| ruby-1.9.3-p125 - #fetching | |
| ruby-1.9.3-p125 - #extracted to /Users/nulltask/.rvm/src/ruby-1.9.3-p125 (already extracted) | |
| ruby-1.9.3-p125 - #configuring | |
| ruby-1.9.3-p125 - #compiling | |
| ruby-1.9.3-p125 - #installing | |
| Retrieving rubygems-1.8.15 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 245k 100 245k 0 0 167k 0 0:00:01 0:00:01 --:--:-- 752k | |
| Extracting rubygems-1.8.15 ... | |
| Removing old Rubygems files... | |
| Installing rubygems-1.8.15 for ruby-1.9.3-p125 ... | |
| Installation of rubygems completed successfully. | |
| ruby-1.9.3-p125 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
| ruby-1.9.3-p125 - #importing default gemsets (/Users/nulltask/.rvm/gemsets/) | |
| Install of ruby-1.9.3-p125 - #complete | |
| ma:~ nulltask$ | |
| ma:~ nulltask$ ruby -v | |
| ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] | |
| ma:~ nulltask$ rvm use 1.9.3-p125 | |
| Using /Users/nulltask/.rvm/gems/ruby-1.9.3-p125 | |
| ma:~ nulltask$ ruby -v | |
| ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0] |
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
| ma:~ nulltask$ rvm install 1.9.3-p125 | |
| Fetching yaml-0.1.4.tar.gz to /Users/nulltask/.rvm/archives | |
| Extracting yaml-0.1.4.tar.gz to /Users/nulltask/.rvm/src | |
| Configuring yaml in /Users/nulltask/.rvm/src/yaml-0.1.4. | |
| Compiling yaml in /Users/nulltask/.rvm/src/yaml-0.1.4. | |
| Installing yaml to /Users/nulltask/.rvm/usr | |
| Installing Ruby from source to: /Users/nulltask/.rvm/rubies/ruby-1.9.3-p125, this may take a while depending on your cpu(s)... | |
| ruby-1.9.3-p125 - #fetching | |
| ruby-1.9.3-p125 - #downloading ruby-1.9.3-p125, this may take a while depending on your connection... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 9505k 100 9505k 0 0 74206 0 0:02:11 0:02:11 --:--:-- 97182 | |
| ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /Users/nulltask/.rvm/src/ruby-1.9.3-p125 | |
| ruby-1.9.3-p125 - #extracted to /Users/nulltask/.rvm/src/ruby-1.9.3-p125 | |
| ruby-1.9.3-p125 - #configuring | |
| Error running ' ./configure --prefix=/Users/nulltask/.rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/nulltask/.rvm/usr ', please read /Users/nulltask/.rvm/log/ruby-1.9.3-p125/configure.log | |
| There has been an error while running configure. Halting the installation. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://null.ly/post/17811484705/rvm-ruby-1-9-3-p125