ruby 1.8.6 (2010-06-23 patchlevel 418) [powerpc-darwin9.8.0] [1.8.6,pth] (ppc-mac-mini) 152W 3[BUG] 2[SIGABRT] failed(test.rb) failed(method-list) failed(make)

chkbuild summary recent last difference fulllog

== ruby-1.8.6-pth # 2010-08-16T12:53:52+09:00
Hostname: ppc-mac-mini
Darwin 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh
ProductName:	Mac OS X
ProductVersion:	10.5.8
BuildVersion:	9L31a
== start # 2010-08-16T12:54:18+09:00
== svn/ruby # 2010-08-16T12:54:25+09:00
+ svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6 ruby
+ svn info
?\227?\131?\145?\227?\130?\185: .
URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6
?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170?\227?\129?\174?\227?\131?\171?\227?\131?\188?\227?\131?\136: http://svn.ruby-lang.org/repos/ruby
?\227?\131?\170?\227?\131?\157?\227?\130?\184?\227?\131?\136?\227?\131?\170 UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 29005
?\227?\131?\142?\227?\131?\188?\227?\131?\137?\231?\168?\174?\229?\136?\165: ?\227?\131?\135?\227?\130?\163?\227?\131?\172?\227?\130?\175?\227?\131?\136?\227?\131?\170
?\230?\186?\150?\229?\130?\153?\228?\184?\173?\227?\129?\174?\229?\135?\166?\231?\144?\134: ?\231?\137?\185?\227?\129?\171?\227?\129?\170?\227?\129?\151
?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\232?\128?\133: wyhaines
?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\227?\131?\170?\227?\131?\147?\227?\130?\184?\227?\131?\167?\227?\131?\179: 28393
?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-06-23 05:10:13 +0900 (Wed, 23 Jun 2010)

== autoconf # 2010-08-16T12:55:20+09:00
+ autoconf
== git-mspec(shared) # 2010-08-16T12:55:24+09:00
+ git pull
Already up-to-date.
== git-mspec # 2010-08-16T12:55:26+09:00
+ git clone -q /Users/chkbuild/chkbuild/tmp/build/mspec mspec
== git-rubyspec(shared) # 2010-08-16T12:55:28+09:00
+ git pull
Already up-to-date.
== git-rubyspec # 2010-08-16T12:55:29+09:00
+ git clone -q /Users/chkbuild/chkbuild/tmp/build/rubyspec rubyspec
== configure # 2010-08-16T12:55:49+09:00
+ ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6-pth/20100816T125349 'CFLAGS=-DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers' --with-valgrind --enable-pthread
configure: WARNING: unrecognized options: --with-valgrind
checking build system type... powerpc-apple-darwin9.8.0
checking host system type... powerpc-apple-darwin9.8.0
checking target system type... powerpc-apple-darwin9.8.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
checking whether the linker is GNU ld... no
checking whether gcc -E accepts -o... rm: conftest.dSYM: is a directory
yes
checking for bison... bison -y
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long... yes
checking for off_t... yes
checking size of int... 4
checking size of short... 2
checking size of long... 4
checking size of long long... 8
checking size of __int64... 0
checking size of off_t... 8
checking size of void*... 4
checking size of float... 4
checking size of double... 8
checking size of time_t... 4
checking for pid_t... yes
checking for gid_t... yes
checking for uid_t... yes
checking for prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for RUBY_EXTERN... no
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... 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 ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) 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 for memory.h... (cached) 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 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 pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking size of rlim_t... 8
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking return type of signal handlers... void
checking for working memcmp... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for ftello... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strerror... yes
checking for strftime... yes
checking for strchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for crypt... yes
checking for flock... yes
checking for vsnprintf... 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 fmod... yes
checking for killpg... yes
checking for wait4... yes
checking for waitpid... yes
checking for syscall... yes
checking for chroot... yes
checking for fsync... yes
checking for getcwd... yes
checking for eaccess... no
checking for truncate... yes
checking for ftruncate... yes
checking for chsize... no
checking for times... yes
checking for utimes... yes
checking for fcntl... yes
checking for lockf... yes
checking for lstat... yes
checking for symlink... yes
checking for link... yes
checking for readlink... yes
checking for setitimer... yes
checking for setruid... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... no
checking for setproctitle... no
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 group_member... no
checking for dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for _setjmp... yes
checking for setsid... yes
checking for telldir... yes
checking for seekdir... yes
checking for fchmod... yes
checking for mktime... yes
checking for timegm... yes
checking for gettimeofday... yes
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for round... yes
checking for setuid... yes
checking for setgid... yes
checking for setenv... yes
checking for unsetenv... yes
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 negative time_t for gmtime(3)... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... 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 whether need to seek between R/W... yes
checking whether st_ino is huge... no
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction... -1
checking for pthread_kill in -lpthread... yes
checking for nanosleep... yes
checking for getcontext... yes
checking for setcontext... yes
checking whether ELF binaries are produced... no
checking whether OS depend dynamic link works... yes
checking for nroff... /usr/bin/nroff
creating config.h
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --with-valgrind
== miniruby # 2010-08-16T12:56:54+09:00
+ make miniruby
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c array.c
array.c: In function 'ary_new':
array.c:124: warning: comparison between signed and unsigned
array.c: In function 'rb_ary_initialize':
array.c:297: warning: comparison between signed and unsigned
array.c: In function 'rb_ary_store':
array.c:362: warning: comparison between signed and unsigned
array.c:373: warning: comparison between signed and unsigned
array.c: In function 'rb_ary_splice':
array.c:982: warning: comparison between signed and unsigned
array.c: In function 'rb_ary_fill':
array.c:2278: warning: comparison between signed and unsigned
array.c:2278: warning: comparison between signed and unsigned
array.c: In function 'rb_ary_times':
array.c:2391: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c bignum.c
bignum.c: In function 'bigfixize':
bignum.c:133: warning: comparison between signed and unsigned
bignum.c: In function 'rb_uint2big':
bignum.c:177: warning: comparison between signed and unsigned
bignum.c: In function 'rb_quad_unpack':
bignum.c:278: warning: comparison between signed and unsigned
bignum.c: In function 'rb_cstr_to_inum':
bignum.c:474: warning: comparison between signed and unsigned
bignum.c: In function 'rb_ull2big':
bignum.c:587: warning: comparison between signed and unsigned
bignum.c: At top level:
bignum.c:1582: warning: 'big_shift' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c class.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c compar.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c dir.c
dir.c:473: warning: 'dir_inspect' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c dln.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c enum.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c error.c
error.c: In function 'rb_bug':
error.c:205: warning: comparison between signed and unsigned
error.c:206: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c eval.c
eval.c: In function 'rb_svar':
eval.c:982: warning: comparison between signed and unsigned
eval.c: In function 'ruby_cleanup':
eval.c:1613: warning: comparison between signed and unsigned
eval.c: In function 'rb_eval_string_wrap':
eval.c:1744: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_eval_cmd':
eval.c:1885: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'call_trace_func':
eval.c:2736: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_raise_jump':
eval.c:4763: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'method_missing':
eval.c:5687: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_call0':
eval.c:5850: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_f_eval':
eval.c:6637: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'exec_under':
eval.c:6661: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_load':
eval.c:6897: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'load_lock':
eval.c:7138: warning: implicit declaration of function 'rb_thread_join'
eval.c: In function 'call_end_proc':
eval.c:7927: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'rb_f_END':
eval.c:7940: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'mproc':
eval.c:9560: warning: assignment discards qualifiers from pointer target type
eval.c: In function 'stack_extend':
eval.c:10499: warning: unused variable 'sp'
eval.c: In function 'rb_thread_schedule':
eval.c:10711: warning: unused variable 'th_found'
eval.c: In function 'rb_thread_select':
eval.c:11119: warning: 'limit' may be used uninitialized in this function
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c file.c
file.c: In function 'rb_stat_inspect':
file.c:622: warning: comparison between signed and unsigned
file.c: In function 'eaccess':
file.c:891: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c gc.c
gc.c: In function 'ruby_stack_check':
gc.c:516: warning: comparison between signed and unsigned
gc.c: In function 'gc_sweep':
gc.c:1160: warning: comparison between signed and unsigned
gc.c:1178: warning: comparison between signed and unsigned
gc.c: In function 'obj_free':
gc.c:1287: warning: initialization from incompatible pointer type
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c hash.c
hash.c: In function 'env_delete':
hash.c:1697: warning: comparison between signed and unsigned
hash.c: In function 'rb_f_getenv':
hash.c:1737: warning: comparison between signed and unsigned
hash.c: In function 'env_fetch':
hash.c:1774: warning: comparison between signed and unsigned
hash.c: In function 'env_aset':
hash.c:1940: warning: comparison between signed and unsigned
hash.c:1942: warning: comparison between signed and unsigned
hash.c: In function 'env_has_key':
hash.c:2257: warning: comparison between signed and unsigned
hash.c: At top level:
hash.c:1813: warning: 'envix' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c inits.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c io.c
io.c: In function 'swallow':
io.c:1646: warning: comparison between signed and unsigned
io.c: In function 'rb_f_syscall':
io.c:5083: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c marshal.c
marshal.c: In function 'w_long':
marshal.c:212: warning: comparison between signed and unsigned
marshal.c: In function 'r_long':
marshal.c:899: warning: comparison between signed and unsigned
marshal.c:910: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c math.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c numeric.c
numeric.c: In function 'flo_hash':
numeric.c:896: warning: comparison between signed and unsigned
numeric.c: In function 'fix_aref':
numeric.c:2617: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c object.c
object.c: In function 'rb_str_to_dbl':
object.c:2359: warning: comparison between signed and unsigned
object.c: In function 'rb_str2cstr':
object.c:2443: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c pack.c
pack.c: In function 'pack_unpack':
pack.c:1493: warning: comparison between signed and unsigned
pack.c:1503: warning: comparison between signed and unsigned
pack.c:1512: warning: comparison between signed and unsigned
pack.c:1524: warning: comparison between signed and unsigned
pack.c:1535: warning: comparison between signed and unsigned
pack.c:1546: warning: comparison between signed and unsigned
pack.c:1557: warning: comparison between signed and unsigned
pack.c:1569: warning: comparison between signed and unsigned
pack.c:1580: warning: comparison between signed and unsigned
pack.c:1590: warning: comparison between signed and unsigned
pack.c:1599: warning: comparison between signed and unsigned
pack.c:1610: warning: comparison between signed and unsigned
pack.c:1621: warning: comparison between signed and unsigned
pack.c:1632: warning: comparison between signed and unsigned
pack.c:1644: warning: comparison between signed and unsigned
pack.c:1655: warning: comparison between signed and unsigned
pack.c:1669: warning: comparison between signed and unsigned
pack.c:1684: warning: comparison between signed and unsigned
pack.c:1695: warning: comparison between signed and unsigned
pack.c:1709: warning: comparison between signed and unsigned
pack.c:1889: warning: comparison between signed and unsigned
pack.c:1929: warning: comparison between signed and unsigned
pack.c:1932: warning: comparison between signed and unsigned
pack.c:1935: warning: 'tmp' may be used uninitialized in this function
pack.c:1891: warning: 'tmp' may be used uninitialized in this function
bison -y parse.y
sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c
rm -f y.tab.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c parse.c
parse.y: In function 'ruby_yyparse':
parse.y:2162: warning: comparison between signed and unsigned
parse.y: At top level:
parse.y:6367: warning: 'rb_parser_realloc' defined but not used
parse.y:6355: warning: 'rb_parser_calloc' defined but not used
parse.y:4541: warning: 'nodetype' defined but not used
parse.y:4548: warning: 'nodeline' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c process.c
process.c: In function 'p_sys_setreuid':
process.c:2104: warning: implicit declaration of function 'ruby_setreuid'
process.c: In function 'ruby_setreuid':
process.c:2211: warning: comparison between signed and unsigned
process.c:2212: warning: comparison between signed and unsigned
process.c:2215: warning: comparison between signed and unsigned
process.c: In function 'p_uid_change_privilege':
process.c:2307: warning: comparison between signed and unsigned
process.c:2308: warning: comparison between signed and unsigned
process.c:2309: warning: comparison between signed and unsigned
process.c:2310: warning: comparison between signed and unsigned
process.c:2312: warning: comparison between signed and unsigned
process.c: In function 'p_sys_setregid':
process.c:2463: warning: implicit declaration of function 'ruby_setregid'
process.c: In function 'proc_getgroups':
process.c:2607: warning: comparison between signed and unsigned
process.c:2611: warning: comparison between signed and unsigned
process.c: In function 'proc_setgroups':
process.c:2652: warning: comparison between signed and unsigned
process.c: In function 'ruby_setregid':
process.c:2776: warning: comparison between signed and unsigned
process.c:2777: warning: comparison between signed and unsigned
process.c:2780: warning: comparison between signed and unsigned
process.c: In function 'p_gid_change_privilege':
process.c:2873: warning: comparison between signed and unsigned
process.c:2874: warning: comparison between signed and unsigned
process.c:2875: warning: comparison between signed and unsigned
process.c:2876: warning: comparison between signed and unsigned
process.c:2878: warning: comparison between signed and unsigned
process.c: In function 'rb_syswait':
process.c:1418: warning: 'ifunc' may be used uninitialized in this function
process.c:1416: warning: 'qfunc' may be used uninitialized in this function
process.c:1413: warning: 'hfunc' may be used uninitialized in this function
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c prec.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c random.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c range.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c re.c
re.c: In function 'rb_reg_prepare_re':
re.c:854: warning: comparison between signed and unsigned
re.c: In function 'rb_reg_regcomp':
re.c:1450: warning: unused variable 'save_str'
re.c: In function 'rb_reg_s_union':
re.c:1978: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c regex.c
regex.c: In function 'ruby_re_compile_pattern':
regex.c:2156: warning: comparison between signed and unsigned
regex.c:2338: warning: comparison of unsigned expression < 0 is always false
regex.c:2341: warning: comparison between signed and unsigned
regex.c: In function 'init_regs':
regex.c:3542: warning: comparison between signed and unsigned
regex.c:3547: warning: comparison between signed and unsigned
regex.c: In function 're_match_exec':
regex.c:3669: warning: comparison between signed and unsigned
regex.c:3723: warning: comparison between signed and unsigned
regex.c:3736: warning: comparison between signed and unsigned
regex.c:3748: warning: comparison between signed and unsigned
regex.c:3799: warning: comparison between signed and unsigned
regex.c: At top level:
regex.c:2613: warning: 'insert_op' defined but not used
regex.c:1018: warning: 'print_compiled_pattern' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c ruby.c
ruby.c: In function 'proc_options':
ruby.c:743: warning: format not a string literal, argument types not checked
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c signal.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c sprintf.c
sprintf.c: In function 'rb_str_format':
sprintf.c:577: warning: format not a string literal, argument types not checked
sprintf.c:592: warning: format not a string literal, argument types not checked
sprintf.c:801: warning: format not a string literal, argument types not checked
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c st.c
st.c: In function 'new_size':
st.c:120: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c string.c
string.c: In function 'rb_string_value_cstr':
string.c:582: warning: comparison between signed and unsigned
string.c: In function 'rb_str_substr':
string.c:621: warning: comparison between signed and unsigned
string.c: In function 'rb_str_intern':
string.c:4427: warning: comparison between signed and unsigned
string.c: In function 'rb_str_sum':
string.c:4467: warning: comparison between signed and unsigned
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c struct.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c time.c
time.c: In function 'time_to_s':
time.c:1285: warning: format not a string literal, format string not checked
time.c: In function 'rb_strftime':
time.c:1785: warning: format not a string literal, format string not checked
time.c:1790: warning: format not a string literal, format string not checked
time.c: In function 'time_strftime':
time.c:1866: warning: comparison between signed and unsigned
time.c: In function 'time_load':
time.c:1990: warning: 'gmt' may be used uninitialized in this function
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c util.c
util.c: In function 'rv_alloc':
util.c:3104: warning: comparison between signed and unsigned
util.c: In function 'dtoa':
util.c:3225: warning: 'mlo' may be used uninitialized in this function
util.c: In function 'ruby_strtod':
util.c:2107: warning: 'delta' may be used uninitialized in this function
util.c:2107: warning: 'bs' may be used uninitialized in this function
util.c:2107: warning: 'bb' may be used uninitialized in this function
util.c:2107: warning: 'bd' may be used uninitialized in this function
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c variable.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c version.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c ./missing/alloca.c
./missing/alloca.c:144: warning: conflicting types for built-in function 'alloca'
./missing/alloca.c:29: warning: 'SCCSid' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c dmyext.c
ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o alloca.o dmyext.o
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c main.c
main.c: In function 'objcdummyfunction':
main.c:29: warning: implicit declaration of function 'objc_msgSend'
main.c: At top level:
main.c:29: warning: 'objcdummyfunction' defined but not used
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -I. -I.   -c dmydln.c
gcc -DRUBY_DEBUG_ENV -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common  -DRUBY_EXPORT  -L.    main.o dmydln.o libruby-static.a -lpthread -ldl -lobjc   -o miniruby
== miniversion # 2010-08-16T12:58:43+09:00
+ ./miniruby -v
ruby 1.8.6 (2010-06-23 patchlevel 418) [powerpc-darwin9.8.0]
== test.rb # 2010-08-16T12:58:43+09:00
+ ./miniruby sample/test.rb
sample/test.rb:2039: [BUG] Bus Error
ruby 1.8.6 (2010-06-23) [powerpc-darwin9.8.0]

signal SIGABRT (6)
failed(test.rb)
== method-list # 2010-08-16T12:58:49+09:00
+ ./miniruby -e 'use_symbol = Object.instance_methods[0].is_a?(Symbol)
nummodule = nummethod = 0
mods = []
ObjectSpace.each_object(Module) {|m| mods << m if m.name }
mods = mods.sort_by {|m| m.name }
mods.each {|mod|
  nummodule += 1
  puts "#{mod.name} #{(mod.ancestors - [mod]).inspect}"
  mod.singleton_methods(false).sort.each {|methname|
    nummethod += 1
    meth = mod.method(methname)
    line = "#{mod.name}.#{methname} #{meth.arity}"
    line << " not-implemented" if !mod.respond_to?(methname)
    puts line
  }
  ms = mod.instance_methods(false)
  if use_symbol
    ms << :initialize if mod.private_instance_methods(false).include? :initialize
  else
    ms << "initialize" if mod.private_instance_methods(false).include? "initialize"
  end
  ms.sort.each {|methname|
    nummethod += 1
    meth = mod.instance_method(methname)
    line = "#{mod.name}\##{methname} #{meth.arity}"
    line << " not-implemented" if /\(not-implemented\)/ =~ meth.inspect
    puts line
  }
}
puts "#{nummodule} modules, #{nummethod} methods"
'
-e:31: [BUG] Bus Error
ruby 1.8.6 (2010-06-23) [powerpc-darwin9.8.0]

signal SIGABRT (6)
failed(method-list)
== make # 2010-08-16T12:58:52+09:00
+ make
./mkconfig.rb:191: [BUG] Bus Error
ruby 1.8.6 (2010-06-23) [powerpc-darwin9.8.0]

make: *** [.rbconfig.time] Abort trap
exit 2
failed(make)
== end # 2010-08-16T12:58:57+09:00
elapsed 307.426061s = 5m 7.426061s
    

chkbuild summary recent last difference fulllog