Created
October 23, 2011 17:35
-
-
Save sugamasao/1307620 to your computer and use it in GitHub Desktop.
rubyのtrunkをSnow Leopard(10.6.8)でビルドした結果(test-all)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= 結果 = | |
9791 tests, 2208074 assertions, 26 failures, 72 errors, 46 skips | |
= 環境 = | |
% uname -a | |
Darwin gram.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 | |
== 以下ログ == | |
%svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby_src_20111024/ | |
(略) | |
リビジョン 33514 をチェックアウトしました。 | |
% cd ruby_src_20111024/ | |
% autoconf | |
% ./configure --prefix=$HOME/rubies/ruby_20111024 --with-openssl-dir=/opt/local | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking target system type... x86_64-apple-darwin10.8.0 | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether gcc needs -traditional... no | |
checking whether the linker is GNU ld... no | |
checking whether gcc -E accepts -o... yes | |
checking for real target cpu... x86_64 | |
checking for ranlib... ranlib | |
checking for ar... ar | |
checking for as... as | |
checking for objdump... no | |
checking for gobjdump... no | |
checking for objcopy... no | |
checking for gobjcopy... no | |
checking for nm... nm | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/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... no | |
checking for AIX... no | |
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 -Wunused-variable 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 -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 for int... yes | |
checking size of int... 4 | |
checking for short... yes | |
checking size of short... 2 | |
checking for long... yes | |
checking size of long... 8 | |
checking for long long... (cached) yes | |
checking size of long long... 8 | |
checking for __int64... no | |
checking size of __int64... 0 | |
checking for off_t... (cached) yes | |
checking size of off_t... 8 | |
checking for void*... yes | |
checking size of void*... 8 | |
checking for float... yes | |
checking size of float... 4 | |
checking for double... yes | |
checking size of double... 8 | |
checking for time_t... yes | |
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... (cached) 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... yes | |
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 for size_t... (cached) yes | |
checking size of size_t... 8 | |
checking for ptrdiff_t... yes | |
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 for int8_t... yes | |
checking size of int8_t... 1 | |
checking for uint8_t... yes | |
checking for uint8_t... yes | |
checking size of uint8_t... 1 | |
checking for int16_t... yes | |
checking for int16_t... yes | |
checking size of int16_t... 2 | |
checking for uint16_t... yes | |
checking for uint16_t... yes | |
checking size of uint16_t... 2 | |
checking for int32_t... yes | |
checking for int32_t... yes | |
checking size of int32_t... 4 | |
checking for uint32_t... yes | |
checking for uint32_t... yes | |
checking size of uint32_t... 4 | |
checking for int64_t... yes | |
checking for int64_t... yes | |
checking size of int64_t... 8 | |
checking for uint64_t... yes | |
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 for intptr_t... yes | |
checking size of intptr_t... 8 | |
checking for uintptr_t... yes | |
checking for uintptr_t... yes | |
checking size of uintptr_t... 8 | |
checking for ssize_t... yes | |
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... no | |
checking for chroot... yes | |
checking for getcwd... yes | |
checking for eaccess... no | |
checking for truncate... yes | |
checking for ftruncate... yes | |
checking for ftello... yes | |
checking for chsize... no | |
checking for times... yes | |
checking for utimes... yes | |
checking for utimensat... no | |
checking for fcntl... yes | |
checking for lockf... yes | |
checking for lstat... yes | |
checking for truncate64... no | |
checking for ftruncate64... no | |
checking for ftello64... no | |
checking for fseeko... yes | |
checking for fseeko64... no | |
checking for link... yes | |
checking for symlink... yes | |
checking for readlink... yes | |
checking for readdir_r... yes | |
checking for fsync... yes | |
checking for fdatasync... (cached) no | |
checking for fchown... yes | |
checking for posix_fadvise... no | |
checking for setitimer... yes | |
checking for setruid... yes | |
checking for seteuid... yes | |
checking for setreuid... yes | |
checking for setresuid... no | |
checking for setproctitle... (cached) 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 struct dirent.d_name is too small... no | |
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-darwin10.8.0/ruby/config.h updated | |
ruby library version = 1.9.1 | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating ruby-1.9.pc | |
% make | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -dynamic -bundle | |
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace | |
SOLIBS = | |
compiling main.c | |
compiling dmydln.c | |
compiling dmyencoding.c | |
compiling version.c | |
compiling dmyversion.c | |
generating miniprelude.c | |
bison -d -o y.tab.c parse.y | |
sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new | |
sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new | |
parse.h updated | |
generating id.h | |
id.h updated | |
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 | |
generating known_errors.inc | |
known_errors.inc updated | |
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 | |
copying lex.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:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:3875: 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: In function ‘i_apply_case_fold’: | |
regparse.c:5081: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
regparse.c:5081: 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 | |
generating insns.inc | |
generating insns_info.inc | |
generating optinsn.inc | |
generating optunifs.inc | |
generating opt_sc.inc | |
compiling compile.c | |
compiling debug.c | |
generating node_name.inc | |
compiling iseq.c | |
generating vmtc.inc | |
generating vm.inc | |
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 | |
generating newline.c ... | |
converter for universal_newline | |
converter for crlf_newline | |
converter for cr_newline | |
done. (0.05user 0.02system 0.01elapsed) | |
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-static.a | |
generating encdb.h | |
encdb.h updated | |
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 | |
generating table from enc/trans/big5.c | |
generating enc/trans/big5.c ... | |
converter from Big5 to UTF-8 | |
converter from UTF-8 to Big5 | |
converter from CP950 to UTF-8 | |
converter from UTF-8 to CP950 | |
converter from Big5-HKSCS to UTF-8 | |
converter from UTF-8 to Big5-HKSCS | |
converter from CP951 to UTF-8 | |
converter from UTF-8 to CP951 | |
converter from Big5-UAO to UTF-8 | |
converter from UTF-8 to Big5-UAO | |
done. (8.83user 0.13system 8.92elapsed) | |
generating table from enc/trans/chinese.c | |
generating enc/trans/chinese.c ... | |
load mapsrc enc/trans/GB/GB2312%UCS.src | |
converter from GB2312 to UTF-8 | |
load mapsrc enc/trans/GB/GB12345%UCS.src | |
converter from GB12345 to UTF-8 | |
load mapsrc enc/trans/GB/UCS%GB2312.src | |
converter from UTF-8 to GB2312 | |
load mapsrc enc/trans/GB/UCS%GB12345.src | |
converter from UTF-8 to GB12345 | |
done. (1.84user 0.03system 1.83elapsed) | |
generating table from enc/trans/emoji.c | |
generating enc/trans/emoji.c ... | |
converter from UTF8-DoCoMo to UTF8-KDDI | |
converter from UTF8-DoCoMo to UTF8-SoftBank | |
converter from UTF8-DoCoMo to UTF-8 | |
converter from UTF8-KDDI to UTF8-DoCoMo | |
converter from UTF8-KDDI to UTF8-SoftBank | |
converter from UTF8-KDDI to UTF-8 | |
converter from UTF8-SoftBank to UTF8-DoCoMo | |
converter from UTF8-SoftBank to UTF8-KDDI | |
converter from UTF8-SoftBank to UTF-8 | |
converter from UTF-8 to UTF8-DoCoMo | |
converter from UTF-8 to UTF8-KDDI | |
converter from UTF-8 to UTF8-SoftBank | |
done. (0.46user 0.01system 0.44elapsed) | |
generating table from enc/trans/emoji_iso2022_kddi.c | |
generating enc/trans/emoji_iso2022_kddi.c ... | |
converter for iso2022jp_kddi_decoder | |
converter for iso2022jp_kddi_decoder_jisx0208_rest | |
converter for iso2022jp_kddi_encoder | |
load mapsrc enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/CP/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI | |
done. (0.91user 0.02system 0.90elapsed) | |
generating table from enc/trans/emoji_sjis_docomo.c | |
generating enc/trans/emoji_sjis_docomo.c ... | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932UDA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
converter from SJIS-DOCOMO to UTF8-DOCOMO | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/CP/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932UDA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF8-DOCOMO to SJIS-DOCOMO | |
done. (1.03user 0.02system 1.02elapsed) | |
generating table from enc/trans/emoji_sjis_kddi.c | |
generating enc/trans/emoji_sjis_kddi.c ... | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932UDA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
converter from SJIS-KDDI to UTF8-KDDI | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/CP/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932UDA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF8-KDDI to SJIS-KDDI | |
done. (1.20user 0.02system 1.19elapsed) | |
generating table from enc/trans/emoji_sjis_softbank.c | |
generating enc/trans/emoji_sjis_softbank.c ... | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932UDA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
converter from SJIS-SoftBank to UTF8-SoftBank | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/CP/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932UDA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF8-SoftBank to SJIS-SoftBank | |
done. (1.03user 0.02system 1.02elapsed) | |
generating table from enc/trans/escape.c | |
generating enc/trans/escape.c ... | |
converter for amp_escape | |
converter for xml_text_escape | |
converter for xml_attr_content_escape | |
converter for escape_xml_attr_quote | |
done. (0.04user 0.00system 0.01elapsed) | |
generating table from enc/trans/gb18030.c | |
generating enc/trans/gb18030.c ... | |
converter from GB18030 to UTF-8 | |
converter from UTF-8 to GB18030 | |
done. (4.73user 0.11system 4.82elapsed) | |
generating table from enc/trans/gbk.c | |
generating enc/trans/gbk.c ... | |
converter from GBK to UTF-8 | |
converter from UTF-8 to GBK | |
done. (1.67user 0.04system 1.68elapsed) | |
generating table from enc/trans/iso2022.c | |
generating enc/trans/iso2022.c ... | |
converter for iso2022jp_decoder | |
converter for iso2022jp_decoder_jisx0208_rest | |
converter for iso2022jp_encoder | |
converter for stateless_iso2022jp_to_eucjp | |
converter for eucjp_to_stateless_iso2022jp | |
converter for cp50221_decoder | |
converter for cp50221_encoder | |
done. (0.05user 0.00system 0.03elapsed) | |
generating table from enc/trans/japanese.c | |
generating enc/trans/japanese.c ... | |
converter for eucjp2sjis | |
converter for sjis2eucjp | |
done. (0.04user 0.00system 0.01elapsed) | |
generating table from enc/trans/japanese_euc.c | |
generating enc/trans/japanese_euc.c ... | |
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0212%UCS.src | |
converter from EUC-JP to UTF-8 | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208UDC%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0212VDC@IBM%UCS.src | |
load mapsrc enc/trans/JIS/JISX0212UDC%UCS.src | |
load mapsrc enc/trans/JIS/JISX0212@MS%UCS.src | |
converter from eucJP-ms to UTF-8 | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
converter from CP51932 to UTF-8 | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/JIS/UCS%JISX0212.src | |
converter from UTF-8 to EUC-JP | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%JISX0208UDC.src | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%JISX0212UDC.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF-8 to eucJP-ms | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
converter from UTF-8 to CP51932 | |
done. (3.34user 0.05system 3.36elapsed) | |
generating table from enc/trans/japanese_sjis.c | |
generating enc/trans/japanese_sjis.c ... | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src | |
converter from Shift_JIS to UTF-8 | |
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src | |
load mapsrc enc/trans/CP/CP932UDA%UCS.src | |
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src | |
converter from Windows-31J to UTF-8 | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
converter from UTF-8 to Shift_JIS | |
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/JIS/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%[email protected] | |
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src | |
load mapsrc enc/trans/CP/UCS%CP932UDA.src | |
converter from UTF-8 to Windows-31J | |
done. (1.70user 0.03system 1.70elapsed) | |
generating table from enc/trans/korean.c | |
generating enc/trans/korean.c ... | |
converter from UTF-8 to EUC-KR | |
converter from EUC-KR to UTF-8 | |
converter from UTF-8 to CP949 | |
converter from CP949 to UTF-8 | |
done. (2.24user 0.05system 2.25elapsed) | |
generating table from enc/trans/single_byte.c | |
generating enc/trans/single_byte.c ... | |
converter from US-ASCII to UTF-8 | |
converter from UTF-8 to US-ASCII | |
converter from ASCII-8BIT to UTF-8 | |
converter from UTF-8 to ASCII-8BIT | |
converter from ISO-8859-1 to UTF-8 | |
converter from UTF-8 to ISO-8859-1 | |
converter from ISO-8859-2 to UTF-8 | |
converter from UTF-8 to ISO-8859-2 | |
converter from ISO-8859-3 to UTF-8 | |
converter from UTF-8 to ISO-8859-3 | |
converter from ISO-8859-4 to UTF-8 | |
converter from UTF-8 to ISO-8859-4 | |
converter from ISO-8859-5 to UTF-8 | |
converter from UTF-8 to ISO-8859-5 | |
converter from ISO-8859-6 to UTF-8 | |
converter from UTF-8 to ISO-8859-6 | |
converter from ISO-8859-7 to UTF-8 | |
converter from UTF-8 to ISO-8859-7 | |
converter from ISO-8859-8 to UTF-8 | |
converter from UTF-8 to ISO-8859-8 | |
converter from ISO-8859-9 to UTF-8 | |
converter from UTF-8 to ISO-8859-9 | |
converter from ISO-8859-10 to UTF-8 | |
converter from UTF-8 to ISO-8859-10 | |
converter from ISO-8859-11 to UTF-8 | |
converter from UTF-8 to ISO-8859-11 | |
converter from ISO-8859-13 to UTF-8 | |
converter from UTF-8 to ISO-8859-13 | |
converter from ISO-8859-14 to UTF-8 | |
converter from UTF-8 to ISO-8859-14 | |
converter from ISO-8859-15 to UTF-8 | |
converter from UTF-8 to ISO-8859-15 | |
converter from WINDOWS-874 to UTF-8 | |
converter from UTF-8 to WINDOWS-874 | |
converter from WINDOWS-1250 to UTF-8 | |
converter from UTF-8 to WINDOWS-1250 | |
converter from WINDOWS-1251 to UTF-8 | |
converter from UTF-8 to WINDOWS-1251 | |
converter from WINDOWS-1252 to UTF-8 | |
converter from UTF-8 to WINDOWS-1252 | |
converter from WINDOWS-1253 to UTF-8 | |
converter from UTF-8 to WINDOWS-1253 | |
converter from WINDOWS-1254 to UTF-8 | |
converter from UTF-8 to WINDOWS-1254 | |
converter from WINDOWS-1255 to UTF-8 | |
converter from UTF-8 to WINDOWS-1255 | |
converter from WINDOWS-1256 to UTF-8 | |
converter from UTF-8 to WINDOWS-1256 | |
converter from WINDOWS-1257 to UTF-8 | |
converter from UTF-8 to WINDOWS-1257 | |
converter from IBM437 to UTF-8 | |
converter from UTF-8 to IBM437 | |
converter from IBM775 to UTF-8 | |
converter from UTF-8 to IBM775 | |
converter from IBM737 to UTF-8 | |
converter from UTF-8 to IBM737 | |
converter from IBM852 to UTF-8 | |
converter from UTF-8 to IBM852 | |
converter from IBM855 to UTF-8 | |
converter from UTF-8 to IBM855 | |
converter from IBM857 to UTF-8 | |
converter from UTF-8 to IBM857 | |
converter from IBM860 to UTF-8 | |
converter from UTF-8 to IBM860 | |
converter from IBM861 to UTF-8 | |
converter from UTF-8 to IBM861 | |
converter from IBM862 to UTF-8 | |
converter from UTF-8 to IBM862 | |
converter from IBM863 to UTF-8 | |
converter from UTF-8 to IBM863 | |
converter from IBM865 to UTF-8 | |
converter from UTF-8 to IBM865 | |
converter from IBM866 to UTF-8 | |
converter from UTF-8 to IBM866 | |
converter from IBM869 to UTF-8 | |
converter from UTF-8 to IBM869 | |
converter from MACCROATIAN to UTF-8 | |
converter from UTF-8 to MACCROATIAN | |
converter from MACCYRILLIC to UTF-8 | |
converter from UTF-8 to MACCYRILLIC | |
converter from MACGREEK to UTF-8 | |
converter from UTF-8 to MACGREEK | |
converter from MACICELAND to UTF-8 | |
converter from UTF-8 to MACICELAND | |
converter from MACROMAN to UTF-8 | |
converter from UTF-8 to MACROMAN | |
converter from MACROMANIA to UTF-8 | |
converter from UTF-8 to MACROMANIA | |
converter from MACTURKISH to UTF-8 | |
converter from UTF-8 to MACTURKISH | |
converter from MACUKRAINE to UTF-8 | |
converter from UTF-8 to MACUKRAINE | |
converter from KOI8-U to UTF-8 | |
converter from UTF-8 to KOI8-U | |
converter from KOI8-R to UTF-8 | |
converter from UTF-8 to KOI8-R | |
converter from TIS-620 to UTF-8 | |
converter from UTF-8 to TIS-620 | |
converter from CP850 to UTF-8 | |
converter from UTF-8 to CP850 | |
converter from CP852 to UTF-8 | |
converter from UTF-8 to CP852 | |
converter from CP855 to UTF-8 | |
converter from UTF-8 to CP855 | |
done. (1.05user 0.03system 1.05elapsed) | |
generating table from enc/trans/utf8_mac.c | |
generating enc/trans/utf8_mac.c ... | |
converter from UTF-8 to UTF8-MAC | |
converter for from_UTF8_MAC | |
converter for from_utf8_mac_nfc3 | |
converter for from_utf8_mac_nfc2 | |
done. (0.35user 0.01system 0.32elapsed) | |
generating table from enc/trans/utf_16_32.c | |
generating enc/trans/utf_16_32.c ... | |
converter for from_UTF_16LE | |
converter for from_UTF_32LE | |
converter for from_UTF_16BE | |
converter for from_UTF_32BE | |
converter for from_UTF_16 | |
converter for from_UTF_32 | |
converter for from_UTF_8 | |
done. (0.08user 0.00system 0.05elapsed) | |
generating transdb.h | |
transdb.h updated | |
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 | |
./revision.h updated | |
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-/string | |
configuring -test-/symbol | |
configuring -test-/wait_for_single_fd | |
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 | |
Failed to configure gdbm. It will not be installed. | |
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"], ["/opt/local/lib", "/opt/local/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 | |
compiling resize.c | |
linking shared-object -test-/array/resize.bundle | |
installing default resize libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3571/bug.bundle | |
installing default bug libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3662/bug.bundle | |
installing default bug libraries | |
compiling passing_block.c | |
linking shared-object -test-/funcall/funcall.bundle | |
installing default funcall libraries | |
compiling dot.dot.c | |
linking shared-object -test-/load/dot.dot/dot.dot.bundle | |
installing default dot.dot libraries | |
compiling old_thread_select.c | |
old_thread_select.c: In function ‘old_thread_select’: | |
old_thread_select.c:57: warning: ‘rb_thread_select’ is deprecated (declared at ../../.././include/ruby/intern.h:396) | |
linking shared-object -test-/old_thread_select/old_thread_select.bundle | |
installing default old_thread_select libraries | |
compiling cstr.c | |
compiling ellipsize.c | |
compiling enc_associate.c | |
compiling init.c | |
compiling modify.c | |
compiling qsort.c | |
compiling set_len.c | |
linking shared-object -test-/string/string.bundle | |
installing default string libraries | |
compiling init.c | |
compiling intern.c | |
linking shared-object -test-/symbol/symbol.bundle | |
installing default symbol libraries | |
compiling wait_for_single_fd.c | |
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle | |
installing default wait_for_single_fd libraries | |
compiling bigdecimal.c | |
linking shared-object bigdecimal.bundle | |
installing default bigdecimal libraries | |
compiling continuation.c | |
linking shared-object continuation.bundle | |
installing default continuation libraries | |
compiling coverage.c | |
linking shared-object coverage.bundle | |
installing default coverage libraries | |
compiling curses.c | |
linking shared-object curses.bundle | |
installing default curses libraries | |
compiling date_core.c | |
compiling date_parse.c | |
compiling date_strftime.c | |
compiling date_strptime.c | |
linking shared-object date_core.bundle | |
installing default date_core libraries | |
compiling dbm.c | |
dbm.c: In function ‘fdbm_has_value’: | |
dbm.c:818: warning: comparison between signed and unsigned | |
linking shared-object dbm.bundle | |
installing default dbm libraries | |
compiling digest.c | |
linking shared-object digest.bundle | |
installing digest libraries | |
installing default digest libraries | |
compiling bubblebabble.c | |
linking shared-object digest/bubblebabble.bundle | |
installing default bubblebabble libraries | |
compiling md5init.c | |
compiling md5ossl.c | |
linking shared-object digest/md5.bundle | |
installing default md5 libraries | |
compiling rmd160init.c | |
compiling rmd160ossl.c | |
linking shared-object digest/rmd160.bundle | |
installing default rmd160 libraries | |
compiling sha1init.c | |
compiling sha1ossl.c | |
linking shared-object digest/sha1.bundle | |
installing default sha1 libraries | |
compiling sha2init.c | |
compiling sha2ossl.c | |
linking shared-object digest/sha2.bundle | |
installing default sha2 libraries | |
compiling cfunc.c | |
compiling cptr.c | |
compiling dl.c | |
compiling handle.c | |
linking shared-object dl.bundle | |
installing dl libraries | |
installing default dl libraries | |
generating callback.c | |
compiling callback.c | |
compiling callback-0.c | |
compiling callback-1.c | |
compiling callback-2.c | |
compiling callback-3.c | |
compiling callback-4.c | |
compiling callback-5.c | |
compiling callback-6.c | |
compiling callback-7.c | |
compiling callback-8.c | |
linking shared-object dl/callback.bundle | |
installing default callback libraries | |
make[2]: Nothing to be done for `all'. | |
compiling etc.c | |
linking shared-object etc.bundle | |
installing default etc libraries | |
compiling fcntl.c | |
linking shared-object fcntl.bundle | |
installing default fcntl libraries | |
compiling fiber.c | |
linking shared-object fiber.bundle | |
installing default fiber libraries | |
compiling closure.c | |
compiling conversions.c | |
compiling fiddle.c | |
compiling function.c | |
linking shared-object fiddle.bundle | |
installing default fiddle libraries | |
make[2]: Nothing to be done for `all'. | |
compiling iconv.c | |
linking shared-object iconv.bundle | |
installing default iconv libraries | |
compiling console.c | |
linking shared-object io/console.bundle | |
installing default console libraries | |
compiling nonblock.c | |
linking shared-object io/nonblock.bundle | |
installing default nonblock libraries | |
compiling wait.c | |
linking shared-object io/wait.bundle | |
installing default wait libraries | |
installing default libraries | |
compiling generator.c | |
linking shared-object json/ext/generator.bundle | |
installing default generator libraries | |
compiling parser.c | |
linking shared-object json/ext/parser.bundle | |
installing default parser libraries | |
compiling complex.c | |
linking shared-object mathn/complex.bundle | |
installing default complex libraries | |
compiling rational.c | |
linking shared-object mathn/rational.bundle | |
installing default rational libraries | |
compiling nkf.c | |
linking shared-object nkf.bundle | |
installing default nkf libraries | |
compiling objspace.c | |
linking shared-object objspace.bundle | |
installing default objspace libraries | |
compiling openssl_missing.c | |
compiling ossl.c | |
compiling ossl_asn1.c | |
ossl_asn1.c: In function ‘int_ossl_asn1_decode0_prim’: | |
ossl_asn1.c:792: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:795: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:798: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:801: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:807: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:810: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:814: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c: In function ‘ossl_asn1_decode0’: | |
ossl_asn1.c:945: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_bio.c | |
compiling ossl_bn.c | |
compiling ossl_cipher.c | |
compiling ossl_config.c | |
compiling ossl_digest.c | |
compiling ossl_engine.c | |
compiling ossl_hmac.c | |
compiling ossl_ns_spki.c | |
compiling ossl_ocsp.c | |
compiling ossl_pkcs12.c | |
compiling ossl_pkcs5.c | |
ossl_pkcs5.c: In function ‘ossl_pkcs5_pbkdf2_hmac’: | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_pkcs7.c | |
compiling ossl_pkey.c | |
compiling ossl_pkey_dh.c | |
compiling ossl_pkey_dsa.c | |
compiling ossl_pkey_ec.c | |
compiling ossl_pkey_rsa.c | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_s_generate’: | |
ossl_pkey_rsa.c:171: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize’: | |
ossl_pkey_rsa.c:216: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_rand.c | |
compiling ossl_ssl.c | |
compiling ossl_ssl_session.c | |
compiling ossl_x509.c | |
compiling ossl_x509attr.c | |
compiling ossl_x509cert.c | |
compiling ossl_x509crl.c | |
compiling ossl_x509ext.c | |
compiling ossl_x509name.c | |
compiling ossl_x509req.c | |
compiling ossl_x509revoked.c | |
compiling ossl_x509store.c | |
linking shared-object openssl.bundle | |
installing default openssl libraries | |
compiling pathname.c | |
linking shared-object pathname.bundle | |
installing default pathname libraries | |
make[2]: Nothing to be done for `all'. | |
compiling pty.c | |
linking shared-object pty.bundle | |
installing default pty libraries | |
compiling cparse.c | |
linking shared-object racc/cparse.bundle | |
installing default cparse libraries | |
compiling readline.c | |
linking shared-object readline.bundle | |
installing default readline libraries | |
extracting ripper.y from ../.././parse.y | |
compiling compiler ripper.y | |
generating eventids1.c from ../.././parse.y | |
generating eventids2table.c from ../.././ext/ripper/eventids2.c | |
compiling ripper.c | |
linking shared-object ripper.bundle | |
installing default ripper libraries | |
checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
compiling _sdbm.c | |
_sdbm.c: In function ‘fitpair’: | |
_sdbm.c:651: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
_sdbm.c:652: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling init.c | |
linking shared-object sdbm.bundle | |
installing default sdbm libraries | |
generating constant definitions | |
compiling init.c | |
compiling constants.c | |
compiling basicsocket.c | |
compiling socket.c | |
compiling ipsocket.c | |
compiling tcpsocket.c | |
compiling tcpserver.c | |
compiling sockssocket.c | |
compiling udpsocket.c | |
compiling unixsocket.c | |
compiling unixserver.c | |
compiling option.c | |
compiling ancdata.c | |
compiling raddrinfo.c | |
linking shared-object socket.bundle | |
installing default socket libraries | |
compiling stringio.c | |
linking shared-object stringio.bundle | |
installing default stringio libraries | |
compiling strscan.c | |
linking shared-object strscan.bundle | |
installing default strscan libraries | |
compiling bytecode.c | |
bytecode.re: In function ‘sycklex_bytecode_utf8’: | |
bytecode.re:442: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling emitter.c | |
compiling gram.c | |
compiling handler.c | |
compiling implicit.c | |
compiling node.c | |
compiling rubyext.c | |
compiling syck.c | |
compiling token.c | |
token.re: In function ‘sycklex_yaml_utf8’: | |
token.re:627: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:591: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:602: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:580: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling yaml2byte.c | |
linking shared-object syck.bundle | |
installing default syck libraries | |
compiling syslog.c | |
linking shared-object syslog.bundle | |
installing default syslog libraries | |
compiling stubs.c | |
compiling tcltklib.c | |
tcltklib.c: In function ‘call_original_exit’: | |
tcltklib.c:1466: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘_timer_for_tcl’: | |
tcltklib.c:1613: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘set_eventloop_tick’: | |
tcltklib.c:1695: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘eventloop_sleep’: | |
tcltklib.c:2065: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_eventloop_core’: | |
tcltklib.c:2196: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:2201: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_eventloop_launcher’: | |
tcltklib.c:2711: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_set_exc_message’: | |
tcltklib.c:3098: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3131: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tcl_protect_core’: | |
tcltklib.c:3187: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3286: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3339: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_eval’: | |
tcltklib.c:3432: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd_core’: | |
tcltklib.c:3471: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd_receiver_get’: | |
tcltklib.c:3560: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd’: | |
tcltklib.c:3620: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbVwaitObjCmd’: | |
tcltklib.c:4263: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4282: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4319: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4367: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbTkWaitObjCmd’: | |
tcltklib.c:4504: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4526: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4569: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4584: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4611: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4653: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4722: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4739: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4755: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rb_threadVwaitObjCmd’: | |
tcltklib.c:4953: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4979: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5034: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rb_threadTkWaitObjCmd’: | |
tcltklib.c:5120: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5143: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5187: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5210: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5258: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5276: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5345: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5397: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘delete_slaves’: | |
tcltklib.c:5548: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_finalize’: | |
tcltklib.c:5706: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_free’: | |
tcltklib.c:5822: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbNamespaceObjCmd’: | |
tcltklib.c:6045: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_CallWhenDeleted’: | |
tcltklib.c:6119: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_create_slave_core’: | |
tcltklib.c:6416: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_delete’: | |
tcltklib.c:6787: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘get_obj_from_str’: | |
tcltklib.c:6931: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6934: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6939: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6943: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6946: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tk_funcall’: | |
tcltklib.c:7146: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7152: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_eval_real’: | |
tcltklib.c:7323: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_eval’: | |
tcltklib.c:7609: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7644: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7656: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7676: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_restart_core’: | |
tcltklib.c:7854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_toUTF8_core’: | |
tcltklib.c:7976: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8065: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_fromUTF8_core’: | |
tcltklib.c:8152: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8213: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8256: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_UTF_backslash_core’: | |
tcltklib.c:8341: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8345: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8353: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘invoke_tcl_proc’: | |
tcltklib.c:8490: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_invoke_core’: | |
tcltklib.c:8636: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8660: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘alloc_invoke_arguments’: | |
tcltklib.c:8843: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8849: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_invoke_with_position’: | |
tcltklib.c:9134: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_get_variable2_core’: | |
tcltklib.c:9315: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_set_variable2_core’: | |
tcltklib.c:9448: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_split_tklist_core’: | |
tcltklib.c:9756: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_merge_tklist’: | |
tcltklib.c:9866: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9872: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9884: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9901: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_conv_listelement’: | |
tcltklib.c:9958: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9965: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9968: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tcltklib_compile_info’: | |
tcltklib.c:10032: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
linking shared-object tcltklib.bundle | |
installing tcltklib libraries | |
installing default tcltklib libraries | |
compiling tkutil.c | |
tkutil.c: In function ‘ary2list’: | |
tkutil.c:364: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘ary2list2’: | |
tkutil.c:476: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘assoc2kv’: | |
tkutil.c:559: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘assoc2kv_enc’: | |
tkutil.c:607: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘tk_conv_args’: | |
tkutil.c:947: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘tkstr_to_str’: | |
tkutil.c:1085: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_get_subst_key’: | |
tkutil.c:1429: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1445: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_table_setup’: | |
tkutil.c:1551: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1582: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1588: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1619: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_scan_args’: | |
tkutil.c:1651: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1652: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1659: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
linking shared-object tkutil.bundle | |
installing default tkutil libraries | |
make[2]: Nothing to be done for `all'. | |
compiling zlib.c | |
linking shared-object zlib.bundle | |
installing default zlib libraries | |
compiling version.c | |
compiling dmyversion.c | |
linking miniruby | |
rbconfig.rb unchanged | |
generating prelude.c | |
compiling prelude.c | |
linking static-library libruby-static.a | |
linking ruby | |
Generating RDoc documentation | |
Parsing sources... | |
lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a module | |
lib/minitest/unit.rb:295:25: Couldn't find UNDEFINED. Assuming it's a module | |
lib/mkmf.rb:1117:29: Couldn't find STRING_OR_FAILED_FORMAT. Assuming it's a module | |
Enclosing class/module 'mDigest' for class MD5 not known | |
Enclosing class/module 'mDigest' for class RMD160 not known | |
Enclosing class/module 'mDigest' for class SHA1 not known | |
Enclosing class/module "cASN1ObjectId" for alias short_name sn not known | |
Enclosing class/module "cASN1ObjectId" for alias long_name ln not known | |
100% [765/765] doc/re.rdoc | |
Generating RI format into /Users/sugamasao/rubies/ruby_src_20111024/.ext/rdoc... | |
Files: 765 | |
Classes: 1372 ( 700 undocumented) | |
Modules: 304 ( 148 undocumented) | |
Constants: 2253 ( 828 undocumented) | |
Attributes: 1014 ( 438 undocumented) | |
Methods: 10474 (3070 undocumented) | |
Total: 15417 (5184 undocumented) | |
66.37% documented | |
Elapsed: 134.9s | |
% make test-all | |
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/json/test_stream.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/nodes/test_enumerable.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_alias_and_anchor.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_array.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_boolean.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_class.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_coder.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_date_time.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_deprecated.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_document.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_emitter.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_encoding.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_engine_manager.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_exception.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_hash.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_json_tree.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_merge_keys.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_nil.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_null.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_numeric.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_object.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_omap.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_parser.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_psych.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_scalar.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_scalar_scanner.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_serialize_subclasses.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_set.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_stream.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_string.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_struct.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_symbol.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_tainted.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_to_yaml_properties.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_tree_builder.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yaml.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/lib/yaml.rb:56:in `<top (required)>': | |
It seems your ruby installation is missing psych (for YAML output). | |
To eliminate this warning, please install libyaml and reinstall your ruby. | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/visitors/test_depth_first.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/visitors/test_emitter.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/visitors/test_to_ruby.rb: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/visitors/test_yaml_tree.rb: cannot load such file -- psych | |
Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" | |
# Running tests: | |
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................EEEEEEEEEEEEEEEEEEEEEEEEE...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.SSS.S.SSSSSSSSSSSSSSSSSSSS......................S....S.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.......................................................................................................................................................................................................................E.......................................F................................................................................................................................................................................................................................................................................................E.E....E...F.FFF...F..F..FFF..FF....FF.FEEE..........FFF.FE............E..EEFEEE......F.................E..F..F....F.E...........................F...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.E....E.E............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSS.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S....................................................................................S...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E.......................................................................................................................................................................................................................................................... | |
Finished tests in 589.243859s, 16.6162 tests/s, 3747.3008 assertions/s. | |
1) Skipped: | |
test_nth_kday(TestDateAttr) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_attr.rb:99]: | |
Skipped, no message given | |
2) Skipped: | |
test_base(TestSH) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_switch_hitter.rb:504]: | |
Skipped, no message given | |
3) Skipped: | |
test_set_program_name(TestRubyOptions) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_rubyoptions.rb:421]: | |
platform dependent feature | |
4) Skipped: | |
test_rdoc_installed?(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
5) Skipped: | |
test_new_rdoc(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
6) Skipped: | |
test_setup(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
7) Skipped: | |
test_remove(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
8) Skipped: | |
test_ri_installed?(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
9) Skipped: | |
test_document(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
10) Skipped: | |
test_delete_legacy_args(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
11) Skipped: | |
test_generate_force(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
12) Skipped: | |
test_generate(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
13) Skipped: | |
test_remove_unwritable(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
14) Skipped: | |
test_generate_configuration_rdoc_string(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
15) Skipped: | |
test_generate_disabled(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
16) Skipped: | |
test_generate_configuration_rdoc_array(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
17) Skipped: | |
test_setup_unwritable(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
18) Skipped: | |
test_generate_no_overwrite(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
19) Skipped: | |
test_weeknum(TestDateNew) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_new.rb:205]: | |
Skipped, no message given | |
20) Skipped: | |
test_valid_weeknum(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:402]: | |
Skipped, no message given | |
21) Skipped: | |
test_valid_time(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:427]: | |
Skipped, no message given | |
22) Skipped: | |
test_valid_ordinal__italy(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:277]: | |
Skipped, no message given | |
23) Skipped: | |
test_valid_ordinal__england(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:294]: | |
Skipped, no message given | |
24) Skipped: | |
test_valid_ordinal__edge(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:251]: | |
Skipped, no message given | |
25) Skipped: | |
test_valid_ordinal(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:236]: | |
Skipped, no message given | |
26) Skipped: | |
test_valid_nth_kday(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:417]: | |
Skipped, no message given | |
27) Skipped: | |
test_valid_jd(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:227]: | |
Skipped, no message given | |
28) Skipped: | |
test_valid_commercial(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:392]: | |
Skipped, no message given | |
29) Skipped: | |
test_valid_civil__italy(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:340]: | |
Skipped, no message given | |
30) Skipped: | |
test_valid_civil__england(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:369]: | |
Skipped, no message given | |
31) Skipped: | |
test_valid_civil__edge(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:321]: | |
Skipped, no message given | |
32) Skipped: | |
test_valid_civil(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:305]: | |
Skipped, no message given | |
33) Skipped: | |
test_ordinal__julian(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:56]: | |
Skipped, no message given | |
34) Skipped: | |
test_ordinal__gregorian(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:71]: | |
Skipped, no message given | |
35) Skipped: | |
test_nth_kday(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:161]: | |
Skipped, no message given | |
36) Skipped: | |
test_mjd(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:187]: | |
Skipped, no message given | |
37) Skipped: | |
test_ld(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:194]: | |
Skipped, no message given | |
38) Skipped: | |
test_commercial__gregorian(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:117]: | |
Skipped, no message given | |
39) Skipped: | |
test_civil__julian(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:87]: | |
Skipped, no message given | |
40) Skipped: | |
test_civil__gregorian(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:102]: | |
Skipped, no message given | |
41) Skipped: | |
test_wday(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:201]: | |
Skipped, no message given | |
42) Skipped: | |
test_weeknum(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:132]: | |
Skipped, no message given | |
43) Skipped: | |
test_weeknum__2(TestDateBase) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_base.rb:143]: | |
Skipped, no message given | |
44) Skipped: | |
test_nth_kday(TestDateNew) [/Users/sugamasao/rubies/ruby_src_20111024/test/date/test_date_new.rb:228]: | |
Skipped, no message given | |
45) Skipped: | |
test_self_from_yaml_syck_default_key_bug(TestGemSpecification) [/Users/sugamasao/rubies/ruby_src_20111024/test/rubygems/test_gem_specification.rb:132]: | |
syck default_key bug is only for ruby 1.8 | |
46) Skipped: | |
test_initialize(TestRDocRubygemsHook) [/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_rubygems_hook.rb:9]: | |
requires RubyGems 1.9+ | |
47) Failure: | |
test_execute_remote(TestGemCommandsInstallCommand) [/Users/sugamasao/rubies/ruby_src_20111024/test/rubygems/test_gem_commands_install_command.rb:252]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-"Installing ri documentation for a-2..." | |
+"Building YARD (yri) index for a-2..." | |
48) Failure: | |
test_s_write(TestIO) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:1929]: | |
<"\x{A4A2}"> expected but was | |
<"あ">. | |
49) Failure: | |
test_io_new_enc(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:284]: | |
<#<Encoding:Windows-31J>> expected but was | |
<#<Encoding:UTF-8>>. | |
50) Failure: | |
test_nonascii_terminator(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:409]: | |
ArgumentError expected but nothing was raised. | |
51) Failure: | |
test_open_ascii(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:571]: | |
<#<Encoding:EUC-JP>> expected but was | |
<#<Encoding:UTF-8>>. | |
52) Failure: | |
test_open_nonascii(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:584]: | |
<#<Encoding:EUC-JP>> expected but was | |
<#<Encoding:UTF-8>>. | |
53) Failure: | |
test_open_r_enc(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:102]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
54) Failure: | |
test_open_r_enc_in_opt(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:112]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
55) Failure: | |
test_open_r_encname_in_opt(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:122]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
56) Failure: | |
test_open_r_ext_enc_in_opt(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:132]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
57) Failure: | |
test_open_r_ext_encname_in_opt(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:142]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
58) Failure: | |
test_open_w(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:200]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
59) Failure: | |
test_open_w_enc(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:219]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
60) Failure: | |
test_open_w_enc_in_opt(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:228]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
61) Failure: | |
test_open_w_enc_in_opt2(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:237]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
62) Failure: | |
test_pipe(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:707]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
63) Failure: | |
test_read_encoding(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:598]: | |
<#<Encoding:EUC-JP>> expected but was | |
<#<Encoding:UTF-8>>. | |
64) Failure: | |
test_read_mode(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1552]: | |
<"a\nb\nc\n\x{C2A2}"> expected but was | |
<"a\nb\nc\n蔵">. | |
65) Failure: | |
test_read_newline_conversion_error(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1528]: | |
ArgumentError expected but nothing was raised. | |
66) Failure: | |
test_read_newline_conversion_without_encoding_conversion(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1518]: | |
<"a\r\nb\r\n"> (UTF-16BE) expected but was | |
<"a\r\nb\r\n"> (UTF-8). | |
67) Failure: | |
test_set_encoding_binmode(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1018]: | |
ArgumentError expected but nothing was raised. | |
68) Failure: | |
test_strip_bom(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1934]: | |
<"\x00a"> expected but was | |
<"a">. | |
69) Failure: | |
test_ungetc_str(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:529]: | |
<#<Encoding:GB18030>> expected but was | |
<#<Encoding:UTF-8>>. | |
70) Failure: | |
test_write_conversion(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:673]: | |
<nil> expected but was | |
<#<Encoding:UTF-8>>. | |
71) Failure: | |
test_write_mode(TestIO_M17N) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1614]: | |
<"\xC2\xA2"> expected but was | |
<"\xE8\x94\xB5">. | |
72) Failure: | |
test_chr(TestInteger) [/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_integer.rb:141]: | |
RangeError expected but nothing was raised. | |
73) Error: | |
test_set_encoding2(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xE3" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:936:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:936:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:936:in `block in test_set_encoding2' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
74) Error: | |
test_writing_inside_readonly_transaction_raises_error(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
75) Error: | |
test_writing_inside_readonly_transaction_raises_error(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
76) Error: | |
test_opening_new_file_in_readwrite_mode_should_result_in_empty_values(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
77) Error: | |
test_opening_new_file_in_readwrite_mode_should_result_in_empty_values(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
78) Error: | |
test_opening_new_file_in_readonly_mode_should_result_in_empty_values(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
79) Error: | |
test_opening_new_file_in_readonly_mode_should_result_in_empty_values(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
80) Error: | |
test_gets_rs(TestIO): | |
Encoding::UndefinedConversionError: "\xFF" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:166:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:166:in `print' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:166:in `block in test_gets_rs' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:38:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io.rb:38:in `block in pipe' | |
81) Error: | |
test_data_should_be_loaded_correctly_when_in_readwrite_mode(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
82) Error: | |
test_getc_invalid(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA1" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:456:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:456:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:456:in `block in test_getc_invalid' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
83) Error: | |
test_getc_invalid3(TestIO_M17N): | |
Encoding::InvalidByteSequenceError: "\x00\xD8" followed by "F0" on UTF-16LE | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:866:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:866:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:866:in `block in test_getc_invalid3' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
84) Error: | |
test_gets_limit(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA4" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:793:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:793:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:793:in `block in test_gets_limit' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
85) Error: | |
test_data_should_be_loaded_correctly_when_in_readwrite_mode(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
86) Error: | |
test_data_should_be_loaded_correctly_when_in_readonly_mode(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
87) Error: | |
test_data_should_be_loaded_correctly_when_in_readonly_mode(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
88) Error: | |
test_changes_are_not_written_on_abort(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
89) Error: | |
test_changes_are_not_written_on_abort(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
90) Error: | |
test_changes_after_commit_are_discarded(Psych::YAMLStoreTest): | |
TypeError: can't convert nil into String | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:19:in `teardown' | |
./test/runner.rb:15:in `<main>' | |
91) Error: | |
test_changes_after_commit_are_discarded(Psych::YAMLStoreTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamlstore.rb:10:in `setup' | |
./test/runner.rb:15:in `<main>' | |
92) Error: | |
test_values_at(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
93) Error: | |
test_values_at(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
94) Error: | |
test_values(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
95) Error: | |
test_values(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
96) Error: | |
test_update(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
97) Error: | |
test_update(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
98) Error: | |
test_to_hash(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
99) Error: | |
test_pipe_conversion(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA1" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:434:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:434:in `block in test_pipe_conversion' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
100) Error: | |
test_pipe_convert_partial_read(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA1" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:444:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:444:in `block in test_pipe_convert_partial_read' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
101) Error: | |
test_pipe_terminator_conversion(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA2" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:420:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:420:in `block in test_pipe_terminator_conversion' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
102) Error: | |
test_to_hash(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
103) Error: | |
test_to_a(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
104) Error: | |
test_to_a(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
105) Error: | |
test_store_using_carret(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
106) Error: | |
test_read_stateful(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xA4" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1103:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1103:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:1103:in `block in test_read_stateful' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
107) Error: | |
test_s_pipe_invalid(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\x80" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:294:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:294:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:294:in `block in test_s_pipe_invalid' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
108) Error: | |
test_set_encoding(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xE3" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:921:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:921:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:921:in `block in test_set_encoding' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
109) Error: | |
test_delete(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
110) Error: | |
test_store_using_carret(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
111) Error: | |
test_set_encoding_enc(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xE3" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:966:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:966:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:966:in `block in test_set_encoding_enc' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
112) Error: | |
test_set_encoding_invalid(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\x80" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:978:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:978:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:978:in `block in test_set_encoding_invalid' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
113) Error: | |
test_set_encoding_nil(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xE3" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:951:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:951:in `<<' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:951:in `block in test_set_encoding_nil' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `call' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:35:in `block in pipe' | |
114) Error: | |
test_store(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
115) Error: | |
test_ungetc_int(TestIO_M17N): | |
RangeError: 2217845817 out of char range | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:514:in `ungetc' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:514:in `block (2 levels) in test_ungetc_int' | |
116) Error: | |
test_store(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
117) Error: | |
test_shift(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
118) Error: | |
test_shift(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
119) Error: | |
test_write_noenc(TestIO_M17N): | |
Encoding::UndefinedConversionError: "\xC2" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:658:in `write' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:658:in `block (3 levels) in test_write_noenc' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:657:in `each' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/ruby/test_io_m17n.rb:657:in `block (2 levels) in test_write_noenc' | |
120) Error: | |
test_selsct_with_block(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
121) Error: | |
test_class_read_file_encoding_force_transcode(TestRDocEncoding): | |
Encoding::UndefinedConversionError: "\xCF" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_encoding.rb:85:in `test_class_read_file_encoding_force_transcode' | |
122) Error: | |
test_class_read_file_encoding_fail(TestRDocEncoding): | |
Encoding::UndefinedConversionError: "\xCF" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_encoding.rb:54:in `test_class_read_file_encoding_fail' | |
123) Error: | |
test_class_read_file_encoding_convert(TestRDocEncoding): | |
Encoding::UndefinedConversionError: "\xE9" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_encoding.rb:43:in `test_class_read_file_encoding_convert' | |
124) Error: | |
test_class_read_file_encoding_with_signature(TestRDocEncoding): | |
Encoding::UndefinedConversionError: "\xEF" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/rdoc/test_rdoc_encoding.rb:106:in `test_class_read_file_encoding_with_signature' | |
125) Error: | |
test_selsct_with_block(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
126) Error: | |
test_selsct(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
127) Error: | |
test_selsct(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
128) Error: | |
test_replace(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
129) Error: | |
test_replace(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
130) Error: | |
test_reject(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
131) Error: | |
test_reject(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
132) Error: | |
test_key(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
133) Error: | |
test_key(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
134) Error: | |
test_invert(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
135) Error: | |
test_invert(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
136) Error: | |
test_has_value?(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
137) Error: | |
test_has_value?(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
138) Error: | |
test_fetch(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
139) Error: | |
test_fetch(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
140) Error: | |
test_delete_if(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
141) Error: | |
test_delete_if(Psych::YAMLDBMTest): | |
LoadError: cannot load such file -- psych | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:14:in `setup' | |
./test/runner.rb:15:in `<main>' | |
142) Error: | |
test_delete(Psych::YAMLDBMTest): | |
NoMethodError: undefined method `clear' for nil:NilClass | |
/Users/sugamasao/rubies/ruby_src_20111024/test/psych/test_yamldbm.rb:23:in `teardown' | |
143) Error: | |
test_tempfile_encoding_nooption(TestTempfile): | |
Encoding::UndefinedConversionError: "\xE6" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/test_tempfile.rb:276:in `test_tempfile_encoding_nooption' | |
144) Error: | |
test_writer_wrap(TestZlibGzipWriter): | |
Encoding::UndefinedConversionError: "\xCB" from ASCII-8BIT to UTF-8 | |
/Users/sugamasao/rubies/ruby_src_20111024/test/zlib/test_zlib.rb:763:in `wrap' | |
/Users/sugamasao/rubies/ruby_src_20111024/test/zlib/test_zlib.rb:763:in `test_writer_wrap' | |
9791 tests, 2208074 assertions, 26 failures, 72 errors, 46 skips | |
ruby -v: ruby 2.0.0dev (2011-10-23 trunk 33514) [x86_64-darwin10.8.0] | |
make: *** [yes-test-all] Error 98 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment