Created
April 13, 2012 23:37
-
-
Save livoffgrid/2380995 to your computer and use it in GitHub Desktop.
ruby 1.9.3 errors
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
| ``` | |
| boob:rails lash$ rvm install 1.9.3 --with-gcc=clang | |
| Fetching yaml-0.1.4.tar.gz to /Users/lash/.rvm/archives | |
| Extracting yaml-0.1.4.tar.gz to /Users/lash/.rvm/src | |
| Configuring yaml in /Users/lash/.rvm/src/yaml-0.1.4. | |
| Compiling yaml in /Users/lash/.rvm/src/yaml-0.1.4. | |
| Installing yaml to /Users/lash/.rvm/usr | |
| clang: error: unsupported option '--with-libyaml' | |
| Installing Ruby from source to: /Users/lash/.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 354k 0 0:00:26 0:00:26 --:--:-- 752k | |
| ruby-1.9.3-p125 - #extracting ruby-1.9.3-p125 to /Users/lash/.rvm/src/ruby-1.9.3-p125 | |
| ruby-1.9.3-p125 - #extracted to /Users/lash/.rvm/src/ruby-1.9.3-p125 | |
| ruby-1.9.3-p125 - #configuring | |
| ruby-1.9.3-p125 - #compiling | |
| ruby-1.9.3-p125 - #installing | |
| Retrieving rubygems-1.8.22 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
| curl: (22) The requested URL returned error: 404 | |
| The requested url does not exist: 'http://production.cf.rubygems.org/rubygems/rubygems-1.8.22.tgz' | |
| Trying ftp:// URL instead. | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 | |
| curl: (7) couldn't connect to host | |
| There was an error, please check /Users/lash/.rvm/log/ruby-1.9.3-p125/*.log | |
| There has been an error while trying to fetch the source. | |
| Halting the installation. | |
| ruby-1.9.3-p125 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
| ruby-1.9.3-p125 - #importing default gemsets (/Users/lash/.rvm/gemsets/) | |
| Install of ruby-1.9.3-p125 - #complete | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment