Skip to content

Instantly share code, notes, and snippets.

@StlTenny
Created June 21, 2013 19:58
Show Gist options
  • Save StlTenny/5833878 to your computer and use it in GitHub Desktop.
Save StlTenny/5833878 to your computer and use it in GitHub Desktop.
OSX Maverick RVM install 1.9.3.
1.9.3 - install
Searching for binary rubies, this might take some time.
Remote file does not exist https://rvm.io/binaries/osx/10.9/x86_64/ruby-1.9.3-p429.tar.bz2
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p429.tar.bz2
Remote file does not exist http://binaries.rubini.us/osx/10.9/x86_64/ruby-1.9.3-p429.tar.bz2
rvm_remote_server_url3 not found
No remote file name found
No binary rubies available for: osx/10.9/x86_64/ruby-1.9.3-p429.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
__rvm_setup_compile_environment_setup ruby-1.9.3-p429
rvm_autolibs_flag=4
__rvm_setup_compile_environment_requirements ruby-1.9.3-p429
Installing requirements for osx, might require sudo password.
requirements code for osx loaded
brew seems to be writable
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl.
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/thinds/.rvm/bin:/Users/thinds/.scripts/:/Applications/MAMP/Library/bin/:/Users/thinds/Development/android-sdk-macosx/platforms/platform-tools
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 )
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date.
__rvm_setup_compile_environment_movable ruby-1.9.3-p429
__rvm_setup_compile_environment_osx_compiler ruby-1.9.3-p429
__rvm_setup_compile_environment_architectures ruby-1.9.3-p429
rvm_architectures(0):.
__rvm_setup_compile_environment_gcc47plus ruby-1.9.3-p429
__rvm_setup_compile_environment_bison ruby-1.9.3-p429
__rvm_setup_compile_environment_smartos ruby-1.9.3-p429
__rvm_setup_compile_environment_sunos ruby-1.9.3-p429
__rvm_setup_compile_environment_openbsd ruby-1.9.3-p429
__rvm_setup_compile_environment_auto_conf_make ruby-1.9.3-p429
__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p429
__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p429
__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p429
__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p429
found compiler: /usr/local/bin/gcc-4.2
Installing Ruby from source to: /Users/thinds/.rvm/rubies/ruby-1.9.3-p429, this may take a while depending on your cpu(s)...
ruby-1.9.3-p429 - #downloading ruby-1.9.3-p429, this may take a while depending on your connection...
Archive checksum matched, not downloading
Downloaded archive checksum matched.
ruby-1.9.3-p429 - #extracted to /Users/thinds/.rvm/src/ruby-1.9.3-p429 (already extracted)
Trying patch 'default'.
Patch name 'default'.
Trying patch 'osx'.
Patch name 'osx'.
All found patches(0): .
Log file: /Users/thinds/.rvm/log/ruby-1.9.3-p429/1371844615_configure.log
[2013-06-21 15:56:55] ./configure
current path: /Users/thinds/.rvm/src/ruby-1.9.3-p429
command(7): ./configure --prefix=/Users/thinds/.rvm/rubies/ruby-1.9.3-p429 --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 --disable-install-doc --without-tcl --without-tk --enable-shared
ruby-1.9.3-p429 - #configuring........
Error running './configure --prefix=/Users/thinds/.rvm/rubies/ruby-1.9.3-p429 --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 --disable-install-doc --without-tcl --without-tk --enable-shared',
please read /Users/thinds/.rvm/log/ruby-1.9.3-p429/1371844615_configure.log
There has been an error while running configure. Halting the installation.
__rvm_rm_rf already gone: /Users/thinds/.rvm/tmp/358*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment