Skip to content

Instantly share code, notes, and snippets.

@rubys
Created September 9, 2013 02:06
Show Gist options
  • Save rubys/6490668 to your computer and use it in GitHub Desktop.
Save rubys/6490668 to your computer and use it in GitHub Desktop.
ruby-head-n42891 - install
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
Warning! Requested ruby installation which requires another ruby available - installing one first.
ruby - install
__rvm_setup_compile_environment_setup ruby-2.0.0-p247
rvm_autolibs_flag=4
__rvm_setup_compile_environment_movable_early ruby-2.0.0-p247
__rvm_setup_compile_environment_requirements ruby-2.0.0-p247
Checking requirements for ubuntu.
requirements code for ubuntu loaded
Found required packages: bash, curl, patch, bzip2, ca-certificates, gawk, g++, gcc, make, libc6-dev, patch, openssl, ca-certificates, libreadline6, libreadline6-dev, curl, zlib1g, zlib1g-dev, libssl-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, pkg-config, libffi-dev.
Requirements installation successful.
__rvm_setup_compile_environment_movable ruby-2.0.0-p247
__rvm_setup_compile_environment_osx_compiler ruby-2.0.0-p247
__rvm_setup_compile_environment_architectures ruby-2.0.0-p247
rvm_architectures(0):.
__rvm_setup_compile_environment_gcc47plus ruby-2.0.0-p247
__rvm_setup_compile_environment_bison ruby-2.0.0-p247
__rvm_setup_compile_environment_smartos ruby-2.0.0-p247
__rvm_setup_compile_environment_openindiana ruby-2.0.0-p247
__rvm_setup_compile_environment_sunos ruby-2.0.0-p247
__rvm_setup_compile_environment_openbsd ruby-2.0.0-p247
__rvm_setup_compile_environment_auto_conf_make ruby-2.0.0-p247
__rvm_setup_compile_environment_flags_docs ruby-2.0.0-p247
__rvm_setup_compile_environment_flags_tcltk ruby-2.0.0-p247
__rvm_setup_compile_environment_flags_shared_static ruby-2.0.0-p247
__rvm_setup_compile_environment_flags_threads ruby-2.0.0-p247
found compiler: /usr/bin/gcc
Installing Ruby from source to: /home/rubys/.rvm/rubies/ruby-2.0.0-p247, this may take a while depending on your cpu(s)...
ruby-2.0.0-p247 - #downloading ruby-2.0.0-p247, this may take a while depending on your connection...
Archive checksum matched, not downloading
Downloaded archive checksum matched.
ruby-2.0.0-p247 - #extracted to /home/rubys/.rvm/src/ruby-2.0.0-p247 (already extracted)
Patch name 'default', expanded_name(s) 'logging'.
Patch name 'Ubuntu', expanded_name(s) ''.
All found patches(1): logging.
Patch full path '/home/rubys/.rvm/patches/ruby/2.0.0/logging.patch'.
Patch logging was already applied.
Log prefix: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/
Log filesystem: ext4
Log max name length: 250
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/configure.log
[2013-09-08 22:05:00] ./configure
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(4): ./configure --prefix=/home/rubys/.rvm/rubies/ruby-2.0.0-p247 --disable-install-doc --enable-shared
ruby-2.0.0-p247 - #configuring.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/postconfigure.log
[2013-09-08 22:05:42] __rvm_post_configure_ruby
__rvm_post_configure_ruby ()
{
typeset option;
if (( ${rvm_static_flag:-0} == 1 )); then
for option in 'option nodynamic' openssl psych zlib readline;
do
__rvm_update_ext_setup ${option};
done;
fi
}
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(1): __rvm_post_configure_ruby
ruby-2.0.0-p247 - #post-configuration
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/make.log
[2013-09-08 22:05:42] __rvm_make
__rvm_make ()
{
\make "$@" || return $?
}
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(2): __rvm_make -j2
ruby-2.0.0-p247 - #compiling............................................................................................................................................................................................................................................................................
__rvm_rm_rf already gone: /home/rubys/.rvm/src/ruby-2.0.0-p247/.ext/rdoc
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/install.log
[2013-09-08 22:05:45] __rvm_make
__rvm_make ()
{
\make "$@" || return $?
}
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(2): __rvm_make install
ruby-2.0.0-p247 - #installing.............................................................................................................................................................................................................................................................................................
Running /home/rubys/.rvm/hooks/after_use_maglev
Running /home/rubys/.rvm/hooks/after_use_maglev
Running(7): curl --fail --location --max-redirs 10 -sS https://rubygems.org/api/v1/versions/rubygems-update.json
Retrieving rubygems-2.0.7
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/rubygems.extract.log
[2013-09-08 22:05:49] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
typeset __tempdir __path __file __return;
__return=0;
__tempdir="$( TMPDIR="${rvm_tmp_path}" mktemp -d -t rvm-tmp.XXXXXXXXX )";
__rvm_package_extract_run "$1" "$__tempdir" || __return=$?;
if (( __return == 0 )); then
for __path in "$__tempdir"/*;
do
__file="${__path##*/}";
if [[ -n "${__file}" && -e "$2/${__file}" ]]; then
\rm -rf "$2/${__file}" || __return=$?;
fi;
\mv -f "${__path}" "$2/" || __return=$?;
done;
fi;
if [[ -n "$__tempdir" ]]; then
\rm -rf "$__tempdir";
fi;
return $__return
}
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(3): __rvm_package_extract /home/rubys/.rvm/archives/rubygems-2.0.7.tgz /home/rubys/.rvm/src
Extracting rubygems-2.0.7 ....
Removing old Rubygems files...
__rvm_rm_rf already gone: /home/rubys/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rbconfig/
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/rubygems.install.log
[2013-09-08 22:05:49] /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
current path: /home/rubys/.rvm/src/rubygems-2.0.7
command(7): env GEM_PATH=/home/rubys/.rvm/gems/ruby-2.0.0-p247:/home/rubys/.rvm/gems/ruby-2.0.0-p247@global:/home/rubys/.rvm/gems/ruby-2.0.0-p247:/home/rubys/.rvm/gems/ruby-2.0.0-p247@global GEM_HOME=/home/rubys/.rvm/gems/ruby-2.0.0-p247 /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/ruby -d /home/rubys/.rvm/src/rubygems-2.0.7/setup.rb --verbose
Installing rubygems-2.0.7 for ruby-2.0.0-p247........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Installation of rubygems completed successfully.
Running /home/rubys/.rvm/hooks/after_use_maglev
Saving wrappers to '/home/rubys/.rvm/wrappers/ruby-2.0.0-p247'....................................
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/chmod.bin.log
[2013-09-08 22:05:58] chmod
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(10): chmod +x /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/erb /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/gem /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/irb /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/rake /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/rdoc /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/ri /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/ruby /home/rubys/.rvm/rubies/ruby-2.0.0-p247/bin/testrb

ruby-2.0.0-p247 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Log file: /home/rubys/.rvm/log/1378692300_ruby-2.0.0-p247/gemsets.initial.log
[2013-09-08 22:05:59] __rvm_with
__rvm_with ()
{
( __rvm_use "$1";
shift;
"$@" || return $? )
}
current path: /home/rubys/.rvm/src/ruby-2.0.0-p247
command(4): __rvm_with ruby-2.0.0-p247 /home/rubys/.rvm/scripts/gemsets initial
ruby-2.0.0-p247 - #importing default gemsets, this may take time........................................
Install of ruby-2.0.0-p247 - #complete
Running /home/rubys/.rvm/hooks/after_install_auto_gem
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
sh: 1: [[: not found
__rvm_rm_rf already gone: /home/rubys/.rvm/tmp/1841*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment