Skip to content

Instantly share code, notes, and snippets.

@mazgi
Last active August 29, 2015 14:13
Show Gist options
  • Save mazgi/e4c997a5155a26814a68 to your computer and use it in GitHub Desktop.
Save mazgi/e4c997a5155a26814a68 to your computer and use it in GitHub Desktop.
Ruby on POWER8
# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.5 (Santiago)
# uname -a
Linux S822n01l01 2.6.32-431.el6.ppc64 #1 SMP Sun Nov 10 22:17:43 EST 2013 ppc64 ppc64 ppc64 GNU/Linux
# ./configure 
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dtrace... dtrace
checking for dot... dot
checking for doxygen... doxygen
checking for pkg-config... pkg-config
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cd using physical directory... cd -P
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-parentheses is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as LDFLAGS... yes
checking whether -ansi -std=iso9899:199409 is accepted as CFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
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... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking 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 langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... yes
checking for inline... __inline__
checking for working volatile... yes
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... x
checking for cdecl function attribute... x
checking for fastcall function attribute... x
checking for function alias... alias
checking for __atomic builtins... no
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for exported function attribute... __attribute__ ((visibility("default")))
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for socketpair in -lsocket... no
checking for clock_gettime in -lrt... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_LONG
checking size of struct stat.st_blocks... SIZEOF_LONG
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct timeval... yes
checking for struct timespec... yes
checking for struct timezone... yes
checking for clockid_t... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for stack end address... __libc_stack_end
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 alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strerror... yes
checking for strchr... yes
checking for strstr... yes
checking for crypt... yes
checking for flock... yes
checking for isnan... yes
checking for finite... yes
checking for isinf... yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for tgamma... yes
checking for lgamma_r... yes
checking for cbrt... yes
checking for strlcpy... no
checking for strlcat... no
checking for ffs... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for signbit... yes
checking for fmod... yes
checking for killpg... yes
checking for wait4... yes
checking for waitpid... yes
checking for fork... yes
checking for spawnv... no
checking for syscall... yes
checking for __syscall... no
checking for chroot... yes
checking for getcwd... yes
checking for eaccess... yes
checking for truncate... yes
checking for ftruncate... yes
checking for ftello... yes
checking for chsize... no
checking for times... yes
checking for utimes... yes
checking for utimensat... yes
checking for fcntl... yes
checking for lockf... yes
checking for lstat... yes
checking for truncate64... yes
checking for ftruncate64... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for readdir_r... yes
checking for fsync... yes
checking for fdatasync... yes
checking for fchown... yes
checking for posix_fadvise... yes
checking for setitimer... yes
checking for setruid... no
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for socketpair... yes
checking for setrgid... no
checking for setegid... yes
checking for setregid... yes
checking for setresgid... yes
checking for issetugid... no
checking for pause... yes
checking for lchown... yes
checking for lchmod... no
checking for getpgrp... yes
checking for setpgrp... yes
checking for getpgid... yes
checking for setpgid... yes
checking for initgroups... yes
checking for getgroups... yes
checking for setgroups... yes
checking for getpriority... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sysconf... yes
checking for close... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for sigsetjmp... no
checking for _setjmp... yes
checking for _longjmp... yes
checking for getsid... yes
checking for setsid... yes
checking for telldir... yes
checking for seekdir... yes
checking for fchmod... yes
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for log2... yes
checking for round... yes
checking for llabs... yes
checking for setuid... yes
checking for setgid... yes
checking for daemon... (cached) no
checking for select_large_fdset... no
checking for setenv... yes
checking for unsetenv... yes
checking for mktime... yes
checking for timegm... yes
checking for gmtime_r... yes
checking for clock_gettime... yes
checking for gettimeofday... yes
checking for poll... yes
checking for ppoll... yes
checking for pread... yes
checking for sendfile... yes
checking for shutdown... yes
checking for sigaltstack... yes
checking for dl_iterate_phdr... yes
checking for dup... yes
checking for dup3... yes
checking for pipe2... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for ioctl... yes
checking for isfinite... no
checking for unsetenv returns a value... yes
checking for __builtin_setjmp... no
checking for setjmp type... _setjmp
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for external timezone... long
checking for external altzone... no
checking for timezone... yes
checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... not found (OK if using GNU libc)
checking read buffer ptr field in FILE structures... _IO_read_ptr
checking read buffer end field in FILE structures... _IO_read_end
checking size of struct stat.st_ino... SIZEOF_LONG
checking whether struct dirent.d_name is too small... no
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on powerpc64... -1
checking for pthread_kill in -lthr... no
checking for pthread_kill in -lpthread... yes
checking for pthread_np.h... no
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_getattr_np... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_cond_init... yes
checking for pthread_condattr_setclock... yes
checking for pthread_condattr_init... yes
checking for pthread_sigmask... yes
checking for pthread_attr_init... yes
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking whether ELF binaries are produced... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for strip... strip
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether dtrace USDT is available... yes
checking whether dtrace USDT is available... (cached) yes
checking whether dtrace needs post processing... yes
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
checking for memmem... yes
checking for broken memmem... no
checking for nroff... /usr/bin/nroff
.ext/include/powerpc64-linux/ruby/config.h unchanged
verconf.h unchanged
ruby library version = 2.0.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ruby-2.0.pc
# make
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -ansi -std=iso9899:199409 
	XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
	CPPFLAGS =   -I. -I.ext/include/powerpc64-linux -I./include -I.
	DLDFLAGS = -fstack-protector -pie  
	SOLIBS = 
linking miniruby
rbconfig.rb unchanged
generating enc.mk
generating prelude.c
compiling prelude.c
generating a glommed object with DTrace probes for static library
linking static-library libruby-static.a
verifying static-library libruby-static.a
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
make[1]: Nothing to be done for `enc'.
make[1]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
making srcs under enc
make[1]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
make[1]: Nothing to be done for `./enc/trans'.
make[1]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
making encs
make[1]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
make[1]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
generating makefile exts.mk
Failed to configure -test-/win32/dln. It will not be installed.
Failed to configure -test-/win32/fd_setsize. It will not be installed.
Failed to configure dl/win32. It will not be installed.
Failed to configure fiddle. It will not be installed.
Failed to configure fiddle/win32. It will not be installed.
configuring socket
Failed to configure win32ole. It will not be installed.
make[1]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/array/resize'
installing default resize libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/array/resize'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-3571'
installing default bug libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-3571'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-3662'
installing default bug libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-3662'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-5832'
installing default bug libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/bug-5832'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/debug'
installing default debug libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/debug'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/exception'
installing default exception libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/exception'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/fatal'
installing default rb_fatal libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/fatal'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/funcall'
installing default funcall libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/funcall'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/iter'
installing default break libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/iter'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/load/dot.dot'
installing default dot.dot libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/load/dot.dot'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/marshal/compat'
installing default compat libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/marshal/compat'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/marshal/usr'
installing default usr libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/marshal/usr'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/method'
installing default method libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/method'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/num2int'
installing default num2int libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/num2int'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/old_thread_select'
installing default old_thread_select libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/old_thread_select'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/path_to_class'
installing default path_to_class libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/path_to_class'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/printf'
installing default printf libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/printf'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/st/numhash'
installing default numhash libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/st/numhash'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/st/update'
installing default update libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/st/update'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/string'
installing default string libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/string'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/struct'
installing default struct libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/struct'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/symbol'
installing default symbol libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/symbol'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/typeddata'
installing default typeddata libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/typeddata'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/wait_for_single_fd'
installing default wait_for_single_fd libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/wait_for_single_fd'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/win32/dln'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/win32/dln'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/win32/fd_setsize'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/-test-/win32/fd_setsize'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal'
installing default bigdecimal libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/continuation'
installing default continuation libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/continuation'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/coverage'
installing default coverage libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/coverage'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/curses'
installing default curses libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/curses'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/date'
installing default date_core libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/date'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dbm'
installing default dbm libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dbm'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest'
installing digest libraries
installing default digest libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble'
installing default bubblebabble libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5'
installing default md5 libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160'
installing default rmd160 libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1'
installing default sha1 libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2'
installing default sha2 libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl'
installing dl libraries
installing default dl libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback'
installing default callback libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/dl/win32'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/etc'
installing default etc libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/etc'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fcntl'
installing default fcntl libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fcntl'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiber'
installing default fiber libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiber'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiddle'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiddle'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/win32'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/gdbm'
installing default gdbm libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/gdbm'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/console'
installing default console libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/console'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock'
installing default nonblock libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/wait'
installing default wait libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/io/wait'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json'
installing default libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json/generator'
installing default generator libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json/generator'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json/parser'
installing default parser libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/json/parser'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex'
installing default complex libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational'
installing default rational libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/nkf'
installing default nkf libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/nkf'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/objspace'
installing default objspace libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/objspace'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/openssl'
installing default openssl libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/openssl'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/pathname'
installing default pathname libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/pathname'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/psych'
installing default psych libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/psych'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/pty'
installing default pty libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/pty'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse'
installing default cparse libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/readline'
installing default readline libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/readline'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/ripper'
installing default ripper libraries
checking ../.././parse.y and ../.././ext/ripper/eventids2.c
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/ripper'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/sdbm'
installing default sdbm libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/sdbm'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/socket'
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/socket'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/stringio'
installing default stringio libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/stringio'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/strscan'
installing default strscan libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/strscan'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/syslog'
installing default syslog libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/syslog'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/tk'
installing tcltklib libraries
installing default tcltklib libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/tk'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil'
installing default tkutil libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/win32ole'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/win32ole'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598/ext/zlib'
installing default zlib libraries
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598/ext/zlib'
make[2]: Entering directory `/root/work/mazgi/ruby-2.0.0-p598'
linking ruby
make[2]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
make[1]: Leaving directory `/root/work/mazgi/ruby-2.0.0-p598'
Generating RDoc documentation
Parsing sources...
100% [ 1/ 1]  prelude.c                                                         

Generating RI format into /root/work/mazgi/ruby-2.0.0-p598/.ext/rdoc...

Files:      1

Classes:    0 (0 undocumented)
Modules:    0 (0 undocumented)
Constants:  0 (0 undocumented)
Attributes: 0 (0 undocumented)
Methods:    0 (0 undocumented)

Total:      0 (0 undocumented)
  0.00% documented

Elapsed: 0.1s
generating Doxyfile
Doxyfile updated
generating capi
Searching for include files...
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598
Version of /root/work/mazgi/ruby-2.0.0-p598/addr2line.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/addr2line.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/array.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bcc32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark/other-lang
Version of /root/work/mazgi/ruby-2.0.0-p598/bignum.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bin
Version of /root/work/mazgi/ruby-2.0.0-p598/class.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/compar.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/compile.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/complex.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/constant.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/cont.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/cygwin
Version of /root/work/mazgi/ruby-2.0.0-p598/debug.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/defs
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/id.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/known_errors.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/opt_insn_unif.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/opt_operand.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dir.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln_find.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmydln.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyencoding.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyext.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyversion.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/encoding.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/enum.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/enumerator.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/error.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_error.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_intern.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_jump.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/-test-
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/continuation
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/continuation/continuation.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/coverage
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/coverage/coverage.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/curses
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/curses/curses.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/date
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_core.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_parse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strftime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strptime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_tmx.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dbm/dbm.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble/bubblebabble.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/defs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-0.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-3.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-4.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-5.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-6.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-7.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback-8.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback/callback.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cfunc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cptr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/handle.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/etc
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/etc/etc.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl/fcntl.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiber
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiber/fiber.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/handle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/pointer.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm/gdbm.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/console
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/console/console.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock/nonblock.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait/wait.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer/fbuffer.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex/complex.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational/rational.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/objspace
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/objspace/objspace.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/openssl
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dh.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dsa.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_ec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_rsa.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl_session.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509attr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509cert.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509crl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509ext.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509name.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509req.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509revoked.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509store.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ruby_missing.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pathname
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/pathname/pathname.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/api.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/dumper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/emitter.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/loader.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/reader.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/scanner.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/writer.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml_private.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pty
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/pty/pty.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse/cparse.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/readline
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/readline/readline.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2table.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/tools
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/_sdbm.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/sdbm.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/socket
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/addrinfo.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ancdata.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/basicsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constants.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getaddrinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getnameinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ipsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/option.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/raddrinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/rubysocket.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/socket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockport.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockssocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpserver.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/udpsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixserver.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixsocket.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/stringio
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/stringio/stringio.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/strscan
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/strscan/strscan.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syck
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syslog
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/syslog/syslog.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tcltklib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/scripts
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/bwidget
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/ICONS
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tcllib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page1
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page3
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page4
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkimg
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tktable
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl/pics
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/vu
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tcltklib.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil/tkutil.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/sample
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/win32ole.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/zlib
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/zlib/zlib.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/file.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/gc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/gc.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/goruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/hash.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/id.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/id.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/classext.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubyio.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubysig.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/debug.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/io.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/re.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/regex.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/subst.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/thread.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/vm.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/win32.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/inits.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/internal.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/io.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/iseq.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/iseq.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/lex.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/load.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/main.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/man
Version of /root/work/mazgi/ruby-2.0.0-p598/marshal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/math.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/method.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/misc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/missing
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/acosh.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/alloca.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/cbrt.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/close.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/crt_externs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/crypt.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/dup2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/erf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/ffs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/file.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/fileblocks.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/finite.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/flock.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/hypot.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/isinf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/isnan.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/langinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/lgamma_r.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/memcmp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/memmove.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/os2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/setproctitle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/signbit.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strchr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strerror.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strlcat.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strlcpy.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strstr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strtol.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/tgamma.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/nacl
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/dirent.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/ioctl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/resource.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/select.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/signal.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/stat.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/unistd.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/utime.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/newline.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/node.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/node.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/numeric.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/object.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/pack.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.y : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/probes.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/probes_helper.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/proc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/process.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/random.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/range.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/rational.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/re.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regcomp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regenc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regenc.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regerror.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regexec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regint.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regparse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regparse.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regsyntax.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/revision.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ruby_atomic.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/safe.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/drb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/logger
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/openssl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/optparse
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/pty
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc/markup
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/ripper
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rss
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/testunit
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/webrick
Version of /root/work/mazgi/ruby-2.0.0-p598/signal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/siphash.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/siphash.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/sparc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/sprintf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/st.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/strftime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/string.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/struct.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/symbian
Version of /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-aeabi.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-pips.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/template
Version of /root/work/mazgi/ruby-2.0.0-p598/thread.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_win32.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_win32.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/time.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/timev.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/tool
Version of /root/work/mazgi/ruby-2.0.0-p598/transcode.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/transcode_data.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/util.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/variable.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/verconf.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/version.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_backtrace.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_core.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_debug.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_dump.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_eval.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_exec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_exec.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_method.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_opts.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_trace.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vsnprintf.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/win32
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/dir.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/file.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/stub.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/win32.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/winmain.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/classext.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubyio.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubysig.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/debug.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/io.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/re.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/regex.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/subst.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/thread.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/vm.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/win32.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby.h : (null)
Searching for example files...
Searching for images...
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/doc/images
Version of /root/work/mazgi/ruby-2.0.0-p598/doc/images/boottime-classes.png : (null)
Searching for dot files...
Searching for files to exclude
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback
Searching for files to process...
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598
Version of /root/work/mazgi/ruby-2.0.0-p598/addr2line.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/addr2line.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/array.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bcc32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark/other-lang
Version of /root/work/mazgi/ruby-2.0.0-p598/bignum.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bin
Version of /root/work/mazgi/ruby-2.0.0-p598/class.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/compar.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/compile.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/complex.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/constant.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/cont.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/cygwin
Version of /root/work/mazgi/ruby-2.0.0-p598/debug.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/defs
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/id.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/known_errors.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/opt_insn_unif.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/defs/opt_operand.def : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dir.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dln_find.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmydln.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyencoding.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyext.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/dmyversion.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/encoding.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/enum.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/enumerator.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/error.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_error.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_intern.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/eval_jump.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/-test-
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/continuation
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/continuation/continuation.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/coverage
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/coverage/coverage.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/curses
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/curses/curses.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/date
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_core.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_parse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strftime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strptime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_tmx.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dbm/dbm.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble/bubblebabble.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/defs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cfunc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cptr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/dl/handle.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/etc
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/etc/etc.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl/fcntl.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiber
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiber/fiber.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/handle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/pointer.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm/gdbm.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/console
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/console/console.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock/nonblock.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait/wait.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer/fbuffer.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex/complex.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational/rational.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/objspace
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/objspace/objspace.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/openssl
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dh.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dsa.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_ec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_rsa.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl_session.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509attr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509cert.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509crl.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509ext.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509name.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509req.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509revoked.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509store.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ruby_missing.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pathname
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/pathname/pathname.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/api.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/config.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/dumper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/emitter.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/loader.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/parser.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/reader.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/scanner.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/writer.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml_private.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pty
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/pty/pty.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse/cparse.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/readline
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/readline/readline.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids1.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2table.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/tools
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/_sdbm.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/sdbm.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/socket
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/addrinfo.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ancdata.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/basicsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constants.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getaddrinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getnameinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/init.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ipsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/option.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/raddrinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/rubysocket.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/socket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockport.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockssocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpserver.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/udpsocket.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixserver.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixsocket.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/stringio
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/stringio/stringio.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/strscan
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/strscan/strscan.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syck
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syslog
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/syslog/syslog.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tcltklib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/scripts
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/bwidget
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/ICONS
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tcllib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page1
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page3
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page4
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkimg
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tktable
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl/pics
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/vu
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tcltklib.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil/tkutil.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/sample
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/win32ole.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/zlib
Version of /root/work/mazgi/ruby-2.0.0-p598/ext/zlib/zlib.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/file.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/gc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/gc.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/goruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/hash.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/id.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/id.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/classext.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubyio.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubysig.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/debug.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/io.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/re.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/regex.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/st.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/subst.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/thread.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/util.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/vm.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby/win32.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/include/ruby.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/inits.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/internal.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/io.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/iseq.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/iseq.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/lex.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/load.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/main.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/man
Version of /root/work/mazgi/ruby-2.0.0-p598/marshal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/math.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/method.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/misc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/missing
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/acosh.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/alloca.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/cbrt.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/close.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/crt_externs.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/crypt.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/dup2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/erf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/ffs.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/file.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/fileblocks.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/finite.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/flock.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/hypot.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/isinf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/isnan.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/langinfo.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/lgamma_r.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/memcmp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/memmove.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/os2.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/setproctitle.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/signbit.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strchr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strerror.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strlcat.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strlcpy.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strstr.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/strtol.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/missing/tgamma.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/nacl
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/dirent.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/ioctl.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/resource.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/select.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/signal.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/stat.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/unistd.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/nacl/utime.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/newline.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/node.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/node.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/numeric.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/object.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/pack.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/parse.y : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/probes.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/probes_helper.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/proc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/process.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/random.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/range.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/rational.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/re.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regcomp.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regenc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regenc.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regerror.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regexec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regint.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regparse.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regparse.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/regsyntax.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/revision.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ruby.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/ruby_atomic.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/safe.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/drb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/logger
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/openssl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/optparse
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/pty
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc/markup
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/ripper
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rss
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/testunit
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/webrick
Version of /root/work/mazgi/ruby-2.0.0-p598/signal.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/siphash.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/siphash.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/sparc.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/sprintf.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/st.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/strftime.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/string.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/struct.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/symbian
Version of /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-aeabi.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-pips.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/template
Version of /root/work/mazgi/ruby-2.0.0-p598/thread.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_win32.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/thread_win32.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/time.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/timev.h : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/tool
Version of /root/work/mazgi/ruby-2.0.0-p598/transcode.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/transcode_data.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/util.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/variable.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/verconf.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/version.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/version.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_backtrace.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_core.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_debug.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_dump.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_eval.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_exec.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_exec.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_method.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_opts.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vm_trace.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/vsnprintf.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/win32
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/dir.h : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/file.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/stub.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/win32.c : (null)
Version of /root/work/mazgi/ruby-2.0.0-p598/win32/winmain.c : (null)
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bcc32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/benchmark/other-lang
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/bin
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/cygwin
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/defs
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/-test-
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/continuation
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/coverage
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/curses
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/date
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dbm
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/callback
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/dl/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/etc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiber
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/win32
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/console
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/ext
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/objspace
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/openssl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pathname
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/pty
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/readline
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/tools
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/socket
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/stringio
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/strscan
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syck
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/syslog
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-en/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/demos-jp/doc.org
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_rb2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/msgs_tk
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tcltklib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/blt/scripts
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/bwidget
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/ICONS
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/iwidgets/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tcllib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/blue/blue
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/keramik/keramik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/kroc/kroc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tile/themes/plastik/plastik
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page1
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page2
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page3
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkHTML/page4
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tkimg
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/tktable
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/treectrl/pics
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/sample/tkextlib/vu
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/ext/zlib
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/man
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/misc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/missing
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/nacl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/drb
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/logger
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/openssl
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/optparse
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/pty
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rdoc/markup
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/ripper
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/rss
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/testunit
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/sample/webrick
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/symbian
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/template
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/tool
Searching for files in directory /root/work/mazgi/ruby-2.0.0-p598/win32
Reading and parsing tag files
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/addr2line.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/addr2line.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/addr2line.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/addr2line.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/array.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/array.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/bignum.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/bignum.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/class.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/class.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/compar.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/compar.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/compile.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/compile.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/complex.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/complex.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/constant.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/constant.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/cont.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/cont.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/debug.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/debug.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/defs/id.def...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/defs/id.def...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/defs/known_errors.def...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/defs/known_errors.def...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/defs/opt_insn_unif.def...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/defs/opt_insn_unif.def...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/defs/opt_operand.def...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/defs/opt_operand.def...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dir.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dir.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dln.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dln.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dln.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dln.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dln_find.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dln_find.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dmydln.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dmydln.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dmyencoding.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dmyencoding.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dmyext.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dmyext.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/dmyversion.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/dmyversion.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/encoding.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/encoding.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/enum.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/enum.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/enumerator.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/enumerator.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/error.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/error.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/eval.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/eval.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/eval_error.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/eval_error.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/eval_intern.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/eval_intern.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/eval_jump.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/eval_jump.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/bigdecimal/bigdecimal.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/continuation/continuation.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/continuation/continuation.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/coverage/coverage.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/coverage/coverage.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/curses/curses.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/curses/curses.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_core.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_core.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_parse.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_parse.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strftime.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strftime.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strptime.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_strptime.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_tmx.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/date/date_tmx.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dbm/dbm.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dbm/dbm.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble/bubblebabble.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/bubblebabble/bubblebabble.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/defs.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/defs.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/digest.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/md5/md5ossl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/rmd160/rmd160ossl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha1/sha1ossl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/digest/sha2/sha2ossl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cfunc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cfunc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cptr.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dl/cptr.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dl/dl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/dl/handle.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/dl/handle.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/etc/etc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/etc/etc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl/fcntl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fcntl/fcntl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiber/fiber.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiber/fiber.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/closure.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/conversions.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/fiddle.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/function.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/handle.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/handle.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/pointer.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/fiddle/pointer.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm/gdbm.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/gdbm/gdbm.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/io/console/console.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/io/console/console.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock/nonblock.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/io/nonblock/nonblock.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait/wait.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/io/wait/wait.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer/fbuffer.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/json/fbuffer/fbuffer.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/json/generator/generator.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/json/parser/parser.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex/complex.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/complex/complex.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational/rational.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/mathn/rational/rational.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/config.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/config.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/nkf.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf-utf8/utf8tbl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/nkf/nkf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/objspace/objspace.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/objspace/objspace.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/openssl_missing.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_asn1.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bio.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_bn.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_cipher.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_config.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_digest.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_engine.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_hmac.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ns_spki.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ocsp.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs12.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs5.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkcs7.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dh.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dh.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dsa.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_dsa.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_ec.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_ec.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_rsa.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_pkey_rsa.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_rand.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl_session.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_ssl_session.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_version.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_version.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509attr.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509attr.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509cert.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509cert.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509crl.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509crl.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509ext.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509ext.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509name.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509name.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509req.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509req.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509revoked.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509revoked.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509store.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ossl_x509store.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ruby_missing.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/openssl/ruby_missing.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/pathname/pathname.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/pathname/pathname.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_emitter.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_parser.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_to_ruby.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/psych_yaml_tree.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/api.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/api.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/config.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/config.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/dumper.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/dumper.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/emitter.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/emitter.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/loader.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/loader.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/parser.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/parser.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/reader.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/reader.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/scanner.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/scanner.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/writer.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/writer.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml_private.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/psych/yaml/yaml_private.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/pty/pty.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/pty/pty.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse/cparse.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/racc/cparse/cparse.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/readline/readline.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/readline/readline.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids1.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids1.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2table.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/eventids2table.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y...
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h:24: Warning: include file ruby/config.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h:53: Warning: include file strings.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h:67: Warning: include file stdarg.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h:68: Warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h:20: Warning: include file ruby/config.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h:27: Warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h:21: Warning: include file ruby/config.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h:22: Warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h:23: Warning: include file math.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h:32: Warning: include file varargs.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h:22: Warning: include file stdarg.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h:105: Warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h:105: Warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y:29: Warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y:30: Warning: include file errno.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y:31: Warning: include file ctype.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/probes.h:9: Warning: include file sys/sdt.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/ripper/ripper.y...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/_sdbm.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/_sdbm.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/sdbm.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/sdbm/sdbm.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/addrinfo.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/addrinfo.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ancdata.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ancdata.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/basicsocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/basicsocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constants.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constants.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/constdefs.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getaddrinfo.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getaddrinfo.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getnameinfo.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/getnameinfo.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/init.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/init.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ipsocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/ipsocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/option.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/option.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/raddrinfo.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/raddrinfo.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/rubysocket.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/rubysocket.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/socket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/socket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockport.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockport.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockssocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/sockssocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpserver.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpserver.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpsocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/tcpsocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/udpsocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/udpsocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixserver.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixserver.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixsocket.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/socket/unixsocket.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/stringio/stringio.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/stringio/stringio.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/strscan/strscan.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/strscan/strscan.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/syslog/syslog.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/syslog/syslog.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/tk/stubs.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tcltklib.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tcltklib.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil/tkutil.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/tk/tkutil/tkutil.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/win32ole.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/win32ole/win32ole.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ext/zlib/zlib.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ext/zlib/zlib.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/file.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/file.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/gc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/gc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/gc.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/gc.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/goruby.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/goruby.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/hash.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/hash.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/id.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/id.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/id.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/id.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/classext.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/classext.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubyio.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubyio.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubysig.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/rubysig.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/st.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/st.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/util.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/backward/util.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/debug.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/debug.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/defines.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/encoding.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/intern.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/io.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/io.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/missing.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/re.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/re.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/regex.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/regex.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/ruby.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/st.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/st.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/subst.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/subst.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/thread.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/thread.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/util.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/util.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/version.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/version.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/vm.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/vm.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby/win32.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby/win32.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/include/ruby.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/include/ruby.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/inits.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/inits.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/internal.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/internal.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/io.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/io.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/iseq.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/iseq.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/iseq.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/iseq.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/lex.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/lex.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/load.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/load.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/main.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/main.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/marshal.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/marshal.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/math.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/math.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/method.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/method.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/acosh.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/acosh.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/alloca.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/alloca.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/cbrt.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/cbrt.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/close.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/close.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/crt_externs.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/crt_externs.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/crypt.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/crypt.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/dup2.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/dup2.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/erf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/erf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/ffs.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/ffs.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/file.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/file.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/fileblocks.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/fileblocks.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/finite.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/finite.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/flock.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/flock.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/hypot.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/hypot.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/isinf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/isinf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/isnan.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/isnan.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/langinfo.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/langinfo.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/lgamma_r.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/lgamma_r.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/memcmp.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/memcmp.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/memmove.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/memmove.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/os2.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/os2.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/setproctitle.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/setproctitle.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/signbit.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/signbit.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strchr.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strchr.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strerror.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strerror.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strlcat.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strlcat.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strlcpy.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strlcpy.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strstr.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strstr.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/strtol.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/strtol.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/missing/tgamma.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/missing/tgamma.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/dirent.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/dirent.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/ioctl.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/ioctl.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/resource.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/resource.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/select.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/select.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/signal.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/signal.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/stat.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/stat.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/unistd.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/unistd.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/nacl/utime.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/nacl/utime.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/newline.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/newline.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/node.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/node.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/node.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/node.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/numeric.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/numeric.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/object.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/object.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/pack.c...
/root/work/mazgi/ruby-2.0.0-p598/pack.c:85: Problem during constant expression evaluation: syntax error
Parsing file /root/work/mazgi/ruby-2.0.0-p598/pack.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/parse.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/parse.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/parse.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/parse.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/parse.y...
/root/work/mazgi/ruby-2.0.0-p598/include/ruby/oniguruma.h:105: Warning: include file stddef.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/parse.y:29: Warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/parse.y:30: Warning: include file errno.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/parse.y:31: Warning: include file ctype.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
/root/work/mazgi/ruby-2.0.0-p598/probes.h:9: Warning: include file sys/sdt.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?
Parsing file /root/work/mazgi/ruby-2.0.0-p598/parse.y...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/probes.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/probes.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/probes_helper.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/probes_helper.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/proc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/proc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/process.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/process.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/random.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/random.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/range.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/range.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/rational.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/rational.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/re.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/re.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regcomp.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regcomp.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regenc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regenc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regenc.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regenc.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regerror.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regerror.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regexec.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regexec.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regint.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regint.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regparse.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regparse.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regparse.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regparse.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/regsyntax.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/regsyntax.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/revision.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/revision.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ruby.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ruby.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/ruby_atomic.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/ruby_atomic.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/safe.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/safe.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/signal.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/signal.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/siphash.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/siphash.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/siphash.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/siphash.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/sparc.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/sparc.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/sprintf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/sprintf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/st.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/st.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/strftime.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/strftime.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/string.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/string.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/struct.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/struct.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-aeabi.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-aeabi.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-pips.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/symbian/missing-pips.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/thread.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/thread.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/thread_pthread.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/thread_win32.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/thread_win32.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/thread_win32.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/thread_win32.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/time.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/time.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/timev.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/timev.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/transcode.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/transcode.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/transcode_data.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/transcode_data.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/util.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/util.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/variable.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/variable.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/verconf.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/verconf.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/version.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/version.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/version.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/version.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_backtrace.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_backtrace.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_core.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_core.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_debug.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_debug.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_dump.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_dump.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_eval.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_eval.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_exec.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_exec.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_exec.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_exec.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_insnhelper.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_method.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_method.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_opts.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_opts.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vm_trace.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vm_trace.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/vsnprintf.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/vsnprintf.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/win32/dir.h...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/win32/dir.h...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/win32/file.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/win32/file.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/win32/stub.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/win32/stub.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/win32/win32.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/win32/win32.c...
Preprocessing /root/work/mazgi/ruby-2.0.0-p598/win32/winmain.c...
Parsing file /root/work/mazgi/ruby-2.0.0-p598/win32/winmain.c...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Combining using relations...
Adding members to index pages...
Generating style sheet...
Generating index page...
Generating page index...
Generating example documentation...
Generating file sources...
Generating code for file addr2line.c...
Generating code for file addr2line.h...
Generating code for file array.c...
Generating code for file bignum.c...
Generating code for file class.c...
Generating code for file compar.c...
Generating code for file compile.c...
Generating code for file complex.c...
Generating code for file ext/mathn/complex/complex.c...
Generating code for file constant.h...
Generating code for file cont.c...
Generating code for file debug.c...
Generating code for file defs/id.def...
Generating code for file defs/known_errors.def...
Generating code for file defs/opt_insn_unif.def...
Generating code for file defs/opt_operand.def...
Generating code for file dir.c...
Generating code for file dln.c...
Generating code for file dln.h...
Generating code for file dln_find.c...
Generating code for file dmydln.c...
Generating code for file dmyencoding.c...
Generating code for file dmyext.c...
Generating code for file dmyversion.c...
Generating code for file encoding.c...
Generating code for file enum.c...
Generating code for file enumerator.c...
Generating code for file error.c...
Generating code for file eval.c...
Generating code for file eval_error.c...
Generating code for file eval_intern.h...
Generating code for file eval_jump.c...
Generating code for file ext/bigdecimal/bigdecimal.c...
Generating code for file ext/bigdecimal/bigdecimal.h...
Generating code for file ext/continuation/continuation.c...
Generating code for file ext/coverage/coverage.c...
Generating code for file ext/curses/curses.c...
Generating code for file ext/date/date_core.c...
Generating code for file ext/date/date_parse.c...
Generating code for file ext/date/date_strftime.c...
Generating code for file ext/date/date_strptime.c...
Generating code for file ext/date/date_tmx.h...
Generating code for file ext/dbm/dbm.c...
Generating code for file ext/digest/bubblebabble/bubblebabble.c...
Generating code for file ext/digest/defs.h...
Generating code for file ext/digest/digest.c...
Generating code for file ext/digest/digest.h...
Generating code for file ext/digest/md5/md5.c...
Generating code for file ext/digest/md5/md5.h...
Generating code for file ext/digest/md5/md5init.c...
Generating code for file ext/digest/md5/md5ossl.c...
Generating code for file ext/digest/md5/md5ossl.h...
Generating code for file ext/digest/rmd160/rmd160.c...
Generating code for file ext/digest/rmd160/rmd160.h...
Generating code for file ext/digest/rmd160/rmd160init.c...
Generating code for file ext/digest/rmd160/rmd160ossl.c...
Generating code for file ext/digest/rmd160/rmd160ossl.h...
Generating code for file ext/digest/sha1/sha1.c...
Generating code for file ext/digest/sha1/sha1.h...
Generating code for file ext/digest/sha1/sha1init.c...
Generating code for file ext/digest/sha1/sha1ossl.c...
Generating code for file ext/digest/sha1/sha1ossl.h...
Generating code for file ext/digest/sha2/sha2.c...
Generating code for file ext/digest/sha2/sha2.h...
Generating code for file ext/digest/sha2/sha2init.c...
Generating code for file ext/digest/sha2/sha2ossl.c...
Generating code for file ext/digest/sha2/sha2ossl.h...
Generating code for file ext/dl/cfunc.c...
Generating code for file ext/dl/cptr.c...
Generating code for file ext/dl/dl.c...
Generating code for file ext/dl/dl.h...
Generating code for file ext/dl/handle.c...
Generating code for file ext/fiddle/handle.c...
Generating code for file ext/etc/etc.c...
Generating code for file ext/fcntl/fcntl.c...
Generating code for file ext/fiber/fiber.c...
Generating code for file ext/fiddle/closure.c...
Generating code for file ext/fiddle/closure.h...
Generating code for file ext/fiddle/conversions.c...
Generating code for file ext/fiddle/conversions.h...
Generating code for file ext/fiddle/fiddle.c...
Generating code for file ext/fiddle/fiddle.h...
Generating code for file ext/fiddle/function.c...
Generating code for file ext/fiddle/function.h...
Generating code for file ext/fiddle/pointer.c...
Generating code for file ext/gdbm/gdbm.c...
Generating code for file ext/io/console/console.c...
Generating code for file ext/io/nonblock/nonblock.c...
Generating code for file ext/io/wait/wait.c...
Generating code for file ext/json/fbuffer/fbuffer.h...
Generating code for file ext/json/generator/generator.c...
Generating code for file ext/json/generator/generator.h...
Generating code for file ext/json/parser/parser.c...
Generating code for file ext/psych/yaml/parser.c...
Generating code for file ext/json/parser/parser.h...
Generating code for file ext/mathn/rational/rational.c...
Generating code for file rational.c...
Generating code for file ext/nkf/nkf-utf8/config.h...
Generating code for file ext/psych/yaml/config.h...
Generating code for file ext/nkf/nkf-utf8/nkf.c...
Generating code for file ext/nkf/nkf.c...
Generating code for file ext/nkf/nkf-utf8/nkf.h...
Generating code for file ext/nkf/nkf-utf8/utf8tbl.c...
Generating code for file ext/nkf/nkf-utf8/utf8tbl.h...
Generating code for file ext/objspace/objspace.c...
Generating code for file ext/openssl/openssl_missing.c...
Generating code for file ext/openssl/openssl_missing.h...
Generating code for file ext/openssl/ossl.c...
Generating code for file ext/openssl/ossl.h...
Generating code for file ext/openssl/ossl_asn1.c...
Generating code for file ext/openssl/ossl_asn1.h...
Generating code for file ext/openssl/ossl_bio.c...
Generating code for file ext/openssl/ossl_bio.h...
Generating code for file ext/openssl/ossl_bn.c...
Generating code for file ext/openssl/ossl_bn.h...
Generating code for file ext/openssl/ossl_cipher.c...
Generating code for file ext/openssl/ossl_cipher.h...
Generating code for file ext/openssl/ossl_config.c...
Generating code for file ext/openssl/ossl_config.h...
Generating code for file ext/openssl/ossl_digest.c...
Generating code for file ext/openssl/ossl_digest.h...
Generating code for file ext/openssl/ossl_engine.c...
Generating code for file ext/openssl/ossl_engine.h...
Generating code for file ext/openssl/ossl_hmac.c...
Generating code for file ext/openssl/ossl_hmac.h...
Generating code for file ext/openssl/ossl_ns_spki.c...
Generating code for file ext/openssl/ossl_ns_spki.h...
Generating code for file ext/openssl/ossl_ocsp.c...
Generating code for file ext/openssl/ossl_ocsp.h...
Generating code for file ext/openssl/ossl_pkcs12.c...
Generating code for file ext/openssl/ossl_pkcs12.h...
Generating code for file ext/openssl/ossl_pkcs5.c...
Generating code for file ext/openssl/ossl_pkcs5.h...
Generating code for file ext/openssl/ossl_pkcs7.c...
Generating code for file ext/openssl/ossl_pkcs7.h...
Generating code for file ext/openssl/ossl_pkey.c...
Generating code for file ext/openssl/ossl_pkey.h...
Generating code for file ext/openssl/ossl_pkey_dh.c...
Generating code for file ext/openssl/ossl_pkey_dsa.c...
Generating code for file ext/openssl/ossl_pkey_ec.c...
Generating code for file ext/openssl/ossl_pkey_rsa.c...
Generating code for file ext/openssl/ossl_rand.c...
Generating code for file ext/openssl/ossl_rand.h...
Generating code for file ext/openssl/ossl_ssl.c...
Generating code for file ext/openssl/ossl_ssl.h...
Generating code for file ext/openssl/ossl_ssl_session.c...
Generating code for file ext/openssl/ossl_version.h...
Generating code for file ext/openssl/ossl_x509.c...
Generating code for file ext/openssl/ossl_x509.h...
Generating code for file ext/openssl/ossl_x509attr.c...
Generating code for file ext/openssl/ossl_x509cert.c...
Generating code for file ext/openssl/ossl_x509crl.c...
Generating code for file ext/openssl/ossl_x509ext.c...
Generating code for file ext/openssl/ossl_x509name.c...
Generating code for file ext/openssl/ossl_x509req.c...
Generating code for file ext/openssl/ossl_x509revoked.c...
Generating code for file ext/openssl/ossl_x509store.c...
Generating code for file ext/openssl/ruby_missing.h...
Generating code for file ext/pathname/pathname.c...
Generating code for file ext/psych/psych.c...
Generating code for file ext/psych/psych.h...
Generating code for file ext/psych/psych_emitter.c...
Generating code for file ext/psych/psych_emitter.h...
Generating code for file ext/psych/psych_parser.c...
Generating code for file ext/psych/psych_parser.h...
Generating code for file ext/psych/psych_to_ruby.c...
Generating code for file ext/psych/psych_to_ruby.h...
Generating code for file ext/psych/psych_yaml_tree.c...
Generating code for file ext/psych/psych_yaml_tree.h...
Generating code for file ext/psych/yaml/api.c...
Generating code for file ext/psych/yaml/dumper.c...
Generating code for file ext/psych/yaml/emitter.c...
Generating code for file ext/psych/yaml/loader.c...
Generating code for file ext/psych/yaml/reader.c...
Generating code for file ext/psych/yaml/scanner.c...
Generating code for file ext/psych/yaml/writer.c...
Generating code for file ext/psych/yaml/yaml.h...
Generating code for file ext/psych/yaml/yaml_private.h...
Generating code for file ext/pty/pty.c...
Generating code for file ext/racc/cparse/cparse.c...
Generating code for file ext/readline/readline.c...
Generating code for file ext/ripper/eventids1.c...
Generating code for file ext/ripper/eventids2.c...
Generating code for file ext/ripper/eventids2table.c...
Generating code for file ext/ripper/ripper.c...
Generating code for file ext/ripper/ripper.y...
Generating code for file ext/sdbm/_sdbm.c...
Generating code for file ext/sdbm/init.c...
Generating code for file ext/socket/init.c...
Generating code for file ext/sdbm/sdbm.h...
Generating code for file ext/socket/addrinfo.h...
Generating code for file ext/socket/ancdata.c...
Generating code for file ext/socket/basicsocket.c...
Generating code for file ext/socket/constants.c...
Generating code for file ext/socket/constdefs.c...
Generating code for file ext/socket/constdefs.h...
Generating code for file ext/socket/getaddrinfo.c...
Generating code for file ext/socket/getnameinfo.c...
Generating code for file ext/socket/ipsocket.c...
Generating code for file ext/socket/option.c...
Generating code for file ext/socket/raddrinfo.c...
Generating code for file ext/socket/rubysocket.h...
Generating code for file ext/socket/socket.c...
Generating code for file ext/socket/sockport.h...
Generating code for file ext/socket/sockssocket.c...
Generating code for file ext/socket/tcpserver.c...
Generating code for file ext/socket/tcpsocket.c...
Generating code for file ext/socket/udpsocket.c...
Generating code for file ext/socket/unixserver.c...
Generating code for file ext/socket/unixsocket.c...
Generating code for file ext/stringio/stringio.c...
Generating code for file ext/strscan/strscan.c...
Generating code for file ext/syslog/syslog.c...
Generating code for file ext/tk/stubs.c...
Generating code for file ext/tk/stubs.h...
Generating code for file ext/tk/tcltklib.c...
Generating code for file ext/tk/tkutil/tkutil.c...
Generating code for file ext/win32ole/win32ole.c...
Generating code for file ext/zlib/zlib.c...
Generating code for file file.c...
Generating code for file win32/file.c...
Generating code for file gc.c...
Generating code for file gc.h...
Generating code for file goruby.c...
Generating code for file hash.c...
Generating code for file id.c...
Generating code for file id.h...
Generating code for file include/ruby/backward/classext.h...
Generating code for file include/ruby/backward/rubyio.h...
Generating code for file include/ruby/backward/rubysig.h...
Generating code for file include/ruby/backward/st.h...
Generating code for file include/ruby/st.h...
Generating code for file include/ruby/backward/util.h...
Generating code for file include/ruby/util.h...
Generating code for file include/ruby/debug.h...
Generating code for file include/ruby/defines.h...
Generating code for file include/ruby/encoding.h...
Generating code for file include/ruby/intern.h...
Generating code for file include/ruby/io.h...
Generating code for file include/ruby/missing.h...
Generating code for file include/ruby/oniguruma.h...
Generating code for file include/ruby/re.h...
Generating code for file include/ruby/regex.h...
Generating code for file include/ruby/ruby.h...
Generating code for file include/ruby.h...
Generating code for file include/ruby/subst.h...
Generating code for file include/ruby/thread.h...
Generating code for file include/ruby/version.h...
Generating code for file version.h...
Generating code for file include/ruby/vm.h...
Generating code for file include/ruby/win32.h...
Generating code for file inits.c...
Generating code for file internal.h...
Generating code for file io.c...
Generating code for file iseq.c...
Generating code for file iseq.h...
Generating code for file lex.c...
Generating code for file load.c...
Generating code for file main.c...
Generating code for file marshal.c...
Generating code for file math.c...
Generating code for file method.h...
Generating code for file missing/acosh.c...
Generating code for file missing/alloca.c...
Generating code for file missing/cbrt.c...
Generating code for file missing/close.c...
Generating code for file missing/crt_externs.h...
Generating code for file missing/crypt.c...
Generating code for file missing/dup2.c...
Generating code for file missing/erf.c...
Generating code for file missing/ffs.c...
Generating code for file missing/file.h...
Generating code for file missing/fileblocks.c...
Generating code for file missing/finite.c...
Generating code for file missing/flock.c...
Generating code for file missing/hypot.c...
Generating code for file missing/isinf.c...
Generating code for file missing/isnan.c...
Generating code for file missing/langinfo.c...
Generating code for file missing/lgamma_r.c...
Generating code for file missing/memcmp.c...
Generating code for file missing/memmove.c...
Generating code for file missing/os2.c...
Generating code for file missing/setproctitle.c...
Generating code for file missing/signbit.c...
Generating code for file missing/strchr.c...
Generating code for file missing/strerror.c...
Generating code for file missing/strlcat.c...
Generating code for file missing/strlcpy.c...
Generating code for file missing/strstr.c...
Generating code for file missing/strtol.c...
Generating code for file missing/tgamma.c...
Generating code for file nacl/dirent.h...
Generating code for file nacl/ioctl.h...
Generating code for file nacl/pepper_main.c...
Generating code for file nacl/resource.h...
Generating code for file nacl/select.h...
Generating code for file nacl/signal.h...
Generating code for file nacl/stat.h...
Generating code for file nacl/unistd.h...
Generating code for file nacl/utime.h...
Generating code for file newline.c...
Generating code for file node.c...
Generating code for file node.h...
Generating code for file numeric.c...
Generating code for file object.c...
Generating code for file pack.c...
Generating code for file parse.c...
Generating code for file parse.h...
Generating code for file parse.y...
Generating code for file probes.h...
Generating code for file probes_helper.h...
Generating code for file proc.c...
Generating code for file process.c...
Generating code for file random.c...
Generating code for file range.c...
Generating code for file re.c...
Generating code for file regcomp.c...
Generating code for file regenc.c...
Generating code for file regenc.h...
Generating code for file regerror.c...
Generating code for file regexec.c...
Generating code for file regint.h...
Generating code for file regparse.c...
Generating code for file regparse.h...
Generating code for file regsyntax.c...
Generating code for file revision.h...
Generating code for file ruby.c...
Generating code for file ruby_atomic.h...
Generating code for file safe.c...
Generating code for file signal.c...
Generating code for file siphash.c...
Generating code for file siphash.h...
Generating code for file sparc.c...
Generating code for file sprintf.c...
Generating code for file st.c...
Generating code for file strftime.c...
Generating code for file string.c...
Generating code for file struct.c...
Generating code for file symbian/missing-aeabi.c...
Generating code for file symbian/missing-pips.c...
Generating code for file thread.c...
Generating code for file thread_pthread.c...
Generating code for file thread_pthread.h...
Generating code for file thread_win32.c...
Generating code for file thread_win32.h...
Generating code for file time.c...
Generating code for file timev.h...
Generating code for file transcode.c...
Generating code for file transcode_data.h...
Generating code for file util.c...
Generating code for file variable.c...
Generating code for file verconf.h...
Generating code for file version.c...
Generating code for file vm.c...
Generating code for file vm_backtrace.c...
Generating code for file vm_core.h...
Generating code for file vm_debug.h...
Generating code for file vm_dump.c...
Generating code for file vm_eval.c...
Generating code for file vm_exec.c...
Generating code for file vm_exec.h...
Generating code for file vm_insnhelper.c...
Generating code for file vm_insnhelper.h...
Generating code for file vm_method.c...
Generating code for file vm_opts.h...
Generating code for file vm_trace.c...
Generating code for file vsnprintf.c...
Generating code for file win32/dir.h...
Generating code for file win32/stub.c...
Generating code for file win32/win32.c...
Generating code for file win32/winmain.c...
Generating file documentation...
Generating docs for file addr2line.c...
Generating docs for file addr2line.h...
Generating docs for file array.c...
Generating docs for file bignum.c...
Generating docs for file class.c...
Generating docs for file compar.c...
Generating docs for file compile.c...
Generating docs for file complex.c...
Generating docs for file ext/mathn/complex/complex.c...
Generating docs for file constant.h...
Generating docs for file cont.c...
Generating docs for file debug.c...
Generating docs for file defs/id.def...
Generating docs for file defs/known_errors.def...
Generating docs for file defs/opt_insn_unif.def...
Generating docs for file defs/opt_operand.def...
Generating docs for file dir.c...
Generating docs for file dln.c...
Generating docs for file dln.h...
Generating docs for file dln_find.c...
Generating docs for file dmydln.c...
Generating docs for file dmyencoding.c...
Generating docs for file dmyext.c...
Generating docs for file dmyversion.c...
Generating docs for file encoding.c...
Generating docs for file enum.c...
Generating docs for file enumerator.c...
Generating docs for file error.c...
Generating docs for file eval.c...
Generating docs for file eval_error.c...
Generating docs for file eval_intern.h...
Generating docs for file eval_jump.c...
Generating docs for file ext/bigdecimal/bigdecimal.c...
Generating docs for file ext/bigdecimal/bigdecimal.h...
Generating docs for file ext/continuation/continuation.c...
Generating docs for file ext/coverage/coverage.c...
Generating docs for file ext/curses/curses.c...
Generating docs for file ext/date/date_core.c...
Generating docs for file ext/date/date_parse.c...
Generating docs for file ext/date/date_strftime.c...
Generating docs for file ext/date/date_strptime.c...
Generating docs for file ext/date/date_tmx.h...
Generating docs for file ext/dbm/dbm.c...
Generating docs for file ext/digest/bubblebabble/bubblebabble.c...
Generating docs for file ext/digest/defs.h...
Generating docs for file ext/digest/digest.c...
Generating docs for file ext/digest/digest.h...
Generating docs for file ext/digest/md5/md5.c...
Generating docs for file ext/digest/md5/md5.h...
Generating docs for file ext/digest/md5/md5init.c...
Generating docs for file ext/digest/md5/md5ossl.c...
Generating docs for file ext/digest/md5/md5ossl.h...
Generating docs for file ext/digest/rmd160/rmd160.c...
Generating docs for file ext/digest/rmd160/rmd160.h...
Generating docs for file ext/digest/rmd160/rmd160init.c...
Generating docs for file ext/digest/rmd160/rmd160ossl.c...
Generating docs for file ext/digest/rmd160/rmd160ossl.h...
Generating docs for file ext/digest/sha1/sha1.c...
Generating docs for file ext/digest/sha1/sha1.h...
Generating docs for file ext/digest/sha1/sha1init.c...
Generating docs for file ext/digest/sha1/sha1ossl.c...
Generating docs for file ext/digest/sha1/sha1ossl.h...
Generating docs for file ext/digest/sha2/sha2.c...
Generating docs for file ext/digest/sha2/sha2.h...
Generating docs for file ext/digest/sha2/sha2init.c...
Generating docs for file ext/digest/sha2/sha2ossl.c...
Generating docs for file ext/digest/sha2/sha2ossl.h...
Generating docs for file ext/dl/cfunc.c...
Generating docs for file ext/dl/cptr.c...
Generating docs for file ext/dl/dl.c...
Generating docs for file ext/dl/dl.h...
Generating docs for file ext/dl/handle.c...
Generating docs for file ext/fiddle/handle.c...
Generating docs for file ext/etc/etc.c...
Generating docs for file ext/fcntl/fcntl.c...
Generating docs for file ext/fiber/fiber.c...
Generating docs for file ext/fiddle/closure.c...
Generating docs for file ext/fiddle/closure.h...
Generating docs for file ext/fiddle/conversions.c...
Generating docs for file ext/fiddle/conversions.h...
Generating docs for file ext/fiddle/fiddle.c...
Generating docs for file ext/fiddle/fiddle.h...
Generating docs for file ext/fiddle/function.c...
Generating docs for file ext/fiddle/function.h...
Generating docs for file ext/fiddle/pointer.c...
Generating docs for file ext/gdbm/gdbm.c...
Generating docs for file ext/io/console/console.c...
Generating docs for file ext/io/nonblock/nonblock.c...
Generating docs for file ext/io/wait/wait.c...
Generating docs for file ext/json/fbuffer/fbuffer.h...
Generating docs for file ext/json/generator/generator.c...
Generating docs for file ext/json/generator/generator.h...
Generating docs for file ext/json/parser/parser.c...
Generating docs for file ext/psych/yaml/parser.c...
Generating docs for file ext/json/parser/parser.h...
Generating docs for file ext/mathn/rational/rational.c...
Generating docs for file rational.c...
Generating docs for file ext/nkf/nkf-utf8/config.h...
Generating docs for file ext/psych/yaml/config.h...
Generating docs for file ext/nkf/nkf-utf8/nkf.c...
Generating docs for file ext/nkf/nkf.c...
Generating docs for file ext/nkf/nkf-utf8/nkf.h...
Generating docs for file ext/nkf/nkf-utf8/utf8tbl.c...
Generating docs for file ext/nkf/nkf-utf8/utf8tbl.h...
Generating docs for file ext/objspace/objspace.c...
Generating docs for file ext/openssl/openssl_missing.c...
Generating docs for file ext/openssl/openssl_missing.h...
Generating docs for file ext/openssl/ossl.c...
Generating docs for file ext/openssl/ossl.h...
Generating docs for file ext/openssl/ossl_asn1.c...
Generating docs for file ext/openssl/ossl_asn1.h...
Generating docs for file ext/openssl/ossl_bio.c...
Generating docs for file ext/openssl/ossl_bio.h...
Generating docs for file ext/openssl/ossl_bn.c...
Generating docs for file ext/openssl/ossl_bn.h...
Generating docs for file ext/openssl/ossl_cipher.c...
Generating docs for file ext/openssl/ossl_cipher.h...
Generating docs for file ext/openssl/ossl_config.c...
Generating docs for file ext/openssl/ossl_config.h...
Generating docs for file ext/openssl/ossl_digest.c...
Generating docs for file ext/openssl/ossl_digest.h...
Generating docs for file ext/openssl/ossl_engine.c...
Generating docs for file ext/openssl/ossl_engine.h...
Generating docs for file ext/openssl/ossl_hmac.c...
Generating docs for file ext/openssl/ossl_hmac.h...
Generating docs for file ext/openssl/ossl_ns_spki.c...
Generating docs for file ext/openssl/ossl_ns_spki.h...
Generating docs for file ext/openssl/ossl_ocsp.c...
Generating docs for file ext/openssl/ossl_ocsp.h...
Generating docs for file ext/openssl/ossl_pkcs12.c...
Generating docs for file ext/openssl/ossl_pkcs12.h...
Generating docs for file ext/openssl/ossl_pkcs5.c...
Generating docs for file ext/openssl/ossl_pkcs5.h...
Generating docs for file ext/openssl/ossl_pkcs7.c...
Generating docs for file ext/openssl/ossl_pkcs7.h...
Generating docs for file ext/openssl/ossl_pkey.c...
Generating docs for file ext/openssl/ossl_pkey.h...
Generating docs for file ext/openssl/ossl_pkey_dh.c...
Generating docs for file ext/openssl/ossl_pkey_dsa.c...
Generating docs for file ext/openssl/ossl_pkey_ec.c...
Generating docs for file ext/openssl/ossl_pkey_rsa.c...
Generating docs for file ext/openssl/ossl_rand.c...
Generating docs for file ext/openssl/ossl_rand.h...
Generating docs for file ext/openssl/ossl_ssl.c...
Generating docs for file ext/openssl/ossl_ssl.h...
Generating docs for file ext/openssl/ossl_ssl_session.c...
Generating docs for file ext/openssl/ossl_version.h...
Generating docs for file ext/openssl/ossl_x509.c...
Generating docs for file ext/openssl/ossl_x509.h...
Generating docs for file ext/openssl/ossl_x509attr.c...
Generating docs for file ext/openssl/ossl_x509cert.c...
Generating docs for file ext/openssl/ossl_x509crl.c...
Generating docs for file ext/openssl/ossl_x509ext.c...
Generating docs for file ext/openssl/ossl_x509name.c...
Generating docs for file ext/openssl/ossl_x509req.c...
Generating docs for file ext/openssl/ossl_x509revoked.c...
Generating docs for file ext/openssl/ossl_x509store.c...
Generating docs for file ext/openssl/ruby_missing.h...
Generating docs for file ext/pathname/pathname.c...
Generating docs for file ext/psych/psych.c...
Generating docs for file ext/psych/psych.h...
Generating docs for file ext/psych/psych_emitter.c...
Generating docs for file ext/psych/psych_emitter.h...
Generating docs for file ext/psych/psych_parser.c...
Generating docs for file ext/psych/psych_parser.h...
Generating docs for file ext/psych/psych_to_ruby.c...
Generating docs for file ext/psych/psych_to_ruby.h...
Generating docs for file ext/psych/psych_yaml_tree.c...
Generating docs for file ext/psych/psych_yaml_tree.h...
Generating docs for file ext/psych/yaml/api.c...
Generating docs for file ext/psych/yaml/dumper.c...
Generating docs for file ext/psych/yaml/emitter.c...
Generating docs for file ext/psych/yaml/loader.c...
Generating docs for file ext/psych/yaml/reader.c...
Generating docs for file ext/psych/yaml/scanner.c...
Generating docs for file ext/psych/yaml/writer.c...
Generating docs for file ext/psych/yaml/yaml.h...
Generating docs for file ext/psych/yaml/yaml_private.h...
Generating docs for file ext/pty/pty.c...
Generating docs for file ext/racc/cparse/cparse.c...
Generating docs for file ext/readline/readline.c...
Generating docs for file ext/ripper/eventids1.c...
Generating docs for file ext/ripper/eventids2.c...
Generating docs for file ext/ripper/eventids2table.c...
Generating docs for file ext/ripper/ripper.c...
Generating docs for file ext/ripper/ripper.y...
Generating docs for file ext/sdbm/_sdbm.c...
Generating docs for file ext/sdbm/init.c...
Generating docs for file ext/socket/init.c...
Generating docs for file ext/sdbm/sdbm.h...
Generating docs for file ext/socket/addrinfo.h...
Generating docs for file ext/socket/ancdata.c...
Generating docs for file ext/socket/basicsocket.c...
Generating docs for file ext/socket/constants.c...
Generating docs for file ext/socket/constdefs.c...
Generating docs for file ext/socket/constdefs.h...
Generating docs for file ext/socket/getaddrinfo.c...
Generating docs for file ext/socket/getnameinfo.c...
Generating docs for file ext/socket/ipsocket.c...
Generating docs for file ext/socket/option.c...
Generating docs for file ext/socket/raddrinfo.c...
Generating docs for file ext/socket/rubysocket.h...
Generating docs for file ext/socket/socket.c...
Generating docs for file ext/socket/sockport.h...
Generating docs for file ext/socket/sockssocket.c...
Generating docs for file ext/socket/tcpserver.c...
Generating docs for file ext/socket/tcpsocket.c...
Generating docs for file ext/socket/udpsocket.c...
Generating docs for file ext/socket/unixserver.c...
Generating docs for file ext/socket/unixsocket.c...
Generating docs for file ext/stringio/stringio.c...
Generating docs for file ext/strscan/strscan.c...
Generating docs for file ext/syslog/syslog.c...
Generating docs for file ext/tk/stubs.c...
Generating docs for file ext/tk/stubs.h...
Generating docs for file ext/tk/tcltklib.c...
Generating docs for file ext/tk/tkutil/tkutil.c...
Generating docs for file ext/win32ole/win32ole.c...
Generating docs for file ext/zlib/zlib.c...
Generating docs for file file.c...
Generating docs for file win32/file.c...
Generating docs for file gc.c...
Generating docs for file gc.h...
Generating docs for file goruby.c...
Generating docs for file hash.c...
Generating docs for file id.c...
Generating docs for file id.h...
Generating docs for file include/ruby/backward/classext.h...
Generating docs for file include/ruby/backward/rubyio.h...
Generating docs for file include/ruby/backward/rubysig.h...
Generating docs for file include/ruby/backward/st.h...
Generating docs for file include/ruby/st.h...
Generating docs for file include/ruby/backward/util.h...
Generating docs for file include/ruby/util.h...
Generating docs for file include/ruby/debug.h...
Generating docs for file include/ruby/defines.h...
Generating docs for file include/ruby/encoding.h...
Generating docs for file include/ruby/intern.h...
Generating docs for file include/ruby/io.h...
Generating docs for file include/ruby/missing.h...
Generating docs for file include/ruby/oniguruma.h...
Generating docs for file include/ruby/re.h...
Generating docs for file include/ruby/regex.h...
Generating docs for file include/ruby/ruby.h...
Generating docs for file include/ruby.h...
Generating docs for file include/ruby/subst.h...
Generating docs for file include/ruby/thread.h...
Generating docs for file include/ruby/version.h...
Generating docs for file version.h...
Generating docs for file include/ruby/vm.h...
Generating docs for file include/ruby/win32.h...
Generating docs for file inits.c...
Generating docs for file internal.h...
Generating docs for file io.c...
Generating docs for file iseq.c...
Generating docs for file iseq.h...
Generating docs for file lex.c...
Generating docs for file load.c...
Generating docs for file main.c...
Generating docs for file marshal.c...
Generating docs for file math.c...
Generating docs for file method.h...
Generating docs for file missing/acosh.c...
Generating docs for file missing/alloca.c...
Generating docs for file missing/cbrt.c...
Generating docs for file missing/close.c...
Generating docs for file missing/crt_externs.h...
Generating docs for file missing/crypt.c...
Generating docs for file missing/dup2.c...
Generating docs for file missing/erf.c...
Generating docs for file missing/ffs.c...
Generating docs for file missing/file.h...
Generating docs for file missing/fileblocks.c...
Generating docs for file missing/finite.c...
Generating docs for file missing/flock.c...
Generating docs for file missing/hypot.c...
Generating docs for file missing/isinf.c...
Generating docs for file missing/isnan.c...
Generating docs for file missing/langinfo.c...
Generating docs for file missing/lgamma_r.c...
Generating docs for file missing/memcmp.c...
Generating docs for file missing/memmove.c...
Generating docs for file missing/os2.c...
Generating docs for file missing/setproctitle.c...
Generating docs for file missing/signbit.c...
Generating docs for file missing/strchr.c...
Generating docs for file missing/strerror.c...
Generating docs for file missing/strlcat.c...
Generating docs for file missing/strlcpy.c...
Generating docs for file missing/strstr.c...
Generating docs for file missing/strtol.c...
Generating docs for file missing/tgamma.c...
Generating docs for file nacl/dirent.h...
Generating docs for file nacl/ioctl.h...
Generating docs for file nacl/pepper_main.c...
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:508: Warning: argument 'position' of command @param is not found in the argument list of Instance_DidChangeView(PP_Instance instance, PP_Resource view_resource)
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:508: Warning: argument 'clip' of command @param is not found in the argument list of Instance_DidChangeView(PP_Instance instance, PP_Resource view_resource)
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:508: Warning: The following parameters of Instance_DidChangeView(PP_Instance instance, PP_Resource view_resource) are not documented:
  parameter 'view_resource'
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:467: Warning: Unsupported xml/html tag <embed> found
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:476: Warning: Unsupported xml/html tag <embed> found
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:477: Warning: Unsupported xml/html tag <embed> found
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:480: Warning: Unsupported xml/html tag <embed> found
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:574: Warning: argument 'message' of command @param is not found in the argument list of Messaging_HandleMessage(PP_Instance instance, struct PP_Var var_message)
/root/work/mazgi/ruby-2.0.0-p598/nacl/pepper_main.c:574: Warning: The following parameters of Messaging_HandleMessage(PP_Instance instance, struct PP_Var var_message) are not documented:
  parameter 'var_message'
Generating docs for file nacl/resource.h...
Generating docs for file nacl/select.h...
Generating docs for file nacl/signal.h...
Generating docs for file nacl/stat.h...
Generating docs for file nacl/unistd.h...
Generating docs for file nacl/utime.h...
Generating docs for file newline.c...
Generating docs for file node.c...
Generating docs for file node.h...
Generating docs for file numeric.c...
Generating docs for file object.c...
Generating docs for file pack.c...
Generating docs for file parse.c...
Generating docs for file parse.h...
Generating docs for file parse.y...
Generating docs for file probes.h...
Generating docs for file probes_helper.h...
Generating docs for file proc.c...
Generating docs for file process.c...
Generating docs for file random.c...
Generating docs for file range.c...
Generating docs for file re.c...
Generating docs for file regcomp.c...
Generating docs for file regenc.c...
Generating docs for file regenc.h...
Generating docs for file regerror.c...
Generating docs for file regexec.c...
Generating docs for file regint.h...
Generating docs for file regparse.c...
Generating docs for file regparse.h...
Generating docs for file regsyntax.c...
Generating docs for file revision.h...
Generating docs for file ruby.c...
Generating docs for file ruby_atomic.h...
Generating docs for file safe.c...
Generating docs for file signal.c...
Generating docs for file siphash.c...
Generating docs for file siphash.h...
Generating docs for file sparc.c...
Generating docs for file sprintf.c...
Generating docs for file st.c...
Generating docs for file strftime.c...
Generating docs for file string.c...
Generating docs for file struct.c...
Generating docs for file symbian/missing-aeabi.c...
Generating docs for file symbian/missing-pips.c...
Generating docs for file thread.c...
Generating docs for file thread_pthread.c...
Generating docs for file thread_pthread.h...
Generating docs for file thread_win32.c...
Generating docs for file thread_win32.h...
Generating docs for file time.c...
Generating docs for file timev.h...
Generating docs for file transcode.c...
Generating docs for file transcode_data.h...
Generating docs for file util.c...
Generating docs for file variable.c...
Generating docs for file verconf.h...
Generating docs for file version.c...
Generating docs for file vm.c...
Generating docs for file vm_backtrace.c...
Generating docs for file vm_core.h...
Generating docs for file vm_debug.h...
Generating docs for file vm_dump.c...
Generating docs for file vm_eval.c...
Generating docs for file vm_exec.c...
Generating docs for file vm_exec.h...
Generating docs for file vm_insnhelper.c...
Generating docs for file vm_insnhelper.h...
Generating docs for file vm_method.c...
Generating docs for file vm_opts.h...
Generating docs for file vm_trace.c...
Generating docs for file vsnprintf.c...
Generating docs for file win32/dir.h...
Generating docs for file win32/stub.c...
Generating docs for file win32/win32.c...
Generating docs for file win32/winmain.c...
Generating page documentation...
Generating group documentation...
/root/work/mazgi/ruby-2.0.0-p598/class.c:468: Warning: explicit link request to 'inherited' could not be resolved
Generating group index...
Generating class documentation...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating docs for compound __sbuf...
Generating docs for compound __sFILE...
Generating docs for compound __siov...
Generating docs for compound __suio...
Generating docs for compound _BBuf...
Generating docs for compound _FreeNode...
Generating docs for compound _Node...
Generating docs for compound _NtCmdLineElement...
Generating docs for compound _OnigStackType...
Generating docs for compound _SHA256_CTX...
Generating docs for compound _SHA512_CTX...
Generating docs for compound accept_arg...
Generating docs for compound addrinfo...
Generating docs for compound afd...
Generating docs for compound AnchorNode...
Generating docs for compound argf...
Generating docs for compound argf_call_arg...
Generating docs for compound ary_sort_data...
Generating docs for compound asciicompat_encoding_t...
Generating docs for compound asynchronous_arg_t...
Generating docs for compound autoload_const_set_args...
Generating docs for compound autoload_data_i...
Generating docs for compound backref_name_tag...
Generating docs for compound big_div_struct...
Generating docs for compound Bigint...
Generating docs for compound binwrite_arg...
Generating docs for compound brace_args...
Generating docs for compound BRefNode...
Generating docs for compound bt_iter_arg...
Generating docs for compound bufread_arg...
Generating docs for compound C_block...
Generating docs for compound cache_entry...
Generating docs for compound cached_thread_entry...
Generating docs for compound call_queue...
Generating docs for compound CallNode...
Generating docs for compound cbsubst_info...
Generating docs for compound CClassNode...
Generating docs for compound cdhash_set_label_struct...
Generating docs for compound cfunc_data...
Generating docs for compound CHAR64LONG16...
Generating docs for compound chdir_data...
Generating docs for compound child_info...
Generating docs for compound ChildRecord...
Generating docs for compound chown_args...
Generating docs for compound chunk_arg...
Generating docs for compound cmd_body_arg...
Generating docs for compound cmdline_options...
Generating docs for compound collect_caller_bindings_data...
Generating docs for compound ComplexDateData...
Generating docs for compound cond_event_entry...
Generating docs for compound connect_arg...
Generating docs for compound ConsAltNode...
Generating docs for compound constat...
Generating docs for compound conv_method_tbl...
Generating docs for compound copy_stream_struct...
Generating docs for compound cparse_params...
Generating docs for compound CtypeNode...
Generating docs for compound DateData...
Generating docs for compound datum...
Generating docs for compound DBM...
Generating docs for compound dbmdata...
Generating docs for compound default_encoding...
Generating docs for compound DIR...
Generating docs for compound dir_data...
Generating docs for compound direct...
Generating docs for compound dl_handle...
Generating docs for compound dump_arg...
Generating docs for compound dump_call_arg...
Generating docs for compound each_obj_args...
Generating docs for compound EncloseNode...
Generating docs for compound end_proc_data...
Generating docs for compound ensure_range...
Generating docs for compound enumerator...
Generating docs for compound equal_data...
Generating docs for compound eval_queue...
Generating docs for compound eval_string_from_file_arg...
Generating docs for compound evloop_params...
Generating docs for compound exec_recursive_params...
Generating docs for compound FBufferStruct...
Generating docs for compound fc_result...
Generating docs for compound fiddle_closure...
Generating docs for compound fiddle_generic...
Generating docs for compound finish_writeconv_arg...
Generating docs for compound flock...
Generating docs for compound force_finalize_list...
Generating docs for compound foreach_arg...
Generating docs for compound foreach_safe_arg...
Generating docs for compound gc_list...
Generating docs for compound gc_profile_record...
Generating docs for compound generator...
Generating docs for compound getaddrinfo_arg...
Generating docs for compound getnameinfo_arg...
Generating docs for compound glob_args...
Generating docs for compound glob_pattern...
Generating docs for compound global_variable...
Generating docs for compound GroupNumRemap...
Generating docs for compound gzfile...
Generating docs for compound hash_foreach_arg...
Generating docs for compound heaps_free_bitmap...
Generating docs for compound heaps_header...
Generating docs for compound heaps_slot...
Generating docs for compound hostent_arg...
Generating docs for compound IApplyCaseFoldArg...
Generating docs for compound IEventSink...
Generating docs for compound IEventSinkVtbl...
Generating docs for compound INamesArg...
Generating docs for compound inetsock_arg...
Generating docs for compound input_code...
Generating docs for compound invoke_info...
Generating docs for compound invoke_queue...
Generating docs for compound io_internal_read_struct...
Generating docs for compound io_internal_write_struct...
Generating docs for compound ioctl_arg...
Generating docs for compound ioinfo...
Generating docs for compound iovec...
Generating docs for compound iseq_adjust_data...
Generating docs for compound iseq_catch_table_entry...
Generating docs for compound iseq_compile_data...
Generating docs for compound iseq_compile_data_ensure_node_stack...
Generating docs for compound iseq_compile_data_storage...
Generating docs for compound iseq_inline_cache_entry...
Generating docs for compound iseq_insn_data...
Generating docs for compound iseq_label_data...
Generating docs for compound iseq_line_info_entry...
Generating docs for compound iseq_link_anchor...
Generating docs for compound iseq_link_element...
Generating docs for compound iter_method_arg...
Generating docs for compound join_arg...
Generating docs for compound JSON_Generator_StateStruct...
Generating docs for compound JSON_ParserStruct...
Generating docs for compound kwtable...
Generating docs for compound load_arg...
Generating docs for compound load_file_arg...
Generating docs for compound loaded_feature_searching...
Generating docs for compound local_vars...
Generating docs for compound magic_comment...
Generating docs for compound mark_stack...
Generating docs for compound mark_tbl_arg...
Generating docs for compound marshal_compat_t...
Generating docs for compound md5_state_s...
Generating docs for compound METHOD...
Generating docs for compound minmax_by_t...
Generating docs for compound minmax_t...
Generating docs for compound MinMaxLen...
Generating docs for compound msghdr...
Generating docs for compound MT...
Generating docs for compound NameEntry...
Generating docs for compound native_thread_data_struct...
Generating docs for compound new_wrap_arg_t...
Generating docs for compound nkf_buf_t...
Generating docs for compound nkf_encoding...
Generating docs for compound nkf_native_encoding...
Generating docs for compound nkf_state_t...
Generating docs for compound NodeBase...
Generating docs for compound NodeOptInfo...
Generating docs for compound normalization_pair...
Generating docs for compound obj_ivar_tag...
Generating docs for compound oldbt_arg...
Generating docs for compound oledata...
Generating docs for compound oleeventdata...
Generating docs for compound olemethoddata...
Generating docs for compound oleparam...
Generating docs for compound oleparamdata...
Generating docs for compound oletypedata...
Generating docs for compound oletypelibdata...
Generating docs for compound olevariabledata...
Generating docs for compound olevariantdata...
Generating docs for compound OnigCaptureTreeNodeStruct...
Generating docs for compound OnigCaseFoldCodeItem...
Generating docs for compound OnigCompileInfo...
Generating docs for compound OnigEncodingTypeST...
Generating docs for compound OnigErrorInfo...
Generating docs for compound OnigMatchArg...
Generating docs for compound OnigMetaCharTableType...
Generating docs for compound OnigPairCaseFoldCodes...
Generating docs for compound OnigRepeatRange...
Generating docs for compound OnigSyntaxType...
Generating docs for compound OnigToken...
Generating docs for compound OptAncInfo...
Generating docs for compound OptEnv...
Generating docs for compound OptExactInfo...
Generating docs for compound OptMapInfo...
Generating docs for compound os_each_struct...
Generating docs for compound ossl_asn1_info_t...
Generating docs for compound ossl_verify_cb_args...
Generating docs for compound pair_t...
Generating docs for compound parser_params...
Generating docs for compound PepperInstance...
Generating docs for compound pipe_list...
Generating docs for compound posix_regmatch_t...
Generating docs for compound PosixBracketEntryType...
Generating docs for compound ptr_data...
Generating docs for compound pty_info...
Generating docs for compound QtfrNode...
Generating docs for compound rawmode_arg_t...
Generating docs for compound rb_addrinfo_t...
Generating docs for compound rb_backtrace_location_struct...
Generating docs for compound rb_backtrace_struct...
Generating docs for compound rb_binding_t...
Generating docs for compound rb_block_struct...
Generating docs for compound rb_blocking_region_buffer...
Generating docs for compound rb_call_info_struct...
Generating docs for compound rb_compile_option_struct...
Generating docs for compound rb_const_entry_struct...
Generating docs for compound rb_context_struct...
Generating docs for compound rb_control_frame_struct...
Generating docs for compound rb_debug_inspector_struct...
Generating docs for compound rb_deprecated_classext_struct...
Generating docs for compound rb_digest_metadata_t...
Generating docs for compound rb_econv_elem_t...
Generating docs for compound rb_econv_init_by_convpath_t...
Generating docs for compound rb_econv_t...
Generating docs for compound rb_encoding_entry...
Generating docs for compound rb_env_t...
Generating docs for compound rb_event_hook_struct...
Generating docs for compound rb_f_p_arg...
Generating docs for compound rb_fiber_struct...
Generating docs for compound rb_global_vm_lock_struct...
Generating docs for compound rb_hook_list_struct...
Generating docs for compound rb_io_buffer_t...
Generating docs for compound rb_io_t...
Generating docs for nested compound rb_io_t::rb_io_enc_t...
Generating docs for compound rb_iseq_location_struct...
Generating docs for compound rb_iseq_struct...
Generating docs for compound rb_method_attr_struct...
Generating docs for compound rb_method_cfunc_struct...
Generating docs for compound rb_method_definition_struct...
Generating docs for compound rb_method_entry_struct...
Generating docs for compound rb_mutex_struct...
Generating docs for compound rb_objspace...
Generating docs for nested compound rb_objspace::mark_func_data_struct...
Generating docs for compound rb_printf_buffer_extra...
Generating docs for compound rb_proc_t...
Generating docs for compound rb_random_t...
Generating docs for compound rb_thread_cond_struct...
Generating docs for compound rb_thread_list_struct...
Generating docs for compound rb_thread_lock_union...
Generating docs for compound rb_thread_struct...
Generating docs for compound rb_tp_struct...
Generating docs for compound rb_trace_arg_struct...
Generating docs for compound rb_transcoder...
Generating docs for compound rb_transcoding...
Generating docs for nested compound rb_transcoding::rb_transcoding_state_t...
Generating docs for compound rb_unblock_callback...
Generating docs for compound rb_vm_protect_tag...
Generating docs for compound rb_vm_struct...
Generating docs for compound rb_vm_tag...
Generating docs for compound re_pattern_buffer...
Generating docs for compound re_registers...
Generating docs for compound read_internal_arg...
Generating docs for compound Real...
Generating docs for compound recvfrom_arg...
Generating docs for compound reg_named_capture_assign_t...
Generating docs for compound rehash_arg...
Generating docs for compound rescue_funcall_args...
Generating docs for compound RMatch...
Generating docs for compound rmatch...
Generating docs for compound rmatch_offset...
Generating docs for compound RMD160_CTX...
Generating docs for compound rof_data...
Generating docs for compound rsock_send_arg...
Generating docs for compound ruby_gc_params_t...
Generating docs for compound run_exec_dup2_fd_pair...
Generating docs for compound RVALUE...
Generating docs for compound ScanEnv...
Generating docs for compound search_path_bfs_t...
Generating docs for compound search_path_queue_tag...
Generating docs for compound seek_arg...
Generating docs for compound select_args...
Generating docs for compound set_specifc_data...
Generating docs for compound SHA1_CTX...
Generating docs for compound shift_var...
Generating docs for compound signals...
Generating docs for compound SimpleDateData...
Generating docs for compound sip_hash...
Generating docs for compound sip_state...
Generating docs for compound sip_uint64_t...
Generating docs for compound slicebefore_arg...
Generating docs for compound sockaddr_storage...
Generating docs for compound sockinet...
Generating docs for compound sort_by_data...
Generating docs for compound st_packed_entry...
Generating docs for compound st_str_end_key...
Generating docs for compound st_table_entry...
Generating docs for compound stack_chunk...
Generating docs for compound stack_node...
Generating docs for compound string_part...
Generating docs for compound StringIO...
Generating docs for compound StrNode...
Generating docs for compound strscanner...
Generating docs for compound symbols...
Generating docs for compound sysopen_struct...
Generating docs for compound tagIEVENTSINKOBJ...
Generating docs for compound tcltkip...
Generating docs for compound th_update_param...
Generating docs for compound th_vwait_param...
Generating docs for compound thgroup...
Generating docs for compound thgroup_list_params...
Generating docs for compound thread_call_proc_arg...
Generating docs for compound time_object...
Generating docs for compound timeval...
Generating docs for compound tms...
Generating docs for compound tmx...
Generating docs for compound tmx_funcs...
Generating docs for compound token_assoc...
Generating docs for compound token_info...
Generating docs for compound total_data...
Generating docs for compound tr...
Generating docs for compound trace_data...
Generating docs for compound trace_var...
Generating docs for compound trans_open_t...
Generating docs for compound transcoder_entry_t...
Generating docs for compound type_cclass_key...
Generating docs for compound U...
Generating docs for compound udp_arg...
Generating docs for compound unlinked_method_entry_list_entry...
Generating docs for compound UnsetAddr...
Generating docs for compound UnsetAddrList...
Generating docs for compound update_arg...
Generating docs for compound utimbuf...
Generating docs for compound utime_args...
Generating docs for compound valued_frame_info...
Generating docs for compound vtable...
Generating docs for compound vtm...
Generating docs for compound wait_data...
Generating docs for compound weakmap...
Generating docs for compound wgetch_arg...
Generating docs for compound wgetstr_arg...
Generating docs for compound windata...
Generating docs for compound write_arg...
Generating docs for compound WSAMSG...
Generating docs for compound yaml_alias_data_s...
Generating docs for compound yaml_document_s...
Generating docs for compound yaml_emitter_s...
Generating docs for compound yaml_event_s...
Generating docs for compound yaml_mark_s...
Generating docs for compound yaml_node_pair_s...
Generating docs for compound yaml_node_s...
Generating docs for compound yaml_parser_s...
Generating docs for compound yaml_simple_key_s...
Generating docs for compound yaml_string_t...
Generating docs for compound yaml_tag_directive_s...
Generating docs for compound yaml_token_s...
Generating docs for compound yaml_version_directive_s...
Generating docs for compound yielder...
Generating docs for compound yyalloc...
Generating docs for compound YYSTYPE...
Generating docs for compound zone...
Generating docs for compound zstream...
Generating docs for nested compound zstream::zstream_funcs...
Generating docs for compound zstream_run_args...
Generating namespace index...
Generating namespace member index...
Generating graph info page...
Generating file index...
Generating example index...
Generating file member index...
# ./ruby -v
ruby 2.0.0p598 (2014-11-13 revision 48408) [powerpc64-linux]
# ./configure 
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dtrace... dtrace
checking for dot... dot
checking for doxygen... doxygen
checking for pkg-config... pkg-config
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-parentheses is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as LDFLAGS... yes
checking whether -ansi -std=iso9899:199409 is accepted as CFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
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... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking 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 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 langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking setjmpex.h usability... no
checking setjmpex.h presence... no
checking for setjmpex.h... no
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... yes
checking for inline... __inline__
checking for working volatile... yes
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for noreturn function attribute... __attribute__ ((noreturn)) x
checking for deprecated function attribute... __attribute__ ((deprecated)) x
checking for noinline function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... x
checking for cdecl function attribute... x
checking for fastcall function attribute... x
checking for function alias... alias
checking for __atomic builtins... no
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for exported function attribute... __attribute__ ((visibility("default")))
checking for function name string predefined identifier... __func__
checking whether sys_nerr is declared... yes
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_LONG
checking size of struct stat.st_blocks... SIZEOF_LONG
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for clockid_t... (cached) yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for stack end address... __libc_stack_end
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 alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strerror... yes
checking for strchr... yes
checking for strstr... yes
checking for crypt... yes
checking for flock... yes
checking for isnan... yes
checking for finite... yes
checking for isinf... yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for tgamma... yes
checking for lgamma_r... yes
checking for cbrt... yes
checking for strlcpy... no
checking for strlcat... no
checking for ffs... yes
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for signbit... yes
checking for __syscall... no
checking for _longjmp... yes
checking for _setjmp... yes
checking for _setjmpex... no
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... no
checking for cosh... yes
checking for daemon... (cached) no
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dup... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fmod... yes
checking for fork... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getcwd... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getpriority... yes
checking for getpwnam_r... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for mblen... yes
checking for memalign... yes
checking for memrchr... yes
checking for mktime... yes
checking for pipe2... yes
checking for poll... yes
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for readlink... yes
checking for round... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_choose_expr... yes
checking for __builtin_types_compatible_p... yes
checking for clock_gettime in -lrt... yes
checking for clock_getres... yes
checking for unsetenv returns a value... yes
checking for sigsetjmp as a macro or function... 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 timezone... yes
checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... not found (OK if using GNU libc)
checking read buffer ptr field in FILE structures... _IO_read_ptr
checking read buffer end field in FILE structures... _IO_read_end
checking size of struct stat.st_ino... SIZEOF_LONG
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on powerpc64... -1
checking for pthread_kill in -lthr... no
checking for pthread_kill in -lpthread... yes
checking for pthread_np.h... no
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_getattr_np... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_cond_init... yes
checking for pthread_condattr_setclock... yes
checking for pthread_condattr_init... yes
checking for pthread_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_attr_init... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking whether ELF binaries are produced... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for strip... strip
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether dtrace USDT is available... yes
checking whether dtrace USDT is available... (cached) yes
checking whether dtrace needs post processing... yes
checking for __builtin_setjmp... yes with cast ()
checking for setjmp type... __builtin_setjmp
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
checking for memmem... yes
checking for broken memmem... no
checking for nroff... /usr/bin/nroff
.ext/include/powerpc64-linux/ruby/config.h unchanged
ruby library version = 2.1.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.1.pc
# make
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -ansi -std=iso9899:199409 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
	CPPFLAGS =   -I. -I.ext/include/powerpc64-linux -I./include -I.
	DLDFLAGS = -fstack-protector -pie  
	SOLIBS = -lgmp 
Using built-in specs.
Target: ppc64-redhat-linux
??????????: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --enable-secureplt --with-long-double-128 --with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 --build=ppc64-redhat-linux
???????: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) 
linking miniruby
rbconfig.rb unchanged
generating enc.mk
creating verconf.h
compiling loadpath.c
generating prelude.c
compiling prelude.c
generating a glommed object with DTrace probes for static library
ld: TOC section size exceeds 64k
make: *** [ruby-glommed.o] Error 1
# ./configure 
config.guess already exists
config.sub already exists
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking target system type... powerpc64-unknown-linux-gnu
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dtrace... dtrace
checking for dot... dot
checking for doxygen... doxygen
checking for pkg-config... pkg-config
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-parentheses is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as CFLAGS... yes
checking whether -fstack-protector is accepted as LDFLAGS... yes
checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.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 syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
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... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking 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 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 langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking setjmpex.h usability... no
checking setjmpex.h presence... no
checking for setjmpex.h... no
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... yes
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... __typeof__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking packed struct attribute... x __attribute__((packed))
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for NORETURN function attribute... __attribute__ ((noreturn)) x
checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
checking for NOINLINE function attribute... __attribute__ ((noinline)) x
checking for stdcall function attribute... x
checking for cdecl function attribute... x
checking for fastcall function attribute... x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... no
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for exported function attribute... __attribute__ ((visibility("default")))
checking for function name string predefined identifier... __func__
checking whether sys_nerr is declared... yes
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for clockid_t... (cached) yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for stack end address... __libc_stack_end
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 alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for dup2... yes
checking for erf... yes
checking for ffs... yes
checking for finite... yes
checking for flock... yes
checking for hypot... yes
checking for isinf... yes
checking for isnan... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for signbit... yes
checking for pid_t... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for _setjmp... yes
checking for _setjmpex... no
checking for atan2l... yes
checking for atan2f... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... no
checking for cosh... yes
checking for daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fmod... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getpriority... yes
checking for getpwnam_r... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for mblen... yes
checking for memalign... yes
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mktime... yes
checking for pipe2... yes
checking for poll... yes
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for qsort_r... yes
checking for readlink... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... no
checking for __builtin_types_compatible_p... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_gettime in -lrt... yes
checking for clock_getres... yes
checking for unsetenv returns a value... yes
checking for sigsetjmp as a macro or function... 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 timezone... yes
checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on powerpc64... -1
checking for pthread_kill in -lthr... no
checking for pthread_kill in -lpthread... yes
checking for pthread_np.h... no
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_getattr_np... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_cond_init... yes
checking for pthread_condattr_setclock... yes
checking for pthread_condattr_init... yes
checking for pthread_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_attr_init... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking whether ELF binaries are produced... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking whether OS depend dynamic link works... yes
checking whether -Wl,-R. is accepted as LDFLAGS... yes
checking for backtrace... yes
checking for broken backtrace... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for strip... strip
checking whether -fPIE is accepted as CFLAGS... yes
checking whether -pie is accepted as LDFLAGS... yes
checking whether dtrace USDT is available... yes
checking whether dtrace USDT is available... (cached) yes
checking whether dtrace needs post processing... yes
checking for __builtin_setjmp... yes with cast ()
checking for setjmp type... __builtin_setjmp
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
checking for broken memmem... no
checking for nroff... /usr/bin/nroff
.ext/include/powerpc64-linux/ruby/config.h unchanged
ruby library version = 2.2.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.2.pc
# make
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -std=iso9899:1999 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
	CPPFLAGS =   -I. -I.ext/include/powerpc64-linux -I./include -I.
	DLDFLAGS = -fstack-protector -pie  
	SOLIBS = -lgmp 
Using built-in specs.
Target: ppc64-redhat-linux
??????????: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --enable-secureplt --with-long-double-128 --with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 --build=ppc64-redhat-linux
???????: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) 
linking miniruby
rbconfig.rb unchanged
generating enc.mk
creating verconf.h
verconf.h updated
compiling loadpath.c
generating a glommed object with DTrace probes for static library
ld: TOC section size exceeds 64k
make: *** [ruby-glommed.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment