Created
July 9, 2010 15:14
-
-
Save rbriank/469587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brian@ubuntu:~$ rvm update --head | |
rvm 0.1.41 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
From git://github.com/wayneeseguin/rvm | |
* branch master -> FETCH_HEAD | |
Already up-to-date. | |
RVM: shell scripts which allow management of multiple ruby interpreters and environments. | |
RTFM: http://rvm.beginrescueend.com/ | |
HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) | |
* Upgrading the RVM installation in /home/brian/.rvm/ | |
brian, | |
Thank you for using rvm. I hope that it makes your work easier and more enjoyable. | |
If you have any questions, issues and/or ideas for improvement please hop in #rvm on irc.freenode.net and let me know. | |
My irc nickname is 'wayneeseguin' and I hang out from ~09:00-17:00EST and again from ~21:00EST-~00:00EST. | |
If I do not respond right away, please hang around after asking your question, I will respond as soon as I am back. | |
Be sure to get head often as rvm development happens fast, you can do this by typing 'rvm update --head'. | |
w⦿‿⦿t! | |
~ Wayne | |
Upgrade Notes | |
* 'rvm notes' tells you OS dependency packages for installing rubies. | |
* If you encounter any issues with a ruby your best bet is to 'rvm remove X ; rvm install X' | |
* 1.8.7 default patchlevel is p174, override ~/.rvm/config/db in ~/.rvm/config/user | |
* Gemset separator is '@' and will remain unless any rubies error using it. | |
Upgrade of RVM in /home/brian/.rvm/ is complete. | |
brian@ubuntu:~$ rvm list | |
rvm rubies | |
brian@ubuntu:~$ rvm package install zlib | |
info: Fetching zlib-1.2.5.tar.gz to /home/brian/.rvm/archives | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 531k 100 531k 0 0 85223 0 0:00:06 0:00:06 --:--:-- 130k | |
info: Extracting zlib-1.2.5.tar.gz to /home/brian/.rvm/src | |
error: Error running 'tar zxf /home/brian/.rvm/archives/zlib-1.2.5.tar.gz -C /home/brian/.rvm/src', please check /home/brian/.rvm/log/zlib/extract*.log | |
info: Configuring zlib in /home/brian/.rvm/src/zlib-1.2.5. | |
info: Compiling zlib in /home/brian/.rvm/src/zlib-1.2.5. | |
info: Installing zlib to /home/brian/.rvm/usr | |
brian@ubuntu:~$ cat /home/brian/.rvm/log/zlib/extract. | |
extract.error.log extract.log | |
brian@ubuntu:~$ cat /home/brian/.rvm/log/zlib/extract.error.log | |
gzip: stdin: invalid compressed data--crc error | |
[2010-07-08 12:49:22] tar zxf /home/brian/.rvm/archives/zlib-1.2.5.tar.gz -C /home/brian/.rvm/src | |
gzip: stdin: invalid compressed data--crc error | |
tar: Child returned status 1 | |
tar: Exiting with failure status due to previous errors | |
brian@ubuntu:~$ cat /home/brian/.rvm/log/zlib/extract.log | |
[2010-07-08 12:49:22] tar zxf /home/brian/.rvm/archives/zlib-1.2.5.tar.gz -C /home/brian/.rvm/src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment