Created
June 29, 2014 23:47
-
-
Save a5sk4s/91adefd973b6ecca32b9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[2014-06-29 15:35:21] __rvm_run_wrapper | |
__rvm_run_wrapper () | |
{ | |
( file="$1"; | |
action="${2:-}"; | |
shift 2; | |
rubies_string="${1:-}"; | |
export -a args; | |
args=($@); | |
source "$rvm_scripts_path"/$file ) | |
} | |
current path: /usr/local | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
command(6): __rvm_run_wrapper manage install ruby-1.9.3-p545 --archive --gems | |
+ file=manage | |
+ action=install | |
+ shift 2 | |
+ rubies_string=ruby-1.9.3-p545 | |
+ export -a args | |
+ args=($@) | |
+ source /Users/akrubic/.rvm/scripts/manage | |
+++ command uname -s | |
+++ uname -s | |
++ sys=Darwin | |
++ [[ Darwin == AIX ]] | |
++ name_opt=-iname | |
++ original_ruby_version= | |
++ original_ruby_string= | |
++ source /Users/akrubic/.rvm/scripts/patches | |
++ source /Users/akrubic/.rvm/scripts/functions/build | |
+++ source /Users/akrubic/.rvm/scripts/functions/autolibs | |
+++ source /Users/akrubic/.rvm/scripts/functions/build_config | |
+++ source /Users/akrubic/.rvm/scripts/functions/build_config_system | |
+++ source /Users/akrubic/.rvm/scripts/functions/build_requirements | |
++++ source /Users/akrubic/.rvm/scripts/functions/build_requirements_helpers | |
+++ [[ Darwin == \D\a\r\w\i\n ]] | |
+++ source /Users/akrubic/.rvm/scripts/functions/osx-ssl-certs | |
++++ export 'RVM_OSX_SSL_UPDATER=/Users/akrubic/.rvm/bin/rvm --silent osx-ssl-certs update all' | |
++++ RVM_OSX_SSL_UPDATER='/Users/akrubic/.rvm/bin/rvm --silent osx-ssl-certs update all' | |
+++ source /Users/akrubic/.rvm/scripts/functions/osx-support | |
++ source /Users/akrubic/.rvm/scripts/functions/pkg | |
++ source /Users/akrubic/.rvm/scripts/functions/irbrc | |
++ source /Users/akrubic/.rvm/scripts/functions/db | |
++ source /Users/akrubic/.rvm/scripts/functions/rubygems | |
++ source /Users/akrubic/.rvm/scripts/functions/manage/base | |
+++ source /Users/akrubic/.rvm/scripts/functions/manage/base_fetch | |
+++ source /Users/akrubic/.rvm/scripts/functions/manage/base_install | |
+++ source /Users/akrubic/.rvm/scripts/functions/manage/base_install_patches | |
+++ source /Users/akrubic/.rvm/scripts/functions/manage/base_remove | |
++++ source /Users/akrubic/.rvm/scripts/functions/alias | |
++ [[ -n '' ]] | |
++ unset RUBYLIB RUBYOPT | |
++ binaries=() | |
++ __rvm_manage_rubies | |
++ typeset manage_result bin_line current_ruby_string | |
++ typeset -a rubies | |
++ rubies=() | |
++ rvm_gemset_name= | |
++ rvm_ruby_selected_flag=0 | |
++ rvm_ruby_gem_home= | |
++ rvm_ruby_string= | |
++ __rvm_string_match ruby-1.9.3-p545 'old:*' | |
++ typeset _string | |
++ _string=ruby-1.9.3-p545 | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 != \a\l\l ]] | |
++ [[ ruby-1.9.3-p545 == *,* ]] | |
++ [[ -z '' ]] | |
++ __rvm_custom_separated_array rubies , ruby-1.9.3-p545 | |
++ typeset IFS | |
++ IFS=, | |
++ [[ -n '' ]] | |
++ eval 'rubies+=( $3 )' | |
+++ rubies+=($3) | |
++ for rvm_ruby_string in '"${rubies[@]}"' | |
++ rvm_debug 'ruby-1.9.3-p545 - install' | |
++ (( 0 )) | |
++ return 0 | |
++ current_ruby_string=ruby-1.9.3-p545 | |
++ rvm_hook=before_install | |
++ source /Users/akrubic/.rvm/scripts/hook | |
+++ typeset old_rvm_verbose_flag old_rvm_debug_flag | |
+++ old_rvm_verbose_flag=0 | |
+++ old_rvm_debug_flag=0 | |
+++ typeset rvm_verbose_flag rvm_debug_flag hooks | |
+++ true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install | |
+++ [[ -n before_install ]] | |
+++ hooks=("$rvm_hooks_path") | |
+++ [[ /usr/local/.rvm/hooks == \/\U\s\e\r\s\/\a\k\r\u\b\i\c\/\.\r\v\m\/\h\o\o\k\s ]] | |
+++ hooks+=("$PWD/.rvm/hooks") | |
+++ _hooks_list=($( | |
__rvm_find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null | |
)) | |
++++ __rvm_find -L /Users/akrubic/.rvm/hooks /usr/local/.rvm/hooks -iname 'before_install*' -type f | |
+++ unset rvm_hook hooks _hooks_list hook | |
++ __rvm_install_ruby | |
++ true 0 0 | |
++ typeset binary __rvm_ruby_name ruby_install_type __result=0 | |
++ (( rvm_ruby_selected_flag == 0 )) | |
++ __rvm_ruby_name= | |
++ __rvm_select | |
++ true | |
++ __rvm_select_set_variable_defaults | |
++ export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name | |
++ __rvm_select_detect_ruby_string '' | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ __rvm_ruby_string | |
++ true 0 0 | |
++ rvm_expanding_aliases= | |
++ true '' '' '' '' '' '' '' @ ruby-1.9.3-p545 0 0 | |
++ [[ ruby-1.9.3-p545 == *\@* ]] | |
++ (( rvm_expanding_aliases == 0 )) | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 != \s\y\s\t\e\m ]] | |
++ [[ -f /Users/akrubic/.rvm/config/alias ]] | |
++ [[ -s /Users/akrubic/.rvm/config/alias ]] | |
+++ __rvm_db_ /Users/akrubic/.rvm/config/alias ruby-1.9.3-p545 | |
+++ typeset __db __key __value | |
+++ __db=/Users/akrubic/.rvm/config/alias | |
+++ __key=ruby-1.9.3-p545 | |
+++ shift 2 | |
+++ __value= | |
+++ case "${__value}" in | |
+++ __rvm_db_get /Users/akrubic/.rvm/config/alias ruby-1.9.3-p545 | |
+++ [[ -f /Users/akrubic/.rvm/config/alias ]] | |
+++ __rvm_grep '^ruby-1.9.3-p545=' /Users/akrubic/.rvm/config/alias | |
+++ GREP_OPTIONS= | |
+++ grep '^ruby-1.9.3-p545=' /Users/akrubic/.rvm/config/alias | |
+++ __rvm_sed -e 's#^ruby-1.9.3-p545=##' -e '/^$/d' | |
+++ sed -e 's#^ruby-1.9.3-p545=##' -e '/^$/d' | |
+++ return 1 | |
++ expanded_alias_name= | |
++ [[ -n '' ]] | |
++ [[ ruby-1.9.3-p545 == default ]] | |
++ [[ ruby-1.9.3-p545 == *\@* ]] | |
++ [[ -n timezones ]] | |
++ rvm_gemset_name=timezones | |
++ rvm_sticky_flag=1 | |
++ __rvm_ruby_string_parse | |
++ typeset __check_latest | |
++ __rvm_ruby_string_parse_ | |
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ ruby_string=ruby-1.9.3-p545 | |
++ gemset_name=timezones | |
++ repo_url= | |
++ branch_name= | |
++ ruby_name= | |
++ __rvm_unset_ruby_variables | |
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ __rvm_load_rvmrc | |
++ typeset _file | |
++ typeset -a rvm_rvmrc_files | |
++ (( 0 == 1 )) | |
++ [[ -n 0022 ]] | |
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ [[ -n /Users/akrubic ]] | |
++ [[ /Users/akrubic/.rvmrc -ef /Users/akrubic/.rvmrc ]] | |
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /etc/rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ return 0 | |
++ rvm_ruby_repo_url= | |
++ rvm_ruby_repo_branch= | |
++ rvm_ruby_name= | |
++ export rvm_head_flag=0 | |
++ rvm_head_flag=0 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 == \c\u\r\r\e\n\t ]] | |
++ strings=() | |
++ __rvm_custom_separated_array strings - ruby-1.9.3-p545 | |
++ typeset IFS | |
++ IFS=- | |
++ [[ -n '' ]] | |
++ eval 'strings+=( $3 )' | |
+++ strings+=($3) | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_interpreter=ruby | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_version=1.9.3 | |
++ rvm_ruby_revision= | |
++ rvm_ruby_tag= | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_patch_level=p545 | |
++ [[ -z ruby ]] | |
++ [[ -z p545 ]] | |
++ true | |
++ (( 0 == 1 )) | |
++ __check_latest=0 | |
++ __rvm_ruby_string_parse_ | |
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ ruby_string=ruby-1.9.3-p545 | |
++ gemset_name=timezones | |
++ repo_url= | |
++ branch_name= | |
++ ruby_name= | |
++ __rvm_unset_ruby_variables | |
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ __rvm_load_rvmrc | |
++ typeset _file | |
++ typeset -a rvm_rvmrc_files | |
++ (( 0 == 1 )) | |
++ [[ -n 0022 ]] | |
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ [[ -n /Users/akrubic ]] | |
++ [[ /Users/akrubic/.rvmrc -ef /Users/akrubic/.rvmrc ]] | |
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /etc/rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ return 0 | |
++ rvm_ruby_repo_url= | |
++ rvm_ruby_repo_branch= | |
++ rvm_ruby_name= | |
++ export rvm_head_flag=0 | |
++ rvm_head_flag=0 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 == \c\u\r\r\e\n\t ]] | |
++ strings=() | |
++ __rvm_custom_separated_array strings - ruby-1.9.3-p545 | |
++ typeset IFS | |
++ IFS=- | |
++ [[ -n '' ]] | |
++ eval 'strings+=( $3 )' | |
+++ strings+=($3) | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_interpreter=ruby | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_version=1.9.3 | |
++ rvm_ruby_revision= | |
++ rvm_ruby_tag= | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_patch_level=p545 | |
++ [[ -z ruby ]] | |
++ [[ -z p545 ]] | |
++ true | |
++ (( __check_latest )) | |
++ [[ -z ruby ]] | |
++ __rvm_ruby_string_installed | |
++ [[ -n ruby ]] | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ -d /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 ]] | |
++ [[ -z timezones ]] | |
++ [[ -d /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones ]] | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ detected_rvm_ruby_name= | |
++ rvm_ruby_name= | |
++ true | |
++ __rvm_select_after_parse | |
++ __rvm_select_interpreter_variables | |
++ rvm_archive_extension=tar.gz | |
++ [[ -z ruby ]] | |
++ rvm_ruby_interpreter=ruby | |
++ is_a_function __rvm_select_interpreter_ruby | |
++ typeset -f __rvm_select_interpreter_ruby | |
++ __rvm_select_interpreter_ruby | |
++ [[ p545 == \p\0 ]] | |
++ rvm_ruby_package_name=ruby-1.9.3-p545 | |
++ rvm_ruby_package_file=ruby-1.9.3-p545 | |
++ [[ -z 1.9.3 ]] | |
+++ __rvm_db ruby_repo_url | |
+++ typeset value key variable | |
+++ key=ruby_repo_url | |
+++ key=ruby_repo_url | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_repo_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=ruby_repo_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_repo_url | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^ruby_repo_url=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^ruby_repo_url=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_repo_url=' /Users/akrubic/.rvm/user/db | |
++++ sed -e 's#^ruby_repo_url=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_repo_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=ruby_repo_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_repo_url | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^ruby_repo_url=' /Users/akrubic/.rvm/config/db | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_repo_url=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^ruby_repo_url=##' -e '/^$/d' | |
++++ sed -e 's#^ruby_repo_url=##' -e '/^$/d' | |
+++ value=git://github.com/ruby/ruby.git | |
+++ [[ -n git://github.com/ruby/ruby.git ]] | |
+++ [[ -n '' ]] | |
+++ echo git://github.com/ruby/ruby.git | |
+++ true | |
++ rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ (( 0 == 0 )) | |
++ __rvm_version_compare 1.9.3 -lt 1.8.5 | |
++ typeset first | |
+++ printf %b '1.9.3\n1.8.5\n' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ command head -n1 | |
+++ head -n1 | |
++ first=1.8.5 | |
++ case "$2" in | |
++ [[ 1.8.5 == \h\e\a\d ]] | |
++ [[ 1.8.5 == \1\.\9\.\3 ]] | |
++ return 1 | |
++ rvm_archive_extension=tar.bz2 | |
++ true | |
++ __rvm_select_version_variables | |
++ case "$rvm_ruby_version" in | |
++ rvm_ruby_release_version=1 | |
++ rvm_ruby_major_version=1.9 | |
++ rvm_ruby_major_version=9 | |
++ rvm_ruby_minor_version=3 | |
++ __rvm_select_default_variables | |
++ [[ ruby != ext ]] | |
++ rvm_ruby_package_name=ruby-1.9.3-p545 | |
++ rvm_ruby_home=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ rvm_ruby_binary=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ rvm_ruby_irbrc=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/.irbrc | |
++ [[ system == \r\u\b\y ]] | |
++ __rvm_gemset_select | |
++ __rvm_gemset_select_only | |
++ rvm_ruby_gem_home=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545 | |
++ : rvm_ignore_gemsets_flag:0: | |
++ (( rvm_ignore_gemsets_flag )) | |
++ rvm_ruby_global_gems_path=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global | |
++ __rvm_gemset_handle_default | |
++ rvm_gemset_name=@timezones@ | |
++ rvm_gemset_name=@timezones@ | |
++ rvm_gemset_name=timezones | |
++ [[ -z timezones ]] | |
++ rvm_ruby_gem_home=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones | |
++ [[ timezones == \g\l\o\b\a\l ]] | |
++ rvm_ruby_gem_path=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones:/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global | |
++ [[ -n timezones ]] | |
++ rvm_env_string=ruby-1.9.3-p545@timezones | |
++ true | |
++ __rvm_gemset_select_validation | |
++ [[ ! -d /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones ]] | |
++ (( 0 == 1 )) | |
++ case "${rvm_gemset_name}" in | |
++ typeset rvm_ruby_gem_home_254 | |
++ [[ -n '' ]] | |
++ rvm_ruby_gem_home_254=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones | |
++ [[ /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones != \/\U\s\e\r\s\/\a\k\r\u\b\i\c\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\5\4\5\@\t\i\m\e\z\o\n\e\s ]] | |
++ rvm_ruby_selected_flag=1 | |
++ case $__result in | |
++ true | |
++ [[ -n '' ]] | |
++ [[ -n '' ]] | |
++ __rvm_select_late | |
++ is_a_function __rvm_select_late_ruby | |
++ typeset -f __rvm_select_late_ruby | |
++ return 1 | |
++ (( 0 == 0 )) | |
++ __rvm_remove_src_and_ruby | |
++ typeset _dir | |
++ for _dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"' | |
++ [[ -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ let __removed_counter+=1 | |
++ __rvm_log_command remove.src 'ruby-1.9.3-p545 - #removing src/ruby-1.9.3-p545' __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=remove.src | |
++ message='ruby-1.9.3-p545 - #removing src/ruby-1.9.3-p545' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_rm_rf | |
++ (( 2 )) | |
++ [[ __rvm_rm_rf =~ = ]] | |
++ _command_name=__rvm_rm_rf | |
++ [[ ! __rvm_rm_rf =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:35:21] __rvm_rm_rf\n' | |
[2014-06-29 15:35:21] __rvm_rm_rf | |
++ is_a_function __rvm_rm_rf | |
++ typeset -f __rvm_rm_rf | |
++ typeset -f __rvm_rm_rf | |
__rvm_rm_rf () | |
{ | |
__rvm_rm_rf_verbose "$@" | |
} | |
++ printf %b 'current path: /usr/local\n' | |
current path: /usr/local | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(2): __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
command(2): __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ rvm_log 'ruby-1.9.3-p545 - #removing src/ruby-1.9.3-p545' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #removing src/ruby-1.9.3-p545\n' | |
ruby-1.9.3-p545 - #removing src/ruby-1.9.3-p545 | |
++ __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_rm_rf_verbose /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset target | |
++ target=/Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ [[ -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ rm -rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ true | |
++ for _dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"' | |
++ [[ -d /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 ]] | |
++ let __removed_counter+=1 | |
++ __rvm_log_command remove.rubies 'ruby-1.9.3-p545 - #removing rubies/ruby-1.9.3-p545' __rvm_rm_rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=remove.rubies | |
++ message='ruby-1.9.3-p545 - #removing rubies/ruby-1.9.3-p545' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_rm_rf | |
++ (( 2 )) | |
++ [[ __rvm_rm_rf =~ = ]] | |
++ _command_name=__rvm_rm_rf | |
++ [[ ! __rvm_rm_rf =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_rm_rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:35:24] __rvm_rm_rf\n' | |
[2014-06-29 15:35:24] __rvm_rm_rf | |
++ is_a_function __rvm_rm_rf | |
++ typeset -f __rvm_rm_rf | |
++ typeset -f __rvm_rm_rf | |
__rvm_rm_rf () | |
{ | |
__rvm_rm_rf_verbose "$@" | |
} | |
++ printf %b 'current path: /usr/local\n' | |
current path: /usr/local | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(2): __rvm_rm_rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545\n' | |
command(2): __rvm_rm_rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ rvm_log 'ruby-1.9.3-p545 - #removing rubies/ruby-1.9.3-p545' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #removing rubies/ruby-1.9.3-p545\n' | |
ruby-1.9.3-p545 - #removing rubies/ruby-1.9.3-p545 | |
++ __rvm_rm_rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ __rvm_rm_rf_verbose /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ typeset target | |
++ target=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 ]] | |
++ [[ -d /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 ]] | |
++ rm -rf /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ true | |
++ [[ -e /Users/akrubic/.rvm/bin/ruby-1.9.3-p545 ]] | |
++ __rvm_install_ruby_try_remote | |
++ : rvm_disable_binary_flag:0: rvm_remote_flag:0: | |
++ (( rvm_remote_flag > 0 )) | |
++ (( rvm_head_flag == 0 && rvm_disable_binary_flag == 0 )) | |
++ rvm_log 'Searching for binary rubies, this might take some time.' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Searching for binary rubies, this might take some time.\n' | |
Searching for binary rubies, this might take some time. | |
++ typeset __rvm_ruby_url __rvm_ruby_verify_download_flag __ruby_identifier | |
++ __ruby_identifier=ruby-1.9.3-p545 | |
+++ __rvm_remote_server_path ruby-1.9.3-p545 | |
+++ typeset _iterator | |
+++ _iterator= | |
+++ __rvm_remote_server_path_single 0 1 '' ruby-1.9.3-p545 | |
+++ typeset __remote_file | |
+++ __rvm_calculate_remote_file 0 1 '' ruby-1.9.3-p545 | |
++++ __rvm_db rvm_remote_server_url | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_url | |
++++ key=rvm_remote_server_url | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_url | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_url | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_url | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url=##' -e '/^$/d' | |
+++++ __rvm_grep '^rvm_remote_server_url=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url=' /Users/akrubic/.rvm/user/db | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_url | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_url | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_url | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url=' /Users/akrubic/.rvm/config/db | |
+++++ sed -e 's#^rvm_remote_server_url=##' -e '/^$/d' | |
++++ value=https://rvm.io/binaries | |
++++ [[ -n https://rvm.io/binaries ]] | |
++++ [[ -n '' ]] | |
++++ echo https://rvm.io/binaries | |
++++ true | |
+++ rvm_remote_server_url=https://rvm.io/binaries | |
+++ [[ -n https://rvm.io/binaries ]] | |
+++ __rvm_system_path '' '' | |
++++ __rvm_db rvm_remote_server_path | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_path | |
++++ key=rvm_remote_server_path | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_path | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_path | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_path | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_path | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_path | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_path | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/config/db | |
+++++ return 1 | |
++++ value= | |
++++ [[ -n '' ]] | |
++++ return 1 | |
+++ rvm_remote_server_path= | |
+++ [[ -n '' ]] | |
+++ rvm_remote_server_path=osx/10.6/i386 | |
+++ [[ '' == \- ]] | |
+++ __rvm_ruby_package_file ruby-1.9.3-p545 | |
+++ case "$1" in | |
++++ __rvm_remote_extension ruby-1.9.3-p545 - | |
++++ case "$1" in | |
++++ rvm_remote_extension=tar.bz2 | |
++++ [[ - != \- ]] | |
++++ printf %b tar.bz2 | |
+++ rvm_ruby_package_file=/ruby-1.9.3-p545.tar.bz2 | |
+++ __remote_file=https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -z https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ file_exists_at_url https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -n https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ unset curl | |
+++ file_exists_at_url_command https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_curl --silent --insecure --location --list-only --max-time 5 --head https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK' | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ [[ -f /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ [[ ruby-1.9.3-p545.tar.bz2 == *bin-* ]] | |
+++ rvm_debug 'Remote file does not exist https://rvm.io/binaries/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 1 | |
+++ : 1 | |
+++ __rvm_remote_server_path_single 0 1 1 ruby-1.9.3-p545 | |
+++ typeset __remote_file | |
+++ __rvm_calculate_remote_file 0 1 1 ruby-1.9.3-p545 | |
++++ __rvm_db rvm_remote_server_url1 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_url1 | |
++++ key=rvm_remote_server_url1 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_url1 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_url1 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_url1 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url1=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url1=' /Users/akrubic/.rvm/user/db | |
+++++ sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_url1 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_url1 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_url1 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url1=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url1=' /Users/akrubic/.rvm/config/db | |
++++ value=http://jruby.org.s3.amazonaws.com | |
++++ [[ -n http://jruby.org.s3.amazonaws.com ]] | |
++++ [[ -n '' ]] | |
++++ echo http://jruby.org.s3.amazonaws.com | |
++++ true | |
+++ rvm_remote_server_url=http://jruby.org.s3.amazonaws.com | |
+++ [[ -n http://jruby.org.s3.amazonaws.com ]] | |
+++ __rvm_system_path '' 1 | |
++++ __rvm_db rvm_remote_server_path1 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_path1 | |
++++ key=rvm_remote_server_path1 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_path1 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_path1 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_path1 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path1=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path1=' /Users/akrubic/.rvm/user/db | |
+++++ sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_path1 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_path1 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_path1 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path1=' /Users/akrubic/.rvm/config/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path1=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d' | |
++++ value=downloads | |
++++ [[ -n downloads ]] | |
++++ [[ -n '' ]] | |
++++ echo downloads | |
++++ true | |
+++ rvm_remote_server_path=downloads | |
+++ [[ -n downloads ]] | |
+++ [[ '' == \- ]] | |
+++ __rvm_ruby_package_file ruby-1.9.3-p545 | |
+++ case "$1" in | |
++++ __rvm_remote_extension ruby-1.9.3-p545 - | |
++++ case "$1" in | |
++++ rvm_remote_extension=tar.bz2 | |
++++ [[ - != \- ]] | |
++++ printf %b tar.bz2 | |
+++ rvm_ruby_package_file=/ruby-1.9.3-p545.tar.bz2 | |
+++ __remote_file=http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -z http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ file_exists_at_url http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -n http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ unset curl | |
+++ file_exists_at_url_command http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK' | |
+++ __rvm_curl --silent --insecure --location --list-only --max-time 5 --head http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ [[ -f /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ [[ ruby-1.9.3-p545.tar.bz2 == *bin-* ]] | |
+++ rvm_debug 'Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p545.tar.bz2' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 1 | |
+++ : 2 | |
+++ __rvm_remote_server_path_single 0 1 2 ruby-1.9.3-p545 | |
+++ typeset __remote_file | |
+++ __rvm_calculate_remote_file 0 1 2 ruby-1.9.3-p545 | |
++++ __rvm_db rvm_remote_server_url2 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_url2 | |
++++ key=rvm_remote_server_url2 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_url2 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_url2 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_url2 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url2=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url2=' /Users/akrubic/.rvm/user/db | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_url2 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_url2 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_url2 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d' | |
+++++ __rvm_grep '^rvm_remote_server_url2=' /Users/akrubic/.rvm/config/db | |
+++++ sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url2=' /Users/akrubic/.rvm/config/db | |
++++ value=http://binaries.rubini.us | |
++++ [[ -n http://binaries.rubini.us ]] | |
++++ [[ -n '' ]] | |
++++ echo http://binaries.rubini.us | |
++++ true | |
+++ rvm_remote_server_url=http://binaries.rubini.us | |
+++ [[ -n http://binaries.rubini.us ]] | |
+++ __rvm_system_path '' 2 | |
++++ __rvm_db rvm_remote_server_path2 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_path2 | |
++++ key=rvm_remote_server_path2 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_path2 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_path2 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_path2 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path2=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path2=' /Users/akrubic/.rvm/user/db | |
+++++ sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_path2 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_path2 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_path2 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path2=' /Users/akrubic/.rvm/config/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path2=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -n '' ]] | |
++++ return 1 | |
+++ rvm_remote_server_path= | |
+++ [[ -n '' ]] | |
+++ rvm_remote_server_path=osx/10.6/i386 | |
+++ [[ '' == \- ]] | |
+++ __rvm_ruby_package_file ruby-1.9.3-p545 | |
+++ case "$1" in | |
++++ __rvm_remote_extension ruby-1.9.3-p545 - | |
++++ case "$1" in | |
++++ rvm_remote_extension=tar.bz2 | |
++++ [[ - != \- ]] | |
++++ printf %b tar.bz2 | |
+++ rvm_ruby_package_file=/ruby-1.9.3-p545.tar.bz2 | |
+++ __remote_file=http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -z http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ file_exists_at_url http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -n http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ unset curl | |
+++ file_exists_at_url_command http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_curl --silent --insecure --location --list-only --max-time 5 --head http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK' | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ [[ -f /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ [[ ruby-1.9.3-p545.tar.bz2 == *bin-* ]] | |
+++ rvm_debug 'Remote file does not exist http://binaries.rubini.us/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 1 | |
+++ : 3 | |
+++ __rvm_remote_server_path_single 0 1 3 ruby-1.9.3-p545 | |
+++ typeset __remote_file | |
+++ __rvm_calculate_remote_file 0 1 3 ruby-1.9.3-p545 | |
++++ __rvm_db rvm_remote_server_url3 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_url3 | |
++++ key=rvm_remote_server_url3 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_url3 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_url3 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_url3 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url3=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url3=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_url3 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_url3 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_url3 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url3=' /Users/akrubic/.rvm/config/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url3=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d' | |
++++ value=https://rubies.travis-ci.org | |
++++ [[ -n https://rubies.travis-ci.org ]] | |
++++ [[ -n '' ]] | |
++++ echo https://rubies.travis-ci.org | |
++++ true | |
+++ rvm_remote_server_url=https://rubies.travis-ci.org | |
+++ [[ -n https://rubies.travis-ci.org ]] | |
+++ __rvm_system_path '' 3 | |
++++ __rvm_db rvm_remote_server_path3 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_path3 | |
++++ key=rvm_remote_server_path3 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_path3 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_path3 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_path3 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path3=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path3=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path3=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path3=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_path3 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_path3 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_path3 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path3=' /Users/akrubic/.rvm/config/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path3=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path3=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path3=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -n '' ]] | |
++++ return 1 | |
+++ rvm_remote_server_path= | |
+++ [[ -n '' ]] | |
+++ rvm_remote_server_path=osx/10.6/i386 | |
+++ [[ '' == \- ]] | |
+++ __rvm_ruby_package_file ruby-1.9.3-p545 | |
+++ case "$1" in | |
++++ __rvm_remote_extension ruby-1.9.3-p545 - | |
++++ case "$1" in | |
++++ rvm_remote_extension=tar.bz2 | |
++++ [[ - != \- ]] | |
++++ printf %b tar.bz2 | |
+++ rvm_ruby_package_file=/ruby-1.9.3-p545.tar.bz2 | |
+++ __remote_file=https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -z https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ file_exists_at_url https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 | |
+++ [[ -n https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ unset curl | |
+++ file_exists_at_url_command https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_curl --silent --insecure --location --list-only --max-time 5 --head https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2 --insecure | |
+++ __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK' | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ typeset __ret=1 | |
+++ case ${__ret} in | |
+++ return 1 | |
+++ [[ -f /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 ]] | |
+++ [[ ruby-1.9.3-p545.tar.bz2 == *bin-* ]] | |
+++ rvm_debug 'Remote file does not exist https://rubies.travis-ci.org/osx/10.6/i386/ruby-1.9.3-p545.tar.bz2' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 1 | |
+++ : 4 | |
+++ __rvm_remote_server_path_single 0 1 4 ruby-1.9.3-p545 | |
+++ typeset __remote_file | |
+++ __rvm_calculate_remote_file 0 1 4 ruby-1.9.3-p545 | |
++++ __rvm_db rvm_remote_server_url4 | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_url4 | |
++++ key=rvm_remote_server_url4 | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_url4 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_url4 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_url4 | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url4=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_url4=##' -e '/^$/d' | |
+++++ __rvm_grep '^rvm_remote_server_url4=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url4=' /Users/akrubic/.rvm/user/db | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_url4 | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_url4 | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_url4 | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_url4=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_url4=##' -e '/^$/d' | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_url4=' /Users/akrubic/.rvm/config/db | |
+++++ sed -e 's#^rvm_remote_server_url4=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -n '' ]] | |
++++ return 1 | |
+++ rvm_remote_server_url= | |
+++ [[ -n '' ]] | |
+++ rvm_debug 'rvm_remote_server_url4 not found' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 0 | |
+++ [[ -z '' ]] | |
+++ rvm_debug 'No remote file name found' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ return 0 | |
++ __rvm_ruby_url= | |
++ IFS=: | |
++ read __rvm_ruby_verify_download_flag __rvm_ruby_url | |
++ (( 1 > 0 )) | |
++ __rvm_ruby_verify_download_flag= | |
++ [[ -z '' ]] | |
++ (( rvm_remote_flag )) | |
++ __rvm_old_ruby ruby-1.9.3-p545 | |
++ case "$1" in | |
++ return 1 | |
+++ __rvm_system_path - | |
++++ __rvm_db rvm_remote_server_path | |
++++ typeset value key variable | |
++++ key=rvm_remote_server_path | |
++++ key=rvm_remote_server_path | |
++++ variable= | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/user/db rvm_remote_server_path | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/user/db | |
+++++ __key=rvm_remote_server_path | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/user/db rvm_remote_server_path | |
+++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/user/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/user/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -z '' ]] | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_db_ /Users/akrubic/.rvm/config/db rvm_remote_server_path | |
+++++ typeset __db __key __value | |
+++++ __db=/Users/akrubic/.rvm/config/db | |
+++++ __key=rvm_remote_server_path | |
+++++ shift 2 | |
+++++ __value= | |
+++++ case "${__value}" in | |
+++++ __rvm_db_get /Users/akrubic/.rvm/config/db rvm_remote_server_path | |
+++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++++ __rvm_grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/config/db | |
+++++ GREP_OPTIONS= | |
+++++ grep '^rvm_remote_server_path=' /Users/akrubic/.rvm/config/db | |
+++++ __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ sed -e 's#^rvm_remote_server_path=##' -e '/^$/d' | |
+++++ return 1 | |
++++ value= | |
++++ [[ -n '' ]] | |
++++ return 1 | |
+++ rvm_remote_server_path= | |
+++ [[ -n '' ]] | |
+++ rvm_remote_server_path=osx/10.6/i386 | |
+++ [[ - == \- ]] | |
+++ printf %b 'osx/10.6/i386\n' | |
++ rvm_warn 'No binary rubies available for: osx/10.6/i386/ruby-1.9.3-p545. | |
Continuing with compilation. Please read '\''rvm help mount'\'' to get more information on binary rubies.' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'No binary rubies available for: osx/10.6/i386/ruby-1.9.3-p545. | |
Continuing with compilation. Please read '\''rvm help mount'\'' to get more information on binary rubies.\n' | |
No binary rubies available for: osx/10.6/i386/ruby-1.9.3-p545. | |
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. | |
++ return 2 | |
++ (( 2 == 2 )) | |
++ __rvm_check_available_space ruby-1.9.3-p545 sources | |
++ typeset __required_space __free_space __i_have_no_idea | |
++ __rvm_calculate_space_free /Users/akrubic/.rvm/rubies | |
+++ df -Pk /Users/akrubic/.rvm/rubies | |
+++ __rvm_awk 'BEGIN{x=4} /Free/{x=3} END{print $x}' | |
+++ awk 'BEGIN{x=4} /Free/{x=3} END{print $x}' | |
++ __free_space=76100400 | |
++ __free_space=74316 | |
++ __i_have_no_idea=0 | |
++ case "$1" in | |
++ __required_space=70 | |
++ [[ sources == \s\o\u\r\c\e\s ]] | |
++ case "$1" in | |
++ let __required_space+=170 | |
++ (( __i_have_no_idea )) | |
++ (( __required_space > __free_space )) | |
++ (( __required_space*12 > __free_space*10 )) | |
++ rvm_debug 'Free disk space 74316MB, required 240MB.' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_check_for_compiler | |
++ __rvm_selected_compiler | |
++ [[ =~ --with-gcc= ]] | |
++ [[ -n '' ]] | |
++ return 1 | |
++ case "${rvm_ruby_interpreter}" in | |
++ ruby_install_type=ruby | |
++ export -a rvm_configure_env | |
++ [[ -n '' ]] | |
++ rvm_configure_env=() | |
++ source /Users/akrubic/.rvm/scripts/functions/manage/ruby | |
++ ruby_install | |
++ typeset result temp_flags _iterator | |
++ case ${rvm_ruby_string:-""} in | |
++ (( 0 == 1 )) | |
++ [[ =~ --enable-load-relative ]] | |
++ __rvm_setup_compile_environment ruby-1.9.3-p545 | |
++ typeset __type | |
++ typeset -a __types | |
++ __types=(setup movable_early system_early requirements movable parse_name system architectures gcc47plus bison flags_docs flags_shared_static flags_threads compatibility_flag) | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_setup ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_setup ruby-1.9.3-p545 | |
++ [[ -z '' ]] | |
+++ /Users/akrubic/.rvm/scripts/db /Users/akrubic/.rvm/user/db autolibs | |
++ rvm_autolibs_flag= | |
++ rvm_debug rvm_autolibs_flag=4 | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_autolibs_translate | |
++ case "${rvm_autolibs_flag}" in | |
++ rvm_autolibs_flag_number=4 | |
++ rvm_autolibs_flag_runner=osx | |
++ [[ -n 4 ]] | |
+++ __rvm_selected_compiler | |
+++ [[ =~ --with-gcc= ]] | |
+++ [[ -n '' ]] | |
+++ return 1 | |
++ export initially_selected_compiler= | |
++ initially_selected_compiler= | |
++ true | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_movable_early ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_movable_early ruby-1.9.3-p545 | |
++ (( 0 > 0 )) | |
++ return 0 | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_system_early ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_system_early ruby-1.9.3-p545 | |
++ is_a_function __rvm_setup_compile_environment_system_early_OSX | |
++ typeset -f __rvm_setup_compile_environment_system_early_OSX | |
++ __rvm_setup_compile_environment_system_early_OSX ruby-1.9.3-p545 | |
++ __rvm_setup_compile_environment_system_early_osx_fix_devtools | |
++ typeset __xcode_dir_path | |
++ [[ -r /usr/share/xcode-select/xcode_dir_path ]] | |
+++ cat /usr/share/xcode-select/xcode_dir_path | |
++ __xcode_dir_path=/Developer | |
++ [[ -n /Developer ]] | |
++ [[ ! -d /Developer ]] | |
++ __rvm_setup_compile_environment_system_early_osx_install_clt | |
++ typeset __developer_update | |
++ __rvm_version_compare 10.6 -ge 10.9 | |
++ typeset first | |
+++ printf %b '10.6\n10.9\n' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ command head -n1 | |
+++ head -n1 | |
++ first=10.6 | |
++ case "$2" in | |
++ [[ 10.6 == \h\e\a\d ]] | |
++ [[ 10.6 == \1\0\.\9 ]] | |
++ [[ 10.6 == \1\0\.\9 ]] | |
++ return 1 | |
++ return 0 | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_requirements ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_requirements ruby-1.9.3-p545 | |
++ (( 4 > 0 )) | |
++ rvm_log 'Checking requirements for osx.' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Checking requirements for osx.\n' | |
Checking requirements for osx. | |
++ __rvm_requirements_run osx ruby-1.9.3-p545 | |
++ typeset -a packages_installed packages_missing packages_to_install packages_flags | |
++ typeset -a packages_custom packages_custom_after | |
++ typeset __type __lib_type __iterator | |
++ __type=osx | |
++ __lib_type=osx | |
++ shift | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_load ruby-1.9.3-p545 | |
++ is_a_function requirements_osx_before | |
++ typeset -f requirements_osx_before | |
++ return 1 | |
++ is_a_function requirements_osx_define | |
++ typeset -f requirements_osx_define | |
++ return 1 | |
++ [[ -s /Users/akrubic/.rvm/scripts/functions/requirements/osx ]] | |
++ source /Users/akrubic/.rvm/scripts/functions/requirements/osx | |
+++ source /Users/akrubic/.rvm/scripts/functions/requirements/osx_brew | |
+++ source /Users/akrubic/.rvm/scripts/functions/requirements/osx_fink | |
+++ source /Users/akrubic/.rvm/scripts/functions/requirements/osx_port | |
+++ source /Users/akrubic/.rvm/scripts/functions/requirements/smf | |
++ is_a_function requirements_osx_before | |
++ typeset -f requirements_osx_before | |
++ rvm_debug 'requirements code for osx loaded' | |
++ (( 0 )) | |
++ return 0 | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_reset ruby-1.9.3-p545 | |
++ packages_installed=() | |
++ packages_missing=() | |
++ packages_to_install=() | |
++ packages_flags=() | |
++ packages_custom=() | |
++ packages_custom_after=() | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_before ruby-1.9.3-p545 | |
++ is_a_function requirements_osx_before | |
++ typeset -f requirements_osx_before | |
++ requirements_osx_before ruby-1.9.3-p545 | |
++ typeset __type | |
++ for __type in osx_brew osx_port smf osx_fink | |
++ requirements_find_osx_brew | |
++ __rvm_which brew | |
++ return 0 | |
++ __lib_type=osx_brew | |
++ return 0 | |
++ [[ osx_brew != \o\s\x ]] | |
++ rvm_debug 'requirements lib type set to osx_brew' | |
++ (( 0 )) | |
++ return 0 | |
++ [[ osx_brew != \o\s\x ]] | |
++ is_a_function requirements_osx_brew_before | |
++ typeset -f requirements_osx_brew_before | |
++ requirements_osx_brew_before ruby-1.9.3-p545 | |
++ typeset -ax brew_libs brew_libs_conf | |
++ requirements_osx_brew_ensure_brew_available | |
++ __rvm_which brew | |
++ command which brew | |
++ which brew | |
++ __rvm_which brew | |
++ command which brew | |
++ which brew | |
++ requirements_osx_brew_ensure_brew_can_install | |
++ (( rvm_autolibs_flag_number > 2 )) | |
++ typeset __celar_path | |
+++ brew --cellar | |
++ __celar_path=/usr/local/Cellar | |
++ [[ ! -w /usr/local/bin ]] | |
++ [[ ! -w /usr/local/Cellar ]] | |
++ rvm_debug 'brew seems to be writable' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_define ruby-1.9.3-p545 | |
++ typeset -a list | |
++ typeset element __handler | |
++ is_a_function requirements_osx_brew_define | |
++ typeset -f requirements_osx_brew_define | |
++ __handler=requirements_osx_brew_define | |
++ list=(rvm) | |
++ (( 1 )) | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ (( 1 )) | |
++ list+=("$@") | |
++ for element in '"${list[@]}"' | |
++ requirements_osx_brew_define rvm | |
++ case "$1" in | |
++ true | |
++ for element in '"${list[@]}"' | |
++ requirements_osx_brew_define ruby-1.9.3-p545 | |
++ case "$1" in | |
++ requirements_osx_brew_libs_default ruby-1.9.3-p545 | |
++ brew_libs=(autoconf automake libtool pkg-config) | |
+++ __rvm_selected_compiler | |
+++ [[ =~ --with-gcc= ]] | |
+++ [[ -n '' ]] | |
+++ return 1 | |
++ typeset selected_compiler= | |
++ case "${selected_compiler:-}" in | |
++ case "$1" in | |
++ __ruby_clang_ok ruby-1.9.3-p545 | |
++ case "$1" in | |
++ return 1 | |
++ requirements_osx_brew_libs_default_check_gcc | |
++ requirements_detect_installed apple-gcc42 gcc46 gcc47 gcc48 | |
++ typeset -a __available_dependencies | |
++ __available_dependencies=() | |
++ typeset __package | |
++ requirements_fallback_lib_available apple-gcc42 gcc46 gcc47 gcc48 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_available apple-gcc42 | |
++ brew search | |
++ __rvm_grep '^apple-gcc42$' | |
++ GREP_OPTIONS= | |
++ grep '^apple-gcc42$' | |
++ __rvm_add_once __available_dependencies apple-gcc42 | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${__available_dependencies[*]}|" == \*"|${2}|"\* ]] || __available_dependencies+=( "${2}" )' | |
+++ [[ || == \*\|\a\p\p\l\e\-\g\c\c\4\2\|\* ]] | |
+++ __available_dependencies+=("${2}") | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_available gcc46 | |
++ __rvm_grep '^gcc46$' | |
++ brew search | |
++ GREP_OPTIONS= | |
++ grep '^gcc46$' | |
++ __rvm_add_once __available_dependencies gcc46 | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${__available_dependencies[*]}|" == \*"|${2}|"\* ]] || __available_dependencies+=( "${2}" )' | |
+++ [[ |apple-gcc42| == \*\|\g\c\c\4\6\|\* ]] | |
+++ __available_dependencies+=("${2}") | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_available gcc47 | |
++ brew search | |
++ __rvm_grep '^gcc47$' | |
++ GREP_OPTIONS= | |
++ grep '^gcc47$' | |
++ __rvm_add_once __available_dependencies gcc47 | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${__available_dependencies[*]}|" == \*"|${2}|"\* ]] || __available_dependencies+=( "${2}" )' | |
+++ [[ |apple-gcc42|gcc46| == \*\|\g\c\c\4\7\|\* ]] | |
+++ __available_dependencies+=("${2}") | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_available gcc48 | |
++ brew search | |
++ __rvm_grep '^gcc48$' | |
++ GREP_OPTIONS= | |
++ grep '^gcc48$' | |
++ __rvm_add_once __available_dependencies gcc48 | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${__available_dependencies[*]}|" == \*"|${2}|"\* ]] || __available_dependencies+=( "${2}" )' | |
+++ [[ |apple-gcc42|gcc46|gcc47| == \*\|\g\c\c\4\8\|\* ]] | |
+++ __available_dependencies+=("${2}") | |
++ __rvm_add_once __available_dependencies apple-gcc42 | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${__available_dependencies[*]}|" == \*"|${2}|"\* ]] || __available_dependencies+=( "${2}" )' | |
+++ [[ |apple-gcc42|gcc46|gcc47|gcc48| == \*\|\a\p\p\l\e\-\g\c\c\4\2\|\* ]] | |
+++ __available_dependencies+=("${2}") | |
++ requirements_fallback_lib_installed apple-gcc42 gcc46 gcc47 gcc48 apple-gcc42 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_installed apple-gcc42 | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^apple-gcc42$' | |
++ GREP_OPTIONS= | |
++ grep '^apple-gcc42$' | |
++ return 1 | |
++ return 1 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_installed gcc46 | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^gcc46$' | |
++ GREP_OPTIONS= | |
++ grep '^gcc46$' | |
++ return 1 | |
++ return 1 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_installed gcc47 | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^gcc47$' | |
++ GREP_OPTIONS= | |
++ grep '^gcc47$' | |
++ return 1 | |
++ return 1 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_installed gcc48 | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^gcc48$' | |
++ GREP_OPTIONS= | |
++ grep '^gcc48$' | |
++ return 1 | |
++ return 1 | |
++ for __package in '"$@"' | |
++ requirements_osx_brew_lib_installed apple-gcc42 | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^apple-gcc42$' | |
++ GREP_OPTIONS= | |
++ grep '^apple-gcc42$' | |
++ return 1 | |
++ return 1 | |
++ return 1 | |
++ return 1 | |
++ return 1 | |
++ requirements_osx_brew_libs_default_add_gcc_v_auto | |
++ __rvm_version_compare 10.6 -ge 10.7 | |
++ typeset first | |
+++ printf %b '10.6\n10.7\n' | |
+++ __rvm_version_sort | |
+++ command head -n1 | |
+++ head -n1 | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
++ first=10.6 | |
++ case "$2" in | |
++ [[ 10.6 == \h\e\a\d ]] | |
++ [[ 10.6 == \1\0\.\7 ]] | |
++ [[ 10.6 == \1\0\.\7 ]] | |
++ return 1 | |
++ requirements_osx_brew_libs_default_add_gcc_v 4.2 | |
++ case "$1" in | |
++ requirements_osx_brew_libs_default_add_gcc '' gcc-4.2 apple-gcc42 homebrew/dupes | |
++ [[ -n '' ]] | |
++ export CC=gcc-4.2 | |
++ CC=gcc-4.2 | |
++ __rvm_which gcc-4.2 | |
++ command which gcc-4.2 | |
++ which gcc-4.2 | |
++ true | |
++ brew_libs_conf=(libyaml readline libksba) | |
++ case "$1" in | |
++ brew_libs_conf+=(openssl) | |
++ requirements_check autoconf automake libtool pkg-config libyaml readline libksba openssl | |
++ typeset _package_name _list | |
++ is_a_function requirements_osx_brew_lib_installed_all_missing | |
++ typeset -f requirements_osx_brew_lib_installed_all_missing | |
++ return 1 | |
++ is_a_function requirements_osx_brew_lib_installed | |
++ typeset -f requirements_osx_brew_lib_installed | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed autoconf | |
++ requirements_osx_brew_lib_installed autoconf | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^autoconf$' | |
++ GREP_OPTIONS= | |
++ grep '^autoconf$' | |
++ requirements_osx_brew_lib_installed_prefix_check autoconf | |
+++ brew --prefix autoconf | |
++ brew_lib_prefix=/usr/local/opt/autoconf | |
++ [[ -n /usr/local/opt/autoconf ]] | |
++ [[ -d /usr/local/opt/autoconf ]] | |
++ __rvm_add_once packages_installed autoconf | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ || == \*\|\a\u\t\o\c\o\n\f\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed automake | |
++ requirements_osx_brew_lib_installed automake | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^automake$' | |
++ GREP_OPTIONS= | |
++ grep '^automake$' | |
++ requirements_osx_brew_lib_installed_prefix_check automake | |
+++ brew --prefix automake | |
++ brew_lib_prefix=/usr/local/opt/automake | |
++ [[ -n /usr/local/opt/automake ]] | |
++ [[ -d /usr/local/opt/automake ]] | |
++ __rvm_add_once packages_installed automake | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf| == \*\|\a\u\t\o\m\a\k\e\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libtool | |
++ requirements_osx_brew_lib_installed libtool | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^libtool$' | |
++ GREP_OPTIONS= | |
++ grep '^libtool$' | |
++ requirements_osx_brew_lib_installed_prefix_check libtool | |
+++ brew --prefix libtool | |
++ brew_lib_prefix=/usr/local/opt/libtool | |
++ [[ -n /usr/local/opt/libtool ]] | |
++ [[ -d /usr/local/opt/libtool ]] | |
++ __rvm_add_once packages_installed libtool | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake| == \*\|\l\i\b\t\o\o\l\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed pkg-config | |
++ requirements_osx_brew_lib_installed pkg-config | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^pkg-config$' | |
++ GREP_OPTIONS= | |
++ grep '^pkg-config$' | |
++ requirements_osx_brew_lib_installed_prefix_check pkg-config | |
+++ brew --prefix pkg-config | |
++ brew_lib_prefix=/usr/local/opt/pkg-config | |
++ [[ -n /usr/local/opt/pkg-config ]] | |
++ [[ -d /usr/local/opt/pkg-config ]] | |
++ __rvm_add_once packages_installed pkg-config | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake|libtool| == \*\|\p\k\g\-\c\o\n\f\i\g\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libyaml | |
++ requirements_osx_brew_lib_installed libyaml | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^libyaml$' | |
++ GREP_OPTIONS= | |
++ grep '^libyaml$' | |
++ requirements_osx_brew_lib_installed_prefix_check libyaml | |
+++ brew --prefix libyaml | |
++ brew_lib_prefix=/usr/local/opt/libyaml | |
++ [[ -n /usr/local/opt/libyaml ]] | |
++ [[ -d /usr/local/opt/libyaml ]] | |
++ __rvm_add_once packages_installed libyaml | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake|libtool|pkg-config| == \*\|\l\i\b\y\a\m\l\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed readline | |
++ requirements_osx_brew_lib_installed readline | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^readline$' | |
++ GREP_OPTIONS= | |
++ grep '^readline$' | |
++ requirements_osx_brew_lib_installed_prefix_check readline | |
+++ brew --prefix readline | |
++ brew_lib_prefix=/usr/local/opt/readline | |
++ [[ -n /usr/local/opt/readline ]] | |
++ [[ -d /usr/local/opt/readline ]] | |
++ __rvm_add_once packages_installed readline | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake|libtool|pkg-config|libyaml| == \*\|\r\e\a\d\l\i\n\e\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libksba | |
++ requirements_osx_brew_lib_installed libksba | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^libksba$' | |
++ GREP_OPTIONS= | |
++ grep '^libksba$' | |
++ requirements_osx_brew_lib_installed_prefix_check libksba | |
+++ brew --prefix libksba | |
++ brew_lib_prefix=/usr/local/opt/libksba | |
++ [[ -n /usr/local/opt/libksba ]] | |
++ [[ -d /usr/local/opt/libksba ]] | |
++ __rvm_add_once packages_installed libksba | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake|libtool|pkg-config|libyaml|readline| == \*\|\l\i\b\k\s\b\a\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ for _package_name in '"$@"' | |
++ __rvm_filter_installed_package_check requirements_osx_brew_lib_installed openssl | |
++ requirements_osx_brew_lib_installed openssl | |
++ typeset brew_lib_prefix | |
++ brew list -1 | |
++ __rvm_grep '^openssl$' | |
++ GREP_OPTIONS= | |
++ grep '^openssl$' | |
++ requirements_osx_brew_lib_installed_prefix_check openssl | |
+++ brew --prefix openssl | |
++ brew_lib_prefix=/usr/local/opt/openssl | |
++ [[ -n /usr/local/opt/openssl ]] | |
++ [[ -d /usr/local/opt/openssl ]] | |
++ __rvm_add_once packages_installed openssl | |
++ typeset IFS | |
++ IFS='|' | |
++ eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )' | |
+++ [[ |autoconf|automake|libtool|pkg-config|libyaml|readline|libksba| == \*\|\o\p\e\n\s\s\l\|\* ]] | |
+++ packages_installed+=("${2}") | |
++ true | |
++ true | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_summary ruby-1.9.3-p545 | |
++ typeset __summary_status=0 | |
++ (( 0 == 0 )) | |
++ (( 8 == 0 )) | |
++ _list='autoconf automake libtool pkg-config libyaml readline libksba openssl' | |
++ rvm_debug 'Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl.' | |
++ (( 0 )) | |
++ return 0 | |
++ (( 0 == 0 )) | |
++ (( 0 == 0 )) | |
++ return 0 | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_update ruby-1.9.3-p545 | |
++ (( 0 > 0 )) | |
++ (( 0+0 > 0 && 4 > 2 )) | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_custom ruby-1.9.3-p545 | |
++ (( 0 )) | |
++ return 0 | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_install ruby-1.9.3-p545 | |
++ (( 0 )) | |
++ return 0 | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_custom_after ruby-1.9.3-p545 | |
++ (( 0 )) | |
++ return 0 | |
++ for __iterator in load reset before define summary update custom install custom_after after | |
++ __rvm_requirements_run_after ruby-1.9.3-p545 | |
++ is_a_function requirements_osx_brew_after | |
++ typeset -f requirements_osx_brew_after | |
++ requirements_osx_brew_after ruby-1.9.3-p545 | |
++ (( 8 == 0 )) | |
++ requirements_osx_brew_libs_try_upgrade autoconf automake libtool pkg-config libyaml readline libksba openssl | |
++ (( rvm_autolibs_flag_number > 0 )) | |
++ typeset -a outdated_libs | |
++ __rvm_read_lines outdated_libs /dev/fd/63 | |
++ typeset IFS | |
++ IFS=' | |
' | |
++ [[ /dev/fd/63 == \- ]] | |
++ eval 'outdated_libs=( $( \cat "${2:--}" ) )' | |
+++ outdated_libs=($( \cat "${2:--}" )) | |
+++ requirements_osx_brew_libs_outdated_filter autoconf automake libtool pkg-config libyaml readline libksba openssl | |
++++ cat /dev/fd/63 | |
+++ typeset IFS | |
+++ IFS='|' | |
+++ brew outdated --quiet | |
+++ __rvm_grep -E 'autoconf|automake|libtool|pkg-config|libyaml|readline|libksba|openssl' | |
+++ GREP_OPTIONS= | |
+++ grep -E 'autoconf|automake|libtool|pkg-config|libyaml|readline|libksba|openssl' | |
+++ return 1 | |
++ (( 0 )) | |
++ requirements_osx_brew_libs_default_check_gcc42 | |
++ [[ autoconf automake libtool pkg-config =~ apple-gcc42 ]] | |
++ requirements_osx_brew_libs_set_path autoconf automake libtool pkg-config | |
++ typeset brew_lib brew_lib_prefix | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check autoconf | |
+++ brew --prefix autoconf | |
++ brew_lib_prefix=/usr/local/opt/autoconf | |
++ [[ -n /usr/local/opt/autoconf ]] | |
++ [[ -d /usr/local/opt/autoconf ]] | |
++ __rvm_add_to_path prepend /usr/local/opt/autoconf/bin | |
++ export PATH | |
++ (( 2 != 2 )) | |
++ [[ -z /usr/local/opt/autoconf/bin ]] | |
++ __rvm_remove_from_path /usr/local/opt/autoconf/bin | |
++ export PATH | |
++ typeset _value | |
++ _value=/usr/local/opt/autoconf/bin | |
++ [[ /Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ // ]] | |
++ [[ /Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ /: ]] | |
++ __rvm_string_match ':/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' '*:/usr/local/opt/autoconf/bin:*' | |
++ typeset _string | |
++ _string=':/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ case "$1" in | |
++ PATH='/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ [[ -n '' ]] | |
++ builtin hash -r | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check automake | |
+++ brew --prefix automake | |
++ brew_lib_prefix=/usr/local/opt/automake | |
++ [[ -n /usr/local/opt/automake ]] | |
++ [[ -d /usr/local/opt/automake ]] | |
++ __rvm_add_to_path prepend /usr/local/opt/automake/bin | |
++ export PATH | |
++ (( 2 != 2 )) | |
++ [[ -z /usr/local/opt/automake/bin ]] | |
++ __rvm_remove_from_path /usr/local/opt/automake/bin | |
++ export PATH | |
++ typeset _value | |
++ _value=/usr/local/opt/automake/bin | |
++ [[ /usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ // ]] | |
++ [[ /usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ /: ]] | |
++ __rvm_string_match ':/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' '*:/usr/local/opt/automake/bin:*' | |
++ typeset _string | |
++ _string=':/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ case "$1" in | |
++ PATH='/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ [[ -n '' ]] | |
++ builtin hash -r | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check libtool | |
+++ brew --prefix libtool | |
++ brew_lib_prefix=/usr/local/opt/libtool | |
++ [[ -n /usr/local/opt/libtool ]] | |
++ [[ -d /usr/local/opt/libtool ]] | |
++ __rvm_add_to_path prepend /usr/local/opt/libtool/bin | |
++ export PATH | |
++ (( 2 != 2 )) | |
++ [[ -z /usr/local/opt/libtool/bin ]] | |
++ __rvm_remove_from_path /usr/local/opt/libtool/bin | |
++ export PATH | |
++ typeset _value | |
++ _value=/usr/local/opt/libtool/bin | |
++ [[ /usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ // ]] | |
++ [[ /usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ /: ]] | |
++ __rvm_string_match ':/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' '*:/usr/local/opt/libtool/bin:*' | |
++ typeset _string | |
++ _string=':/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ case "$1" in | |
++ PATH='/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ [[ -n '' ]] | |
++ builtin hash -r | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check pkg-config | |
+++ brew --prefix pkg-config | |
++ brew_lib_prefix=/usr/local/opt/pkg-config | |
++ [[ -n /usr/local/opt/pkg-config ]] | |
++ [[ -d /usr/local/opt/pkg-config ]] | |
++ __rvm_add_to_path prepend /usr/local/opt/pkg-config/bin | |
++ export PATH | |
++ (( 2 != 2 )) | |
++ [[ -z /usr/local/opt/pkg-config/bin ]] | |
++ __rvm_remove_from_path /usr/local/opt/pkg-config/bin | |
++ export PATH | |
++ typeset _value | |
++ _value=/usr/local/opt/pkg-config/bin | |
++ [[ /usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ // ]] | |
++ [[ /usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ /: ]] | |
++ __rvm_string_match ':/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' '*:/usr/local/opt/pkg-config/bin:*' | |
++ typeset _string | |
++ _string=':/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ case "$1" in | |
++ PATH='/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ [[ -n '' ]] | |
++ builtin hash -r | |
++ rvm_debug 'PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ (( 0 )) | |
++ return 0 | |
++ requirements_osx_brew_libs_configure ruby-1.9.3-p545 libyaml readline libksba openssl | |
++ typeset package brew_lib brew_lib_prefix | |
++ package=ruby-1.9.3-p545 | |
++ shift | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check libyaml | |
+++ brew --prefix libyaml | |
++ brew_lib_prefix=/usr/local/opt/libyaml | |
++ [[ -n /usr/local/opt/libyaml ]] | |
++ [[ -d /usr/local/opt/libyaml ]] | |
++ __rvm_update_configure_opt_dir ruby-1.9.3-p545 /usr/local/opt/libyaml | |
++ case "$1" in | |
++ typeset __patchlevel | |
++ __patchlevel=545 | |
++ (( __patchlevel < 297 )) | |
++ __rvm_update_configure_opt_dir_option /usr/local/opt/libyaml | |
++ rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml )' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_array_add_or_update rvm_configure_flags --with-opt-dir= : /usr/local/opt/libyaml | |
++ typeset _array_name _variable _separator _value _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_flags | |
++ _variable=--with-opt-dir= | |
++ _separator=: | |
++ _value=/usr/local/opt/libyaml | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_flags[@]}" )' | |
+++ _array_value_old=("${rvm_configure_flags[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ _array_value_new=("${_array_value_old[@]}" "${_variable}${_value}") | |
++ eval 'rvm_configure_flags=( "${_array_value_new[@]}" )' | |
+++ rvm_configure_flags=("${_array_value_new[@]}") | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check readline | |
+++ brew --prefix readline | |
++ brew_lib_prefix=/usr/local/opt/readline | |
++ [[ -n /usr/local/opt/readline ]] | |
++ [[ -d /usr/local/opt/readline ]] | |
++ __rvm_update_configure_opt_dir ruby-1.9.3-p545 /usr/local/opt/readline | |
++ case "$1" in | |
++ typeset __patchlevel | |
++ __patchlevel=545 | |
++ (( __patchlevel < 297 )) | |
++ __rvm_update_configure_opt_dir_option /usr/local/opt/readline | |
++ rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline )' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_array_add_or_update rvm_configure_flags --with-opt-dir= : /usr/local/opt/readline | |
++ typeset _array_name _variable _separator _value _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_flags | |
++ _variable=--with-opt-dir= | |
++ _separator=: | |
++ _value=/usr/local/opt/readline | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_flags[@]}" )' | |
+++ _array_value_old=("${rvm_configure_flags[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ for _local_value in '"${_array_value_old[@]}"' | |
++ case "${_local_value}" in | |
++ _array_value_new+=("${_local_value}${_separator}${_value}") | |
++ eval 'rvm_configure_flags=( "${_array_value_new[@]}" )' | |
+++ rvm_configure_flags=("${_array_value_new[@]}") | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check libksba | |
+++ brew --prefix libksba | |
++ brew_lib_prefix=/usr/local/opt/libksba | |
++ [[ -n /usr/local/opt/libksba ]] | |
++ [[ -d /usr/local/opt/libksba ]] | |
++ __rvm_update_configure_opt_dir ruby-1.9.3-p545 /usr/local/opt/libksba | |
++ case "$1" in | |
++ typeset __patchlevel | |
++ __patchlevel=545 | |
++ (( __patchlevel < 297 )) | |
++ __rvm_update_configure_opt_dir_option /usr/local/opt/libksba | |
++ rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba )' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_array_add_or_update rvm_configure_flags --with-opt-dir= : /usr/local/opt/libksba | |
++ typeset _array_name _variable _separator _value _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_flags | |
++ _variable=--with-opt-dir= | |
++ _separator=: | |
++ _value=/usr/local/opt/libksba | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_flags[@]}" )' | |
+++ _array_value_old=("${rvm_configure_flags[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ for _local_value in '"${_array_value_old[@]}"' | |
++ case "${_local_value}" in | |
++ _array_value_new+=("${_local_value}${_separator}${_value}") | |
++ eval 'rvm_configure_flags=( "${_array_value_new[@]}" )' | |
+++ rvm_configure_flags=("${_array_value_new[@]}") | |
++ for brew_lib in '"$@"' | |
++ requirements_osx_brew_lib_installed_prefix_check openssl | |
+++ brew --prefix openssl | |
++ brew_lib_prefix=/usr/local/opt/openssl | |
++ [[ -n /usr/local/opt/openssl ]] | |
++ [[ -d /usr/local/opt/openssl ]] | |
++ __rvm_update_configure_opt_dir ruby-1.9.3-p545 /usr/local/opt/openssl | |
++ case "$1" in | |
++ typeset __patchlevel | |
++ __patchlevel=545 | |
++ (( __patchlevel < 297 )) | |
++ __rvm_update_configure_opt_dir_option /usr/local/opt/openssl | |
++ rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl )' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_array_add_or_update rvm_configure_flags --with-opt-dir= : /usr/local/opt/openssl | |
++ typeset _array_name _variable _separator _value _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_flags | |
++ _variable=--with-opt-dir= | |
++ _separator=: | |
++ _value=/usr/local/opt/openssl | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_flags[@]}" )' | |
+++ _array_value_old=("${rvm_configure_flags[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ for _local_value in '"${_array_value_old[@]}"' | |
++ case "${_local_value}" in | |
++ _array_value_new+=("${_local_value}${_separator}${_value}") | |
++ eval 'rvm_configure_flags=( "${_array_value_new[@]}" )' | |
+++ rvm_configure_flags=("${_array_value_new[@]}") | |
++ unset brew_libs brew_libs_conf | |
++ case "$1" in | |
++ requirements_osx_brew_after_update_certs_openssl ruby-1.9.3-p545 | |
++ typeset brew_lib_prefix openssl_name | |
++ case "$1" in | |
++ openssl_name=openssl | |
++ requirements_osx_brew_lib_installed_prefix_check openssl | |
+++ brew --prefix openssl | |
++ brew_lib_prefix=/usr/local/opt/openssl | |
++ [[ -n /usr/local/opt/openssl ]] | |
++ [[ -d /usr/local/opt/openssl ]] | |
++ [[ -x /usr/local/opt/openssl/bin/openssl ]] | |
++ requirements_osx_update_openssl_cert /usr/local/opt/openssl/bin/openssl | |
++ [[ Darwin == \D\a\r\w\i\n ]] | |
++ typeset ssl_binary ssl_dir cert_file | |
++ ssl_binary=/usr/local/opt/openssl/bin/openssl | |
++ __rvm_osx_ssl_certs_file_from_openssl /usr/local/opt/openssl/bin/openssl | |
+++ /usr/local/opt/openssl/bin/openssl version -d | |
++ cert_file='OPENSSLDIR: "/usr/local/etc/openssl"' | |
++ cert_file='/usr/local/etc/openssl"' | |
++ cert_file=/usr/local/etc/openssl | |
++ cert_file=/usr/local/etc/openssl/cert.pem | |
++ ssl_dir=/usr/local/etc/openssl | |
++ case "${rvm_autolibs_flag_number}" in | |
++ requirements_osx_update_openssl_cert_old | |
++ [[ ! -f /usr/local/etc/openssl/cert.pem ]] | |
++ [[ /usr/local/etc/openssl/cert.pem -ot /Library/Keychains/System.keychain ]] | |
++ [[ /usr/local/etc/openssl/cert.pem -ot /System/Library/Keychains/SystemRootCertificates.keychain ]] | |
++ rvm_log 'Certificates in '\''/usr/local/etc/openssl/cert.pem'\'' are already up to date.' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Certificates in '\''/usr/local/etc/openssl/cert.pem'\'' are already up to date.\n' | |
Certificates in '/usr/local/etc/openssl/cert.pem' are already up to date. | |
++ true | |
++ rvm_log 'Requirements installation successful.' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Requirements installation successful.\n' | |
Requirements installation successful. | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_movable ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_movable ruby-1.9.3-p545 | |
++ (( 0 > 0 )) | |
++ return 0 | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_parse_name ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_parse_name ruby-1.9.3-p545 | |
++ case "${rvm_ruby_name:-}" in | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_system ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_system ruby-1.9.3-p545 | |
++ is_a_function __rvm_setup_compile_environment_system_OSX | |
++ typeset -f __rvm_setup_compile_environment_system_OSX | |
++ __rvm_setup_compile_environment_system_OSX ruby-1.9.3-p545 | |
++ __rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p545 | |
++ case "$1" in | |
++ typeset __ruby_version=1.9.3-p545 | |
++ __ruby_version=1.9.3 | |
++ __rvm_version_compare 1.9.3 -ge 2.1.1 | |
++ typeset first | |
+++ printf %b '1.9.3\n2.1.1\n' | |
+++ __rvm_version_sort | |
+++ command head -n1 | |
+++ head -n1 | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
++ first=1.9.3 | |
++ case "$2" in | |
++ [[ 1.9.3 == \h\e\a\d ]] | |
++ [[ 1.9.3 == \2\.\1\.\1 ]] | |
++ [[ 1.9.3 == \2\.\1\.\1 ]] | |
++ return 1 | |
++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl == *\ \-\-\w\i\t\h\-\t\c\l\ * ]] | |
++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl == *\ \-\-\w\i\t\h\-\t\k\ * ]] | |
++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl == *\ \-\-\w\i\t\h\o\u\t\-\t\c\l\ * ]] | |
++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl == *\ \-\-\w\i\t\h\o\u\t\-\t\k\ * ]] | |
++ rvm_configure_flags+=(--without-tcl --without-tk) | |
++ true | |
++ __rvm_setup_compile_environment_osx_compiler ruby-1.9.3-p545 | |
++ __rvm_array_contains '*debug*' | |
++ typeset _search _iterator | |
++ _search='*debug*' | |
++ shift | |
++ return 1 | |
++ [[ -n '' ]] | |
++ [[ -n gcc-4.2 ]] | |
++ rvm_debug 'Automatically selected compiler: gcc-4.2' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_compiler_is_clang | |
++ __rvm_compiler_version_is clang '' | |
++ typeset compiler __check | |
++ __check=clang | |
+++ __rvm_found_compiler | |
+++ __rvm_selected_compiler | |
+++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk =~ --with-gcc= ]] | |
+++ [[ -n gcc-4.2 ]] | |
+++ echo gcc-4.2 | |
+++ return 0 | |
++ compiler=gcc-4.2 | |
++ __rvm_compiler_is gcc-4.2 --version clang | |
++ __rvm_run_compiler gcc-4.2 --version | |
++ [[ -n gcc-4.2 ]] | |
++ typeset compiler=gcc-4.2 | |
++ __rvm_grep -i clang | |
++ shift | |
++ [[ -n '' ]] | |
++ gcc-4.2 --version | |
++ GREP_OPTIONS= | |
++ grep -i clang | |
++ return 1 | |
++ return 1 | |
++ return 1 | |
+++ __rvm_found_compiler | |
+++ __rvm_selected_compiler | |
+++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk =~ --with-gcc= ]] | |
+++ [[ -n gcc-4.2 ]] | |
+++ echo gcc-4.2 | |
+++ return 0 | |
++ [[ gcc-4.2 == '' ]] | |
++ true | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_architectures ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_architectures ruby-1.9.3-p545 | |
++ rvm_debug 'rvm_architectures(0):.' | |
++ (( 0 )) | |
++ return 0 | |
++ (( 0 > 0 )) | |
++ return 0 | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_gcc47plus ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_gcc47plus ruby-1.9.3-p545 | |
++ __rvm_compiler_version_or_higher 4.7 | |
++ typeset __version compiler | |
+++ __rvm_found_compiler | |
+++ __rvm_selected_compiler | |
+++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk =~ --with-gcc= ]] | |
+++ [[ -n gcc-4.2 ]] | |
+++ echo gcc-4.2 | |
+++ return 0 | |
++ compiler=gcc-4.2 | |
+++ __rvm_run_compiler gcc-4.2 -dumpversion | |
+++ [[ -n gcc-4.2 ]] | |
+++ typeset compiler=gcc-4.2 | |
+++ shift | |
+++ [[ -n '' ]] | |
+++ gcc-4.2 -dumpversion | |
++ __version=4.2.1 | |
++ __rvm_version_compare 4.2.1 -ge 4.7 | |
++ typeset first | |
+++ printf %b '4.2.1\n4.7\n' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ command head -n1 | |
+++ head -n1 | |
++ first=4.2.1 | |
++ case "$2" in | |
++ [[ 4.2.1 == \h\e\a\d ]] | |
++ [[ 4.2.1 == \4\.\7 ]] | |
++ [[ 4.2.1 == \4\.\7 ]] | |
++ return 1 | |
++ return 1 | |
++ return 0 | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_bison ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_bison ruby-1.9.3-p545 | |
++ (( 4 > 1 )) | |
++ case "$1" in | |
++ __rvm_check_for_bison | |
++ true 0 | |
++ (( rvm_head_flag > 0 )) | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_flags_docs ruby-1.9.3-p545 | |
++ (( 0 == 1 )) | |
++ case "$1" in | |
++ rvm_configure_flags+=(--disable-install-doc) | |
++ true | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p545 | |
++ (( 0 == 1 )) | |
++ case "$1" in | |
++ rvm_configure_flags+=(--enable-shared) | |
++ true | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_flags_threads ruby-1.9.3-p545 | |
++ case "$1" in | |
++ [[ OSX == \F\r\e\e\B\S\D ]] | |
++ [[ OSX == \D\r\a\g\o\n\F\l\y ]] | |
++ [[ =~ -j ]] | |
++ rvm_make_flags+=(-j$(__rvm_detect_max_threads)) | |
+++ __rvm_detect_max_threads | |
+++ case "${_system_name}" in | |
+++ cat /proc/cpuinfo | |
+++ grep vendor_id | |
+++ wc -l | |
+++ echo one | |
++ for __type in '"${__types[@]}"' | |
++ rvm_debug '__rvm_setup_compile_environment_compatibility_flag ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_setup_compile_environment_compatibility_flag ruby-1.9.3-p545 | |
++ case "$1" in | |
+++ __rvm_found_compiler | |
+++ __rvm_selected_compiler | |
+++ [[ --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared =~ --with-gcc= ]] | |
+++ [[ -n gcc-4.2 ]] | |
+++ echo gcc-4.2 | |
+++ return 0 | |
++ rvm_debug 'found compiler: gcc-4.2' | |
++ (( 0 )) | |
++ return 0 | |
++ __rvm_install_source | |
++ true 1 | |
++ typeset directory db_configure_flags | |
++ typeset -a autoconf_flags | |
++ (( rvm_ruby_selected_flag )) | |
++ [[ -n '' ]] | |
++ rvm_log 'Installing Ruby from source to: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545, this may take a while depending on your cpu(s)...' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Installing Ruby from source to: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545, this may take a while depending on your cpu(s)...\n' | |
Installing Ruby from source to: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545, this may take a while depending on your cpu(s)... | |
++ __rvm_cd /Users/akrubic/.rvm/src | |
++ typeset old_cdpath ret | |
++ ret=0 | |
++ old_cdpath= | |
++ CDPATH=. | |
++ chpwd_functions= | |
++ builtin cd /Users/akrubic/.rvm/src | |
++ CDPATH= | |
++ return 0 | |
++ __rvm_fetch_ruby | |
++ typeset _current_command | |
++ (( 1 == 0 )) | |
++ (( 0 == 0 )) | |
++ [[ -z '' ]] | |
++ [[ -z '' ]] | |
++ [[ -z '' ]] | |
++ __rvm_fetch_ruby_package | |
++ rvm_ruby_package_name=ruby-1.9.3-p545 | |
++ rvm_ruby_package_file=ruby-1.9.3-p545 | |
++ case "$rvm_ruby_string" in | |
++ rvm_archive_extension=tar.bz2 | |
++ case "$rvm_ruby_interpreter" in | |
+++ __rvm_db ruby_url | |
+++ typeset value key variable | |
+++ key=ruby_url | |
+++ key=ruby_url | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=ruby_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_url | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^ruby_url=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^ruby_url=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_url=' /Users/akrubic/.rvm/user/db | |
++++ sed -e 's#^ruby_url=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=ruby_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_url | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^ruby_url=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^ruby_url=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_url=' /Users/akrubic/.rvm/config/db | |
++++ sed -e 's#^ruby_url=##' -e '/^$/d' | |
+++ value=http://cache.ruby-lang.org/pub/ruby | |
+++ [[ -n http://cache.ruby-lang.org/pub/ruby ]] | |
+++ [[ -n '' ]] | |
+++ echo http://cache.ruby-lang.org/pub/ruby | |
+++ true | |
++ rvm_ruby_url=http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p545.tar.bz2 | |
++ rvm_log 'ruby-1.9.3-p545 - #downloading ruby-1.9.3-p545, this may take a while depending on your connection...' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #downloading ruby-1.9.3-p545, this may take a while depending on your connection...\n' | |
ruby-1.9.3-p545 - #downloading ruby-1.9.3-p545, this may take a while depending on your connection... | |
++ /Users/akrubic/.rvm/scripts/fetch http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p545.tar.bz2 | |
++ [[ -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ true | |
++ [[ ! -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ mkdir -p /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ __rvm_log_command extract 'ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /Users/akrubic/.rvm/src/ruby-1.9.3-p545' __rvm_package_extract /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=extract | |
++ message='ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /Users/akrubic/.rvm/src/ruby-1.9.3-p545' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_package_extract | |
++ (( 3 )) | |
++ [[ __rvm_package_extract =~ = ]] | |
++ _command_name=__rvm_package_extract | |
++ [[ ! __rvm_package_extract =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_package_extract /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:35:37] __rvm_package_extract\n' | |
[2014-06-29 15:35:37] __rvm_package_extract | |
++ is_a_function __rvm_package_extract | |
++ typeset -f __rvm_package_extract | |
++ typeset -f __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 | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src\n' | |
current path: /Users/akrubic/.rvm/src | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(3): __rvm_package_extract /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749\n' | |
command(3): __rvm_package_extract /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ rvm_log 'ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /Users/akrubic/.rvm/src/ruby-1.9.3-p545' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
ruby-1.9.3-p545 - #extracting ruby-1.9.3-p545 to /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_package_extract /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ rvm_debug __rvm_package_extract:2: /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ (( 0 )) | |
++ return 0 | |
++ typeset __tempdir __path __file __return | |
++ __return=0 | |
+++ TMPDIR=/Users/akrubic/.rvm/tmp | |
+++ mktemp -d -t rvm-tmp.XXXXXXXXX | |
++ __tempdir=/Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF | |
++ __rvm_package_extract_run /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF | |
++ [[ -d /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF ]] | |
++ case "$1" in | |
++ [[ -n '' ]] | |
++ __rvm_tar xjf /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 -C /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF | |
++ tar xjf /Users/akrubic/.rvm/archives/ruby-1.9.3-p545.tar.bz2 -C /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF | |
++ __rvm_fix_group_permissions /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF/ruby-1.9.3-p545 | |
++ umask -S | |
++ __rvm_grep g=rw | |
++ GREP_OPTIONS= | |
++ grep g=rw | |
++ return 1 | |
++ (( __return == 0 )) | |
++ for __path in '"$__tempdir"/*' | |
++ __file=ruby-1.9.3-p545 | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ -e /Users/akrubic/.rvm/tmp/rvm_src_15749/ruby-1.9.3-p545 ]] | |
++ mv -f /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF/ruby-1.9.3-p545 /Users/akrubic/.rvm/tmp/rvm_src_15749/ | |
++ [[ -n /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF ]] | |
++ rm -rf /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.O7WWE4CF | |
++ return 0 | |
++ __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_rm_rf_verbose /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset target | |
++ target=/Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ [[ -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ [[ -f /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ [[ -L /Users/akrubic/.rvm/src/ruby-1.9.3-p545 ]] | |
++ rvm_debug '__rvm_rm_rf already gone: /Users/akrubic/.rvm/src/ruby-1.9.3-p545' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
+++ __rvm_find /Users/akrubic/.rvm/tmp/rvm_src_15749 -mindepth 1 -maxdepth 1 -type d | |
+++ find /Users/akrubic/.rvm/tmp/rvm_src_15749 -mindepth 1 -maxdepth 1 -type d | |
++ mv /Users/akrubic/.rvm/tmp/rvm_src_15749/ruby-1.9.3-p545 /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_rm_rf /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ __rvm_rm_rf_verbose /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ typeset target | |
++ target=/Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z /Users/akrubic/.rvm/tmp/rvm_src_15749 ]] | |
++ [[ -d /Users/akrubic/.rvm/tmp/rvm_src_15749 ]] | |
++ rm -rf /Users/akrubic/.rvm/tmp/rvm_src_15749 | |
++ true | |
++ [[ -n '' ]] | |
++ true | |
++ __rvm_cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset old_cdpath ret | |
++ ret=0 | |
++ old_cdpath= | |
++ CDPATH=. | |
++ chpwd_functions= | |
++ builtin cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ CDPATH= | |
++ return 0 | |
++ [[ -d /Users/akrubic/.rvm/usr ]] | |
++ __rvm_add_to_path prepend /Users/akrubic/.rvm/usr/bin | |
++ export PATH | |
++ (( 2 != 2 )) | |
++ [[ -z /Users/akrubic/.rvm/usr/bin ]] | |
++ __rvm_remove_from_path /Users/akrubic/.rvm/usr/bin | |
++ export PATH | |
++ typeset _value | |
++ _value=/Users/akrubic/.rvm/usr/bin | |
++ [[ /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ // ]] | |
++ [[ /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities =~ /: ]] | |
++ __rvm_string_match ':/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' '*:/Users/akrubic/.rvm/usr/bin:*' | |
++ typeset _string | |
++ _string=':/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities:' | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ case "$1" in | |
++ PATH='/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities' | |
++ [[ -n '' ]] | |
++ builtin hash -r | |
++ builtin hash -r | |
++ __rvm_apply_patches | |
++ typeset patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path _save_dir | |
++ typeset -a patches | |
++ patches=() | |
++ patch_level_separator=% | |
++ patch_fuzziness=25 | |
++ result=0 | |
++ source_directory=/Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ (( 0 == 0 )) | |
++ _save_dir=/Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ __rvm_cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset old_cdpath ret | |
++ ret=0 | |
++ old_cdpath= | |
++ CDPATH=. | |
++ chpwd_functions= | |
++ builtin cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ CDPATH= | |
++ return 0 | |
++ case "${1:-all}" in | |
++ __rvm_current_patch_names patches | |
++ typeset -a expanded_names patches_to_check | |
++ typeset _variable patch_level_separator level name expanded_name | |
++ _variable=patches | |
++ patch_level_separator=% | |
++ (( 0 )) | |
++ patches_to_check=(optional) | |
++ patches_to_check+=(default ${_system_name_lowercase}) | |
++ for name in '"${patches_to_check[@]}"' | |
++ [[ -n optional ]] | |
++ __rvm_string_match optional '*%*' | |
++ typeset _string | |
++ _string=optional | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ level=1 | |
++ name=optional | |
++ __rvm_read_lines expanded_names /dev/fd/63 | |
++ typeset IFS | |
++ IFS=' | |
' | |
++ [[ /dev/fd/63 == \- ]] | |
++ eval 'expanded_names=( $( \cat "${2:--}" ) )' | |
+++ expanded_names=($( \cat "${2:--}" )) | |
+++ __rvm_expand_patch_name optional 1 | |
+++ typeset name level expanded_patch_name not_required_patches | |
+++ not_required_patches='optional default osx' | |
+++ name=optional | |
+++ level=1 | |
+++ [[ -n optional ]] | |
++++ cat /dev/fd/63 | |
++++ rvm_ruby_string=ruby-1.9.3-p545 | |
++++ /Users/akrubic/.rvm/scripts/patchsets show optional | |
+++ expanded_patch_name= | |
+++ [[ optional default osx != *\ \o\p\t\i\o\n\a\l\ * ]] | |
++ rvm_debug 'Patch name '\''optional'\'', expanded_name(s) '\'''\''.' | |
++ (( 0 )) | |
++ return 0 | |
++ for name in '"${patches_to_check[@]}"' | |
++ [[ -n default ]] | |
++ __rvm_string_match default '*%*' | |
++ typeset _string | |
++ _string=default | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ level=1 | |
++ name=default | |
++ __rvm_read_lines expanded_names /dev/fd/62 | |
++ typeset IFS | |
++ IFS=' | |
' | |
++ [[ /dev/fd/62 == \- ]] | |
+++ __rvm_expand_patch_name default 1 | |
++ eval 'expanded_names=( $( \cat "${2:--}" ) )' | |
+++ expanded_names=($( \cat "${2:--}" )) | |
+++ typeset name level expanded_patch_name not_required_patches | |
+++ not_required_patches='optional default osx' | |
+++ name=default | |
+++ level=1 | |
+++ [[ -n default ]] | |
++++ cat /dev/fd/62 | |
++++ rvm_ruby_string=ruby-1.9.3-p545 | |
++++ /Users/akrubic/.rvm/scripts/patchsets show default | |
+++ expanded_patch_name=GH-488 | |
+++ echo GH-488 | |
++ rvm_debug 'Patch name '\''default'\'', expanded_name(s) '\''GH-488'\''.' | |
++ (( 0 )) | |
++ return 0 | |
++ for expanded_name in '"${expanded_names[@]}"' | |
++ [[ -z GH-488 ]] | |
++ eval 'patches+=( "${expanded_name}" )' | |
+++ patches+=("${expanded_name}") | |
++ for name in '"${patches_to_check[@]}"' | |
++ [[ -n osx ]] | |
++ __rvm_string_match osx '*%*' | |
++ typeset _string | |
++ _string=osx | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ level=1 | |
++ name=osx | |
++ __rvm_read_lines expanded_names /dev/fd/61 | |
++ typeset IFS | |
++ IFS=' | |
' | |
++ [[ /dev/fd/61 == \- ]] | |
++ eval 'expanded_names=( $( \cat "${2:--}" ) )' | |
+++ expanded_names=($( \cat "${2:--}" )) | |
+++ __rvm_expand_patch_name osx 1 | |
+++ typeset name level expanded_patch_name not_required_patches | |
++++ cat /dev/fd/61 | |
+++ not_required_patches='optional default osx' | |
+++ name=osx | |
+++ level=1 | |
+++ [[ -n osx ]] | |
++++ rvm_ruby_string=ruby-1.9.3-p545 | |
++++ /Users/akrubic/.rvm/scripts/patchsets show osx | |
+++ expanded_patch_name= | |
+++ [[ optional default osx != *\ \o\s\x\ * ]] | |
++ rvm_debug 'Patch name '\''osx'\'', expanded_name(s) '\'''\''.' | |
++ (( 0 )) | |
++ return 0 | |
++ rvm_debug 'All found patches(1): GH-488.' | |
++ (( 0 )) | |
++ return 0 | |
++ [[ -n '' ]] | |
++ for patch_name in '"${patches[@]}"' | |
++ __rvm_string_match GH-488 '*%*' | |
++ typeset _string | |
++ _string=GH-488 | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ patch_level=1 | |
++ patch_name=GH-488 | |
+++ __rvm_lookup_full_patch_path GH-488 | |
+++ typeset extension patch_path directory directories __old_IFS | |
+++ __old_IFS=' | |
' | |
+++ IFS=' | |
' | |
+++ directories=($( __rvm_patch_lookup_path )) | |
++++ __rvm_patch_lookup_path | |
++++ echo / | |
++++ [[ -z '' ]] | |
++++ echo /Users/akrubic/.rvm/src/ruby-1.9.3-p545/ | |
++++ __rvm_ruby_string_paths_under /Users/akrubic/.rvm/patches | |
++++ __rvm_sed 's/$/\//' | |
++++ typeset __search_path part parts IFS | |
++++ IFS=' ' | |
++++ sed 's/$/\//' | |
++++ __search_path=/Users/akrubic/.rvm/patches | |
++++ [[ -n '' ]] | |
++++ parts=(${rvm_ruby_string//-/ }) | |
++++ echo /Users/akrubic/.rvm/patches | |
++++ for part in '"${parts[@]}"' | |
++++ __search_path=/Users/akrubic/.rvm/patches/ruby | |
++++ echo /Users/akrubic/.rvm/patches/ruby | |
++++ for part in '"${parts[@]}"' | |
++++ __search_path=/Users/akrubic/.rvm/patches/ruby/1.9.3 | |
++++ echo /Users/akrubic/.rvm/patches/ruby/1.9.3 | |
++++ for part in '"${parts[@]}"' | |
++++ __search_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/p545 | |
++++ echo /Users/akrubic/.rvm/patches/ruby/1.9.3/p545 | |
++++ sort -r | |
++++ return 0 | |
+++ IFS=' | |
' | |
+++ for directory in '"${directories[@]}"' | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/GH-488 | |
+++ [[ -s /GH-488 ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/GH-488.patch | |
+++ [[ -s /GH-488.patch ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/GH-488.diff | |
+++ [[ -s /GH-488.diff ]] | |
+++ for directory in '"${directories[@]}"' | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488 | |
+++ [[ -s /Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488 ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488.patch | |
+++ [[ -s /Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488.patch ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488.diff | |
+++ [[ -s /Users/akrubic/.rvm/src/ruby-1.9.3-p545/GH-488.diff ]] | |
+++ for directory in '"${directories[@]}"' | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488 | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488 ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488.patch | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488.patch ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488.diff | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/p545/GH-488.diff ]] | |
+++ for directory in '"${directories[@]}"' | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488 | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488 ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488.patch | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488.patch ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488.diff | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/1.9.3/GH-488.diff ]] | |
+++ for directory in '"${directories[@]}"' | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/GH-488 | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/GH-488 ]] | |
+++ for extension in '""' .patch .diff | |
+++ patch_path=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
+++ [[ -s /Users/akrubic/.rvm/patches/ruby/GH-488.patch ]] | |
+++ [[ -f /Users/akrubic/.rvm/patches/ruby/GH-488.patch ]] | |
+++ echo /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
+++ return 0 | |
++ full_patch_path=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ rvm_debug 'Patch full path '\''/Users/akrubic/.rvm/patches/ruby/GH-488.patch'\''.' | |
++ (( 0 )) | |
++ return 0 | |
++ [[ -z /Users/akrubic/.rvm/patches/ruby/GH-488.patch ]] | |
++ __rvm_apply_patch GH-488 /Users/akrubic/.rvm/patches/ruby/GH-488.patch 25 1 | |
++ typeset _patch_name _full_patch_path _local_patch_path _patch_fuzziness _patch_level | |
++ _patch_name=GH-488 | |
++ _full_patch_path=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ _patch_fuzziness=25 | |
++ _patch_level=1 | |
++ [[ -r patches.list ]] | |
++ __rvm_apply_patch_prepare | |
++ __rvm_string_match /Users/akrubic/.rvm/patches/ruby/GH-488.patch 'http://*' 'https://*' | |
++ typeset _string | |
++ _string=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ shift | |
++ (( 2 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ _local_patch_path=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ touch patches.list | |
++ __rvm_log_command patch.apply.GH-488 'ruby-1.9.3-p545 - #applying patch /Users/akrubic/.rvm/patches/ruby/GH-488.patch' __rvm_patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=patch.apply.GH-488 | |
++ message='ruby-1.9.3-p545 - #applying patch /Users/akrubic/.rvm/patches/ruby/GH-488.patch' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_patch | |
++ (( 8 )) | |
++ [[ __rvm_patch =~ = ]] | |
++ _command_name=__rvm_patch | |
++ [[ ! __rvm_patch =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_apply_patch __rvm_apply_patches __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_apply_patch __rvm_apply_patches __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_apply_patch __rvm_apply_patches __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:35:41] __rvm_patch\n' | |
[2014-06-29 15:35:41] __rvm_patch | |
++ is_a_function __rvm_patch | |
++ typeset -f __rvm_patch | |
++ typeset -f __rvm_patch | |
__rvm_patch () | |
{ | |
\patch "$@" || return $? | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(8): __rvm_patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch\n' | |
command(8): __rvm_patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ rvm_log 'ruby-1.9.3-p545 - #applying patch /Users/akrubic/.rvm/patches/ruby/GH-488.patch' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #applying patch /Users/akrubic/.rvm/patches/ruby/GH-488.patch\n' | |
ruby-1.9.3-p545 - #applying patch /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ __rvm_patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ patch -F 25 -p1 -N -f -i /Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
patching file ext/openssl/ossl_ssl.c | |
Hunk #1 succeeded at 1985 (offset -244 lines). | |
++ printf %b 'GH-488\n' | |
++ __rvm_apply_patch_remove | |
++ __rvm_string_match /Users/akrubic/.rvm/patches/ruby/GH-488.patch 'http://*' 'https://*' | |
++ typeset _string | |
++ _string=/Users/akrubic/.rvm/patches/ruby/GH-488.patch | |
++ shift | |
++ (( 2 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 1 )) | |
++ case "${_string}" in | |
++ shift | |
++ (( 0 )) | |
++ return 1 | |
++ __rvm_cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ typeset old_cdpath ret | |
++ ret=0 | |
++ old_cdpath= | |
++ CDPATH=. | |
++ chpwd_functions= | |
++ builtin cd /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ CDPATH= | |
++ return 0 | |
++ return 0 | |
++ (( 0 == 1 )) | |
++ [[ -z '' ]] | |
++ [[ ! -s /Users/akrubic/.rvm/src/ruby-1.9.3-p545/configure ]] | |
++ [[ /Users/akrubic/.rvm/src/ruby-1.9.3-p545/configure.in -nt /Users/akrubic/.rvm/src/ruby-1.9.3-p545/configure ]] | |
++ [[ -n '' ]] | |
++ [[ -s ./configure ]] | |
++ rvm_configure_flags=(--prefix="$rvm_ruby_home" "${rvm_configure_flags[@]}") | |
++ __rvm_db ruby_configure_flags db_configure_flags | |
++ typeset value key variable | |
++ key=ruby_configure_flags | |
++ key=ruby_configure_flags | |
++ variable=db_configure_flags | |
++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_configure_flags | |
+++ typeset __db __key __value | |
+++ __db=/Users/akrubic/.rvm/user/db | |
+++ __key=ruby_configure_flags | |
+++ shift 2 | |
+++ __value= | |
+++ case "${__value}" in | |
+++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_configure_flags | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
+++ __rvm_grep '^ruby_configure_flags=' /Users/akrubic/.rvm/user/db | |
+++ __rvm_sed -e 's#^ruby_configure_flags=##' -e '/^$/d' | |
+++ GREP_OPTIONS= | |
+++ grep '^ruby_configure_flags=' /Users/akrubic/.rvm/user/db | |
+++ sed -e 's#^ruby_configure_flags=##' -e '/^$/d' | |
+++ return 1 | |
++ value= | |
++ [[ -z '' ]] | |
++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_configure_flags | |
+++ typeset __db __key __value | |
+++ __db=/Users/akrubic/.rvm/config/db | |
+++ __key=ruby_configure_flags | |
+++ shift 2 | |
+++ __value= | |
+++ case "${__value}" in | |
+++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_configure_flags | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
+++ __rvm_grep '^ruby_configure_flags=' /Users/akrubic/.rvm/config/db | |
+++ __rvm_sed -e 's#^ruby_configure_flags=##' -e '/^$/d' | |
+++ GREP_OPTIONS= | |
+++ grep '^ruby_configure_flags=' /Users/akrubic/.rvm/config/db | |
+++ sed -e 's#^ruby_configure_flags=##' -e '/^$/d' | |
+++ return 1 | |
++ value= | |
++ [[ -n '' ]] | |
++ return 1 | |
++ [[ -n '' ]] | |
++ rvm_configure_flags=(${db_configure_flags} "${rvm_configure_flags[@]}") | |
++ __rvm_array_prepend_or_ignore rvm_configure_env CFLAGS= ' ' -O3 -O | |
++ typeset _array_name _variable _separator _value _prefix _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_env | |
++ _variable=CFLAGS= | |
++ _separator=' ' | |
++ _value=-O3 | |
++ _prefix=-O | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_env[@]}" )' | |
+++ _array_value_old=("${rvm_configure_env[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ __rvm_array_prepend_or_ignore rvm_configure_env CCFLAGS= ' ' -O3 -O | |
++ typeset _array_name _variable _separator _value _prefix _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_env | |
++ _variable=CCFLAGS= | |
++ _separator=' ' | |
++ _value=-O3 | |
++ _prefix=-O | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_env[@]}" )' | |
+++ _array_value_old=("${rvm_configure_env[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ __rvm_array_prepend_or_ignore rvm_configure_env CXXFLAGS= ' ' -O3 -O | |
++ typeset _array_name _variable _separator _value _prefix _local_value | |
++ typeset -a _array_value_old _array_value_new | |
++ _array_name=rvm_configure_env | |
++ _variable=CXXFLAGS= | |
++ _separator=' ' | |
++ _value=-O3 | |
++ _prefix=-O | |
++ _array_value_new=() | |
++ eval '_array_value_old=( "${rvm_configure_env[@]}" )' | |
+++ _array_value_old=("${rvm_configure_env[@]}") | |
++ case " ${_array_value_old[*]} " in | |
++ __rvm_log_command configure 'ruby-1.9.3-p545 - #configuring' ./configure --prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=configure | |
++ message='ruby-1.9.3-p545 - #configuring' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=./configure | |
++ (( 7 )) | |
++ [[ ./configure =~ = ]] | |
++ _command_name=./configure | |
++ [[ ! ./configure =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple ./configure --prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:35:41] ./configure\n' | |
[2014-06-29 15:35:41] ./configure | |
++ is_a_function ./configure | |
++ typeset -f ./configure | |
++ return 1 | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(7): ./configure --prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared\n' | |
command(7): ./configure --prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared | |
++ rvm_log 'ruby-1.9.3-p545 - #configuring' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #configuring\n' | |
ruby-1.9.3-p545 - #configuring | |
++ ./configure --prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --without-tcl --without-tk --disable-install-doc --enable-shared | |
configure: WARNING: unrecognized options: --without-tcl, --without-tk | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking target system type... x86_64-apple-darwin10.8.0 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc-4.2 accepts -g... yes | |
checking for gcc-4.2 option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C preprocessor... gcc-4.2 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether gcc-4.2 needs -traditional... no | |
checking whether the linker is GNU ld... no | |
checking whether gcc-4.2 -E accepts -o... yes | |
checking for real target cpu... x86_64 | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for as... as | |
checking for objdump... no | |
checking for gobjdump... no | |
checking for objcopy... no | |
checking for gobjcopy... no | |
checking for nm... nm | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for dot... dot | |
checking for doxygen... no | |
checking for pkg-config... pkg-config | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for cd using physical directory... cd -P | |
checking whether -Wno-unused-parameter is accepted... yes | |
checking whether -Wno-parentheses is accepted... yes | |
checking whether -Wno-long-long is accepted... yes | |
checking whether -Wno-missing-field-initializers is accepted... yes | |
checking whether -Wpointer-arith is accepted... yes | |
checking whether -Wwrite-strings is accepted... yes | |
checking whether -Wdeclaration-after-statement is accepted... yes | |
checking whether -Wshorten-64-to-32 is accepted... yes | |
checking whether -Wimplicit-function-declaration is accepted... yes | |
checking whether -Wall -Wextra is accepted... yes | |
checking whether -ggdb is accepted... yes | |
checking whether -fvisibility=hidden is accepted... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether byte ordering is bigendian... no | |
checking for an ANSI C-conforming const... yes | |
checking whether char is unsigned... no | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for long long... yes | |
checking for off_t... yes | |
checking char bit... 8 | |
checking size of int... 4 | |
checking size of short... 2 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of __int64... 0 | |
checking size of off_t... 8 | |
checking size of void*... 8 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of time_t... 8 | |
checking for printf prefix for long long... ll | |
checking for pid_t... yes | |
checking for convertible type of pid_t... INT | |
checking for uid_t... yes | |
checking for convertible type of uid_t... UINT | |
checking for gid_t... yes | |
checking for convertible type of gid_t... UINT | |
checking for time_t... yes | |
checking for convertible type of time_t... LONG | |
checking for dev_t... yes | |
checking for convertible type of dev_t... INT | |
checking for mode_t... yes | |
checking for convertible type of mode_t... UINT | |
checking for rlim_t... yes | |
checking for convertible type of rlim_t... ULL | |
checking for prototypes... yes | |
checking token paste string... ansi | |
checking stringization... #expr | |
checking string literal concatenation... yes | |
checking for variable length prototypes and stdarg.h... yes | |
checking for variable length macro... yes | |
checking for noreturn function attribute... __attribute__ ((noreturn)) x | |
checking for deprecated function attribute... __attribute__ ((deprecated)) x | |
checking for noinline function attribute... __attribute__ ((noinline)) x | |
checking for stdcall function attribute... x | |
checking for cdecl function attribute... x | |
checking for fastcall function attribute... x | |
checking for function alias... no | |
checking for __atomic builtins... no | |
checking for __sync builtins... yes | |
checking for exported function attribute... __attribute__ ((visibility("default"))) | |
checking whether sys_nerr is declared... yes | |
checking whether Mac OS X 10.5 or later... yes | |
checking for broken crypt with 8bit chars... yes | |
checking for codesign... codesign | |
checking for crypt in -lcrypt... (cached) no | |
checking for dlopen in -ldl... yes | |
checking for shl_load in -ldld... no | |
checking for socketpair in -lsocket... no | |
checking for clock_gettime in -lrt... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/syscall.h usability... yes | |
checking sys/syscall.h presence... yes | |
checking for sys/syscall.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sys/fcntl.h usability... yes | |
checking sys/fcntl.h presence... yes | |
checking for sys/fcntl.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking syscall.h usability... no | |
checking syscall.h presence... no | |
checking for syscall.h... no | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking a.out.h usability... no | |
checking a.out.h presence... no | |
checking for a.out.h... no | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking direct.h usability... no | |
checking direct.h presence... no | |
checking for direct.h... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking sys/utime.h usability... no | |
checking sys/utime.h presence... no | |
checking for sys/utime.h... no | |
checking xti.h usability... no | |
checking xti.h presence... no | |
checking for xti.h... no | |
checking netinet/in_systm.h usability... yes | |
checking netinet/in_systm.h presence... yes | |
checking for netinet/in_systm.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for ucontext.h... (cached) no | |
checking intrinsics.h usability... no | |
checking intrinsics.h presence... no | |
checking for intrinsics.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/sendfile.h usability... no | |
checking sys/sendfile.h presence... no | |
checking for sys/sendfile.h... no | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking for net/socket.h... (cached) no | |
checking for sys/socket.h... (cached) yes | |
checking process.h usability... no | |
checking process.h presence... no | |
checking for process.h... no | |
checking atomic.h usability... no | |
checking atomic.h presence... no | |
checking for atomic.h... no | |
checking for size_t... yes | |
checking size of size_t... 8 | |
checking size of ptrdiff_t... 8 | |
checking for printf prefix for size_t... z | |
checking for printf prefix for ptrdiff_t... t | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_blocks... yes | |
checking for struct stat.st_rdev... yes | |
checking size of struct stat.st_size... SIZEOF_LONG | |
checking size of struct stat.st_blocks... SIZEOF_LONG | |
checking for struct stat.st_atim... no | |
checking for struct stat.st_atimespec... yes | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_mtim... no | |
checking for struct stat.st_mtimespec... yes | |
checking for struct stat.st_mtimensec... no | |
checking for struct stat.st_ctim... no | |
checking for struct stat.st_ctimespec... yes | |
checking for struct stat.st_ctimensec... no | |
checking for struct timeval... yes | |
checking for struct timespec... yes | |
checking for struct timezone... yes | |
checking for clockid_t... no | |
checking for fd_mask... yes | |
checking for int8_t... yes | |
checking size of int8_t... 1 | |
checking for uint8_t... yes | |
checking size of uint8_t... 1 | |
checking for int16_t... yes | |
checking size of int16_t... 2 | |
checking for uint16_t... yes | |
checking size of uint16_t... 2 | |
checking for int32_t... yes | |
checking size of int32_t... 4 | |
checking for uint32_t... yes | |
checking size of uint32_t... 4 | |
checking for int64_t... yes | |
checking size of int64_t... 8 | |
checking for uint64_t... yes | |
checking size of uint64_t... 8 | |
checking for int128_t... no | |
checking for uint128_t... no | |
checking for intptr_t... yes | |
checking size of intptr_t... 8 | |
checking for uintptr_t... yes | |
checking size of uintptr_t... 8 | |
checking for ssize_t... yes | |
checking size of ssize_t... 8 | |
checking for stack end address... no | |
checking for uid_t in sys/types.h... (cached) yes | |
checking type of array argument to getgroups... (cached) gid_t | |
checking return type of signal handlers... void | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for dynamic size alloca... ok | |
checking for working memcmp... yes | |
checking for broken erfc of glibc-2.3.6 on IA64... no | |
checking for dup2... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
checking for strchr... yes | |
checking for strstr... yes | |
checking for crypt... yes | |
checking for flock... yes | |
checking for isnan... yes | |
checking for finite... yes | |
checking for isinf... yes | |
checking for hypot... yes | |
checking for acosh... yes | |
checking for erf... yes | |
checking for tgamma... yes | |
checking for lgamma_r... yes | |
checking for cbrt... yes | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for ffs... yes | |
checking for setproctitle... no | |
checking sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking for signbit... yes | |
checking for fmod... yes | |
checking for killpg... yes | |
checking for wait4... yes | |
checking for waitpid... yes | |
checking for fork... yes | |
checking for spawnv... no | |
checking for syscall... yes | |
checking for __syscall... no | |
checking for chroot... yes | |
checking for getcwd... yes | |
checking for eaccess... no | |
checking for truncate... yes | |
checking for ftruncate... yes | |
checking for ftello... yes | |
checking for chsize... no | |
checking for times... yes | |
checking for utimes... yes | |
checking for utimensat... no | |
checking for fcntl... yes | |
checking for lockf... yes | |
checking for lstat... yes | |
checking for truncate64... no | |
checking for ftruncate64... no | |
checking for ftello64... no | |
checking for fseeko... yes | |
checking for fseeko64... no | |
checking for link... yes | |
checking for symlink... yes | |
checking for readlink... yes | |
checking for readdir_r... yes | |
checking for fsync... yes | |
checking for fdatasync... (cached) no | |
checking for fchown... yes | |
checking for posix_fadvise... no | |
checking for setitimer... yes | |
checking for setruid... yes | |
checking for seteuid... yes | |
checking for setreuid... yes | |
checking for setresuid... no | |
checking for socketpair... yes | |
checking for setrgid... yes | |
checking for setegid... yes | |
checking for setregid... yes | |
checking for setresgid... no | |
checking for issetugid... yes | |
checking for pause... yes | |
checking for lchown... yes | |
checking for lchmod... yes | |
checking for getpgrp... yes | |
checking for setpgrp... yes | |
checking for getpgid... yes | |
checking for setpgid... yes | |
checking for initgroups... yes | |
checking for getgroups... yes | |
checking for setgroups... yes | |
checking for getpriority... yes | |
checking for getrlimit... yes | |
checking for setrlimit... yes | |
checking for sysconf... yes | |
checking for close... yes | |
checking for getgrnam_r... yes | |
checking for dlopen... yes | |
checking for sigprocmask... yes | |
checking for sigaction... yes | |
checking for sigsetjmp... yes | |
checking for _setjmp... yes | |
checking for _longjmp... yes | |
checking for setsid... yes | |
checking for telldir... yes | |
checking for seekdir... yes | |
checking for fchmod... yes | |
checking for cosh... yes | |
checking for sinh... yes | |
checking for tanh... yes | |
checking for log2... yes | |
checking for round... yes | |
checking for setuid... yes | |
checking for setgid... yes | |
checking for daemon... (cached) no | |
checking for select_large_fdset... no | |
checking for setenv... yes | |
checking for unsetenv... yes | |
checking for mktime... yes | |
checking for timegm... yes | |
checking for gmtime_r... yes | |
checking for clock_gettime... no | |
checking for gettimeofday... yes | |
checking for poll... yes | |
checking for ppoll... no | |
checking for pread... yes | |
checking for sendfile... yes | |
checking for shutdown... yes | |
checking for sigaltstack... yes | |
checking for dl_iterate_phdr... no | |
checking for unsetenv returns a value... yes | |
checking for __builtin_setjmp... no | |
checking for setjmp type... _setjmp | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct tm.tm_gmtoff... yes | |
checking for external int daylight... yes | |
checking for external timezone... long | |
checking for external altzone... no | |
checking for timezone... yes | |
checking whether timezone requires zero arguments... yes | |
checking for negative time_t for gmtime(3)... yes | |
checking for localtime(3) overflow correctly... yes | |
checking whether right shift preserve sign bit... yes | |
checking read count field in FILE structures... _r | |
checking read buffer ptr field in FILE structures... _p | |
checking size of struct stat.st_ino... SIZEOF_LONG | |
checking whether _SC_CLK_TCK is supported... yes | |
checking stack growing direction on x86_64... -1 | |
checking for pthread_kill in -lthr... no | |
checking for pthread_kill in -lpthread... yes | |
checking for pthread_np.h... no | |
checking for sched_yield... yes | |
checking for pthread_attr_setinheritsched... yes | |
checking for pthread_getattr_np... no | |
checking for pthread_attr_get_np... no | |
checking for pthread_attr_getstack... yes | |
checking for pthread_get_stackaddr_np... yes | |
checking for pthread_get_stacksize_np... yes | |
checking for thr_stksegment... no | |
checking for pthread_stackseg_np... no | |
checking for pthread_getthrds_np... no | |
checking for pthread_condattr_setclock... no | |
checking for pthread_sigmask... yes | |
checking if fork works with pthread... yes | |
checking for backtrace... yes | |
checking valgrind/memcheck.h usability... no | |
checking valgrind/memcheck.h presence... no | |
checking for valgrind/memcheck.h... no | |
checking whether ELF binaries are produced... no | |
checking whether OS depend dynamic link works... yes | |
checking for strip... strip | |
checking for prefix of external symbols... _ | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for if make is GNU make... yes | |
++ IFS=: | |
++ for dir in '$withval' | |
++ tr '\012' ' ' | |
++ echo x ' -L%s' | |
++ sed 's/^x *//;s:%1\$-s:/usr/local/opt/libyaml/lib:g;s:%s:/usr/local/opt/libyaml/lib:g' | |
++ for dir in '$withval' | |
++ echo x ' -L%s' | |
++ sed 's/^x *//;s:%1\$-s:/usr/local/opt/readline/lib:g;s:%s:/usr/local/opt/readline/lib:g' | |
++ for dir in '$withval' | |
++ echo x ' -L%s' | |
++ sed 's/^x *//;s:%1\$-s:/usr/local/opt/libksba/lib:g;s:%s:/usr/local/opt/libksba/lib:g' | |
++ for dir in '$withval' | |
++ echo x ' -L%s' | |
++ sed 's/^x *//;s:%1\$-s:/usr/local/opt/openssl/lib:g;s:%s:/usr/local/opt/openssl/lib:g' | |
+ val='-L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ' | |
+ set +x | |
checking for nroff... /usr/bin/nroff | |
.ext/include/x86_64-darwin10.8.0/ruby/config.h updated | |
ruby library version = 1.9.1 | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating ruby-1.9.pc | |
configure: WARNING: unrecognized options: --without-tcl, --without-tk | |
++ is_a_function __rvm_post_configure_ruby | |
++ typeset -f __rvm_post_configure_ruby | |
++ __rvm_log_command postconfigure 'ruby-1.9.3-p545 - #post-configuration' __rvm_post_configure_ruby | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=postconfigure | |
++ message='ruby-1.9.3-p545 - #post-configuration' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_post_configure_ruby | |
++ (( 1 )) | |
++ [[ __rvm_post_configure_ruby =~ = ]] | |
++ _command_name=__rvm_post_configure_ruby | |
++ [[ ! __rvm_post_configure_ruby =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_post_configure_ruby | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:36:12] __rvm_post_configure_ruby\n' | |
[2014-06-29 15:36:12] __rvm_post_configure_ruby | |
++ is_a_function __rvm_post_configure_ruby | |
++ typeset -f __rvm_post_configure_ruby | |
++ typeset -f __rvm_post_configure_ruby | |
__rvm_post_configure_ruby () | |
{ | |
typeset option; | |
if (( ${rvm_static_flag:-0} == 1 )) && (( ${rvm_dynamic_extensions_flag:-0} == 0 )); then | |
for option in 'option nodynamic' openssl psych zlib readline; | |
do | |
__rvm_update_ext_setup ${option}; | |
done; | |
fi | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(1): __rvm_post_configure_ruby\n' | |
command(1): __rvm_post_configure_ruby | |
++ rvm_log 'ruby-1.9.3-p545 - #post-configuration' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #post-configuration\n' | |
ruby-1.9.3-p545 - #post-configuration | |
++ __rvm_post_configure_ruby | |
++ typeset option | |
++ (( 0 == 1 )) | |
++ __rvm_log_command make 'ruby-1.9.3-p545 - #compiling' __rvm_make -j 1 | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=make | |
++ message='ruby-1.9.3-p545 - #compiling' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_make | |
++ (( 3 )) | |
++ [[ __rvm_make =~ = ]] | |
++ _command_name=__rvm_make | |
++ [[ ! __rvm_make =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_make -j 1 | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:36:12] __rvm_make\n' | |
[2014-06-29 15:36:12] __rvm_make | |
++ is_a_function __rvm_make | |
++ typeset -f __rvm_make | |
++ typeset -f __rvm_make | |
__rvm_make () | |
{ | |
\make "$@" || return $? | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(3): __rvm_make -j 1\n' | |
command(3): __rvm_make -j 1 | |
++ rvm_log 'ruby-1.9.3-p545 - #compiling' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #compiling\n' | |
ruby-1.9.3-p545 - #compiling | |
++ __rvm_make -j 1 | |
++ make -j 1 | |
CC = gcc-4.2 | |
LD = ld | |
LDSHARED = gcc-4.2 -dynamiclib | |
CFLAGS = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-u,_objc_msgSend | |
SOLIBS = | |
compiling main.c | |
compiling dmydln.c | |
compiling dmyencoding.c | |
compiling version.c | |
compiling dmyversion.c | |
compiling miniprelude.c | |
compiling array.c | |
compiling bignum.c | |
compiling class.c | |
compiling compar.c | |
compiling complex.c | |
compiling dir.c | |
compiling dln_find.c | |
compiling enum.c | |
compiling enumerator.c | |
compiling error.c | |
compiling eval.c | |
eval_jump.c: In function ‘rb_exec_end_proc’: | |
eval_jump.c:104: warning: variable ‘errinfo’ might be clobbered by ‘longjmp’ or ‘vfork’ | |
compiling load.c | |
compiling proc.c | |
compiling file.c | |
compiling gc.c | |
compiling hash.c | |
compiling inits.c | |
compiling io.c | |
compiling marshal.c | |
compiling math.c | |
compiling node.c | |
compiling numeric.c | |
compiling object.c | |
compiling pack.c | |
compiling parse.c | |
compiling process.c | |
compiling random.c | |
compiling range.c | |
compiling rational.c | |
compiling re.c | |
compiling regcomp.c | |
regcomp.c: In function ‘add_compile_string_length’: | |
regcomp.c:436: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regcomp.c: In function ‘onig_is_code_in_cc_len’: | |
regcomp.c:5703: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regcomp.c:5703: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling regenc.c | |
compiling regerror.c | |
compiling regexec.c | |
compiling regparse.c | |
regparse.c: In function ‘node_new_cclass_by_codepoint_range’: | |
regparse.c:1178: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:1178: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c: In function ‘add_ctype_to_cc_by_range’: | |
regparse.c:3859: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3859: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3859: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3859: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3885: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3885: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3885: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3885: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c: In function ‘i_apply_case_fold’: | |
regparse.c:5086: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:5086: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling regsyntax.c | |
compiling ruby.c | |
compiling safe.c | |
compiling signal.c | |
compiling sprintf.c | |
compiling st.c | |
compiling strftime.c | |
compiling string.c | |
compiling struct.c | |
compiling time.c | |
compiling transcode.c | |
compiling util.c | |
compiling variable.c | |
compiling compile.c | |
compiling debug.c | |
compiling iseq.c | |
compiling vm.c | |
compiling vm_dump.c | |
compiling thread.c | |
compiling cont.c | |
compiling ./enc/ascii.c | |
compiling ./enc/us_ascii.c | |
compiling ./enc/unicode.c | |
compiling ./enc/utf_8.c | |
compiling newline.c | |
compiling ./missing/setproctitle.c | |
compiling dmyext.c | |
linking miniruby | |
rbconfig.rb updated | |
generating enc.mk | |
compiling dln.c | |
compiling encoding.c | |
generating prelude.c | |
compiling prelude.c | |
linking static-library libruby.1.9.1-static.a | |
linking shared-library libruby.1.9.1.dylib | |
generating encdb.h | |
encdb.h unchanged | |
making enc | |
compiling ./enc/encdb.c | |
linking encoding encdb.bundle | |
compiling ./enc/big5.c | |
linking encoding big5.bundle | |
compiling ./enc/cp949.c | |
linking encoding cp949.bundle | |
compiling ./enc/emacs_mule.c | |
linking encoding emacs_mule.bundle | |
compiling ./enc/euc_jp.c | |
linking encoding euc_jp.bundle | |
compiling ./enc/euc_kr.c | |
linking encoding euc_kr.bundle | |
compiling ./enc/euc_tw.c | |
linking encoding euc_tw.bundle | |
compiling ./enc/gb2312.c | |
linking encoding gb2312.bundle | |
compiling ./enc/gb18030.c | |
linking encoding gb18030.bundle | |
compiling ./enc/gbk.c | |
linking encoding gbk.bundle | |
compiling ./enc/iso_8859_1.c | |
linking encoding iso_8859_1.bundle | |
compiling ./enc/iso_8859_2.c | |
linking encoding iso_8859_2.bundle | |
compiling ./enc/iso_8859_3.c | |
linking encoding iso_8859_3.bundle | |
compiling ./enc/iso_8859_4.c | |
linking encoding iso_8859_4.bundle | |
compiling ./enc/iso_8859_5.c | |
linking encoding iso_8859_5.bundle | |
compiling ./enc/iso_8859_6.c | |
linking encoding iso_8859_6.bundle | |
compiling ./enc/iso_8859_7.c | |
linking encoding iso_8859_7.bundle | |
compiling ./enc/iso_8859_8.c | |
linking encoding iso_8859_8.bundle | |
compiling ./enc/iso_8859_9.c | |
linking encoding iso_8859_9.bundle | |
compiling ./enc/iso_8859_10.c | |
linking encoding iso_8859_10.bundle | |
compiling ./enc/iso_8859_11.c | |
linking encoding iso_8859_11.bundle | |
compiling ./enc/iso_8859_13.c | |
linking encoding iso_8859_13.bundle | |
compiling ./enc/iso_8859_14.c | |
linking encoding iso_8859_14.bundle | |
compiling ./enc/iso_8859_15.c | |
linking encoding iso_8859_15.bundle | |
compiling ./enc/iso_8859_16.c | |
linking encoding iso_8859_16.bundle | |
compiling ./enc/koi8_r.c | |
linking encoding koi8_r.bundle | |
compiling ./enc/koi8_u.c | |
linking encoding koi8_u.bundle | |
compiling ./enc/shift_jis.c | |
linking encoding shift_jis.bundle | |
compiling ./enc/utf_16be.c | |
linking encoding utf_16be.bundle | |
compiling ./enc/utf_16le.c | |
linking encoding utf_16le.bundle | |
compiling ./enc/utf_32be.c | |
linking encoding utf_32be.bundle | |
compiling ./enc/utf_32le.c | |
linking encoding utf_32le.bundle | |
compiling ./enc/windows_1251.c | |
linking encoding windows_1251.bundle | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
transdb.h unchanged | |
making trans | |
compiling ./enc/trans/transdb.c | |
linking transcoder transdb.bundle | |
compiling ./enc/trans/big5.c | |
linking transcoder big5.bundle | |
compiling ./enc/trans/chinese.c | |
linking transcoder chinese.bundle | |
compiling ./enc/trans/emoji.c | |
linking transcoder emoji.bundle | |
compiling ./enc/trans/emoji_iso2022_kddi.c | |
linking transcoder emoji_iso2022_kddi.bundle | |
compiling ./enc/trans/emoji_sjis_docomo.c | |
linking transcoder emoji_sjis_docomo.bundle | |
compiling ./enc/trans/emoji_sjis_kddi.c | |
linking transcoder emoji_sjis_kddi.bundle | |
compiling ./enc/trans/emoji_sjis_softbank.c | |
linking transcoder emoji_sjis_softbank.bundle | |
compiling ./enc/trans/escape.c | |
linking transcoder escape.bundle | |
compiling ./enc/trans/gb18030.c | |
linking transcoder gb18030.bundle | |
compiling ./enc/trans/gbk.c | |
linking transcoder gbk.bundle | |
compiling ./enc/trans/iso2022.c | |
linking transcoder iso2022.bundle | |
compiling ./enc/trans/japanese.c | |
linking transcoder japanese.bundle | |
compiling ./enc/trans/japanese_euc.c | |
linking transcoder japanese_euc.bundle | |
compiling ./enc/trans/japanese_sjis.c | |
linking transcoder japanese_sjis.bundle | |
compiling ./enc/trans/korean.c | |
linking transcoder korean.bundle | |
compiling ./enc/trans/single_byte.c | |
linking transcoder single_byte.bundle | |
compiling ./enc/trans/utf8_mac.c | |
linking transcoder utf8_mac.bundle | |
compiling ./enc/trans/utf_16_32.c | |
linking transcoder utf_16_32.bundle | |
making encs | |
configuring -test-/array/resize | |
configuring -test-/bug-3571 | |
configuring -test-/bug-3662 | |
configuring -test-/funcall | |
configuring -test-/load/dot.dot | |
configuring -test-/old_thread_select | |
configuring -test-/st/numhash | |
configuring -test-/string | |
configuring -test-/wait_for_single_fd | |
configuring -test-/win32/dln | |
Failed to configure -test-/win32/dln. It will not be installed. | |
configuring -test-/win32/fd_setsize | |
Failed to configure -test-/win32/fd_setsize. It will not be installed. | |
configuring bigdecimal | |
configuring continuation | |
configuring coverage | |
configuring curses | |
configuring date | |
configuring dbm | |
configuring digest | |
configuring digest/bubblebabble | |
configuring digest/md5 | |
configuring digest/rmd160 | |
configuring digest/sha1 | |
configuring digest/sha2 | |
configuring dl | |
configuring dl/callback | |
configuring dl/win32 | |
Failed to configure dl/win32. It will not be installed. | |
configuring etc | |
configuring fcntl | |
configuring fiber | |
configuring fiddle | |
configuring gdbm | |
configuring iconv | |
configuring io/console | |
configuring io/nonblock | |
configuring io/wait | |
configuring json | |
configuring json/generator | |
configuring json/parser | |
configuring mathn/complex | |
configuring mathn/rational | |
configuring nkf | |
configuring objspace | |
configuring openssl | |
configuring pathname | |
configuring psych | |
configuring pty | |
configuring racc/cparse | |
configuring readline | |
configuring ripper | |
configuring sdbm | |
configuring socket | |
configuring stringio | |
configuring strscan | |
configuring syck | |
configuring syslog | |
configuring tk/tkutil | |
Failed to configure tk/tkutil. It will not be installed. | |
configuring win32ole | |
Failed to configure win32ole. It will not be installed. | |
configuring zlib | |
compiling resize.c | |
linking shared-object -test-/array/resize.bundle | |
installing default resize libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3571/bug.bundle | |
installing default bug libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3662/bug.bundle | |
installing default bug libraries | |
compiling passing_block.c | |
linking shared-object -test-/funcall/funcall.bundle | |
installing default funcall libraries | |
compiling dot.dot.c | |
linking shared-object -test-/load/dot.dot/dot.dot.bundle | |
installing default dot.dot libraries | |
compiling old_thread_select.c | |
old_thread_select.c: In function ‘old_thread_select’: | |
old_thread_select.c:57: warning: ‘rb_thread_select’ is deprecated (declared at ../../.././include/ruby/intern.h:390) | |
linking shared-object -test-/old_thread_select/old_thread_select.bundle | |
installing default old_thread_select libraries | |
compiling numhash.c | |
linking shared-object -test-/st/numhash.bundle | |
installing default numhash libraries | |
compiling cstr.c | |
compiling ellipsize.c | |
compiling enc_associate.c | |
compiling init.c | |
compiling modify.c | |
compiling set_len.c | |
linking shared-object -test-/string/string.bundle | |
installing default string libraries | |
compiling wait_for_single_fd.c | |
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle | |
installing default wait_for_single_fd libraries | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
compiling bigdecimal.c | |
linking shared-object bigdecimal.bundle | |
installing default bigdecimal libraries | |
compiling continuation.c | |
linking shared-object continuation.bundle | |
installing default continuation libraries | |
compiling coverage.c | |
linking shared-object coverage.bundle | |
installing default coverage libraries | |
compiling curses.c | |
linking shared-object curses.bundle | |
installing default curses libraries | |
compiling date_core.c | |
compiling date_parse.c | |
compiling date_strftime.c | |
compiling date_strptime.c | |
linking shared-object date_core.bundle | |
installing default date_core libraries | |
compiling dbm.c | |
dbm.c: In function ‘fdbm_has_value’: | |
dbm.c:818: warning: comparison between signed and unsigned | |
linking shared-object dbm.bundle | |
installing default dbm libraries | |
compiling digest.c | |
linking shared-object digest.bundle | |
installing digest libraries | |
installing default digest libraries | |
compiling bubblebabble.c | |
linking shared-object digest/bubblebabble.bundle | |
installing default bubblebabble libraries | |
compiling md5init.c | |
compiling md5ossl.c | |
linking shared-object digest/md5.bundle | |
ld: warning: duplicate dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | |
installing default md5 libraries | |
compiling rmd160init.c | |
compiling rmd160ossl.c | |
linking shared-object digest/rmd160.bundle | |
ld: warning: duplicate dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | |
installing default rmd160 libraries | |
compiling sha1init.c | |
compiling sha1ossl.c | |
linking shared-object digest/sha1.bundle | |
ld: warning: duplicate dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | |
installing default sha1 libraries | |
compiling sha2init.c | |
compiling sha2ossl.c | |
linking shared-object digest/sha2.bundle | |
ld: warning: duplicate dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | |
installing default sha2 libraries | |
compiling cfunc.c | |
compiling cptr.c | |
compiling dl.c | |
compiling handle.c | |
linking shared-object dl.bundle | |
installing dl libraries | |
installing default dl libraries | |
generating callback.c | |
compiling callback.c | |
compiling callback-0.c | |
compiling callback-1.c | |
compiling callback-2.c | |
compiling callback-3.c | |
compiling callback-4.c | |
compiling callback-5.c | |
compiling callback-6.c | |
compiling callback-7.c | |
compiling callback-8.c | |
linking shared-object dl/callback.bundle | |
installing default callback libraries | |
make[2]: Nothing to be done for `all'. | |
compiling etc.c | |
linking shared-object etc.bundle | |
installing default etc libraries | |
compiling fcntl.c | |
linking shared-object fcntl.bundle | |
installing default fcntl libraries | |
compiling fiber.c | |
linking shared-object fiber.bundle | |
installing default fiber libraries | |
compiling closure.c | |
compiling conversions.c | |
compiling fiddle.c | |
compiling function.c | |
linking shared-object fiddle.bundle | |
installing default fiddle libraries | |
compiling gdbm.c | |
gdbm.c: In function ‘fgdbm_initialize’: | |
gdbm.c:210: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type | |
gdbm.c:216: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type | |
gdbm.c:219: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type | |
gdbm.c:222: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type | |
linking shared-object gdbm.bundle | |
installing default gdbm libraries | |
compiling iconv.c | |
linking shared-object iconv.bundle | |
installing default iconv libraries | |
compiling console.c | |
linking shared-object io/console.bundle | |
installing default console libraries | |
compiling nonblock.c | |
linking shared-object io/nonblock.bundle | |
installing default nonblock libraries | |
compiling wait.c | |
linking shared-object io/wait.bundle | |
installing default wait libraries | |
installing default libraries | |
compiling generator.c | |
linking shared-object json/ext/generator.bundle | |
installing default generator libraries | |
compiling parser.c | |
linking shared-object json/ext/parser.bundle | |
installing default parser libraries | |
compiling complex.c | |
linking shared-object mathn/complex.bundle | |
installing default complex libraries | |
compiling rational.c | |
linking shared-object mathn/rational.bundle | |
installing default rational libraries | |
compiling nkf.c | |
linking shared-object nkf.bundle | |
installing default nkf libraries | |
compiling objspace.c | |
linking shared-object objspace.bundle | |
installing default objspace libraries | |
compiling openssl_missing.c | |
compiling ossl.c | |
compiling ossl_asn1.c | |
ossl_asn1.c: In function ‘int_ossl_asn1_decode0_prim’: | |
ossl_asn1.c:807: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:810: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:813: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:816: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:819: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:822: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:825: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:829: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c: In function ‘ossl_asn1_decode0’: | |
ossl_asn1.c:960: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_bio.c | |
compiling ossl_bn.c | |
compiling ossl_cipher.c | |
compiling ossl_config.c | |
compiling ossl_digest.c | |
compiling ossl_engine.c | |
compiling ossl_hmac.c | |
compiling ossl_ns_spki.c | |
compiling ossl_ocsp.c | |
compiling ossl_pkcs12.c | |
compiling ossl_pkcs5.c | |
ossl_pkcs5.c: In function ‘ossl_pkcs5_pbkdf2_hmac’: | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_pkcs7.c | |
compiling ossl_pkey.c | |
compiling ossl_pkey_dh.c | |
compiling ossl_pkey_dsa.c | |
compiling ossl_pkey_ec.c | |
compiling ossl_pkey_rsa.c | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_s_generate’: | |
ossl_pkey_rsa.c:106: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize’: | |
ossl_pkey_rsa.c:151: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_rand.c | |
compiling ossl_ssl.c | |
compiling ossl_ssl_session.c | |
compiling ossl_x509.c | |
compiling ossl_x509attr.c | |
compiling ossl_x509cert.c | |
compiling ossl_x509crl.c | |
compiling ossl_x509ext.c | |
compiling ossl_x509name.c | |
compiling ossl_x509req.c | |
compiling ossl_x509revoked.c | |
compiling ossl_x509store.c | |
linking shared-object openssl.bundle | |
ld: warning: duplicate dylib /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib | |
installing default openssl libraries | |
compiling pathname.c | |
linking shared-object pathname.bundle | |
installing default pathname libraries | |
compiling emitter.c | |
compiling parser.c | |
compiling psych.c | |
compiling to_ruby.c | |
compiling yaml_tree.c | |
linking shared-object psych.bundle | |
installing default psych libraries | |
compiling pty.c | |
linking shared-object pty.bundle | |
installing default pty libraries | |
compiling cparse.c | |
linking shared-object racc/cparse.bundle | |
installing default cparse libraries | |
compiling readline.c | |
linking shared-object readline.bundle | |
installing default readline libraries | |
compiling ripper.c | |
linking shared-object ripper.bundle | |
installing default ripper libraries | |
checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
compiling _sdbm.c | |
_sdbm.c: In function ‘fitpair’: | |
_sdbm.c:651: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
_sdbm.c:652: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling init.c | |
linking shared-object sdbm.bundle | |
installing default sdbm libraries | |
generating constant definitions | |
compiling init.c | |
compiling constants.c | |
compiling basicsocket.c | |
compiling socket.c | |
compiling ipsocket.c | |
compiling tcpsocket.c | |
compiling tcpserver.c | |
compiling sockssocket.c | |
compiling udpsocket.c | |
compiling unixsocket.c | |
compiling unixserver.c | |
compiling option.c | |
compiling ancdata.c | |
compiling raddrinfo.c | |
linking shared-object socket.bundle | |
installing default socket libraries | |
compiling stringio.c | |
linking shared-object stringio.bundle | |
installing default stringio libraries | |
compiling strscan.c | |
linking shared-object strscan.bundle | |
installing default strscan libraries | |
compiling bytecode.c | |
bytecode.re: In function ‘sycklex_bytecode_utf8’: | |
bytecode.re:442: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling emitter.c | |
compiling gram.c | |
compiling handler.c | |
compiling implicit.c | |
compiling node.c | |
compiling rubyext.c | |
compiling syck.c | |
compiling token.c | |
token.re: In function ‘sycklex_yaml_utf8’: | |
token.re:627: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:591: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:602: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:580: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling yaml2byte.c | |
linking shared-object syck.bundle | |
installing default syck libraries | |
compiling syslog.c | |
linking shared-object syslog.bundle | |
installing default syslog libraries | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
compiling zlib.c | |
linking shared-object zlib.bundle | |
installing default zlib libraries | |
linking ruby | |
++ __rvm_rm_rf /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc | |
++ __rvm_rm_rf_verbose /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc | |
++ typeset target | |
++ target=/Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc ]] | |
++ [[ -d /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc ]] | |
++ [[ -f /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc ]] | |
++ [[ -L /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc ]] | |
++ rvm_debug '__rvm_rm_rf already gone: /Users/akrubic/.rvm/src/ruby-1.9.3-p545/.ext/rdoc' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ [[ -n '' ]] | |
++ rvm_ruby_make_install=(__rvm_make install) | |
++ __rvm_log_command install 'ruby-1.9.3-p545 - #installing' __rvm_make install | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=install | |
++ message='ruby-1.9.3-p545 - #installing' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_make | |
++ (( 2 )) | |
++ [[ __rvm_make =~ = ]] | |
++ _command_name=__rvm_make | |
++ [[ ! __rvm_make =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_make install | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:40:12] __rvm_make\n' | |
[2014-06-29 15:40:12] __rvm_make | |
++ is_a_function __rvm_make | |
++ typeset -f __rvm_make | |
++ typeset -f __rvm_make | |
__rvm_make () | |
{ | |
\make "$@" || return $? | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(2): __rvm_make install\n' | |
command(2): __rvm_make install | |
++ rvm_log 'ruby-1.9.3-p545 - #installing' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #installing\n' | |
ruby-1.9.3-p545 - #installing | |
++ __rvm_make install | |
++ make install | |
CC = gcc-4.2 | |
LD = ld | |
LDSHARED = gcc-4.2 -dynamiclib | |
CFLAGS = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-u,_objc_msgSend | |
SOLIBS = | |
generating encdb.h | |
encdb.h unchanged | |
making enc | |
make[1]: Nothing to be done for `enc'. | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
transdb.h unchanged | |
making trans | |
make[1]: Nothing to be done for `./enc/trans'. | |
making encs | |
installing default resize libraries | |
installing default bug libraries | |
installing default bug libraries | |
installing default funcall libraries | |
installing default dot.dot libraries | |
installing default old_thread_select libraries | |
installing default numhash libraries | |
installing default string libraries | |
installing default wait_for_single_fd libraries | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
installing default bigdecimal libraries | |
installing default continuation libraries | |
installing default coverage libraries | |
installing default curses libraries | |
installing default date_core libraries | |
installing default dbm libraries | |
installing digest libraries | |
installing default digest libraries | |
installing default bubblebabble libraries | |
installing default md5 libraries | |
installing default rmd160 libraries | |
installing default sha1 libraries | |
installing default sha2 libraries | |
installing dl libraries | |
installing default dl libraries | |
installing default callback libraries | |
make[2]: Nothing to be done for `all'. | |
installing default etc libraries | |
installing default fcntl libraries | |
installing default fiber libraries | |
installing default fiddle libraries | |
installing default gdbm libraries | |
installing default iconv libraries | |
installing default console libraries | |
installing default nonblock libraries | |
installing default wait libraries | |
installing default libraries | |
installing default generator libraries | |
installing default parser libraries | |
installing default complex libraries | |
installing default rational libraries | |
installing default nkf libraries | |
installing default objspace libraries | |
installing default openssl libraries | |
installing default pathname libraries | |
installing default psych libraries | |
installing default pty libraries | |
installing default cparse libraries | |
installing default readline libraries | |
installing default ripper libraries | |
checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
installing default sdbm libraries | |
installing default socket libraries | |
installing default stringio libraries | |
installing default strscan libraries | |
installing default syck libraries | |
installing default syslog libraries | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all'. | |
installing default zlib libraries | |
make[2]: `ruby' is up to date. | |
./miniruby -I./lib -I. -I.ext/common ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" | |
installing binary commands: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin | |
installing base libraries: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib | |
installing arch files: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0 | |
installing pkgconfig data: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/pkgconfig | |
installing command scripts: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin | |
installing library scripts: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1 | |
installing common headers: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1 | |
installing manpages: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man/man1 | |
installing extension objects: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0 | |
installing extension objects: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0 | |
installing extension objects: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0 | |
installing extension headers: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/x86_64-darwin10.8.0 | |
installing extension scripts: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1 | |
installing extension scripts: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1 | |
installing extension scripts: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1 | |
installing extension headers: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/ruby | |
installing default gems: /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/gems/1.9.1 (cache, doc, gems, specifications) | |
rake 0.9.2.2 | |
rdoc 3.9.5 | |
minitest 2.5.1 | |
json 1.5.5 | |
io-console 0.3 | |
bigdecimal 1.1.0 | |
++ [[ -s /Users/akrubic/.rvm/src/ruby-1.9.3-p545/patches.list ]] | |
++ __rvm_cp -f /Users/akrubic/.rvm/src/ruby-1.9.3-p545/patches.list /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/patches.list | |
++ cp -f /Users/akrubic/.rvm/src/ruby-1.9.3-p545/patches.list /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/patches.list | |
++ case "${rvm_ruby_string:-""}" in | |
++ case " ${rvm_configure_flags[*]} " in | |
++ __rvm_initial_gemsets_create /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ __rvm_log_command chmod.bin 'ruby-1.9.3-p545 - #making binaries executable' __rvm_set_executable /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=chmod.bin | |
++ message='ruby-1.9.3-p545 - #making binaries executable' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_set_executable | |
++ (( 9 )) | |
++ [[ __rvm_set_executable =~ = ]] | |
++ _command_name=__rvm_set_executable | |
++ [[ ! __rvm_set_executable =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_set_executable /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:40:15] __rvm_set_executable\n' | |
[2014-06-29 15:40:15] __rvm_set_executable | |
++ is_a_function __rvm_set_executable | |
++ typeset -f __rvm_set_executable | |
++ typeset -f __rvm_set_executable | |
__rvm_set_executable () | |
{ | |
for __file in "$@"; | |
do | |
[[ -x "${__file}" ]] || chmod +x "${__file}"; | |
done | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(9): __rvm_set_executable /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb\n' | |
command(9): __rvm_set_executable /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb | |
++ rvm_log 'ruby-1.9.3-p545 - #making binaries executable' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #making binaries executable\n' | |
ruby-1.9.3-p545 - #making binaries executable | |
++ __rvm_set_executable /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/erb ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/gem ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/irb ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rake ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/rdoc ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ri ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby ]] | |
++ for __file in '"$@"' | |
++ [[ -x /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/testrb ]] | |
++ rvm_ruby_binary=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ rubygems_setup latest | |
++ export version=latest | |
++ version=latest | |
++ rvm_debug 'rubygems_setup version:latest rvm_ruby_string:ruby-1.9.3-p545 rvm_ruby_home:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 rvm_ruby_binary:/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby' | |
++ (( 0 )) | |
++ return 0 | |
++ case "${version:-missing}" in | |
++ can_switch_rubygems | |
++ case "$rvm_ruby_string" in | |
++ return 0 | |
++ __rvm_warn_on_rubyopt | |
++ [[ -n '' ]] | |
++ return 0 | |
++ true 1 | |
++ unset RUBYOPT | |
++ (( rvm_ruby_selected_flag == 0 )) | |
++ __rvm_select | |
++ true timezones | |
++ __rvm_select_set_variable_defaults | |
++ export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
++ export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name | |
++ __rvm_select_detect_ruby_string '' | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ __rvm_ruby_string | |
++ true 0 0 | |
++ rvm_expanding_aliases= | |
++ true 1.9.3 timezones ruby 1.9.3 '' p545 '' @ ruby-1.9.3-p545 0 0 | |
++ [[ ruby-1.9.3-p545 == *\@* ]] | |
++ (( rvm_expanding_aliases == 0 )) | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 != \s\y\s\t\e\m ]] | |
++ [[ -f /Users/akrubic/.rvm/config/alias ]] | |
++ [[ -s /Users/akrubic/.rvm/config/alias ]] | |
+++ __rvm_db_ /Users/akrubic/.rvm/config/alias ruby-1.9.3-p545 | |
+++ typeset __db __key __value | |
+++ __db=/Users/akrubic/.rvm/config/alias | |
+++ __key=ruby-1.9.3-p545 | |
+++ shift 2 | |
+++ __value= | |
+++ case "${__value}" in | |
+++ __rvm_db_get /Users/akrubic/.rvm/config/alias ruby-1.9.3-p545 | |
+++ [[ -f /Users/akrubic/.rvm/config/alias ]] | |
+++ __rvm_grep '^ruby-1.9.3-p545=' /Users/akrubic/.rvm/config/alias | |
+++ __rvm_sed -e 's#^ruby-1.9.3-p545=##' -e '/^$/d' | |
+++ sed -e 's#^ruby-1.9.3-p545=##' -e '/^$/d' | |
+++ GREP_OPTIONS= | |
+++ grep '^ruby-1.9.3-p545=' /Users/akrubic/.rvm/config/alias | |
+++ return 1 | |
++ expanded_alias_name= | |
++ [[ -n '' ]] | |
++ [[ ruby-1.9.3-p545 == default ]] | |
++ [[ ruby-1.9.3-p545 == *\@* ]] | |
++ [[ -n timezones ]] | |
++ rvm_gemset_name=timezones | |
++ rvm_sticky_flag=1 | |
++ __rvm_ruby_string_parse | |
++ typeset __check_latest | |
++ __rvm_ruby_string_parse_ | |
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ ruby_string=ruby-1.9.3-p545 | |
++ gemset_name=timezones | |
++ repo_url=git://github.com/ruby/ruby.git | |
++ branch_name= | |
++ ruby_name= | |
++ __rvm_unset_ruby_variables | |
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ __rvm_load_rvmrc | |
++ typeset _file | |
++ typeset -a rvm_rvmrc_files | |
++ (( 0 == 1 )) | |
++ [[ -n 0022 ]] | |
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ [[ -n /Users/akrubic ]] | |
++ [[ /Users/akrubic/.rvmrc -ef /Users/akrubic/.rvmrc ]] | |
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /etc/rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ return 0 | |
++ rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ rvm_ruby_repo_branch= | |
++ rvm_ruby_name= | |
++ export rvm_head_flag=0 | |
++ rvm_head_flag=0 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 == \c\u\r\r\e\n\t ]] | |
++ strings=() | |
++ __rvm_custom_separated_array strings - ruby-1.9.3-p545 | |
++ typeset IFS | |
++ IFS=- | |
++ [[ -n '' ]] | |
++ eval 'strings+=( $3 )' | |
+++ strings+=($3) | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_interpreter=ruby | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_version=1.9.3 | |
++ rvm_ruby_revision= | |
++ rvm_ruby_tag= | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_patch_level=p545 | |
++ [[ -z ruby ]] | |
++ [[ -z p545 ]] | |
++ true | |
++ (( 0 == 1 )) | |
++ __check_latest=0 | |
++ __rvm_ruby_string_parse_ | |
++ typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ ruby_string=ruby-1.9.3-p545 | |
++ gemset_name=timezones | |
++ repo_url=git://github.com/ruby/ruby.git | |
++ branch_name= | |
++ ruby_name= | |
++ __rvm_unset_ruby_variables | |
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ __rvm_load_rvmrc | |
++ typeset _file | |
++ typeset -a rvm_rvmrc_files | |
++ (( 0 == 1 )) | |
++ [[ -n 0022 ]] | |
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ [[ -n /Users/akrubic ]] | |
++ [[ /Users/akrubic/.rvmrc -ef /Users/akrubic/.rvmrc ]] | |
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /etc/rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ for _file in '"${rvm_rvmrc_files[@]}"' | |
++ [[ -s /Users/akrubic/.rvmrc ]] | |
++ return 0 | |
++ rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ rvm_ruby_repo_branch= | |
++ rvm_ruby_name= | |
++ export rvm_head_flag=0 | |
++ rvm_head_flag=0 | |
++ [[ -z ruby-1.9.3-p545 ]] | |
++ [[ ruby-1.9.3-p545 == \c\u\r\r\e\n\t ]] | |
++ strings=() | |
++ __rvm_custom_separated_array strings - ruby-1.9.3-p545 | |
++ typeset IFS | |
++ IFS=- | |
++ [[ -n '' ]] | |
++ eval 'strings+=( $3 )' | |
+++ strings+=($3) | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ [[ -n '' ]] | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_interpreter=ruby | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_version=1.9.3 | |
++ rvm_ruby_revision= | |
++ rvm_ruby_tag= | |
++ for string in '${strings[@]}' | |
++ case "$string" in | |
++ rvm_ruby_patch_level=p545 | |
++ [[ -z ruby ]] | |
++ [[ -z p545 ]] | |
++ true | |
++ (( __check_latest )) | |
++ [[ -z ruby ]] | |
++ __rvm_ruby_string_installed | |
++ [[ -n ruby ]] | |
++ [[ -n ruby-1.9.3-p545 ]] | |
++ [[ -d /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 ]] | |
++ [[ -z timezones ]] | |
++ [[ -d /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones ]] | |
++ rvm_ruby_string=ruby-1.9.3-p545 | |
++ detected_rvm_ruby_name= | |
++ rvm_ruby_name= | |
++ true | |
++ __rvm_select_after_parse | |
++ __rvm_select_interpreter_variables | |
++ rvm_archive_extension=tar.gz | |
++ [[ -z ruby ]] | |
++ rvm_ruby_interpreter=ruby | |
++ is_a_function __rvm_select_interpreter_ruby | |
++ typeset -f __rvm_select_interpreter_ruby | |
++ __rvm_select_interpreter_ruby | |
++ [[ p545 == \p\0 ]] | |
++ rvm_ruby_package_name=ruby-1.9.3-p545 | |
++ rvm_ruby_package_file=ruby-1.9.3-p545 | |
++ [[ -z 1.9.3 ]] | |
++ rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
++ (( 0 == 0 )) | |
++ __rvm_version_compare 1.9.3 -lt 1.8.5 | |
++ typeset first | |
+++ printf %b '1.9.3\n1.8.5\n' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ command head -n1 | |
+++ head -n1 | |
++ first=1.8.5 | |
++ case "$2" in | |
++ [[ 1.8.5 == \h\e\a\d ]] | |
++ [[ 1.8.5 == \1\.\9\.\3 ]] | |
++ return 1 | |
++ rvm_archive_extension=tar.bz2 | |
++ true | |
++ __rvm_select_version_variables | |
++ case "$rvm_ruby_version" in | |
++ rvm_ruby_release_version=1 | |
++ rvm_ruby_major_version=1.9 | |
++ rvm_ruby_major_version=9 | |
++ rvm_ruby_minor_version=3 | |
++ __rvm_select_default_variables | |
++ [[ ruby != ext ]] | |
++ rvm_ruby_package_name=ruby-1.9.3-p545 | |
++ rvm_ruby_home=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545 | |
++ rvm_ruby_binary=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ rvm_ruby_irbrc=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/.irbrc | |
++ [[ system == \r\u\b\y ]] | |
++ __rvm_gemset_select | |
++ __rvm_gemset_select_only | |
++ rvm_ruby_gem_home=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545 | |
++ : rvm_ignore_gemsets_flag:0: | |
++ (( rvm_ignore_gemsets_flag )) | |
++ rvm_ruby_global_gems_path=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global | |
++ __rvm_gemset_handle_default | |
++ rvm_gemset_name=@timezones@ | |
++ rvm_gemset_name=@timezones@ | |
++ rvm_gemset_name=timezones | |
++ [[ -z timezones ]] | |
++ rvm_ruby_gem_home=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones | |
++ [[ timezones == \g\l\o\b\a\l ]] | |
++ rvm_ruby_gem_path=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones:/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global | |
++ [[ -n timezones ]] | |
++ rvm_env_string=ruby-1.9.3-p545@timezones | |
++ true | |
++ __rvm_gemset_select_validation | |
++ [[ ! -d /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones ]] | |
++ (( 0 == 1 )) | |
++ case "${rvm_gemset_name}" in | |
++ typeset rvm_ruby_gem_home_254 | |
++ [[ -n '' ]] | |
++ rvm_ruby_gem_home_254=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones | |
++ [[ /Users/akrubic/.rvm/gems/ruby-1.9.3-p545@timezones != \/\U\s\e\r\s\/\a\k\r\u\b\i\c\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\5\4\5\@\t\i\m\e\z\o\n\e\s ]] | |
++ rvm_ruby_selected_flag=1 | |
++ rubygems_select_version latest | |
++ rubygems_select_current latest | |
++ case "$version" in | |
+++ __rvm_db ruby_1.9.3_p545_rubygems_version | |
+++ typeset value key variable | |
+++ key=ruby_1.9.3_p545_rubygems_version | |
+++ key=ruby_1.9.3_p545_rubygems_version | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_1.9.3_p545_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=ruby_1.9.3_p545_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_1.9.3_p545_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^ruby_1.9.3_p545_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_1.9.3_p545_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^ruby_1.9.3_p545_rubygems_version=##' -e '/^$/d' | |
++++ sed -e 's#^ruby_1.9.3_p545_rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_1.9.3_p545_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=ruby_1.9.3_p545_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_1.9.3_p545_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^ruby_1.9.3_p545_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_1.9.3_p545_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^ruby_1.9.3_p545_rubygems_version=##' -e '/^$/d' | |
++++ sed -e 's#^ruby_1.9.3_p545_rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -n '' ]] | |
+++ return 1 | |
++ version= | |
+++ __rvm_db ruby_1.9.3_rubygems_version | |
+++ typeset value key variable | |
+++ key=ruby_1.9.3_rubygems_version | |
+++ key=ruby_1.9.3_rubygems_version | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_1.9.3_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=ruby_1.9.3_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_1.9.3_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^ruby_1.9.3_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^ruby_1.9.3_rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ sed -e 's#^ruby_1.9.3_rubygems_version=##' -e '/^$/d' | |
++++ grep '^ruby_1.9.3_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_1.9.3_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=ruby_1.9.3_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_1.9.3_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^ruby_1.9.3_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^ruby_1.9.3_rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_1.9.3_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ sed -e 's#^ruby_1.9.3_rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -n '' ]] | |
+++ return 1 | |
++ version= | |
++ (( 0 == 1 )) | |
+++ __rvm_db ruby_rubygems_version | |
+++ typeset value key variable | |
+++ key=ruby_rubygems_version | |
+++ key=ruby_rubygems_version | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db ruby_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=ruby_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db ruby_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^ruby_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^ruby_rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ sed -e 's#^ruby_rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db ruby_rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=ruby_rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db ruby_rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^ruby_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^ruby_rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^ruby_rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ sed -e 's#^ruby_rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -n '' ]] | |
+++ return 1 | |
++ version= | |
+++ __rvm_db rubygems_version | |
+++ typeset value key variable | |
+++ key=rubygems_version | |
+++ key=rubygems_version | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^rubygems_version=' /Users/akrubic/.rvm/user/db | |
++++ sed -e 's#^rubygems_version=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db rubygems_version | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=rubygems_version | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db rubygems_version | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^rubygems_version=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^rubygems_version=##' -e '/^$/d' | |
++++ sed -e 's#^rubygems_version=##' -e '/^$/d' | |
++++ GREP_OPTIONS= | |
++++ grep '^rubygems_version=' /Users/akrubic/.rvm/config/db | |
+++ value=latest-2.2 | |
+++ [[ -n latest-2.2 ]] | |
+++ [[ -n '' ]] | |
+++ echo latest-2.2 | |
+++ true | |
++ version=latest-2.2 | |
++ rubygems_select_latest latest | |
++ case "$version" in | |
++ version=2.2 | |
+++ rubygems_version_list | |
+++ __rvm_grep '^2.2\.' | |
+++ GREP_OPTIONS= | |
+++ grep '^2.2\.' | |
+++ __rvm_grep '^[[:digit:]\.]*$' | |
+++ __rvm_tail -n 1 | |
+++ GREP_OPTIONS= | |
+++ grep '^[[:digit:]\.]*$' | |
+++ __rvm_curl -sS https://rubygems.org/api/v1/versions/rubygems-update.json | |
+++ __rvm_awk -v RS=, -v 'FS="' '$2=="number"{print $4}' | |
+++ awk -v RS=, -v 'FS="' '$2=="number"{print $4}' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ tail -n 1 | |
+++ typeset curl_path | |
+++ [[ OSX 10.6 == \S\o\l\a\r\i\s\ \1\0 ]] | |
+++ curl_path= | |
+++ __rvm_which curl | |
+++ typeset -a __flags | |
+++ __flags=(--fail --location) | |
+++ [[ -n '' ]] | |
+++ __flags+=(--max-redirs 10 --max-time 1800) | |
+++ [[ -sS https://rubygems.org/api/v1/versions/rubygems-update.json == *\-\-\m\a\x\-\t\i\m\e* ]] | |
+++ [[ -sS https://rubygems.org/api/v1/versions/rubygems-update.json == *\-\-\c\o\n\n\e\c\t\-\t\i\m\e\o\u\t* ]] | |
+++ __flags+=(--connect-timeout 30 --retry-delay 2 --retry 3) | |
+++ [[ -n '' ]] | |
+++ __rvm_curl_output_control | |
+++ (( 0 == 1 )) | |
+++ [[ =~ -s ]] | |
+++ [[ =~ --silent ]] | |
+++ unset curl | |
+++ __rvm_debug_command curl --fail --location --max-redirs 10 --max-time 1800 --connect-timeout 30 --retry-delay 2 --retry 3 -sS https://rubygems.org/api/v1/versions/rubygems-update.json | |
+++ rvm_debug 'Running(15): curl --fail --location --max-redirs 10 --max-time 1800 --connect-timeout 30 --retry-delay 2 --retry 3 -sS https://rubygems.org/api/v1/versions/rubygems-update.json' | |
+++ (( 0 )) | |
+++ return 0 | |
+++ curl --fail --location --max-redirs 10 --max-time 1800 --connect-timeout 30 --retry-delay 2 --retry 3 -sS https://rubygems.org/api/v1/versions/rubygems-update.json | |
++ version=2.2.2 | |
++ version=2.2.2 | |
++ rubygems_select_version_url latest | |
++ case "${version:-missing}" in | |
++ rvm_rubygems_version=2.2.2 | |
++ rvm_gem_package_name=rubygems-2.2.2 | |
+++ __rvm_db rubygems_url | |
+++ typeset value key variable | |
+++ key=rubygems_url | |
+++ key=rubygems_url | |
+++ variable= | |
+++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/user/db rubygems_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/user/db | |
++++ __key=rubygems_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/user/db rubygems_url | |
++++ [[ -f /Users/akrubic/.rvm/user/db ]] | |
++++ __rvm_grep '^rubygems_url=' /Users/akrubic/.rvm/user/db | |
++++ GREP_OPTIONS= | |
++++ grep '^rubygems_url=' /Users/akrubic/.rvm/user/db | |
++++ __rvm_sed -e 's#^rubygems_url=##' -e '/^$/d' | |
++++ sed -e 's#^rubygems_url=##' -e '/^$/d' | |
++++ return 1 | |
+++ value= | |
+++ [[ -z '' ]] | |
+++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_db_ /Users/akrubic/.rvm/config/db rubygems_url | |
++++ typeset __db __key __value | |
++++ __db=/Users/akrubic/.rvm/config/db | |
++++ __key=rubygems_url | |
++++ shift 2 | |
++++ __value= | |
++++ case "${__value}" in | |
++++ __rvm_db_get /Users/akrubic/.rvm/config/db rubygems_url | |
++++ [[ -f /Users/akrubic/.rvm/config/db ]] | |
++++ __rvm_grep '^rubygems_url=' /Users/akrubic/.rvm/config/db | |
++++ GREP_OPTIONS= | |
++++ grep '^rubygems_url=' /Users/akrubic/.rvm/config/db | |
++++ __rvm_sed -e 's#^rubygems_url=##' -e '/^$/d' | |
++++ sed -e 's#^rubygems_url=##' -e '/^$/d' | |
+++ value=http://production.cf.rubygems.org/rubygems | |
+++ [[ -n http://production.cf.rubygems.org/rubygems ]] | |
+++ [[ -n '' ]] | |
+++ echo http://production.cf.rubygems.org/rubygems | |
+++ true | |
++ rvm_rubygems_url=http://production.cf.rubygems.org/rubygems | |
++ rvm_gem_url=http://production.cf.rubygems.org/rubygems/rubygems-2.2.2.tgz | |
++ [[ 0 -eq 1 ]] | |
+++ rubygems_current_rubygems_version | |
+++ /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -rrubygems -e 'puts(Gem::VERSION)' | |
++ typeset __current_rubygems_version=1.8.23.2 | |
++ __rvm_version_compare 1.8.23.2 -eq 2.2.2 | |
++ typeset first | |
+++ printf %b '1.8.23.2\n2.2.2\n' | |
+++ __rvm_version_sort | |
+++ command head -n1 | |
+++ head -n1 | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
++ first=1.8.23.2 | |
++ case "$2" in | |
++ [[ 1.8.23.2 == \2\.\2\.\2 ]] | |
++ return 1 | |
++ __rvm_version_compare 1.8.23.2 -gt 2.2.2 | |
++ typeset first | |
+++ printf %b '1.8.23.2\n2.2.2\n' | |
+++ __rvm_version_sort | |
+++ LC_ALL=C | |
+++ sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
+++ command head -n1 | |
+++ head -n1 | |
++ first=1.8.23.2 | |
++ case "$2" in | |
++ [[ 1.8.23.2 == \h\e\a\d ]] | |
++ [[ 1.8.23.2 == \2\.\2\.\2 ]] | |
++ return 1 | |
++ make_sure_jruby_can_work_with_rubygems | |
++ case "$rvm_ruby_string" in | |
++ return 0 | |
++ [[ -d /Users/akrubic/.rvm/src/rubygems-2.2.2 ]] | |
++ rvm_log 'ruby-1.9.3-p545 - #downloading rubygems-2.2.2' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #downloading rubygems-2.2.2\n' | |
ruby-1.9.3-p545 - #downloading rubygems-2.2.2 | |
++ /Users/akrubic/.rvm/scripts/fetch http://production.cf.rubygems.org/rubygems/rubygems-2.2.2.tgz rubygems-2.2.2.tgz | |
++ __rvm_log_command rubygems.extract 'ruby-1.9.3-p545 - #extracting rubygems-2.2.2' __rvm_package_extract /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=rubygems.extract | |
++ message='ruby-1.9.3-p545 - #extracting rubygems-2.2.2' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=__rvm_package_extract | |
++ (( 3 )) | |
++ [[ __rvm_package_extract =~ = ]] | |
++ _command_name=__rvm_package_extract | |
++ [[ ! __rvm_package_extract =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple __rvm_package_extract /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:40:17] __rvm_package_extract\n' | |
[2014-06-29 15:40:17] __rvm_package_extract | |
++ is_a_function __rvm_package_extract | |
++ typeset -f __rvm_package_extract | |
++ typeset -f __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 | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(3): __rvm_package_extract /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src\n' | |
command(3): __rvm_package_extract /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src | |
++ rvm_log 'ruby-1.9.3-p545 - #extracting rubygems-2.2.2' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #extracting rubygems-2.2.2\n' | |
ruby-1.9.3-p545 - #extracting rubygems-2.2.2 | |
++ __rvm_package_extract /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src | |
++ rvm_debug __rvm_package_extract:2: /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/src | |
++ (( 0 )) | |
++ return 0 | |
++ typeset __tempdir __path __file __return | |
++ __return=0 | |
+++ TMPDIR=/Users/akrubic/.rvm/tmp | |
+++ mktemp -d -t rvm-tmp.XXXXXXXXX | |
++ __tempdir=/Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 | |
++ __rvm_package_extract_run /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 | |
++ [[ -d /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 ]] | |
++ case "$1" in | |
++ [[ -n '' ]] | |
++ __rvm_tar xzf /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz -C /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 | |
++ tar xzf /Users/akrubic/.rvm/archives/rubygems-2.2.2.tgz -C /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 | |
++ __rvm_fix_group_permissions /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3/rubygems-2.2.2 | |
++ umask -S | |
++ __rvm_grep g=rw | |
++ GREP_OPTIONS= | |
++ grep g=rw | |
++ return 1 | |
++ (( __return == 0 )) | |
++ for __path in '"$__tempdir"/*' | |
++ __file=rubygems-2.2.2 | |
++ [[ -n rubygems-2.2.2 ]] | |
++ [[ -e /Users/akrubic/.rvm/src/rubygems-2.2.2 ]] | |
++ rm -rf /Users/akrubic/.rvm/src/rubygems-2.2.2 | |
++ mv -f /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3/rubygems-2.2.2 /Users/akrubic/.rvm/src/ | |
++ [[ -n /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 ]] | |
++ rm -rf /Users/akrubic/.rvm/tmp/rvm-tmp.XXXXXXXXX.0CtSnWH3 | |
++ return 0 | |
++ __rvm_log_command rubygems.remove 'ruby-1.9.3-p545 - #removing old rubygems' rubygems_remove /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=rubygems.remove | |
++ message='ruby-1.9.3-p545 - #removing old rubygems' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=rubygems_remove | |
++ (( 2 )) | |
++ [[ rubygems_remove =~ = ]] | |
++ _command_name=rubygems_remove | |
++ [[ ! rubygems_remove =~ = ]] | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple rubygems_remove /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:40:17] rubygems_remove\n' | |
[2014-06-29 15:40:17] rubygems_remove | |
++ is_a_function rubygems_remove | |
++ typeset -f rubygems_remove | |
++ typeset -f rubygems_remove | |
rubygems_remove () | |
{ | |
typeset rubygems_path __ruby entry; | |
rvm_log "Removing old Rubygems files..."; | |
case "$rvm_ruby_string" in | |
rbx-*) | |
__ruby="['prefix']" | |
;; | |
*) | |
__ruby=".values_at('sitelibdir','vendorlibdir').detect{ |path| File.directory?(File.join(path.to_s, 'rubygems')) }.to_s" | |
;; | |
esac; | |
rubygems_path="$(${1:-ruby} -rrbconfig -e "puts ::Kernel.const_get('RbConfig')::CONFIG${ruby__}")"; | |
entries=("${rubygems_path}/ubygems.rb" "${rubygems_path}/gauntlet_rubygems.rb" "${rubygems_path}/rbconfig/"); | |
for entry in "${entries[@]}" "${rubygems_path}/rubygems"*; | |
do | |
__rvm_rm_rf "$entry"; | |
done | |
} | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545\n' | |
current path: /Users/akrubic/.rvm/src/ruby-1.9.3-p545 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(2): rubygems_remove /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby\n' | |
command(2): rubygems_remove /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ rvm_log 'ruby-1.9.3-p545 - #removing old rubygems' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #removing old rubygems\n' | |
ruby-1.9.3-p545 - #removing old rubygems | |
++ rubygems_remove /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ typeset rubygems_path __ruby entry | |
++ rvm_log 'Removing old Rubygems files...' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'Removing old Rubygems files...\n' | |
Removing old Rubygems files... | |
++ case "$rvm_ruby_string" in | |
++ __ruby='.values_at('\''sitelibdir'\'','\''vendorlibdir'\'').detect{ |path| File.directory?(File.join(path.to_s, '\''rubygems'\'')) }.to_s' | |
+++ /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -rrbconfig -e 'puts ::Kernel.const_get('\''RbConfig'\'')::CONFIG' | |
++ rubygems_path='{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}' | |
++ entries=("${rubygems_path}/ubygems.rb" "${rubygems_path}/gauntlet_rubygems.rb" "${rubygems_path}/rbconfig/") | |
++ for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
++ __rvm_rm_rf '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb' | |
++ __rvm_rm_rf_verbose '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb' | |
++ typeset target | |
++ target='{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb' | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb ]] | |
++ [[ -d {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb ]] | |
++ [[ -f {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb ]] | |
++ [[ -L {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb ]] | |
++ rvm_debug '__rvm_rm_rf already gone: {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/ubygems.rb' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
++ __rvm_rm_rf '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb' | |
++ __rvm_rm_rf_verbose '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb' | |
++ typeset target | |
++ target='{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb' | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb ]] | |
++ [[ -d {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb ]] | |
++ [[ -f {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb ]] | |
++ [[ -L {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb ]] | |
++ rvm_debug '__rvm_rm_rf already gone: {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/gauntlet_rubygems.rb' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
++ __rvm_rm_rf '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig/' | |
++ __rvm_rm_rf_verbose '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig/' | |
++ typeset target | |
++ target='{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig' | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig ]] | |
++ [[ -d {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig ]] | |
++ [[ -f {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig ]] | |
++ [[ -L {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig ]] | |
++ rvm_debug '__rvm_rm_rf already gone: {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rbconfig/' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
++ __rvm_rm_rf '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems*' | |
++ __rvm_rm_rf_verbose '{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems*' | |
++ typeset target | |
++ target='{"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems*' | |
++ [[ -n '' ]] | |
++ [[ -n 3.2.48(1)-release ]] | |
++ shopt -s extglob | |
++ case "${target}" in | |
++ [[ -z {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems* ]] | |
++ [[ -d {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems* ]] | |
++ [[ -f {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems* ]] | |
++ [[ -L {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl' '--without-tcl' '--without-tk' '--disable-install-doc' '--enable-shared' 'CC=gcc-4.2'", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '$(RUBY_CODESIGN)' || codesign -s '$(RUBY_CODESIGN)' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems* ]] | |
++ rvm_debug '__rvm_rm_rf already gone: {"DESTDIR"=>"", "MAJOR"=>"1", "MINOR"=>"9", "TEENY"=>"1", "PATCHLEVEL"=>"545", "INSTALL"=>"/usr/local/bin/ginstall -c", "EXEEXT"=>"", "prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "ruby_install_name"=>"ruby", "RUBY_INSTALL_NAME"=>"ruby", "RUBY_SO_NAME"=>"ruby.1.9.1", "exec"=>"exec", "ruby_pc"=>"ruby-1.9.pc", "PACKAGE"=>"ruby", "BUILTIN_TRANSSRCS"=>" newline.c", "USE_RUBYGEMS"=>"YES", "MANTYPE"=>"doc", "NROFF"=>"/usr/bin/nroff", "vendorhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/vendor_ruby", "sitehdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1/site_ruby", "rubyhdrdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include/ruby-1.9.1", "UNIVERSAL_INTS"=>"", "UNIVERSAL_ARCHNAMES"=>"", "configure_args"=>" '\''--prefix=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl'\'' '\''--without-tcl'\'' '\''--without-tk'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc-4.2'\''", "vendordir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby", "sitedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby", "ruby_version"=>"1.9.1", "sitearch"=>"x86_64-darwin10.8.0", "arch"=>"x86_64-darwin10.8.0", "RI_BASE_NAME"=>"ri", "ridir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/ri", "rubylibprefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby", "MAKEFILES"=>"Makefile", "PLATFORM_DIR"=>"", "THREAD_MODEL"=>"pthread", "SYMBOL_PREFIX"=>"_", "EXPORT_PREFIX"=>"", "COMMON_HEADERS"=>"", "COMMON_MACROS"=>"", "COMMON_LIBS"=>"", "MAINLIBS"=>"", "ENABLE_SHARED"=>"yes", "DLDLIBS"=>"", "SOLIBS"=>"", "LIBRUBYARG_SHARED"=>"-lruby.1.9.1", "LIBRUBYARG_STATIC"=>"-lruby.1.9.1-static", "LIBRUBYARG"=>"-lruby.1.9.1", "LIBRUBY"=>"libruby.1.9.1.dylib", "LIBRUBY_ALIASES"=>"libruby.1.9.dylib libruby.dylib", "LIBRUBY_SO"=>"libruby.1.9.1.dylib", "LIBRUBY_A"=>"libruby.1.9.1-static.a", "RUBYW_INSTALL_NAME"=>"", "rubyw_install_name"=>"", "LIBRUBY_DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 $(XLDFLAGS)", "LIBRUBY_LDSHARED"=>"gcc-4.2 -dynamiclib", "EXTDLDFLAGS"=>"", "warnflags"=>"-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "debugflags"=>"-ggdb", "optflags"=>"-O3", "cxxflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cflags"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "cppflags"=>"", "NULLCMD"=>":", "INSTALLDOC"=>"nodoc", "CAPITARGET"=>"nodoc", "RDOCTARGET"=>"nodoc", "EXECUTABLE_EXTS"=>"", "ARCHFILE"=>"", "LIBRUBY_RELATIVE"=>"no", "EXTOUT"=>".ext", "PREP"=>"miniruby", "TEST_RUNNABLE"=>"yes", "setup"=>"Setup", "EXTSTATIC"=>"", "STRIP"=>"strip -A -n", "TRY_LINK"=>"", "LIBPATHENV"=>"DYLD_LIBRARY_PATH", "RPATHFLAG"=>"", "LIBPATHFLAG"=>" -L%s", "LINK_SO"=>"\ntest -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "LIBEXT"=>"a", "DLEXT2"=>"", "DLEXT"=>"bundle", "LDSHAREDXX"=>"g++ -dynamic -bundle", "LDSHARED"=>"gcc-4.2 -dynamic -bundle", "CCDLFLAGS"=>"-fno-common", "STATIC"=>"", "ARCH_FLAG"=>"", "DLDFLAGS"=>"-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "ALLOCA"=>"", "codesign"=>"codesign", "POSTLINK"=>"test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@", "WERRORFLAG"=>"-Werror", "CHDIR"=>"cd -P", "RMALL"=>"rm -fr", "RMDIRS"=>"rmdir -p", "RMDIR"=>"rmdir", "CP"=>"cp", "RM"=>"rm -f", "PKG_CONFIG"=>"pkg-config", "DOXYGEN"=>"", "DOT"=>"dot", "MAKEDIRS"=>"/usr/local/bin/gmkdir -p", "MKDIR_P"=>"/usr/local/bin/gmkdir -p", "INSTALL_DATA"=>"/usr/local/bin/ginstall -c -m 644", "INSTALL_SCRIPT"=>"/usr/local/bin/ginstall -c", "INSTALL_PROGRAM"=>"/usr/local/bin/ginstall -c", "SET_MAKE"=>"", "LN_S"=>"ln -s", "NM"=>"nm", "DLLWRAP"=>"", "WINDRES"=>"", "OBJCOPY"=>":", "OBJDUMP"=>"", "ASFLAGS"=>"", "AS"=>"as", "AR"=>"ar", "RANLIB"=>"ranlib", "try_header"=>"", "COUTFLAG"=>"-o ", "OUTFLAG"=>"-o ", "CPPOUTFILE"=>"-o conftest.i", "GNU_LD"=>"no", "GCC"=>"yes", "EGREP"=>"/usr/bin/grep -E", "GREP"=>"/usr/bin/grep", "CPP"=>"gcc-4.2 -E", "CXXFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration", "CXX"=>"g++", "OBJEXT"=>"o", "CPPFLAGS"=>"-D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include", "LDFLAGS"=>"-L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib ", "CFLAGS"=>" -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe", "CC"=>"gcc-4.2", "target_os"=>"darwin10.8.0", "target_vendor"=>"apple", "target_cpu"=>"x86_64", "target"=>"x86_64-apple-darwin10.8.0", "host_os"=>"darwin10.8.0", "host_vendor"=>"apple", "host_cpu"=>"x86_64", "host"=>"x86_64-apple-darwin10.8.0", "RUBYW_BASE_NAME"=>"rubyw", "RUBY_BASE_NAME"=>"ruby", "build_os"=>"darwin10.8.0", "build_vendor"=>"apple", "build_cpu"=>"x86_64", "build"=>"x86_64-apple-darwin10.8.0", "RUBY_RELEASE_DATE"=>"2014-02-24", "RUBY_PROGRAM_VERSION"=>"1.9.3", "BASERUBY"=>"ruby", "target_alias"=>"", "host_alias"=>"", "build_alias"=>"", "LIBS"=>"-lpthread -ldl -lobjc", "ECHO_T"=>"", "ECHO_N"=>"", "ECHO_C"=>"\\\\c", "DEFS"=>"", "mandir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/man", "localedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/locale", "libdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib", "psdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "pdfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "dvidir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "htmldir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "infodir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/info", "docdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share/doc/ruby", "oldincludedir"=>"/usr/include", "includedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/include", "localstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/var", "sharedstatedir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/com", "sysconfdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/etc", "datadir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "datarootdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/share", "libexecdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/libexec", "sbindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/sbin", "bindir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin", "exec_prefix"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545", "PACKAGE_URL"=>"", "PACKAGE_BUGREPORT"=>"", "PACKAGE_STRING"=>"", "PACKAGE_VERSION"=>"", "PACKAGE_TARNAME"=>"", "PACKAGE_NAME"=>"", "PATH_SEPARATOR"=>":", "SHELL"=>"/bin/sh", "rubylibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1", "archdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0", "sitelibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1", "sitearchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/site_ruby/1.9.1/x86_64-darwin10.8.0", "vendorlibdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1", "vendorarchdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/vendor_ruby/1.9.1/x86_64-darwin10.8.0", "topdir"=>"/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0"}/rubygems*' | |
++ (( 0 )) | |
++ return 0 | |
++ true | |
++ __rvm_cd /Users/akrubic/.rvm/src/rubygems-2.2.2 | |
++ typeset old_cdpath ret | |
++ ret=0 | |
++ old_cdpath= | |
++ CDPATH=. | |
++ chpwd_functions= | |
++ builtin cd /Users/akrubic/.rvm/src/rubygems-2.2.2 | |
++ CDPATH= | |
++ return 0 | |
++ typeset -a __command | |
++ __command=(GEM_HOME="$rvm_gems_path/${rvm_ruby_string}@global" GEM_PATH="" "${rvm_ruby_binary}" -d "${rvm_src_path}/$rvm_gem_package_name/setup.rb") | |
++ [[ 0 == 1 ]] | |
++ [[ 0 == 1 ]] | |
++ rubygems_setup_lang_fallback | |
++ [[ -z en_US.UTF-8 ]] | |
++ __rvm_log_command rubygems.install 'ruby-1.9.3-p545 - #installing rubygems-2.2.2' GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global GEM_PATH= /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -d /Users/akrubic/.rvm/src/rubygems-2.2.2/setup.rb | |
++ typeset name message _command_start _command_name | |
++ typeset -a _command | |
++ name=rubygems.install | |
++ message='ruby-1.9.3-p545 - #installing rubygems-2.2.2' | |
++ shift 2 | |
++ _command=("$@") | |
++ _command_start=GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global | |
++ (( 5 )) | |
++ [[ GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global =~ = ]] | |
++ shift | |
++ (( 4 )) | |
++ [[ GEM_PATH= =~ = ]] | |
++ shift | |
++ (( 3 )) | |
++ [[ /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby =~ = ]] | |
++ _command_name=/Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ [[ ! GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global =~ = ]] | |
++ _command=("env" "${_command[@]}") | |
++ __function_on_stack __rvm_log_command_internal | |
++ __rvm_string_includes '__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' __rvm_log_command_internal | |
++ typeset __search '__text=__function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main' | |
++ shift | |
++ for __search in '"$@"' | |
++ [[ __function_on_stack __rvm_log_command rubygems_setup __rvm_initial_gemsets_create __rvm_install_source ruby_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_log_dotted __rvm_log_command_internal __rvm_log_command migrate_rubies_summary migrate_rubies main =~ __rvm_log_command_internal ]] | |
++ return 0 | |
++ __rvm_log_command_simple /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -d /Users/akrubic/.rvm/src/rubygems-2.2.2/setup.rb | |
++ __rvm_log_command_debug | |
+++ __rvm_date '+%Y-%m-%d %H:%M:%S' | |
+++ date '+%Y-%m-%d %H:%M:%S' | |
++ printf %b '[2014-06-29 15:40:24] /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby\n' | |
[2014-06-29 15:40:24] /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ is_a_function /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ typeset -f /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby | |
++ return 1 | |
++ printf %b 'current path: /Users/akrubic/.rvm/src/rubygems-2.2.2\n' | |
current path: /Users/akrubic/.rvm/src/rubygems-2.2.2 | |
++ env | |
++ grep -E '^GEM_HOME=|^GEM_PATH=|^PATH=' | |
GEM_HOME=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451 | |
PATH=/Users/akrubic/.rvm/usr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451/bin:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/bin:/Users/akrubic/.rvm/rubies/ruby-2.0.0-p451/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/share/npm/bin:/Applications/Araxis\ Merge.app/Contents/Utilities | |
GEM_PATH=/Users/akrubic/.rvm/gems/ruby-2.0.0-p451:/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global | |
++ printf %b 'command(6): env GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global GEM_PATH= /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -d /Users/akrubic/.rvm/src/rubygems-2.2.2/setup.rb\n' | |
command(6): env GEM_HOME=/Users/akrubic/.rvm/gems/ruby-1.9.3-p545@global GEM_PATH= /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -d /Users/akrubic/.rvm/src/rubygems-2.2.2/setup.rb | |
++ rvm_log 'ruby-1.9.3-p545 - #installing rubygems-2.2.2' | |
++ rvm_pretty_print stdout | |
++ case "${rvm_pretty_print_flag:=auto}" in | |
++ case "${TERM:-dumb}" in | |
++ case "$1" in | |
++ [[ -t 1 ]] | |
++ return 1 | |
++ printf %b 'ruby-1.9.3-p545 - #installing rubygems-2.2.2\n' | |
ruby-1.9.3-p545 - #installing rubygems-2.2.2 | |
++ /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -d /Users/akrubic/.rvm/src/rubygems-2.2.2/setup.rb | |
Exception `LoadError' at /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/rubygems.rb:1264 - cannot load such file -- rubygems/defaults/operating_system | |
Exception `LoadError' at /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/rubygems.rb:1273 - cannot load such file -- rubygems/defaults/ruby | |
Error loading RubyGems plugin "/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/gem-wrappers-1.2.4/lib/rubygems_plugin.rb": cannot load such file -- rubygems/source_list (LoadError) | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext/parser.bundle: [BUG] Segmentation fault | |
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-darwin10.8.0] | |
-- Control frame information ----------------------------------------------- | |
c:0043 p:-540569340 s:0189 b:0189 l:000188 d:000188 TOP | |
c:0042 p:---- s:0187 b:0187 l:000186 d:000186 CFUNC :require | |
c:0041 p:0159 s:0183 b:0183 l:000182 d:000182 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0040 p:0013 s:0173 b:0173 l:000172 d:000172 CLASS /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:13 | |
c:0039 p:0011 s:0171 b:0171 l:000170 d:000170 CLASS /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:12 | |
c:0038 p:0074 s:0169 b:0169 l:000168 d:000168 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:9 | |
c:0037 p:---- s:0167 b:0167 l:000166 d:000166 FINISH | |
c:0036 p:---- s:0165 b:0165 l:000164 d:000164 CFUNC :require | |
c:0035 p:0159 s:0161 b:0161 l:000160 d:000160 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0034 p:0027 s:0151 b:0151 l:000150 d:000150 CLASS /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json.rb:58 | |
c:0033 p:0021 s:0149 b:0149 l:000148 d:000148 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json.rb:54 | |
c:0032 p:---- s:0147 b:0147 l:000146 d:000146 FINISH | |
c:0031 p:---- s:0145 b:0145 l:000144 d:000144 CFUNC :require | |
c:0030 p:0159 s:0141 b:0141 l:000140 d:000140 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0029 p:0038 s:0131 b:0131 l:000130 d:000130 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/text.rb:16 | |
c:0028 p:---- s:0129 b:0129 l:000128 d:000128 FINISH | |
c:0027 p:0012 s:0127 b:0126 l:000125 d:000125 CLASS /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/code_object.rb:29 | |
c:0026 p:0014 s:0124 b:0124 l:000123 d:000123 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/code_object.rb:27 | |
c:0025 p:---- s:0122 b:0122 l:000121 d:000121 FINISH | |
c:0024 p:0031 s:0120 b:0120 l:000119 d:000119 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/generator/markup.rb:59 | |
c:0023 p:---- s:0118 b:0118 l:000117 d:000117 FINISH | |
c:0022 p:---- s:0116 b:0116 l:000115 d:000115 CFUNC :require | |
c:0021 p:0159 s:0112 b:0112 l:000111 d:000111 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0020 p:0047 s:0102 b:0102 l:000101 d:000101 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/generator/darkfish.rb:6 | |
c:0019 p:---- s:0100 b:0100 l:000099 d:000099 FINISH | |
c:0018 p:---- s:0098 b:0098 l:000097 d:000097 CFUNC :require | |
c:0017 p:0159 s:0094 b:0094 l:000093 d:000093 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0016 p:0153 s:0084 b:0084 l:000083 d:000083 TOP /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rdoc.rb:566 | |
c:0015 p:---- s:0081 b:0081 l:000080 d:000080 FINISH | |
c:0014 p:---- s:0079 b:0079 l:000078 d:000078 CFUNC :require | |
c:0013 p:0159 s:0075 b:0075 l:000074 d:000074 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55 | |
c:0012 p:0026 s:0065 b:0065 l:000064 d:000064 METHOD /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:73 | |
c:0011 p:0017 s:0062 b:0062 l:000061 d:000061 METHOD /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:244 | |
c:0010 p:0048 s:0059 b:0059 l:000058 d:000058 METHOD /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:151 | |
c:0009 p:0365 s:0052 b:0052 l:000051 d:000051 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/commands/setup_command.rb:317 | |
c:0008 p:0315 s:0042 b:0042 l:000041 d:000041 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/commands/setup_command.rb:148 | |
c:0007 p:0096 s:0035 b:0035 l:000034 d:000034 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command.rb:305 | |
c:0006 p:0168 s:0030 b:0030 l:000029 d:000029 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command_manager.rb:167 | |
c:0005 p:0018 s:0023 b:0023 l:000022 d:000022 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command_manager.rb:137 | |
c:0004 p:0088 s:0017 b:0017 l:000016 d:000016 METHOD /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/gem_runner.rb:54 | |
c:0003 p:0455 s:0011 b:0011 l:002638 d:000750 EVAL setup.rb:45 | |
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH | |
c:0001 p:0000 s:0002 b:0002 l:002638 d:002638 TOP | |
-- Ruby level backtrace information ---------------------------------------- | |
setup.rb:45:in `<main>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/gem_runner.rb:54:in `run' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command_manager.rb:137:in `run' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command_manager.rb:167:in `process_args' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command.rb:305:in `invoke_with_build_args' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/commands/setup_command.rb:148:in `execute' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/commands/setup_command.rb:317:in `install_rdoc' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:151:in `generate' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:244:in `setup' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb:73:in `load_rdoc' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rdoc.rb:566:in `<top (required)>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/generator/darkfish.rb:6:in `<top (required)>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/generator/markup.rb:59:in `<top (required)>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/code_object.rb:27:in `<top (required)>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/code_object.rb:29:in `<class:CodeObject>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/text.rb:16:in `<top (required)>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json.rb:54:in `<top (required)>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json.rb:58:in `<module:JSON>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:9:in `<top (required)>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:12:in `<module:JSON>' | |
/Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/ext.rb:13:in `<module:Ext>' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
/Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
-- C level backtrace information ------------------------------------------- | |
See Crash Report log file under ~/Library/Logs/CrashReporter or | |
/Library/Logs/CrashReporter, for the more detail of. | |
-- Other runtime information ----------------------------------------------- | |
* Loaded script: setup.rb | |
* Loaded features: | |
0 enumerator.so | |
1 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/encdb.bundle | |
2 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/trans/transdb.bundle | |
3 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/rbconfig.rb | |
4 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/compatibility.rb | |
5 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/defaults.rb | |
6 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/deprecate.rb | |
7 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/errors.rb | |
8 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/version.rb | |
9 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/requirement.rb | |
10 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/platform.rb | |
11 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/basic_specification.rb | |
12 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/stub_specification.rb | |
13 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/util/stringio.rb | |
14 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/specification.rb | |
15 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/exceptions.rb | |
16 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_gem.rb | |
17 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/thread.rb | |
18 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/monitor.rb | |
19 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/core_ext/kernel_require.rb | |
20 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems.rb | |
21 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/optparse.rb | |
22 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/io/console.bundle | |
23 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/user_interaction.rb | |
24 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command.rb | |
25 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/command_manager.rb | |
26 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/etc.bundle | |
27 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/config_file.rb | |
28 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/path_support.rb | |
29 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/dependency.rb | |
30 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/gem-wrappers-1.2.4/lib/gem-wrappers/specification.rb | |
31 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/build_error.rb | |
32 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/builder.rb | |
33 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/configure_builder.rb | |
34 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/fileutils.rb | |
35 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/delegate.rb | |
36 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/tmpdir.rb | |
37 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/tempfile.rb | |
38 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/ext_conf_builder.rb | |
39 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/rake_builder.rb | |
40 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext/cmake_builder.rb | |
41 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/ext.rb | |
42 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/syntax_error.rb | |
43 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/psych.bundle | |
44 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/stringio.bundle | |
45 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/node.rb | |
46 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/stream.rb | |
47 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/document.rb | |
48 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/sequence.rb | |
49 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/scalar.rb | |
50 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/mapping.rb | |
51 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes/alias.rb | |
52 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/nodes.rb | |
53 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/streaming.rb | |
54 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/visitor.rb | |
55 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/strscan.bundle | |
56 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/scalar_scanner.rb | |
57 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/to_ruby.rb | |
58 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/emitter.rb | |
59 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb | |
60 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/json/ruby_events.rb | |
61 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/json_tree.rb | |
62 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors/depth_first.rb | |
63 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/visitors.rb | |
64 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/handler.rb | |
65 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/tree_builder.rb | |
66 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/parser.rb | |
67 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/omap.rb | |
68 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/set.rb | |
69 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/coder.rb | |
70 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/core_ext.rb | |
71 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/date_core.bundle | |
72 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/date/format.rb | |
73 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/date.rb | |
74 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/deprecated.rb | |
75 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/stream.rb | |
76 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/json/yaml_events.rb | |
77 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/json/tree_builder.rb | |
78 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/json/stream.rb | |
79 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych/handlers/document_stream.rb | |
80 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/psych.rb | |
81 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/rubygems/psych_additions.rb | |
82 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/rubygems/psych_tree.rb | |
83 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/yaml.rb | |
84 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/rubygems/syck_hack.rb | |
85 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/utf_16le.bundle | |
86 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/enc/utf_16be.bundle | |
87 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/gem_runner.rb | |
88 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/timeout.rb | |
89 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/common.rb | |
90 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/generic.rb | |
91 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/ftp.rb | |
92 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/http.rb | |
93 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/https.rb | |
94 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/ldap.rb | |
95 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/ldaps.rb | |
96 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri/mailto.rb | |
97 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/uri.rb | |
98 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/digest.bundle | |
99 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/digest.rb | |
100 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/util.rb | |
101 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/git.rb | |
102 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/installed.rb | |
103 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/specific_file.rb | |
104 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/local.rb | |
105 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/lock.rb | |
106 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source/vendor.rb | |
107 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source.rb | |
108 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/source_list.rb | |
109 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/commands/setup_command.rb | |
110 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/tsort.rb | |
111 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/dependency_list.rb | |
112 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/request_set/gem_dependency_api.rb | |
113 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/request_set/lockfile.rb | |
114 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/request_set.rb | |
115 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/util/list.rb | |
116 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/socket.bundle | |
117 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/socket.rb | |
118 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/net/protocol.rb | |
119 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/zlib.bundle | |
120 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/net/http.rb | |
121 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/activation_request.rb | |
122 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/conflict.rb | |
123 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/dependency_request.rb | |
124 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/requirement_list.rb | |
125 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/stats.rb | |
126 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/set.rb | |
127 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/api_set.rb | |
128 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/composed_set.rb | |
129 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/best_set.rb | |
130 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/current_set.rb | |
131 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/git_set.rb | |
132 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/index_set.rb | |
133 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/installer_set.rb | |
134 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/lock_set.rb | |
135 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/vendor_set.rb | |
136 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/specification.rb | |
137 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/spec_specification.rb | |
138 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/api_specification.rb | |
139 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/git_specification.rb | |
140 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/index_specification.rb | |
141 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/installed_specification.rb | |
142 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/local_specification.rb | |
143 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/lock_specification.rb | |
144 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver/vendor_specification.rb | |
145 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/resolver.rb | |
146 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc.rb | |
147 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/rubygems_hook.rb | |
148 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/rdoc.rb | |
149 /Users/akrubic/.rvm/src/rubygems-2.2.2/lib/rubygems/uninstaller.rb | |
150 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/find.rb | |
151 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/x86_64-darwin10.8.0/pathname.bundle | |
152 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/pathname.rb | |
153 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/time.rb | |
154 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/erb.rb | |
155 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/rdoc-4.1.1/lib/rdoc/generator.rb | |
156 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/version.rb | |
157 /Users/akrubic/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/ostruct.rb | |
158 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/generic_object.rb | |
159 /Users/akrubic/.rvm/gems/ruby-2.0.0-p451@global/gems/json-1.8.1/lib/json/common.rb | |
[NOTE] | |
You may have encountered a bug in the Ruby interpreter or extension libraries. | |
Bug reports are welcome. | |
For details: http://www.ruby-lang.org/bugreport.html | |
/Users/akrubic/.rvm/scripts/functions/utility_logging: line 80: 41289 Abort trap "$@" | |
++ return 134 | |
++ return 134 | |
++ return 134 | |
++ return 134 | |
++ return 134 | |
++ return 134 | |
++ : manage_result:134 | |
++ return 134 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment