Skip to content

Instantly share code, notes, and snippets.

@amir20
Created October 31, 2012 04:21
Show Gist options
  • Save amir20/3984775 to your computer and use it in GitHub Desktop.
Save amir20/3984775 to your computer and use it in GitHub Desktop.
$ rvm reinstall 1.9.3 --debug
1.9.3 - reinstall
Removing /Users/amirraminfar/.rvm/src/ruby-1.9.3-p286...
/Users/amirraminfar/.rvm/rubies/ruby-1.9.3-p286 has already been removed.
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p286.tar.bz2
Found remote file https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p286.tar.bz2
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p286.tar.bz2 - #configure
ruby-1.9.3-p286 - #download
Fetching: https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p286.tar.bz2?rvm=1.16.17
Fetch command: curl -f -L --create-dirs -C - -o bin-ruby-1.9.3-p286.tar.bz2
There is no checksum for 'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p286.tar.bz2?rvm=1.16.17' or 'bin-ruby-1.9.3-p286.tar.bz2', it's not possible to validate it.
If you wish to continue with unverified download add '--verify-downloads 1' after the command.
Downloading https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p286.tar.bz2 failed.
Mounting remote ruby failed, trying to compile.
lipo: can't open input file: (No such file or directory)
Fetching yaml-0.1.4.tar.gz to /Users/amirraminfar/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Extracting yaml to /Users/amirraminfar/.rvm/src/yaml-0.1.4
Configuring yaml in /Users/amirraminfar/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/amirraminfar/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/amirraminfar/.rvm/usr
__rvm_update_configure_env(1):CFLAGS=-I/Users/amirraminfar/.rvm/usr/include:
__rvm_update_configure_env(1):LDFLAGS=-L/Users/amirraminfar/.rvm/usr/lib:
found compiler: /usr/local/bin/gcc-4.2
Installing Ruby from source to: /Users/amirraminfar/.rvm/rubies/ruby-1.9.3-p286, this may take a while depending on your cpu(s)...
ruby-1.9.3-p286 - #downloading ruby-1.9.3-p286, this may take a while depending on your connection...
ruby-1.9.3-p286 - #extracting ruby-1.9.3-p286 to /Users/amirraminfar/.rvm/src/ruby-1.9.3-p286
ruby-1.9.3-p286 - #extracted to /Users/amirraminfar/.rvm/src/ruby-1.9.3-p286
Trying patch 'cflags'.
Partch name 'cflags'.
Patch expanded_name 'cflags%1'.
Trying patch 'default'.
Partch name 'default'.
All found patches(1): cflags%1.
Patch full path '/Users/amirraminfar/.rvm/patches/ruby/1.9.3/p286/cflags.patch'.
Applying patch /Users/amirraminfar/.rvm/patches/ruby/1.9.3/p286/cflags.patch
ruby-1.9.3-p286 - #autoreconf
ruby-1.9.3-p286 - #configuring
ruby-1.9.3-p286 - #compiling
Error running 'make', please read /Users/amirraminfar/.rvm/log/ruby-1.9.3-p286/make.log
There has been an error while running make. Halting the installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment