Skip to content

Instantly share code, notes, and snippets.

@PeteTheSadPanda
Created September 27, 2012 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PeteTheSadPanda/3796972 to your computer and use it in GitHub Desktop.
Save PeteTheSadPanda/3796972 to your computer and use it in GitHub Desktop.
~ ☊ CC=/usr/local/bin/gcc-4.2 rvm reinstall 1.8.7 --debug
1.8.7 - reinstall
/Users/pbiegaj/.rvm/src/ruby-1.8.7-p370 has already been removed.
/Users/pbiegaj/.rvm/rubies/ruby-1.8.7-p370 has already been removed.
No binary rubies available for: ///ruby-1.8.7-p370.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
found compiler: /usr/local/bin/gcc-4.2
Installing Ruby from source to: /Users/pbiegaj/.rvm/rubies/ruby-1.8.7-p370, this may take a while depending on your cpu(s)...
ruby-1.8.7-p370 - #downloading ruby-1.8.7-p370, this may take a while depending on your connection...
[2012-09-27 15:58:01] /Users/pbiegaj/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2
current path: /Users/pbiegaj/.rvm/src
command(2): /Users/pbiegaj/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2
ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/pbiegaj/.rvm/src/ruby-1.8.7-p370
[2012-09-27 15:58:19] tar xjf /Users/pbiegaj/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/pbiegaj/.rvm/tmp/rvm_src_17638
current path: /Users/pbiegaj/.rvm/src
command(5): tar xjf /Users/pbiegaj/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/pbiegaj/.rvm/tmp/rvm_src_17638
ruby-1.8.7-p370 - #extracted to /Users/pbiegaj/.rvm/src/ruby-1.8.7-p370
Trying patch 'default'.
Partch name 'default'.
Patch expanded_name 'stdout-rouge-fix'.
Patch expanded_name 'no_sslv2'.
All found patches(2): stdout-rouge-fix no_sslv2.
Patch full path '/Users/pbiegaj/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch'.
Applying patch /Users/pbiegaj/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch
[2012-09-27 15:58:20] patch -F 25 -p1 -N -f -i /Users/pbiegaj/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch
current path: /Users/pbiegaj/.rvm/src/ruby-1.8.7-p370
command(8): patch -F 25 -p1 -N -f -i /Users/pbiegaj/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch
Patch full path '/Users/pbiegaj/.rvm/patches/ruby/1.8.7/no_sslv2.diff'.
Applying patch /Users/pbiegaj/.rvm/patches/ruby/1.8.7/no_sslv2.diff
[2012-09-27 15:58:20] patch -F 25 -p1 -N -f -i /Users/pbiegaj/.rvm/patches/ruby/1.8.7/no_sslv2.diff
current path: /Users/pbiegaj/.rvm/src/ruby-1.8.7-p370
command(8): patch -F 25 -p1 -N -f -i /Users/pbiegaj/.rvm/patches/ruby/1.8.7/no_sslv2.diff
Skipping configure step, 'configure' does not exist, did autoreconf not run successfully?
ruby-1.8.7-p370 - #compiling
[2012-09-27 15:58:20] make
current path: /Users/pbiegaj/.rvm/src
command(1): make
Error running 'make', please read /Users/pbiegaj/.rvm/log/ruby-1.8.7-p370/make.log
There has been an error while running make. Halting the installation.
Please be aware that you just installed a ruby that requires 2 patches just to be compiled on up to date linux system.
This may have known and unaccounted for security vulnerabilities.
Please consider upgrading to Ruby 1.9.3-194 which will have all of the latest security patches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment