Advertisement
shanehou

ruby-2.0.0.log

Mar 4th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.31 KB | None | 0 0
  1. * Package: dev-lang/ruby-2.0.0_p353-r2
  2. * Repository: gentoo
  3. * Maintainer: ruby@gentoo.org
  4. * USE: amd64 berkdb elibc_glibc gdbm ipv6 kernel_linux ncurses rdoc readline ssl userland_GNU
  5. * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking ruby-2.0.0-p353.tar.bz2 to /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work
  8. >>> Unpacking ruby-patches-2.0.0_p353-r2.tar.bz2 to /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work
  9. >>> Source unpacked in /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work
  10. >>> Preparing source in /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353 ...
  11. * Applying various patches (bugfixes/updates) ...
  12. * 004_gfbsd7.patch ...
  13. [ ok ]
  14. * 005_no-undefined-ext.patch ...
  15. [ ok ]
  16. * 009_no-gems.patch ...
  17. [ ok ]
  18. * 010_uclibc.patch ...
  19. [ ok ]
  20. * Done with patching
  21. * Unbundling gems...
  22. * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353' ...
  23. * Running aclocal ...
  24. [ ok ]
  25. * Running autoconf ...
  26. [ ok ]
  27. * Running elibtoolize in: ruby-2.0.0-p353/
  28. >>> Source prepared.
  29. >>> Configuring source in /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353 ...
  30. * econf: updating ruby-2.0.0-p353/tool/config.sub with /usr/share/gnuconfig/config.sub
  31. * econf: updating ruby-2.0.0-p353/tool/config.guess with /usr/share/gnuconfig/config.guess
  32. ./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=20 --with-soname=ruby20 --docdir=/usr/share/doc/ruby-2.0.0_p353 --enable-shared --enable-pthread --enable-psych --disable-rpath --disable-socks --disable-install-doc --enable-ipv6 --disable-debug --with-dbm --with-gdbm --with-openssl --without-tk --with-curses --with-readline --enable-option-checking=no
  33. checking build system type... x86_64-pc-linux-gnu
  34. checking host system type... x86_64-pc-linux-gnu
  35. checking target system type... x86_64-pc-linux-gnu
  36. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  37. checking whether the C compiler works... yes
  38. checking for C compiler default output file name... a.out
  39. checking for suffix of executables...
  40. checking whether we are cross compiling... no
  41. checking for suffix of object files... o
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  44. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  45. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  46. checking whether we are using the GNU C++ compiler... yes
  47. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  48. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /bin/grep -E
  51. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  52. checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld
  53. checking whether the linker is GNU ld... yes
  54. checking whether x86_64-pc-linux-gnu-gcc -E accepts -o... yes
  55. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  56. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  57. checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as
  58. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  59. checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy
  60. checking for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm
  61. checking whether ln -s works... yes
  62. checking whether make sets $(MAKE)... yes
  63. checking for a BSD-compatible install... /usr/bin/install -c
  64. checking for a thread-safe mkdir -p... /bin/mkdir -p
  65. checking for x86_64-pc-linux-gnu-dtrace... no
  66. checking for dtrace... no
  67. checking for dot... no
  68. checking for doxygen... no
  69. checking for pkg-config... pkg-config
  70. checking for ANSI C header files... yes
  71. checking for sys/types.h... yes
  72. checking for sys/stat.h... yes
  73. checking for stdlib.h... yes
  74. checking for string.h... yes
  75. checking for memory.h... yes
  76. checking for strings.h... yes
  77. checking for inttypes.h... yes
  78. checking for stdint.h... yes
  79. checking for unistd.h... yes
  80. checking minix/config.h usability... no
  81. checking minix/config.h presence... no
  82. checking for minix/config.h... no
  83. checking whether it is safe to define __EXTENSIONS__... yes
  84. checking for cd using physical directory... cd -P
  85. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  86. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  87. checking whether -Wno-long-long is accepted as CFLAGS... yes
  88. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  89. checking whether -Wunused-variable is accepted as CFLAGS... yes
  90. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  91. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  92. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  93. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  94. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  95. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  96. checking whether -ggdb3 is accepted as CFLAGS... yes
  97. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... no
  98. checking whether -fstack-protector is accepted as CFLAGS... yes
  99. checking whether -fstack-protector is accepted as LDFLAGS... yes
  100. checking whether -ansi -std=iso9899:199409 is accepted as CFLAGS... yes
  101. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  102. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  103. checking whether -fno-fast-math is accepted as CFLAGS... yes
  104. checking for dirent.h that defines DIR... yes
  105. checking for library containing opendir... none required
  106. checking for stdbool.h that conforms to C99... yes
  107. checking for _Bool... yes
  108. checking for sys/wait.h that is POSIX.1 compatible... yes
  109. checking limits.h usability... yes
  110. checking limits.h presence... yes
  111. checking for limits.h... yes
  112. checking sys/file.h usability... yes
  113. checking sys/file.h presence... yes
  114. checking for sys/file.h... yes
  115. checking sys/ioctl.h usability... yes
  116. checking sys/ioctl.h presence... yes
  117. checking for sys/ioctl.h... yes
  118. checking sys/syscall.h usability... yes
  119. checking sys/syscall.h presence... yes
  120. checking for sys/syscall.h... yes
  121. checking fcntl.h usability... yes
  122. checking fcntl.h presence... yes
  123. checking for fcntl.h... yes
  124. checking sys/fcntl.h usability... yes
  125. checking sys/fcntl.h presence... yes
  126. checking for sys/fcntl.h... yes
  127. checking sys/select.h usability... yes
  128. checking sys/select.h presence... yes
  129. checking for sys/select.h... yes
  130. checking sys/time.h usability... yes
  131. checking sys/time.h presence... yes
  132. checking for sys/time.h... yes
  133. checking sys/times.h usability... yes
  134. checking sys/times.h presence... yes
  135. checking for sys/times.h... yes
  136. checking sys/param.h usability... yes
  137. checking sys/param.h presence... yes
  138. checking for sys/param.h... yes
  139. checking syscall.h usability... yes
  140. checking syscall.h presence... yes
  141. checking for syscall.h... yes
  142. checking pwd.h usability... yes
  143. checking pwd.h presence... yes
  144. checking for pwd.h... yes
  145. checking grp.h usability... yes
  146. checking grp.h presence... yes
  147. checking for grp.h... yes
  148. checking a.out.h usability... yes
  149. checking a.out.h presence... yes
  150. checking for a.out.h... yes
  151. checking utime.h usability... yes
  152. checking utime.h presence... yes
  153. checking for utime.h... yes
  154. checking direct.h usability... no
  155. checking direct.h presence... no
  156. checking for direct.h... no
  157. checking sys/resource.h usability... yes
  158. checking sys/resource.h presence... yes
  159. checking for sys/resource.h... yes
  160. checking sys/mkdev.h usability... no
  161. checking sys/mkdev.h presence... no
  162. checking for sys/mkdev.h... no
  163. checking sys/utime.h usability... no
  164. checking sys/utime.h presence... no
  165. checking for sys/utime.h... no
  166. checking xti.h usability... no
  167. checking xti.h presence... no
  168. checking for xti.h... no
  169. checking netinet/in_systm.h usability... yes
  170. checking netinet/in_systm.h presence... yes
  171. checking for netinet/in_systm.h... yes
  172. checking float.h usability... yes
  173. checking float.h presence... yes
  174. checking for float.h... yes
  175. checking ieeefp.h usability... no
  176. checking ieeefp.h presence... no
  177. checking for ieeefp.h... no
  178. checking ucontext.h usability... yes
  179. checking ucontext.h presence... yes
  180. checking for ucontext.h... yes
  181. checking intrinsics.h usability... no
  182. checking intrinsics.h presence... no
  183. checking for intrinsics.h... no
  184. checking langinfo.h usability... yes
  185. checking langinfo.h presence... yes
  186. checking for langinfo.h... yes
  187. checking locale.h usability... yes
  188. checking locale.h presence... yes
  189. checking for locale.h... yes
  190. checking sys/sendfile.h usability... yes
  191. checking sys/sendfile.h presence... yes
  192. checking for sys/sendfile.h... yes
  193. checking time.h usability... yes
  194. checking time.h presence... yes
  195. checking for time.h... yes
  196. checking net/socket.h usability... no
  197. checking net/socket.h presence... no
  198. checking for net/socket.h... no
  199. checking sys/socket.h usability... yes
  200. checking sys/socket.h presence... yes
  201. checking for sys/socket.h... yes
  202. checking process.h usability... no
  203. checking process.h presence... no
  204. checking for process.h... no
  205. checking sys/prctl.h usability... yes
  206. checking sys/prctl.h presence... yes
  207. checking for sys/prctl.h... yes
  208. checking atomic.h usability... no
  209. checking atomic.h presence... no
  210. checking for atomic.h... no
  211. checking for special C compiler options needed for large files... no
  212. checking for _FILE_OFFSET_BITS value needed for large files... no
  213. checking whether byte ordering is bigendian... no
  214. checking for an ANSI C-conforming const... yes
  215. checking whether char is unsigned... no
  216. checking for inline... inline
  217. checking for working volatile... yes
  218. checking for long long... yes
  219. checking for off_t... yes
  220. checking char bit... 8
  221. checking size of int... 4
  222. checking size of short... 2
  223. checking size of long... 8
  224. checking size of long long... 8
  225. checking size of __int64... 0
  226. checking size of off_t... 8
  227. checking size of void*... 8
  228. checking size of float... 4
  229. checking size of double... 8
  230. checking size of time_t... 8
  231. checking for printf prefix for long long... ll
  232. checking for pid_t... yes
  233. checking for convertible type of pid_t... INT
  234. checking for uid_t... yes
  235. checking for convertible type of uid_t... UINT
  236. checking for gid_t... yes
  237. checking for convertible type of gid_t... UINT
  238. checking for time_t... yes
  239. checking for convertible type of time_t... LONG
  240. checking for dev_t... yes
  241. checking for convertible type of dev_t... ULONG
  242. checking for mode_t... yes
  243. checking for convertible type of mode_t... UINT
  244. checking for rlim_t... yes
  245. checking for convertible type of rlim_t... ULONG
  246. checking for prototypes... yes
  247. checking token paste string... ansi
  248. checking stringization... #expr
  249. checking string literal concatenation... yes
  250. checking for variable length prototypes and stdarg.h... yes
  251. checking for variable length macro... yes
  252. checking for noreturn function attribute... __attribute__ ((noreturn)) x
  253. checking for deprecated function attribute... __attribute__ ((deprecated)) x
  254. checking for noinline function attribute... __attribute__ ((noinline)) x
  255. checking for stdcall function attribute... x
  256. checking for cdecl function attribute... x
  257. checking for fastcall function attribute... x
  258. checking for function alias... alias
  259. checking for atomic builtins... yes
  260. checking for __builtin_unreachable... yes
  261. checking for exported function attribute... __attribute__ ((visibility("default")))
  262. checking whether sys_nerr is declared... yes
  263. checking for crypt in -lcrypt... yes
  264. checking for dlopen in -ldl... yes
  265. checking for shl_load in -ldld... no
  266. checking for socketpair in -lsocket... no
  267. checking for clock_gettime in -lrt... yes
  268. checking for size_t... yes
  269. checking size of size_t... 8
  270. checking size of ptrdiff_t... 8
  271. checking for printf prefix for size_t... z
  272. checking for printf prefix for ptrdiff_t... t
  273. checking for struct stat.st_blksize... yes
  274. checking for struct stat.st_blocks... yes
  275. checking for struct stat.st_rdev... yes
  276. checking size of struct stat.st_size... SIZEOF_LONG
  277. checking size of struct stat.st_blocks... SIZEOF_LONG
  278. checking for struct stat.st_atim... yes
  279. checking for struct stat.st_atimespec... no
  280. checking for struct stat.st_atimensec... no
  281. checking for struct stat.st_mtim... yes
  282. checking for struct stat.st_mtimespec... no
  283. checking for struct stat.st_mtimensec... no
  284. checking for struct stat.st_ctim... yes
  285. checking for struct stat.st_ctimespec... no
  286. checking for struct stat.st_ctimensec... no
  287. checking for struct timeval... yes
  288. checking for struct timespec... yes
  289. checking for struct timezone... yes
  290. checking for clockid_t... yes
  291. checking for fd_mask... yes
  292. checking for int8_t... yes
  293. checking size of int8_t... 1
  294. checking for uint8_t... yes
  295. checking size of uint8_t... 1
  296. checking for int16_t... yes
  297. checking size of int16_t... 2
  298. checking for uint16_t... yes
  299. checking size of uint16_t... 2
  300. checking for int32_t... yes
  301. checking size of int32_t... 4
  302. checking for uint32_t... yes
  303. checking size of uint32_t... 4
  304. checking for int64_t... yes
  305. checking size of int64_t... 8
  306. checking for uint64_t... yes
  307. checking size of uint64_t... 8
  308. checking for int128_t... no
  309. checking for uint128_t... no
  310. checking for intptr_t... yes
  311. checking size of intptr_t... 8
  312. checking for uintptr_t... yes
  313. checking size of uintptr_t... 8
  314. checking for ssize_t... yes
  315. checking size of ssize_t... 8
  316. checking for stack end address... __libc_stack_end
  317. checking for uid_t in sys/types.h... (cached) yes
  318. checking type of array argument to getgroups... gid_t
  319. checking return type of signal handlers... void
  320. checking for working alloca.h... yes
  321. checking for alloca... yes
  322. checking for dynamic size alloca... ok
  323. checking for working memcmp... yes
  324. checking for broken erfc of glibc-2.3.6 on IA64... no
  325. checking for dup2... yes
  326. checking for memmove... yes
  327. checking for strerror... yes
  328. checking for strchr... yes
  329. checking for strstr... yes
  330. checking for crypt... yes
  331. checking for flock... yes
  332. checking for isnan... yes
  333. checking for finite... yes
  334. checking for isinf... yes
  335. checking for hypot... yes
  336. checking for acosh... yes
  337. checking for erf... yes
  338. checking for tgamma... yes
  339. checking for lgamma_r... yes
  340. checking for cbrt... yes
  341. checking for strlcpy... no
  342. checking for strlcat... no
  343. checking for ffs... yes
  344. checking for setproctitle... no
  345. checking sys/pstat.h usability... no
  346. checking sys/pstat.h presence... no
  347. checking for sys/pstat.h... no
  348. checking for signbit... yes
  349. checking for fmod... yes
  350. checking for killpg... yes
  351. checking for wait4... yes
  352. checking for waitpid... yes
  353. checking for fork... yes
  354. checking for spawnv... no
  355. checking for syscall... yes
  356. checking for __syscall... no
  357. checking for chroot... yes
  358. checking for getcwd... yes
  359. checking for eaccess... yes
  360. checking for truncate... yes
  361. checking for ftruncate... yes
  362. checking for ftello... yes
  363. checking for chsize... no
  364. checking for times... yes
  365. checking for utimes... yes
  366. checking for utimensat... yes
  367. checking for fcntl... yes
  368. checking for lockf... yes
  369. checking for lstat... yes
  370. checking for truncate64... yes
  371. checking for ftruncate64... yes
  372. checking for ftello64... yes
  373. checking for fseeko... yes
  374. checking for fseeko64... yes
  375. checking for link... yes
  376. checking for symlink... yes
  377. checking for readlink... yes
  378. checking for readdir_r... yes
  379. checking for fsync... yes
  380. checking for fdatasync... yes
  381. checking for fchown... yes
  382. checking for posix_fadvise... yes
  383. checking for setitimer... yes
  384. checking for setruid... no
  385. checking for seteuid... yes
  386. checking for setreuid... yes
  387. checking for setresuid... yes
  388. checking for socketpair... yes
  389. checking for setrgid... no
  390. checking for setegid... yes
  391. checking for setregid... yes
  392. checking for setresgid... yes
  393. checking for issetugid... no
  394. checking for pause... yes
  395. checking for lchown... yes
  396. checking for lchmod... no
  397. checking for getpgrp... yes
  398. checking for setpgrp... yes
  399. checking for getpgid... yes
  400. checking for setpgid... yes
  401. checking for initgroups... yes
  402. checking for getgroups... yes
  403. checking for setgroups... yes
  404. checking for getpriority... yes
  405. checking for getrlimit... yes
  406. checking for setrlimit... yes
  407. checking for sysconf... yes
  408. checking for close... yes
  409. checking for getpwnam_r... yes
  410. checking for getgrnam_r... yes
  411. checking for dlopen... yes
  412. checking for sigprocmask... yes
  413. checking for sigaction... yes
  414. checking for sigsetjmp... no
  415. checking for _setjmp... yes
  416. checking for _longjmp... yes
  417. checking for getsid... yes
  418. checking for setsid... yes
  419. checking for telldir... yes
  420. checking for seekdir... yes
  421. checking for fchmod... yes
  422. checking for cosh... yes
  423. checking for sinh... yes
  424. checking for tanh... yes
  425. checking for log2... yes
  426. checking for round... yes
  427. checking for llabs... yes
  428. checking for setuid... yes
  429. checking for setgid... yes
  430. checking for daemon... (cached) no
  431. checking for select_large_fdset... no
  432. checking for setenv... yes
  433. checking for unsetenv... yes
  434. checking for mktime... yes
  435. checking for timegm... yes
  436. checking for gmtime_r... yes
  437. checking for clock_gettime... yes
  438. checking for gettimeofday... yes
  439. checking for poll... yes
  440. checking for ppoll... yes
  441. checking for pread... yes
  442. checking for sendfile... yes
  443. checking for shutdown... yes
  444. checking for sigaltstack... yes
  445. checking for dl_iterate_phdr... yes
  446. checking for dup... yes
  447. checking for dup3... yes
  448. checking for pipe2... yes
  449. checking for posix_memalign... yes
  450. checking for memalign... yes
  451. checking for ioctl... yes
  452. checking for unsetenv returns a value... yes
  453. checking for __builtin_setjmp... no
  454. checking for setjmp type... _setjmp
  455. checking whether struct tm is in sys/time.h or time.h... time.h
  456. checking for struct tm.tm_zone... yes
  457. checking for struct tm.tm_gmtoff... yes
  458. checking for external int daylight... yes
  459. checking for external timezone... long
  460. checking for external altzone... no
  461. checking for timezone... yes
  462. checking whether timezone requires zero arguments... yes
  463. checking for negative time_t for gmtime(3)... yes
  464. checking for localtime(3) overflow correctly... yes
  465. checking whether right shift preserve sign bit... yes
  466. checking read count field in FILE structures... not found (OK if using GNU libc)
  467. checking read buffer ptr field in FILE structures... _IO_read_ptr
  468. checking read buffer end field in FILE structures... _IO_read_end
  469. checking size of struct stat.st_ino... SIZEOF_LONG
  470. checking whether struct dirent.d_name is too small... no
  471. checking whether _SC_CLK_TCK is supported... yes
  472. checking stack growing direction on x86_64... -1
  473. checking for pthread_kill in -lthr... no
  474. checking for pthread_kill in -lpthread... yes
  475. checking for pthread_np.h... no
  476. checking for sched_yield... yes
  477. checking for pthread_attr_setinheritsched... yes
  478. checking for pthread_getattr_np... yes
  479. checking for pthread_attr_get_np... no
  480. checking for pthread_attr_getstack... yes
  481. checking for pthread_get_stackaddr_np... no
  482. checking for pthread_get_stacksize_np... no
  483. checking for thr_stksegment... no
  484. checking for pthread_stackseg_np... no
  485. checking for pthread_getthrds_np... no
  486. checking for pthread_cond_init... yes
  487. checking for pthread_condattr_setclock... yes
  488. checking for pthread_condattr_init... yes
  489. checking for pthread_sigmask... yes
  490. checking for pthread_attr_init... yes
  491. checking for getcontext... yes
  492. checking for setcontext... yes
  493. checking if fork works with pthread... yes
  494. checking whether ELF binaries are produced... yes
  495. checking elf.h usability... yes
  496. checking elf.h presence... yes
  497. checking for elf.h... yes
  498. checking elf_abi.h usability... no
  499. checking elf_abi.h presence... no
  500. checking for elf_abi.h... no
  501. checking whether OS depend dynamic link works... yes
  502. checking for backtrace... yes
  503. checking valgrind/memcheck.h usability... no
  504. checking valgrind/memcheck.h presence... no
  505. checking for valgrind/memcheck.h... no
  506. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  507. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  508. checking for prefix of external symbols... NONE
  509. checking pthread.h usability... yes
  510. checking pthread.h presence... yes
  511. checking for pthread.h... yes
  512. checking if make is GNU make... yes
  513. checking for memmem... yes
  514. checking for broken memmem... no
  515. checking for nroff... /usr/bin/nroff
  516. .ext/include/x86_64-linux/ruby/config.h updated
  517. verconf.h updated
  518. ruby library version = 2.0.0
  519. configure: creating ./config.status
  520. config.status: creating Makefile
  521. config.status: creating ruby-2.0.pc
  522. >>> Source configured.
  523. >>> Compiling source in /var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353 ...
  524. make -j5 V=1 'EXTLDFLAGS=-Wl,-O1 -Wl,--as-needed'
  525. CC = x86_64-pc-linux-gnu-gcc
  526. LD = x86_64-pc-linux-gnu-ld
  527. LDSHARED = x86_64-pc-linux-gnu-gcc -shared
  528. CFLAGS = -march=native -O2 -pipe -fno-strict-aliasing -fPIC
  529. XCFLAGS = -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
  530. CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I.
  531. DLDFLAGS = -Wl,-soname,libruby20.so.2.0 -fstack-protector -Wl,-O1 -Wl,--as-needed
  532. SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
  533. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o main.o -c main.c
  534. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dmydln.o -c dmydln.c
  535. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dmyencoding.o -c dmyencoding.c
  536. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o version.o -c version.c
  537. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o miniprelude.o -c miniprelude.c
  538. cp probes.dmyh probes.h
  539. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o bignum.o -c bignum.c
  540. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o class.o -c class.c
  541. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o compar.o -c compar.c
  542. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o complex.o -c complex.c
  543. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dir.o -c dir.c
  544. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dln_find.o -c dln_find.c
  545. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o enum.o -c enum.c
  546. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o enumerator.o -c enumerator.c
  547. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o error.o -c error.c
  548. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o eval.o -c eval.c
  549. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o load.o -c load.c
  550. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o proc.o -c proc.c
  551. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o file.o -c file.c
  552. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o gc.o -c gc.c
  553. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o hash.o -c hash.c
  554. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o inits.o -c inits.c
  555. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o io.o -c io.c
  556. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o marshal.o -c marshal.c
  557. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o math.o -c math.c
  558. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o node.o -c node.c
  559. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o numeric.o -c numeric.c
  560. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o object.o -c object.c
  561. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o pack.o -c pack.c
  562. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o parse.o -c parse.c
  563. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o process.o -c process.c
  564. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o random.o -c random.c
  565. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o range.o -c range.c
  566. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o rational.o -c rational.c
  567. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o re.o -c re.c
  568. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regcomp.o -c regcomp.c
  569. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regenc.o -c regenc.c
  570. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regerror.o -c regerror.c
  571. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regexec.o -c regexec.c
  572. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regparse.o -c regparse.c
  573. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o regsyntax.o -c regsyntax.c
  574. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o ruby.o -c ruby.c
  575. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o safe.o -c safe.c
  576. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o signal.o -c signal.c
  577. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o sprintf.o -c sprintf.c
  578. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o st.o -c st.c
  579. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o strftime.o -c strftime.c
  580. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o string.o -c string.c
  581. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o struct.o -c struct.c
  582. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o time.o -c time.c
  583. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o transcode.o -c transcode.c
  584. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o util.o -c util.c
  585. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o compile.o -c compile.c
  586. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o variable.o -c variable.c
  587. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o debug.o -c debug.c
  588. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o iseq.o -c iseq.c
  589. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o vm.o -c vm.c
  590. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o vm_dump.o -c vm_dump.c
  591. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o vm_backtrace.o -c vm_backtrace.c
  592. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o vm_trace.o -c vm_trace.c
  593. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o thread.o -c thread.c
  594. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o cont.o -c cont.c
  595. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o ascii.o -c ./enc/ascii.c
  596. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o us_ascii.o -c ./enc/us_ascii.c
  597. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o unicode.o -c ./enc/unicode.c
  598. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o utf_8.o -c ./enc/utf_8.c
  599. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o newline.o -c newline.c
  600. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o strlcpy.o -c ./missing/strlcpy.c
  601. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o strlcat.o -c ./missing/strlcat.c
  602. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o setproctitle.o -c ./missing/setproctitle.c
  603. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o addr2line.o -c addr2line.c
  604. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dmyext.o -c dmyext.c
  605. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dln.o -c dln.c
  606. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o encoding.o -c encoding.c
  607. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o dmyversion.o -c dmyversion.c
  608. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o array.o -c array.c
  609. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -fstack-protector -Wl,-O1 -Wl,--as-needed main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby
  610. ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -timestamp=.rbconfig.time \
  611. -install_name=ruby20 \
  612. -so_name=ruby20 rbconfig.rb
  613. ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
  614. rbconfig.rb updated
  615. ./miniruby -I./lib -I. -I.ext/common ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" --module enc.mk
  616. ./miniruby -I./lib -I. -I.ext/common -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
  617. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC -include ruby/config.h -include ruby/missing.h -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -o prelude.o -c prelude.c
  618. encdb.h unchanged
  619. make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " srcs
  620. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  621. make[1]: Nothing to be done for 'srcs'.
  622. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  623. ./miniruby -I./lib -I. -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
  624. x86_64-pc-linux-gnu-ar rcu libruby20-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o prelude.o dmyext.o
  625. x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,libruby20.so.2.0 -fstack-protector -Wl,-O1 -Wl,--as-needed dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o prelude.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o libruby20.so.2.0.0
  626. : -w -L 'Init_*' -L '*_threadptr_*' libruby20.so.2.0.0
  627. :
  628. make -f enc.mk V="1" \
  629. RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  630. enc
  631. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  632. /bin/mkdir -p "enc"
  633. /bin/mkdir -p "enc"
  634. /bin/mkdir -p "enc"
  635. /bin/mkdir -p "enc"
  636. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/encdb.o -c ./enc/encdb.c
  637. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/big5.o -c ./enc/big5.c
  638. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/cp949.o -c ./enc/cp949.c
  639. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/emacs_mule.o -c ./enc/emacs_mule.c
  640. transdb.h unchanged
  641. make -f enc.mk V="1" \
  642. RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  643. trans
  644. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  645. /bin/mkdir -p "enc/trans"
  646. /bin/mkdir -p "enc"
  647. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/transdb.o -c ./enc/trans/transdb.c
  648. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_jp.o -c ./enc/euc_jp.c
  649. ./miniruby -I./lib -I. -I.ext/common ./ext/extmk.rb --make="make" --command-output=exts.mk --dest-dir="" --extout=".ext" --mflags="" --make-flags=" -j --jobserver-fds=4,5 -- EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed V=1" --extension --extstatic --make-flags="V=1 MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" -- configure
  650. /bin/mkdir -p "enc"
  651. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_kr.o -c ./enc/euc_kr.c
  652. /bin/mkdir -p "enc/trans"
  653. /bin/mkdir -p "enc"
  654. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/big5.o -c ./enc/trans/big5.c
  655. ../../../.././ext/-test-/array/resize/extconf.rb
  656. ../../.././ext/-test-/bug-3571/extconf.rb
  657. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/euc_tw.o -c ./enc/euc_tw.c
  658. ../../.././ext/-test-/bug-3662/extconf.rb
  659. ../../.././ext/-test-/bug-5832/extconf.rb
  660. ../../.././ext/-test-/debug/extconf.rb
  661. ../../.././ext/-test-/exception/extconf.rb
  662. ../../.././ext/-test-/fatal/extconf.rb
  663. ../../.././ext/-test-/funcall/extconf.rb
  664. ../../.././ext/-test-/iter/extconf.rb
  665. ../../../.././ext/-test-/load/dot.dot/extconf.rb
  666. /bin/mkdir -p "enc"
  667. ../../../.././ext/-test-/marshal/compat/extconf.rb
  668. ../../../.././ext/-test-/marshal/usr/extconf.rb
  669. ../../.././ext/-test-/method/extconf.rb
  670. ../../.././ext/-test-/num2int/extconf.rb
  671. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gb2312.o -c ./enc/gb2312.c
  672. ../../.././ext/-test-/old_thread_select/extconf.rb
  673. /bin/mkdir -p "enc"
  674. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gb18030.o -c ./enc/gb18030.c
  675. /bin/mkdir -p "enc"
  676. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/gbk.o -c ./enc/gbk.c
  677. /bin/mkdir -p "enc"
  678. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c
  679. /bin/mkdir -p "enc"
  680. ../../.././ext/-test-/path_to_class/extconf.rb
  681. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c
  682. ../../.././ext/-test-/printf/extconf.rb
  683. /bin/mkdir -p "enc"
  684. ../../../.././ext/-test-/st/numhash/extconf.rb
  685. /bin/mkdir -p "enc"
  686. ../../../.././ext/-test-/st/update/extconf.rb
  687. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c
  688. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c
  689. ../../.././ext/-test-/string/extconf.rb
  690. ../../.././ext/-test-/symbol/extconf.rb
  691. ../../.././ext/-test-/typeddata/extconf.rb
  692. ../../.././ext/-test-/wait_for_single_fd/extconf.rb
  693. ../../../.././ext/-test-/win32/dln/extconf.rb
  694. Failed to configure -test-/win32/dln. It will not be installed.
  695. ../../../.././ext/-test-/win32/fd_setsize/extconf.rb
  696. Failed to configure -test-/win32/fd_setsize. It will not be installed.
  697. ../.././ext/bigdecimal/extconf.rb
  698. /bin/mkdir -p "enc"
  699. /bin/mkdir -p "enc/trans"
  700. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/chinese.o -c ./enc/trans/chinese.c
  701. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c
  702. /bin/mkdir -p "enc"
  703. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c
  704. /bin/mkdir -p "enc"
  705. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c
  706. /bin/mkdir -p "enc"
  707. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c
  708. /bin/mkdir -p "enc"
  709. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c
  710. /bin/mkdir -p "enc"
  711. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c
  712. /bin/mkdir -p "enc"
  713. ../.././ext/continuation/extconf.rb
  714. ../.././ext/coverage/extconf.rb
  715. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c
  716. ../.././ext/curses/extconf.rb
  717. /bin/mkdir -p "enc"
  718. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c
  719. /bin/mkdir -p "enc"
  720. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c
  721. /bin/mkdir -p "enc"
  722. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c
  723. /bin/mkdir -p "enc"
  724. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c
  725. /bin/mkdir -p "enc"
  726. /bin/mkdir -p "enc"
  727. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/koi8_r.o -c ./enc/koi8_r.c
  728. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/koi8_u.o -c ./enc/koi8_u.c
  729. /bin/mkdir -p "enc"
  730. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/shift_jis.o -c ./enc/shift_jis.c
  731. /bin/mkdir -p "enc"
  732. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_16be.o -c ./enc/utf_16be.c
  733. /bin/mkdir -p "enc"
  734. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_16le.o -c ./enc/utf_16le.c
  735. /bin/mkdir -p "enc"
  736. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_32be.o -c ./enc/utf_32be.c
  737. /bin/mkdir -p "enc"
  738. /bin/mkdir -p "enc"
  739. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/windows_31j.o -c ./enc/windows_31j.c
  740. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/utf_32le.o -c ./enc/utf_32le.c
  741. /bin/mkdir -p "enc"
  742. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/windows_1251.o -c ./enc/windows_1251.c
  743. /bin/mkdir -p "enc/trans"
  744. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji.o -c ./enc/trans/emoji.c
  745. /bin/mkdir -p ".ext/x86_64-linux/enc"
  746. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/encdb.so enc/encdb.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  747. header: ncurses.h
  748. library: ncursesw
  749. /bin/mkdir -p ".ext/x86_64-linux/enc"
  750. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/big5.so enc/big5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  751. /bin/mkdir -p ".ext/x86_64-linux/enc"
  752. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/cp949.so enc/cp949.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  753. /bin/mkdir -p "enc/trans"
  754. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c
  755. /bin/mkdir -p "enc/trans"
  756. /bin/mkdir -p ".ext/x86_64-linux/enc"
  757. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  758. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c
  759. /bin/mkdir -p ".ext/x86_64-linux/enc"
  760. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  761. /bin/mkdir -p ".ext/x86_64-linux/enc"
  762. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  763. /bin/mkdir -p ".ext/x86_64-linux/enc"
  764. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  765. /bin/mkdir -p ".ext/x86_64-linux/enc"
  766. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gb2312.so enc/gb2312.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  767. /bin/mkdir -p ".ext/x86_64-linux/enc"
  768. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gb18030.so enc/gb18030.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  769. /bin/mkdir -p ".ext/x86_64-linux/enc"
  770. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/gbk.so enc/gbk.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  771. /bin/mkdir -p ".ext/x86_64-linux/enc"
  772. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  773. /bin/mkdir -p ".ext/x86_64-linux/enc"
  774. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  775. /bin/mkdir -p ".ext/x86_64-linux/enc"
  776. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  777. /bin/mkdir -p ".ext/x86_64-linux/enc"
  778. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  779. /bin/mkdir -p ".ext/x86_64-linux/enc"
  780. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  781. /bin/mkdir -p ".ext/x86_64-linux/enc"
  782. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  783. /bin/mkdir -p ".ext/x86_64-linux/enc"
  784. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  785. /bin/mkdir -p ".ext/x86_64-linux/enc"
  786. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  787. /bin/mkdir -p "enc/trans"
  788. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c
  789. /bin/mkdir -p ".ext/x86_64-linux/enc"
  790. /bin/mkdir -p "enc/trans"
  791. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  792. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c
  793. /bin/mkdir -p ".ext/x86_64-linux/enc"
  794. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  795. /bin/mkdir -p ".ext/x86_64-linux/enc"
  796. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  797. /bin/mkdir -p ".ext/x86_64-linux/enc"
  798. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  799. /bin/mkdir -p ".ext/x86_64-linux/enc"
  800. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  801. /bin/mkdir -p ".ext/x86_64-linux/enc"
  802. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  803. /bin/mkdir -p ".ext/x86_64-linux/enc"
  804. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  805. /bin/mkdir -p ".ext/x86_64-linux/enc"
  806. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  807. /bin/mkdir -p ".ext/x86_64-linux/enc"
  808. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  809. /bin/mkdir -p ".ext/x86_64-linux/enc"
  810. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  811. /bin/mkdir -p ".ext/x86_64-linux/enc"
  812. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  813. /bin/mkdir -p "enc/trans"
  814. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/escape.o -c ./enc/trans/escape.c
  815. /bin/mkdir -p ".ext/x86_64-linux/enc"
  816. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  817. /bin/mkdir -p "enc/trans"
  818. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c
  819. /bin/mkdir -p ".ext/x86_64-linux/enc"
  820. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  821. /bin/mkdir -p "enc/trans"
  822. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/gbk.o -c ./enc/trans/gbk.c
  823. /bin/mkdir -p ".ext/x86_64-linux/enc"
  824. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  825. /bin/mkdir -p ".ext/x86_64-linux/enc"
  826. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/windows_31j.so enc/windows_31j.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  827. /bin/mkdir -p ".ext/x86_64-linux/enc"
  828. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  829. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  830. /bin/mkdir -p "enc/trans"
  831. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c
  832. /bin/mkdir -p "enc/trans"
  833. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese.o -c ./enc/trans/japanese.c
  834. /bin/mkdir -p "enc/trans"
  835. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c
  836. /bin/mkdir -p "enc/trans"
  837. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c
  838. /bin/mkdir -p "enc/trans"
  839. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/korean.o -c ./enc/trans/korean.c
  840. /bin/mkdir -p "enc/trans"
  841. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c
  842. /bin/mkdir -p "enc/trans"
  843. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c
  844. /bin/mkdir -p "enc/trans"
  845. x86_64-pc-linux-gnu-gcc -I. -I.ext/include/x86_64-linux -I./include -I. -DONIG_ENC_REGISTER=rb_enc_register -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c
  846. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  847. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  848. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  849. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  850. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  851. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  852. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  853. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  854. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  855. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  856. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  857. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  858. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  859. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  860. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  861. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  862. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  863. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  864. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  865. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  866. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  867. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  868. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  869. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  870. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  871. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  872. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  873. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  874. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  875. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  876. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  877. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  878. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  879. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  880. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  881. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  882. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  883. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm
  884. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  885. make -f enc.mk V="1" \
  886. RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  887. encs
  888. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  889. /bin/mkdir -p .ext/x86_64-linux/enc .ext/x86_64-linux/enc/trans enc enc/trans
  890. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  891. ../.././ext/date/extconf.rb
  892. ../.././ext/dbm/extconf.rb
  893. header: db.h
  894. library: db
  895. ../.././ext/digest/extconf.rb
  896. ../../.././ext/digest/bubblebabble/extconf.rb
  897. ../../.././ext/digest/md5/extconf.rb
  898. ../../.././ext/digest/rmd160/extconf.rb
  899. ../../.././ext/digest/sha1/extconf.rb
  900. ../../.././ext/digest/sha2/extconf.rb
  901. ../.././ext/dl/extconf.rb
  902. ../../.././ext/dl/callback/extconf.rb
  903. ../../.././ext/dl/win32/extconf.rb
  904. Failed to configure dl/win32. It will not be installed.
  905. ../.././ext/etc/extconf.rb
  906. ../.././ext/fcntl/extconf.rb
  907. ../.././ext/fiber/extconf.rb
  908. ../.././ext/fiddle/extconf.rb
  909. ../../.././ext/fiddle/win32/extconf.rb
  910. Failed to configure fiddle/win32. It will not be installed.
  911. ../.././ext/gdbm/extconf.rb
  912. ../../.././ext/io/console/extconf.rb
  913. ../../.././ext/io/nonblock/extconf.rb
  914. ../../.././ext/io/wait/extconf.rb
  915. ../.././ext/json/extconf.rb
  916. ../../.././ext/json/generator/extconf.rb
  917. ../../.././ext/json/parser/extconf.rb
  918. ../../.././ext/mathn/complex/extconf.rb
  919. ../../.././ext/mathn/rational/extconf.rb
  920. ../.././ext/nkf/extconf.rb
  921. ../.././ext/objspace/extconf.rb
  922. ../.././ext/openssl/extconf.rb
  923. pkg-config --exists openssl
  924. ../.././ext/pathname/extconf.rb
  925. ../.././ext/psych/extconf.rb
  926. ../.././ext/pty/extconf.rb
  927. ../../.././ext/racc/cparse/extconf.rb
  928. ../.././ext/readline/extconf.rb
  929. ../.././ext/ripper/extconf.rb
  930. ../.././ext/sdbm/extconf.rb
  931. ../.././ext/socket/extconf.rb
  932. ../.././ext/stringio/extconf.rb
  933. ../.././ext/strscan/extconf.rb
  934. ../.././ext/syslog/extconf.rb
  935. ../../.././ext/tk/tkutil/extconf.rb
  936. Failed to configure tk/tkutil. It will not be installed.
  937. ../.././ext/win32ole/extconf.rb
  938. Failed to configure win32ole. It will not be installed.
  939. ../.././ext/zlib/extconf.rb
  940. make -f exts.mk LIBRUBY_EXTS=./.libruby-with-ext.time ENCOBJS=""
  941. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  942. cd ext/-test-/array/resize && exec make -w -j --jobserver-fds=4,5 V=1 all
  943. cd ext/-test-/bug-3571 && exec make -w -j --jobserver-fds=4,5 V=1 all
  944. cd ext/-test-/bug-3662 && exec make -w -j --jobserver-fds=4,5 V=1 all
  945. cd ext/-test-/bug-5832 && exec make -w -j --jobserver-fds=4,5 V=1 all
  946. cd ext/-test-/debug && exec make -w -j --jobserver-fds=4,5 V=1 all
  947. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-3662'
  948. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/array/resize'
  949. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-5832'
  950. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/debug'
  951. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o bug.o -c bug.c
  952. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/array/resize -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o resize.o -c resize.c
  953. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o inspector.o -c inspector.c
  954. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-3571'
  955. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-5832 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o bug.o -c bug.c
  956. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o bug.o -c bug.c
  957. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/array
  958. exit > .RUBYARCHDIR.time
  959. rm -f ../../../../.ext/x86_64-linux/-test-/array/resize.so
  960. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/array/resize.so resize.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  961. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/bug-5832
  962. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/bug-3662
  963. exit > .RUBYARCHDIR.time
  964. exit > .RUBYARCHDIR.time
  965. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/debug -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c
  966. rm -f ../../../.ext/x86_64-linux/-test-/bug-3662/bug.so
  967. rm -f ../../../.ext/x86_64-linux/-test-/bug-5832/bug.so
  968. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug-3662/bug.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  969. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug-5832/bug.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  970. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/bug-3571
  971. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/array/resize'
  972. cd ext/-test-/exception && exec make -w -j --jobserver-fds=4,5 V=1 all
  973. exit > .RUBYARCHDIR.time
  974. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/exception'
  975. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c
  976. rm -f ../../../.ext/x86_64-linux/-test-/bug-3571/bug.so
  977. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug-3571/bug.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  978. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-5832'
  979. cd ext/-test-/fatal && exec make -w -j --jobserver-fds=4,5 V=1 all
  980. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-3662'
  981. cd ext/-test-/funcall && exec make -w -j --jobserver-fds=4,5 V=1 all
  982. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/fatal'
  983. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/fatal -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o rb_fatal.o -c rb_fatal.c
  984. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/funcall'
  985. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/funcall -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o passing_block.o -c passing_block.c
  986. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-
  987. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/bug-3571'
  988. exit > .RUBYARCHDIR.time
  989. cd ext/-test-/iter && exec make -w -j --jobserver-fds=4,5 V=1 all
  990. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/iter'
  991. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o break.o -c break.c
  992. rm -f ../../../.ext/x86_64-linux/-test-/debug.so
  993. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/debug.so inspector.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  994. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc_raise.o -c enc_raise.c
  995. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/fatal
  996. exit > .RUBYARCHDIR.time
  997. rm -f ../../../.ext/x86_64-linux/-test-/fatal/rb_fatal.so
  998. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/fatal/rb_fatal.so rb_fatal.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  999. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/debug'
  1000. cd ext/-test-/load/dot.dot && exec make -w -j --jobserver-fds=4,5 V=1 all
  1001. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/load/dot.dot'
  1002. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/load/dot.dot -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o dot.dot.o -c dot.dot.c
  1003. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/funcall
  1004. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/iter
  1005. exit > .RUBYARCHDIR.time
  1006. exit > .RUBYARCHDIR.time
  1007. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/exception -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ensured.o -c ensured.c
  1008. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/load/dot.dot
  1009. rm -f ../../../.ext/x86_64-linux/-test-/iter/break.so
  1010. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/iter/break.so break.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1011. exit > .RUBYARCHDIR.time
  1012. rm -f ../../../.ext/x86_64-linux/-test-/funcall/funcall.so
  1013. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/funcall/funcall.so passing_block.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1014. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/fatal'
  1015. cd ext/-test-/marshal/compat && exec make -w -j --jobserver-fds=4,5 V=1 all
  1016. rm -f ../../../../.ext/x86_64-linux/-test-/load/dot.dot/dot.dot.so
  1017. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/marshal/compat'
  1018. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/load/dot.dot/dot.dot.so dot.dot.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1019. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/compat -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o usrcompat.o -c usrcompat.c
  1020. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/iter'
  1021. cd ext/-test-/marshal/usr && exec make -w -j --jobserver-fds=4,5 V=1 all
  1022. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/marshal/usr'
  1023. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/funcall'
  1024. cd ext/-test-/method && exec make -w -j --jobserver-fds=4,5 V=1 all
  1025. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/usr -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o usrmarshal.o -c usrmarshal.c
  1026. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/load/dot.dot'
  1027. cd ext/-test-/num2int && exec make -w -j --jobserver-fds=4,5 V=1 all
  1028. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/method'
  1029. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/num2int'
  1030. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c
  1031. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-
  1032. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/num2int -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o num2int.o -c num2int.c
  1033. exit > .RUBYARCHDIR.time
  1034. rm -f ../../../.ext/x86_64-linux/-test-/exception.so
  1035. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/exception.so init.o enc_raise.o ensured.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1036. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/marshal
  1037. exit > .RUBYARCHDIR.time
  1038. rm -f ../../../../.ext/x86_64-linux/-test-/marshal/compat.so
  1039. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/compat.so usrcompat.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1040. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/marshal
  1041. exit > .RUBYARCHDIR.time
  1042. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/exception'
  1043. cd ext/-test-/old_thread_select && exec make -w -j --jobserver-fds=4,5 V=1 all
  1044. rm -f ../../../../.ext/x86_64-linux/-test-/marshal/usr.so
  1045. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/usr.so usrmarshal.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1046. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/old_thread_select'
  1047. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/method -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o arity.o -c arity.c
  1048. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/old_thread_select -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o old_thread_select.o -c old_thread_select.c
  1049. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/marshal/compat'
  1050. cd ext/-test-/path_to_class && exec make -w -j --jobserver-fds=4,5 V=1 all
  1051. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/path_to_class'
  1052. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/num2int
  1053. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/marshal/usr'
  1054. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/path_to_class
  1055. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/path_to_class -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o path_to_class.o -c path_to_class.c
  1056. exit > .RUBYARCHDIR.time
  1057. exit > .RUBYARCHDIR.time
  1058. rm -f ../../../.ext/x86_64-linux/-test-/num2int/num2int.so
  1059. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/num2int/num2int.so num2int.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1060. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-
  1061. exit > .RUBYARCHDIR.time
  1062. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/old_thread_select
  1063. exit > .RUBYARCHDIR.time
  1064. cd ext/-test-/printf && exec make -w -j --jobserver-fds=4,5 V=1 all
  1065. old_thread_select.c: In function ‘old_thread_select’:
  1066. old_thread_select.c:57:5: warning: ‘rb_thread_select’ is deprecated (declared at ../../.././include/ruby/intern.h:417) [-Wdeprecated-declarations]
  1067. rc = rb_thread_select(max, rp, wp, ep, tvp);
  1068. ^
  1069. rm -f ../../../.ext/x86_64-linux/-test-/method.so
  1070. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/method.so init.o arity.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1071. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/printf'
  1072. rm -f ../../../.ext/x86_64-linux/-test-/path_to_class/path_to_class.so
  1073. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/printf -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o printf.o -c printf.c
  1074. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/path_to_class/path_to_class.so path_to_class.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1075. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/num2int'
  1076. cd ext/-test-/st/numhash && exec make -w -j --jobserver-fds=4,5 V=1 all
  1077. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/st/numhash'
  1078. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/numhash -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o numhash.o -c numhash.c
  1079. rm -f ../../../.ext/x86_64-linux/-test-/old_thread_select/old_thread_select.so
  1080. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/path_to_class'
  1081. cd ext/-test-/st/update && exec make -w -j --jobserver-fds=4,5 V=1 all
  1082. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/old_thread_select/old_thread_select.so old_thread_select.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1083. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/method'
  1084. cd ext/-test-/string && exec make -w -j --jobserver-fds=4,5 V=1 all
  1085. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/st/update'
  1086. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/update -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o update.o -c update.c
  1087. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/string'
  1088. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc_associate.o -c enc_associate.c
  1089. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/old_thread_select'
  1090. cd ext/-test-/symbol && exec make -w -j --jobserver-fds=4,5 V=1 all
  1091. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-
  1092. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/symbol'
  1093. exit > .RUBYARCHDIR.time
  1094. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c
  1095. rm -f ../../../.ext/x86_64-linux/-test-/printf.so
  1096. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/printf.so printf.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1097. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/st
  1098. /bin/mkdir -p ../../../../.ext/x86_64-linux/-test-/st
  1099. exit > .RUBYARCHDIR.time
  1100. exit > .RUBYARCHDIR.time
  1101. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o coderange.o -c coderange.c
  1102. rm -f ../../../../.ext/x86_64-linux/-test-/st/update.so
  1103. rm -f ../../../../.ext/x86_64-linux/-test-/st/numhash.so
  1104. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/update.so update.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1105. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/numhash.so numhash.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1106. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/symbol -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o intern.o -c intern.c
  1107. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/printf'
  1108. cd ext/-test-/typeddata && exec make -w -j --jobserver-fds=4,5 V=1 all
  1109. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/typeddata'
  1110. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/typeddata -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o typeddata.o -c typeddata.c
  1111. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/st/numhash'
  1112. cd ext/-test-/wait_for_single_fd && exec make -w -j --jobserver-fds=4,5 V=1 all
  1113. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/wait_for_single_fd'
  1114. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/st/update'
  1115. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/typeddata
  1116. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/wait_for_single_fd -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o wait_for_single_fd.o -c wait_for_single_fd.c
  1117. exit > .RUBYARCHDIR.time
  1118. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/wait_for_single_fd
  1119. exit > .RUBYARCHDIR.time
  1120. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o init.o -c init.c
  1121. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/symbol
  1122. exit > .RUBYARCHDIR.time
  1123. cd ext/-test-/win32/dln && exec make -w -j --jobserver-fds=4,5 V=1 all
  1124. rm -f ../../../.ext/x86_64-linux/-test-/symbol/symbol.so
  1125. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/win32/dln'
  1126. make[2]: Nothing to be done for 'all'.
  1127. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/win32/dln'
  1128. cd ext/-test-/win32/fd_setsize && exec make -w -j --jobserver-fds=4,5 V=1 all
  1129. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/symbol/symbol.so init.o intern.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1130. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/win32/fd_setsize'
  1131. make[2]: Nothing to be done for 'all'.
  1132. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/win32/fd_setsize'
  1133. cd ext/bigdecimal && exec make -w -j --jobserver-fds=4,5 V=1 all
  1134. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/bigdecimal'
  1135. rm -f ../../../.ext/x86_64-linux/-test-/typeddata/typeddata.so
  1136. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/typeddata/typeddata.so typeddata.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1137. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o bigdecimal.o -c bigdecimal.c
  1138. rm -f ../../../.ext/x86_64-linux/-test-/wait_for_single_fd/wait_for_single_fd.so
  1139. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/wait_for_single_fd/wait_for_single_fd.so wait_for_single_fd.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1140. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o set_len.o -c set_len.c
  1141. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/symbol'
  1142. cd ext/continuation && exec make -w -j --jobserver-fds=4,5 V=1 all
  1143. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/continuation'
  1144. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/typeddata'
  1145. cd ext/coverage && exec make -w -j --jobserver-fds=4,5 V=1 all
  1146. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o continuation.o -c continuation.c
  1147. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/coverage'
  1148. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o coverage.o -c coverage.c
  1149. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/wait_for_single_fd'
  1150. cd ext/curses && exec make -w -j --jobserver-fds=4,5 V=1 all
  1151. /bin/mkdir -p ../../.ext/x86_64-linux
  1152. exit > .RUBYARCHDIR.time
  1153. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/curses'
  1154. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o curses.o -c curses.c
  1155. rm -f ../../.ext/x86_64-linux/continuation.so
  1156. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/continuation.so continuation.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1157. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ellipsize.o -c ellipsize.c
  1158. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/continuation'
  1159. cd ext/date && exec make -w -j --jobserver-fds=4,5 V=1 all
  1160. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/date'
  1161. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o date_core.o -c date_core.c
  1162. /bin/mkdir -p ../../.ext/x86_64-linux
  1163. exit > .RUBYARCHDIR.time
  1164. rm -f ../../.ext/x86_64-linux/coverage.so
  1165. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/coverage.so coverage.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1166. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/coverage'
  1167. cd ext/dbm && exec make -w -j --jobserver-fds=4,5 V=1 all
  1168. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dbm'
  1169. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o dbm.o -c dbm.c
  1170. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o cstr.o -c cstr.c
  1171. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o enc_str_buf_cat.o -c enc_str_buf_cat.c
  1172. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o qsort.o -c qsort.c
  1173. /bin/mkdir -p ../../.ext/x86_64-linux
  1174. exit > .RUBYARCHDIR.time
  1175. rm -f ../../.ext/x86_64-linux/dbm.so
  1176. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/dbm.so dbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -ldb -lpthread -lrt -ldl -lcrypt -lm -lc
  1177. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o modify.o -c modify.c
  1178. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dbm'
  1179. cd ext/digest && exec make -w -j --jobserver-fds=4,5 V=1 all
  1180. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest'
  1181. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o digest.o -c digest.c
  1182. /bin/mkdir -p ../../../.ext/x86_64-linux/-test-/string
  1183. exit > .RUBYARCHDIR.time
  1184. rm -f ../../../.ext/x86_64-linux/-test-/string/string.so
  1185. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/string/string.so enc_associate.o coderange.o init.o set_len.o ellipsize.o cstr.o enc_str_buf_cat.o qsort.o modify.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1186. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/-test-/string'
  1187. cd ext/digest/bubblebabble && exec make -w -j --jobserver-fds=4,5 V=1 all
  1188. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/bubblebabble'
  1189. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o bubblebabble.o -c bubblebabble.c
  1190. /bin/mkdir -p ../../.ext/x86_64-linux
  1191. exit > .RUBYARCHDIR.time
  1192. /bin/mkdir -p ../../.ext/include/ruby
  1193. exit > .HDRDIR.time
  1194. /bin/mkdir -p ../../.ext/common/digest
  1195. exit > .RUBYLIBDIR.-.digest.time
  1196. /bin/mkdir -p ../../.ext/x86_64-linux
  1197. /bin/mkdir -p ../../.ext/common
  1198. exit > .RUBYARCHDIR.time
  1199. exit > .RUBYLIBDIR.time
  1200. cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest
  1201. cp ../.././ext/digest/lib/digest.rb ../../.ext/common
  1202. cp ../.././ext/digest/digest.h ../../.ext/include/ruby
  1203. rm -f ../../.ext/x86_64-linux/digest.so
  1204. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1205. rm -f ../../.ext/x86_64-linux/curses.so
  1206. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lncursesw -lpthread -lrt -ldl -lcrypt -lm -lc
  1207. /bin/mkdir -p ../../../.ext/x86_64-linux/digest
  1208. exit > .RUBYARCHDIR.time
  1209. rm -f ../../../.ext/x86_64-linux/digest/bubblebabble.so
  1210. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1211. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest'
  1212. cd ext/digest/md5 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1213. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/curses'
  1214. cd ext/digest/rmd160 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1215. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/md5'
  1216. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o md5init.o -c md5init.c
  1217. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/rmd160'
  1218. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o rmd160init.o -c rmd160init.c
  1219. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/bubblebabble'
  1220. cd ext/digest/sha1 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1221. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/sha1'
  1222. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o sha1init.o -c sha1init.c
  1223. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o rmd160.o -c rmd160.c
  1224. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o md5ossl.o -c md5ossl.c
  1225. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o sha1ossl.o -c sha1ossl.c
  1226. /bin/mkdir -p ../../../.ext/x86_64-linux/digest
  1227. exit > .RUBYARCHDIR.time
  1228. rm -f ../../../.ext/x86_64-linux/digest/md5.so
  1229. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
  1230. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/md5'
  1231. cd ext/digest/sha2 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1232. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/sha2'
  1233. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o sha2init.o -c sha2init.c
  1234. /bin/mkdir -p ../../../.ext/x86_64-linux/digest
  1235. exit > .RUBYARCHDIR.time
  1236. rm -f ../../../.ext/x86_64-linux/digest/sha1.so
  1237. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
  1238. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o sha2ossl.o -c sha2ossl.c
  1239. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/sha1'
  1240. cd ext/dl && exec make -w -j --jobserver-fds=4,5 V=1 all
  1241. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl'
  1242. /bin/mkdir -p ../../../.ext/x86_64-linux/digest
  1243. exit > .RUBYARCHDIR.time
  1244. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c
  1245. /bin/mkdir -p ../../../.ext/common/digest
  1246. exit > .RUBYLIBDIR.time
  1247. rm -f ../../../.ext/x86_64-linux/digest/sha2.so
  1248. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2init.o sha2ossl.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
  1249. /bin/mkdir -p ../../../.ext/x86_64-linux/digest
  1250. exit > .RUBYARCHDIR.time
  1251. rm -f ../../../.ext/x86_64-linux/digest/rmd160.so
  1252. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o rmd160.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lcrypto -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
  1253. cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
  1254. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/sha2'
  1255. cd ext/dl/callback && exec make -w -j --jobserver-fds=4,5 V=1 all
  1256. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl/callback'
  1257. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback.o -c callback.c
  1258. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/digest/rmd160'
  1259. cd ext/dl/win32 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1260. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c
  1261. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl/win32'
  1262. make[2]: Nothing to be done for 'all'.
  1263. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl/win32'
  1264. cd ext/etc && exec make -w -j --jobserver-fds=4,5 V=1 all
  1265. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/etc'
  1266. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o etc.o -c etc.c
  1267. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-0.o -c callback-0.c
  1268. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c
  1269. /bin/mkdir -p ../../.ext/x86_64-linux
  1270. exit > .RUBYARCHDIR.time
  1271. rm -f ../../.ext/x86_64-linux/etc.so
  1272. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/etc.so etc.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1273. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/etc'
  1274. cd ext/fcntl && exec make -w -j --jobserver-fds=4,5 V=1 all
  1275. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fcntl'
  1276. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o fcntl.o -c fcntl.c
  1277. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c
  1278. /bin/mkdir -p ../../.ext/x86_64-linux
  1279. exit > .RUBYARCHDIR.time
  1280. rm -f ../../.ext/x86_64-linux/fcntl.so
  1281. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fcntl.so fcntl.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1282. /bin/mkdir -p ../../.ext/x86_64-linux
  1283. exit > .RUBYARCHDIR.time
  1284. /bin/mkdir -p ../../.ext/common/bigdecimal
  1285. exit > .RUBYLIBDIR.-.bigdecimal.time
  1286. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fcntl'
  1287. /bin/mkdir -p ../../.ext/x86_64-linux
  1288. rm -f ../../.ext/x86_64-linux/bigdecimal.so
  1289. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1290. exit > .RUBYARCHDIR.time
  1291. /bin/mkdir -p ../../.ext/include/ruby
  1292. exit > .HDRDIR.time
  1293. /bin/mkdir -p ../../.ext/common
  1294. exit > .RUBYLIBDIR.time
  1295. /bin/mkdir -p ../../.ext/common/dl
  1296. exit > .RUBYLIBDIR.-.dl.time
  1297. cp ../.././ext/dl/lib/dl.rb ../../.ext/common
  1298. cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl
  1299. cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl
  1300. cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl
  1301. cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
  1302. cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
  1303. cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
  1304. cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl
  1305. cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
  1306. cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
  1307. cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl
  1308. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/bigdecimal'
  1309. cd ext/fiber && exec make -w -j --jobserver-fds=4,5 V=1 all
  1310. cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl
  1311. cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl
  1312. cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl
  1313. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiber'
  1314. /bin/mkdir -p ../../.ext/x86_64-linux
  1315. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o fiber.o -c fiber.c
  1316. exit > .RUBYARCHDIR.time
  1317. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-1.o -c callback-1.c
  1318. rm -f ../../.ext/x86_64-linux/fiber.so
  1319. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiber.so fiber.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1320. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiber'
  1321. cd ext/fiddle && exec make -w -j --jobserver-fds=4,5 V=1 all
  1322. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiddle'
  1323. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o function.o -c function.c
  1324. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o pointer.o -c pointer.c
  1325. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o closure.o -c closure.c
  1326. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o handle.o -c handle.c
  1327. cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl
  1328. cp ../.././ext/dl/dl.h ../../.ext/include/ruby
  1329. rm -f ../../.ext/x86_64-linux/dl.so
  1330. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/dl.so handle.o dl.o cptr.o cfunc.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -ldl -lpthread -lrt -ldl -lcrypt -lm -lc
  1331. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl'
  1332. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-2.o -c callback-2.c
  1333. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o conversions.o -c conversions.c
  1334. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -I/usr/lib64/libffi-3.0.13/include -o fiddle.o -c fiddle.c
  1335. /bin/mkdir -p ../../.ext/x86_64-linux
  1336. exit > .RUBYARCHDIR.time
  1337. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o date_parse.o -c date_parse.c
  1338. /bin/mkdir -p ../../.ext/common/fiddle
  1339. exit > .RUBYLIBDIR.-.fiddle.time
  1340. /bin/mkdir -p ../../.ext/common
  1341. exit > .RUBYLIBDIR.time
  1342. cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle
  1343. cp ../.././ext/fiddle/lib/fiddle/import.rb ../../.ext/common/fiddle
  1344. cp ../.././ext/fiddle/lib/fiddle/value.rb ../../.ext/common/fiddle
  1345. cp ../.././ext/fiddle/lib/fiddle/struct.rb ../../.ext/common/fiddle
  1346. cp ../.././ext/fiddle/lib/fiddle/types.rb ../../.ext/common/fiddle
  1347. cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle
  1348. cp ../.././ext/fiddle/lib/fiddle/pack.rb ../../.ext/common/fiddle
  1349. cp ../.././ext/fiddle/lib/fiddle/cparser.rb ../../.ext/common/fiddle
  1350. cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common
  1351. rm -f ../../.ext/x86_64-linux/fiddle.so
  1352. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiddle.so function.o pointer.o closure.o handle.o conversions.o fiddle.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -ldl -lffi -lffi -lpthread -lrt -ldl -lcrypt -lm -lc
  1353. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o date_strftime.o -c date_strftime.c
  1354. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiddle'
  1355. cd ext/fiddle/win32 && exec make -w -j --jobserver-fds=4,5 V=1 all
  1356. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiddle/win32'
  1357. make[2]: Nothing to be done for 'all'.
  1358. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/fiddle/win32'
  1359. cd ext/gdbm && exec make -w -j --jobserver-fds=4,5 V=1 all
  1360. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/gdbm'
  1361. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o gdbm.o -c gdbm.c
  1362. /bin/mkdir -p ../../.ext/x86_64-linux
  1363. exit > .RUBYARCHDIR.time
  1364. rm -f ../../.ext/x86_64-linux/gdbm.so
  1365. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/gdbm.so gdbm.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc
  1366. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/gdbm'
  1367. cd ext/io/console && exec make -w -j --jobserver-fds=4,5 V=1 all
  1368. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/console'
  1369. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o console.o -c console.c
  1370. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/date -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o date_strptime.o -c date_strptime.c
  1371. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-3.o -c callback-3.c
  1372. /bin/mkdir -p ../../../.ext/x86_64-linux/io
  1373. exit > .RUBYARCHDIR.time
  1374. /bin/mkdir -p ../../../.ext/common/io/console
  1375. exit > .RUBYLIBDIR.-.console.time
  1376. rm -f ../../../.ext/x86_64-linux/io/console.so
  1377. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/console.so console.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1378. cp ../../.././ext/io/console/lib/console/size.rb ../../../.ext/common/io/console
  1379. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/console'
  1380. cd ext/io/nonblock && exec make -w -j --jobserver-fds=4,5 V=1 all
  1381. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/nonblock'
  1382. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o nonblock.o -c nonblock.c
  1383. /bin/mkdir -p ../../../.ext/x86_64-linux/io
  1384. exit > .RUBYARCHDIR.time
  1385. rm -f ../../../.ext/x86_64-linux/io/nonblock.so
  1386. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/nonblock.so nonblock.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1387. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/nonblock'
  1388. cd ext/io/wait && exec make -w -j --jobserver-fds=4,5 V=1 all
  1389. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/wait'
  1390. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o wait.o -c wait.c
  1391. /bin/mkdir -p ../../../.ext/x86_64-linux/io
  1392. exit > .RUBYARCHDIR.time
  1393. /bin/mkdir -p ../../.ext/x86_64-linux
  1394. rm -f ../../../.ext/x86_64-linux/io/wait.so
  1395. exit > .RUBYARCHDIR.time
  1396. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/io/wait.so wait.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1397. /bin/mkdir -p ../../.ext/common/date
  1398. exit > .RUBYLIBDIR.-.date.time
  1399. /bin/mkdir -p ../../.ext/common
  1400. exit > .RUBYLIBDIR.time
  1401. cp ../.././ext/date/lib/date/format.rb ../../.ext/common/date
  1402. cp ../.././ext/date/lib/date.rb ../../.ext/common
  1403. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-4.o -c callback-4.c
  1404. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/io/wait'
  1405. cd ext/json && exec make -w -j --jobserver-fds=4,5 V=1 all
  1406. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json'
  1407. /bin/mkdir -p ../../.ext/common
  1408. exit > .RUBYLIBDIR.time
  1409. /bin/mkdir -p ../../.ext/common/json/add
  1410. exit > .RUBYLIBDIR.-.json.-.add.time
  1411. /bin/mkdir -p ../../.ext/common/json
  1412. exit > .RUBYLIBDIR.-.json.time
  1413. cp ../.././ext/json/lib/json.rb ../../.ext/common
  1414. cp ../.././ext/json/lib/json/add/time.rb ../../.ext/common/json/add
  1415. cp ../.././ext/json/lib/json/add/struct.rb ../../.ext/common/json/add
  1416. cp ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add
  1417. cp ../.././ext/json/lib/json/add/bigdecimal.rb ../../.ext/common/json/add
  1418. cp ../.././ext/json/lib/json/add/date_time.rb ../../.ext/common/json/add
  1419. cp ../.././ext/json/lib/json/add/ostruct.rb ../../.ext/common/json/add
  1420. cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add
  1421. cp ../.././ext/json/lib/json/add/regexp.rb ../../.ext/common/json/add
  1422. cp ../.././ext/json/lib/json/add/range.rb ../../.ext/common/json/add
  1423. cp ../.././ext/json/lib/json/add/symbol.rb ../../.ext/common/json/add
  1424. cp ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add
  1425. rm -f ../../.ext/x86_64-linux/date_core.so
  1426. cp ../.././ext/json/lib/json/add/date.rb ../../.ext/common/json/add
  1427. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/date_core.so date_core.o date_parse.o date_strftime.o date_strptime.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1428. cp ../.././ext/json/lib/json/add/exception.rb ../../.ext/common/json/add
  1429. cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json
  1430. cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json
  1431. cp ../.././ext/json/lib/json/generic_object.rb ../../.ext/common/json
  1432. cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json
  1433. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json'
  1434. cd ext/json/generator && exec make -w -j --jobserver-fds=4,5 V=1 all
  1435. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json/generator'
  1436. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o generator.o -c generator.c
  1437. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/date'
  1438. cd ext/json/parser && exec make -w -j --jobserver-fds=4,5 V=1 all
  1439. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json/parser'
  1440. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o parser.o -c parser.c
  1441. /bin/mkdir -p ../../../.ext/x86_64-linux/json/ext
  1442. exit > .RUBYARCHDIR.time
  1443. /bin/mkdir -p ../../../.ext/x86_64-linux/json/ext
  1444. exit > .RUBYARCHDIR.time
  1445. rm -f ../../../.ext/x86_64-linux/json/ext/parser.so
  1446. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/json/ext/parser.so parser.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1447. rm -f ../../../.ext/x86_64-linux/json/ext/generator.so
  1448. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/json/ext/generator.so generator.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1449. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json/parser'
  1450. cd ext/mathn/complex && exec make -w -j --jobserver-fds=4,5 V=1 all
  1451. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/mathn/complex'
  1452. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o complex.o -c complex.c
  1453. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/json/generator'
  1454. cd ext/mathn/rational && exec make -w -j --jobserver-fds=4,5 V=1 all
  1455. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/mathn/rational'
  1456. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o rational.o -c rational.c
  1457. /bin/mkdir -p ../../../.ext/x86_64-linux/mathn
  1458. exit > .RUBYARCHDIR.time
  1459. /bin/mkdir -p ../../../.ext/x86_64-linux/mathn
  1460. exit > .RUBYARCHDIR.time
  1461. rm -f ../../../.ext/x86_64-linux/mathn/complex.so
  1462. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/mathn/complex.so complex.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1463. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-5.o -c callback-5.c
  1464. rm -f ../../../.ext/x86_64-linux/mathn/rational.so
  1465. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/mathn/rational.so rational.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1466. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/mathn/complex'
  1467. cd ext/nkf && exec make -w -j --jobserver-fds=4,5 V=1 all
  1468. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/nkf'
  1469. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o nkf.o -c nkf.c
  1470. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/mathn/rational'
  1471. cd ext/objspace && exec make -w -j --jobserver-fds=4,5 V=1 all
  1472. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/objspace'
  1473. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o objspace.o -c objspace.c
  1474. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-6.o -c callback-6.c
  1475. /bin/mkdir -p ../../.ext/x86_64-linux
  1476. exit > .RUBYARCHDIR.time
  1477. rm -f ../../.ext/x86_64-linux/objspace.so
  1478. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/objspace.so objspace.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1479. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/objspace'
  1480. cd ext/openssl && exec make -w -j --jobserver-fds=4,5 V=1 all
  1481. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/openssl'
  1482. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509.o -c ossl_x509.c
  1483. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o openssl_missing.o -c openssl_missing.c
  1484. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ssl_session.o -c ossl_ssl_session.c
  1485. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey.o -c ossl_pkey.c
  1486. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-7.o -c callback-7.c
  1487. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_config.o -c ossl_config.c
  1488. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ns_spki.o -c ossl_ns_spki.c
  1489. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_digest.o -c ossl_digest.c
  1490. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o callback-8.o -c callback-8.c
  1491. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_engine.o -c ossl_engine.c
  1492. /bin/mkdir -p ../../../.ext/x86_64-linux/dl
  1493. exit > .RUBYARCHDIR.time
  1494. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs12.o -c ossl_pkcs12.c
  1495. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509attr.o -c ossl_x509attr.c
  1496. /bin/mkdir -p ../../.ext/x86_64-linux
  1497. exit > .RUBYARCHDIR.time
  1498. /bin/mkdir -p ../../.ext/common
  1499. exit > .RUBYLIBDIR.time
  1500. rm -f ../../.ext/x86_64-linux/nkf.so
  1501. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/nkf.so nkf.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1502. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_hmac.o -c ossl_hmac.c
  1503. cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common
  1504. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/nkf'
  1505. cd ext/pathname && exec make -w -j --jobserver-fds=4,5 V=1 all
  1506. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/pathname'
  1507. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/pathname -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o pathname.o -c pathname.c
  1508. /bin/mkdir -p ../../.ext/x86_64-linux
  1509. exit > .RUBYARCHDIR.time
  1510. cd ext/psych && exec make -w -j --jobserver-fds=4,5 V=1 all
  1511. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/psych'
  1512. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o psych_parser.o -c psych_parser.c
  1513. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ssl.o -c ossl_ssl.c
  1514. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o psych_to_ruby.o -c psych_to_ruby.c
  1515. /bin/mkdir -p ../../.ext/common
  1516. exit > .RUBYLIBDIR.time
  1517. rm -f ../../.ext/x86_64-linux/pathname.so
  1518. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/pathname.so pathname.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1519. cd ext/pty && exec make -w -j --jobserver-fds=4,5 V=1 all
  1520. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o psych.o -c psych.c
  1521. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/pty'
  1522. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/pty -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o pty.o -c pty.c
  1523. cp ../.././ext/pathname/lib/pathname.rb ../../.ext/common
  1524. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/pathname'
  1525. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509revoked.o -c ossl_x509revoked.c
  1526. pty.c: In function ‘chfunc’:
  1527. pty.c:143:12: warning: ignoring return value of ‘seteuid’, declared with attribute warn_unused_result [-Wunused-result]
  1528. seteuid(getuid());
  1529. ^
  1530. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o psych_yaml_tree.o -c psych_yaml_tree.c
  1531. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o psych_emitter.o -c psych_emitter.c
  1532. /bin/mkdir -p ../../.ext/x86_64-linux
  1533. exit > .RUBYARCHDIR.time
  1534. /bin/mkdir -p ../../.ext/common
  1535. exit > .RUBYLIBDIR.time
  1536. rm -f ../../.ext/x86_64-linux/pty.so
  1537. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/pty.so pty.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lutil -lpthread -lrt -ldl -lcrypt -lm -lc
  1538. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_dh.o -c ossl_pkey_dh.c
  1539. cp ../.././ext/pty/lib/expect.rb ../../.ext/common
  1540. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/pty'
  1541. cd ext/racc/cparse && exec make -w -j --jobserver-fds=4,5 V=1 all
  1542. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509name.o -c ossl_x509name.c
  1543. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/racc/cparse'
  1544. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o cparse.o -c cparse.c
  1545. /bin/mkdir -p ../../.ext/x86_64-linux
  1546. exit > .RUBYARCHDIR.time
  1547. /bin/mkdir -p ../../.ext/common
  1548. exit > .RUBYLIBDIR.time
  1549. /bin/mkdir -p ../../.ext/common/psych/visitors
  1550. exit > .RUBYLIBDIR.-.psych.-.visitors.time
  1551. /bin/mkdir -p ../../.ext/common/psych
  1552. exit > .RUBYLIBDIR.-.psych.time
  1553. /bin/mkdir -p ../../.ext/common/psych/handlers
  1554. exit > .RUBYLIBDIR.-.psych.-.handlers.time
  1555. /bin/mkdir -p ../../.ext/common/psych/json
  1556. exit > .RUBYLIBDIR.-.psych.-.json.time
  1557. /bin/mkdir -p ../../.ext/common/psych/nodes
  1558. exit > .RUBYLIBDIR.-.psych.-.nodes.time
  1559. cp ../.././ext/psych/lib/psych.rb ../../.ext/common
  1560. cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors
  1561. cp ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors
  1562. cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors
  1563. cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors
  1564. cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors
  1565. cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors
  1566. cp ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych
  1567. cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych
  1568. cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych
  1569. cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych
  1570. cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych
  1571. cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych
  1572. cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych
  1573. cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych
  1574. cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych
  1575. cp ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych
  1576. cp ../.././ext/psych/lib/psych/y.rb ../../.ext/common/psych
  1577. cp ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych
  1578. cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych
  1579. cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych
  1580. cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych
  1581. cp ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers
  1582. cp ../.././ext/psych/lib/psych/handlers/recorder.rb ../../.ext/common/psych/handlers
  1583. cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json
  1584. cp ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json
  1585. cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json
  1586. cp ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json
  1587. cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes
  1588. cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes
  1589. cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes
  1590. cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes
  1591. cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes
  1592. cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes
  1593. cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes
  1594. rm -f ../../.ext/x86_64-linux/psych.so
  1595. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/psych.so psych_parser.o psych_to_ruby.o psych.o psych_yaml_tree.o psych_emitter.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lyaml -lpthread -lrt -ldl -lcrypt -lm -lc
  1596. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_rand.o -c ossl_rand.c
  1597. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509ext.o -c ossl_x509ext.c
  1598. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/psych'
  1599. cd ext/readline && exec make -w -j --jobserver-fds=4,5 V=1 all
  1600. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/readline'
  1601. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o readline.o -c readline.c
  1602. /bin/mkdir -p ../../../.ext/x86_64-linux/racc
  1603. exit > .RUBYARCHDIR.time
  1604. rm -f ../../../.ext/x86_64-linux/racc/cparse.so
  1605. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/racc/cparse.so cparse.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1606. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/racc/cparse'
  1607. /bin/mkdir -p ../../.ext/x86_64-linux
  1608. readline.c: In function ‘Init_readline’:
  1609. readline.c:1886:26: error: ‘Function’ undeclared (first use in this function)
  1610. rl_pre_input_hook = (Function *)readline_pre_input_hook;
  1611. ^
  1612. readline.c:1886:26: note: each undeclared identifier is reported only once for each function it appears in
  1613. readline.c:1886:36: error: expected expression before ‘)’ token
  1614. rl_pre_input_hook = (Function *)readline_pre_input_hook;
  1615. ^
  1616. exit > .RUBYARCHDIR.time
  1617. Makefile:227: recipe for target 'readline.o' failed
  1618. make[2]: *** [readline.o] Error 1
  1619. make[2]: *** Waiting for unfinished jobs....
  1620. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/readline'
  1621. exts.mk:180: recipe for target 'ext/readline/all' failed
  1622. make[1]: *** [ext/readline/all] Error 2
  1623. make[1]: *** Waiting for unfinished jobs....
  1624. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c
  1625. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509crl.o -c ossl_x509crl.c
  1626. rm -f ../../../.ext/x86_64-linux/dl/callback.so
  1627. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/dl/callback.so callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lpthread -lrt -ldl -lcrypt -lm -lc
  1628. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509req.o -c ossl_x509req.c
  1629. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/dl/callback'
  1630. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_bio.o -c ossl_bio.c
  1631. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_ec.o -c ossl_pkey_ec.c
  1632. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_asn1.o -c ossl_asn1.c
  1633. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509store.o -c ossl_x509store.c
  1634. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_bn.o -c ossl_bn.c
  1635. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs7.o -c ossl_pkcs7.c
  1636. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkcs5.o -c ossl_pkcs5.c
  1637. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_ocsp.o -c ossl_ocsp.c
  1638. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl.o -c ossl.c
  1639. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_cipher.o -c ossl_cipher.c
  1640. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_x509cert.o -c ossl_x509cert.c
  1641. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c
  1642. /bin/mkdir -p ../../.ext/x86_64-linux
  1643. exit > .RUBYARCHDIR.time
  1644. /bin/mkdir -p ../../.ext/common
  1645. exit > .RUBYLIBDIR.time
  1646. /bin/mkdir -p ../../.ext/common/openssl
  1647. exit > .RUBYLIBDIR.-.openssl.time
  1648. cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common
  1649. cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl
  1650. cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl
  1651. cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl
  1652. cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl
  1653. cp ../.././ext/openssl/lib/openssl/config.rb ../../.ext/common/openssl
  1654. cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl
  1655. cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl
  1656. rm -f ../../.ext/x86_64-linux/openssl.so
  1657. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/openssl.so ossl_x509.o openssl_missing.o ossl_ssl_session.o ossl_pkey.o ossl_config.o ossl_ns_spki.o ossl_digest.o ossl_engine.o ossl_pkcs12.o ossl_x509attr.o ossl_hmac.o ossl_ssl.o ossl_x509revoked.o ossl_pkey_dh.o ossl_x509name.o ossl_rand.o ossl_x509ext.o ossl_pkey_rsa.o ossl_x509crl.o ossl_x509req.o ossl_bio.o ossl_pkey_ec.o ossl_asn1.o ossl_x509store.o ossl_bn.o ossl_pkcs7.o ossl_pkcs5.o ossl_ocsp.o ossl.o ossl_cipher.o ossl_x509cert.o ossl_pkey_dsa.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby20 -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc
  1658. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353/ext/openssl'
  1659. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  1660. uncommon.mk:179: recipe for target 'build-ext' failed
  1661. make: *** [build-ext] Error 2
  1662. * ERROR: dev-lang/ruby-2.0.0_p353-r2::gentoo failed (compile phase):
  1663. * emake failed
  1664. *
  1665. * If you need support, post the output of `emerge --info '=dev-lang/ruby-2.0.0_p353-r2::gentoo'`,
  1666. * the complete build log and the output of `emerge -pqv '=dev-lang/ruby-2.0.0_p353-r2::gentoo'`.
  1667. * The complete build log is located at '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/temp/build.log'.
  1668. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/temp/environment'.
  1669. * Working directory: '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
  1670. * S: '/var/tmp/portage/dev-lang/ruby-2.0.0_p353-r2/work/ruby-2.0.0-p353'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement