* CPV: dev-lang/ruby-1.9.2_rc2-r1 * REPO: gentoo * USE: amd64 berkdb doc elibc_glibc gdbm ipv6 kernel_linux multilib ncurses readline ssl userland_GNU >>> Unpacking source... >>> Unpacking ruby-1.9.2-rc2.tar.bz2 to /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work >>> Unpacking ruby-patches-1.9.2_rc2-r1.tar.bz2 to /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work >>> Source unpacked in /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work >>> Preparing source in /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2 ... * Applying various patches (bugfixes/updates) ... * 004_gfbsd7.patch ... [ ok ] * 005_no-undefined-ext.patch ... [ ok ] * 006_no-rake.patch ... [ ok ] * 007_berkdb-5.0.patch ... [ ok ] * 008_CVE-2010-0541.patch ... [ ok ] * 009_no-gems.patch ... [ ok ] * Done with patching * Unbundling gems... * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2 ... * econf: updating ruby-1.9.2-rc2/tool/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ruby-1.9.2-rc2/tool/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --program-suffix=19 --with-soname=ruby19 --enable-shared --enable-pthread --disable-socks --enable-install-doc --enable-ipv6 --disable-debug --with-dbm --with-gdbm --with-openssl --without-tk --with-curses --without-psych --with-readline --enable-option-checking=no configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether x86_64-pc-linux-gnu-gcc -E accepts -o... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy 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 x86_64-pc-linux-gnu-dot... no checking for dot... dot checking for x86_64-pc-linux-gnu-doxygen... no checking for doxygen... doxygen 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 phisical directory... cd -P checking whether -Wno-unused-parameter is accepted... yes checking whether -Wno-parentheses is accepted... yes checking whether -Wpointer-arith is accepted... yes checking whether -Wwrite-strings is accepted... yes checking whether -Wno-missing-field-initializers is accepted... yes checking whether -Wshorten-64-to-32 is accepted... no checking whether -Wno-long-long is accepted... yes checking whether -Wextra is accepted... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking 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 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 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 RUBY_EXTERN... no 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 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 for pwd.h... (cached) 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 for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking size of rlim_t... 8 checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 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... 8 checking size of struct stat.st_blocks... 8 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 timespec... yes checking for struct timezone... 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 working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for close... yes 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 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 chroot... yes checking for getcwd... yes checking for eaccess... yes checking for truncate... yes checking for ftruncate... 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 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 setitimer... yes checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setproctitle... no 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... (cached) 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 setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for round... yes checking for setuid... yes checking for setgid... yes checking for daemon... (cached) no checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking for mktime... yes checking for timegm... yes checking for gmtime_r... yes checking for clock_gettime... yes checking for gettimeofday... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes 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 getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking 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 x86_64... -1 checking for pthread_kill in -lthr... no checking for pthread_kill in -lpthread... yes checking pthread_np.h usability... no checking pthread_np.h presence... no checking for pthread_np.h... no checking for nanosleep... 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 getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for backtrace... yes checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for if make is GNU make... yes checking for nroff... /usr/bin/nroff .ext/include/x86_64-linux/ruby/config.h updated ruby library version = 1.9.1 configure: creating ./config.status config.status: creating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2 ... make -j9 'EXTLDFLAGS=-Wl,-O1 -Wl,--as-needed' x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o main.o -c main.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dln.o -c dln.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dmyencoding.o -c dmyencoding.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o version.o -c version.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o miniprelude.o -c miniprelude.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o array.o -c array.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o bignum.o -c bignum.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o class.o -c class.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o compar.o -c compar.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o complex.o -c complex.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dir.o -c dir.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dln_find.o -c dln_find.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o enum.o -c enum.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o enumerator.o -c enumerator.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o error.o -c error.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o eval.o -c eval.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o load.o -c load.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o proc.o -c proc.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o file.o -c file.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o gc.o -c gc.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o hash.o -c hash.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o inits.o -c inits.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o io.o -c io.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o marshal.o -c marshal.c io.c: In function ‘rb_write_error2’: io.c:6240: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result io.c: In function ‘argf_next_argv’: io.c:6816: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o math.o -c math.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o node.o -c node.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o numeric.o -c numeric.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o object.o -c object.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o pack.o -c pack.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o parse.o -c parse.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o process.o -c process.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o random.o -c random.c process.c: In function ‘rb_fork_err’: process.c:2516: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result process.c:2519: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result process.c: In function ‘proc_daemon’: process.c:4608: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result random.c: In function ‘fill_random_seed’: random.c:492: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o range.o -c range.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o rational.o -c rational.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o re.o -c re.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regcomp.o -c regcomp.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regenc.o -c regenc.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regerror.o -c regerror.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regexec.o -c regexec.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regparse.o -c regparse.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o regsyntax.o -c regsyntax.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o ruby.o -c ruby.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o safe.o -c safe.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o signal.o -c signal.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o sprintf.o -c sprintf.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o st.o -c st.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o strftime.o -c strftime.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o string.o -c string.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o struct.o -c struct.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o time.o -c time.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o transcode.o -c transcode.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o util.o -c util.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o variable.o -c variable.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o compile.o -c compile.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o debug.o -c debug.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o iseq.o -c iseq.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o vm.o -c vm.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o vm_dump.o -c vm_dump.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o thread.o -c thread.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o cont.o -c cont.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o ascii.o -c ./enc/ascii.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o us_ascii.o -c ./enc/us_ascii.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o unicode.o -c ./enc/unicode.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o utf_8.o -c ./enc/utf_8.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o newline.o -c newline.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o strlcpy.o -c ./missing/strlcpy.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o strlcat.o -c ./missing/strlcat.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dmyext.o -c dmyext.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o encoding.o -c encoding.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dmydln.o -c dmydln.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o dmyversion.o -c dmyversion.c x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc rbconfig.rb updated ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -o Doxyfile ./template/Doxyfile.tmpl \ --srcdir="." --miniruby="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I. -I.ext/include/x86_64-linux -I./include -I. -DRUBY_EXPORT -o prelude.o -c prelude.c encdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=4,5 -j srcs Doxyfile updated Searching for include files... Searching for example files... Searching for images... Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/doc/images make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans x86_64-pc-linux-gnu-ar rcu libruby19-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o prelude.o dmyext.o Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/doc/images/boottime-classes.png : (null) Searching for dot files... Searching for files to exclude Searching for files to process... Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/array.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/autom4te.cache Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bcc32 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/benchmark Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/benchmark/other-lang Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bignum.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bin Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/class.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compar.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compile.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/complex.c : (null) transdb.h unchanged Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/cont.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/cygwin Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/defs Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dir.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln_find.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmydln.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyencoding.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyext.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyversion.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/ascii.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/big5.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/cp949.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/emacs_mule.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/encdb.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_jp.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_kr.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_tw.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb18030.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb2312.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gbk.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_2022_jp.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_1.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_10.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_11.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_13.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_14.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_15.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_16.c : (null) x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,libruby19.so.1.9 -Wl,-O1 -Wl,--as-needed dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o prelude.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o libruby19.so.1.9.1 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_2.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_3.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_4.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_5.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_6.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_7.c : (null) x86_64-pc-linux-gnu-objcopy -w -L 'Init_*' -L '*_threadptr_*' libruby19.so.1.9.1 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_8.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_9.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_r.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_u.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/shift_jis.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/big5.c : (null) make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=4,5 -j enc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=4,5 -j trans Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/chinese.c : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/CP make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/EMOJI x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/encdb.o -c ./enc/encdb.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/transdb.o -c ./enc/trans/transdb.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/big5.o -c ./enc/big5.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/cp949.o -c ./enc/cp949.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/big5.o -c ./enc/trans/big5.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/emacs_mule.o -c ./enc/emacs_mule.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/chinese.o -c ./enc/trans/chinese.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_jp.o -c ./enc/euc_jp.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji.o -c ./enc/trans/emoji.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c compiling bigdecimal Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_iso2022_kddi.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_kr.o -c ./enc/euc_kr.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_docomo.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_tw.o -c ./enc/euc_tw.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gb2312.o -c ./enc/gb2312.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_kddi.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gb18030.o -c ./enc/gb18030.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gbk.o -c ./enc/gbk.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_softbank.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/escape.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/GB x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gb18030.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gbk.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/iso2022.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_euc.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/escape.o -c ./enc/trans/escape.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_sjis.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/JIS x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/korean.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/gbk.o -c ./enc/trans/gbk.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/newline.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese.o -c ./enc/trans/japanese.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal' /bin/mkdir -p ../../.ext/x86_64-linux x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o bigdecimal.o -c bigdecimal.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/koi8_r.o -c ./enc/koi8_r.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/single_byte.c : (null) /bin/mkdir -p ../../.ext/common/bigdecimal x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/koi8_u.o -c ./enc/koi8_u.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/transdb.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/shift_jis.o -c ./enc/shift_jis.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_16be.o -c ./enc/utf_16be.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf8_mac.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf_16_32.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_16le.o -c ./enc/utf_16le.c cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_32be.o -c ./enc/utf_32be.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode/name2ctype.h : (null) cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/korean.o -c ./enc/trans/korean.c x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_32le.o -c ./enc/utf_32le.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/windows_1251.o -c ./enc/windows_1251.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/us_ascii.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16be.c : (null) cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16le.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/encdb.so enc/encdb.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/big5.so enc/big5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32be.c : (null) cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/cp949.so enc/cp949.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32le.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_7.h : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_8.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/windows_1251.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/x_emoji.h : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gb2312.so enc/gb2312.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encdb.h : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gb18030.so enc/gb18030.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encoding.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gbk.so enc/gbk.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enum.c : (null) x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enumerator.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/error.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_error.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal' compiling continuation x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o continuation.o -c continuation.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_intern.h : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/continuation.so continuation.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_jump.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation' compiling coverage make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o coverage.o -c coverage.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.c : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.h : (null) x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/coverage.so coverage.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage' compiling curses x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/continuation.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/coverage.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " - --jobserver-fds=4,5 -j encs make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' /bin/mkdir -p .ext/x86_64-linux/enc .ext/x86_64-linux/enc/trans enc enc/trans make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/conftest.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/curses.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/dbm.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/bubblebabble.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/defs.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cfunc.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cptr.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/handle.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/win32 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc/etc.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl/fcntl.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber/fiber.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm/gdbm.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv/iconv.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock/nonblock.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait/wait.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex/complex.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational/rational.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/config.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace/objspace.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dh.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dsa.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_ec.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_rsa.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl_session.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_version.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509attr.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509cert.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509crl.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509ext.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509name.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509req.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509revoked.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509store.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ruby_missing.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/probe Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty/pty.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline/readline.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids1.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2table.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/tools Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/_sdbm.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/sdbm.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/addrinfo.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ancdata.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/basicsocket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/constants.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getaddrinfo.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getnameinfo.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/init.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ipsocket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/option.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/raddrinfo.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/rubysocket.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/socket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockport.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockssocket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpserver.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpsocket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/udpsocket.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixserver.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixsocket.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio/stringio.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan/strscan.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/bytecode.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/emitter.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/handler.c : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o curses.o -c curses.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/implicit.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/node.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/rubyext.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/token.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yaml2byte.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yamlbyte.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog/syslog.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-en Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-en/doc.org Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-jp Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-jp/doc.org Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_rb Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_rb2 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_tk Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tcltklib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt/scripts Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/bwidget Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/ICONS Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/catalog_demo Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tcllib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/blue Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/blue/blue Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/keramik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/keramik/keramik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/kroc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/kroc/kroc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/plastik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/plastik/plastik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page1 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page2 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page3 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page4 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkimg Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tktable Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/treectrl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/treectrl/pics Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/vu Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tcltklib.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tkutil Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tkutil/tkutil.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole/sample Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole/win32ole.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib/zlib.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/file.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.h : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lncursesw -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/golf_prelude.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses' compiling dbm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/goruby.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/hash.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubyio.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubysig.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/st.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/util.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/defines.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/encoding.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/intern.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/io.h : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o dbm.o -c dbm.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/missing.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/oniguruma.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/re.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/regex.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/ruby.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/st.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/util.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/version.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/vm.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/win32.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby.h : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/dbm.so dbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -ldb -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/inits.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm' compiling digest make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o digest.o -c digest.c /bin/mkdir -p ../../.ext/include/ruby Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns.inc : (null) /bin/mkdir -p ../../.ext/common/digest cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/digest.h ../../.ext/include/ruby Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns_info.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/io.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.h : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/known_errors.inc : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble' /bin/mkdir -p ../../../.ext/x86_64-linux/digest Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/lex.c : (null) x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o bubblebabble.o -c bubblebabble.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/load.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/main.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/man x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/marshal.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble' compiling digest/md5 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/math.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/method.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/miniprelude.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/misc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/acosh.c : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o md5init.o -c md5init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o md5ossl.o -c md5ossl.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/alloca.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/cbrt.c : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/close.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5' compiling digest/rmd160 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/crypt.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/dup2.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/erf.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/file.h : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o rmd160init.o -c rmd160init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o rmd160ossl.o -c rmd160ossl.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/fileblocks.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/finite.c : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/flock.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160' compiling digest/sha1 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/hypot.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isinf.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isnan.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/langinfo.c : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o sha1init.o -c sha1init.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/lgamma_r.c : (null) x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o sha1ossl.o -c sha1ossl.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memcmp.c : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memmove.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/os2.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1' compiling digest/sha2 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/signbit.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strchr.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strerror.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcat.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcpy.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strstr.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strtol.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/tgamma.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/newline.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node_name.inc : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o sha2init.o -c sha2init.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o sha2ossl.o -c sha2ossl.c cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/numeric.c : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2init.o sha2ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/object.c : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2' compiling dl Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/opt_sc.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optinsn.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optunifs.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/pack.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/prelude.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/proc.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/process.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/random.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/range.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/rational.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/re.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regcomp.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regerror.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regexec.c : (null) make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c /bin/mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regint.h : (null) cp ../.././ext/dl/lib/dl.rb ../../.ext/common cp ../.././ext/dl/dl.h ../../.ext/include/ruby handle.c: In function ‘rb_dlhandle_close’: handle.c:73: warning: format not a string literal and no format arguments Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regsyntax.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/revision.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ruby.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/safe.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/drb Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/logger Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/openssl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/optparse Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/pty Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rdoc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rdoc/markup Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/ripper Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rss Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/testunit Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/webrick Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/signal.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sprintf.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/st.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/strftime.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/string.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/struct.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-aeabi.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-pips.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/template Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.c : (null) x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/dl.so cptr.o handle.o dl.o cfunc.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -ldl -lpthread -lrt -ldl -lcrypt -lm -lc Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.h : (null) make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl' compiling dl/callback make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback' /bin/mkdir -p ../../../.ext/x86_64-linux/dl generating callback.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/time.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/timev.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/tool Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode.c : (null) x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback.o -c callback.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-0.o -c callback-0.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-1.o -c callback-1.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-2.o -c callback-2.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-3.o -c callback-3.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-4.o -c callback-4.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-5.o -c callback-5.c x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-6.o -c callback-6.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode_data.h : (null) x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-7.o -c callback-7.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transdb.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/util.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/variable.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_core.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_dump.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_eval.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_method.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_opts.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vmtc.inc : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vsnprintf.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/dir.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/win32.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/winmain.c : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/autom4te.cache Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bcc32 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/benchmark Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/benchmark/other-lang Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bin Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/cygwin Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/defs Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/CP Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/EMOJI Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/GB Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/JIS Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/extconf.h : (null) x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o callback-8.o -c callback-8.c Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2 Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-0.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-1.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-2.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-3.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-4.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-5.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-6.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-7.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-8.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback.c : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/extconf.h : (null) Version of /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/extconf.h : (null) Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/win32 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/probe Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/tools Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-en Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-en/doc.org Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-jp Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/demos-jp/doc.org Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_rb Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_rb2 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/msgs_tk Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tcltklib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/blt/scripts Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/bwidget Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/ICONS Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/catalog_demo Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/catalog_demo/images Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/iwidgets/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tcllib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/blue Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/blue/blue Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/keramik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/keramik/keramik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/kroc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/kroc/kroc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/plastik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tile/themes/plastik/plastik Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page1 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page2 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page3 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkHTML/page4 Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tkimg Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/tktable Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/treectrl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/treectrl/pics Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/sample/tkextlib/vu Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tkutil Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/man Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/misc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/drb Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/logger Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/openssl Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/optparse Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/pty Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rdoc Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rdoc/markup Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/ripper Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/rss Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/testunit Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sample/webrick Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/template Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/tool Searching for files in directory /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32 Reading and parsing tag files Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/array.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/array.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bignum.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/bignum.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/class.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/class.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compar.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compar.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compile.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/compile.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/complex.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/complex.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/cont.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/cont.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/debug.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dir.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dir.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln_find.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dln_find.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmydln.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmydln.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyencoding.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyencoding.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyext.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyext.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyversion.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/dmyversion.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/ascii.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/ascii.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/big5.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/big5.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/cp949.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/cp949.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/emacs_mule.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/emacs_mule.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/encdb.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/encdb.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_jp.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_jp.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_kr.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_kr.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_tw.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/euc_tw.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb18030.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb18030.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb2312.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gb2312.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gbk.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/gbk.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_2022_jp.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_2022_jp.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_1.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_1.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_10.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_10.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_11.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_11.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_13.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_13.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_14.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_14.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_15.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_15.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_16.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_16.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_3.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_3.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_4.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_4.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_5.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_5.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_6.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_6.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_7.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_7.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_8.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_8.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_9.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/iso_8859_9.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_r.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_r.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_u.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/koi8_u.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/shift_jis.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/shift_jis.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/big5.c... x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/dl/callback.so callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback' compiling dl/win32 compiling etc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/big5.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o etc.o -c etc.c Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/chinese.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/etc.so etc.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc' compiling fcntl make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o fcntl.o -c fcntl.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/chinese.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fcntl.so fcntl.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_iso2022_kddi.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl' compiling fiber make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o fiber.o -c fiber.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiber.so fiber.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber' compiling fiddle Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_iso2022_kddi.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_docomo.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_docomo.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_kddi.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.9/include -o conversions.o -c conversions.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.9/include -o function.o -c function.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.9/include -o fiddle.o -c fiddle.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.9/include -o closure.o -c closure.c /bin/mkdir -p ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_kddi.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_softbank.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/emoji_sjis_softbank.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiddle.so conversions.o function.o fiddle.o closure.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lffi -lffi -lpthread -lrt -ldl -lcrypt -lm -lc Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/escape.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/escape.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gb18030.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle' compiling gdbm Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gb18030.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o gdbm.o -c gdbm.c Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gbk.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/gbk.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/iso2022.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/iso2022.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_euc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_euc.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/gdbm.so gdbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_sjis.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm' compiling iconv Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/japanese_sjis.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/korean.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/korean.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/newline.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/newline.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/single_byte.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/single_byte.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/transdb.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/transdb.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf8_mac.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o iconv.o -c iconv.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf8_mac.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf_16_32.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/trans/utf_16_32.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode/name2ctype.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode/name2ctype.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/unicode.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/us_ascii.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/us_ascii.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16be.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16be.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16le.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_16le.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32be.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32be.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32le.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_32le.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_7.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_7.h... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/iconv.so iconv.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_8.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/utf_8.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/windows_1251.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/windows_1251.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/x_emoji.h... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv' compiling io/nonblock Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enc/x_emoji.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encdb.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encdb.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encoding.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/encoding.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enum.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enum.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enumerator.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/enumerator.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/error.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock' /bin/mkdir -p ../../../.ext/x86_64-linux/io x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o nonblock.o -c nonblock.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/error.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_error.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_error.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_intern.h... x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/nonblock.so nonblock.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_intern.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_jump.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/eval_jump.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock' compiling io/wait Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/bigdecimal.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/bigdecimal/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/continuation.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/continuation.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/continuation/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/coverage.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/coverage.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/coverage/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/conftest.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/curses.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/curses.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/dbm.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/dbm.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/bubblebabble.c... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o wait.o -c wait.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/bubblebabble.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/defs.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/defs.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/digest.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.c... x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/wait.so wait.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5init.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait' compiling mathn/complex make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex' /bin/mkdir -p ../../../.ext/x86_64-linux/mathn x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o complex.o -c complex.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.c... x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/mathn/complex.so complex.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/md5ossl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex' compiling mathn/rational make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational' x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o rational.o -c rational.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.h... x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/mathn/rational.so rational.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160init.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational' compiling nkf make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o nkf.o -c nkf.c cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/rmd160ossl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1init.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/sha1ossl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2init.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/sha2ossl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cfunc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cfunc.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cptr.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/cptr.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/dl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/handle.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/handle.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc/etc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/etc/etc.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl/fcntl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fcntl/fcntl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber/fiber.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiber/fiber.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/closure.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/conversions.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/fiddle.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/fiddle/function.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm/gdbm.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/gdbm/gdbm.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv/iconv.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/iconv/iconv.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock/nonblock.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/nonblock/nonblock.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait/wait.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/io/wait/wait.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex/complex.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/complex/complex.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational/rational.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/mathn/rational/rational.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/config.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/config.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/nkf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf-utf8/utf8tbl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf/nkf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace/objspace.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace/objspace.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/openssl_missing.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_asn1.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bio.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_bn.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_cipher.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_config.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_digest.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_engine.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_hmac.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ns_spki.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ocsp.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs12.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs5.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkcs7.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dh.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dh.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dsa.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_dsa.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_ec.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_ec.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_rsa.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_pkey_rsa.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_rand.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl_session.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_ssl_session.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_version.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_version.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.h... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/nkf.so nkf.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509attr.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509attr.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509cert.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509cert.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509crl.c... make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/nkf' compiling objspace make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/objspace -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o objspace.o -c objspace.c Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509crl.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509ext.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509ext.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509name.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509name.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509req.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509req.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509revoked.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509revoked.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509store.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ossl_x509store.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ruby_missing.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl/ruby_missing.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/emitter.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/parser.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/psych.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/to_ruby.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/psych/yaml_tree.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty/pty.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty/pty.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline/readline.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline/readline.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids1.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids1.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2table.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/eventids2table.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/objspace.so objspace.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/objspace' compiling openssl Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y... /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:18: Warning: include file ruby/ruby.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:19: Warning: include file ruby/st.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:20: Warning: include file ruby/encoding.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h:33: Warning: include file ruby/config.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h:34: Warning: include file ruby/defines.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h:40: Warning: include file ruby/oniguruma.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:25: Warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:26: Warning: include file errno.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y:27: Warning: include file ctype.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.c:12: Warning: include file ruby/ruby.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper/ripper.y... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/_sdbm.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/_sdbm.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/init.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/sdbm.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm/sdbm.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/addrinfo.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/addrinfo.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ancdata.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ancdata.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/basicsocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/basicsocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/constants.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/constants.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getaddrinfo.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getaddrinfo.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getnameinfo.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/getnameinfo.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/init.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/init.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ipsocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/ipsocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/option.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/option.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/raddrinfo.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/raddrinfo.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/rubysocket.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/rubysocket.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/socket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/socket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockport.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockport.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockssocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/sockssocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpserver.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpserver.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpsocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/tcpsocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/udpsocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/udpsocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixserver.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixserver.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixsocket.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket/unixsocket.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio/stringio.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio/stringio.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan/strscan.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan/strscan.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/bytecode.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/bytecode.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/emitter.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/emitter.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/gram.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/handler.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/handler.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/implicit.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/implicit.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/node.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/node.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/rubyext.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/rubyext.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/syck.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/token.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/token.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yaml2byte.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yaml2byte.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yamlbyte.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck/yamlbyte.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog/syslog.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog/syslog.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/stubs.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tcltklib.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tcltklib.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tkutil/tkutil.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/tk/tkutil/tkutil.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole/win32ole.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/win32ole/win32ole.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib/zlib.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib/zlib.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/file.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/file.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/gc.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/golf_prelude.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/golf_prelude.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/goruby.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/goruby.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/hash.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/hash.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubyio.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubyio.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubysig.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/rubysig.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/st.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/st.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/util.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/backward/util.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/defines.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/defines.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/encoding.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/encoding.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/intern.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/intern.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/io.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/io.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/missing.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/missing.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/oniguruma.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/oniguruma.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/re.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/re.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/regex.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/regex.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/ruby.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/ruby.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/st.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/st.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/util.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/util.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/version.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/version.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/vm.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/vm.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/win32.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby/win32.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/include/ruby.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/inits.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/inits.c... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns.inc... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns_info.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/insns_info.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/io.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/io.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/iseq.h... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/known_errors.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/known_errors.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/lex.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/lex.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/load.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/load.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/main.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/main.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/marshal.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/marshal.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/math.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/math.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/method.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/method.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/miniprelude.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/miniprelude.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/acosh.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/acosh.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/alloca.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/alloca.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/cbrt.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/cbrt.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/close.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/close.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/crypt.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/crypt.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/dup2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/dup2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/erf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/erf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/file.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/file.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/fileblocks.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/fileblocks.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/finite.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/finite.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/flock.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/flock.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/hypot.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/hypot.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isinf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isinf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isnan.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/isnan.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/langinfo.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/langinfo.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/lgamma_r.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/lgamma_r.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memcmp.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memcmp.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memmove.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/memmove.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/os2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/os2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/signbit.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/signbit.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strchr.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strchr.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strerror.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strerror.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcat.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcat.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcpy.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strlcpy.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strstr.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strstr.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strtol.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/strtol.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/tgamma.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/missing/tgamma.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/newline.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/newline.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node.h... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node_name.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/node_name.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/numeric.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/numeric.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/object.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/object.c... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/opt_sc.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/opt_sc.inc... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optinsn.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optinsn.inc... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optunifs.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/optunifs.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/pack.c... /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/pack.c:89: warning: preprocessing issue while doing constant expression evaluation: syntax error Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/pack.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y... /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:18: Warning: include file ruby/ruby.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:19: Warning: include file ruby/st.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:20: Warning: include file ruby/encoding.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h:40: Warning: include file ruby/oniguruma.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:25: Warning: include file stdio.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:26: Warning: include file errno.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y:27: Warning: include file ctype.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/id.c:12: Warning: include file ruby/ruby.h not found, perhaps you forgot to add its directory to INCLUDE_PATH? Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/parse.y... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/prelude.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/prelude.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/proc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/proc.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/process.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/process.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/random.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/random.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/range.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/range.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/rational.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/rational.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/re.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/re.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regcomp.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regcomp.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regenc.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regerror.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regerror.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regexec.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regexec.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regint.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regint.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regparse.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regsyntax.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/regsyntax.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/revision.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/revision.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ruby.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ruby.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/safe.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/safe.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/signal.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/signal.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sprintf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/sprintf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/st.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/st.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/strftime.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/strftime.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/string.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/string.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/struct.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/struct.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-aeabi.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-aeabi.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-pips.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/symbian/missing-pips.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_pthread.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/thread_win32.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/time.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/time.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/timev.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/timev.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode_data.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transcode_data.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transdb.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/transdb.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/util.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/util.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/variable.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/variable.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/version.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.c... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_core.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_core.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_dump.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_dump.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_eval.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_eval.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_exec.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_insnhelper.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_method.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_method.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_opts.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vm_opts.h... Reading /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vmtc.inc... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vmtc.inc... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vsnprintf.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/vsnprintf.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/dir.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/dir.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/win32.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/win32.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/winmain.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/win32/winmain.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dbm/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/bubblebabble/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/md5/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/rmd160/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha1/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/digest/sha2/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-0.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-0.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-1.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-1.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-2.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-2.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-3.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-3.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-4.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-4.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-5.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-5.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-6.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-6.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-7.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-7.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-8.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback-8.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback.c... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/callback.c... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/callback/extconf.h... Preprocessing /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/extconf.h... Parsing file /var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/dl/extconf.h... 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... Sorting member lists... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Combining using relations... Adding members to index pages... make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o openssl_missing.o -c openssl_missing.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509cert.o -c ossl_x509cert.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_asn1.o -c ossl_asn1.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ssl.o -c ossl_ssl.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_bn.o -c ossl_bn.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs12.o -c ossl_pkcs12.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_rand.o -c ossl_rand.c Generating style sheet... Generating index page... Generating page index... Generating example documentation... Generating file sources... Generating code for file array.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ssl_session.o -c ossl_ssl_session.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs5.o -c ossl_pkcs5.c Generating code for file bignum.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey.o -c ossl_pkey.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_config.o -c ossl_config.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_ec.o -c ossl_pkey_ec.c Generating code for file class.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_dh.o -c ossl_pkey_dh.c Generating code for file compar.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_engine.o -c ossl_engine.c Generating code for file compile.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl.o -c ossl.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509crl.o -c ossl_x509crl.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509ext.o -c ossl_x509ext.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_bio.o -c ossl_bio.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509revoked.o -c ossl_x509revoked.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509store.o -c ossl_x509store.c Generating code for file complex.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ocsp.o -c ossl_ocsp.c Generating code for file ext/mathn/complex/complex.c... Generating code for file cont.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509req.o -c ossl_x509req.c Generating code for file debug.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509attr.o -c ossl_x509attr.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs7.o -c ossl_pkcs7.c Generating code for file debug.h... Generating code for file dir.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_digest.o -c ossl_digest.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_cipher.o -c ossl_cipher.c Generating code for file dln.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_hmac.o -c ossl_hmac.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c Generating code for file dln.h... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ns_spki.o -c ossl_ns_spki.c Generating code for file dln_find.c... Generating code for file dmydln.c... Generating code for file dmyencoding.c... x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509.o -c ossl_x509.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509name.o -c ossl_x509name.c Generating code for file dmyext.c... /bin/mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl Generating code for file dmyversion.c... cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl Generating code for file enc/ascii.c... Generating code for file enc/big5.c... Generating code for file enc/trans/big5.c... x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/openssl.so openssl_missing.o ossl_x509cert.o ossl_asn1.o ossl_ssl.o ossl_pkey_dsa.o ossl_bn.o ossl_pkcs12.o ossl_rand.o ossl_ssl_session.o ossl_pkcs5.o ossl_pkey.o ossl_config.o ossl_pkey_ec.o ossl_pkey_dh.o ossl_engine.o ossl.o ossl_x509crl.o ossl_x509ext.o ossl_bio.o ossl_x509revoked.o ossl_x509store.o ossl_ocsp.o ossl_x509req.o ossl_x509attr.o ossl_pkcs7.o ossl_digest.o ossl_cipher.o ossl_hmac.o ossl_pkey_rsa.o ossl_ns_spki.o ossl_x509.o ossl_x509name.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/openssl' compiling pty make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o pty.o -c pty.c cp ../.././ext/pty/lib/expect.rb ../../.ext/common pty.c: In function ‘chfunc’: pty.c:209: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result pty.c: In function ‘establishShell’: pty.c:269: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/pty.so pty.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lutil -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/pty' compiling readline make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o readline.o -c readline.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/readline.so readline.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lreadline -lncurses -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/readline' compiling ripper make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ripper.o -c ripper.c /bin/mkdir -p ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/x86_64-linux' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/ripper.so ripper.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/ripper' compiling sdbm make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o _sdbm.o -c _sdbm.c _sdbm.c: In function ‘makroom’: _sdbm.c:425: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/sdbm.so init.o _sdbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/sdbm' compiling socket make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket' generating constant definitions generating constant definitions cp ../.././ext/socket/lib/socket.rb ../../.ext/common x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o basicsocket.o -c basicsocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o socket.o -c socket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ipsocket.o -c ipsocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o tcpsocket.o -c tcpsocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o tcpserver.o -c tcpserver.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o sockssocket.o -c sockssocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o udpsocket.o -c udpsocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o unixsocket.o -c unixsocket.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o unixserver.o -c unixserver.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o option.o -c option.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o ancdata.o -c ancdata.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o raddrinfo.o -c raddrinfo.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o constants.o -c constants.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/socket.so init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/socket' compiling stringio make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o stringio.o -c stringio.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/stringio.so stringio.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/stringio' compiling strscan make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o strscan.o -c strscan.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/strscan.so strscan.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/strscan' compiling syck make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o yaml2byte.o -c yaml2byte.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o gram.o -c gram.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o token.o -c token.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o node.o -c node.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o bytecode.o -c bytecode.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o handler.o -c handler.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o implicit.o -c implicit.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o emitter.o -c emitter.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o syck.o -c syck.c x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o rubyext.o -c rubyext.c /bin/mkdir -p ../../.ext/common/syck /bin/mkdir -p ../../.ext/common/yaml cp ../.././ext/syck/lib/syck/basenode.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/types.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/loader.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/ypath.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/baseemitter.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/tag.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/constants.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/error.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/stream.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/syck.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/rubytypes.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/yamlnode.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/encoding.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/stringio.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck.rb ../../.ext/common cp ../.././ext/syck/lib/yaml/syck.rb ../../.ext/common/yaml x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/syck.so yaml2byte.o gram.o token.o node.o bytecode.o handler.o implicit.o emitter.o syck.o rubyext.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syck' compiling syslog make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o syslog.o -c syslog.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/syslog.so syslog.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/syslog' compiling tk/tkutil compiling win32ole compiling zlib make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib' x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -o zlib.o -c zlib.c x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/zlib.so zlib.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lz -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/zlib' making ruby19 make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' x86_64-pc-linux-gnu-gcc -march=core2 -msse4 -msse4.1 -msse4.2 -mcx16 -msahf -O2 -pipe -fno-strict-aliasing -fPIC -L. -Wl,-O1 -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed main.o -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby19 -lpthread -lrt -ldl -lcrypt -lm -o ruby19 make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2' Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "." ./ruby19: No such file or directory -- ./bin/rdoc (LoadError) make: *** [rdoc] Error 1 make: *** Waiting for unfinished jobs.... Generating code for file enc/cp949.c... Generating code for file enc/emacs_mule.c... Generating code for file enc/encdb.c... Generating code for file enc/euc_jp.c... Generating code for file enc/euc_kr.c... Generating code for file enc/euc_tw.c... Generating code for file enc/gb18030.c... Generating code for file enc/trans/gb18030.c... Generating code for file enc/gb2312.c... Generating code for file enc/gbk.c... Generating code for file enc/trans/gbk.c... Generating code for file enc/iso_2022_jp.h... Generating code for file enc/iso_8859_1.c... Generating code for file enc/iso_8859_10.c... Generating code for file enc/iso_8859_11.c... Generating code for file enc/iso_8859_13.c... Generating code for file enc/iso_8859_14.c... Generating code for file enc/iso_8859_15.c... Generating code for file enc/iso_8859_16.c... Generating code for file enc/iso_8859_2.c... Generating code for file enc/iso_8859_3.c... Generating code for file enc/iso_8859_4.c... Generating code for file enc/iso_8859_5.c... Generating code for file enc/iso_8859_6.c... Generating code for file enc/iso_8859_7.c... Generating code for file enc/iso_8859_8.c... Generating code for file enc/iso_8859_9.c... Generating code for file enc/koi8_r.c... Generating code for file enc/koi8_u.c... Generating code for file enc/shift_jis.c... Generating code for file enc/trans/chinese.c... Generating code for file enc/trans/emoji.c... Generating code for file enc/trans/emoji_iso2022_kddi.c... Generating code for file enc/trans/emoji_sjis_docomo.c... Generating code for file enc/trans/emoji_sjis_kddi.c... Generating code for file enc/trans/emoji_sjis_softbank.c... Generating code for file enc/trans/escape.c... Generating code for file enc/trans/iso2022.c... Generating code for file enc/trans/japanese.c... Generating code for file enc/trans/japanese_euc.c... Generating code for file enc/trans/japanese_sjis.c... Generating code for file enc/trans/korean.c... Generating code for file enc/trans/newline.c... Generating code for file newline.c... Generating code for file enc/trans/single_byte.c... Generating code for file enc/trans/transdb.c... Generating code for file enc/trans/utf8_mac.c... Generating code for file enc/trans/utf_16_32.c... Generating code for file enc/unicode.c... Generating code for file enc/unicode/name2ctype.h... Generating code for file enc/us_ascii.c... Generating code for file enc/utf_16be.c... Generating code for file enc/utf_16le.c... Generating code for file enc/utf_32be.c... Generating code for file enc/utf_32le.c... Generating code for file enc/utf_7.h... Generating code for file enc/utf_8.c... Generating code for file enc/windows_1251.c... Generating code for file enc/x_emoji.h... Generating code for file encdb.h... 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/bigdecimal/extconf.h... Generating code for file ext/continuation/extconf.h... Generating code for file ext/coverage/extconf.h... Generating code for file ext/curses/extconf.h... Generating code for file ext/dbm/extconf.h... Generating code for file ext/digest/bubblebabble/extconf.h... Generating code for file ext/digest/extconf.h... Generating code for file ext/digest/md5/extconf.h... Generating code for file ext/digest/rmd160/extconf.h... Generating code for file ext/digest/sha1/extconf.h... Generating code for file ext/digest/sha2/extconf.h... Generating code for file ext/dl/callback/extconf.h... Generating code for file ext/dl/extconf.h... Generating code for file ext/continuation/continuation.c... Generating code for file ext/coverage/coverage.c... Generating code for file ext/curses/conftest.c... error: file `/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2/ext/curses/conftest.c' not found Generating code for file ext/curses/curses.c... 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/callback/callback-0.c... Generating code for file ext/dl/callback/callback-1.c... Generating code for file ext/dl/callback/callback-2.c... Generating code for file ext/dl/callback/callback-3.c... Generating code for file ext/dl/callback/callback-4.c... Generating code for file ext/dl/callback/callback-5.c... Generating code for file ext/dl/callback/callback-6.c... Generating code for file ext/dl/callback/callback-7.c... Generating code for file ext/dl/callback/callback-8.c... Generating code for file ext/dl/callback/callback.c... 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/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/gdbm/gdbm.c... Generating code for file ext/iconv/iconv.c... Generating code for file ext/io/nonblock/nonblock.c... Generating code for file ext/io/wait/wait.c... 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/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/psych/emitter.c... Generating code for file ext/syck/emitter.c... Generating code for file ext/psych/emitter.h... Generating code for file ext/psych/parser.c... Generating code for file ext/psych/parser.h... Generating code for file ext/psych/psych.c... Generating code for file ext/psych/psych.h... Generating code for file ext/psych/to_ruby.c... Generating code for file ext/psych/to_ruby.h... Generating code for file ext/psych/yaml_tree.c... Generating code for file ext/psych/yaml_tree.h... Generating code for file ext/pty/pty.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/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/syck/bytecode.c... Generating code for file ext/syck/gram.c... Generating code for file ext/syck/gram.h... Generating code for file ext/syck/handler.c... Generating code for file ext/syck/implicit.c... Generating code for file ext/syck/node.c... Generating code for file node.c... Generating code for file ext/syck/rubyext.c... Generating code for file ext/syck/syck.c... Generating code for file ext/syck/syck.h... Generating code for file ext/syck/token.c... Generating code for file ext/syck/yaml2byte.c... Generating code for file ext/syck/yamlbyte.h... 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 gc.c... Generating code for file gc.h... Generating code for file golf_prelude.c... 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/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/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/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 insns.inc... Generating code for file insns_info.inc... Generating code for file io.c... Generating code for file iseq.c... Generating code for file iseq.h... Generating code for file known_errors.inc... 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 miniprelude.c... 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/crypt.c... Generating code for file missing/dup2.c... Generating code for file missing/erf.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/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 node.h... Generating code for file node_name.inc... Generating code for file numeric.c... Generating code for file object.c... Generating code for file opt_sc.inc... Generating code for file optinsn.inc... Generating code for file optunifs.inc... 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 prelude.c... 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 safe.c... Generating code for file signal.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 transdb.h... Generating code for file util.c... Generating code for file variable.c... Generating code for file version.c... Generating code for file vm.c... Generating code for file vm.inc... Generating code for file vm_core.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 vmtc.inc... Generating code for file vsnprintf.c... Generating code for file win32/dir.h... Generating code for file win32/win32.c... Generating code for file win32/winmain.c... Generating file documentation... 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 cont.c... Generating docs for file debug.c... Generating docs for file debug.h... 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 enc/ascii.c... Generating docs for file enc/big5.c... Generating docs for file enc/trans/big5.c... Generating docs for file enc/cp949.c... Generating docs for file enc/emacs_mule.c... Generating docs for file enc/encdb.c... Generating docs for file enc/euc_jp.c... Generating docs for file enc/euc_kr.c... Generating docs for file enc/euc_tw.c... Generating docs for file enc/gb18030.c... Generating docs for file enc/trans/gb18030.c... Generating docs for file enc/gb2312.c... Generating docs for file enc/gbk.c... Generating docs for file enc/trans/gbk.c... Generating docs for file enc/iso_2022_jp.h... Generating docs for file enc/iso_8859_1.c... Generating docs for file enc/iso_8859_10.c... Generating docs for file enc/iso_8859_11.c... Generating docs for file enc/iso_8859_13.c... Generating docs for file enc/iso_8859_14.c... Generating docs for file enc/iso_8859_15.c... Generating docs for file enc/iso_8859_16.c... Generating docs for file enc/iso_8859_2.c... Generating docs for file enc/iso_8859_3.c... Generating docs for file enc/iso_8859_4.c... Generating docs for file enc/iso_8859_5.c... Generating docs for file enc/iso_8859_6.c... Generating docs for file enc/iso_8859_7.c... Generating docs for file enc/iso_8859_8.c... Generating docs for file enc/iso_8859_9.c... Generating docs for file enc/koi8_r.c... Generating docs for file enc/koi8_u.c... Generating docs for file enc/shift_jis.c... Generating docs for file enc/trans/chinese.c... Generating docs for file enc/trans/emoji.c... Generating docs for file enc/trans/emoji_iso2022_kddi.c... Generating docs for file enc/trans/emoji_sjis_docomo.c... Generating docs for file enc/trans/emoji_sjis_kddi.c... Generating docs for file enc/trans/emoji_sjis_softbank.c... Generating docs for file enc/trans/escape.c... Generating docs for file enc/trans/iso2022.c... Generating docs for file enc/trans/japanese.c... Generating docs for file enc/trans/japanese_euc.c... Generating docs for file enc/trans/japanese_sjis.c... Generating docs for file enc/trans/korean.c... Generating docs for file enc/trans/newline.c... Generating docs for file newline.c... Generating docs for file enc/trans/single_byte.c... Generating docs for file enc/trans/transdb.c... Generating docs for file enc/trans/utf8_mac.c... Generating docs for file enc/trans/utf_16_32.c... Generating docs for file enc/unicode.c... Generating docs for file enc/unicode/name2ctype.h... Generating docs for file enc/us_ascii.c... Generating docs for file enc/utf_16be.c... Generating docs for file enc/utf_16le.c... Generating docs for file enc/utf_32be.c... Generating docs for file enc/utf_32le.c... Generating docs for file enc/utf_7.h... Generating docs for file enc/utf_8.c... Generating docs for file enc/windows_1251.c... Generating docs for file enc/x_emoji.h... Generating docs for file encdb.h... 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/bigdecimal/extconf.h... Generating docs for file ext/continuation/extconf.h... Generating docs for file ext/coverage/extconf.h... Generating docs for file ext/curses/extconf.h... Generating docs for file ext/dbm/extconf.h... Generating docs for file ext/digest/bubblebabble/extconf.h... Generating docs for file ext/digest/extconf.h... Generating docs for file ext/digest/md5/extconf.h... Generating docs for file ext/digest/rmd160/extconf.h... Generating docs for file ext/digest/sha1/extconf.h... Generating docs for file ext/digest/sha2/extconf.h... Generating docs for file ext/dl/callback/extconf.h... Generating docs for file ext/dl/extconf.h... Generating docs for file ext/continuation/continuation.c... Generating docs for file ext/coverage/coverage.c... Generating docs for file ext/curses/conftest.c... Generating docs for file ext/curses/curses.c... 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/callback/callback-0.c... Generating docs for file ext/dl/callback/callback-1.c... Generating docs for file ext/dl/callback/callback-2.c... Generating docs for file ext/dl/callback/callback-3.c... Generating docs for file ext/dl/callback/callback-4.c... Generating docs for file ext/dl/callback/callback-5.c... Generating docs for file ext/dl/callback/callback-6.c... Generating docs for file ext/dl/callback/callback-7.c... Generating docs for file ext/dl/callback/callback-8.c... Generating docs for file ext/dl/callback/callback.c... 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/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/gdbm/gdbm.c... Generating docs for file ext/iconv/iconv.c... Generating docs for file ext/io/nonblock/nonblock.c... Generating docs for file ext/io/wait/wait.c... 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/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/psych/emitter.c... Generating docs for file ext/syck/emitter.c... Generating docs for file ext/psych/emitter.h... Generating docs for file ext/psych/parser.c... Generating docs for file ext/psych/parser.h... Generating docs for file ext/psych/psych.c... Generating docs for file ext/psych/psych.h... Generating docs for file ext/psych/to_ruby.c... Generating docs for file ext/psych/to_ruby.h... Generating docs for file ext/psych/yaml_tree.c... Generating docs for file ext/psych/yaml_tree.h... Generating docs for file ext/pty/pty.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/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/syck/bytecode.c... Generating docs for file ext/syck/gram.c... Generating docs for file ext/syck/gram.h... Generating docs for file ext/syck/handler.c... Generating docs for file ext/syck/implicit.c... Generating docs for file ext/syck/node.c... Generating docs for file node.c... Generating docs for file ext/syck/rubyext.c... Generating docs for file ext/syck/syck.c... Generating docs for file ext/syck/syck.h... Generating docs for file ext/syck/token.c... Generating docs for file ext/syck/yaml2byte.c... Generating docs for file ext/syck/yamlbyte.h... 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 gc.c... Generating docs for file gc.h... Generating docs for file golf_prelude.c... 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/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/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/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 insns.inc... Generating docs for file insns_info.inc... Generating docs for file io.c... Generating docs for file iseq.c... Generating docs for file iseq.h... Generating docs for file known_errors.inc... 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 miniprelude.c... 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/crypt.c... Generating docs for file missing/dup2.c... Generating docs for file missing/erf.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/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 node.h... Generating docs for file node_name.inc... Generating docs for file numeric.c... Generating docs for file object.c... Generating docs for file opt_sc.inc... Generating docs for file optinsn.inc... Generating docs for file optunifs.inc... 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 prelude.c... 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 safe.c... Generating docs for file signal.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 transdb.h... Generating docs for file util.c... Generating docs for file variable.c... Generating docs for file version.c... Generating docs for file vm.c... Generating docs for file vm.inc... Generating docs for file vm_core.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 vmtc.inc... Generating docs for file vsnprintf.c... Generating docs for file win32/dir.h... Generating docs for file win32/win32.c... Generating docs for file win32/winmain.c... Generating page documentation... Generating group documentation... 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 _syck_emitter... Generating docs for compound _syck_emitter_node... Generating docs for compound _syck_file... Generating docs for compound _syck_level... Generating docs for compound _syck_node... Generating docs for compound _syck_parser... Generating docs for compound _syck_str... 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 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 bytestring_t... Generating docs for compound C_block... Generating docs for compound cache_entry... Generating docs for compound call_queue... Generating docs for compound call_trace_func_args... Generating docs for compound CallNode... Generating docs for compound CaseFold_11_Type... Generating docs for compound CaseUnfold_11_Type... Generating docs for compound CaseUnfold_12_Type... Generating docs for compound CaseUnfold_13_Type... Generating docs for compound cbsubst_info... Generating docs for compound CClassNode... 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 clone_method_data... Generating docs for compound cmd_body_arg... Generating docs for compound cmdline_options... Generating docs for compound CodePointList2... Generating docs for compound CodePointList3... Generating docs for compound connect_arg... Generating docs for compound ConsAltNode... Generating docs for compound conv_method_tbl... Generating docs for compound copy_stream_struct... Generating docs for compound CtypeNode... 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 emitter_xtra... 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 evloop_params... Generating docs for compound exec_info... Generating docs for compound exec_recursive_params... 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 force_finalize_list... Generating docs for compound foreach_arg... Generating docs for compound foreach_safe_arg... Generating docs for compound from_utf8_mac_status... 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 hash_foreach_arg... Generating docs for compound heaps_slot... Generating docs for compound hostent_arg... Generating docs for compound IApplyCaseFoldArg... Generating docs for compound iconv_env_t... 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_struct... 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_insn_info_entry... Generating docs for compound iseq_label_data... 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 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_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 mktime_arg... 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 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 obj_ivar_tag... 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 opt_case_dispatch_i_arg... 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 parser_xtra... Generating docs for compound pipe_list... Generating docs for compound posix_regmatch_t... Generating docs for compound PosixBracketEntryType... Generating docs for compound prelude_env... Generating docs for compound ptr_data... Generating docs for compound pty_info... Generating docs for compound QtfrNode... Generating docs for compound RArray... Generating docs for compound rb_addrinfo_t... 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_classext_t... Generating docs for compound rb_compile_option_struct... Generating docs for compound rb_context_struct... Generating docs for compound rb_control_frame_t... Generating docs for compound rb_data_type_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_exec_arg... Generating docs for compound rb_fiber_struct... Generating docs for compound rb_global_entry... Generating docs for compound rb_iconv_opt_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_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 compound rb_proc_t... Generating docs for compound rb_random_t... Generating docs for compound rb_thread_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 RBasic... Generating docs for compound RBignum... Generating docs for compound RClass... Generating docs for compound RComplex... Generating docs for compound RData... Generating docs for compound re_pattern_buffer... Generating docs for compound re_registers... Generating docs for compound Real... Generating docs for compound recvfrom_arg... Generating docs for compound reg_named_capture_assign_t... Generating docs for compound rescue_funcall_args... Generating docs for compound RFile... Generating docs for compound RFloat... Generating docs for compound RHash... 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 RNode... Generating docs for compound RObject... Generating docs for compound RRational... Generating docs for compound RRegexp... Generating docs for compound rsock_send_arg... Generating docs for compound RString... Generating docs for compound RStruct... Generating docs for compound RTypedData... Generating docs for compound RVALUE... Generating docs for compound s_double... Generating docs for compound s_float... Generating docs for compound s_int... Generating docs for compound s_long... Generating docs for compound s_short... Generating docs for compound s_voidp... 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 SHA1_CTX... Generating docs for compound shift_var... Generating docs for compound signals... Generating docs for compound slicebefore_arg... Generating docs for compound sockaddr_storage... Generating docs for compound sockinet... Generating docs for compound st_hash_type... Generating docs for compound st_str_end_key... Generating docs for compound st_table... Generating docs for compound st_table_entry... Generating docs for compound stack_node... 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 timespec... Generating docs for compound timeval... Generating docs for compound timezone... Generating docs for compound tms... Generating docs for compound token_assoc... Generating docs for compound token_info... 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 trap_arg... Generating docs for compound type_cclass_key... Generating docs for compound types... Generating docs for compound U... Generating docs for compound udp_arg... Generating docs for compound uniname2ctype_struct... Generating docs for compound unlinked_method_entry_list_entry... Generating docs for compound UnsetAddr... Generating docs for compound UnsetAddrList... Generating docs for compound utimbuf... Generating docs for compound utime_args... Generating docs for compound vtable... Generating docs for compound vtm... Generating docs for compound wait_connectable_arg... Generating docs for compound wait_data... Generating docs for compound wait_readable_arg... Generating docs for compound wgetch_arg... Generating docs for compound wgetstr_arg... Generating docs for compound windata... Generating docs for compound WSAMSG... Generating docs for compound yaml_instruction... Generating docs for compound yielder... Generating docs for compound yyalloc... Generating docs for compound YYSTYPE... Generating docs for compound zstream... Generating docs for nested compound zstream::zstream_funcs... Generating namespace index... Generating namespace member index... Generating graph info page... Generating file index... Generating example index... Generating file member index... finalizing index lists... Generating dot graphs using 9 parallel threads... Running dot for graph 1/445 Running dot for graph 2/445 Running dot for graph 3/445 Running dot for graph 4/445 Running dot for graph 5/445 Running dot for graph 6/445 Running dot for graph 7/445 Running dot for graph 8/445 Running dot for graph 9/445 Running dot for graph 10/445 Running dot for graph 11/445 Running dot for graph 12/445 Running dot for graph 13/445 Running dot for graph 14/445 Running dot for graph 15/445 Running dot for graph 16/445 Running dot for graph 17/445 Running dot for graph 18/445 Running dot for graph 19/445 Running dot for graph 20/445 Running dot for graph 21/445 Running dot for graph 22/445 Running dot for graph 23/445 Running dot for graph 24/445 Running dot for graph 25/445 Running dot for graph 26/445 Running dot for graph 27/445 Running dot for graph 28/445 Running dot for graph 29/445 Running dot for graph 30/445 Running dot for graph 31/445 Running dot for graph 32/445 Running dot for graph 33/445 Running dot for graph 34/445 Running dot for graph 35/445 Running dot for graph 36/445 Running dot for graph 37/445 Running dot for graph 38/445 Running dot for graph 39/445 Running dot for graph 40/445 Running dot for graph 41/445 Running dot for graph 42/445 Running dot for graph 43/445 Running dot for graph 44/445 Running dot for graph 45/445 Running dot for graph 46/445 Running dot for graph 47/445 Running dot for graph 48/445 Running dot for graph 49/445 Running dot for graph 50/445 Running dot for graph 51/445 Running dot for graph 52/445 Running dot for graph 53/445 Running dot for graph 54/445 Running dot for graph 55/445 Running dot for graph 56/445 Running dot for graph 57/445 Running dot for graph 58/445 Running dot for graph 59/445 Running dot for graph 60/445 Running dot for graph 61/445 Running dot for graph 62/445 Running dot for graph 63/445 Running dot for graph 64/445 Running dot for graph 65/445 Running dot for graph 66/445 Running dot for graph 67/445 Running dot for graph 68/445 Running dot for graph 69/445 Running dot for graph 70/445 Running dot for graph 71/445 Running dot for graph 72/445 Running dot for graph 73/445 Running dot for graph 74/445 Running dot for graph 75/445 Running dot for graph 76/445 Running dot for graph 77/445 Running dot for graph 78/445 Running dot for graph 79/445 Running dot for graph 80/445 Running dot for graph 81/445 Running dot for graph 82/445 Running dot for graph 83/445 Running dot for graph 84/445 Running dot for graph 85/445 Running dot for graph 86/445 Running dot for graph 87/445 Running dot for graph 88/445 Running dot for graph 89/445 Running dot for graph 90/445 Running dot for graph 91/445 Running dot for graph 92/445 Running dot for graph 93/445 Running dot for graph 94/445 Running dot for graph 95/445 Running dot for graph 96/445 Running dot for graph 97/445 Running dot for graph 98/445 Running dot for graph 99/445 Running dot for graph 100/445 Running dot for graph 101/445 Running dot for graph 102/445 Running dot for graph 103/445 Running dot for graph 104/445 Running dot for graph 105/445 Running dot for graph 106/445 Running dot for graph 107/445 Running dot for graph 108/445 Running dot for graph 109/445 Running dot for graph 110/445 Running dot for graph 111/445 Running dot for graph 112/445 Running dot for graph 113/445 Running dot for graph 114/445 Running dot for graph 115/445 Running dot for graph 116/445 Running dot for graph 117/445 Running dot for graph 118/445 Running dot for graph 119/445 Running dot for graph 120/445 Running dot for graph 121/445 Running dot for graph 122/445 Running dot for graph 123/445 Running dot for graph 124/445 Running dot for graph 125/445 Running dot for graph 126/445 Running dot for graph 127/445 Running dot for graph 128/445 Running dot for graph 129/445 Running dot for graph 130/445 Running dot for graph 131/445 Running dot for graph 132/445 Running dot for graph 133/445 Running dot for graph 134/445 Running dot for graph 135/445 Running dot for graph 136/445 Running dot for graph 137/445 Running dot for graph 138/445 Running dot for graph 139/445 Running dot for graph 140/445 Running dot for graph 141/445 Running dot for graph 142/445 Running dot for graph 143/445 Running dot for graph 144/445 Running dot for graph 145/445 Running dot for graph 146/445 Running dot for graph 147/445 Running dot for graph 148/445 Running dot for graph 149/445 Running dot for graph 150/445 Running dot for graph 151/445 Running dot for graph 152/445 Running dot for graph 153/445 Running dot for graph 154/445 Running dot for graph 155/445 Running dot for graph 156/445 Running dot for graph 157/445 Running dot for graph 158/445 Running dot for graph 159/445 Running dot for graph 160/445 Running dot for graph 161/445 Running dot for graph 162/445 Running dot for graph 163/445 Running dot for graph 164/445 Running dot for graph 165/445 Running dot for graph 166/445 Running dot for graph 167/445 Running dot for graph 168/445 Running dot for graph 169/445 Running dot for graph 170/445 Running dot for graph 171/445 Running dot for graph 172/445 Running dot for graph 173/445 Running dot for graph 174/445 Running dot for graph 175/445 Running dot for graph 176/445 Running dot for graph 177/445 Running dot for graph 178/445 Running dot for graph 179/445 Running dot for graph 180/445 Running dot for graph 181/445 Running dot for graph 182/445 Running dot for graph 183/445 Running dot for graph 184/445 Running dot for graph 185/445 Running dot for graph 186/445 Running dot for graph 187/445 Running dot for graph 188/445 Running dot for graph 189/445 Running dot for graph 190/445 Running dot for graph 191/445 Running dot for graph 192/445 Running dot for graph 193/445 Running dot for graph 194/445 Running dot for graph 195/445 Running dot for graph 196/445 Running dot for graph 197/445 Running dot for graph 198/445 Running dot for graph 199/445 Running dot for graph 200/445 Running dot for graph 201/445 Running dot for graph 202/445 Running dot for graph 203/445 Running dot for graph 204/445 Running dot for graph 205/445 Running dot for graph 206/445 Running dot for graph 207/445 Running dot for graph 208/445 Running dot for graph 209/445 Running dot for graph 210/445 Running dot for graph 211/445 Running dot for graph 212/445 Running dot for graph 213/445 Running dot for graph 214/445 Running dot for graph 215/445 Running dot for graph 216/445 Running dot for graph 217/445 Running dot for graph 218/445 Running dot for graph 219/445 Running dot for graph 220/445 Running dot for graph 221/445 Running dot for graph 222/445 Running dot for graph 223/445 Running dot for graph 224/445 Running dot for graph 225/445 Running dot for graph 226/445 Running dot for graph 227/445 Running dot for graph 228/445 Running dot for graph 229/445 Running dot for graph 230/445 Running dot for graph 231/445 Running dot for graph 232/445 Running dot for graph 233/445 Running dot for graph 234/445 Running dot for graph 235/445 Running dot for graph 236/445 Running dot for graph 237/445 Running dot for graph 238/445 Running dot for graph 239/445 Running dot for graph 240/445 Running dot for graph 241/445 Running dot for graph 242/445 Running dot for graph 243/445 Running dot for graph 244/445 Running dot for graph 245/445 Running dot for graph 246/445 Running dot for graph 247/445 Running dot for graph 248/445 Running dot for graph 249/445 Running dot for graph 250/445 Running dot for graph 251/445 Running dot for graph 252/445 Running dot for graph 253/445 Running dot for graph 254/445 Running dot for graph 255/445 Running dot for graph 256/445 Running dot for graph 257/445 Running dot for graph 258/445 Running dot for graph 259/445 Running dot for graph 260/445 Running dot for graph 261/445 Running dot for graph 262/445 Running dot for graph 263/445 Running dot for graph 264/445 Running dot for graph 265/445 Running dot for graph 266/445 Running dot for graph 267/445 Running dot for graph 268/445 Running dot for graph 269/445 Running dot for graph 270/445 Running dot for graph 271/445 Running dot for graph 272/445 Running dot for graph 273/445 Running dot for graph 274/445 Running dot for graph 275/445 Running dot for graph 276/445 Running dot for graph 277/445 Running dot for graph 278/445 Running dot for graph 279/445 Running dot for graph 280/445 Running dot for graph 281/445 Running dot for graph 282/445 Running dot for graph 283/445 Running dot for graph 284/445 Running dot for graph 285/445 Running dot for graph 286/445 Running dot for graph 287/445 Running dot for graph 288/445 Running dot for graph 289/445 Running dot for graph 290/445 Running dot for graph 291/445 Running dot for graph 292/445 Running dot for graph 293/445 Running dot for graph 294/445 Running dot for graph 295/445 Running dot for graph 296/445 Running dot for graph 297/445 Running dot for graph 298/445 Running dot for graph 299/445 Running dot for graph 300/445 Running dot for graph 301/445 Running dot for graph 302/445 Running dot for graph 303/445 Running dot for graph 304/445 Running dot for graph 305/445 Running dot for graph 306/445 Running dot for graph 307/445 Running dot for graph 308/445 Running dot for graph 309/445 Running dot for graph 310/445 Running dot for graph 311/445 Running dot for graph 312/445 Running dot for graph 313/445 Running dot for graph 314/445 Running dot for graph 315/445 Running dot for graph 316/445 Running dot for graph 317/445 Running dot for graph 318/445 Running dot for graph 319/445 Running dot for graph 320/445 Running dot for graph 321/445 Running dot for graph 322/445 Running dot for graph 323/445 Running dot for graph 324/445 Running dot for graph 325/445 Running dot for graph 326/445 Running dot for graph 327/445 Running dot for graph 328/445 Running dot for graph 329/445 Running dot for graph 330/445 Running dot for graph 331/445 Running dot for graph 332/445 Running dot for graph 333/445 Running dot for graph 334/445 Running dot for graph 335/445 Running dot for graph 336/445 Running dot for graph 337/445 Running dot for graph 338/445 Running dot for graph 339/445 Running dot for graph 340/445 Running dot for graph 341/445 Running dot for graph 342/445 Running dot for graph 343/445 Running dot for graph 344/445 Running dot for graph 345/445 Running dot for graph 346/445 Running dot for graph 347/445 Running dot for graph 348/445 Running dot for graph 349/445 Running dot for graph 350/445 Running dot for graph 351/445 Running dot for graph 352/445 Running dot for graph 353/445 Running dot for graph 354/445 Running dot for graph 355/445 Running dot for graph 356/445 Running dot for graph 357/445 Running dot for graph 358/445 Running dot for graph 359/445 Running dot for graph 360/445 Running dot for graph 361/445 Running dot for graph 362/445 Running dot for graph 363/445 Running dot for graph 364/445 Running dot for graph 365/445 Running dot for graph 366/445 Running dot for graph 367/445 Running dot for graph 368/445 Running dot for graph 369/445 Running dot for graph 370/445 Running dot for graph 371/445 Running dot for graph 372/445 Running dot for graph 373/445 Running dot for graph 374/445 Running dot for graph 375/445 Running dot for graph 376/445 Running dot for graph 377/445 Running dot for graph 378/445 Running dot for graph 379/445 Running dot for graph 380/445 Running dot for graph 381/445 Running dot for graph 382/445 Running dot for graph 383/445 Running dot for graph 384/445 Running dot for graph 385/445 Running dot for graph 386/445 Running dot for graph 387/445 Running dot for graph 388/445 Running dot for graph 389/445 Running dot for graph 390/445 Running dot for graph 391/445 Running dot for graph 392/445 Running dot for graph 393/445 Running dot for graph 394/445 Running dot for graph 395/445 Running dot for graph 396/445 Running dot for graph 397/445 Running dot for graph 398/445 Running dot for graph 399/445 Running dot for graph 400/445 Running dot for graph 401/445 Running dot for graph 402/445 Running dot for graph 403/445 Running dot for graph 404/445 Running dot for graph 405/445 Running dot for graph 406/445 Running dot for graph 407/445 Running dot for graph 408/445 Running dot for graph 409/445 Running dot for graph 410/445 Running dot for graph 411/445 Running dot for graph 412/445 Running dot for graph 413/445 Running dot for graph 414/445 Running dot for graph 415/445 Running dot for graph 416/445 Running dot for graph 417/445 Running dot for graph 418/445 Running dot for graph 419/445 Running dot for graph 420/445 Running dot for graph 421/445 Running dot for graph 422/445 Running dot for graph 423/445 Running dot for graph 424/445 Running dot for graph 425/445 Running dot for graph 426/445 Running dot for graph 427/445 Running dot for graph 428/445 Running dot for graph 429/445 Running dot for graph 430/445 Running dot for graph 431/445 Running dot for graph 432/445 Running dot for graph 433/445 Running dot for graph 434/445 Running dot for graph 435/445 Running dot for graph 436/445 Running dot for graph 437/445 Running dot for graph 438/445 Running dot for graph 439/445 Running dot for graph 440/445 Running dot for graph 441/445 Running dot for graph 442/445 Running dot for graph 443/445 Running dot for graph 444/445 Running dot for graph 445/445 Inserting map/figure 1/390 Inserting map/figure 2/390 Inserting map/figure 3/390 Inserting map/figure 4/390 Inserting map/figure 5/390 Inserting map/figure 6/390 Inserting map/figure 7/390 Inserting map/figure 8/390 Inserting map/figure 9/390 Inserting map/figure 10/390 Inserting map/figure 11/390 Inserting map/figure 12/390 Inserting map/figure 13/390 Inserting map/figure 14/390 Inserting map/figure 15/390 Inserting map/figure 16/390 Inserting map/figure 17/390 Inserting map/figure 18/390 Inserting map/figure 19/390 Inserting map/figure 20/390 Inserting map/figure 21/390 Inserting map/figure 22/390 Inserting map/figure 23/390 Inserting map/figure 24/390 Inserting map/figure 25/390 Inserting map/figure 26/390 Inserting map/figure 27/390 Inserting map/figure 28/390 Inserting map/figure 29/390 Inserting map/figure 30/390 Inserting map/figure 31/390 Inserting map/figure 32/390 Inserting map/figure 33/390 Inserting map/figure 34/390 Inserting map/figure 35/390 Inserting map/figure 36/390 Inserting map/figure 37/390 Inserting map/figure 38/390 Inserting map/figure 39/390 Inserting map/figure 40/390 Inserting map/figure 41/390 Inserting map/figure 42/390 Inserting map/figure 43/390 Inserting map/figure 44/390 Inserting map/figure 45/390 Inserting map/figure 46/390 Inserting map/figure 47/390 Inserting map/figure 48/390 Inserting map/figure 49/390 Inserting map/figure 50/390 Inserting map/figure 51/390 Inserting map/figure 52/390 Inserting map/figure 53/390 Inserting map/figure 54/390 Inserting map/figure 55/390 Inserting map/figure 56/390 Inserting map/figure 57/390 Inserting map/figure 58/390 Inserting map/figure 59/390 Inserting map/figure 60/390 Inserting map/figure 61/390 Inserting map/figure 62/390 Inserting map/figure 63/390 Inserting map/figure 64/390 Inserting map/figure 65/390 Inserting map/figure 66/390 Inserting map/figure 67/390 Inserting map/figure 68/390 Inserting map/figure 69/390 Inserting map/figure 70/390 Inserting map/figure 71/390 Inserting map/figure 72/390 Inserting map/figure 73/390 Inserting map/figure 74/390 Inserting map/figure 75/390 Inserting map/figure 76/390 Inserting map/figure 77/390 Inserting map/figure 78/390 Inserting map/figure 79/390 Inserting map/figure 80/390 Inserting map/figure 81/390 Inserting map/figure 82/390 Inserting map/figure 83/390 Inserting map/figure 84/390 Inserting map/figure 85/390 Inserting map/figure 86/390 Inserting map/figure 87/390 Inserting map/figure 88/390 Inserting map/figure 89/390 Inserting map/figure 90/390 Inserting map/figure 91/390 Inserting map/figure 92/390 Inserting map/figure 93/390 Inserting map/figure 94/390 Inserting map/figure 95/390 Inserting map/figure 96/390 Inserting map/figure 97/390 Inserting map/figure 98/390 Inserting map/figure 99/390 Inserting map/figure 100/390 Inserting map/figure 101/390 Inserting map/figure 102/390 Inserting map/figure 103/390 Inserting map/figure 104/390 Inserting map/figure 105/390 Inserting map/figure 106/390 Inserting map/figure 107/390 Inserting map/figure 108/390 Inserting map/figure 109/390 Inserting map/figure 110/390 Inserting map/figure 111/390 Inserting map/figure 112/390 Inserting map/figure 113/390 Inserting map/figure 114/390 Inserting map/figure 115/390 Inserting map/figure 116/390 Inserting map/figure 117/390 Inserting map/figure 118/390 Inserting map/figure 119/390 Inserting map/figure 120/390 Inserting map/figure 121/390 Inserting map/figure 122/390 Inserting map/figure 123/390 Inserting map/figure 124/390 Inserting map/figure 125/390 Inserting map/figure 126/390 Inserting map/figure 127/390 Inserting map/figure 128/390 Inserting map/figure 129/390 Inserting map/figure 130/390 Inserting map/figure 131/390 Inserting map/figure 132/390 Inserting map/figure 133/390 Inserting map/figure 134/390 Inserting map/figure 135/390 Inserting map/figure 136/390 Inserting map/figure 137/390 Inserting map/figure 138/390 Inserting map/figure 139/390 Inserting map/figure 140/390 Inserting map/figure 141/390 Inserting map/figure 142/390 Inserting map/figure 143/390 Inserting map/figure 144/390 Inserting map/figure 145/390 Inserting map/figure 146/390 Inserting map/figure 147/390 Inserting map/figure 148/390 Inserting map/figure 149/390 Inserting map/figure 150/390 Inserting map/figure 151/390 Inserting map/figure 152/390 Inserting map/figure 153/390 Inserting map/figure 154/390 Inserting map/figure 155/390 Inserting map/figure 156/390 Inserting map/figure 157/390 Inserting map/figure 158/390 Inserting map/figure 159/390 Inserting map/figure 160/390 Inserting map/figure 161/390 Inserting map/figure 162/390 Inserting map/figure 163/390 Inserting map/figure 164/390 Inserting map/figure 165/390 Inserting map/figure 166/390 Inserting map/figure 167/390 Inserting map/figure 168/390 Inserting map/figure 169/390 Inserting map/figure 170/390 Inserting map/figure 171/390 Inserting map/figure 172/390 Inserting map/figure 173/390 Inserting map/figure 174/390 Inserting map/figure 175/390 Inserting map/figure 176/390 Inserting map/figure 177/390 Inserting map/figure 178/390 Inserting map/figure 179/390 Inserting map/figure 180/390 Inserting map/figure 181/390 Inserting map/figure 182/390 Inserting map/figure 183/390 Inserting map/figure 184/390 Inserting map/figure 185/390 Inserting map/figure 186/390 Inserting map/figure 187/390 Inserting map/figure 188/390 Inserting map/figure 189/390 Inserting map/figure 190/390 Inserting map/figure 191/390 Inserting map/figure 192/390 Inserting map/figure 193/390 Inserting map/figure 194/390 Inserting map/figure 195/390 Inserting map/figure 196/390 Inserting map/figure 197/390 Inserting map/figure 198/390 Inserting map/figure 199/390 Inserting map/figure 200/390 Inserting map/figure 201/390 Inserting map/figure 202/390 Inserting map/figure 203/390 Inserting map/figure 204/390 Inserting map/figure 205/390 Inserting map/figure 206/390 Inserting map/figure 207/390 Inserting map/figure 208/390 Inserting map/figure 209/390 Inserting map/figure 210/390 Inserting map/figure 211/390 Inserting map/figure 212/390 Inserting map/figure 213/390 Inserting map/figure 214/390 Inserting map/figure 215/390 Inserting map/figure 216/390 Inserting map/figure 217/390 Inserting map/figure 218/390 Inserting map/figure 219/390 Inserting map/figure 220/390 Inserting map/figure 221/390 Inserting map/figure 222/390 Inserting map/figure 223/390 Inserting map/figure 224/390 Inserting map/figure 225/390 Inserting map/figure 226/390 Inserting map/figure 227/390 Inserting map/figure 228/390 Inserting map/figure 229/390 Inserting map/figure 230/390 Inserting map/figure 231/390 Inserting map/figure 232/390 Inserting map/figure 233/390 Inserting map/figure 234/390 Inserting map/figure 235/390 Inserting map/figure 236/390 Inserting map/figure 237/390 Inserting map/figure 238/390 Inserting map/figure 239/390 Inserting map/figure 240/390 Inserting map/figure 241/390 Inserting map/figure 242/390 Inserting map/figure 243/390 Inserting map/figure 244/390 Inserting map/figure 245/390 Inserting map/figure 246/390 Inserting map/figure 247/390 Inserting map/figure 248/390 Inserting map/figure 249/390 Inserting map/figure 250/390 Inserting map/figure 251/390 Inserting map/figure 252/390 Inserting map/figure 253/390 Inserting map/figure 254/390 Inserting map/figure 255/390 Inserting map/figure 256/390 Inserting map/figure 257/390 Inserting map/figure 258/390 Inserting map/figure 259/390 Inserting map/figure 260/390 Inserting map/figure 261/390 Inserting map/figure 262/390 Inserting map/figure 263/390 Inserting map/figure 264/390 Inserting map/figure 265/390 Inserting map/figure 266/390 Inserting map/figure 267/390 Inserting map/figure 268/390 Inserting map/figure 269/390 Inserting map/figure 270/390 Inserting map/figure 271/390 Inserting map/figure 272/390 Inserting map/figure 273/390 Inserting map/figure 274/390 Inserting map/figure 275/390 Inserting map/figure 276/390 Inserting map/figure 277/390 Inserting map/figure 278/390 Inserting map/figure 279/390 Inserting map/figure 280/390 Inserting map/figure 281/390 Inserting map/figure 282/390 Inserting map/figure 283/390 Inserting map/figure 284/390 Inserting map/figure 285/390 Inserting map/figure 286/390 Inserting map/figure 287/390 Inserting map/figure 288/390 Inserting map/figure 289/390 Inserting map/figure 290/390 Inserting map/figure 291/390 Inserting map/figure 292/390 Inserting map/figure 293/390 Inserting map/figure 294/390 Inserting map/figure 295/390 Inserting map/figure 296/390 Inserting map/figure 297/390 Inserting map/figure 298/390 Inserting map/figure 299/390 Inserting map/figure 300/390 Inserting map/figure 301/390 Inserting map/figure 302/390 Inserting map/figure 303/390 Inserting map/figure 304/390 Inserting map/figure 305/390 Inserting map/figure 306/390 Inserting map/figure 307/390 Inserting map/figure 308/390 Inserting map/figure 309/390 Inserting map/figure 310/390 Inserting map/figure 311/390 Inserting map/figure 312/390 Inserting map/figure 313/390 Inserting map/figure 314/390 Inserting map/figure 315/390 Inserting map/figure 316/390 Inserting map/figure 317/390 Inserting map/figure 318/390 Inserting map/figure 319/390 Inserting map/figure 320/390 Inserting map/figure 321/390 Inserting map/figure 322/390 Inserting map/figure 323/390 Inserting map/figure 324/390 Inserting map/figure 325/390 Inserting map/figure 326/390 Inserting map/figure 327/390 Inserting map/figure 328/390 Inserting map/figure 329/390 Inserting map/figure 330/390 Inserting map/figure 331/390 Inserting map/figure 332/390 Inserting map/figure 333/390 Inserting map/figure 334/390 Inserting map/figure 335/390 Inserting map/figure 336/390 Inserting map/figure 337/390 Inserting map/figure 338/390 Inserting map/figure 339/390 Inserting map/figure 340/390 Inserting map/figure 341/390 Inserting map/figure 342/390 Inserting map/figure 343/390 Inserting map/figure 344/390 Inserting map/figure 345/390 Inserting map/figure 346/390 Inserting map/figure 347/390 Inserting map/figure 348/390 Inserting map/figure 349/390 Inserting map/figure 350/390 Inserting map/figure 351/390 Inserting map/figure 352/390 Inserting map/figure 353/390 Inserting map/figure 354/390 Inserting map/figure 355/390 Inserting map/figure 356/390 Inserting map/figure 357/390 Inserting map/figure 358/390 Inserting map/figure 359/390 Inserting map/figure 360/390 Inserting map/figure 361/390 Inserting map/figure 362/390 Inserting map/figure 363/390 Inserting map/figure 364/390 Inserting map/figure 365/390 Inserting map/figure 366/390 Inserting map/figure 367/390 Inserting map/figure 368/390 Inserting map/figure 369/390 Inserting map/figure 370/390 Inserting map/figure 371/390 Inserting map/figure 372/390 Inserting map/figure 373/390 Inserting map/figure 374/390 Inserting map/figure 375/390 Inserting map/figure 376/390 Inserting map/figure 377/390 Inserting map/figure 378/390 Inserting map/figure 379/390 Inserting map/figure 380/390 Inserting map/figure 381/390 Inserting map/figure 382/390 Inserting map/figure 383/390 Inserting map/figure 384/390 Inserting map/figure 385/390 Inserting map/figure 386/390 Inserting map/figure 387/390 Inserting map/figure 388/390 Inserting map/figure 389/390 Inserting map/figure 390/390 finished... ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -e 'File.open("doc/capi/.timestamp", "w"){|f| f.puts(Time.now)}' * ERROR: dev-lang/ruby-1.9.2_rc2-r1 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3456: Called die * The specific snippet of code: * emake EXTLDFLAGS="${LDFLAGS}" || die "emake failed" * * If you need support, post the output of 'emerge --info =dev-lang/ruby-1.9.2_rc2-r1', * the complete build log and the output of 'emerge -pqv =dev-lang/ruby-1.9.2_rc2-r1'. * The complete build log is located at '/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/temp/environment'. * S: '/var/tmp/portage/dev-lang/ruby-1.9.2_rc2-r1/work/ruby-1.9.2-rc2'