Created
November 3, 2011 21:02
-
-
Save goodwill/1337769 to your computer and use it in GitHub Desktop.
rvm --trace pkg install libyaml
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
[2011-11-04 04:58:38] autoreconf -is | |
++ /scripts/functions/utility : __rvm_run() 159 > autoreconf -is | |
Putting files in AC_CONFIG_AUX_DIR, `config'. | |
libtoolize: `config.guess' exists: use `--force' to overwrite | |
libtoolize: `config.sub' exists: use `--force' to overwrite | |
libtoolize: `ltmain.sh' exists: use `--force' to overwrite |
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
[2011-11-04 04:58:47] ./configure --prefix="/usr/local/rvm/usr" | |
++ /scripts/functions/utility : __rvm_run() 159 > ./configure --prefix=/usr/local/rvm/usr | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ANSI C... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
checking for a sed that does not truncate output... /bin/sed | |
checking for egrep... grep -E | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm -B | |
checking how to recognise dependent libraries... pass_all | |
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 dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for g77... g77 | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether g77 accepts -g... yes | |
checking the maximum length of command line arguments... 32768 | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC | |
checking if gcc PIC flag -fPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by g++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC | |
checking if g++ PIC flag -fPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for g77 option to produce PIC... -fPIC | |
checking if g77 PIC flag -fPIC works... yes | |
checking if g77 static flag -static works... yes | |
checking if g77 supports -c -o file.o... yes | |
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for doxygen... true | |
checking for ANSI C header files... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
configure: creating ./config.status | |
config.status: creating yaml-0.1.pc | |
config.status: creating include/Makefile | |
config.status: creating src/Makefile | |
config.status: creating Makefile | |
config.status: creating tests/Makefile | |
config.status: creating win32/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands |
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
+ [[ -n '' ]] | |
+ export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ /scripts/cli : __rvm_parse_args() 705 > [[ -z '' ]] | |
+ /scripts/cli : __rvm_parse_args() 705 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 707 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 707 > [[ -n '' ]] | |
+ /scripts/cli : __rvm_parse_args() 19 > [[ -n pkg ]] | |
+ /scripts/cli : __rvm_parse_args() 21 > rvm_token=pkg | |
+ /scripts/cli : __rvm_parse_args() 23 > (( 2 > 0 )) | |
+ /scripts/cli : __rvm_parse_args() 25 > next_token=install | |
+ /scripts/cli : __rvm_parse_args() 26 > shift | |
+ /scripts/cli : __rvm_parse_args() 48 > case "$rvm_token" in | |
+ /scripts/cli : __rvm_parse_args() 52 > case "$rvm_token" in | |
+ /scripts/cli : __rvm_parse_args() 154 > rvm_action=pkg | |
+ /scripts/cli : __rvm_parse_args() 155 > [[ install == \-\-\o\n\l\y\-\p\a\t\h ]] | |
+ /scripts/cli : __rvm_parse_args() 160 > rvm_ruby_args='install libyaml' | |
+ /scripts/cli : __rvm_parse_args() 161 > rvm_parse_break=1 | |
+ /scripts/cli : __rvm_parse_args() 705 > [[ -z pkg ]] | |
+ /scripts/cli : __rvm_parse_args() 707 > [[ 1 -eq 1 ]] | |
+ /scripts/cli : __rvm_parse_args() 707 > break | |
+ /scripts/cli : __rvm_parse_args() 711 > [[ 1 -gt 0 ]] | |
+ /scripts/cli : __rvm_parse_args() 711 > shift | |
+ /scripts/cli : __rvm_parse_args() 711 > [[ 0 -gt 0 ]] | |
+ /scripts/cli : __rvm_parse_args() 713 > [[ -n '' ]] | |
+ /scripts/cli : rvm() 753 > result=0 | |
+ /scripts/cli : rvm() 755 > rvm_action=pkg | |
+ /scripts/cli : rvm() 757 > [[ 0 -gt 0 ]] | |
+ /scripts/cli : rvm() 775 > case "$rvm_action" in | |
+ /scripts/cli : rvm() 828 > (( 3 > 0 )) | |
+ /scripts/cli : rvm() 830 > next_token=pkg | |
+ /scripts/cli : rvm() 831 > shift | |
+ /scripts/cli : rvm() 836 > [[ pkg == \p\k\g ]] | |
+ /scripts/cli : rvm() 838 > shift | |
+ /scripts/cli : rvm() 841 > /usr/local/rvm/scripts/pkg install libyaml | |
+++ /scripts/initialize : 92 > [[ -z '' ]] | |
+++ /scripts/initialize : 97 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 98 > export PS4 | |
+++ /scripts/initialize : 105 > export rvm_action rvm_alias_expanded rvm_archflags rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_clang_flag rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_hook rvm_install_args rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_prior_cc rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_aliases 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_load_path 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_require 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_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_architectures | |
++ /scripts/base : 41 > case " $rvm_base_except " in | |
++ /scripts/base : 43 > true | |
++ /scripts/base : 50 > declare -a scripts | |
++ /scripts/base : 53 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 6 > [[ -t 1 ]] | |
+++ /scripts/functions/logging : 8 > eval 'rvm_log() { printf "$(tput setaf 2)$*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 9 > eval 'rvm_debug() { printf "$(tput setaf 5)DEBUG: $*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 10 > eval 'rvm_warn() { printf "$(tput setaf 3)WARN: $*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 11 > eval 'rvm_error() { printf "$(tput setaf 1)ERROR: $*$(tput sgr0)\n" >&2 ; }' | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/utility | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/init | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/cleanup | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/env | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/install | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/environment | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/gemset | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/db | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/bundler | |
++ /scripts/base : 57 > unset scripts entry rvm_base_except | |
++ /scripts/base : 59 > [[ ! -t 0 ]] | |
+ /scripts/pkg : 12 > source /usr/local/rvm/scripts/functions/build | |
+ /scripts/pkg : 13 > source /usr/local/rvm/scripts/functions/db | |
+ /scripts/pkg : 14 > source /usr/local/rvm/scripts/functions/pkg | |
+ /scripts/pkg : 16 > __rvm_setup_compile_environment | |
+ /scripts/functions/build : __rvm_setup_compile_environment() 5 > [[ linux-gnu == darwin* ]] | |
++ /scripts/functions/build : __rvm_setup_compile_environment() 37 > uname | |
+ /scripts/functions/build : __rvm_setup_compile_environment() 37 > [[ Darwin == \L\i\n\u\x ]] | |
+ /scripts/functions/build : __rvm_setup_compile_environment() 54 > rvm_configure_env= | |
+ /scripts/functions/build : __rvm_setup_compile_environment() 55 > export rvm_configure_env | |
+ /scripts/pkg : 18 > set +o errexit | |
+ /scripts/pkg : 21 > args=($*) | |
+ /scripts/pkg : 22 > action=install | |
+ /scripts/pkg : 23 > library=libyaml | |
++ /scripts/pkg : 24 > echo | |
+ /scripts/pkg : 24 > args= | |
+ /scripts/pkg : 26 > [[ -n libyaml ]] | |
+ /scripts/pkg : 28 > case $library in | |
+ /scripts/pkg : 30 > libyaml | |
+ /scripts/functions/pkg : libyaml() 238 > package=yaml | |
+ /scripts/functions/pkg : libyaml() 238 > version=0.1.4 | |
+ /scripts/functions/pkg : libyaml() 238 > archive_format=tar.gz | |
++ /scripts/functions/pkg : libyaml() 239 > uname | |
+ /scripts/functions/pkg : libyaml() 239 > [[ Darwin == \L\i\n\u\x ]] | |
+ /scripts/functions/pkg : libyaml() 243 > install_package | |
+ /scripts/functions/pkg : install_package() 5 > __rvm_db yaml_url package_url | |
+ /scripts/functions/db : __rvm_db() 7 > local value key variable | |
+ /scripts/functions/db : __rvm_db() 9 > key=yaml_url | |
+ /scripts/functions/db : __rvm_db() 10 > key=yaml_url | |
+ /scripts/functions/db : __rvm_db() 11 > variable=package_url | |
+ /scripts/functions/db : __rvm_db() 13 > [[ -f /usr/local/rvm/user/db ]] | |
++ /scripts/functions/db : __rvm_db() 14 > /usr/local/rvm/scripts/db /usr/local/rvm/user/db yaml_url | |
+ /scripts/functions/db : __rvm_db() 14 > value= | |
+ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 18 > /usr/local/rvm/scripts/db /usr/local/rvm/config/db yaml_url | |
+ /scripts/functions/db : __rvm_db() 18 > value=https://rvm.beginrescueend.com/src | |
+ /scripts/functions/db : __rvm_db() 21 > [[ -n https://rvm.beginrescueend.com/src ]] | |
+ /scripts/functions/db : __rvm_db() 22 > [[ -z package_url ]] | |
+ /scripts/functions/db : __rvm_db() 25 > eval 'package_url='\''https://rvm.beginrescueend.com/src'\''' | |
++ /scripts/functions/db : __rvm_db() 25 > package_url=https://rvm.beginrescueend.com/src | |
+ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/functions/pkg : install_package() 7 > [[ ! -z '' ]] | |
+ /scripts/functions/pkg : install_package() 10 > builtin cd /usr/local/rvm/src | |
+ /scripts/functions/pkg : install_package() 12 > rvm_log 'Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives\n' | |
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives | |
+ /scripts/functions/pkg : install_package() 14 > case "$archive_format" in | |
+ /scripts/functions/pkg : install_package() 19 > /usr/local/rvm/scripts/fetch https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
+++ /scripts/initialize : 92 > [[ -z '' ]] | |
+++ /scripts/initialize : 97 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 98 > export PS4 | |
+++ /scripts/initialize : 105 > export rvm_action rvm_alias_expanded rvm_archflags rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_clang_flag rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_hook rvm_install_args rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_prior_cc rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_aliases 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_load_path 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_require 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_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_architectures | |
++ /scripts/base : 41 > case " $rvm_base_except " in | |
++ /scripts/base : 43 > true | |
++ /scripts/base : 50 > declare -a scripts | |
++ /scripts/base : 53 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler) | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/logging | |
+++ /scripts/functions/logging : 6 > [[ -t 1 ]] | |
+++ /scripts/functions/logging : 8 > eval 'rvm_log() { printf "$(tput setaf 2)$*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 9 > eval 'rvm_debug() { printf "$(tput setaf 5)DEBUG: $*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 10 > eval 'rvm_warn() { printf "$(tput setaf 3)WARN: $*$(tput sgr0)\n" ; }' | |
+++ /scripts/functions/logging : 11 > eval 'rvm_error() { printf "$(tput setaf 1)ERROR: $*$(tput sgr0)\n" >&2 ; }' | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/utility | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/init | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/cleanup | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/env | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/install | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/environment | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/gemset | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/db | |
++ /scripts/base : 54 > for entry in '${scripts[@]}' | |
++ /scripts/base : 55 > source /usr/local/rvm/scripts/functions/bundler | |
++ /scripts/base : 57 > unset scripts entry rvm_base_except | |
++ /scripts/base : 59 > [[ ! -t 0 ]] | |
+ /scripts/fetch : 7 > result=0 | |
+ /scripts/fetch : 10 > trap cleanup_download 1 2 3 15 | |
+ /scripts/fetch : 36 > builtin cd /usr/local/rvm/archives | |
+ /scripts/fetch : 40 > [[ -z https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz ]] | |
+ /scripts/fetch : 47 > url=https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 47 > download=1 | |
+ /scripts/fetch : 47 > package_name= | |
+ /scripts/fetch : 49 > command -v curl | |
+ /scripts/fetch : 55 > [[ ! -z '' ]] | |
+ /scripts/fetch : 61 > fetch_command='curl -f -L --create-dirs -C - ' | |
+ /scripts/fetch : 65 > [[ ! -z '' ]] | |
+ /scripts/fetch : 73 > fetch_command='curl -f -L --create-dirs -C - -O ' | |
++ /scripts/fetch : 75 > basename https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 75 > archive=yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 79 > [[ 0 -gt 0 ]] | |
++ /scripts/fetch : 82 > /usr/local/rvm/scripts/db /usr/local/rvm/config/md5 yaml-0.1.4.tar.gz | |
++ /scripts/fetch : 82 > head -n1 | |
+ /scripts/fetch : 82 > archive_md5=36c852831d02cf90508c29852361d01b | |
+ /scripts/fetch : 84 > [[ -e yaml-0.1.4.tar.gz ]] | |
+ /scripts/fetch : 109 > [[ 0 -gt 0 ]] | |
+ /scripts/fetch : 112 > download=1 | |
++ /scripts/fetch : 117 > echo https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
++ /scripts/fetch : 117 > sed -e s/ftp:/http:/ -e s/git:/https:/ | |
+ /scripts/fetch : 117 > http_url=https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 119 > [[ 1 -gt 0 ]] | |
+ /scripts/fetch : 121 > rm -f yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 123 > eval curl -f -L --create-dirs -C - -O https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
++ /scripts/fetch : 123 > curl -f -L --create-dirs -C - -O https://rvm.beginrescueend.com/src/yaml-0.1.4.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 460k 100 460k 0 0 147k 0 0:00:03 0:00:03 --:--:-- 250k | |
+ /scripts/fetch : 123 > result=0 | |
+ /scripts/fetch : 125 > [[ 0 -gt 0 ]] | |
+ /scripts/fetch : 203 > record_md5 | |
+ /scripts/fetch : record_md5() 19 > case "$(uname)" in | |
++ /scripts/fetch : record_md5() 19 > uname | |
++ /scripts/fetch : record_md5() 27 > md5sum yaml-0.1.4.tar.gz | |
+ /scripts/fetch : record_md5() 27 > archive_md5='36c852831d02cf90508c29852361d01b yaml-0.1.4.tar.gz' | |
+ /scripts/fetch : record_md5() 28 > archive_md5=36c852831d02cf90508c29852361d01b | |
+ /scripts/fetch : record_md5() 32 > /usr/local/rvm/scripts/db /usr/local/rvm/config/md5 yaml-0.1.4.tar.gz 36c852831d02cf90508c29852361d01b | |
+ /scripts/fetch : 209 > exit 0 | |
+ /scripts/functions/pkg : install_package() 22 > __rvm_run yaml/extract 'tar mzxf /usr/local/rvm/archives/yaml-0.1.4.tar.gz -C /usr/local/rvm/src --no-same-owner' 'Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src' | |
+ /scripts/functions/utility : __rvm_run() 115 > local name log temp_log_path command message | |
+ /scripts/functions/utility : __rvm_run() 116 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 118 > name=yaml/extract | |
+ /scripts/functions/utility : __rvm_run() 119 > command='tar mzxf /usr/local/rvm/archives/yaml-0.1.4.tar.gz -C /usr/local/rvm/src --no-same-owner' | |
+ /scripts/functions/utility : __rvm_run() 120 > message='Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src' | |
+ /scripts/functions/utility : __rvm_run() 122 > [[ -n Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src ]] | |
+ /scripts/functions/utility : __rvm_run() 124 > rvm_log 'Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src\n' | |
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src | |
+ /scripts/functions/utility : __rvm_run() 127 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 132 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > temp_log_path=/usr/local/rvm/log | |
+ /scripts/functions/utility : __rvm_run() 139 > log=/usr/local/rvm/log/yaml/extract.log | |
+ /scripts/functions/utility : __rvm_run() 141 > [[ ! -d /usr/local/rvm/log/yaml ]] | |
+ /scripts/functions/utility : __rvm_run() 143 > mkdir -p /usr/local/rvm/log/yaml | |
+ /scripts/functions/utility : __rvm_run() 146 > [[ ! -f /usr/local/rvm/log/yaml/extract.log ]] | |
+ /scripts/functions/utility : __rvm_run() 148 > touch /usr/local/rvm/log/yaml/extract.log | |
++ /scripts/functions/utility : __rvm_run() 152 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 152 > printf '[2011-11-04 04:58:38] tar mzxf /usr/local/rvm/archives/yaml-0.1.4.tar.gz -C /usr/local/rvm/src --no-same-owner\n' | |
+ /scripts/functions/utility : __rvm_run() 154 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 159 > eval 'tar mzxf /usr/local/rvm/archives/yaml-0.1.4.tar.gz -C /usr/local/rvm/src --no-same-owner' | |
+ /scripts/functions/utility : __rvm_run() 160 > result=0 | |
+ /scripts/functions/utility : __rvm_run() 162 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 167 > return 0 | |
+ /scripts/functions/pkg : install_package() 55 > builtin cd /usr/local/rvm/src/yaml-0.1.4 | |
+ /scripts/functions/pkg : install_package() 57 > __rvm_add_to_path prepend /usr/bin | |
+ /scripts/functions/utility : __rvm_add_to_path() 245 > export PATH | |
+ /scripts/functions/utility : __rvm_add_to_path() 247 > (( 2 != 2 )) | |
+ /scripts/functions/utility : __rvm_add_to_path() 247 > [[ -z /usr/bin ]] | |
+ /scripts/functions/utility : __rvm_add_to_path() 253 > __rvm_remove_from_path /usr/bin | |
+ /scripts/functions/utility : __rvm_remove_from_path() 235 > export PATH | |
+ /scripts/functions/utility : __rvm_remove_from_path() 236 > PATH=:/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/rvm/bin:/root/bin: | |
+ /scripts/functions/utility : __rvm_remove_from_path() 237 > PATH=:/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/local/rvm/bin:/root/bin: | |
+ /scripts/functions/utility : __rvm_remove_from_path() 238 > PATH=:/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/local/rvm/bin:/root/bin: | |
+ /scripts/functions/utility : __rvm_remove_from_path() 239 > PATH=:/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/local/rvm/bin:/root/bin | |
+ /scripts/functions/utility : __rvm_remove_from_path() 240 > PATH=/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/local/rvm/bin:/root/bin | |
+ /scripts/functions/utility : __rvm_add_to_path() 254 > case "$1" in | |
+ /scripts/functions/utility : __rvm_add_to_path() 255 > PATH=/usr/bin:/usr/local/maven/bin:/usr/local/ant/bin:/opt/ruby/bin:/usr/local/jdk/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/local/rvm/bin:/root/bin | |
+ /scripts/functions/utility : __rvm_add_to_path() 260 > [[ -n '' ]] | |
+ /scripts/functions/pkg : install_package() 59 > [[ ! -z '' ]] | |
+ /scripts/functions/pkg : install_package() 68 > which autoreconf | |
+ /scripts/functions/pkg : install_package() 69 > which libtoolize | |
+ /scripts/functions/pkg : install_package() 70 > [[ -f configure.ac ]] | |
+ /scripts/functions/pkg : install_package() 72 > __rvm_run yaml/autoreconf 'autoreconf -is' 'Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 115 > local name log temp_log_path command message | |
+ /scripts/functions/utility : __rvm_run() 116 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 118 > name=yaml/autoreconf | |
+ /scripts/functions/utility : __rvm_run() 119 > command='autoreconf -is' | |
+ /scripts/functions/utility : __rvm_run() 120 > message='Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 122 > [[ -n Prepare yaml in /usr/local/rvm/src/yaml-0.1.4. ]] | |
+ /scripts/functions/utility : __rvm_run() 124 > rvm_log 'Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.\n' | |
Prepare yaml in /usr/local/rvm/src/yaml-0.1.4. | |
+ /scripts/functions/utility : __rvm_run() 127 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 132 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > temp_log_path=/usr/local/rvm/log | |
+ /scripts/functions/utility : __rvm_run() 139 > log=/usr/local/rvm/log/yaml/autoreconf.log | |
+ /scripts/functions/utility : __rvm_run() 141 > [[ ! -d /usr/local/rvm/log/yaml ]] | |
+ /scripts/functions/utility : __rvm_run() 146 > [[ ! -f /usr/local/rvm/log/yaml/autoreconf.log ]] | |
+ /scripts/functions/utility : __rvm_run() 148 > touch /usr/local/rvm/log/yaml/autoreconf.log | |
++ /scripts/functions/utility : __rvm_run() 152 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 152 > printf '[2011-11-04 04:58:38] autoreconf -is\n' | |
+ /scripts/functions/utility : __rvm_run() 154 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 159 > eval 'autoreconf -is' | |
+ /scripts/functions/utility : __rvm_run() 160 > result=0 | |
+ /scripts/functions/utility : __rvm_run() 162 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 167 > return 0 | |
+ /scripts/functions/pkg : install_package() 77 > __rvm_run yaml/configure ' ./configure --prefix="/usr/local/rvm/usr" ' 'Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 115 > local name log temp_log_path command message | |
+ /scripts/functions/utility : __rvm_run() 116 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 118 > name=yaml/configure | |
+ /scripts/functions/utility : __rvm_run() 119 > command=' ./configure --prefix="/usr/local/rvm/usr" ' | |
+ /scripts/functions/utility : __rvm_run() 120 > message='Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 122 > [[ -n Configuring yaml in /usr/local/rvm/src/yaml-0.1.4. ]] | |
+ /scripts/functions/utility : __rvm_run() 124 > rvm_log 'Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.\n' | |
Configuring yaml in /usr/local/rvm/src/yaml-0.1.4. | |
+ /scripts/functions/utility : __rvm_run() 127 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 132 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > temp_log_path=/usr/local/rvm/log | |
+ /scripts/functions/utility : __rvm_run() 139 > log=/usr/local/rvm/log/yaml/configure.log | |
+ /scripts/functions/utility : __rvm_run() 141 > [[ ! -d /usr/local/rvm/log/yaml ]] | |
+ /scripts/functions/utility : __rvm_run() 146 > [[ ! -f /usr/local/rvm/log/yaml/configure.log ]] | |
+ /scripts/functions/utility : __rvm_run() 148 > touch /usr/local/rvm/log/yaml/configure.log | |
++ /scripts/functions/utility : __rvm_run() 152 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 152 > printf '[2011-11-04 04:58:47] ./configure --prefix="/usr/local/rvm/usr" \n' | |
+ /scripts/functions/utility : __rvm_run() 154 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 159 > eval ' ./configure --prefix="/usr/local/rvm/usr" ' | |
+ /scripts/functions/utility : __rvm_run() 160 > result=0 | |
+ /scripts/functions/utility : __rvm_run() 162 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 167 > return 0 | |
+ /scripts/functions/pkg : install_package() 81 > unset configure_flags | |
+ /scripts/functions/pkg : install_package() 83 > [[ install == \u\n\i\n\s\t\a\l\l ]] | |
+ /scripts/functions/pkg : install_package() 91 > __rvm_run yaml/make 'make ' 'Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 115 > local name log temp_log_path command message | |
+ /scripts/functions/utility : __rvm_run() 116 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 118 > name=yaml/make | |
+ /scripts/functions/utility : __rvm_run() 119 > command='make ' | |
+ /scripts/functions/utility : __rvm_run() 120 > message='Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
+ /scripts/functions/utility : __rvm_run() 122 > [[ -n Compiling yaml in /usr/local/rvm/src/yaml-0.1.4. ]] | |
+ /scripts/functions/utility : __rvm_run() 124 > rvm_log 'Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.\n' | |
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4. | |
+ /scripts/functions/utility : __rvm_run() 127 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 132 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > temp_log_path=/usr/local/rvm/log | |
+ /scripts/functions/utility : __rvm_run() 139 > log=/usr/local/rvm/log/yaml/make.log | |
+ /scripts/functions/utility : __rvm_run() 141 > [[ ! -d /usr/local/rvm/log/yaml ]] | |
+ /scripts/functions/utility : __rvm_run() 146 > [[ ! -f /usr/local/rvm/log/yaml/make.log ]] | |
+ /scripts/functions/utility : __rvm_run() 148 > touch /usr/local/rvm/log/yaml/make.log | |
++ /scripts/functions/utility : __rvm_run() 152 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 152 > printf '[2011-11-04 04:58:55] make \n' | |
+ /scripts/functions/utility : __rvm_run() 154 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 159 > eval 'make ' | |
+ /scripts/functions/utility : __rvm_run() 160 > result=2 | |
+ /scripts/functions/utility : __rvm_run() 162 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 164 > rvm_error 'Error running '\''make '\'', please read /usr/local/rvm/log/yaml/make.log' | |
++ /scripts/functions/logging : rvm_error() 11 > tput setaf 1 | |
++ /scripts/functions/logging : rvm_error() 11 > tput sgr0 | |
+ /scripts/functions/logging : rvm_error() 11 > printf 'ERROR: Error running '\''make '\'', please read /usr/local/rvm/log/yaml/make.log\n' | |
ERROR: Error running 'make ', please read /usr/local/rvm/log/yaml/make.log | |
+ /scripts/functions/utility : __rvm_run() 167 > return 2 | |
+ /scripts/functions/pkg : install_package() 95 > __rvm_run yaml/make.install 'make install' 'Installing yaml to /usr/local/rvm/usr' | |
+ /scripts/functions/utility : __rvm_run() 115 > local name log temp_log_path command message | |
+ /scripts/functions/utility : __rvm_run() 116 > true 0 0 | |
+ /scripts/functions/utility : __rvm_run() 118 > name=yaml/make.install | |
+ /scripts/functions/utility : __rvm_run() 119 > command='make install' | |
+ /scripts/functions/utility : __rvm_run() 120 > message='Installing yaml to /usr/local/rvm/usr' | |
+ /scripts/functions/utility : __rvm_run() 122 > [[ -n Installing yaml to /usr/local/rvm/usr ]] | |
+ /scripts/functions/utility : __rvm_run() 124 > rvm_log 'Installing yaml to /usr/local/rvm/usr' | |
++ /scripts/functions/logging : rvm_log() 8 > tput setaf 2 | |
++ /scripts/functions/logging : rvm_log() 8 > tput sgr0 | |
+ /scripts/functions/logging : rvm_log() 8 > printf 'Installing yaml to /usr/local/rvm/usr\n' | |
Installing yaml to /usr/local/rvm/usr | |
+ /scripts/functions/utility : __rvm_run() 127 > (( rvm_debug_flag > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 132 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_run() 136 > temp_log_path=/usr/local/rvm/log | |
+ /scripts/functions/utility : __rvm_run() 139 > log=/usr/local/rvm/log/yaml/make.install.log | |
+ /scripts/functions/utility : __rvm_run() 141 > [[ ! -d /usr/local/rvm/log/yaml ]] | |
+ /scripts/functions/utility : __rvm_run() 146 > [[ ! -f /usr/local/rvm/log/yaml/make.install.log ]] | |
+ /scripts/functions/utility : __rvm_run() 148 > touch /usr/local/rvm/log/yaml/make.install.log | |
++ /scripts/functions/utility : __rvm_run() 152 > date '+%Y-%m-%d %H:%M:%S' | |
+ /scripts/functions/utility : __rvm_run() 152 > printf '[2011-11-04 04:58:55] make install\n' | |
+ /scripts/functions/utility : __rvm_run() 154 > (( rvm_niceness > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 159 > eval 'make install' | |
+ /scripts/functions/utility : __rvm_run() 160 > result=2 | |
+ /scripts/functions/utility : __rvm_run() 162 > (( result > 0 )) | |
+ /scripts/functions/utility : __rvm_run() 164 > rvm_error 'Error running '\''make install'\'', please read /usr/local/rvm/log/yaml/make.install.log' | |
++ /scripts/functions/logging : rvm_error() 11 > tput setaf 1 | |
++ /scripts/functions/logging : rvm_error() 11 > tput sgr0 | |
+ /scripts/functions/logging : rvm_error() 11 > printf 'ERROR: Error running '\''make install'\'', please read /usr/local/rvm/log/yaml/make.install.log\n' | |
ERROR: Error running 'make install', please read /usr/local/rvm/log/yaml/make.install.log | |
+ /scripts/functions/utility : __rvm_run() 167 > return 2 | |
+ /scripts/functions/pkg : install_package() 101 > touch /usr/local/rvm/config/packages | |
+ /scripts/functions/pkg : install_package() 103 > /usr/local/rvm/scripts/db /usr/local/rvm/config/packages yaml 0.1.4 | |
+ /scripts/functions/pkg : install_package() 105 > result=0 | |
+ /scripts/functions/pkg : install_package() 107 > return 0 | |
+ /scripts/pkg : 43 > exit 0 | |
+ /scripts/cli : rvm() 957 > current_result=0 | |
+ /scripts/cli : rvm() 958 > (( result > 0 )) | |
+ /scripts/cli : rvm() 958 > result=0 | |
+ /scripts/cli : rvm() 960 > [[ 0 -eq 1 ]] | |
+ /scripts/cli : rvm() 971 > (( 1 == 1 )) | |
+ /scripts/cli : rvm() 973 > rvm_trace_flag=0 | |
+ /scripts/cli : rvm() 974 > set +o verbose | |
+ /scripts/cli : rvm() 975 > set +o xtrace |
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
[2011-11-04 04:58:55] make install | |
++ /scripts/functions/utility : __rvm_run() 159 > make install | |
Making install in include | |
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/rvm/usr/include" || mkdir -p -- "/usr/local/rvm/usr/include" | |
/usr/local/rvm/src/yaml-0.1.4/config/install-sh -c -m 644 'yaml.h' '/usr/local/rvm/usr/include/yaml.h' | |
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
Making install in src | |
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src' | |
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo api.c; \ | |
then mv -f ".deps/api.Tpo" ".deps/api.Plo"; else rm -f ".deps/api.Tpo"; exit 1; fi | |
../libtool: line 466: CDPATH: command not found | |
../libtool: line 1144: func_opt_split: command not found | |
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the | |
libtool: definition of this LT_INIT comes from an older release. | |
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1 | |
libtool: and run autoconf again. | |
make[1]: *** [api.lo] Error 1 | |
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/src' | |
make: *** [install-recursive] Error 1 |
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
[2011-11-04 04:58:55] make | |
++ /scripts/functions/utility : __rvm_run() 159 > make | |
make all-recursive | |
make[1]: Entering directory `/usr/local/rvm/src/yaml-0.1.4' | |
Making all in include | |
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/include' | |
Making all in src | |
make[2]: Entering directory `/usr/local/rvm/src/yaml-0.1.4/src' | |
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -MT api.lo -MD -MP -MF ".deps/api.Tpo" -c -o api.lo api.c; \ | |
then mv -f ".deps/api.Tpo" ".deps/api.Plo"; else rm -f ".deps/api.Tpo"; exit 1; fi | |
../libtool: line 466: CDPATH: command not found | |
../libtool: line 1144: func_opt_split: command not found | |
libtool: Version mismatch error. This is libtool 2.2.6b Debian-2.2.6b-2ubuntu1, but the | |
libtool: definition of this LT_INIT comes from an older release. | |
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b Debian-2.2.6b-2ubuntu1 | |
libtool: and run autoconf again. | |
make[2]: *** [api.lo] Error 1 | |
make[2]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4/src' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/usr/local/rvm/src/yaml-0.1.4' | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment