== ruby-1.8.6-pth # 2008-10-16T06:07:14+09:00 Darwin ppc-mac-mini.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:31:44 PDT 2008; root:xnu-1228.7.58~1/RELEASE_PPC Power Macintosh == start # 2008-10-16T06:07:29+09:00 == svn # 2008-10-16T06:07:35+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6 ruby == autoconf # 2008-10-16T06:08:31+09:00 + autoconf == configure # 2008-10-16T06:08:41+09:00 + ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6-pth/20081016T060714 'CFLAGS=-DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses' --with-valgrind --enable-pthread checking build system type... powerpc-apple-darwin9.5.0 checking host system type... powerpc-apple-darwin9.5.0 checking target system type... powerpc-apple-darwin9.5.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 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 AIX... no rm: conftest.dSYM: is a directory 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no rm: conftest.dSYM: is a directory checking for long long... yes checking for off_t... yes 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... 4 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*... 4 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... 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 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 for rlim_t... yes 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 rm: conftest.dSYM: is a directory 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 == miniruby # 2008-10-16T06:09:43+09:00 + gmake miniruby gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c array.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c bignum.c bignum.c:1574: warning: 'big_shift' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c class.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c compar.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c dln.c dln.c: In function 'dln_load': dln.c:1463: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at /usr/include/mach-o/dyld.h:145) dln.c:1469: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161) dln.c:1472: warning: 'NSIsSymbolNameDefined' is deprecated (declared at /usr/include/mach-o/dyld.h:176) dln.c:1475: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) dln.c:1475: warning: 'NSLookupAndBindSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:179) dln.c:1636: warning: label 'failed' defined but not used dln.c: At top level: dln.c:1164: warning: 'dln_strerror' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c enum.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c error.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c eval.c eval.c: In function 'rb_eval_string_wrap': eval.c:1732: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_eval_cmd': eval.c:1873: warning: assignment discards qualifiers from pointer target type eval.c: In function 'call_trace_func': eval.c:2724: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_raise_jump': eval.c:4749: warning: assignment discards qualifiers from pointer target type eval.c: In function 'method_missing': eval.c:5673: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_call0': eval.c:5836: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_f_eval': eval.c:6623: warning: assignment discards qualifiers from pointer target type eval.c: In function 'exec_under': eval.c:6647: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_load': eval.c:6883: warning: assignment discards qualifiers from pointer target type eval.c: In function 'call_end_proc': eval.c:7896: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_f_END': eval.c:7909: warning: assignment discards qualifiers from pointer target type eval.c: In function 'mproc': eval.c:9529: warning: assignment discards qualifiers from pointer target type eval.c: In function 'rb_thread_select': eval.c:10997: warning: 'limit' may be used uninitialized in this function gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c file.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c gc.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c hash.c hash.c:1813: warning: 'envix' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c inits.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c io.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c marshal.c marshal.c: In function 'dump_ensure': marshal.c:706: warning: 'return' with no value, in function returning non-void marshal.c: In function 'load_ensure': marshal.c:1394: warning: 'return' with no value, in function returning non-void marshal.c: In function 'dump_ensure': marshal.c:714: warning: control reaches end of non-void function marshal.c: In function 'load_ensure': marshal.c:1397: warning: control reaches end of non-void function gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c math.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c numeric.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c object.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c pack.c pack.c: In function 'pack_unpack': pack.c:1932: warning: 'tmp' may be used uninitialized in this function pack.c:1888: 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 -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c parse.c parse.y:6334: warning: 'rb_parser_realloc' defined but not used parse.y:6322: warning: 'rb_parser_calloc' defined but not used parse.y:4537: warning: 'nodetype' defined but not used parse.y:4544: warning: 'nodeline' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c process.c process.c: In function 'proc_exec_v': process.c:998: warning: implicit declaration of function 'rb_thread_cancel_timer' process.c: In function 'p_sys_setreuid': process.c:2105: warning: implicit declaration of function 'ruby_setreuid' process.c: In function 'p_sys_setregid': process.c:2464: warning: implicit declaration of function 'ruby_setregid' process.c: In function 'rb_syswait': process.c:1419: warning: 'ifunc' may be used uninitialized in this function process.c:1417: warning: 'qfunc' may be used uninitialized in this function process.c:1414: warning: 'hfunc' may be used uninitialized in this function gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c prec.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c random.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c range.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c re.c re.c: In function 'rb_reg_regcomp': re.c:1422: warning: unused variable 'save_str' gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c regex.c regex.c:2607: warning: 'insert_op' defined but not used regex.c:1018: warning: 'print_compiled_pattern' defined but not used gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c signal.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c st.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c string.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c struct.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -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 gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c util.c util.c: In function 'dtoa': util.c:3217: warning: 'mlo' may be used uninitialized in this function util.c: In function 'ruby_strtod': util.c:2099: warning: 'delta' may be used uninitialized in this function util.c:2099: warning: 'bs' may be used uninitialized in this function util.c:2099: warning: 'bb' may be used uninitialized in this function util.c:2099: warning: 'bd' may be used uninitialized in this function gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c variable.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c version.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -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 -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -I. -I. -c dmydln.c gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -pipe -fno-common -DRUBY_EXPORT -L. main.o dmydln.o libruby-static.a -lpthread -ldl -lobjc -o miniruby == version # 2008-10-16T06:11:23+09:00 + ./miniruby -v ruby 1.8.6 (2008-08-11 patchlevel 287) [powerpc-darwin9.5.0] == test.rb # 2008-10-16T06:11:23+09:00 + ./miniruby sample/test.rb sample/test.rb:2039: [BUG] Bus Error ruby 1.8.6 (2008-08-11) [powerpc-darwin9.5.0] signal SIGABRT (6) failed(test.rb) == method-list # 2008-10-16T06:11:27+09:00 + ./miniruby -e '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) puts "#{mod.name}.#{methname} #{meth.arity}" } mod.instance_methods(false).sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) puts "#{mod.name}\##{methname} #{meth.arity}" } } puts "#{nummodule} modules, #{nummethod} methods" ' -e:20: [BUG] Bus Error ruby 1.8.6 (2008-08-11) [powerpc-darwin9.5.0] signal SIGABRT (6) failed(method-list) == make # 2008-10-16T06:11:30+09:00 + gmake ./mkconfig.rb:191: [BUG] Bus Error ruby 1.8.6 (2008-08-11) [powerpc-darwin9.5.0] make: *** [.rbconfig.time] Abort trap exit 2 failed(make) == end # 2008-10-16T06:11:33+09:00