Created
March 20, 2013 14:13
-
-
Save reybango/5204957 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
Reys-MacBook-Air:~ rey$ 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/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 | |
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2 | |
Remote file does not exist http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 | |
rvm_remote_server_url3 not found | |
No remote file name found | |
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392. | |
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies. | |
__rvm_setup_compile_environment_requirements ruby-1.9.3-p392 | |
Installing requirements for osx/10.8/x86_64, might require sudo password | |
Skipping `brew update` make sure your formulas are up to date. | |
Found required packages: autoconf, automake, libtool, pkg-config, apple-gcc42, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite. | |
Skipping update of certificates in '/usr/local/etc/openssl/cert.pem'. | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libxml2 ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libxslt ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/sqlite ) | |
__rvm_setup_compile_environment_osx_gcc ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_architectures ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_gcc47 ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_bison ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_smartos ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_sunos ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_openbsd ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_auto_conf_make ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p392 | |
__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p392 | |
found compiler: /usr/local/bin/gcc-4.2 | |
Installing Ruby from source to: /Users/rey/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection... | |
Fetching: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2 | |
Fetch command: curl -f -L --create-dirs -C - -o ruby-1.9.3-p392.tar.bz2 | |
Archive checksum matched, not downloading | |
Downloaded archive checksum matched. | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/extract.log | |
[2013-03-20 10:08:41] __rvm_package_extract | |
__rvm_package_extract () | |
{ | |
rvm_debug __rvm_package_extract:$#: "$@"; | |
[[ -d "$2" ]] || mkdir -p "$2"; | |
case "$1" in | |
*.zip) | |
unzip -q -o "$1" -d "$2" | |
;; | |
*.tar.bz2) | |
if [[ -n "$ZSH_VERSION" ]]; then | |
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${=rvm_tar_options:-}; | |
else | |
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${rvm_tar_options:-}; | |
fi | |
;; | |
*.tar.gz | *.tgz) | |
if [[ -n "$ZSH_VERSION" ]]; then | |
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${=rvm_tar_options:-}; | |
else | |
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${rvm_tar_options:-}; | |
fi | |
;; | |
*) | |
return 199 | |
;; | |
esac && __rvm_fix_group_permissions "$2" | |
} | |
current path: /Users/rey/.rvm/src | |
command(3): __rvm_package_extract /Users/rey/.rvm/archives/ruby-1.9.3-p392.tar.bz2 /Users/rey/.rvm/tmp/rvm_src_93751 | |
ruby-1.9.3-p392 - #extracting ruby-1.9.3-p392 to /Users/rey/.rvm/src/ruby-1.9.3-p392. | |
__rvm_rm_rf already gone: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
ruby-1.9.3-p392 - #extracted to /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
Trying patch 'default'. | |
Patch name 'default'. | |
All found patches(0): . | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/configure.log | |
[2013-03-20 10:08:44] ./configure | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(7): ./configure --prefix=/Users/rey/.rvm/rubies/ruby-1.9.3-p392 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared | |
ruby-1.9.3-p392 - #configuring.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/make.log | |
[2013-03-20 10:09:07] make | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(2): make -j4 | |
ruby-1.9.3-p392 - #compiling.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
__rvm_rm_rf already gone: /Users/rey/.rvm/src/ruby-1.9.3-p392/.ext/rdoc | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/install.log | |
[2013-03-20 10:10:22] make | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(2): make install | |
ruby-1.9.3-p392 - #installing ......................................................................................................... | |
Running /Users/rey/.rvm/hooks/after_use_maglev | |
Running /Users/rey/.rvm/hooks/after_use_maglev | |
Retrieving rubygems-1.8.25 | |
Fetching: http://production.cf.rubygems.org/rubygems/rubygems-1.8.25.tgz | |
Fetch command: curl -f -L --create-dirs -C - -o rubygems-1.8.25.tgz | |
Archive checksum matched, not downloading | |
Downloaded archive checksum matched. | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/rubygems.extract.log | |
[2013-03-20 10:10:24] __rvm_package_extract | |
__rvm_package_extract () | |
{ | |
rvm_debug __rvm_package_extract:$#: "$@"; | |
[[ -d "$2" ]] || mkdir -p "$2"; | |
case "$1" in | |
*.zip) | |
unzip -q -o "$1" -d "$2" | |
;; | |
*.tar.bz2) | |
if [[ -n "$ZSH_VERSION" ]]; then | |
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${=rvm_tar_options:-}; | |
else | |
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${rvm_tar_options:-}; | |
fi | |
;; | |
*.tar.gz | *.tgz) | |
if [[ -n "$ZSH_VERSION" ]]; then | |
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${=rvm_tar_options:-}; | |
else | |
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${rvm_tar_options:-}; | |
fi | |
;; | |
*) | |
return 199 | |
;; | |
esac && __rvm_fix_group_permissions "$2" | |
} | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(3): __rvm_package_extract /Users/rey/.rvm/archives/rubygems-1.8.25.tgz /Users/rey/.rvm/src | |
Extracting rubygems-1.8.25 .... | |
Removing old Rubygems files... | |
__rvm_rm_rf already gone: /ubygems.rb | |
__rvm_rm_rf already gone: /gauntlet_rubygems.rb | |
__rvm_rm_rf already gone: /rbconfig/ | |
__rvm_rm_rf already gone: /rubygems* | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/rubygems.install.log | |
[2013-03-20 10:10:25] /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/ruby | |
current path: /Users/rey/.rvm/src/rubygems-1.8.25 | |
command(7): env GEM_PATH=/Users/rey/.rvm/gems/ruby-1.9.3-p392:/Users/rey/.rvm/gems/ruby-1.9.3-p392@global:/Users/rey/.rvm/gems/ruby-1.9.3-p392:/Users/rey/.rvm/gems/ruby-1.9.3-p392@global GEM_HOME=/Users/rey/.rvm/gems/ruby-1.9.3-p392 /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -d /Users/rey/.rvm/src/rubygems-1.8.25/setup.rb --verbose | |
Installing rubygems-1.8.25 for ruby-1.9.3-p392....................................................................................................................................... | |
Installation of rubygems completed successfully. | |
Running /Users/rey/.rvm/hooks/after_use_maglev | |
Saving wrappers to '/Users/rey/.rvm/wrappers/ruby-1.9.3-p392'..................... | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/chmod.bin.log | |
[2013-03-20 10:10:47] chmod | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(10): chmod +x /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/erb /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/gem /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/irb /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/rake /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/rdoc /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/ri /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/ruby /Users/rey/.rvm/rubies/ruby-1.9.3-p392/bin/testrb | |
ruby-1.9.3-p392 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
Log file: /Users/rey/.rvm/log/ruby-1.9.3-p392/gemsets.initial.log | |
[2013-03-20 10:10:48] __rvm_with | |
__rvm_with () | |
{ | |
( __rvm_use "$1"; | |
shift; | |
"$@" || return $? ) | |
} | |
current path: /Users/rey/.rvm/src/ruby-1.9.3-p392 | |
command(4): __rvm_with ruby-1.9.3-p392 /Users/rey/.rvm/scripts/gemsets initial | |
ruby-1.9.3-p392 - #importing default gemsets, this may take time ........................................... | |
Install of ruby-1.9.3-p392 - #complete | |
Ruby 'ruby-1.9.3-p392' was built using clang - but it's not (fully) supported, expect errors. | |
Running /Users/rey/.rvm/hooks/after_install_auto_gem | |
Running /Users/rey/.rvm/hooks/after_use_maglev | |
__rvm_rm_rf already gone: /Users/rey/.rvm/tmp/93751* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment