* Package: dev-lang/ruby-1.9.3_rc1  * Repository: gentoo  * Maintainer: ruby  * USE: berkdb elibc_glibc examples gdbm hppa ipv6 kernel_linux ncurses rdoc readline rubytests socks5 ssl test tk userland_GNU yaml  * FEATURES: distcc sandbox splitdebug test userpriv >>> Unpacking source... >>> Unpacking ruby-1.9.3-rc1.tar.bz2 to /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work >>> Unpacking ruby-patches-1.9.3_rc1.tar.bz2 to /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work >>> Source unpacked in /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work >>> Preparing source in /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1 ... * Applying various patches (bugfixes/updates) ... * 004_gfbsd7.patch ...  [ ok ] * 005_no-undefined-ext.patch ...  [ ok ] * 007_berkdb-5.0.patch ...  [ ok ] * 009_berkdb-5.0.patch ...  [ ok ] * Done with patching * Unbundling gems... * Running eautoreconf in '/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' ... * Running aclocal ...  [ ok ] * Running autoconf ...  [ ok ] >>> Source prepared. >>> Configuring source in /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1 ... * econf: updating ruby-1.9.3-rc1/tool/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ruby-1.9.3-rc1/tool/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --program-suffix=19 --with-soname=ruby19 --enable-shared --enable-pthread --enable-socks --disable-install-doc --enable-ipv6 --disable-debug --with-dbm --with-gdbm --with-openssl --with-tk --with-curses --with-psych --with-readline --target=parisc --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... hppa2.0-unknown-linux-gnu checking host system type... hppa2.0-unknown-linux-gnu checking target system type... hppa-unknown-linux-gnu checking for hppa2.0-unknown-linux-gnu-gcc... hppa2.0-unknown-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 hppa2.0-unknown-linux-gnu-gcc accepts -g... yes checking for hppa2.0-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking for hppa2.0-unknown-linux-gnu-g++... hppa2.0-unknown-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether hppa2.0-unknown-linux-gnu-g++ accepts -g... yes checking how to run the C preprocessor... hppa2.0-unknown-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether hppa2.0-unknown-linux-gnu-gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether hppa2.0-unknown-linux-gnu-gcc -E accepts -o... yes checking for hppa2.0-unknown-linux-gnu-ranlib... hppa2.0-unknown-linux-gnu-ranlib checking for hppa2.0-unknown-linux-gnu-ar... hppa2.0-unknown-linux-gnu-ar checking for hppa2.0-unknown-linux-gnu-as... hppa2.0-unknown-linux-gnu-as checking for hppa2.0-unknown-linux-gnu-objdump... hppa2.0-unknown-linux-gnu-objdump checking for hppa2.0-unknown-linux-gnu-objcopy... hppa2.0-unknown-linux-gnu-objcopy checking for hppa2.0-unknown-linux-gnu-nm... hppa2.0-unknown-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... 64 checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking 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... 4 checking size of long long... 8 checking size of __int64... 0 checking size of off_t... 8 checking size of void*... 4 checking size of float... 4 checking size of double... 8 checking size of time_t... 4 checking for 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... ULL 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... ULL 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 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 process.h usability... no checking process.h presence... no checking for process.h... no checking for size_t... yes checking size of size_t... 4 checking size of ptrdiff_t... 4 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_LONG checking size of struct stat.st_blocks... SIZEOF_LONG_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... 4 checking for uintptr_t... yes checking size of uintptr_t... 4 checking for ssize_t... yes checking size of ssize_t... 4 checking for stack end address... __libc_stack_end checking for gc_mark and gc_children stack frame approximate size(word)... 49 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 setproctitle... (cached) 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... 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_LONG checking whether _SC_CLK_TCK is supported... yes checking stack growing direction on hppa... +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 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 hppa2.0-unknown-linux-gnu-strip... hppa2.0-unknown-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/hppa-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 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1 ... make -j6 'EXTLDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' CC = hppa2.0-unknown-linux-gnu-gcc LD = ld LDSHARED = hppa2.0-unknown-linux-gnu-gcc -shared CFLAGS = -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -Wno-comment -O2 -fno-strict-aliasing -fPIC XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I. -I.ext/include/hppa-linux -I./include -I. DLDFLAGS = -Wl,-soname,libruby19.so.1.9 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed SOLIBS = -lpthread -lrt -ldl -lcrypt -lm compiling main.c compiling dmydln.c compiling version.c compiling dmyencoding.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 compiling math.c compiling node.c io.c: In function ‘rb_write_error2’: io.c:6347:2: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result 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 In file included from vm.c:27:0: vm_method.c: In function 'rb_gc_mark_unlinked_live_method_entries': vm_method.c:102:100: warning: unused variable 'curr_ume' vm_method.c:102:85: warning: unused variable 'prev_ume' 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 `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' generating transdb.h linking static-library libruby19-static.a linking shared-library libruby19.so.1.9.1 making enc make[1]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' compiling ./enc/big5.c compiling ./enc/encdb.c compiling ./enc/cp949.c compiling ./enc/emacs_mule.c compiling ./enc/euc_jp.c compiling ./enc/euc_kr.c compiling ./enc/gb2312.c compiling ./enc/euc_tw.c compiling ./enc/gb18030.c compiling ./enc/gbk.c compiling ./enc/iso_8859_1.c compiling ./enc/iso_8859_2.c compiling ./enc/iso_8859_4.c compiling ./enc/iso_8859_3.c compiling ./enc/iso_8859_5.c compiling ./enc/iso_8859_6.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 transdb.h unchanged linking encoding euc_jp.so making trans make[1]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' linking encoding euc_kr.so compiling ./enc/trans/transdb.c linking encoding euc_tw.so compiling ./enc/trans/big5.c compiling ./enc/trans/chinese.c linking encoding gb2312.so linking encoding gb18030.so configuring -test-/add_suffix linking encoding gbk.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking encoding iso_8859_9.so compiling ./enc/trans/emoji.c linking encoding iso_8859_10.so linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so configuring -test-/array/resize configuring -test-/bug-3571 configuring -test-/bug-3662 configuring -test-/funcall configuring -test-/load/dot.dot configuring -test-/old_thread_select configuring -test-/string linking encoding iso_8859_15.so configuring -test-/wait_for_single_fd linking encoding iso_8859_16.so compiling ./enc/trans/emoji_iso2022_kddi.c configuring bigdecimal compiling ./enc/trans/emoji_sjis_docomo.c linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so configuring continuation configuring coverage configuring curses linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so compiling ./enc/trans/emoji_sjis_kddi.c compiling ./enc/trans/emoji_sjis_softbank.c linking encoding windows_1251.so make[1]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' 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 iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking transcoder korean.so linking transcoder single_byte.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so linking transcoder gbk.so make[1]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' making encs make[1]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' make[1]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' 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 yaml.h is missing. Please install libyaml. Failed to configure psych. It will not be installed. configuring pty configuring racc/cparse configuring readline configuring ripper configuring sdbm configuring socket configuring stringio configuring strscan configuring syck configuring syslog configuring tk Configure options for Ruby/Tk may be updated. So, delete files which depend on old configs. check functions......... check struct members.. check libraries.... Use ActiveTcl libraries (if available). Search tclConfig.sh and tkConfig.sh................... Valid [tclConfig.sh, tkConfig.sh] are found in [["/usr/lib", "/usr/lib"]] Use [tclConfig.sh, tkConfig.sh] == ["/usr/lib/tclConfig.sh", "/usr/lib/tkConfig.sh"] Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh). Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk. configuring tk/tkutil configuring win32ole Failed to configure win32ole. It will not be installed. configuring zlib make[1]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/array/resize' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/bug-3571' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/funcall' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/add_suffix' compiling resize.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/load/dot.dot' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/bug-3662' compiling bug.c compiling bug.c compiling passing_block.c compiling bug.c compiling dot.dot.c installing default dot.dot libraries linking shared-object -test-/load/dot.dot/dot.dot.so installing default resize libraries installing default bug libraries linking shared-object -test-/array/resize.so 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 installing default bug libraries linking shared-object -test-/add_suffix/bug.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/load/dot.dot' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/old_thread_select' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/bug-3571' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/array/resize' compiling old_thread_select.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/bug-3662' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/string' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/wait_for_single_fd' compiling set_len.c compiling wait_for_single_fd.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/bigdecimal' compiling bigdecimal.c installing default wait_for_single_fd libraries linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.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) installing default old_thread_select libraries linking shared-object -test-/old_thread_select/old_thread_select.so compiling modify.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/funcall' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/continuation' compiling continuation.c installing default continuation libraries linking shared-object continuation.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/wait_for_single_fd' compiling init.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/add_suffix' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/coverage' compiling coverage.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/curses' compiling curses.c compiling enc_associate.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/continuation' installing default coverage libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/old_thread_select' linking shared-object coverage.so make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/date' compiling date_strptime.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dbm' compiling dbm.c compiling ellipsize.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/coverage' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest' compiling digest.c compiling cstr.c installing default string libraries linking shared-object -test-/string/string.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/-test-/string' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/bubblebabble' installing default curses libraries linking shared-object curses.so compiling bubblebabble.c installing default bubblebabble libraries compiling date_strftime.c linking shared-object digest/bubblebabble.so installing default dbm libraries linking shared-object dbm.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/curses' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/md5' compiling md5init.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/bubblebabble' compiling md5ossl.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/rmd160' compiling rmd160init.c compiling date_parse.c installing default md5 libraries linking shared-object digest/md5.so compiling rmd160ossl.c bigdecimal.c: In function ‘rmpd_power_by_big_decimal’: bigdecimal.c:1981:33: warning: unused variable ‘vn’ linking shared-object bigdecimal.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dbm' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/sha1' compiling sha1init.c installing default rmd160 libraries linking shared-object digest/rmd160.so linking shared-object digest.so compiling sha1ossl.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/md5' date_parse.c: In function 'date_zone_to_diff': date_parse.c:458:3: warning: suggest parentheses around assignment used as truth value date_parse.c:461:7: warning: suggest parentheses around assignment used as truth value date_parse.c:464:4: warning: suggest parentheses around assignment used as truth value compiling date_core.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/sha2' compiling sha2init.c installing default sha1 libraries linking shared-object digest/sha1.so installing digest libraries installing default digest libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest' installing default bigdecimal libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/bigdecimal' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl/callback' generating callback.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/rmd160' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl' compiling handle.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl/win32' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl/win32' compiling sha2ossl.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/etc' compiling etc.c installing default sha2 libraries handle.c: In function ‘dlhandle_sym’: handle.c:312:5: warning: suggest parentheses around assignment used as truth value compiling dl.c linking shared-object digest/sha2.so etc.c: In function 'passwd_iterate': etc.c:187:5: warning: suggest parentheses around assignment used as truth value etc.c: In function 'etc_passwd': etc.c:230:5: warning: suggest parentheses around assignment used as truth value etc.c: In function 'etc_getpwent': etc.c:321:5: warning: suggest parentheses around assignment used as truth value etc.c: In function 'group_iterate': etc.c:425:5: warning: suggest parentheses around assignment used as truth value etc.c: In function 'etc_group': etc.c:468:5: warning: suggest parentheses around assignment used as truth value etc.c: In function 'etc_getgrent': etc.c:553:5: warning: suggest parentheses around assignment used as truth value installing default etc libraries linking shared-object etc.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/sha1' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fcntl' compiling fcntl.c compiling cptr.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/etc' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fiber' compiling fiber.c installing default fiber libraries installing default fcntl libraries linking shared-object fcntl.so linking shared-object fiber.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/digest/sha2' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fiddle' compiling function.c installing default callback libraries compiling cfunc.c compiling callback.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fcntl' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fiber' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/gdbm' compiling gdbm.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/iconv' compiling iconv.c compiling callback-0.c compiling fiddle.c compiling conversions.c compiling closure.c installing default iconv libraries linking shared-object iconv.so linking shared-object fiddle.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/iconv' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/console' date_core.c: In function ‘c_gregorian_leap_p’: date_core.c:692:5: warning: suggest parentheses around ‘&&’ within ‘||’ installing dl libraries compiling console.c linking shared-object date_core.so installing default fiddle libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/fiddle' linking shared-object dl.so make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/nonblock' compiling nonblock.c console.c: In function 'console_dev': console.c:560:10: warning: unused variable 'mode' linking shared-object io/console.so installing default date_core libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/date' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/wait' compiling wait.c installing default nonblock libraries linking shared-object io/nonblock.so installing default dl libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/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 make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/nonblock' installing default console libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/console' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/mathn/rational' compiling rational.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/nkf' compiling nkf.c installing default rational libraries linking shared-object mathn/rational.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/mathn/complex' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/io/wait' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/objspace' compiling objspace.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/openssl' compiling ossl_x509store.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/mathn/rational' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/pathname' compiling pathname.c installing default gdbm libraries linking shared-object gdbm.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/gdbm' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/psych' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/psych' installing default objspace libraries linking shared-object objspace.so make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/pty' compiling pty.c compiling ossl_x509revoked.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/objspace' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/racc/cparse' compiling callback-1.c compiling cparse.c installing default pty libraries linking shared-object pty.so installing default pathname libraries linking shared-object pathname.so compiling ossl_x509req.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/pty' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/readline' compiling readline.c installing default cparse libraries linking shared-object racc/cparse.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/pathname' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/ripper' compiling ripper.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/racc/cparse' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/sdbm' compiling init.c compiling ossl_x509name.c installing default nkf libraries compiling _sdbm.c linking shared-object nkf.so compiling ossl_x509ext.c compiling callback-2.c installing default sdbm libraries linking shared-object sdbm.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/nkf' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/socket' generating constant definitions make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/sdbm' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/stringio' compiling stringio.c compiling ossl_x509crl.c generating constant definitions compiling basicsocket.c installing default stringio libraries linking shared-object stringio.so compiling ossl_x509cert.c compiling socket.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/stringio' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/strscan' compiling strscan.c compiling callback-3.c installing default readline libraries linking shared-object readline.so compiling ipsocket.c compiling ossl_x509attr.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/readline' compiling ossl_x509.c installing default strscan libraries linking shared-object strscan.so compiling tcpsocket.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/strscan' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/syck' compiling tcpserver.c compiling yaml2byte.c compiling ossl_ssl_session.c compiling sockssocket.c compiling token.c compiling udpsocket.c compiling ossl_ssl.c compiling callback-4.c compiling ossl_rand.c compiling unixsocket.c compiling syck.c compiling ossl_pkey_rsa.c compiling unixserver.c ossl_ssl.c: In function 'ossl_ssl_shutdown': ossl_ssl.c:983:6: warning: suggest parentheses around assignment used as truth value compiling ossl_pkey_ec.c compiling option.c compiling rubyext.c compiling ossl_pkey_dsa.c compiling ancdata.c compiling ossl_pkey_dh.c compiling ossl_pkey.c compiling ossl_pkcs7.c compiling raddrinfo.c compiling ossl_pkcs5.c compiling ossl_pkcs12.c compiling callback-5.c compiling ossl_ocsp.c compiling ossl_ns_spki.c installing default socket libraries compiling init.c compiling ossl_hmac.c compiling ossl_engine.c compiling constants.c compiling callback-6.c compiling ossl_digest.c compiling ossl_config.c compiling ossl_cipher.c checking ../.././parse.y and ../.././ext/ripper/eventids2.c compiling ossl_bn.c linking shared-object ripper.so linking shared-object socket.so compiling ossl_bio.c installing default ripper libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/ripper' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/syslog' compiling syslog.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/socket' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/tk' compiling tcltklib.c compiling ossl_asn1.c compiling callback-7.c installing default syslog libraries linking shared-object syslog.so compiling ossl.c compiling node.c make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/syslog' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/tk/tkutil' compiling tkutil.c compiling openssl_missing.c installing default tkutil libraries compiling stubs.c compiling implicit.c compiling handler.c linking shared-object openssl.so compiling gram.c installing default openssl libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/openssl' installing tcltklib libraries make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/win32ole' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/win32ole' compiling callback-8.c make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/zlib' compiling zlib.c tcltklib.c:2052:1: warning: 'eventloop_sleep' defined but not used compiling emitter.c compiling bytecode.c installing default zlib libraries tkutil.c: In function ‘cbsubst_sym_to_subst’: tkutil.c:1329:5: warning: suggest parentheses around assignment used as truth value tkutil.c: In function ‘cbsubst_get_subst_arg’: tkutil.c:1395:2: warning: suggest parentheses around assignment used as truth value tkutil.c: In function ‘cbsubst_get_all_subst_keys’: tkutil.c:1492:7: warning: suggest parentheses around assignment used as truth value tkutil.c: In function ‘cbsubst_scan_args’: tkutil.c:1673:2: warning: suggest parentheses around assignment used as truth value linking shared-object tkutil.so installing default syck libraries linking shared-object dl/callback.so linking shared-object syck.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/tk/tkutil' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/syck' make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/dl/callback' linking shared-object zlib.so make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/zlib' linking shared-object tcltklib.so installing default tcltklib libraries make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ext/tk' make[2]: Entering directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' linking ruby19 make[2]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' make[1]: Leaving directory `/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1' >>> Source compiled. make -j6 -j1 test sample/test.rb:assignment .................................................................................................................................................................................................................................................................................................................................................................................... sample/test.rb:condition .. sample/test.rb:if/unless ... sample/test.rb:case ..... sample/test.rb:while/until ........ sample/test.rb:exception .......... sample/test.rb:array ....................................... sample/test.rb:hash ........................... sample/test.rb:iterator ............................................................................................................... sample/test.rb:float ................................................................................ sample/test.rb:bignum ............................... sample/test.rb:string & char .............................................................. sample/test.rb:assignment .......... sample/test.rb:call ...... sample/test.rb:proc ......... sample/test.rb:signal .. sample/test.rb:eval ............................. sample/test.rb:system ........ sample/test.rb:const ..... sample/test.rb:clone ..... sample/test.rb:marshal .... sample/test.rb:pack .... sample/test.rb:math .. sample/test.rb:struct ...... sample/test.rb:variable ........... sample/test.rb:trace ... sample/test.rb:defined? ............ sample/test.rb:alias ...... sample/test.rb:path ....................... sample/test.rb:gc .... test succeeded test_attr.rb .. test_autoload.rb .............. test_block.rb ....................................................... test_class.rb ............................................. test_eval.rb .................................... test_exception.rb ................................. test_finalizer.rb . test_flip.rb . test_flow.rb ........................................................ test_fork.rb ..F.. test_gc.rb .. test_io.rb ........ test_jump.rb ............................. test_literal.rb ...................................................................................................................................................... test_load.rb .. test_marshal.rb . test_massign.rb .................................. test_method.rb ............................................................................................................................................................................................................................... test_objectspace.rb ..... test_proc.rb .................................... test_struct.rb . test_syntax.rb .......................................................................................................................................................... test_thread.rb .................................................. #246 test_fork.rb:24:in `': Process.setrlimit(:NPROC, 1) fork {} #=> killed by SIGABRT (signal 6) | bootstraptest.tmp.rb:3: [BUG] Segmentation fault | ruby 1.9.3dev (2011-09-23 revision 33323) [hppa-linux] | | -- Control frame information ----------------------------------------------- | c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :fork | c:0003 p:0048 s:0007 b:0006 l:000cd4 d:000d2c EVAL bootstraptest.tmp.rb:3 | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH | c:0001 p:0000 s:0002 b:0002 l:000cd4 d:000cd4 TOP | | -- Ruby level backtrace information ---------------------------------------- | bootstraptest.tmp.rb:3:in `
' | bootstraptest.tmp.rb:3:in `fork' | | -- C level backtrace information ------------------------------------------- | | -- Other runtime information ----------------------------------------------- | | * Loaded script: bootstraptest.tmp.rb | | * Loaded features: | | 0 enumerator.so | 1 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/encdb.so | 2 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/trans/transdb.so | 3 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/lib/rubygems/defaults.rb | 4 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/rbconfig.rb | 5 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/lib/rubygems/deprecate.rb | 6 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/lib/rubygems/exceptions.rb | 7 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/lib/rubygems/custom_require.rb | 8 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/lib/rubygems.rb | | * Process memory map: | | 00010000-00011000 r-xp 00000000 00:10 360519 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ruby19 | 00011000-00012000 rwxp 00001000 00:10 360519 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/ruby19 | 00012000-001ca000 rwxp 00000000 00:00 0 [heap] | 40000000-40009000 rw-p 00000000 00:00 0 | 40009000-4000b000 rwxp 00000000 00:00 0 | 4000b000-4000c000 ---p 00000000 00:00 0 | 4000c000-4000d000 rwxp 00000000 00:00 0 | 4000d000-40010000 rw-p 00000000 00:00 0 | 40023000-4002b000 r-xp 00000000 08:04 1711333 /lib/librt-2.12.2.so | 4002b000-4002c000 rwxp 00008000 08:04 1711333 /lib/librt-2.12.2.so | 40055000-40071000 r-xp 00000000 08:04 1711120 /lib/libpthread-2.12.2.so | 40071000-40072000 rwxp 0001c000 08:04 1711120 /lib/libpthread-2.12.2.so | 40072000-40074000 rwxp 00000000 00:00 0 | 40074000-400f5000 rw-p 00000000 00:00 0 | 4014e000-4016e000 r-xp 00000000 08:04 1711114 /lib/ld-2.12.2.so | 4016e000-40172000 rwxp 00020000 08:04 1711114 /lib/ld-2.12.2.so | 401ab000-401ae000 r-xp 00000000 00:10 350905 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/encdb.so | 401ae000-401af000 rwxp 00003000 00:10 350905 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/encdb.so | 401fa000-401fd000 r-xp 00000000 08:04 1711137 /lib/libdl-2.12.2.so | 401fd000-401fe000 rwxp 00003000 08:04 1711137 /lib/libdl-2.12.2.so | 4020c000-40213000 r--s 00000000 08:04 1629907 /usr/lib/gconv/gconv-modules.cache | 40213000-40294000 rw-p 00000000 00:00 0 | 40294000-40312000 rwxp 00000000 00:00 0 | 40312000-40313000 ---p 00000000 00:00 0 | 40313000-40314000 rwxp 00000000 00:00 0 | 403c6000-403c9000 r-xp 00000000 00:10 352042 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/trans/transdb.so | 403c9000-403ca000 rwxp 00003000 00:10 352042 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/.ext/hppa-linux/enc/trans/transdb.so | 40401000-4061f000 r-xp 00000000 00:10 350450 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/libruby19.so.1.9.1 | 4061f000-40631000 rwxp 0021e000 00:10 350450 /dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1/libruby19.so.1.9.1 | 40631000-40641000 rwxp 00000000 00:00 0 | 4064a000-40653000 r-xp 00000000 08:04 1711340 /lib/libcrypt-2.12.2.so | 40653000-40654000 rwxp 00009000 08:04 1711340 /lib/libcrypt-2.12.2.so | 40654000-4067b000 rwxp 00000000 00:00 0 | 4081e000-40894000 r-xp 00000000 08:04 1711117 /lib/libm-2.12.2.so | 40894000-40897000 rwxp 00076000 08:04 1711117 /lib/libm-2.12.2.so | 40945000-40a9d000 r-xp 00000000 08:04 1711334 /lib/libc-2.12.2.so | 40a9d000-40aa3000 rwxp 00158000 08:04 1711334 /lib/libc-2.12.2.so | 40aa3000-40aa6000 rwxp 00000000 00:00 0 | 40cfa000-40efa000 r--p 00000000 08:04 1634210 /usr/lib/locale/locale-archive | fb404000-fb42a000 rwxp 00000000 00:00 0 [stack] | | | [NOTE] | You may have encountered a bug in the Ruby interpreter or extension libraries. | Bug reports are welcome. | For details: http://www.ruby-lang.org/bugreport.html | [ruby-dev:37934] FAIL 1/943 tests failed make: *** [yes-btest-ruby] Error 1 emake failed * ERROR: dev-lang/ruby-1.9.3_rc1 failed (test phase): * make test failed * * Call stack: * ebuild.sh, line 91: Called src_test * environment, line 3466: Called die * The specific snippet of code: * emake -j1 test || die "make test failed"; * * If you need support, post the output of 'emerge --info =dev-lang/ruby-1.9.3_rc1', * the complete build log and the output of 'emerge -pqv =dev-lang/ruby-1.9.3_rc1'. * The complete build log is located at '/keeps/gentoo/emergelogs/elmer/dev-lang:ruby-1.9.3_rc1:20111022-170259.log'. * The ebuild environment file is located at '/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/temp/environment'. * S: '/dev/shm/portage/dev-lang/ruby-1.9.3_rc1/work/ruby-1.9.3-rc1'