Created
August 20, 2013 01:03
-
-
Save pferrel/6275992 to your computer and use it in GitHub Desktop.
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
pat$ rvm --debug reinstall 1.9.3 | |
1.9.3 - reinstall | |
Log prefix: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/ | |
Log filesystem: local, | |
Log max name length: 250 | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/remove.src.log | |
[2013-08-19 17:58:50] __rvm_rm_rf | |
__rvm_rm_rf () | |
{ | |
__rvm_rm_rf_verbose "$@" | |
} | |
current path: /Users/pat/guide | |
command(2): __rvm_rm_rf /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
Removing /Users/pat/.rvm/src/ruby-1.9.3-p448... | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/remove.rubies.log | |
[2013-08-19 17:58:50] __rvm_rm_rf | |
__rvm_rm_rf () | |
{ | |
__rvm_rm_rf_verbose "$@" | |
} | |
current path: /Users/pat/guide | |
command(2): __rvm_rm_rf /Users/pat/.rvm/rubies/ruby-1.9.3-p448 | |
Removing /Users/pat/.rvm/rubies/ruby-1.9.3-p448... | |
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-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/osx/10.8/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: osx/10.8/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 osx. | |
requirements code for osx loaded | |
brew seems to be writable | |
Found required packages: gcc46, autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl. | |
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/pat/.rvm/gems/ruby-1.9.3-p448/bin:/Users/pat/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/pat/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/pat/.rvm/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/local/bin:/usr/local/Cellar/ruby/1.9.3-p194/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/pat/Library/Scripts:/Users/pat/bin:/usr/local/hadoop/bin:/usr/local/mahout/bin:/Users/pat/scripts:/usr/local/bixo:/Applications/MAMP/Library/bin:/Users/pat/pear/bin:/usr/local/Cellar/git/1.7.11.3/bin:/Users/pat/utils:/usr/local/pig | |
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/libksba ) | |
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl ) | |
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date. | |
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/local/bin/gcc-4.2 | |
Installing Ruby from source to: /Users/pat/.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... | |
Archive checksum matched, not downloading | |
Downloaded archive checksum matched. | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/extract.log | |
[2013-08-19 17:58:57] __rvm_package_extract | |
__rvm_package_extract () | |
{ | |
rvm_debug __rvm_package_extract:$#: "$@"; | |
typeset __tempdir __path __file __return; | |
__return=0; | |
__tempdir="$( TMPDIR="${rvm_tmp_path}" mktemp -d -t rvm-tmp.XXXXXXXXX )"; | |
__rvm_package_extract_run "$1" "$__tempdir" || __return=$?; | |
if (( __return == 0 )); then | |
for __path in "$__tempdir"/*; | |
do | |
__file="${__path##*/}"; | |
if [[ -n "${__file}" && -e "$2/${__file}" ]]; then | |
\rm -rf "$2/${__file}" || __return=$?; | |
fi; | |
\mv -f "${__path}" "$2/" || __return=$?; | |
done; | |
fi; | |
if [[ -n "$__tempdir" ]]; then | |
\rm -rf "$__tempdir"; | |
fi; | |
return $__return | |
} | |
current path: /Users/pat/.rvm/src | |
command(3): __rvm_package_extract /Users/pat/.rvm/archives/ruby-1.9.3-p448.tar.bz2 /Users/pat/.rvm/tmp/rvm_src_1627 | |
ruby-1.9.3-p448 - #extracting ruby-1.9.3-p448 to /Users/pat/.rvm/src/ruby-1.9.3-p448. | |
__rvm_rm_rf already gone: /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
ruby-1.9.3-p448 - #extracted to /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
Trying patch 'default'. | |
Patch name 'default'. | |
Trying patch 'osx'. | |
Patch name 'osx'. | |
All found patches(0): . | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/configure.log | |
[2013-08-19 17:58:59] ./configure | |
current path: /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
command(7): ./configure --prefix=/Users/pat/.rvm/rubies/ruby-1.9.3-p448 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --disable-install-doc --without-tcl --without-tk --enable-shared | |
ruby-1.9.3-p448 - #configuring............................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/postconfigure.log | |
[2013-08-19 18:00:34] __rvm_post_configure_ruby | |
__rvm_post_configure_ruby () | |
{ | |
typeset option; | |
if (( ${rvm_static_flag:-0} == 1 )); then | |
for option in 'option nodynamic' openssl psych zlib readline; | |
do | |
__rvm_update_ext_setup ${option}; | |
done; | |
fi | |
} | |
current path: /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
command(1): __rvm_post_configure_ruby | |
ruby-1.9.3-p448 - #post-configuration | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/make.log | |
[2013-08-19 18:00:34] make | |
current path: /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
command(2): make -j8 | |
ruby-1.9.3-p448 - #compiling................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ | |
__rvm_rm_rf already gone: /Users/pat/.rvm/src/ruby-1.9.3-p448/.ext/rdoc | |
Log file: /Users/pat/.rvm/log/1376960330_ruby-1.9.3-p448/install.log | |
[2013-08-19 18:01:33] make | |
current path: /Users/pat/.rvm/src/ruby-1.9.3-p448 | |
command(2): make install | |
ruby-1.9.3-p448 - #installing......................................................................................................... | |
Running /Users/pat/.rvm/hooks/after_use_maglev | |
Running /Users/pat/.rvm/hooks/after_use_maglev | |
Running(7): curl --fail --location --max-redirs 10 -sS https://rubygems.org/api/v1/versions/rubygems-update.json | |
__rvm_rm_rf already gone: /Users/pat/.rvm/src/rubygems-2.0.7 | |
Retrieving rubygems-2.0.7 | |
There is no checksum for 'http://production.cf.rubygems.org/rubygems/rubygems-2.0.7.tgz' or 'rubygems-2.0.7.tgz', it's not possible to validate it. | |
This could be because your RVM install's list of versions is out of date. You may want to | |
update your list of rubies by running 'rvm get stable' and try again. | |
If that does not resolve the issue and you wish to continue with unverified download | |
add '--verify-downloads 1' after the command. | |
There has been an error while trying to fetch rubygems. | |
Halting the installation. | |
__rvm_rm_rf already gone: /Users/pat/.rvm/tmp/1627* | |
Maclaurin:guide pat$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment