Skip to content

Instantly share code, notes, and snippets.

@schmurfy
Created April 27, 2011 12:30
Show Gist options
  • Save schmurfy/944167 to your computer and use it in GitHub Desktop.
Save schmurfy/944167 to your computer and use it in GitHub Desktop.
rvm_error
$ rvm -v
rvm 1.6.4 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
$ sudo rvm install 1.8.7-p334
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.8.7-p334, this may take a while depending on your cpu(s)...
ruby-1.8.7-p334 - #fetching
ruby-1.8.7-p334 - #extracting ruby-1.8.7-p334 to /usr/local/rvm/src/ruby-1.8.7-p334
ERROR: Error running 'bunzip2 < '/usr/local/rvm/archives/ruby-1.8.7-p334.tar.bz2' | tar xf --no-same-owner - -C /usr/local/rvm/tmp/rvm_src_10220', please read /usr/local/rvm/log/ruby-1.8.7-p334/extract.log
ERROR: There has been an error while trying to extract the source.
Halting the installation.
ERROR: There has been an error fetching the ruby interpreter. Halting the installation.
$ cat /usr/local/rvm/log/ruby-1.8.7-p334/extract.log
[2011-04-27 12:20:23] bunzip2 < '/usr/local/rvm/archives/ruby-1.8.7-p334.tar.bz2' | tar xf --no-same-owner - -C /usr/local/rvm/tmp/rvm_src_8187
tar: --no-same-owner: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment