Created
August 6, 2013 14:38
-
-
Save bjhaid/6165069 to your computer and use it in GitHub Desktop.
rvm install 1.9.3 --debug
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
$ rvm install 1.9.3 --debug | |
1.9.3 - install | |
Searching for binary rubies, this might take some time. | |
Remote file does not exist https://rvm.io/binaries/mint/15/x86_64/ruby-1.9.3-p448.tar.bz2 | |
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p448.tar.bz2 | |
Remote file does not exist http://binaries.rubini.us/mint/15/x86_64/ruby-1.9.3-p448.tar.bz2 | |
rvm_remote_server_url3 not found | |
No remote file name found | |
No binary rubies available for: mint/15/x86_64/ruby-1.9.3-p448. | |
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. | |
__rvm_setup_compile_environment_setup ruby-1.9.3-p448 | |
rvm_autolibs_flag=4 | |
__rvm_setup_compile_environment_movable_early ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_requirements ruby-1.9.3-p448 | |
Checking requirements for mint. | |
requirements code for mint loaded | |
Found required packages: bash, curl, patch, bzip2, ca-certificates, gawk, g++, gcc, make, libc6-dev, patch, openssl, ca-certificates, libreadline6, libreadline6-dev, curl, zlib1g, zlib1g-dev, libssl-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, pkg-config, libffi-dev. | |
Requirements installation successful. | |
__rvm_setup_compile_environment_movable ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_osx_compiler ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_architectures ruby-1.9.3-p448 | |
rvm_architectures(0):. | |
__rvm_setup_compile_environment_gcc47plus ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_bison ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_smartos ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_sunos ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_openbsd ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_auto_conf_make ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p448 | |
__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p448 | |
found compiler: /usr/bin/gcc | |
Installing Ruby from source to: /home/bjhaid/.rvm/rubies/ruby-1.9.3-p448, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p448 - #downloading ruby-1.9.3-p448, this may take a while depending on your connection... | |
No archive, downloading | |
Running(11): curl --fail --location --max-redirs 10 --create-dirs -C - -o ruby-1.9.3-p448.tar.bz2 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2 | |
% 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:01 --:--:-- 0 | |
curl: (22) The requested URL returned error: 404 Not Found | |
The requested url does not exist(22): 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2' | |
Trying ftp:// URL instead. | |
Running(11): curl --fail --location --max-redirs 10 --create-dirs -C - -o ruby-1.9.3-p448.tar.bz2 ftp:///ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2 | |
curl: (6) Couldn't resolve host 'ftp' | |
There was an error(6), please check /home/bjhaid/.rvm/log//*.log | |
There has been an error fetching the ruby interpreter. Halting the installation. | |
__rvm_rm_rf already gone: /home/bjhaid/.rvm/tmp/1461* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment