Skip to content

Instantly share code, notes, and snippets.

@pje
Created June 21, 2012 09:38
Show Gist options
  • Save pje/2964865 to your computer and use it in GitHub Desktop.
Save pje/2964865 to your computer and use it in GitHub Desktop.
RVM Hell

I am in the deepest level of RVM Hell (a sublevel of the deepest level of Xcode Hell, which itself is the deepest level of Apple Hell (flowchart to follow)). This is how I ended up there, and what I was told along the way.

# via fresh rvm installation
rvm pkg install zlib

set -x
CC=/usr/bin/gcc-4.2 rvm --trace reinstall 1.9.3 --with-gcc=/usr/bin/gcc-4.2 --with-zlib-dir=$rvm_path/usr
set +x
./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64
+++ /scripts/functions/utility : __rvm_run() 147 > ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64
configure: WARNING: unrecognized options: --with-libyaml, --with-zlib
checking build system type... x86_64-apple-darwin11.4.0
checking host system type... x86_64-apple-darwin11.4.0
checking target system type... x86_64-apple-darwin11.4.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 /usr/bin/gcc-4.2 accepts -g... yes
checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.2 accepts -g... yes
checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc-4.2 needs -traditional... no
checking whether the linker is GNU ld... no
checking whether /usr/bin/gcc-4.2 -E accepts -o... yes
checking target architectures... 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/bin/install -c
checking for a thread-safe mkdir -p... -d
use 'mkdir -p' as MKDIR_P
checking for dot... no
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 -Werror=pointer-arith is accepted... yes
checking whether -Werror=write-strings is accepted... yes
checking whether -Werror=declaration-after-statement is accepted... yes
checking whether -Werror=shorten-64-to-32 is accepted... yes
checking whether -Werror=implicit-function-declaration is accepted... yes
checking whether -Wextra is accepted... yes
checking whether -ggdb is accepted... yes
checking whether -fvisibility=hidden is accepted... yes
checking whether -Wl,-unexported_symbol,_Init_* 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... 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... no
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 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 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 gc_mark and gc_children stack frame approximate size(word)... 20
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 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... yes
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
checking for nroff... /usr/bin/nroff
.ext/include/x86_64-darwin11.4.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: --with-libyaml, --with-zlib
TERM_PROGRAM=iTerm.app
TERM=xterm-256color
SHELL=/bin/bash
TMPDIR=/var/folders/sh/z3skhzss32jb6k_z5bbr5b7w0000gn/T/
Apple_PubSub_Socket_Render=/tmp/launch-4cb6KX/Render
CDPATH=/Users/pje/Sites/sc
USER=pje
COMMAND_MODE=unix2003
SSH_AUTH_SOCK=/tmp/launch-158Bil/Listeners
__CF_USER_TEXT_ENCODING=0x1F5:0:0
Apple_Ubiquity_Message=/tmp/launch-jVxJDe/Apple_Ubiquity_Message
ITERM_PROFILE=these are the end times.
PS1=\u@\h:\w$(vcprompt -f " (%b%m%u)" ) ∫
SHLVL=1
COLORFGBG=11;15
HOME=/Users/pje
ITERM_SESSION_ID=w0t0p0
LOGNAME=pje
LC_CTYPE=UTF-8
DISPLAY=/tmp/launch-lM25Kh/org.macosforge.xquartz:0
_=/usr/bin/env
tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510
+++ /scripts/functions/utility : __rvm_run() 147 > tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/gcc/gcc-5666.3~278/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
make
+++ /scripts/functions/utility : __rvm_run() 147 > make
CC = /usr/bin/gcc-4.2
LD = ld
LDSHARED = /usr/bin/gcc-4.2 -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe -arch x86_64
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.4.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/pje/.rvm/rubies/ruby-1.9.3-p194/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend -arch x86_64
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
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:5702: warning: implicit conversion shortens 64-bit value into a 32-bit value
regcomp.c:5702: 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-/add_suffix
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 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
yaml.h is missing. Please install libyaml.
Failed to configure psych. It will not be installed.
configuring pty
configuring racc/cparse
configuring readline
configuring ripper
configuring sdbm
configuring socket
configuring stringio
configuring strscan
configuring syck
configuring syslog
configuring tk
check functions.........
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh....................................
Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"]
Use MacOS X Frameworks.
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
configuring tk/tkutil
configuring win32ole
Failed to configure win32ole. It will not be installed.
configuring zlib
Failed to configure zlib. It will not be installed.
/bin/sh: line 0: cd: ext/-test-/add_suffix: No such file or directory
make[1]: *** [ext/-test-/add_suffix/all] Error 1
make: *** [build-ext] Error 2
system:
system:
uname: "Darwin agnes.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64"
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)"
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)"
rvm:
version: "rvm 1.14.3 () by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]"
updated: "11 minutes 23 seconds ago"
homes:
gem: "not set"
ruby: "not set"
binaries:
ruby: "/usr/bin/ruby"
irb: "/usr/bin/irb"
gem: "/usr/bin/gem"
rake: "/usr/bin/rake"
environment:
PATH: "/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""
pje@agnes:~ $ CC=/usr/local/bin/gcc-4.2 rvm --trace reinstall 1.9.3 --with-arch=x86_64 --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=$HOME/.rvm/usr --with-libyaml --with-zlib
+ CC=/usr/local/bin/gcc-4.2
+ rvm --trace reinstall 1.9.3 --with-arch=x86_64 --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib
+ [[ -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() 799 > [[ -z '' ]]
+ /scripts/cli : __rvm_parse_args() 799 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n reinstall ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=reinstall
+ /scripts/cli : __rvm_parse_args() 30 > (( 8 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=1.9.3
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 42 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 59 > export reinstall_flag=1
+ /scripts/cli : __rvm_parse_args() 59 > reinstall_flag=1
+ /scripts/cli : __rvm_parse_args() 60 > rvm_action=reinstall
+ /scripts/cli : __rvm_parse_args() 61 > _string='--with-arch=x86_64 --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
+ /scripts/cli : __rvm_parse_args() 62 > [[ --with-arch=x86_64 --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ -- ]]
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n 1.9.3 ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=1.9.3
+ /scripts/cli : __rvm_parse_args() 30 > (( 7 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--with-arch=x86_64
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 42 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 345 > [[ -n 1.9.3 ]]
+ /scripts/cli : __rvm_parse_args() 349 > [[ gemset == \r\e\i\n\s\t\a\l\l ]]
+ /scripts/cli : __rvm_parse_args() 367 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 405 > rvm_action=reinstall
+ /scripts/cli : __rvm_parse_args() 406 > rvm_ruby_string=1.9.3
+ /scripts/cli : __rvm_parse_args() 407 > rvm_ruby_strings=1.9.3
+ /scripts/cli : __rvm_parse_args() 455 > [[ error == \r\e\i\n\s\t\a\l\l ]]
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --with-arch=x86_64 ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--with-arch=x86_64
+ /scripts/cli : __rvm_parse_args() 30 > (( 6 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--enable-shared
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 539 > rvm_architectures=,x86_64
+ /scripts/cli : __rvm_parse_args() 540 > rvm_architectures=x86_64
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --enable-shared ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--enable-shared
+ /scripts/cli : __rvm_parse_args() 30 > (( 5 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--disable-install-doc
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --disable-install-doc ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--disable-install-doc
+ /scripts/cli : __rvm_parse_args() 30 > (( 4 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--with-gcc=/usr/bin/gcc-4.2
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared --disable-install-doc'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --with-gcc=/usr/bin/gcc-4.2 ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--with-gcc=/usr/bin/gcc-4.2
+ /scripts/cli : __rvm_parse_args() 30 > (( 3 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--with-opt-dir=/Users/pje/.rvm/usr
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --with-opt-dir=/Users/pje/.rvm/usr ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--with-opt-dir=/Users/pje/.rvm/usr
+ /scripts/cli : __rvm_parse_args() 30 > (( 2 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--with-libyaml
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --with-libyaml ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--with-libyaml
+ /scripts/cli : __rvm_parse_args() 30 > (( 1 > 0 ))
+ /scripts/cli : __rvm_parse_args() 32 > next_token=--with-zlib
+ /scripts/cli : __rvm_parse_args() 33 > shift
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n --with-zlib ]]
+ /scripts/cli : __rvm_parse_args() 28 > rvm_token=--with-zlib
+ /scripts/cli : __rvm_parse_args() 30 > (( 0 > 0 ))
+ /scripts/cli : __rvm_parse_args() 35 > next_token=
+ /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 462 > case "$rvm_token" in
+ /scripts/cli : __rvm_parse_args() 739 > rvm_configure_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
+ /scripts/cli : __rvm_parse_args() 799 > [[ -z reinstall ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ 0 -eq 1 ]]
+ /scripts/cli : __rvm_parse_args() 801 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 26 > [[ -n '' ]]
+ /scripts/cli : __rvm_parse_args() 805 > [[ 0 -gt 0 ]]
+ /scripts/cli : __rvm_parse_args() 807 > [[ -n '' ]]
+ /scripts/cli : rvm() 875 > result=0
+ /scripts/cli : rvm() 877 > rvm_action=reinstall
+ /scripts/cli : rvm() 879 > [[ 0 -gt 0 ]]
+ /scripts/cli : rvm() 880 > case "$rvm_action" in
+ /scripts/cli : rvm() 1043 > export rvm_path
+ /scripts/cli : rvm() 1044 > [[ -n 1.9.3 ]]
+ /scripts/cli : rvm() 1046 > /Users/pje/.rvm/scripts/manage reinstall 1.9.3
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 26 > export __array_start rvm_path
++ /scripts/base : 31 > [[ -n '' ]]
++ /scripts/base : 35 > __array_start=0
++ /scripts/base : 38 > (( 0 == 0 ))
+++ /scripts/base : 40 > umask
++ /scripts/base : 40 > : rvm_stored_umask:0022
++ /scripts/base : 41 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 42 > [[ -n /Users/pje ]]
++ /scripts/base : 42 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
++ /scripts/base : 43 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 63 > unset rvm_rvmrc_files
++ /scripts/base : 66 > export rvm_path
++ /scripts/base : 67 > [[ -z /Users/pje/.rvm ]]
++ /scripts/base : 79 > true /Users/pje/.rvm/scripts
++ /scripts/base : 82 > source /Users/pje/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 26 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 28 > shopt -s extglob
+++ /scripts/initialize : 38 > export __rvm_env_loaded
+++ /scripts/initialize : 40 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 42 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 45 > [[ -z /Users/pje/.rvm/tmp ]]
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 86 > case " ${rvm_base_except:-} " in
++ /scripts/base : 91 > source /Users/pje/.rvm/scripts/selector
++ /scripts/base : 92 > source /Users/pje/.rvm/scripts/selector_gemsets
++ /scripts/base : 96 > typeset -a scripts
++ /scripts/base : 99 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler)
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
++++ /scripts/functions/logging : 49 > /Users/pje/.rvm/scripts/color red
+++ /scripts/functions/logging : 49 > rvm_error_clr=''
++++ /scripts/functions/logging : 50 > /Users/pje/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 50 > rvm_warn_clr=''
++++ /scripts/functions/logging : 51 > /Users/pje/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 51 > rvm_debug_clr=''
++++ /scripts/functions/logging : 52 > /Users/pje/.rvm/scripts/color green
+++ /scripts/functions/logging : 52 > rvm_notify_clr=''
++++ /scripts/functions/logging : 53 > /Users/pje/.rvm/scripts/color reset
+++ /scripts/functions/logging : 53 > rvm_reset_clr=''
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/utility
+++ /scripts/functions/utility : 3 > [[ -z tar ]]
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar
+++ /scripts/functions/utility : 10 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/utility : 11 > tar --help
+++ /scripts/functions/utility : 11 > GREP_OPTIONS=
+++ /scripts/functions/utility : 11 > grep -- --no-same-owner
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/init
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/cleanup
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/env
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.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 : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/install
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/environment
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/gemset
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/db
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/bundler
++ /scripts/base : 103 > unset scripts entry rvm_base_except
+ /scripts/manage : 14 > source /Users/pje/.rvm/scripts/patches
+ /scripts/manage : 15 > source /Users/pje/.rvm/scripts/functions/build
+ /scripts/manage : 16 > source /Users/pje/.rvm/scripts/functions/pkg
+ /scripts/manage : 17 > source /Users/pje/.rvm/scripts/functions/irbrc
+ /scripts/manage : 18 > source /Users/pje/.rvm/scripts/functions/db
+ /scripts/manage : 19 > source /Users/pje/.rvm/scripts/functions/manage/base
+ /scripts/manage : 21 > unset RUBYLIB RUBYOPT
+ /scripts/manage : 23 > args=($*)
+ /scripts/manage : 24 > action=reinstall
+ /scripts/manage : 25 > rubies_string=1.9.3
++ /scripts/manage : 26 > echo
+ /scripts/manage : 26 > args=
+ /scripts/manage : 27 > binaries=()
+ /scripts/manage : 29 > __rvm_manage_rubies
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1144 > typeset manage_result bin_line
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1146 > manage_result=0
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1148 > rvm_gemset_name=
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1149 > rvm_ruby_selected_flag=0
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1151 > rvm_ruby_gem_home='//@*'
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1152 > rvm_ruby_string=1.9.3
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1155 > [[ -n 1.9.3 ]]
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1157 > rubies=(${rubies_string//,/ })
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1159 > for rvm_ruby_string in '"${rubies[@]}"'
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1161 > current_ruby_string=1.9.3
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1163 > rvm_hook=before_install
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1164 > source /Users/pje/.rvm/scripts/hook
++ /scripts/hook : source() 4 > typeset rvm_verbose_flag rvm_debug_flag hooks
++ /scripts/hook : source() 6 > true 0 0 before_install
++ /scripts/hook : source() 8 > [[ -n before_install ]]
++ /scripts/hook : source() 10 > [[ /Users/pje/.rvm/hooks/before_install == \/\U\s\e\r\s\/\p\j\e\/\.\r\v\m\/\h\o\o\k\s\/\b\e\f\o\r\e\_\i\n\s\t\a\l\l ]]
++ /scripts/hook : source() 12 > hooks=("$rvm_hooks_path/$rvm_hook")
++ /scripts/hook : source() 17 > for hook in '"${hooks[@]}"'
++ /scripts/hook : source() 19 > [[ -s /Users/pje/.rvm/hooks/before_install ]]
++ /scripts/hook : source() 28 > continue
++ /scripts/hook : source() 34 > unset rvm_hook hooks
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1166 > eval __rvm_reinstall_ruby
++ /scripts/functions/manage/base : __rvm_manage_rubies() 1166 > __rvm_reinstall_ruby
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 923 > typeset _params
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 924 > _params=("$@")
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 925 > __rvm_remove_ruby
++ /scripts/functions/manage/base : __rvm_remove_ruby() 870 > typeset dir
++ /scripts/functions/manage/base : __rvm_remove_ruby() 872 > (( 0 == 0 ))
++ /scripts/functions/manage/base : __rvm_remove_ruby() 874 > __rvm_select
++ /scripts/selector : __rvm_select() 6 > true
++ /scripts/selector : __rvm_select() 7 > typeset _original_env_string
++ /scripts/selector : __rvm_select() 8 > _original_env_string=
++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag 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_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_architectures
++ /scripts/selector : __rvm_select() 14 > [[ -z 1.9.3 ]]
++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string
++ /scripts/selector : __rvm_ruby_string() 591 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ /scripts/selector : __rvm_ruby_string() 593 > __rvm_default_flags
++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0
++ /scripts/selector : __rvm_ruby_string() 595 > rvm_expanding_aliases=
++ /scripts/selector : __rvm_ruby_string() 598 > true '' '' '' '' '' '' '' @ 1.9.3 0 0
++ /scripts/selector : __rvm_ruby_string() 603 > echo 1.9.3
++ /scripts/selector : __rvm_ruby_string() 603 > GREP_OPTIONS=
++ /scripts/selector : __rvm_ruby_string() 603 > grep @
++ /scripts/selector : __rvm_ruby_string() 610 > (( rvm_expanding_aliases == 0 ))
++ /scripts/selector : __rvm_ruby_string() 611 > [[ -n 1.9.3 ]]
++ /scripts/selector : __rvm_ruby_string() 611 > [[ 1.9.3 != \s\y\s\t\e\m ]]
+++ /scripts/selector : __rvm_ruby_string() 613 > /Users/pje/.rvm/scripts/alias show 1.9.3
++ /scripts/selector : __rvm_ruby_string() 613 > expanded_alias_name=
++ /scripts/selector : __rvm_ruby_string() 614 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 617 > [[ 1.9.3 == default ]]
++ /scripts/selector : __rvm_ruby_string() 624 > echo 1.9.3
++ /scripts/selector : __rvm_ruby_string() 624 > GREP_OPTIONS=
++ /scripts/selector : __rvm_ruby_string() 624 > grep @
++ /scripts/selector : __rvm_ruby_string() 630 > ruby_string=1.9.3
++ /scripts/selector : __rvm_ruby_string() 631 > gemset_name=
++ /scripts/selector : __rvm_ruby_string() 632 > repo_url=
++ /scripts/selector : __rvm_ruby_string() 633 > branch_name=
++ /scripts/selector : __rvm_ruby_string() 634 > ruby_name=
++ /scripts/selector : __rvm_ruby_string() 636 > __rvm_unset_ruby_variables
++ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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_ruby_load_path rvm_ruby_require 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
++ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
++ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
++ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 ))
++ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0022
++ /scripts/functions/init : __rvm_load_rvmrc() 13 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -n /Users/pje ]]
++ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
++ /scripts/functions/init : __rvm_load_rvmrc() 15 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
++ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /etc/rvmrc ]]
++ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
++ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
++ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
++ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
++ /scripts/functions/init : __rvm_load_rvmrc() 34 > unset rvm_rvmrc_files
++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
++ /scripts/selector : __rvm_ruby_string() 638 > rvm_ruby_repo_url=
++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_branch=
++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_name=
++ /scripts/selector : __rvm_ruby_string() 642 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 648 > strings=($(echo ${ruby_string//-/ }))
+++ /scripts/selector : __rvm_ruby_string() 648 > echo 1.9.3
++ /scripts/selector : __rvm_ruby_string() 650 > (( 1 == 0 ))
++ /scripts/selector : __rvm_ruby_string() 665 > for string in '${strings[@]}'
++ /scripts/selector : __rvm_ruby_string() 667 > case "$string" in
++ /scripts/selector : __rvm_ruby_string() 717 > [[ '' == \r\b\x ]]
++ /scripts/selector : __rvm_ruby_string() 730 > case "$string" in
++ /scripts/selector : __rvm_ruby_string() 732 > rvm_ruby_version=1.9.3
++ /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_revision=
++ /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_tag=
++ /scripts/selector : __rvm_ruby_string() 838 > [[ -z '' ]]
++ /scripts/selector : __rvm_ruby_string() 841 > case "$rvm_ruby_version" in
++ /scripts/selector : __rvm_ruby_string() 842 > rvm_ruby_interpreter=ruby
++ /scripts/selector : __rvm_ruby_string() 854 > rvm_ruby_version=1.9.3
++ /scripts/selector : __rvm_ruby_string() 855 > [[ -z 1.9.3 ]]
++ /scripts/selector : __rvm_ruby_string() 862 > [[ -z 1.9.3 ]]
++ /scripts/selector : __rvm_ruby_string() 866 > rvm_ruby_string=ruby-1.9.3
++ /scripts/selector : __rvm_ruby_string() 869 > [[ ruby == \e\x\t ]]
++ /scripts/selector : __rvm_ruby_string() 873 > (( 0 == 1 ))
++ /scripts/selector : __rvm_ruby_string() 877 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 881 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 885 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 889 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 893 > [[ -n '' ]]
+++ /scripts/selector : __rvm_ruby_string() 901 > __rvm_db ruby_1.9.3_patch_level
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
+++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.9.3_patch_level
+++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.9.3_patch_level
+++ /scripts/functions/db : __rvm_db() 11 > variable=
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/pje/.rvm/user/db ]]
++++ /scripts/functions/db : __rvm_db() 14 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/user/db ruby_1.9.3_patch_level
+++ /scripts/functions/db : __rvm_db() 14 > value=
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
++++ /scripts/functions/db : __rvm_db() 18 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/config/db ruby_1.9.3_patch_level
+++ /scripts/functions/db : __rvm_db() 18 > value=194
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n 194 ]]
+++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 23 > echo 194
+++ /scripts/functions/db : __rvm_db() 29 > return 0
++ /scripts/selector : __rvm_ruby_string() 900 > patch_level=194
++ /scripts/selector : __rvm_ruby_string() 902 > [[ -n 194 ]]
++ /scripts/selector : __rvm_ruby_string() 904 > case "$rvm_ruby_interpreter" in
++ /scripts/selector : __rvm_ruby_string() 911 > rvm_ruby_patch_level=p194
++ /scripts/selector : __rvm_ruby_string() 917 > [[ -n p194 ]]
++ /scripts/selector : __rvm_ruby_string() 919 > rvm_ruby_patch_level=p194
++ /scripts/selector : __rvm_ruby_string() 920 > rvm_ruby_patch_level=p194
++ /scripts/selector : __rvm_ruby_string() 921 > rvm_ruby_string=ruby-1.9.3-p194
++ /scripts/selector : __rvm_ruby_string() 923 > case "$rvm_ruby_interpreter" in
++ /scripts/selector : __rvm_ruby_string() 929 > rvm_ruby_string=ruby-1.9.3-p194
++ /scripts/selector : __rvm_ruby_string() 930 > rvm_ruby_string=ruby-1.9.3-p194
++ /scripts/selector : __rvm_ruby_string() 936 > [[ -n '' ]]
++ /scripts/selector : __rvm_ruby_string() 945 > detected_rvm_ruby_name=
++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz
++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]]
++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in
++ /scripts/selector : __rvm_select() 265 > [[ -n p194 ]]
++ /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.9.3-p194
++ /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.9.3-p194
++ /scripts/selector : __rvm_select() 274 > [[ -z 1.9.3 ]]
+++ /scripts/selector : __rvm_select() 278 > __rvm_db ruby_repo_url
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
+++ /scripts/functions/db : __rvm_db() 9 > key=ruby_repo_url
+++ /scripts/functions/db : __rvm_db() 10 > key=ruby_repo_url
+++ /scripts/functions/db : __rvm_db() 11 > variable=
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/pje/.rvm/user/db ]]
++++ /scripts/functions/db : __rvm_db() 14 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/user/db ruby_repo_url
+++ /scripts/functions/db : __rvm_db() 14 > value=
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
++++ /scripts/functions/db : __rvm_db() 18 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/config/db ruby_repo_url
+++ /scripts/functions/db : __rvm_db() 18 > value=git://github.com/ruby/ruby.git
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n git://github.com/ruby/ruby.git ]]
+++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 23 > echo git://github.com/ruby/ruby.git
+++ /scripts/functions/db : __rvm_db() 29 > return 0
++ /scripts/selector : __rvm_select() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git
++ /scripts/selector : __rvm_select() 279 > (( 0 == 0 ))
++ /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in
++ /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2
++ /scripts/selector : __rvm_select() 329 > [[ -n 1.9.3 ]]
++ /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in
++ /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1
++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.9
++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=9
++ /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=3
++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]]
++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.9.3-p194
++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/pje/.rvm/rubies/ruby-1.9.3-p194
++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/pje/.rvm/rubies/ruby-1.9.3-p194/.irbrc
++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/pje/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]]
++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]]
++ /scripts/selector : __rvm_select() 366 > __rvm_gemset_select
++ /scripts/selector_gemsets : __rvm_gemset_select() 125 > __rvm_gemset_select_only
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/Users/pje/.rvm/gems/ruby-1.9.3-p194
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0:
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag ))
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/Users/pje/.rvm/gems/ruby-1.9.3-p194@global
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name=
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/Users/pje/.rvm/gems/ruby-1.9.3-p194:/Users/pje/.rvm/gems/ruby-1.9.3-p194@global
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p194
++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/pje/.rvm/gems/ruby-1.9.3-p194 ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 90 > (( 0 == 0 && 0 == 0 && 0 == 0 ))
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 92 > rvm_expected_gemset_name=
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 93 > rvm_gemset_name=
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > __rvm_gemset_select_only
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/Users/pje/.rvm/gems/ruby-1.9.3-p194
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0:
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag ))
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/Users/pje/.rvm/gems/ruby-1.9.3-p194@global
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@
++ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name=
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/Users/pje/.rvm/gems/ruby-1.9.3-p194:/Users/pje/.rvm/gems/ruby-1.9.3-p194@global
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]]
++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p194
++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 95 > return 2
++ /scripts/selector : __rvm_select() 367 > case $? in
++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1
++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/pje/.rvm/log/ruby-1.9.3-p194 ]]
++ /scripts/selector : __rvm_select() 378 > mkdir -p /Users/pje/.rvm/log/ruby-1.9.3-p194
++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby
++ /scripts/functions/manage/base : __rvm_remove_ruby() 877 > [[ -n ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_remove_ruby() 879 > for dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"'
++ /scripts/functions/manage/base : __rvm_remove_ruby() 881 > [[ -d /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_remove_ruby() 883 > rvm_log 'Removing /Users/pje/.rvm/src/ruby-1.9.3-p194...'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing /Users/pje/.rvm/src/ruby-1.9.3-p194...\n'
Removing /Users/pje/.rvm/src/ruby-1.9.3-p194...
++ /scripts/functions/manage/base : __rvm_remove_ruby() 884 > __rvm_rm_rf /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 35 > rm -rf /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/cleanup : __rvm_rm_rf() 36 > result=0
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 879 > for dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"'
++ /scripts/functions/manage/base : __rvm_remove_ruby() 881 > [[ -d /Users/pje/.rvm/rubies/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_remove_ruby() 886 > rvm_log 'it seems that /Users/pje/.rvm/rubies/ruby-1.9.3-p194 is already non existent.'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'it seems that /Users/pje/.rvm/rubies/ruby-1.9.3-p194 is already non existent.\n'
it seems that /Users/pje/.rvm/rubies/ruby-1.9.3-p194 is already non existent.
++ /scripts/functions/manage/base : __rvm_remove_ruby() 889 > [[ -e /Users/pje/.rvm/bin/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_remove_ruby() 894 > [[ -d /Users/pje/.rvm/externals/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_remove_ruby() 899 > __rvm_check_default
++ /scripts/functions/manage/base : __rvm_check_default() 805 > typeset default_ruby_interpreter current_ruby_interpreter
+++ /scripts/functions/manage/base : __rvm_check_default() 808 > rvm alias show default
+++ /scripts/functions/manage/base : __rvm_check_default() 808 > awk -F@ '{print $1}'
++ /scripts/functions/manage/base : __rvm_check_default() 808 > default_ruby_interpreter=
+++ /scripts/functions/manage/base : __rvm_check_default() 811 > echo ruby-1.9.3-p194
+++ /scripts/functions/manage/base : __rvm_check_default() 811 > awk -F@ '{print $1}'
++ /scripts/functions/manage/base : __rvm_check_default() 811 > current_ruby_interpreter=ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_check_default() 814 > [[ -n ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_check_default() 814 > [[ ruby-1.9.3-p194 == '' ]]
++ /scripts/functions/manage/base : __rvm_check_default() 820 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 900 > __rvm_remove_install_record ruby-1.9.3-p194
++ /scripts/functions/install : __rvm_remove_install_record() 34 > typeset recorded_ruby_name rvm_install_record_file
+++ /scripts/functions/install : __rvm_remove_install_record() 36 > /Users/pje/.rvm/scripts/tools strings ruby-1.9.3-p194
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 26 > export __array_start rvm_path
++ /scripts/base : 31 > [[ -n '' ]]
++ /scripts/base : 35 > __array_start=0
++ /scripts/base : 38 > (( 0 == 0 ))
+++ /scripts/base : 40 > umask
++ /scripts/base : 40 > : rvm_stored_umask:0022
++ /scripts/base : 41 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 42 > [[ -n /Users/pje ]]
++ /scripts/base : 42 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
++ /scripts/base : 43 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 63 > unset rvm_rvmrc_files
++ /scripts/base : 66 > export rvm_path
++ /scripts/base : 67 > [[ -z /Users/pje/.rvm ]]
++ /scripts/base : 79 > true /Users/pje/.rvm/scripts
++ /scripts/base : 82 > source /Users/pje/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 26 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 28 > shopt -s extglob
+++ /scripts/initialize : 38 > export __rvm_env_loaded
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 45 > [[ -z /Users/pje/.rvm/tmp ]]
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 86 > case " ${rvm_base_except:-} " in
++ /scripts/base : 91 > source /Users/pje/.rvm/scripts/selector
++ /scripts/base : 92 > source /Users/pje/.rvm/scripts/selector_gemsets
++ /scripts/base : 96 > typeset -a scripts
++ /scripts/base : 99 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler)
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
++++ /scripts/functions/logging : 49 > /Users/pje/.rvm/scripts/color red
+++ /scripts/functions/logging : 49 > rvm_error_clr=''
++++ /scripts/functions/logging : 50 > /Users/pje/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 50 > rvm_warn_clr=''
++++ /scripts/functions/logging : 51 > /Users/pje/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 51 > rvm_debug_clr=''
++++ /scripts/functions/logging : 52 > /Users/pje/.rvm/scripts/color green
+++ /scripts/functions/logging : 52 > rvm_notify_clr=''
++++ /scripts/functions/logging : 53 > /Users/pje/.rvm/scripts/color reset
+++ /scripts/functions/logging : 53 > rvm_reset_clr=''
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/utility
+++ /scripts/functions/utility : 3 > [[ -z tar ]]
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar
+++ /scripts/functions/utility : 10 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/utility : 11 > tar --help
+++ /scripts/functions/utility : 11 > GREP_OPTIONS=
+++ /scripts/functions/utility : 11 > grep -- --no-same-owner
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/init
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/cleanup
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/env
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.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 : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/install
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/environment
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/gemset
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/db
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/bundler
++ /scripts/base : 103 > unset scripts entry rvm_base_except
+ /scripts/tools : 217 > args=($*)
+ /scripts/tools : 218 > action=strings
++ /scripts/tools : 219 > echo ruby-1.9.3-p194
+ /scripts/tools : 219 > args=ruby-1.9.3-p194
+ /scripts/tools : 221 > [[ -z strings ]]
+ /scripts/tools : 223 > case "$action" in
+ /scripts/tools : 226 > tools_strings ruby-1.9.3-p194
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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_ruby_load_path rvm_ruby_require 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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0022
+ /scripts/functions/init : __rvm_load_rvmrc() 13 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -n /Users/pje ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 34 > unset rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/tools : tools_strings() 39 > basename /Users/pje/.rvm/gems/ruby-1.9.3-p194
+ /scripts/tools : 233 > exit 0
++ /scripts/functions/install : __rvm_remove_install_record() 36 > recorded_ruby_name=ruby-1.9.3-p194
++ /scripts/functions/install : __rvm_remove_install_record() 38 > rvm_install_record_file=/Users/pje/.rvm/user/installs
++ /scripts/functions/install : __rvm_remove_install_record() 40 > [[ -s /Users/pje/.rvm/user/installs ]]
++ /scripts/functions/install : __rvm_remove_install_record() 42 > mv /Users/pje/.rvm/user/installs /Users/pje/.rvm/user/installs.tmp
++ /scripts/functions/install : __rvm_remove_install_record() 44 > GREP_OPTIONS=
++ /scripts/functions/install : __rvm_remove_install_record() 44 > grep -v '^ruby-1.9.3-p194 '
++ /scripts/functions/install : __rvm_remove_install_record() 47 > rm -f /Users/pje/.rvm/user/installs.tmp
++ /scripts/functions/install : __rvm_remove_install_record() 50 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 901 > __rvm_remove_gemsets
++ /scripts/functions/manage/base : __rvm_remove_gemsets() 931 > typeset gemset gemsets
++ /scripts/functions/manage/base : __rvm_remove_gemsets() 933 > (( 0 == 1 ))
++ /scripts/functions/manage/base : __rvm_remove_ruby() 902 > __rvm_remove_archives
++ /scripts/functions/manage/base : __rvm_remove_archives() 1001 > (( 0 == 1 ))
++ /scripts/functions/manage/base : __rvm_remove_ruby() 903 > __rvm_remove_aliases
++ /scripts/functions/manage/base : __rvm_remove_aliases() 986 > rvm_log 'Removing ruby-1.9.3-p194 aliases...'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p194 aliases...\n'
Removing ruby-1.9.3-p194 aliases...
++ /scripts/functions/manage/base : __rvm_remove_aliases() 988 > typeset alias_name aliases
++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > aliases=($(awk '/'$rvm_ruby_string'/' "$rvm_path/config/alias" | sed 's/=.*//'))
+++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > awk /ruby-1.9.3-p194/ /Users/pje/.rvm/config/alias
+++ /scripts/functions/manage/base : __rvm_remove_aliases() 990 > sed 's/=.*//'
++ /scripts/functions/manage/base : __rvm_remove_ruby() 904 > __rvm_remove_wrappers
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 951 > rvm_log 'Removing ruby-1.9.3-p194 wrappers...'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p194 wrappers...\n'
Removing ruby-1.9.3-p194 wrappers...
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 953 > typeset wrapper wrappers
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 955 > wrappers=($(find "$rvm_wrappers_path" -maxdepth 1 -mindepth 1 -type d "${name_opt}" "*$rvm_ruby_string*" 2>/dev/null))
+++ /scripts/functions/manage/base : __rvm_remove_wrappers() 955 > find /Users/pje/.rvm/wrappers -maxdepth 1 -mindepth 1 -type d -iname '*ruby-1.9.3-p194*'
++ /scripts/functions/manage/base : __rvm_remove_wrappers() 962 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 905 > __rvm_remove_environments
++ /scripts/functions/manage/base : __rvm_remove_environments() 967 > rvm_log 'Removing ruby-1.9.3-p194 environments...'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p194 environments...\n'
Removing ruby-1.9.3-p194 environments...
++ /scripts/functions/manage/base : __rvm_remove_environments() 969 > typeset environments environment
++ /scripts/functions/manage/base : __rvm_remove_environments() 971 > environments=($(find "$rvm_environments_path" -maxdepth 1 -mindepth 1 -type f "${name_opt}" "*$rvm_ruby_string*" ))
+++ /scripts/functions/manage/base : __rvm_remove_environments() 971 > find /Users/pje/.rvm/environments -maxdepth 1 -mindepth 1 -type f -iname '*ruby-1.9.3-p194*'
++ /scripts/functions/manage/base : __rvm_remove_environments() 981 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 906 > __rvm_remove_binaries
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1010 > rvm_log 'Removing ruby-1.9.3-p194 binaries...'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Removing ruby-1.9.3-p194 binaries...\n'
Removing ruby-1.9.3-p194 binaries...
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1013 > typeset binary_name binaries full_binary_path
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1015 > binaries=($(find "${rvm_bin_path}" -maxdepth 1 -mindepth 1 "${name_opt}" "*$rvm_ruby_string*" ))
+++ /scripts/functions/manage/base : __rvm_remove_binaries() 1015 > find /Users/pje/.rvm/bin -maxdepth 1 -mindepth 1 -iname '*ruby-1.9.3-p194*'
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1024 > unset binaries
++ /scripts/functions/manage/base : __rvm_remove_binaries() 1026 > return 0
++ /scripts/functions/manage/base : __rvm_remove_ruby() 916 > unset rvm_remove_flag
++ /scripts/functions/manage/base : __rvm_remove_ruby() 918 > return 0
++ /scripts/functions/manage/base : __rvm_reinstall_ruby() 926 > __rvm_install_ruby
++ /scripts/functions/manage/base : __rvm_install_ruby() 290 > true 0 1
++ /scripts/functions/manage/base : __rvm_install_ruby() 292 > typeset binary __rvm_ruby_name
++ /scripts/functions/manage/base : __rvm_install_ruby() 294 > (( rvm_ruby_selected_flag == 0 ))
++ /scripts/functions/manage/base : __rvm_install_ruby() 316 > [[ -n '' ]]
++ /scripts/functions/manage/base : __rvm_install_ruby() 320 > unset RUBYOPT
++ /scripts/functions/manage/base : __rvm_install_ruby() 322 > __rvm_check_for_compiler
++ /scripts/functions/build : __rvm_check_for_compiler() 90 > __rvm_selected_compiler
++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ --with-gcc= ]]
++ /scripts/functions/build : __rvm_selected_compiler() 8 > typeset __compiler
++ /scripts/functions/build : __rvm_selected_compiler() 9 > __compiler=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_selected_compiler() 10 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_selected_compiler() 11 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
++ /scripts/functions/build : __rvm_selected_compiler() 12 > echo '/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
+++ /scripts/functions/build : __rvm_check_for_compiler() 91 > __rvm_selected_compiler
+++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ --with-gcc= ]]
+++ /scripts/functions/build : __rvm_selected_compiler() 8 > typeset __compiler
+++ /scripts/functions/build : __rvm_selected_compiler() 9 > __compiler=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
+++ /scripts/functions/build : __rvm_selected_compiler() 10 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
+++ /scripts/functions/build : __rvm_selected_compiler() 11 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
+++ /scripts/functions/build : __rvm_selected_compiler() 12 > echo '/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
++ /scripts/functions/build : __rvm_check_for_compiler() 91 > builtin command -v /usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml
++ /scripts/functions/manage/base : __rvm_install_ruby() 323 > true
++ /scripts/functions/manage/base : __rvm_install_ruby() 327 > case "${rvm_ruby_interpreter}" in
++ /scripts/functions/manage/base : __rvm_install_ruby() 344 > source /Users/pje/.rvm/scripts/functions/manage/ruby
++ /scripts/functions/manage/base : __rvm_install_ruby() 345 > ruby_install
++ /scripts/functions/manage/ruby : ruby_install() 54 > typeset result temp_flags
++ /scripts/functions/manage/ruby : ruby_install() 56 > __rvm_check_for_bison
++ /scripts/functions/build : __rvm_check_for_bison() 101 > true 0
++ /scripts/functions/build : __rvm_check_for_bison() 102 > (( rvm_head_flag > 0 ))
++ /scripts/functions/manage/ruby : ruby_install() 57 > __rvm_check_for_bison
++ /scripts/functions/build : __rvm_check_for_bison() 101 > true 0
++ /scripts/functions/build : __rvm_check_for_bison() 102 > (( rvm_head_flag > 0 ))
++ /scripts/functions/manage/ruby : ruby_install() 58 > true
++ /scripts/functions/manage/ruby : ruby_install() 65 > case ${rvm_ruby_string:-""} in
++ /scripts/functions/manage/ruby : ruby_install() 67 > true
++ /scripts/functions/manage/ruby : ruby_install() 77 > case ${rvm_ruby_string} in
++ /scripts/functions/manage/ruby : ruby_install() 80 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ --with-opt-dir= ]]
++ /scripts/functions/manage/ruby : ruby_install() 82 > rvm_warn 'Please note that you are using your own '\''--with-opt-dir='\'', make sure '\''libyaml'\'' is installed and available for ruby compilation.'
++ /scripts/functions/logging : rvm_warn() 66 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_warn() 67 > printf %b 'Please note that you are using your own '\''--with-opt-dir='\'', make sure '\''libyaml'\'' is installed and available for ruby compilation.\n'
Please note that you are using your own '--with-opt-dir=', make sure 'libyaml' is installed and available for ruby compilation.
++ /scripts/functions/manage/ruby : ruby_install() 93 > temp_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/manage/ruby : ruby_install() 94 > temp_flags=' --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/manage/ruby : ruby_install() 95 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ --with-opt-dir= ]]
++ /scripts/functions/manage/ruby : ruby_install() 95 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ -dir= ]]
++ /scripts/functions/manage/ruby : ruby_install() 99 > transform_configure_flags
++ /scripts/functions/manage/ruby : transform_configure_flags() 5 > typeset flag path
++ /scripts/functions/manage/ruby : transform_configure_flags() 6 > typeset -a new_flags
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 27 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 27 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 27 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 12 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 27 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 8 > for flag in '${rvm_configure_flags}'
++ /scripts/functions/manage/ruby : transform_configure_flags() 10 > case "${flag}" in
++ /scripts/functions/manage/ruby : transform_configure_flags() 27 > new_flags+=("${flag}")
++ /scripts/functions/manage/ruby : transform_configure_flags() 32 > rvm_configure_flags='--enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/manage/ruby : ruby_install() 105 > case "$(uname -s)" in
+++ /scripts/functions/manage/ruby : ruby_install() 105 > uname -s
++ /scripts/functions/manage/ruby : ruby_install() 115 > __rvm_setup_compile_environment
+++ /scripts/functions/build : __rvm_setup_compile_environment() 39 > uname
++ /scripts/functions/build : __rvm_setup_compile_environment() 39 > [[ Darwin == \D\a\r\w\i\n ]]
++ /scripts/functions/build : __rvm_setup_compile_environment() 39 > __rvm_selected_compiler
++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib =~ --with-gcc= ]]
++ /scripts/functions/build : __rvm_selected_compiler() 8 > typeset __compiler
++ /scripts/functions/build : __rvm_selected_compiler() 9 > __compiler='--enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_selected_compiler() 10 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_selected_compiler() 11 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
++ /scripts/functions/build : __rvm_selected_compiler() 12 > echo '/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml'
++ /scripts/functions/build : __rvm_setup_compile_environment() 52 > [[ '' =~ *debug* ]]
++ /scripts/functions/build : __rvm_setup_compile_environment() 56 > [[ -n x86_64 ]]
++ /scripts/functions/build : __rvm_setup_compile_environment() 58 > [[ 1.9.3 =~ 1.9.* ]]
++ /scripts/functions/build : __rvm_setup_compile_environment() 61 > rvm_configure_flags='--enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64'
++ /scripts/functions/manage/ruby : ruby_install() 120 > [[ x86_64-apple-darwin11 == *darwin* ]]
++ /scripts/functions/manage/ruby : ruby_install() 121 > __clang_ready
++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level
++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in
++ /scripts/functions/manage/ruby : __clang_ready() 44 > _patch_level=p194
++ /scripts/functions/manage/ruby : __clang_ready() 45 > _patch_level=194
++ /scripts/functions/manage/ruby : __clang_ready() 46 > (( _patch_level >= 125 ))
++ /scripts/functions/manage/ruby : __clang_ready() 46 > return 0
++ /scripts/functions/manage/ruby : ruby_install() 121 > __rvm_compiler_is_llvm
++ /scripts/functions/build : __rvm_compiler_is_llvm() 28 > typeset compiler
+++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > __rvm_found_compiler
+++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler
+++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 =~ --with-gcc= ]]
+++ /scripts/functions/build : __rvm_selected_compiler() 8 > typeset __compiler
+++ /scripts/functions/build : __rvm_selected_compiler() 9 > __compiler='--enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64'
+++ /scripts/functions/build : __rvm_selected_compiler() 10 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64'
+++ /scripts/functions/build : __rvm_selected_compiler() 11 > __compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
+++ /scripts/functions/build : __rvm_selected_compiler() 12 > echo '/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > compiler='/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib'
++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > /usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --version
++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > GREP_OPTIONS=
++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > grep -i llvm
++ /scripts/functions/manage/ruby : ruby_install() 127 > __clang_ready
++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level
++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in
++ /scripts/functions/manage/ruby : __clang_ready() 44 > _patch_level=p194
++ /scripts/functions/manage/ruby : __clang_ready() 45 > _patch_level=194
++ /scripts/functions/manage/ruby : __clang_ready() 46 > (( _patch_level >= 125 ))
++ /scripts/functions/manage/ruby : __clang_ready() 46 > return 0
++ /scripts/functions/manage/ruby : ruby_install() 138 > __rvm_install_source
++ /scripts/functions/manage/base : __rvm_install_source() 93 > true 1 0
++ /scripts/functions/manage/base : __rvm_install_source() 95 > typeset directory configure_parameters db_configure_flags autoconf_flags
++ /scripts/functions/manage/base : __rvm_install_source() 97 > (( rvm_ruby_selected_flag == 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 102 > rvm_log 'Installing Ruby from source to: /Users/pje/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...\n'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'Installing Ruby from source to: /Users/pje/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...\n\n'
Installing Ruby from source to: /Users/pje/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...
++ /scripts/functions/manage/base : __rvm_install_source() 104 > builtin cd /Users/pje/.rvm/src
++ /scripts/functions/manage/base : __rvm_install_source() 106 > __rvm_fetch_ruby
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 456 > (( 1 == 0 ))
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 461 > rvm_log 'ruby-1.9.3-p194 - #fetching '
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p194 - #fetching \n'
ruby-1.9.3-p194 - #fetching
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 463 > (( 0 == 0 ))
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 464 > [[ -z '' ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 466 > rvm_ruby_package_name=ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 468 > rvm_ruby_package_file=ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 471 > case "$rvm_ruby_string" in
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 476 > rvm_archive_extension=tar.bz2
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 483 > [[ ! -s /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 516 > [[ ! -d /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 518 > [[ ! -d /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 520 > mkdir -p /Users/pje/.rvm/tmp/rvm_src_78510
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 522 > case "$rvm_archive_extension" in
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 548 > __rvm_run extract 'tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510 ' 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194'
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0
++ /scripts/functions/utility : __rvm_run() 106 > name=extract
++ /scripts/functions/utility : __rvm_run() 107 > _command='tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510 '
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194'
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194\n'
ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 ))
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/Users/pje/.rvm/log/ruby-1.9.3-p194
++ /scripts/functions/utility : __rvm_run() 127 > log=/Users/pje/.rvm/log/ruby-1.9.3-p194/extract.log
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /Users/pje/.rvm/log/ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /Users/pje/.rvm/log/ruby-1.9.3-p194/extract.log ]]
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S'
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-06-20 21:43:42] tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510 \n'
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 ))
++ /scripts/functions/utility : __rvm_run() 147 > eval 'tar xjf /Users/pje/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/pje/.rvm/tmp/rvm_src_78510 '
++ /scripts/functions/utility : __rvm_run() 148 > result=0
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 ))
++ /scripts/functions/utility : __rvm_run() 155 > return 0
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 551 > result=0
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 553 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 565 > __rvm_rm_rf /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/pje/.rvm/src/ruby-1.9.3-p194 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0
+++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > builtin cd /Users/pje/.rvm/tmp/rvm_src_78510
+++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > ls
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 567 > mv /Users/pje/.rvm/tmp/rvm_src_78510/ruby-1.9.3-p194 /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 570 > __rvm_rm_rf /Users/pje/.rvm/tmp/rvm_src_78510
++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target
++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1
++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/pje/.rvm/tmp/rvm_src_78510
++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob
++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in
++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/pje/.rvm/tmp/rvm_src_78510 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/pje/.rvm/tmp/rvm_src_78510 ]]
++ /scripts/functions/cleanup : __rvm_rm_rf() 35 > rm -rf /Users/pje/.rvm/tmp/rvm_src_78510
++ /scripts/functions/cleanup : __rvm_rm_rf() 36 > result=0
++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 572 > [[ -n '' ]]
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 576 > rvm_log 'ruby-1.9.3-p194 - #extracted to /Users/pje/.rvm/src/ruby-1.9.3-p194'
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p194 - #extracted to /Users/pje/.rvm/src/ruby-1.9.3-p194\n'
ruby-1.9.3-p194 - #extracted to /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_fetch_ruby() 581 > return 0
++ /scripts/functions/manage/base : __rvm_install_source() 107 > result=0
++ /scripts/functions/manage/base : __rvm_install_source() 109 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 115 > builtin cd /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_install_source() 116 > result=0
++ /scripts/functions/manage/base : __rvm_install_source() 117 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 123 > [[ -d /Users/pje/.rvm/usr ]]
++ /scripts/functions/manage/base : __rvm_install_source() 125 > __rvm_add_to_path prepend /Users/pje/.rvm/usr/bin
++ /scripts/functions/utility : __rvm_add_to_path() 235 > export PATH
++ /scripts/functions/utility : __rvm_add_to_path() 237 > (( 2 != 2 ))
++ /scripts/functions/utility : __rvm_add_to_path() 237 > [[ -z /Users/pje/.rvm/usr/bin ]]
++ /scripts/functions/utility : __rvm_add_to_path() 243 > __rvm_remove_from_path /Users/pje/.rvm/usr/bin
++ /scripts/functions/utility : __rvm_remove_from_path() 225 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 226 > PATH=:/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin:
++ /scripts/functions/utility : __rvm_remove_from_path() 227 > PATH=:/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin:
++ /scripts/functions/utility : __rvm_remove_from_path() 228 > PATH=:/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin:
++ /scripts/functions/utility : __rvm_remove_from_path() 229 > PATH=:/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_path() 230 > PATH=/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin
++ /scripts/functions/utility : __rvm_add_to_path() 244 > case "$1" in
++ /scripts/functions/utility : __rvm_add_to_path() 245 > PATH=/Users/pje/.rvm/usr/bin:/usr/local/share/python:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin:/usr/local/git/bin:/Users/pje/.rvm/bin
++ /scripts/functions/utility : __rvm_add_to_path() 250 > [[ -n '' ]]
++ /scripts/functions/utility : __rvm_add_to_path() 256 > builtin hash -r
++ /scripts/functions/manage/base : __rvm_install_source() 127 > builtin hash -r
++ /scripts/functions/manage/base : __rvm_install_source() 130 > (( rvm_static_flag == 1 ))
++ /scripts/functions/manage/base : __rvm_install_source() 146 > __rvm_apply_patches
++ /scripts/functions/manage/base : __rvm_apply_patches() 36 > typeset patches patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path
++ /scripts/functions/manage/base : __rvm_apply_patches() 38 > result=0
++ /scripts/functions/manage/base : __rvm_apply_patches() 39 > patch_level_separator=%
++ /scripts/functions/manage/base : __rvm_apply_patches() 40 > patch_fuzziness=25
++ /scripts/functions/manage/base : __rvm_apply_patches() 41 > patch_level=1
++ /scripts/functions/manage/base : __rvm_apply_patches() 43 > source_directory=
++ /scripts/functions/manage/base : __rvm_apply_patches() 45 > [[ -z '' ]]
++ /scripts/functions/manage/base : __rvm_apply_patches() 47 > source_directory=/Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_apply_patches() 51 > builtin cd /Users/pje/.rvm/src/ruby-1.9.3-p194
++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > patches=($(__rvm_current_patch_names))
+++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > __rvm_current_patch_names
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 8 > typeset separator patches level name
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 10 > separator=%
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 11 > patches=' default'
++++ /scripts/functions/manage/base : __rvm_current_patch_names() 6 > echo default
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 13 > for name in '$(echo ${patches//,/ })'
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 15 > [[ default == \d\e\f\a\u\l\t ]]
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 17 > level=1
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 23 > typeset expanded_name
++++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > __rvm_expand_patch_name default
++++ /scripts/patches : __rvm_expand_patch_name() 22 > typeset name expanded_patch_name
++++ /scripts/patches : __rvm_expand_patch_name() 24 > name=default
++++ /scripts/patches : __rvm_expand_patch_name() 26 > [[ -z default ]]
+++++ /scripts/patches : __rvm_expand_patch_name() 28 > rvm_ruby_string=ruby-1.9.3-p194
+++++ /scripts/patches : __rvm_expand_patch_name() 28 > /Users/pje/.rvm/scripts/patchsets show default
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 26 > export __array_start rvm_path
++ /scripts/base : 31 > [[ -n '' ]]
++ /scripts/base : 35 > __array_start=0
++ /scripts/base : 38 > (( 0 == 0 ))
+++ /scripts/base : 40 > umask
++ /scripts/base : 40 > : rvm_stored_umask:0022
++ /scripts/base : 41 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 42 > [[ -n /Users/pje ]]
++ /scripts/base : 42 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
++ /scripts/base : 43 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 63 > unset rvm_rvmrc_files
++ /scripts/base : 66 > export rvm_path
++ /scripts/base : 67 > [[ -z /Users/pje/.rvm ]]
++ /scripts/base : 79 > true /Users/pje/.rvm/scripts
++ /scripts/base : 82 > source /Users/pje/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 26 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 28 > shopt -s extglob
+++ /scripts/initialize : 38 > export __rvm_env_loaded
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 45 > [[ -z /Users/pje/.rvm/tmp ]]
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 86 > case " ${rvm_base_except:-} " in
++ /scripts/base : 88 > true
++ /scripts/base : 96 > typeset -a scripts
++ /scripts/base : 99 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler)
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
++++ /scripts/functions/logging : 49 > /Users/pje/.rvm/scripts/color red
+++ /scripts/functions/logging : 49 > rvm_error_clr=''
++++ /scripts/functions/logging : 50 > /Users/pje/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 50 > rvm_warn_clr=''
++++ /scripts/functions/logging : 51 > /Users/pje/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 51 > rvm_debug_clr=''
++++ /scripts/functions/logging : 52 > /Users/pje/.rvm/scripts/color green
+++ /scripts/functions/logging : 52 > rvm_notify_clr=''
++++ /scripts/functions/logging : 53 > /Users/pje/.rvm/scripts/color reset
+++ /scripts/functions/logging : 53 > rvm_reset_clr=''
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/utility
+++ /scripts/functions/utility : 3 > [[ -z tar ]]
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar
+++ /scripts/functions/utility : 10 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/utility : 11 > tar --help
+++ /scripts/functions/utility : 11 > GREP_OPTIONS=
+++ /scripts/functions/utility : 11 > grep -- --no-same-owner
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/init
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/cleanup
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/env
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.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 : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/install
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/environment
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/gemset
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/db
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/bundler
++ /scripts/base : 103 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/pje/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/pje/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 83 > typeset path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > path=/Users/pje/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > echo /Users/pje/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 97 > return 0
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
++++ /scripts/patches : __rvm_expand_patch_name() 28 > expanded_patch_name=
++++ /scripts/patches : __rvm_expand_patch_name() 31 > [[ 1 == \0 ]]
++++ /scripts/patches : __rvm_expand_patch_name() 35 > [[ default != \d\e\f\a\u\l\t ]]
++++ /scripts/patches : __rvm_expand_patch_name() 40 > return 0
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > expanded_name=
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n default ]]
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n '' ]]
+++ /scripts/functions/manage/base : __rvm_current_patch_names() 31 > return 0
++ /scripts/functions/manage/base : __rvm_apply_patches() 88 > return 0
++ /scripts/functions/manage/base : __rvm_install_source() 147 > result=0
++ /scripts/functions/manage/base : __rvm_install_source() 149 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ -z '' ]]
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ ! -s /Users/pje/.rvm/src/ruby-1.9.3-p194/configure ]]
++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ /Users/pje/.rvm/src/ruby-1.9.3-p194/configure.in -nt /Users/pje/.rvm/src/ruby-1.9.3-p194/configure ]]
++ /scripts/functions/manage/base : __rvm_install_source() 158 > (( 0 == 1 ))
++ /scripts/functions/manage/base : __rvm_install_source() 173 > [[ -n '' ]]
++ /scripts/functions/manage/base : __rvm_install_source() 184 > [[ -s ./configure ]]
++ /scripts/functions/manage/base : __rvm_install_source() 187 > [[ ree != \r\u\b\y ]]
++ /scripts/functions/manage/base : __rvm_install_source() 189 > __rvm_db ruby_configure_flags db_configure_flags
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_configure_flags
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_configure_flags
++ /scripts/functions/db : __rvm_db() 11 > variable=db_configure_flags
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/pje/.rvm/user/db ]]
+++ /scripts/functions/db : __rvm_db() 14 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/user/db ruby_configure_flags
++ /scripts/functions/db : __rvm_db() 14 > value=
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 18 > /Users/pje/.rvm/scripts/db /Users/pje/.rvm/config/db ruby_configure_flags
++ /scripts/functions/db : __rvm_db() 18 > value='--enable-shared --disable-install-doc'
++ /scripts/functions/db : __rvm_db() 21 > [[ -n --enable-shared --disable-install-doc ]]
++ /scripts/functions/db : __rvm_db() 22 > [[ -z db_configure_flags ]]
++ /scripts/functions/db : __rvm_db() 25 > eval 'db_configure_flags='\''--enable-shared --disable-install-doc'\'''
+++ /scripts/functions/db : __rvm_db() 25 > db_configure_flags='--enable-shared --disable-install-doc'
++ /scripts/functions/db : __rvm_db() 29 > return 0
++ /scripts/functions/manage/base : __rvm_install_source() 194 > case "${rvm_ruby_string:-""}" in
++ /scripts/functions/manage/base : __rvm_install_source() 205 > typeset configure_command
++ /scripts/functions/manage/base : __rvm_install_source() 206 > configure_command=' ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 '
++ /scripts/functions/manage/base : __rvm_install_source() 208 > __rvm_run configure ' ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 ' 'ruby-1.9.3-p194 - #configuring '
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0
++ /scripts/functions/utility : __rvm_run() 106 > name=configure
++ /scripts/functions/utility : __rvm_run() 107 > _command=' ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 '
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p194 - #configuring '
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p194 - #configuring ]]
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p194 - #configuring '
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p194 - #configuring \n'
ruby-1.9.3-p194 - #configuring
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 ))
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/Users/pje/.rvm/log/ruby-1.9.3-p194
++ /scripts/functions/utility : __rvm_run() 127 > log=/Users/pje/.rvm/log/ruby-1.9.3-p194/configure.log
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /Users/pje/.rvm/log/ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /Users/pje/.rvm/log/ruby-1.9.3-p194/configure.log ]]
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S'
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-06-20 21:43:46] ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 \n'
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 ))
++ /scripts/functions/utility : __rvm_run() 147 > eval ' ./configure --prefix=/Users/pje/.rvm/rubies/ruby-1.9.3-p194 --enable-shared --disable-install-doc --enable-shared --disable-install-doc --with-gcc=/usr/bin/gcc-4.2 --with-opt-dir=/Users/pje/.rvm/usr --with-libyaml --with-zlib --with-arch=x86_64 '
++ /scripts/functions/utility : __rvm_run() 148 > result=0
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 ))
++ /scripts/functions/utility : __rvm_run() 155 > return 0
++ /scripts/functions/manage/base : __rvm_install_source() 209 > result=0
++ /scripts/functions/manage/base : __rvm_install_source() 211 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 221 > rvm_ruby_make=make
++ /scripts/functions/manage/base : __rvm_install_source() 223 > __rvm_run make 'make ' 'ruby-1.9.3-p194 - #compiling '
++ /scripts/functions/utility : __rvm_run() 103 > typeset name log temp_log_path _command message
++ /scripts/functions/utility : __rvm_run() 104 > true 0 0
++ /scripts/functions/utility : __rvm_run() 106 > name=make
++ /scripts/functions/utility : __rvm_run() 107 > _command='make '
++ /scripts/functions/utility : __rvm_run() 108 > message='ruby-1.9.3-p194 - #compiling '
++ /scripts/functions/utility : __rvm_run() 110 > [[ -n ruby-1.9.3-p194 - #compiling ]]
++ /scripts/functions/utility : __rvm_run() 112 > rvm_log 'ruby-1.9.3-p194 - #compiling '
++ /scripts/functions/logging : rvm_log() 80 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_log() 81 > printf %b 'ruby-1.9.3-p194 - #compiling \n'
ruby-1.9.3-p194 - #compiling
++ /scripts/functions/utility : __rvm_run() 115 > (( rvm_debug_flag > 0 ))
++ /scripts/functions/utility : __rvm_run() 120 > [[ -n ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 122 > temp_log_path=/Users/pje/.rvm/log/ruby-1.9.3-p194
++ /scripts/functions/utility : __rvm_run() 127 > log=/Users/pje/.rvm/log/ruby-1.9.3-p194/make.log
++ /scripts/functions/utility : __rvm_run() 129 > [[ ! -d /Users/pje/.rvm/log/ruby-1.9.3-p194 ]]
++ /scripts/functions/utility : __rvm_run() 134 > [[ ! -f /Users/pje/.rvm/log/ruby-1.9.3-p194/make.log ]]
+++ /scripts/functions/utility : __rvm_run() 140 > date '+%Y-%m-%d %H:%M:%S'
++ /scripts/functions/utility : __rvm_run() 140 > printf %b '[2012-06-20 21:44:10] make \n'
++ /scripts/functions/utility : __rvm_run() 142 > (( rvm_niceness > 0 ))
++ /scripts/functions/utility : __rvm_run() 147 > eval 'make '
++ /scripts/functions/utility : __rvm_run() 148 > result=2
++ /scripts/functions/utility : __rvm_run() 150 > (( result > 0 ))
++ /scripts/functions/utility : __rvm_run() 152 > rvm_error 'Error running '\''make '\'', please read /Users/pje/.rvm/log/ruby-1.9.3-p194/make.log'
++ /scripts/functions/logging : rvm_error() 59 > rvm_pretty_print stderr
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_error() 60 > printf %b 'Error running '\''make '\'', please read j\n'
Error running 'make ', please read /Users/pje/.rvm/log/ruby-1.9.3-p194/make.log
++ /scripts/functions/utility : __rvm_run() 155 > return 2
++ /scripts/functions/manage/base : __rvm_install_source() 224 > result=2
++ /scripts/functions/manage/base : __rvm_install_source() 226 > (( result > 0 ))
++ /scripts/functions/manage/base : __rvm_install_source() 228 > rvm_error 'There has been an error while running make. Halting the installation.'
++ /scripts/functions/logging : rvm_error() 59 > rvm_pretty_print stderr
++ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
++ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
++ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]]
++ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
++ /scripts/functions/logging : rvm_error() 60 > printf %b 'There has been an error while running make. Halting the installation.\n'
There has been an error while running make. Halting the installation.
++ /scripts/functions/manage/base : __rvm_install_source() 229 > return 2
++ /scripts/functions/manage/ruby : ruby_install() 139 > result=2
++ /scripts/functions/manage/ruby : ruby_install() 141 > __clang_ready
++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level
++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in
++ /scripts/functions/manage/ruby : __clang_ready() 44 > _patch_level=p194
++ /scripts/functions/manage/ruby : __clang_ready() 45 > _patch_level=194
++ /scripts/functions/manage/ruby : __clang_ready() 46 > (( _patch_level >= 125 ))
++ /scripts/functions/manage/ruby : __clang_ready() 46 > return 0
++ /scripts/functions/manage/ruby : ruby_install() 146 > typeset patches_count
+++ /scripts/functions/manage/ruby : ruby_install() 150 > rvm_ruby_string=ruby-1.9.3-p194
+++ /scripts/functions/manage/ruby : ruby_install() 150 > /Users/pje/.rvm/scripts/patchsets show default
+++ /scripts/functions/manage/ruby : ruby_install() 150 > wc -l
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 26 > export __array_start rvm_path
++ /scripts/base : 31 > [[ -n '' ]]
++ /scripts/base : 35 > __array_start=0
++ /scripts/base : 38 > (( 0 == 0 ))
+++ /scripts/base : 40 > umask
++ /scripts/base : 40 > : rvm_stored_umask:0022
++ /scripts/base : 41 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 42 > [[ -n /Users/pje ]]
++ /scripts/base : 42 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
++ /scripts/base : 43 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 46 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 48 > [[ -f /Users/pje/.rvmrc ]]
++ /scripts/base : 63 > unset rvm_rvmrc_files
++ /scripts/base : 66 > export rvm_path
++ /scripts/base : 67 > [[ -z /Users/pje/.rvm ]]
++ /scripts/base : 79 > true /Users/pje/.rvm/scripts
++ /scripts/base : 82 > source /Users/pje/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 26 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 28 > shopt -s extglob
+++ /scripts/initialize : 38 > export __rvm_env_loaded
+++ /scripts/initialize : 40 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 42 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 45 > [[ -z /Users/pje/.rvm/tmp ]]
+++ /scripts/initialize : 45 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 86 > case " ${rvm_base_except:-} " in
++ /scripts/base : 88 > true
++ /scripts/base : 96 > typeset -a scripts
++ /scripts/base : 99 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler)
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
++++ /scripts/functions/logging : 49 > /Users/pje/.rvm/scripts/color red
+++ /scripts/functions/logging : 49 > rvm_error_clr=''
++++ /scripts/functions/logging : 50 > /Users/pje/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 50 > rvm_warn_clr=''
++++ /scripts/functions/logging : 51 > /Users/pje/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 51 > rvm_debug_clr=''
++++ /scripts/functions/logging : 52 > /Users/pje/.rvm/scripts/color green
+++ /scripts/functions/logging : 52 > rvm_notify_clr=''
++++ /scripts/functions/logging : 53 > /Users/pje/.rvm/scripts/color reset
+++ /scripts/functions/logging : 53 > rvm_reset_clr=''
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/utility
+++ /scripts/functions/utility : 3 > [[ -z tar ]]
+++ /scripts/functions/utility : 7 > rvm_tar_command=tar
+++ /scripts/functions/utility : 10 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/utility : 11 > tar --help
+++ /scripts/functions/utility : 11 > GREP_OPTIONS=
+++ /scripts/functions/utility : 11 > grep -- --no-same-owner
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/init
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/cleanup
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/env
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.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 : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/install
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/environment
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/gemset
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/db
++ /scripts/base : 100 > for entry in '${scripts[@]}'
++ /scripts/base : 101 > source /Users/pje/.rvm/scripts/functions/bundler
++ /scripts/base : 103 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/pje/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/pje/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 83 > typeset path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > path=/Users/pje/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > echo /Users/pje/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > for part in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > path=/Users/pje/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 94 > echo /Users/pje/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 97 > return 0
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/pje/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
++ /scripts/functions/manage/ruby : ruby_install() 149 > patches_count=' 0'
++ /scripts/functions/manage/ruby : ruby_install() 151 > [[ ! ruby-1.9.3-p194 =~ ruby-1\.9\.3 ]]
++ /scripts/functions/manage/ruby : ruby_install() 158 > return 2
++ /scripts/functions/manage/base : __rvm_install_ruby() 359 > /Users/pje/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -rrbconfig -e 'File.open(RbConfig::CONFIG["prefix"] + "/config","w") { |file| RbConfig::CONFIG.each_pair{|key,value| file.write("#{key.gsub(/\.|-/,"_")}=\"#{value.gsub("$","\\$")}\"\n")} }'
++ /scripts/functions/manage/base : __rvm_install_ruby() 362 > rvm_hook=after_install
++ /scripts/functions/manage/base : __rvm_install_ruby() 363 > source /Users/pje/.rvm/scripts/hook
+++ /scripts/hook : source() 4 > typeset rvm_verbose_flag rvm_debug_flag hooks
+++ /scripts/hook : source() 6 > true 0 0 after_install
+++ /scripts/hook : source() 8 > [[ -n after_install ]]
+++ /scripts/hook : source() 10 > [[ /Users/pje/.rvm/hooks/after_install == \/\U\s\e\r\s\/\p\j\e\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\i\n\s\t\a\l\l ]]
+++ /scripts/hook : source() 12 > hooks=("$rvm_hooks_path/$rvm_hook")
+++ /scripts/hook : source() 17 > for hook in '"${hooks[@]}"'
+++ /scripts/hook : source() 19 > [[ -s /Users/pje/.rvm/hooks/after_install ]]
+++ /scripts/hook : source() 28 > continue
+++ /scripts/hook : source() 34 > unset rvm_hook hooks
++ /scripts/functions/manage/base : __rvm_install_ruby() 365 > [[ -n '' ]]
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1167 > result=0
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1168 > (( result > 0 && manage_result == 0 ))
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1173 > (( result == 0 ))
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1173 > [[ reinstall == \i\n\s\t\a\l\l ]]
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1178 > unset current_ruby_string
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1180 > __rvm_unset_ruby_variables
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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_ruby_load_path rvm_ruby_require 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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 11 > : rvm_stored_umask:0022
+ /scripts/functions/init : __rvm_load_rvmrc() 13 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ -n /Users/pje ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > [[ /Users/pje/.rvmrc -ef /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 17 > for _file in '"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 19 > [[ -s /Users/pje/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 34 > unset rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/functions/manage/base : __rvm_manage_rubies() 1219 > return 0
+ /scripts/manage : 31 > exit 0
+ /scripts/cli : rvm() 1125 > current_result=0
+ /scripts/cli : rvm() 1127 > (( result > 0 ))
+ /scripts/cli : rvm() 1127 > result=0
+ /scripts/cli : rvm() 1129 > [[ 0 -gt 0 ]]
+ /scripts/cli : rvm() 1130 > case "$rvm_action" in
++ /scripts/cli : rvm() 1132 > ls -1 '/Users/pje/.rvm/rubies/*/bin/ruby'
++ /scripts/cli : rvm() 1132 > wc -l
+ /scripts/cli : rvm() 1132 > [[ 0 -eq 1 ]]
+ /scripts/cli : rvm() 1141 > current_result=0
+ /scripts/cli : rvm() 1143 > (( result > 0 ))
+ /scripts/cli : rvm() 1143 > result=0
+ /scripts/cli : rvm() 1145 > [[ 0 -eq 1 ]]
+ /scripts/cli : rvm() 1151 > typeset __local_rvm_trace_flag
+ /scripts/cli : rvm() 1152 > __local_rvm_trace_flag=1
+ /scripts/cli : rvm() 1154 > __rvm_teardown
+ /scripts/functions/environment : __rvm_teardown() 263 > builtin command -v __rvm_cleanup_tmp
+ /scripts/functions/environment : __rvm_teardown() 265 > __rvm_cleanup_tmp
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 95 > [[ -d /Users/pje/.rvm/tmp/ ]]
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 97 > case "${rvm_tmp_path%\/}" in
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 99 > __rvm_rm_rf '/Users/pje/.rvm/tmp/78446*'
+ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target
+ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1
+ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target='/Users/pje/.rvm/tmp/78446*'
+ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob
+ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in
+ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/pje/.rvm/tmp/78446* ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/pje/.rvm/tmp/78446* ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/pje/.rvm/tmp/78446* ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/pje/.rvm/tmp/78446* ]]
+ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0
+ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0
+ /scripts/functions/cleanup : __rvm_cleanup_tmp() 103 > return 0
+ /scripts/functions/environment : __rvm_teardown() 268 > export __rvm_env_loaded
+ /scripts/functions/environment : __rvm_teardown() 270 > : __rvm_env_loaded:1:
+ /scripts/functions/environment : __rvm_teardown() 271 > : __rvm_env_loaded:1:
+ /scripts/functions/environment : __rvm_teardown() 273 > : __rvm_env_loaded:0:
+ /scripts/functions/environment : __rvm_teardown() 275 > [[ -z /Users/pje/.rvm/tmp ]]
+ /scripts/functions/environment : __rvm_teardown() 275 > (( __rvm_env_loaded > 0 ))
+ /scripts/functions/environment : __rvm_teardown() 280 > [[ -n 3.2.48(1)-release ]]
+ /scripts/functions/environment : __rvm_teardown() 282 > trap - 0 1 2 3 15
+ /scripts/functions/environment : __rvm_teardown() 285 > [[ -n '' ]]
+ /scripts/functions/environment : __rvm_teardown() 295 > [[ -n 0022 ]]
+ /scripts/functions/environment : __rvm_teardown() 297 > umask 0022
+ /scripts/functions/environment : __rvm_teardown() 309 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_autoconf_flags rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag
+ /scripts/functions/environment : __rvm_teardown() 310 > unset rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_ruby_load_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path
+ /scripts/functions/environment : __rvm_teardown() 311 > unset rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc 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_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_require rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name
+ /scripts/functions/environment : __rvm_teardown() 312 > unset __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_patch_names rvm_tar_command rvm_tar_options rvm_ree_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name
+ /scripts/functions/environment : __rvm_teardown() 314 > builtin command -v __rvm_cleanup_download
+ /scripts/functions/environment : __rvm_teardown() 319 > return 0
+ /scripts/cli : rvm() 1156 > (( __local_rvm_trace_flag > 0 ))
+ /scripts/cli : rvm() 1158 > set +o verbose
+ /scripts/cli : rvm() 1159 > set +o xtrace
++ vcprompt
pje@agnes:~ $
@ordinaryzelig
Copy link

Mundane detail. Fixed my problem. Thanks.

@pje
Copy link
Author

pje commented Sep 1, 2012

And that's why you always follow up on your error-message gists.

@robb
Copy link

robb commented Sep 13, 2012

Still waiting for the flow chart

@marcohamersma
Copy link

Just encountered this myself, works fine. Thanks for putting this out here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment