== ruby-1.8 # 2010-03-27T08:18:33+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-03-27T08:19:11+09:00 == svn/ruby # 2010-03-27T08:19:18+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ruby CHG . 27056->27061 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27061;diff_format=u CHG ChangeLog 27056->27061 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=27056&r2=27061&pathrev=27061;diff_format=u CHG NEWS 27049->27059 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?p1=branches/ruby_1_8/NEWS&r1=27056&r2=27061&pathrev=27061;diff_format=u CHG enum.c 25430->27059 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/enum.c?p1=branches/ruby_1_8/enum.c&r1=27056&r2=27061&pathrev=27061;diff_format=u CHG eval.c 27053->27061 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/eval.c?p1=branches/ruby_1_8/eval.c&r1=27056&r2=27061&pathrev=27061;diff_format=u + svn info ?\227?\131?\145?\227?\130?\185: . URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ?\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: 27066 ?\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: knu ?\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: 27061 ?\230?\156?\128?\231?\181?\130?\229?\164?\137?\230?\155?\180?\230?\151?\165?\230?\153?\130: 2010-03-26 13:10:38 +0900 (Fri, 26 Mar 2010) == autoconf # 2010-03-27T08:20:23+09:00 + autoconf == git-mspec(shared) # 2010-03-27T08:20:28+09:00 + git pull Already up-to-date. == git-mspec # 2010-03-27T08:20:30+09:00 + git clone -q /Users/chkbuild/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) # 2010-03-27T08:20:31+09:00 + git pull Already up-to-date. == git-rubyspec # 2010-03-27T08:20:33+09:00 + git clone -q /Users/chkbuild/chkbuild/tmp/build/rubyspec rubyspec == configure # 2010-03-27T08:20:40+09:00 + ./configure --prefix=/Users/chkbuild/chkbuild/tmp/build/ruby-1.8/20100327T081833 CPPFLAGS=-DRUBY_DEBUG_ENV optflags=-O2 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers' --with-valgrind 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... no checking whether the linker is GNU ld... no checking whether gcc -E accepts -o... 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 a thread-safe mkdir -p... -d 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 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 stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... 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 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 for ucontext.h... (cached) no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... 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 struct timezone... 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 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 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 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 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 whether ELF binaries are produced... no checking whether OS depend dynamic link works... find: /usr/local/include: No such file or directory 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-03-27T08:21:47+09:00 + gmake miniruby gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -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 -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmydln.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c miniprelude.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c array.c array.c: In function 'ary_double_capa': array.c:57: warning: comparison between signed and unsigned array.c: In function 'ary_new': array.c:143: warning: comparison between signed and unsigned array.c: In function 'rb_ary_initialize': array.c:364: warning: comparison between signed and unsigned array.c: In function 'rb_ary_store': array.c:429: warning: comparison between signed and unsigned array.c: In function 'rb_ary_splice': array.c:1133: warning: comparison between signed and unsigned array.c: In function 'rb_ary_fill': array.c:2459: warning: comparison between signed and unsigned array.c:2459: warning: comparison between signed and unsigned array.c: In function 'rb_ary_times': array.c:2572: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c bignum.c bignum.c: In function 'bigfixize': bignum.c:135: warning: comparison between signed and unsigned bignum.c: In function 'rb_uint2big': bignum.c:180: warning: comparison between signed and unsigned bignum.c: In function 'rb_quad_unpack': bignum.c:281: warning: comparison between signed and unsigned bignum.c: In function 'rb_cstr_to_inum': bignum.c:484: warning: comparison between signed and unsigned bignum.c: In function 'rb_ull2big': bignum.c:598: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c class.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c compar.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dir.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enum.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enumerator.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -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 -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c eval.c eval.c: In function 'rb_svar': eval.c:994: warning: comparison between signed and unsigned eval.c: In function 'ruby_cleanup': eval.c:1648: warning: comparison between signed and unsigned eval.c: In function 'rb_exec_recursive': eval.c:13914: warning: variable 'hash' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_start_1': eval.c:12753: warning: variable 'th' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_schedule': eval.c:11167: warning: variable 'next' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_eval': eval.c:3638: warning: variable 'saved_cref' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_call0': eval.c:6036: warning: variable 'local_vars' might be clobbered by 'longjmp' or 'vfork' eval.c:6037: warning: variable 'saved_cref' might be clobbered by 'longjmp' or 'vfork' eval.c:5919: warning: argument 'argc' might be clobbered by 'longjmp' or 'vfork' eval.c:5920: warning: argument 'argv' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'error_print': eval.c:1278: warning: variable 'errat' might be clobbered by 'longjmp' or 'vfork' eval.c:1280: warning: variable 'einfo' might be clobbered by 'longjmp' or 'vfork' eval.c:1281: warning: variable 'elen' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_longjmp': eval.c:4646: warning: argument 'mesg' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_block_pass': eval.c:9251: warning: argument 'proc' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_yield_0': eval.c:5012: warning: variable 'var' might be clobbered by 'longjmp' or 'vfork' eval.c:5021: warning: variable 'lambda' might be clobbered by 'longjmp' or 'vfork' eval.c:5009: warning: argument 'val' might be clobbered by 'longjmp' or 'vfork' eval.c:5009: warning: argument 'self' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'proc_invoke': eval.c:8924: warning: argument 'args' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'call_trace_func': eval.c:2777: warning: variable 'node_save' might be clobbered by 'longjmp' or 'vfork' eval.c:2773: warning: argument 'klass' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_exec_end_proc': eval.c:8206: warning: variable 'link' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'eval': eval.c:6573: warning: variable 'data' might be clobbered by 'longjmp' or 'vfork' eval.c:6569: warning: argument 'self' might be clobbered by 'longjmp' or 'vfork' eval.c:6570: warning: argument 'file' might be clobbered by 'longjmp' or 'vfork' eval.c:6571: warning: argument 'line' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'is_defined': eval.c:2407: warning: argument 'node' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'ruby_cleanup': eval.c:1619: warning: argument 'ex' might be clobbered by 'longjmp' or 'vfork' eval.c: In function 'rb_thread_start_0': eval.c:12639: warning: argument 'th' might be clobbered by 'longjmp' or 'vfork' gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c file.c file.c: In function 'rb_stat_inspect': file.c:617: warning: comparison between signed and unsigned file.c: In function 'eaccess': file.c:884: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c gc.c gc.c: In function 'ruby_stack_check': gc.c:580: warning: comparison between signed and unsigned gc.c: In function 'gc_sweep': gc.c:1223: warning: comparison between signed and unsigned gc.c:1241: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c hash.c hash.c: In function 'eql_i': hash.c:1596: warning: signed and unsigned type in conditional expression hash.c: In function 'env_delete': hash.c:1907: warning: comparison between signed and unsigned hash.c: In function 'rb_f_getenv': hash.c:1943: warning: comparison between signed and unsigned hash.c: In function 'env_fetch': hash.c:1976: warning: comparison between signed and unsigned hash.c: In function 'env_aset': hash.c:2161: warning: comparison between signed and unsigned hash.c:2163: warning: comparison between signed and unsigned hash.c: In function 'env_has_key': hash.c:2492: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c inits.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c io.c io.c: In function 'swallow': io.c:1670: warning: comparison between signed and unsigned io.c: In function 'rb_f_syscall': io.c:5253: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c marshal.c marshal.c: In function 'w_long': marshal.c:220: warning: comparison between signed and unsigned marshal.c: In function 'r_long': marshal.c:904: warning: comparison between signed and unsigned marshal.c:915: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c math.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c numeric.c numeric.c: In function 'flo_hash': numeric.c:897: warning: comparison between signed and unsigned numeric.c: In function 'fix_aref': numeric.c:2734: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c object.c object.c: In function 'rb_str_to_dbl': object.c:2492: warning: comparison between signed and unsigned object.c: In function 'rb_str2cstr': object.c:2575: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c pack.c pack.c: In function 'pack_unpack': pack.c:1492: warning: comparison between signed and unsigned pack.c:1502: warning: comparison between signed and unsigned pack.c:1511: warning: comparison between signed and unsigned pack.c:1523: warning: comparison between signed and unsigned pack.c:1534: warning: comparison between signed and unsigned pack.c:1545: warning: comparison between signed and unsigned pack.c:1556: warning: comparison between signed and unsigned pack.c:1568: warning: comparison between signed and unsigned pack.c:1579: warning: comparison between signed and unsigned pack.c:1589: 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:1926: warning: comparison between signed and unsigned pack.c:1929: warning: comparison between signed and unsigned bison -y parse.y sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c rm -f y.tab.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c parse.c parse.y: In function 'ruby_yyparse': parse.y:2225: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c process.c process.c: In function 'p_uid_change_privilege': process.c:2343: warning: comparison between signed and unsigned process.c:2344: warning: comparison between signed and unsigned process.c:2345: warning: comparison between signed and unsigned process.c:2346: warning: comparison between signed and unsigned process.c:2354: warning: comparison between signed and unsigned process.c: In function 'proc_getgroups': process.c:2627: warning: comparison between signed and unsigned process.c:2631: warning: comparison between signed and unsigned process.c: In function 'proc_setgroups': process.c:2673: warning: comparison between signed and unsigned process.c: In function 'p_gid_change_privilege': process.c:2912: warning: comparison between signed and unsigned process.c:2913: warning: comparison between signed and unsigned process.c:2914: warning: comparison between signed and unsigned process.c:2915: warning: comparison between signed and unsigned process.c:2923: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c prec.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c random.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c range.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c re.c re.c: In function 'rb_reg_prepare_re': re.c:856: warning: comparison between signed and unsigned re.c: In function 'rb_reg_s_union': re.c:2050: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c regex.c regex.c: In function 'ruby_re_compile_pattern': regex.c:2154: warning: comparison between signed and unsigned regex.c:2337: warning: comparison of unsigned expression < 0 is always false regex.c:2340: warning: comparison between signed and unsigned regex.c: In function 'init_regs': regex.c:3543: warning: comparison between signed and unsigned regex.c:3548: warning: comparison between signed and unsigned regex.c: In function 're_match_exec': regex.c:3670: warning: comparison between signed and unsigned regex.c:3724: warning: comparison between signed and unsigned regex.c:3737: warning: comparison between signed and unsigned regex.c:3749: warning: comparison between signed and unsigned regex.c:3800: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c ruby.c ruby.c: In function 'proc_options': ruby.c:767: warning: format not a string literal, argument types not checked gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c signal.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -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 -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c st.c st.c: In function 'new_size': st.c:120: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c string.c string.c: In function 'rb_string_value_cstr': string.c:611: warning: comparison between signed and unsigned string.c: In function 'rb_str_substr': string.c:668: warning: comparison between signed and unsigned string.c: In function 'rb_str_intern': string.c:4672: warning: comparison between signed and unsigned string.c: In function 'rb_str_sum': string.c:4712: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c struct.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c time.c time.c: In function 'time_to_s': time.c:1297: warning: format not a string literal, format string not checked time.c: In function 'rb_strftime': time.c:1797: warning: format not a string literal, format string not checked time.c:1802: warning: format not a string literal, format string not checked time.c: In function 'time_strftime': time.c:1878: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c util.c util.c: In function 'rv_alloc': util.c:3110: warning: comparison between signed and unsigned gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c variable.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c version.c gcc -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -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 -O2 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -pipe -fno-common -DRUBY_EXPORT -I. -I. -DRUBY_DEBUG_ENV -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmyext.c gcc -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 miniprelude.o array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.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 -ldl -lobjc -o miniruby ld: duplicate symbol _dln_load in dln.o and dmydln.o collect2: ld returned 1 exit status make: *** [miniruby] Error 1 exit 2 failed(miniruby) == end # 2010-03-27T08:23:40+09:00 elapsed 306.996335s = 5m 6.99633499999999s