Skip to content

Instantly share code, notes, and snippets.

@acnalesso
Created May 27, 2013 20:00
Show Gist options
  • Save acnalesso/5658828 to your computer and use it in GitHub Desktop.
Save acnalesso/5658828 to your computer and use it in GitHub Desktop.
https://github.com/wayneeseguin/rvm/issues/1925 rvm install 1.9.3 --with-gcc=gcc
$ rvm install 1.9.3 --with-gcc=gcc --debug | tee ~/Desktop/ruby1_9_output
1.9.3 - install
__rvm_setup_compile_environment_setup ruby-1.9.3-p429
rvm_autolibs_flag=disabled
__rvm_setup_compile_environment_requirements 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_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: gcc
Installing Ruby from source to: /home/nbit001/.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.
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684139_extract.log
[2013-05-27 20:48:59] __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: /home/nbit001/.rvm/src
command(3): __rvm_package_extract /home/nbit001/.rvm/archives/ruby-1.9.3-p429.tar.bz2 /home/nbit001/.rvm/tmp/rvm_src_4489
ruby-1.9.3-p429 - #extracting ruby-1.9.3-p429 to /home/nbit001/.rvm/src/ruby-1.9.3-p429.
__rvm_rm_rf already gone: /home/nbit001/.rvm/src/ruby-1.9.3-p429
ruby-1.9.3-p429 - #extracted to /home/nbit001/.rvm/src/ruby-1.9.3-p429
Trying patch 'default'.
Patch name 'default'.
All found patches(0): .
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684144_configure.log
[2013-05-27 20:49:04] ./configure
current path: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(5): ./configure --prefix=/home/nbit001/.rvm/rubies/ruby-1.9.3-p429 --with-gcc=gcc --disable-install-doc --enable-shared
ruby-1.9.3-p429 - #configuring............................................................................................................................................................................................................................................................................................................................................................................................................................................................
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684181_make.log
[2013-05-27 20:49:41] make
current path: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(2): make -j2
ruby-1.9.3-p429 - #compiling...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
__rvm_rm_rf already gone: /home/nbit001/.rvm/src/ruby-1.9.3-p429/.ext/rdoc
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684410_install.log
[2013-05-27 20:53:30] make
current path: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(2): make install
ruby-1.9.3-p429 - #installing ............................................................................................................................................................................................................................................
Running /home/nbit001/.rvm/hooks/after_use_maglev
Running /home/nbit001/.rvm/hooks/after_use_maglev
Running(7): curl --fail --location --max-redirs 10 -s https://api.github.com/repos/rubygems/rubygems/tags
Retrieving rubygems-1.8.25
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684416_rubygems.extract.log
[2013-05-27 20:53:36] __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: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(3): __rvm_package_extract /home/nbit001/.rvm/archives/rubygems-1.8.25.tgz /home/nbit001/.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: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684417_rubygems.install.log
[2013-05-27 20:53:37] /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/ruby
current path: /home/nbit001/.rvm/src/rubygems-1.8.25
command(7): env GEM_PATH=/home/nbit001/.rvm/gems/ruby-1.9.3-p429:/home/nbit001/.rvm/gems/ruby-1.9.3-p429@global:/home/nbit001/.rvm/gems/ruby-1.9.3-p429:/home/nbit001/.rvm/gems/ruby-1.9.3-p429@global GEM_HOME=/home/nbit001/.rvm/gems/ruby-1.9.3-p429 /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/ruby -d /home/nbit001/.rvm/src/rubygems-1.8.25/setup.rb --verbose
Installing rubygems-1.8.25 for ruby-1.9.3-p429.......................................................................................................................................
Installation of rubygems completed successfully.
Running /home/nbit001/.rvm/hooks/after_use_maglev
Saving wrappers to '/home/nbit001/.rvm/wrappers/ruby-1.9.3-p429'..................................
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684456_chmod.bin.log
[2013-05-27 20:54:16] chmod
current path: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(10): chmod +x /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/erb /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/gem /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/irb /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/rake /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/rdoc /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/ri /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/ruby /home/nbit001/.rvm/rubies/ruby-1.9.3-p429/bin/testrb
ruby-1.9.3-p429 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Log file: /home/nbit001/.rvm/log/ruby-1.9.3-p429/1369684456_gemsets.initial.log
[2013-05-27 20:54:16] __rvm_with
__rvm_with ()
{
( __rvm_use "$1";
shift;
"$@" || return $? )
}
current path: /home/nbit001/.rvm/src/ruby-1.9.3-p429
command(4): __rvm_with ruby-1.9.3-p429 /home/nbit001/.rvm/scripts/gemsets initial
ruby-1.9.3-p429 - #importing default gemsets, this may take time........................................
Install of ruby-1.9.3-p429 - #complete
Running /home/nbit001/.rvm/hooks/after_install_auto_gem
__rvm_rm_rf already gone: /home/nbit001/.rvm/tmp/4489*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment