Created
March 30, 2013 00:56
-
-
Save shigeya/5274761 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
sh1 1266% curl -L https://get.rvm.io | bash -s head --debug --autolibs=3 --ruby=1.9.3 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 184 100 184 0 0 199 0 --:--:-- --:--:-- --:--:-- 349 | |
100 11865 100 11865 0 0 7137 0 0:00:01 0:00:01 --:--:-- 7137 | |
Please read and follow further instructions. | |
Press ENTER to continue. | |
Downloading RVM from wayneeseguin branch master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 124 100 124 0 0 161 0 --:--:-- --:--:-- --:--:-- 217 | |
100 1633k 100 1633k 0 0 210k 0 0:00:07 0:00:07 --:--:-- 318k | |
Installing RVM to /home/shigeya/.rvm/ | |
RVM PATH line found in /home/shigeya/.bashrc. | |
RVM sourcing line found in /home/shigeya/.bash_login. | |
* WARNING: You're using ~/.profile, make sure you load it, | |
add the following line to ~/.bash_profile if it exists | |
otherwise add it to ~/.bash_login: | |
source ~/.profile | |
# RVM: Shell scripts enabling management of multiple ruby environments. | |
# RTFM: https://rvm.io/ | |
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) | |
# Cheatsheet: http://cheat.errtheblog.com/s/rvm | |
# Screencast: http://screencasts.org/episodes/how-to-use-rvm | |
# In case of any issues run 'rvm requirements' or read 'rvm notes' | |
Installation of RVM in /home/shigeya/.rvm/ is almost complete: | |
* To start using RVM you need to run `source /home/shigeya/.rvm/scripts/rvm` | |
in all your open shell windows, in rare cases you need to reopen all shell windows. | |
# Shigeya Suzuki, | |
# | |
# Thank you for using RVM! | |
# I sincerely hope that RVM helps to make your life easier and | |
# more enjoyable!!! | |
# | |
# ~Wayne | |
__rvm_rm_rf already gone: /home/shigeya/.rvm/tmp/34810* | |
rvm 1.19.0 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
Searching for binary rubies, this might take some time. | |
No binary rubies available for: freebsd/9.1-RELEASE/x86_64/ruby-1.9.3-p392. | |
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies. | |
Installing requirements for freebsd, might require sudo password. | |
Password: | |
Installing required packages: autotools-2, readline-6..... | |
Error running 'requirements_freebsd_libs_install autotools-2 readline-6', | |
please read /home/shigeya/.rvm/log/ruby-1.9.3-p392/package_install_autotools-2_readline-6.log | |
Installing Ruby from source to: /home/shigeya/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)... | |
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 9789k 100 9789k 0 0 2604k 0 0:00:03 0:00:03 --:--:-- 2825k | |
ruby-1.9.3-p392 - #extracting ruby-1.9.3-p392 to /home/shigeya/.rvm/src/ruby-1.9.3-p392..... | |
Error running '__rvm_package_extract /home/shigeya/.rvm/archives/ruby-1.9.3-p392.tar.bz2 /home/shigeya/.rvm/tmp/rvm_src_35657', | |
please read /home/shigeya/.rvm/log/ruby-1.9.3-p392/extract.log | |
There has been an error while trying to extract the source. Halting the installation. | |
There has been an error fetching the ruby interpreter. Halting the installation. | |
sh1 1267% less /home/shigeya/.rvm/log/ruby-1.9.3-p392/extract.log ~ | |
[2013-03-30 09:55:49] __rvm_package_extract | |
usage: mktemp [-d] [-q] [-t prefix] [-u] template ... | |
mktemp [-d] [-q] [-u] -t prefix | |
mkdir: : No such file or directory | |
tar: could not chdir to '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment