* Package: dev-lang/ruby-1.9.3_p125  * Repository: gentoo  * Maintainer: ruby@gentoo.org  * USE: amd64 berkdb elibc_glibc gdbm ipv6 kernel_linux multilib ncurses rdoc readline ssl userland_GNU yaml  * FEATURES: sandbox >>> Unpacking source... >>> Unpacking ruby-1.9.3-p125.tar.bz2 to /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work >>> Unpacking ruby-patches-1.9.3_p125.tar.bz2 to /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work >>> Source unpacked in /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work >>> Preparing source in /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125 ... * Applying various patches (bugfixes/updates) ... * 004_gfbsd7.patch ...  [ ok ] * 005_no-undefined-ext.patch ...  [ ok ] * 009_no-gems.patch ...  [ ok ] * Done with patching * Unbundling gems... * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' ... * Running aclocal ...  [ ok ] * Running autoconf ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125 ... * econf: updating ruby-1.9.3-p125/tool/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ruby-1.9.3-p125/tool/config.sub with /usr/share/gnuconfig/config.sub ./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 --disable-install-doc --enable-ipv6 --disable-debug --with-dbm --with-gdbm --with-openssl --without-tk --with-curses --with-psych --with-readline --enable-option-checking=no 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 for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for dot... no checking for doxygen... no checking for pkg-config... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for cd using physical directory... cd -P checking whether -Wno-unused-parameter is accepted... yes checking whether -Wno-parentheses is accepted... yes checking whether -Wno-long-long is accepted... yes checking whether -Wno-missing-field-initializers is accepted... yes checking whether -Werror=pointer-arith is accepted... yes checking whether -Werror=write-strings is accepted... yes checking whether -Werror=declaration-after-statement is accepted... yes checking whether -Werror=shorten-64-to-32 is accepted... no checking whether -Wshorten-64-to-32 is accepted... no checking whether -Werror=implicit-function-declaration is accepted... yes checking whether -Wextra is accepted... yes checking whether -fvisibility=hidden is accepted... yes checking whether -Wl,-unexported_symbol,_Init_* is accepted... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... 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 for long long... yes checking for off_t... yes checking char bit... 8 checking size of int... 4 checking size of short... 2 checking size of long... 8 checking size of long long... 8 checking size of __int64... 0 checking size of off_t... 8 checking size of void*... 8 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking for printf prefix for long long... ll checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... yes checking for convertible type of time_t... LONG checking for dev_t... yes checking for convertible type of dev_t... ULONG checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULONG checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... x checking for cdecl function attribute... x checking for fastcall function attribute... x checking for function alias... alias checking for atomic builtins... yes checking for exported function attribute... __attribute__ ((visibility("default"))) checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for clock_gettime in -lrt... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... yes checking a.out.h presence... yes checking for a.out.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking xti.h usability... no checking xti.h presence... no checking for xti.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking for size_t... yes checking size of size_t... 8 checking size of ptrdiff_t... 8 checking for printf prefix for size_t... z checking for printf prefix for ptrdiff_t... t checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_LONG checking size of struct stat.st_blocks... SIZEOF_LONG checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for struct timezone... yes checking for clockid_t... yes checking for fd_mask... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for ssize_t... yes checking size of ssize_t... 8 checking for stack end address... __libc_stack_end checking for gc_mark and gc_children stack frame approximate size(word)... 19 checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strerror... yes checking for strchr... yes checking for strstr... yes checking for crypt... yes checking for flock... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for tgamma... yes checking for lgamma_r... yes checking for cbrt... yes checking for strlcpy... no checking for strlcat... no checking for ffs... yes checking for setproctitle... no checking for signbit... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for __syscall... no checking for chroot... yes checking for getcwd... yes checking for eaccess... yes checking for truncate... yes checking for ftruncate... yes checking for ftello... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... yes checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for truncate64... yes checking for ftruncate64... yes checking for ftello64... yes checking for fseeko... yes checking for fseeko64... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for readdir_r... yes checking for fsync... yes checking for fdatasync... yes checking for fchown... yes checking for posix_fadvise... yes checking for setitimer... yes checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for socketpair... yes checking for setrgid... no checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... no checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for close... yes checking for getgrnam_r... yes checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... no checking for _setjmp... yes checking for _longjmp... yes checking for 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 poll... yes checking for ppoll... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes checking for dl_iterate_phdr... yes checking for unsetenv returns a value... yes checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for external timezone... long checking for external altzone... no checking for timezone... yes checking whether timezone requires zero arguments... yes checking for negative time_t for gmtime(3)... yes checking for localtime(3) overflow correctly... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... not found (OK if using GNU libc) checking read buffer ptr field in FILE structures... _IO_read_ptr checking read buffer end field in FILE structures... _IO_read_end checking size of struct stat.st_ino... SIZEOF_LONG checking whether _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 for pthread_np.h... no checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking for pthread_getattr_np... yes checking for pthread_attr_get_np... no checking for pthread_attr_getstack... yes checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for thr_stksegment... no checking for pthread_stackseg_np... no checking for pthread_getthrds_np... no checking for pthread_condattr_setclock... yes checking for pthread_sigmask... yes checking for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for backtrace... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for prefix of external symbols... NONE 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 config.status: creating ruby-1.9.pc >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125 ... make -j5 'EXTLDFLAGS=-Wl,-O1 -Wl,--as-needed' CC = x86_64-pc-linux-gnu-gcc compiling main.c LD = ld LDSHARED = x86_64-pc-linux-gnu-gcc -shared CFLAGS = -march=amdfam10 -O2 -pipe -fno-strict-aliasing -fPIC XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. DLDFLAGS = -Wl,-soname,libruby19.so.1.9 -Wl,-O1 -Wl,--as-needed SOLIBS = -lpthread -lrt -ldl -lcrypt -lm compiling dmydln.c compiling dmyencoding.c compiling version.c compiling miniprelude.c compiling array.c compiling bignum.c compiling class.c compiling compar.c compiling complex.c compiling dir.c compiling dln_find.c compiling enum.c compiling enumerator.c compiling error.c compiling eval.c compiling load.c compiling proc.c compiling file.c compiling gc.c compiling hash.c compiling inits.c compiling io.c compiling marshal.c io.c: In function ‘rb_write_error2’: io.c:6536:2: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result compiling math.c compiling node.c compiling numeric.c compiling object.c compiling pack.c compiling parse.c compiling process.c compiling random.c compiling range.c compiling rational.c compiling re.c compiling regcomp.c compiling regenc.c compiling regerror.c compiling regexec.c compiling regparse.c compiling regsyntax.c compiling ruby.c compiling safe.c compiling signal.c compiling sprintf.c compiling st.c compiling strftime.c compiling string.c compiling struct.c compiling time.c compiling transcode.c compiling util.c compiling variable.c compiling compile.c compiling debug.c compiling iseq.c compiling vm.c compiling vm_dump.c vm_dump.c: In function ‘rb_vm_bugreport’: vm_dump.c:843:13: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result compiling thread.c compiling cont.c compiling ./enc/ascii.c compiling ./enc/us_ascii.c compiling ./enc/unicode.c compiling ./enc/utf_8.c compiling newline.c compiling ./missing/strlcpy.c compiling ./missing/strlcat.c compiling ./missing/setproctitle.c compiling addr2line.c compiling dmyext.c compiling dln.c compiling encoding.c compiling dmyversion.c linking miniruby generating encdb.h rbconfig.rb updated generating enc.mk generating prelude.c compiling prelude.c encdb.h unchanged making srcs under enc make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' generating transdb.h linking static-library libruby19-static.a linking shared-library libruby19.so.1.9.1 making enc make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' compiling ./enc/encdb.c compiling ./enc/big5.c compiling ./enc/cp949.c compiling ./enc/emacs_mule.c transdb.h unchanged making trans make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' compiling ./enc/euc_jp.c compiling ./enc/trans/transdb.c compiling ./enc/euc_kr.c compiling ./enc/euc_tw.c compiling ./enc/gb2312.c compiling ./enc/gb18030.c compiling ./enc/trans/big5.c compiling ./enc/gbk.c compiling ./enc/iso_8859_1.c compiling ./enc/iso_8859_2.c compiling ./enc/iso_8859_3.c compiling ./enc/iso_8859_4.c compiling ./enc/iso_8859_5.c compiling ./enc/iso_8859_6.c compiling ./enc/trans/chinese.c compiling ./enc/iso_8859_7.c compiling ./enc/iso_8859_8.c compiling ./enc/iso_8859_9.c compiling ./enc/iso_8859_10.c compiling ./enc/iso_8859_11.c compiling ./enc/iso_8859_13.c compiling ./enc/iso_8859_14.c compiling ./enc/iso_8859_15.c compiling ./enc/iso_8859_16.c compiling ./enc/koi8_r.c compiling ./enc/koi8_u.c compiling ./enc/shift_jis.c compiling ./enc/utf_16be.c compiling ./enc/utf_16le.c compiling ./enc/utf_32be.c compiling ./enc/utf_32le.c compiling ./enc/windows_1251.c linking encoding encdb.so linking encoding big5.so linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so configuring -test-/add_suffix linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so compiling ./enc/trans/emoji.c linking encoding iso_8859_4.so linking encoding iso_8859_5.so configuring -test-/array/resize configuring -test-/bug-3571 linking encoding iso_8859_6.so configuring -test-/bug-3662 linking encoding iso_8859_7.so configuring -test-/funcall configuring -test-/load/dot.dot configuring -test-/old_thread_select configuring -test-/st/numhash configuring -test-/string configuring -test-/wait_for_single_fd configuring bigdecimal linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so linking encoding iso_8859_11.so compiling ./enc/trans/emoji_iso2022_kddi.c linking encoding iso_8859_13.so linking encoding iso_8859_14.so configuring continuation linking encoding iso_8859_15.so linking encoding iso_8859_16.so configuring coverage configuring curses linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_1251.so make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' compiling ./enc/trans/emoji_sjis_docomo.c compiling ./enc/trans/emoji_sjis_kddi.c compiling ./enc/trans/emoji_sjis_softbank.c compiling ./enc/trans/escape.c compiling ./enc/trans/gb18030.c compiling ./enc/trans/gbk.c compiling ./enc/trans/iso2022.c compiling ./enc/trans/japanese.c compiling ./enc/trans/japanese_euc.c compiling ./enc/trans/japanese_sjis.c compiling ./enc/trans/korean.c compiling ./enc/trans/single_byte.c compiling ./enc/trans/utf8_mac.c compiling ./enc/trans/utf_16_32.c linking transcoder transdb.so linking transcoder big5.so linking transcoder chinese.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking transcoder single_byte.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so linking transcoder korean.so make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' making encs make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' configuring date configuring dbm configuring digest configuring digest/bubblebabble configuring digest/md5 configuring digest/rmd160 configuring digest/sha1 configuring digest/sha2 configuring dl configuring dl/callback configuring dl/win32 Failed to configure dl/win32. It will not be installed. configuring etc configuring fcntl configuring fiber configuring fiddle configuring gdbm configuring iconv configuring io/console configuring io/nonblock configuring io/wait configuring mathn/complex configuring mathn/rational configuring nkf configuring objspace configuring openssl configuring pathname configuring psych configuring pty configuring racc/cparse configuring readline configuring ripper configuring sdbm configuring socket configuring stringio configuring strscan configuring syck configuring syslog configuring tk/tkutil Failed to configure tk/tkutil. It will not be installed. configuring win32ole Failed to configure win32ole. It will not be installed. configuring zlib make[1]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/add_suffix' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/array/resize' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/bug-3571' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/bug-3662' compiling bug.c make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/funcall' compiling resize.c compiling bug.c compiling bug.c compiling passing_block.c installing default resize libraries linking shared-object -test-/array/resize.so installing default bug libraries linking shared-object -test-/bug-3571/bug.so installing default bug libraries linking shared-object -test-/bug-3662/bug.so installing default funcall libraries linking shared-object -test-/funcall/funcall.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/array/resize' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/bug-3662' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/bug-3571' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/funcall' installing default bug libraries make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/load/dot.dot' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/st/numhash' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/old_thread_select' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/string' compiling old_thread_select.c compiling dot.dot.c compiling numhash.c compiling ellipsize.c installing default dot.dot libraries linking shared-object -test-/load/dot.dot/dot.dot.so old_thread_select.c: In function ‘old_thread_select’: old_thread_select.c:57:5: warning: ‘rb_thread_select’ is deprecated (declared at ../../.././include/ruby/intern.h:379) make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/load/dot.dot' compiling enc_associate.c make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/wait_for_single_fd' compiling wait_for_single_fd.c installing default numhash libraries linking shared-object -test-/st/numhash.so installing default old_thread_select libraries linking shared-object -test-/old_thread_select/old_thread_select.so compiling init.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/old_thread_select' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/st/numhash' installing default wait_for_single_fd libraries linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/bigdecimal' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/continuation' compiling bigdecimal.c compiling continuation.c installing default continuation libraries linking shared-object continuation.so compiling modify.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/wait_for_single_fd' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/coverage' compiling coverage.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/continuation' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/curses' compiling curses.c compiling set_len.c installing default coverage libraries linking shared-object coverage.so compiling cstr.c installing default string libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/coverage' linking shared-object -test-/string/string.so make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/date' compiling date_strptime.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/string' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dbm' compiling dbm.c linking shared-object -test-/add_suffix/bug.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/-test-/add_suffix' installing default dbm libraries linking shared-object dbm.so make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest' compiling digest.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dbm' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/bubblebabble' compiling bubblebabble.c compiling date_core.c installing default bubblebabble libraries linking shared-object digest/bubblebabble.so linking shared-object digest.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/bubblebabble' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/md5' compiling md5init.c installing digest libraries installing default digest libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/rmd160' compiling rmd160init.c compiling md5ossl.c installing default md5 libraries linking shared-object digest/md5.so compiling rmd160ossl.c installing default curses libraries linking shared-object curses.so installing default rmd160 libraries linking shared-object digest/rmd160.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/curses' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/sha1' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/md5' compiling sha1init.c make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/sha2' compiling sha2init.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/rmd160' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl' compiling sha1ossl.c compiling cfunc.c compiling sha2ossl.c installing default sha1 libraries linking shared-object digest/sha1.so installing default sha2 libraries linking shared-object digest/sha2.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/sha1' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/digest/sha2' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl/callback' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl/win32' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl/win32' generating callback.c make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/etc' compiling etc.c installing default callback libraries compiling callback.c installing default etc libraries linking shared-object etc.so compiling callback-0.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/etc' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fcntl' compiling fcntl.c installing default fcntl libraries linking shared-object fcntl.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fcntl' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fiber' compiling fiber.c installing default fiber libraries linking shared-object fiber.so linking shared-object bigdecimal.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fiber' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fiddle' compiling function.c installing default bigdecimal libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/bigdecimal' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/gdbm' compiling gdbm.c gdbm.c: In function ‘fgdbm_initialize’: gdbm.c:210:25: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type /usr/include/gdbm.h:100:18: note: expected ‘void (*)(const char *)’ but argument is of type ‘void (*)(char *)’ gdbm.c:216:29: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type /usr/include/gdbm.h:100:18: note: expected ‘void (*)(const char *)’ but argument is of type ‘void (*)(char *)’ gdbm.c:219:29: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type /usr/include/gdbm.h:100:18: note: expected ‘void (*)(const char *)’ but argument is of type ‘void (*)(char *)’ gdbm.c:222:29: warning: passing argument 5 of ‘gdbm_open’ from incompatible pointer type /usr/include/gdbm.h:100:18: note: expected ‘void (*)(const char *)’ but argument is of type ‘void (*)(char *)’ compiling dl.c compiling fiddle.c compiling conversions.c compiling cptr.c compiling closure.c installing default gdbm libraries linking shared-object gdbm.so compiling handle.c linking shared-object fiddle.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/gdbm' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/iconv' compiling iconv.c installing default fiddle libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/fiddle' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/console' compiling console.c installing dl libraries linking shared-object dl.so installing default dl libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/nonblock' compiling nonblock.c linking shared-object io/console.so installing default nonblock libraries linking shared-object io/nonblock.so installing default console libraries make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/console' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/wait' compiling wait.c make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/nonblock' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/mathn/complex' compiling complex.c installing default complex libraries linking shared-object mathn/complex.so installing default wait libraries linking shared-object io/wait.so installing default iconv libraries linking shared-object iconv.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/mathn/complex' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/io/wait' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/mathn/rational' make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/iconv' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/nkf' compiling rational.c compiling nkf.c make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/objspace' compiling objspace.c installing default rational libraries linking shared-object mathn/rational.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/mathn/rational' make[2]: Entering directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/openssl' compiling ossl_pkey_dsa.c In file included from ossl.h:213:0, from ossl_pkey_dsa.c:13: openssl_missing.h:71:6: error: conflicting types for ‘HMAC_CTX_copy’ /usr/include/openssl/hmac.h:102:5: note: previous declaration of ‘HMAC_CTX_copy’ was here openssl_missing.h:95:5: error: conflicting types for ‘EVP_CIPHER_CTX_copy’ /usr/include/openssl/evp.h:459:5: note: previous declaration of ‘EVP_CIPHER_CTX_copy’ was here make[2]: *** [ossl_pkey_dsa.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/openssl' make[1]: *** [ext/openssl/all] Error 2 make[1]: *** Waiting for unfinished jobs.... compiling date_parse.c installing default objspace libraries linking shared-object objspace.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/objspace' compiling date_strftime.c compiling callback-1.c installing default date_core libraries compiling callback-2.c compiling callback-3.c linking shared-object date_core.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/date' compiling callback-4.c installing default nkf libraries linking shared-object nkf.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/nkf' compiling callback-5.c compiling callback-6.c compiling callback-7.c compiling callback-8.c linking shared-object dl/callback.so make[2]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125/ext/dl/callback' make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125' make: *** [build-ext] Error 2 emake failed * ERROR: dev-lang/ruby-1.9.3_p125 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 2946: 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.3_p125', * the complete build log and the output of 'emerge -pqv =dev-lang/ruby-1.9.3_p125'. * The complete build log is located at '/var/tmp/portage/dev-lang/ruby-1.9.3_p125/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-1.9.3_p125/temp/environment'. * S: '/var/tmp/portage/dev-lang/ruby-1.9.3_p125/work/ruby-1.9.3-p125'