Advertisement
Guest User

ruby-2.3.7

a guest
Aug 27th, 2018
2,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 200.33 KB | None | 0 0
  1.  * Package:    dev-lang/ruby-2.3.7
  2.  * Repository: gentoo
  3.  * Maintainer: ruby@gentoo.org
  4.  * USE:        abi_x86_64 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.3.7.tar.xz to /var/tmp/portage/dev-lang/ruby-2.3.7/work
  8. >>> Unpacking ruby-patches-2.3.7.tar.bz2 to /var/tmp/portage/dev-lang/ruby-2.3.7/work
  9. >>> Source unpacked in /var/tmp/portage/dev-lang/ruby-2.3.7/work
  10. >>> Preparing source in /var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7 ...
  11.  * Applying various patches (bugfixes/updates) ...
  12.  *   004_gfbsd7.patch ...
  13.  [ ok ]
  14.  *   005_no-undefined-ext.patch ...
  15.  [ ok ]
  16.  *   007-openssl-weakdh.patch ...
  17.  [ ok ]
  18.  *   009_no-gems.patch ...
  19.  [ ok ]
  20.  * Done with patching
  21.  * Unbundling gems...
  22.  * Running eautoreconf in '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7' ...
  23.  * This package has a configure.in file which has long been deprecated.  Please
  24.  * update it to use configure.ac instead as newer versions of autotools will die
  25.  * when it finds this file.  See https://bugs.gentoo.org/426262 for details.
  26.  * Running autoconf --force ...
  27.  [ ok ]
  28.  * Running elibtoolize in: ruby-2.3.7/
  29.  * Running elibtoolize in: ruby-2.3.7/ext/fiddle/libffi-3.2.1/
  30.  *   Applying portage/1.2.0 patch ...
  31.  *   Applying sed/1.5.6 patch ...
  32.  *   Applying as-needed/2.4.2 patch ...
  33.  *   Applying target-nm/2.4.2 patch ...
  34.  *   Applying ppc64le/2.4.2 patch ...
  35. >>> Source prepared.
  36. >>> Configuring source in /var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7 ...
  37.  * econf: updating ruby-2.3.7/tool/config.guess with /usr/share/gnuconfig/config.guess
  38.  * econf: updating ruby-2.3.7/tool/config.sub with /usr/share/gnuconfig/config.sub
  39.  * econf: updating ruby-2.3.7/ext/fiddle/libffi-3.2.1/config.guess with /usr/share/gnuconfig/config.guess
  40.  * econf: updating ruby-2.3.7/ext/fiddle/libffi-3.2.1/config.sub with /usr/share/gnuconfig/config.sub
  41. ./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=23 --with-soname=ruby23 --docdir=/usr/share/doc/ruby-2.3.7 --enable-shared --enable-pthread --disable-rpath --with-out-ext=,tk --without-jemalloc --disable-socks --disable-install-doc --enable-ipv6 --disable-debug --enable-option-checking=no
  42. checking for ruby... /usr/bin/ruby
  43. *** using http instead of https ***
  44. config.guess already exists
  45. *** using http instead of https ***
  46. config.sub already exists
  47. checking build system type... x86_64-pc-linux-gnu
  48. checking host system type... x86_64-pc-linux-gnu
  49. checking target system type... x86_64-pc-linux-gnu
  50. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  51. checking whether the C compiler works... yes
  52. checking for C compiler default output file name... a.out
  53. checking for suffix of executables... 
  54. checking whether we are cross compiling... no
  55. checking for suffix of object files... o
  56. checking whether we are using the GNU C compiler... yes
  57. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  58. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  59. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  60. checking whether we are using the GNU C++ compiler... yes
  61. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  62. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  63. checking for grep that handles long lines and -e... /bin/grep
  64. checking for egrep... /bin/grep -E
  65. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  66. checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld
  67. checking whether the linker is GNU ld... yes
  68. checking whether x86_64-pc-linux-gnu-gcc -E accepts -o... yes
  69. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  70. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  71. checking for x86_64-pc-linux-gnu-ar flags... rcD
  72. checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as
  73. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  74. checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy
  75. checking for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm
  76. checking whether ln -s works... yes
  77. checking whether make sets $(MAKE)... yes
  78. checking for a BSD-compatible install... /usr/bin/install -c
  79. checking for a thread-safe mkdir -p... /bin/mkdir -p
  80. checking for x86_64-pc-linux-gnu-dtrace... no
  81. checking for dtrace... no
  82. checking for dot... no
  83. checking for doxygen... no
  84. checking for pkg-config... pkg-config
  85. checking for ANSI C header files... yes
  86. checking for sys/types.h... yes
  87. checking for sys/stat.h... yes
  88. checking for stdlib.h... yes
  89. checking for string.h... yes
  90. checking for memory.h... yes
  91. checking for strings.h... yes
  92. checking for inttypes.h... yes
  93. checking for stdint.h... yes
  94. checking for unistd.h... yes
  95. checking minix/config.h usability... no
  96. checking minix/config.h presence... no
  97. checking for minix/config.h... no
  98. checking whether it is safe to define __EXTENSIONS__... yes
  99. checking for cd using physical directory... cd -P
  100. checking whether CFLAGS is valid... yes
  101. checking whether LDFLAGS is valid... yes
  102. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  103. checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
  104. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  105. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  106. checking whether -Wno-long-long is accepted as CFLAGS... yes
  107. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  108. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  109. checking whether -Wunused-variable is accepted as CFLAGS... yes
  110. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  111. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  112. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  113. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  114. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  115. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  116. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  117. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  118. checking whether -Wextra-tokens is accepted as CFLAGS... no
  119. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  120. checking whether -Qunused-arguments is accepted as CFLAGS... no
  121. checking whether INFINITY is available without C99 option... yes
  122. checking whether NAN is available without C99 option... yes
  123. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... no
  124. checking whether -fstack-protector is accepted as CFLAGS... yes
  125. checking whether -fstack-protector is accepted as LDFLAGS... yes
  126. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  127. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  128. checking whether -ggdb3 is accepted as CFLAGS... yes
  129. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  130. checking whether -fno-fast-math is accepted as CFLAGS... yes
  131. checking whether -fp-model precise is accepted as CFLAGS... no
  132. checking for crypt in -lcrypt... yes
  133. checking for dlopen in -ldl... yes
  134. checking for shl_load in -ldld... no
  135. checking for shutdown in -lsocket... no
  136. checking for dirent.h that defines DIR... yes
  137. checking for library containing opendir... none required
  138. checking for stdbool.h that conforms to C99... yes
  139. checking for _Bool... yes
  140. checking for sys/wait.h that is POSIX.1 compatible... yes
  141. checking a.out.h usability... yes
  142. checking a.out.h presence... yes
  143. checking for a.out.h... yes
  144. checking atomic.h usability... no
  145. checking atomic.h presence... no
  146. checking for atomic.h... no
  147. checking direct.h usability... no
  148. checking direct.h presence... no
  149. checking for direct.h... no
  150. checking grp.h usability... yes
  151. checking grp.h presence... yes
  152. checking for grp.h... yes
  153. checking fcntl.h usability... yes
  154. checking fcntl.h presence... yes
  155. checking for fcntl.h... yes
  156. checking float.h usability... yes
  157. checking float.h presence... yes
  158. checking for float.h... yes
  159. checking ieeefp.h usability... no
  160. checking ieeefp.h presence... no
  161. checking for ieeefp.h... no
  162. checking intrinsics.h usability... no
  163. checking intrinsics.h presence... no
  164. checking for intrinsics.h... no
  165. checking langinfo.h usability... yes
  166. checking langinfo.h presence... yes
  167. checking for langinfo.h... yes
  168. checking limits.h usability... yes
  169. checking limits.h presence... yes
  170. checking for limits.h... yes
  171. checking locale.h usability... yes
  172. checking locale.h presence... yes
  173. checking for locale.h... yes
  174. checking malloc.h usability... yes
  175. checking malloc.h presence... yes
  176. checking for malloc.h... yes
  177. checking malloc/malloc.h usability... no
  178. checking malloc/malloc.h presence... no
  179. checking for malloc/malloc.h... no
  180. checking malloc_np.h usability... no
  181. checking malloc_np.h presence... no
  182. checking for malloc_np.h... no
  183. checking net/socket.h usability... no
  184. checking net/socket.h presence... no
  185. checking for net/socket.h... no
  186. checking process.h usability... no
  187. checking process.h presence... no
  188. checking for process.h... no
  189. checking pwd.h usability... yes
  190. checking pwd.h presence... yes
  191. checking for pwd.h... yes
  192. checking setjmpex.h usability... no
  193. checking setjmpex.h presence... no
  194. checking for setjmpex.h... no
  195. checking sys/attr.h usability... no
  196. checking sys/attr.h presence... no
  197. checking for sys/attr.h... no
  198. checking sys/fcntl.h usability... yes
  199. checking sys/fcntl.h presence... yes
  200. checking for sys/fcntl.h... yes
  201. checking sys/file.h usability... yes
  202. checking sys/file.h presence... yes
  203. checking for sys/file.h... yes
  204. checking sys/id.h usability... no
  205. checking sys/id.h presence... no
  206. checking for sys/id.h... no
  207. checking sys/ioctl.h usability... yes
  208. checking sys/ioctl.h presence... yes
  209. checking for sys/ioctl.h... yes
  210. checking sys/mkdev.h usability... no
  211. checking sys/mkdev.h presence... no
  212. checking for sys/mkdev.h... no
  213. checking sys/param.h usability... yes
  214. checking sys/param.h presence... yes
  215. checking for sys/param.h... yes
  216. checking sys/prctl.h usability... yes
  217. checking sys/prctl.h presence... yes
  218. checking for sys/prctl.h... yes
  219. checking sys/resource.h usability... yes
  220. checking sys/resource.h presence... yes
  221. checking for sys/resource.h... yes
  222. checking sys/select.h usability... yes
  223. checking sys/select.h presence... yes
  224. checking for sys/select.h... yes
  225. checking sys/sendfile.h usability... yes
  226. checking sys/sendfile.h presence... yes
  227. checking for sys/sendfile.h... yes
  228. checking sys/socket.h usability... yes
  229. checking sys/socket.h presence... yes
  230. checking for sys/socket.h... yes
  231. checking sys/syscall.h usability... yes
  232. checking sys/syscall.h presence... yes
  233. checking for sys/syscall.h... yes
  234. checking sys/time.h usability... yes
  235. checking sys/time.h presence... yes
  236. checking for sys/time.h... yes
  237. checking sys/times.h usability... yes
  238. checking sys/times.h presence... yes
  239. checking for sys/times.h... yes
  240. checking sys/uio.h usability... yes
  241. checking sys/uio.h presence... yes
  242. checking for sys/uio.h... yes
  243. checking sys/utime.h usability... no
  244. checking sys/utime.h presence... no
  245. checking for sys/utime.h... no
  246. checking syscall.h usability... yes
  247. checking syscall.h presence... yes
  248. checking for syscall.h... yes
  249. checking time.h usability... yes
  250. checking time.h presence... yes
  251. checking for time.h... yes
  252. checking ucontext.h usability... yes
  253. checking ucontext.h presence... yes
  254. checking for ucontext.h... yes
  255. checking utime.h usability... yes
  256. checking utime.h presence... yes
  257. checking for utime.h... yes
  258. checking gmp.h usability... yes
  259. checking gmp.h presence... yes
  260. checking for gmp.h... yes
  261. checking for library containing __gmpz_init... -lgmp
  262. checking for special C compiler options needed for large files... no
  263. checking for _FILE_OFFSET_BITS value needed for large files... no
  264. checking whether byte ordering is bigendian... no
  265. checking for an ANSI C-conforming const... yes
  266. checking whether char is unsigned... no
  267. checking for inline... inline
  268. checking for working volatile... yes
  269. checking for typeof syntax and keyword spelling... typeof
  270. checking for long long... yes
  271. checking for off_t... yes
  272. checking char bit... 8
  273. checking size of int... 4
  274. checking size of short... 2
  275. checking size of long... 8
  276. checking size of long long... 8
  277. checking size of __int64... 0
  278. checking size of off_t... 8
  279. checking size of void*... 8
  280. checking size of float... 4
  281. checking size of double... 8
  282. checking size of time_t... 8
  283. checking size of clock_t... 8
  284. checking packed struct attribute... x __attribute__((packed))
  285. checking for printf prefix for long long... ll
  286. checking for pid_t... yes
  287. checking for convertible type of pid_t... INT
  288. checking for uid_t... yes
  289. checking for convertible type of uid_t... UINT
  290. checking for gid_t... yes
  291. checking for convertible type of gid_t... UINT
  292. checking for time_t... yes
  293. checking for convertible type of time_t... LONG
  294. checking for dev_t... yes
  295. checking for convertible type of dev_t... ULONG
  296. checking for mode_t... yes
  297. checking for convertible type of mode_t... UINT
  298. checking for rlim_t... yes
  299. checking for convertible type of rlim_t... ULONG
  300. checking for off_t... (cached) yes
  301. checking for convertible type of off_t... LONG
  302. checking for clockid_t... yes
  303. checking for convertible type of clockid_t... INT
  304. checking for prototypes... yes
  305. checking token paste string... ansi
  306. checking stringization... #expr
  307. checking string literal concatenation... yes
  308. checking for variable length prototypes and stdarg.h... yes
  309. checking for variable length macro... yes
  310. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  311. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  312. checking for DEPRECATED_BY function attribute... __attribute__ ((deprecated("by "#n))) x
  313. checking for DEPRECATED_TYPE type attribute... __attribute__ ((deprecated mesg)) x
  314. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  315. checking for WEAK function attribute... __attribute__ ((weak)) x
  316. checking for stdcall function attribute... x
  317. checking for cdecl function attribute... x
  318. checking for fastcall function attribute... x
  319. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((optimize("O0"))) x
  320. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  321. checking for function alias... alias
  322. checking for __atomic builtins... yes
  323. checking for __sync builtins... yes
  324. checking for __builtin_unreachable... yes
  325. checking for exported function attribute... __attribute__ ((visibility("default")))
  326. checking for function name string predefined identifier... __func__
  327. checking if enum over int is allowed... yes
  328. checking whether sys_nerr is declared... yes
  329. checking whether getenv is declared... yes
  330. checking for size_t... yes
  331. checking size of size_t... 8
  332. checking size of ptrdiff_t... 8
  333. checking for printf prefix for size_t... z
  334. checking for printf prefix for ptrdiff_t... t
  335. checking for struct stat.st_blksize... yes
  336. checking for struct stat.st_blocks... yes
  337. checking for struct stat.st_rdev... yes
  338. checking size of struct stat.st_size... SIZEOF_OFF_T
  339. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  340. checking size of struct stat.st_ino... SIZEOF_LONG
  341. checking for struct stat.st_atim... yes
  342. checking for struct stat.st_atimespec... no
  343. checking for struct stat.st_atimensec... no
  344. checking for struct stat.st_mtim... yes
  345. checking for struct stat.st_mtimespec... no
  346. checking for struct stat.st_mtimensec... no
  347. checking for struct stat.st_ctim... yes
  348. checking for struct stat.st_ctimespec... no
  349. checking for struct stat.st_ctimensec... no
  350. checking for struct stat.st_birthtimespec... no
  351. checking for struct timeval... yes
  352. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  353. checking for struct timespec... yes
  354. checking for struct timezone... yes
  355. checking for clockid_t... (cached) yes
  356. checking for fd_mask... yes
  357. checking for int8_t... yes
  358. checking size of int8_t... 1
  359. checking for uint8_t... yes
  360. checking size of uint8_t... 1
  361. checking for int16_t... yes
  362. checking size of int16_t... 2
  363. checking for uint16_t... yes
  364. checking size of uint16_t... 2
  365. checking for int32_t... yes
  366. checking size of int32_t... 4
  367. checking for uint32_t... yes
  368. checking size of uint32_t... 4
  369. checking for int64_t... yes
  370. checking size of int64_t... 8
  371. checking for uint64_t... yes
  372. checking size of uint64_t... 8
  373. checking for intptr_t... yes
  374. checking size of intptr_t... 8
  375. checking for uintptr_t... yes
  376. checking size of uintptr_t... 8
  377. checking for ssize_t... yes
  378. checking size of ssize_t... 8
  379. checking for stack end address... __libc_stack_end
  380. checking for uid_t in sys/types.h... (cached) yes
  381. checking type of array argument to getgroups... gid_t
  382. checking return type of signal handlers... void
  383. checking for working alloca.h... yes
  384. checking for alloca... yes
  385. checking for dynamic size alloca... ok
  386. checking for working memcmp... yes
  387. checking for broken erfc of glibc-2.3.6 on IA64... no
  388. checking for acosh... yes
  389. checking for cbrt... yes
  390. checking for crypt... yes
  391. checking for dup2... yes
  392. checking for erf... yes
  393. checking for explicit_bzero... yes
  394. checking for ffs... yes
  395. checking for finite... yes
  396. checking for flock... yes
  397. checking for hypot... yes
  398. checking for isinf... yes
  399. checking for isnan... yes
  400. checking for lgamma_r... yes
  401. checking for memmove... yes
  402. checking for nextafter... yes
  403. checking for setproctitle... no
  404. checking for strchr... yes
  405. checking for strerror... yes
  406. checking for strlcat... no
  407. checking for strlcpy... no
  408. checking for strstr... yes
  409. checking for tgamma... yes
  410. checking sys/pstat.h usability... no
  411. checking sys/pstat.h presence... no
  412. checking for sys/pstat.h... no
  413. checking for signbit... yes
  414. checking for broken memmem... no
  415. checking for pid_t... (cached) yes
  416. checking vfork.h usability... no
  417. checking vfork.h presence... no
  418. checking for vfork.h... no
  419. checking for fork... yes
  420. checking for vfork... yes
  421. checking for working fork... yes
  422. checking for working vfork... (cached) yes
  423. checking for __syscall... no
  424. checking for _longjmp... yes
  425. checking for _setjmp... yes
  426. checking for _setjmpex... no
  427. checking for atan2l... yes
  428. checking for atan2f... yes
  429. checking for chroot... yes
  430. checking for chsize... no
  431. checking for clock_gettime... yes
  432. checking for cosh... yes
  433. checking for daemon... (cached) no
  434. checking for dirfd... yes
  435. checking for dl_iterate_phdr... yes
  436. checking for dlopen... yes
  437. checking for dladdr... yes
  438. checking for dup... yes
  439. checking for dup3... yes
  440. checking for eaccess... yes
  441. checking for endgrent... yes
  442. checking for fchmod... yes
  443. checking for fchown... yes
  444. checking for fcntl... yes
  445. checking for fdatasync... yes
  446. checking for fgetattrlist... no
  447. checking for fmod... yes
  448. checking for fsync... yes
  449. checking for ftruncate... yes
  450. checking for ftruncate64... yes
  451. checking for getattrlist... no
  452. checking for getcwd... yes
  453. checking for getgidx... no
  454. checking for getgrnam... yes
  455. checking for getgrnam_r... yes
  456. checking for getgroups... yes
  457. checking for getpgid... yes
  458. checking for getpgrp... yes
  459. checking for getpriority... yes
  460. checking for getpwnam_r... yes
  461. checking for getresgid... yes
  462. checking for getresuid... yes
  463. checking for getrlimit... yes
  464. checking for getsid... yes
  465. checking for gettimeofday... yes
  466. checking for getuidx... no
  467. checking for gmtime_r... yes
  468. checking for initgroups... yes
  469. checking for ioctl... yes
  470. checking for isfinite... no
  471. checking for issetugid... no
  472. checking for killpg... yes
  473. checking for lchmod... no
  474. checking for lchown... yes
  475. checking for link... yes
  476. checking for llabs... yes
  477. checking for lockf... yes
  478. checking for log2... yes
  479. checking for lstat... yes
  480. checking for malloc_usable_size... yes
  481. checking for malloc_size... no
  482. checking for mblen... yes
  483. checking for memalign... yes
  484. checking for memset_s... no
  485. checking for writev... yes
  486. checking for memrchr... yes
  487. checking for memmem... yes
  488. checking for mkfifo... yes
  489. checking for mknod... yes
  490. checking for mktime... yes
  491. checking for pipe2... yes
  492. checking for poll... yes
  493. checking for posix_fadvise... yes
  494. checking for posix_memalign... yes
  495. checking for ppoll... yes
  496. checking for pread... yes
  497. checking for qsort_r... yes
  498. checking for readlink... yes
  499. checking for round... yes
  500. checking for sched_getaffinity... yes
  501. checking for seekdir... yes
  502. checking for select_large_fdset... no
  503. checking for sendfile... yes
  504. checking for setegid... yes
  505. checking for setenv... yes
  506. checking for seteuid... yes
  507. checking for setgid... yes
  508. checking for setgroups... yes
  509. checking for setpgid... yes
  510. checking for setpgrp... yes
  511. checking for setregid... yes
  512. checking for setresgid... yes
  513. checking for setresuid... yes
  514. checking for setreuid... yes
  515. checking for setrgid... no
  516. checking for setrlimit... yes
  517. checking for setruid... no
  518. checking for setsid... yes
  519. checking for setuid... yes
  520. checking for shutdown... yes
  521. checking for sigaction... yes
  522. checking for sigaltstack... yes
  523. checking for sigprocmask... yes
  524. checking for sinh... yes
  525. checking for spawnv... no
  526. checking for symlink... yes
  527. checking for syscall... yes
  528. checking for sysconf... yes
  529. checking for tanh... yes
  530. checking for telldir... yes
  531. checking for timegm... yes
  532. checking for times... yes
  533. checking for truncate... yes
  534. checking for truncate64... yes
  535. checking for unsetenv... yes
  536. checking for utimensat... yes
  537. checking for utimes... yes
  538. checking for wait4... yes
  539. checking for waitpid... yes
  540. checking if getcwd allocates buffer if NULL is given... yes
  541. checking for __builtin_bswap16... yes
  542. checking for __builtin_bswap32... yes
  543. checking for __builtin_bswap64... yes
  544. checking for __builtin_clz... yes
  545. checking for __builtin_clzl... yes
  546. checking for __builtin_clzll... yes
  547. checking for __builtin_choose_expr... yes
  548. checking for __builtin_choose_expr_constant_p... yes
  549. checking for __builtin_types_compatible_p... yes
  550. checking whether qsort_r is GNU version... yes
  551. checking whether qsort_r is BSD version... no
  552. checking whether atan2 handles Inf as C99... yes
  553. checking whether lgamma_r handles +0.0 and -0.0... yes
  554. checking for clock_getres... yes
  555. checking for unsetenv returns a value... yes
  556. checking for sigsetjmp as a macro or function... yes
  557. checking whether struct tm is in sys/time.h or time.h... time.h
  558. checking for struct tm.tm_zone... yes
  559. checking for struct tm.tm_gmtoff... yes
  560. checking for external int daylight... yes
  561. checking for external timezone... long
  562. checking for external altzone... no
  563. checking for timezone... yes
  564. checking whether timezone requires zero arguments... yes
  565. checking for negative time_t for gmtime(3)... yes
  566. checking for localtime(3) overflow correctly... yes
  567. checking whether right shift preserve sign bit... yes
  568. checking whether _SC_CLK_TCK is supported... yes
  569. checking stack growing direction on x86_64... -1
  570. checking for pthread_kill in -lthr... no
  571. checking for pthread_kill in -lpthread... yes
  572. checking for pthread_np.h... no
  573. checking whether pthread_t is scalar type... yes
  574. checking for sched_yield... yes
  575. checking for pthread_attr_setinheritsched... yes
  576. checking for pthread_attr_get_np... no
  577. checking for pthread_attr_getstack... yes
  578. checking for pthread_get_stackaddr_np... no
  579. checking for pthread_get_stacksize_np... no
  580. checking for thr_stksegment... no
  581. checking for pthread_stackseg_np... no
  582. checking for pthread_getthrds_np... no
  583. checking for pthread_cond_init... yes
  584. checking for pthread_condattr_setclock... yes
  585. checking for pthread_condattr_init... yes
  586. checking for pthread_sigmask... yes
  587. checking for pthread_setname_np... yes
  588. checking for pthread_set_name_np... no
  589. checking for pthread_getattr_np... yes
  590. checking for pthread_attr_init... yes
  591. checking arguments of pthread_setname_np... (pthread_self(), name)
  592. checking if mcontext_t is a pointer... no
  593. checking for getcontext... yes
  594. checking for setcontext... yes
  595. checking if fork works with pthread... yes
  596. checking whether ELF binaries are produced... yes
  597. checking elf.h usability... yes
  598. checking elf.h presence... yes
  599. checking for elf.h... yes
  600. checking elf_abi.h usability... no
  601. checking elf_abi.h presence... no
  602. checking for elf_abi.h... no
  603. checking whether OS depend dynamic link works... yes
  604. checking for backtrace... yes
  605. checking for broken backtrace... no
  606. checking valgrind/memcheck.h usability... no
  607. checking valgrind/memcheck.h presence... no
  608. checking for valgrind/memcheck.h... no
  609. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  610. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  611. checking for __builtin_setjmp... yes with cast ()
  612. checking for setjmp type... __builtin_setjmp
  613. checking for prefix of external symbols... NONE
  614. checking pthread.h usability... yes
  615. checking pthread.h presence... yes
  616. checking for pthread.h... yes
  617. checking if make is GNU make... yes
  618. checking for nroff... /usr/bin/nroff
  619. .ext/include/x86_64-linux/ruby/config.h updated
  620. configure: ruby library version = 2.3.0
  621. configure: creating ./config.status
  622. config.status: creating GNUmakefile
  623. config.status: creating Makefile
  624. config.status: creating ruby-2.3.pc
  625. >>> Source configured.
  626. >>> Compiling source in /var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7 ...
  627. make -j9 V=1 'EXTLDFLAGS=-Wl,-O1 -Wl,--as-needed'
  628.     CC = x86_64-pc-linux-gnu-gcc
  629.     LD = x86_64-pc-linux-gnu-ld
  630.     LDSHARED = x86_64-pc-linux-gnu-gcc -shared
  631.     CFLAGS = -march=native -O2 -pipe -fno-strict-aliasing -fPIC
  632.     XCFLAGS = -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
  633.     CPPFLAGS =   -I. -I.ext/include/x86_64-linux -I./include -I.
  634.     DLDFLAGS = -Wl,-soname,libruby23.so.2.3  -fstack-protector -Wl,-O1 -Wl,--as-needed
  635.     SOLIBS = -lpthread -lgmp -ldl -lcrypt -lm  
  636. Using built-in specs.
  637. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/x86_64-pc-linux-gnu-gcc
  638. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/lto-wrapper
  639. Target: x86_64-pc-linux-gnu
  640. Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0-r1/work/gcc-6.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  641. Thread model: posix
  642. gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
  643. cp probes.dmyh probes.h
  644. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  645. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  646. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o miniinit.o -c miniinit.c
  647. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  648. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  649. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  650. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  651. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  652. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  653. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  654. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  655. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  656. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  657. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  658. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  659. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  660. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  661. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  662. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  663. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  664. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  665. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  666. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  667. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  668. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  669. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  670. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  671. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  672. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  673. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  674. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  675. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  676. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  677. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  678. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  679. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  680. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  681. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  682. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  683. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  684. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  685. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  686. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  687. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  688. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  689. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  690. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  691. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  692. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  693. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  694. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o symbol.o -c symbol.c
  695. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  696. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  697. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  698. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  699. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  700. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  701. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  702. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  703. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  704. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  705. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  706. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  707. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  708. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  709. /bin/mkdir -p enc/trans
  710. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  711. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  712. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  713. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  714. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o dmyenc.o -c dmyenc.c
  715. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  716. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o localeinit.o -c localeinit.c
  717. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -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
  718. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o enc/ascii.o -c enc/ascii.c
  719. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o enc/us_ascii.o -c enc/us_ascii.c
  720. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o enc/unicode.o -c enc/unicode.c
  721. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o enc/utf_8.o -c enc/utf_8.c
  722. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o enc/trans/newline.o -c enc/trans/newline.c
  723. 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 miniinit.o dmyext.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o encoding.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 symbol.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o  enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o   -lpthread -lgmp -ldl -lcrypt -lm   -o miniruby
  724. ./miniruby -I./lib -I. -I.ext/common  ./tool/mkconfig.rb -timestamp=.rbconfig.time \
  725.     -arch=x86_64-linux -version=2.3.7 \
  726.     -install_name=ruby23 \
  727.     -so_name=ruby23 rbconfig.rb
  728. ./miniruby -I./lib -I. -I.ext/common  ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
  729. rbconfig.rb updated
  730. ./miniruby -I./lib -I. -I.ext/common  ./enc/make_encmake.rb --builtin-encs="enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o" --builtin-transes="enc/trans/newline.o" --module  enc.mk
  731. ./miniruby -I./lib -I. -I.ext/common  "./tool/generic_erb.rb" -o verconf.h ./template/verconf.h.tmpl
  732. encdb.h updated
  733. verconf.h updated
  734. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT   -I. -I.ext/include/x86_64-linux -I./include -I. -o loadpath.o -c loadpath.c
  735. make -f enc.mk RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common "  srcs
  736. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  737. make[1]: Nothing to be done for 'srcs'.
  738. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  739. ./miniruby -I./lib -I. -I.ext/common  ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
  740. x86_64-pc-linux-gnu-ar rcD  libruby23-static.a dln.o localeinit.o loadpath.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o encoding.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 symbol.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o  enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o  prelude.o dmyext.o dmyenc.o
  741. x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,libruby23.so.2.3  -fstack-protector -Wl,-O1 -Wl,--as-needed  dln.o localeinit.o loadpath.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o encoding.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 symbol.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o  enc/ascii.o enc/us_ascii.o enc/unicode.o enc/utf_8.o enc/trans/newline.o setproctitle.o strlcat.o strlcpy.o addr2line.o  prelude.o dmyext.o dmyenc.o -lpthread -lgmp -ldl -lcrypt -lm    -o libruby23.so.2.3.0
  742. transdb.h updated
  743. : -w -L 'Init_*' -L 'ruby_static_id_*' \
  744.         -L '*_threadptr_*' libruby23.so.2.3.0
  745. :
  746. ./miniruby -I./lib -I. -I.ext/common  ./ext/extmk.rb --make="make" --command-output=exts.mk --dest-dir="" --extout=".ext" --mflags="" --make-flags=" -j9 --jobserver-auth=4,5 -- EXTLDFLAGS=-Wl,-O1\ -Wl,--as-needed V=1" --extension  --extstatic  --make-flags="V=1 MINIRUBY='./miniruby -I./lib -I. -I.ext/common '" --gnumake=yes --extflags="-Wl,-O1 -Wl,--as-needed" -- configure
  747. make -f enc.mk V="1" \
  748.     RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  749.      enc
  750. make -f enc.mk V="1" \
  751.     RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  752.      trans
  753. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  754. /bin/mkdir -p "enc/trans"
  755. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  756. /bin/mkdir -p "enc"
  757. /bin/mkdir -p "enc"
  758. /bin/mkdir -p "enc"
  759. /bin/mkdir -p "enc/trans"
  760. /bin/mkdir -p "enc/trans"
  761. /bin/mkdir -p "enc/trans"
  762. 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
  763. /bin/mkdir -p "enc"
  764. 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
  765. 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
  766. 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
  767. 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
  768. 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/ebcdic.o -c ./enc/trans/ebcdic.c
  769. 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
  770. 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
  771. ../../../.././ext/-test-/array/resize/extconf.rb
  772. ../../.././ext/-test-/bignum/extconf.rb
  773. /bin/mkdir -p "enc/trans"
  774. ../../.././ext/-test-/bug-3571/extconf.rb
  775. ../../.././ext/-test-/bug-5832/extconf.rb
  776. ../../.././ext/-test-/bug_reporter/extconf.rb
  777. ../../.././ext/-test-/class/extconf.rb
  778. ../../.././ext/-test-/debug/extconf.rb
  779. ../../../.././ext/-test-/dln/empty/extconf.rb
  780. ../../.././ext/-test-/exception/extconf.rb
  781. 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
  782. ../../.././ext/-test-/fatal/extconf.rb
  783. ../../.././ext/-test-/file/extconf.rb
  784. /bin/mkdir -p "enc"
  785. 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
  786. /bin/mkdir -p "enc"
  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/euc_kr.o -c ./enc/euc_kr.c
  789. /bin/mkdir -p "enc"
  790. 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
  791. 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
  792. /bin/mkdir -p "enc/trans"
  793. 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
  794. /bin/mkdir -p "enc"
  795. 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
  796. /bin/mkdir -p "enc"
  797. 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
  798. /bin/mkdir -p "enc"
  799. 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
  800. /bin/mkdir -p "enc/trans"
  801. /bin/mkdir -p "enc"
  802. 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
  803. 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
  804. /bin/mkdir -p "enc"
  805. 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
  806. /bin/mkdir -p "enc"
  807. /bin/mkdir -p "enc"
  808. 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
  809. 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
  810. /bin/mkdir -p "enc"
  811. 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
  812. /bin/mkdir -p "enc"
  813. 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
  814. /bin/mkdir -p "enc"
  815. 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
  816. /bin/mkdir -p "enc/trans"
  817. 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
  818. /bin/mkdir -p "enc"
  819. 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
  820. /bin/mkdir -p "enc"
  821. /bin/mkdir -p "enc"
  822. /bin/mkdir -p "enc/trans"
  823. 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
  824. 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
  825. 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
  826. /bin/mkdir -p "enc/trans"
  827. 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
  828. /bin/mkdir -p "enc"
  829. 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
  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/gbk.o -c ./enc/trans/gbk.c
  832. /bin/mkdir -p "enc"
  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/iso_8859_13.o -c ./enc/iso_8859_13.c
  834. /bin/mkdir -p "enc/trans"
  835. /bin/mkdir -p "enc"
  836. 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
  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/iso2022.o -c ./enc/trans/iso2022.c
  838. /bin/mkdir -p "enc"
  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/iso_8859_15.o -c ./enc/iso_8859_15.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/japanese.o -c ./enc/trans/japanese.c
  842. /bin/mkdir -p "enc"
  843. /bin/mkdir -p "enc"
  844. 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
  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/koi8_r.o -c ./enc/koi8_r.c
  846. /bin/mkdir -p "enc/trans"
  847. /bin/mkdir -p "enc/trans"
  848. 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
  849. 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
  850. /bin/mkdir -p "enc"
  851. 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
  852. /bin/mkdir -p "enc"
  853. 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
  854. ../../.././ext/-test-/float/extconf.rb
  855. ../../.././ext/-test-/funcall/extconf.rb
  856. ../../../.././ext/-test-/gvl/call_without_gvl/extconf.rb
  857. ../../.././ext/-test-/hash/extconf.rb
  858. ../../.././ext/-test-/iseq_load/extconf.rb
  859. ../../.././ext/-test-/iter/extconf.rb
  860. ../../../.././ext/-test-/load/dot.dot/extconf.rb
  861. ../../../.././ext/-test-/marshal/compat/extconf.rb
  862. ../../../.././ext/-test-/marshal/internal_ivar/extconf.rb
  863. ../../../.././ext/-test-/marshal/usr/extconf.rb
  864. ../../.././ext/-test-/method/extconf.rb
  865. ../../.././ext/-test-/notimplement/extconf.rb
  866. ../../.././ext/-test-/num2int/extconf.rb
  867. ../../.././ext/-test-/path_to_class/extconf.rb
  868. ../../.././ext/-test-/popen_deadlock/extconf.rb
  869. /bin/mkdir -p "enc/trans"
  870. ../../.././ext/-test-/postponed_job/extconf.rb
  871. ../../.././ext/-test-/printf/extconf.rb
  872. ../../.././ext/-test-/proc/extconf.rb
  873. ../../.././ext/-test-/rational/extconf.rb
  874. ../../.././ext/-test-/recursion/extconf.rb
  875. ../../../.././ext/-test-/st/foreach/extconf.rb
  876. /bin/mkdir -p "enc"
  877. ../../../.././ext/-test-/st/numhash/extconf.rb
  878. 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
  879. ../../../.././ext/-test-/st/update/extconf.rb
  880. ../../.././ext/-test-/string/extconf.rb
  881. 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
  882. ../../.././ext/-test-/struct/extconf.rb
  883. ../../.././ext/-test-/symbol/extconf.rb
  884. /bin/mkdir -p "enc"
  885. 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
  886. /bin/mkdir -p "enc"
  887. 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
  888. /bin/mkdir -p "enc"
  889. /bin/mkdir -p "enc"
  890. 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
  891. 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
  892. /bin/mkdir -p "enc/trans"
  893. 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
  894. ../../.././ext/-test-/thread_fd_close/extconf.rb
  895. ../../.././ext/-test-/time/extconf.rb
  896. ../../.././ext/-test-/tracepoint/extconf.rb
  897. /bin/mkdir -p "enc"
  898. ../../.././ext/-test-/typeddata/extconf.rb
  899. 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_1250.o -c ./enc/windows_1250.c
  900. ../../.././ext/-test-/vm/extconf.rb
  901. ../../.././ext/-test-/wait_for_single_fd/extconf.rb
  902. ../../../.././ext/-test-/win32/console/extconf.rb
  903. ../../../.././ext/-test-/win32/dln/extconf.rb
  904. ../../../.././ext/-test-/win32/fd_setsize/extconf.rb
  905. ../.././ext/bigdecimal/extconf.rb
  906. /bin/mkdir -p "enc"
  907. /bin/mkdir -p "enc"
  908. 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
  909. 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_1252.o -c ./enc/windows_1252.c
  910. /bin/mkdir -p "enc/trans"
  911. /bin/mkdir -p ".ext/x86_64-linux/enc"
  912. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  913. 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
  914. /bin/mkdir -p ".ext/x86_64-linux/enc"
  915. /bin/mkdir -p ".ext/x86_64-linux/enc"
  916. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  917. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  918. /bin/mkdir -p ".ext/x86_64-linux/enc"
  919. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  920. /bin/mkdir -p ".ext/x86_64-linux/enc"
  921. /bin/mkdir -p ".ext/x86_64-linux/enc"
  922. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  923. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  924. /bin/mkdir -p "enc/trans"
  925. 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
  926. /bin/mkdir -p ".ext/x86_64-linux/enc"
  927. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  928. /bin/mkdir -p ".ext/x86_64-linux/enc"
  929. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  930. /bin/mkdir -p ".ext/x86_64-linux/enc"
  931. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  932. /bin/mkdir -p ".ext/x86_64-linux/enc"
  933. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  934. /bin/mkdir -p ".ext/x86_64-linux/enc"
  935. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  936. /bin/mkdir -p ".ext/x86_64-linux/enc"
  937. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  938. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  939. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  940. /bin/mkdir -p ".ext/x86_64-linux/enc"
  941. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  942. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  943. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  944. /bin/mkdir -p ".ext/x86_64-linux/enc"
  945. /bin/mkdir -p ".ext/x86_64-linux/enc"
  946. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  947. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  948. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  949. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/trans/ebcdic.so enc/trans/ebcdic.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  950. /bin/mkdir -p ".ext/x86_64-linux/enc"
  951. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  952. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  953. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  954. /bin/mkdir -p ".ext/x86_64-linux/enc"
  955. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  956. /bin/mkdir -p ".ext/x86_64-linux/enc"
  957. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  958. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  959. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  960. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  961. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  962. /bin/mkdir -p ".ext/x86_64-linux/enc"
  963. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  964. /bin/mkdir -p ".ext/x86_64-linux/enc"
  965. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  966. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  967. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  968. /bin/mkdir -p ".ext/x86_64-linux/enc"
  969. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  970. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  971. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  972. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  973. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  974. /bin/mkdir -p ".ext/x86_64-linux/enc"
  975. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  976. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  977. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  978. /bin/mkdir -p ".ext/x86_64-linux/enc"
  979. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  980. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  981. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  982. /bin/mkdir -p ".ext/x86_64-linux/enc"
  983. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  984. /bin/mkdir -p ".ext/x86_64-linux/enc"
  985. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  986. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  987. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  988. /bin/mkdir -p ".ext/x86_64-linux/enc"
  989. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  990. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  991. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  992. ../../.././ext/cgi/escape/extconf.rb
  993. ../.././ext/continuation/extconf.rb
  994. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  995. ../.././ext/coverage/extconf.rb
  996. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  997. ../.././ext/date/extconf.rb
  998. /bin/mkdir -p ".ext/x86_64-linux/enc"
  999. ../.././ext/dbm/extconf.rb
  1000. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1001. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1002. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1003. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1004. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1005. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1006. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1007. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1008. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1009. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1010. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1011. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1012. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1013. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1014. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1015. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1016. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1017. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1018. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/windows_1250.so enc/windows_1250.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1019. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1020. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1021. /bin/mkdir -p ".ext/x86_64-linux/enc"
  1022. x86_64-pc-linux-gnu-gcc -shared -o .ext/x86_64-linux/enc/windows_1252.so enc/windows_1252.o -L. -L. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1023. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1024. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1025. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1026. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1027. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1028. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1029. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1030. /bin/mkdir -p ".ext/x86_64-linux/enc/trans"
  1031. 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     -lruby23 -lpthread -lgmp -ldl -lcrypt -lm  
  1032. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1033. make -f enc.mk V="1" \
  1034.     RUBY="./miniruby -I./lib -I. -I.ext/common " MINIRUBY="./miniruby -I./lib -I. -I.ext/common " \
  1035.      encs
  1036. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1037. /bin/mkdir -p .ext/x86_64-linux/enc .ext/x86_64-linux/enc/trans enc enc/trans
  1038. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1039. header: db.h
  1040. library: db
  1041. ../.././ext/digest/extconf.rb
  1042. ../../.././ext/digest/bubblebabble/extconf.rb
  1043. ../../.././ext/digest/md5/extconf.rb
  1044. ../../.././ext/digest/rmd160/extconf.rb
  1045. ../../.././ext/digest/sha1/extconf.rb
  1046. ../../.././ext/digest/sha2/extconf.rb
  1047. ../.././ext/etc/extconf.rb
  1048. ../.././ext/fcntl/extconf.rb
  1049. ../.././ext/fiber/extconf.rb
  1050. ../.././ext/fiddle/extconf.rb
  1051. ../.././ext/gdbm/extconf.rb
  1052. ../../.././ext/io/console/extconf.rb
  1053. ../../.././ext/io/nonblock/extconf.rb
  1054. ../../.././ext/io/wait/extconf.rb
  1055. ../.././ext/json/extconf.rb
  1056. ../../.././ext/json/generator/extconf.rb
  1057. ../../.././ext/json/parser/extconf.rb
  1058. ../../.././ext/mathn/complex/extconf.rb
  1059. ../../.././ext/mathn/rational/extconf.rb
  1060. ../.././ext/nkf/extconf.rb
  1061. ../.././ext/objspace/extconf.rb
  1062. ../.././ext/openssl/extconf.rb
  1063. ../.././ext/pathname/extconf.rb
  1064. ../.././ext/psych/extconf.rb
  1065. ../.././ext/pty/extconf.rb
  1066. ../../.././ext/racc/cparse/extconf.rb
  1067. ../../.././ext/rbconfig/sizeof/extconf.rb
  1068. ../.././ext/readline/extconf.rb
  1069. ../.././ext/ripper/extconf.rb
  1070. ../.././ext/sdbm/extconf.rb
  1071. ../.././ext/socket/extconf.rb
  1072. ../.././ext/stringio/extconf.rb
  1073. ../.././ext/strscan/extconf.rb
  1074. ../.././ext/syslog/extconf.rb
  1075. ../.././ext/thread/extconf.rb
  1076. Failed to configure tk/tkutil. It will not be installed.
  1077. ../.././ext/win32/extconf.rb
  1078. Failed to configure win32. It will not be installed.
  1079. ../.././ext/win32ole/extconf.rb
  1080. Failed to configure win32ole. It will not be installed.
  1081. ../.././ext/zlib/extconf.rb
  1082. make -f exts.mk  libdir="/usr/lib64" LIBRUBY_EXTS=./.libruby-with-ext.time \
  1083.     EXTENCS="dmyenc.o" UPDATE_LIBRARIES=no
  1084. make[1]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1085. make -C ext/-test-/array/resize -w -j9 --jobserver-auth=4,5 V=1 all
  1086. make -C ext/-test-/bignum -w -j9 --jobserver-auth=4,5 V=1 all
  1087. make -C ext/-test-/bug-3571 -w -j9 --jobserver-auth=4,5 V=1 all
  1088. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1089. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1090. make -C ext/-test-/bug-5832 -w -j9 --jobserver-auth=4,5 V=1 all
  1091. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1092. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1093. make -C ext/-test-/bug_reporter -w -j9 --jobserver-auth=4,5 V=1 all
  1094. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1095. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1096. make -C ext/-test-/class -w -j9 --jobserver-auth=4,5 V=1 all
  1097. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1098. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1099. make -C ext/-test-/debug -w -j9 --jobserver-auth=4,5 V=1 all
  1100. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/array
  1101. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1102. make -C ext/-test-/dln/empty -w -j9 --jobserver-auth=4,5 V=1 all
  1103. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1104. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1105. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1106. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1107. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1108. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/bug-3571
  1109. make -C ext/-test-/exception -w -j9 --jobserver-auth=4,5 V=1 all
  1110. 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
  1111. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.bug-3571.time
  1112. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1113. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1114. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/bug-5832
  1115. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.array.time
  1116. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1117. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1118. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/bug_reporter
  1119. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o div.o -c div.c
  1120. 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
  1121. 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
  1122. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/dln
  1123. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o mul.o -c mul.c
  1124. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o class2name.o -c class2name.c
  1125. 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 dataerror.o -c dataerror.c
  1126. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bug_reporter -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o bug_reporter.o -c bug_reporter.c
  1127. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o intpack.o -c intpack.c
  1128. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/class -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1129. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/dln/empty -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o empty.o -c empty.c
  1130. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.bug-5832.time
  1131. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.bug_reporter.time
  1132. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.dln.time
  1133. 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
  1134. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o big2str.o -c big2str.c
  1135. 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
  1136. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-
  1137. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.time
  1138. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1139. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o str2big.o -c str2big.c
  1140. 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
  1141. 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 profile_frames.o -c profile_frames.c
  1142. 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
  1143. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-
  1144. 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
  1145. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/bignum -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o bigzero.o -c bigzero.c
  1146. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.time
  1147. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-
  1148. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.time
  1149. rm -f ../../../../.ext/x86_64-linux/-test-/dln/empty.so
  1150. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/dln/empty.so empty.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1151. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/dln/empty'
  1152. make -C ext/-test-/fatal -w -j9 --jobserver-auth=4,5 V=1 all
  1153. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1154. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1155. rm -f ../../../../.ext/x86_64-linux/-test-/array/resize.so
  1156. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/fatal
  1157. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1158. 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
  1159. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.fatal.time
  1160. rm -f ../../../.ext/x86_64-linux/-test-/bug-5832/bug.so
  1161. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/array/resize'
  1162. make -C ext/-test-/file -w -j9 --jobserver-auth=4,5 V=1 all
  1163. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1164. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1165. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1166. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o stat.o -c stat.c
  1167. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1168. rm -f ../../../.ext/x86_64-linux/-test-/bug_reporter/bug_reporter.so
  1169. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bug_reporter/bug_reporter.so bug_reporter.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1170. rm -f ../../../.ext/x86_64-linux/-test-/class.so
  1171. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/file -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o fs.o -c fs.c
  1172. rm -f ../../../.ext/x86_64-linux/-test-/bug-3571/bug.so
  1173. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/class.so class2name.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1174. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1175. rm -f ../../../.ext/x86_64-linux/-test-/exception.so
  1176. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/exception.so dataerror.o init.o enc_raise.o ensured.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1177. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/bug-5832'
  1178. make -C ext/-test-/float -w -j9 --jobserver-auth=4,5 V=1 all
  1179. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/bug_reporter'
  1180. make -C ext/-test-/funcall -w -j9 --jobserver-auth=4,5 V=1 all
  1181. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1182. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1183. rm -f ../../../.ext/x86_64-linux/-test-/debug.so
  1184. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1185. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1186. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/debug.so inspector.o profile_frames.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1187. 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
  1188. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/class'
  1189. make -C ext/-test-/gvl/call_without_gvl -w -j9 --jobserver-auth=4,5 V=1 all
  1190. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/funcall
  1191. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.funcall.time
  1192. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1193. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1194. rm -f ../../../.ext/x86_64-linux/-test-/bignum.so
  1195. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o nextafter.o -c nextafter.c
  1196. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/bignum.so div.o mul.o intpack.o big2str.o init.o str2big.o bigzero.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1197. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/gvl
  1198. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/exception'
  1199. make -C ext/-test-/hash -w -j9 --jobserver-auth=4,5 V=1 all
  1200. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1201. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1202. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/debug'
  1203. make -C ext/-test-/iseq_load -w -j9 --jobserver-auth=4,5 V=1 all
  1204. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/gvl/call_without_gvl -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o call_without_gvl.o -c call_without_gvl.c
  1205. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.gvl.time
  1206. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/float -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1207. rm -f ../../../.ext/x86_64-linux/-test-/fatal/rb_fatal.so
  1208. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1209. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/bug-3571'
  1210. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1211. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/hash -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o delete.o -c delete.c
  1212. make -C ext/-test-/iter -w -j9 --jobserver-auth=4,5 V=1 all
  1213. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1214. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1215. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/bignum'
  1216. make -C ext/-test-/load/dot.dot -w -j9 --jobserver-auth=4,5 V=1 all
  1217. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1218. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1219. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/iseq_load
  1220. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iseq_load -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o iseq_load.o -c iseq_load.c
  1221. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.iseq_load.time
  1222. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1223. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1224. rm -f ../../../.ext/x86_64-linux/-test-/file.so
  1225. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/file.so stat.o init.o fs.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1226. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/load/dot.dot
  1227. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o break.o -c break.c
  1228. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o yield.o -c yield.c
  1229. 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
  1230. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/fatal'
  1231. make -C ext/-test-/marshal/compat -w -j9 --jobserver-auth=4,5 V=1 all
  1232. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/iter -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1233. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1234. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1235. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.load.-.dot.dot.time
  1236. 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
  1237. rm -f ../../../.ext/x86_64-linux/-test-/funcall/funcall.so
  1238. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1239. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/marshal
  1240. rm -f ../../../../.ext/x86_64-linux/-test-/gvl/call_without_gvl.so
  1241. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.marshal.time
  1242. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/file'
  1243. make -C ext/-test-/marshal/internal_ivar -w -j9 --jobserver-auth=4,5 V=1 all
  1244. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1245. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1246. rm -f ../../../../.ext/x86_64-linux/-test-/load/dot.dot/dot.dot.so
  1247. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/gvl/call_without_gvl.so call_without_gvl.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1248. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1249. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/marshal/internal_ivar -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o internal_ivar.o -c internal_ivar.c
  1250. rm -f ../../../.ext/x86_64-linux/-test-/hash.so
  1251. rm -f ../../../.ext/x86_64-linux/-test-/float.so
  1252. rm -f ../../../.ext/x86_64-linux/-test-/iseq_load/iseq_load.so
  1253. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/iseq_load/iseq_load.so iseq_load.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1254. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/float.so nextafter.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1255. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/funcall'
  1256. make -C ext/-test-/marshal/usr -w -j9 --jobserver-auth=4,5 V=1 all
  1257. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/hash.so init.o delete.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1258. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1259. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1260. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/load/dot.dot'
  1261. make -C ext/-test-/method -w -j9 --jobserver-auth=4,5 V=1 all
  1262. 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
  1263. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1264. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1265. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/gvl/call_without_gvl'
  1266. make -C ext/-test-/notimplement -w -j9 --jobserver-auth=4,5 V=1 all
  1267. 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
  1268. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1269. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1270. rm -f ../../../../.ext/x86_64-linux/-test-/marshal/compat.so
  1271. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1272. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/float'
  1273. make -C ext/-test-/num2int -w -j9 --jobserver-auth=4,5 V=1 all
  1274. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/notimplement -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o bug.o -c bug.c
  1275. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1276. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1277. 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
  1278. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/num2int
  1279. rm -f ../../../.ext/x86_64-linux/-test-/iter.so
  1280. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.num2int.time
  1281. 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
  1282. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/iter.so break.o yield.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1283. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/iseq_load'
  1284. make -C ext/-test-/path_to_class -w -j9 --jobserver-auth=4,5 V=1 all
  1285. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1286. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1287. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/hash'
  1288. make -C ext/-test-/popen_deadlock -w -j9 --jobserver-auth=4,5 V=1 all
  1289. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1290. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1291. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/path_to_class
  1292. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/marshal/compat'
  1293. make -C ext/-test-/postponed_job -w -j9 --jobserver-auth=4,5 V=1 all
  1294. 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
  1295. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.path_to_class.time
  1296. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/popen_deadlock
  1297. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/popen_deadlock -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o infinite_loop_dlsym.o -c infinite_loop_dlsym.c
  1298. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1299. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1300. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.popen_deadlock.time
  1301. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/postponed_job -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o postponed_job.o -c postponed_job.c
  1302. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/iter'
  1303. make -C ext/-test-/printf -w -j9 --jobserver-auth=4,5 V=1 all
  1304. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1305. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1306. 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
  1307. rm -f ../../../../.ext/x86_64-linux/-test-/marshal/internal_ivar.so
  1308. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/marshal/internal_ivar.so internal_ivar.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1309. rm -f ../../../../.ext/x86_64-linux/-test-/marshal/usr.so
  1310. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1311. rm -f ../../../.ext/x86_64-linux/-test-/notimplement.so
  1312. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/notimplement.so bug.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1313. rm -f ../../../.ext/x86_64-linux/-test-/method.so
  1314. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/method.so arity.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1315. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/marshal/internal_ivar'
  1316. make -C ext/-test-/proc -w -j9 --jobserver-auth=4,5 V=1 all
  1317. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1318. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1319. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o receiver.o -c receiver.c
  1320. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1321. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/method'
  1322. make -C ext/-test-/rational -w -j9 --jobserver-auth=4,5 V=1 all
  1323. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/notimplement'
  1324. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/proc -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o super.o -c super.c
  1325. make -C ext/-test-/recursion -w -j9 --jobserver-auth=4,5 V=1 all
  1326. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1327. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1328. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/marshal/usr'
  1329. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/rational -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o rat.o -c rat.c
  1330. make -C ext/-test-/st/foreach -w -j9 --jobserver-auth=4,5 V=1 all
  1331. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1332. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1333. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1334. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1335. rm -f ../../../.ext/x86_64-linux/-test-/postponed_job.so
  1336. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/postponed_job.so postponed_job.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1337. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/recursion -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o recursion.o -c recursion.c
  1338. rm -f ../../../.ext/x86_64-linux/-test-/path_to_class/path_to_class.so
  1339. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1340. /bin/mkdir -p ../../../../.ext/.timestamp ../../../../.ext/x86_64-linux/-test-/st
  1341. exit > ../../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.st.time
  1342. rm -f ../../../.ext/x86_64-linux/-test-/num2int/num2int.so
  1343. x86_64-pc-linux-gnu-gcc -I. -I../../../../.ext/include/x86_64-linux -I../../../.././include -I../../../.././ext/-test-/st/foreach -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o foreach.o -c foreach.c
  1344. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1345. rm -f ../../../.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
  1346. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so infinite_loop_dlsym.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1347. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/postponed_job'
  1348. make -C ext/-test-/st/numhash -w -j9 --jobserver-auth=4,5 V=1 all
  1349. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1350. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1351. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/path_to_class'
  1352. make -C ext/-test-/st/update -w -j9 --jobserver-auth=4,5 V=1 all
  1353. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1354. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1355. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/num2int'
  1356. make -C ext/-test-/string -w -j9 --jobserver-auth=4,5 V=1 all
  1357. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1358. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1359. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o qsort.o -c qsort.c
  1360. 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
  1361. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -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
  1362. 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
  1363. rm -f ../../../.ext/x86_64-linux/-test-/printf.so
  1364. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1365. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/popen_deadlock'
  1366. make -C ext/-test-/struct -w -j9 --jobserver-auth=4,5 V=1 all
  1367. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o ellipsize.o -c ellipsize.c
  1368. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1369. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1370. rm -f ../../../.ext/x86_64-linux/-test-/proc.so
  1371. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/proc.so receiver.o init.o super.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1372. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o coderange.o -c coderange.c
  1373. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/printf'
  1374. make -C ext/-test-/symbol -w -j9 --jobserver-auth=4,5 V=1 all
  1375. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o member.o -c member.c
  1376. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o duplicate.o -c duplicate.c
  1377. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1378. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1379. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/struct -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1380. 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 type.o -c type.c
  1381. rm -f ../../../.ext/x86_64-linux/-test-/recursion.so
  1382. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/recursion.so recursion.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1383. 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
  1384. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/proc'
  1385. make -C ext/-test-/thread_fd_close -w -j9 --jobserver-auth=4,5 V=1 all
  1386. rm -f ../../../.ext/x86_64-linux/-test-/rational.so
  1387. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o normalize.o -c normalize.c
  1388. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o nofree.o -c nofree.c
  1389. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1390. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1391. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/rational.so rat.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1392. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o set_len.o -c set_len.c
  1393. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/thread_fd_close -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o thread_fd_close.o -c thread_fd_close.c
  1394. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o cstr.o -c cstr.c
  1395. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/recursion'
  1396. make -C ext/-test-/time -w -j9 --jobserver-auth=4,5 V=1 all
  1397. rm -f ../../../../.ext/x86_64-linux/-test-/st/foreach.so
  1398. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1399. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1400. x86_64-pc-linux-gnu-gcc -shared -o ../../../../.ext/x86_64-linux/-test-/st/foreach.so foreach.o -L. -L../../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1401. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o enc_associate.o -c enc_associate.c
  1402. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1403. rm -f ../../../../.ext/x86_64-linux/-test-/st/update.so
  1404. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1405. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o init.o -c init.c
  1406. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/st/foreach'
  1407. make -C ext/-test-/tracepoint -w -j9 --jobserver-auth=4,5 V=1 all
  1408. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o modify.o -c modify.c
  1409. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1410. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1411. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/time -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o new.o -c new.c
  1412. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/rational'
  1413. make -C ext/-test-/typeddata -w -j9 --jobserver-auth=4,5 V=1 all
  1414. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1415. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1416. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/string -I../../.. -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o fstring.o -c fstring.c
  1417. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o gc_hook.o -c gc_hook.c
  1418. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/typeddata
  1419. 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
  1420. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/tracepoint -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o tracepoint.o -c tracepoint.c
  1421. rm -f ../../../../.ext/x86_64-linux/-test-/st/numhash.so
  1422. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/st/update'
  1423. make -C ext/-test-/vm -w -j9 --jobserver-auth=4,5 V=1 all
  1424. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.typeddata.time
  1425. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1426. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1427. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1428. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/vm
  1429. rm -f ../../../.ext/x86_64-linux/-test-/struct.so
  1430. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/-test-/vm -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o at_exit.o -c at_exit.c
  1431. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.vm.time
  1432. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/struct.so member.o duplicate.o init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1433. rm -f ../../../.ext/x86_64-linux/-test-/symbol.so
  1434. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/symbol.so init.o type.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1435. rm -f ../../../.ext/x86_64-linux/-test-/thread_fd_close.so
  1436. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/thread_fd_close.so thread_fd_close.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1437. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/st/numhash'
  1438. make -C ext/-test-/wait_for_single_fd -w -j9 --jobserver-auth=4,5 V=1 all
  1439. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1440. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1441. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/-test-/wait_for_single_fd
  1442. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/struct'
  1443. make -C ext/-test-/win32/console -w -j9 --jobserver-auth=4,5 V=1 all
  1444. 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
  1445. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.-test-.-.wait_for_single_fd.time
  1446. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1447. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1448. make[2]: Nothing to be done for 'all'.
  1449. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/win32/console'
  1450. make -C ext/-test-/win32/dln -w -j9 --jobserver-auth=4,5 V=1 all
  1451. rm -f ../../../.ext/x86_64-linux/-test-/typeddata/typeddata.so
  1452. rm -f ../../../.ext/x86_64-linux/-test-/time.so
  1453. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1454. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1455. make[2]: Nothing to be done for 'all'.
  1456. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/time.so init.o new.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1457. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/win32/dln'
  1458. make -C ext/-test-/win32/fd_setsize -w -j9 --jobserver-auth=4,5 V=1 all
  1459. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1460. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1461. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1462. make[2]: Nothing to be done for 'all'.
  1463. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/win32/fd_setsize'
  1464. make -C ext/bigdecimal -w -j9 --jobserver-auth=4,5 V=1 all
  1465. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/thread_fd_close'
  1466. rm -f ../../../.ext/x86_64-linux/-test-/string.so
  1467. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/string.so qsort.o enc_str_buf_cat.o ellipsize.o coderange.o normalize.o nofree.o set_len.o cstr.o enc_associate.o init.o modify.o fstring.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1468. make -C ext/cgi/escape -w -j9 --jobserver-auth=4,5 V=1 all
  1469. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1470. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1471. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/x86_64-linux
  1472. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1473. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1474. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/symbol'
  1475. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/bigdecimal
  1476. make -C ext/continuation -w -j9 --jobserver-auth=4,5 V=1 all
  1477. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/cgi
  1478. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1479. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1480. 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
  1481. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/cgi/escape -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o escape.o -c escape.c
  1482. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.cgi.time
  1483. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/x86_64-linux
  1484. 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
  1485. exit > ../../.ext/.timestamp/.RUBYARCHDIR.time
  1486. exit > ../../.ext/.timestamp/.RUBYARCHDIR.time
  1487. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/time'
  1488. make -C ext/coverage -w -j9 --jobserver-auth=4,5 V=1 all
  1489. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1490. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1491. rm -f ../../../.ext/x86_64-linux/-test-/tracepoint.so
  1492. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/tracepoint.so gc_hook.o tracepoint.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1493. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.bigdecimal.time
  1494. 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
  1495. cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
  1496. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/typeddata'
  1497. make -C ext/date -w -j9 --jobserver-auth=4,5 V=1 all
  1498. cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
  1499. rm -f ../../../.ext/x86_64-linux/-test-/vm/at_exit.so
  1500. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/string'
  1501. cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
  1502. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/-test-/vm/at_exit.so at_exit.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1503. cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
  1504. cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
  1505. make -C ext/dbm -w -j9 --jobserver-auth=4,5 V=1 all
  1506. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1507. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1508. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1509. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1510. 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
  1511. 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
  1512. 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
  1513. 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
  1514. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/tracepoint'
  1515. make -C ext/digest -w -j9 --jobserver-auth=4,5 V=1 all
  1516. 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
  1517. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1518. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1519. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common
  1520. exit > ../../.ext/.timestamp/.RUBYLIBDIR.time
  1521. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/include/ruby
  1522. 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
  1523. exit > ../../.ext/.timestamp/.HDRDIR.time
  1524. cp ../.././ext/date/lib/date.rb ../../.ext/common
  1525. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common
  1526. rm -f ../../../.ext/x86_64-linux/-test-/wait_for_single_fd/wait_for_single_fd.so
  1527. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/vm'
  1528. make -C ext/digest/bubblebabble -w -j9 --jobserver-auth=4,5 V=1 all
  1529. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1530. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1531. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1532. exit > ../../.ext/.timestamp/.RUBYLIBDIR.time
  1533. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/digest
  1534. cp ../.././ext/digest/digest.h ../../.ext/include/ruby
  1535. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/bubblebabble -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC  -o bubblebabble.o -c bubblebabble.c
  1536. rm -f ../../.ext/x86_64-linux/continuation.so
  1537. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1538. cp ../.././ext/digest/lib/digest.rb ../../.ext/common
  1539. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.digest.time
  1540. rm -f ../../../.ext/x86_64-linux/cgi/escape.so
  1541. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/cgi/escape.so escape.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1542. rm -f ../../.ext/x86_64-linux/coverage.so
  1543. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1544. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/continuation'
  1545. make -C ext/digest/md5 -w -j9 --jobserver-auth=4,5 V=1 all
  1546. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/-test-/wait_for_single_fd'
  1547. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/cgi/escape'
  1548. make -C ext/digest/rmd160 -w -j9 --jobserver-auth=4,5 V=1 all
  1549. make -C ext/digest/sha1 -w -j9 --jobserver-auth=4,5 V=1 all
  1550. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1551. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1552. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1553. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1554. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1555. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1556. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha1  -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o sha1init.o -c sha1init.c
  1557. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/md5  -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o md5init.o -c md5init.c
  1558. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/rmd160  -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o rmd160init.o -c rmd160init.c
  1559. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/coverage'
  1560. make -C ext/digest/sha2 -w -j9 --jobserver-auth=4,5 V=1 all
  1561. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1562. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1563. x86_64-pc-linux-gnu-gcc -I. -I../../../.ext/include/x86_64-linux -I../../.././include -I../../.././ext/digest/sha2  -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o sha2init.o -c sha2init.c
  1564. rm -f ../../../.ext/x86_64-linux/digest/bubblebabble.so
  1565. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1566. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/common/digest
  1567. exit > ../../../.ext/.timestamp/.RUBYLIBDIR.-.digest.time
  1568. cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
  1569. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest/bubblebabble'
  1570. make -C ext/etc -w -j9 --jobserver-auth=4,5 V=1 all
  1571. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1572. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1573. rm -f ../../../.ext/x86_64-linux/digest/sha1.so
  1574. rm -f ../../../.ext/x86_64-linux/digest/rmd160.so
  1575. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lcrypto  -lssl -lcrypto -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1576. rm -f ../../../.ext/x86_64-linux/digest/md5.so
  1577. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lcrypto  -lssl -lcrypto -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1578. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lcrypto  -lssl -lcrypto -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1579. generating constant definitions
  1580. rm -f ../../.ext/x86_64-linux/digest.so
  1581. rm -f ../../../.ext/x86_64-linux/digest/sha2.so
  1582. 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
  1583. x86_64-pc-linux-gnu-gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2init.o -L. -L../../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined     -lruby23 -lcrypto  -lssl -lcrypto -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1584. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1585. rm -f ../../.ext/x86_64-linux/dbm.so
  1586. 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    -lruby23 -ldb  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1587. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest'
  1588. make -C ext/fcntl -w -j9 --jobserver-auth=4,5 V=1 all
  1589. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1590. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1591. 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
  1592. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest/rmd160'
  1593. make -C ext/fiber -w -j9 --jobserver-auth=4,5 V=1 all
  1594. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest/sha1'
  1595. make -C ext/fiddle -w -j9 --jobserver-auth=4,5 V=1 all
  1596. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1597. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1598. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1599. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1600. 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
  1601. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o closure.o -c closure.c
  1602. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o conversions.o -c conversions.c
  1603. rm -f ../../.ext/x86_64-linux/fiber.so
  1604. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/dbm'
  1605. make -C ext/gdbm -w -j9 --jobserver-auth=4,5 V=1 all
  1606. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1607. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1608. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1609. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o fiddle.o -c fiddle.c
  1610. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o function.o -c function.c
  1611. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o handle.o -c handle.c
  1612. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest/sha2'
  1613. make -C ext/io/console -w -j9 --jobserver-auth=4,5 V=1 all
  1614. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/digest/md5'
  1615. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/fiddle
  1616. 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
  1617. make -C ext/io/nonblock -w -j9 --jobserver-auth=4,5 V=1 all
  1618. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1619. x86_64-pc-linux-gnu-gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/fiddle -I/usr/lib64/libffi-3.2.1/include -I../../. -DRUBY_EXTCONF_H=\"extconf.h\"    -fPIC -march=native -O2 -pipe -fno-strict-aliasing -fPIC   -o pointer.o -c pointer.c
  1620. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1621. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1622. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1623. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.fiddle.time
  1624. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/io
  1625. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/io
  1626. cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common
  1627. 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
  1628. 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
  1629. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.io.time
  1630. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.io.time
  1631. cp ../.././ext/fiddle/lib/fiddle/pack.rb ../../.ext/common/fiddle
  1632. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/common/io/console
  1633. cp ../.././ext/fiddle/lib/fiddle/import.rb ../../.ext/common/fiddle
  1634. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/fiber'
  1635. make -C ext/io/wait -w -j9 --jobserver-auth=4,5 V=1 all
  1636. cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle
  1637. rm -f ../../.ext/x86_64-linux/fcntl.so
  1638. exit > ../../../.ext/.timestamp/.RUBYLIBDIR.-.io.-.console.time
  1639. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1640. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1641. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1642. cp ../.././ext/fiddle/lib/fiddle/cparser.rb ../../.ext/common/fiddle
  1643. cp ../../.././ext/io/console/lib/console/size.rb ../../../.ext/common/io/console
  1644. cp ../.././ext/fiddle/lib/fiddle/types.rb ../../.ext/common/fiddle
  1645. 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
  1646. cp ../.././ext/fiddle/lib/fiddle/struct.rb ../../.ext/common/fiddle
  1647. cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle
  1648. cp ../.././ext/fiddle/lib/fiddle/value.rb ../../.ext/common/fiddle
  1649. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/fcntl'
  1650. make -C ext/json -w -j9 --jobserver-auth=4,5 V=1 all
  1651. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1652. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1653. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/json
  1654. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/json/add
  1655. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.json.time
  1656. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.json.-.add.time
  1657. cp ../.././ext/json/lib/json.rb ../../.ext/common
  1658. cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json
  1659. cp ../.././ext/json/lib/json/generic_object.rb ../../.ext/common/json
  1660. cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json
  1661. cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json
  1662. cp ../.././ext/json/lib/json/add/ostruct.rb ../../.ext/common/json/add
  1663. cp ../.././ext/json/lib/json/add/regexp.rb ../../.ext/common/json/add
  1664. cp ../.././ext/json/lib/json/add/symbol.rb ../../.ext/common/json/add
  1665. cp ../.././ext/json/lib/json/add/date_time.rb ../../.ext/common/json/add
  1666. cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add
  1667. rm -f ../../../.ext/x86_64-linux/io/nonblock.so
  1668. cp ../.././ext/json/lib/json/add/bigdecimal.rb ../../.ext/common/json/add
  1669. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1670. cp ../.././ext/json/lib/json/add/time.rb ../../.ext/common/json/add
  1671. rm -f ../../../.ext/x86_64-linux/io/wait.so
  1672. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1673. cp ../.././ext/json/lib/json/add/complex.rb ../../.ext/common/json/add
  1674. cp ../.././ext/json/lib/json/add/rational.rb ../../.ext/common/json/add
  1675. cp ../.././ext/json/lib/json/add/range.rb ../../.ext/common/json/add
  1676. cp ../.././ext/json/lib/json/add/exception.rb ../../.ext/common/json/add
  1677. cp ../.././ext/json/lib/json/add/struct.rb ../../.ext/common/json/add
  1678. rm -f ../../.ext/x86_64-linux/etc.so
  1679. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1680. cp ../.././ext/json/lib/json/add/date.rb ../../.ext/common/json/add
  1681. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/io/nonblock'
  1682. make -C ext/json/generator -w -j9 --jobserver-auth=4,5 V=1 all
  1683. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1684. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1685. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/json'
  1686. make -C ext/json/parser -w -j9 --jobserver-auth=4,5 V=1 all
  1687. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1688. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1689. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/json/ext
  1690. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/io/wait'
  1691. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.json.-.ext.time
  1692. make -C ext/mathn/complex -w -j9 --jobserver-auth=4,5 V=1 all
  1693. 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
  1694. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/json/ext
  1695. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1696. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1697. 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
  1698. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.json.-.ext.time
  1699. /bin/mkdir -p ../../../.ext/.timestamp ../../../.ext/x86_64-linux/mathn
  1700. 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
  1701. exit > ../../../.ext/.timestamp/.RUBYARCHDIR.-.mathn.time
  1702. rm -f ../../.ext/x86_64-linux/fiddle.so
  1703. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/fiddle.so closure.o conversions.o fiddle.o function.o handle.o pointer.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -L/usr/lib64/../lib64    -lruby23 -ldl -lffi  -lffi -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1704. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/etc'
  1705. make -C ext/mathn/rational -w -j9 --jobserver-auth=4,5 V=1 all
  1706. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1707. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1708. 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
  1709. rm -f ../../../.ext/x86_64-linux/mathn/complex.so
  1710. rm -f ../../../.ext/x86_64-linux/io/console.so
  1711. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1712. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/fiddle'
  1713. make -C ext/nkf -w -j9 --jobserver-auth=4,5 V=1 all
  1714. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1715. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1716. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1717. 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
  1718. cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common
  1719. rm -f ../../../.ext/x86_64-linux/mathn/rational.so
  1720. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/io/console'
  1721. make -C ext/objspace -w -j9 --jobserver-auth=4,5 V=1 all
  1722. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1723. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1724. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1725. rm -f ../../.ext/x86_64-linux/gdbm.so
  1726. 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    -lruby23 -lgdbm  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  1727. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/mathn/complex'
  1728. make -C ext/openssl -w -j9 --jobserver-auth=4,5 V=1 all
  1729. 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 object_tracing.o -c object_tracing.c
  1730. 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
  1731. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1732. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1733. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/mathn/rational'
  1734. make -C ext/pathname -w -j9 --jobserver-auth=4,5 V=1 all
  1735. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1736. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1737. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/gdbm'
  1738. make -C ext/psych -w -j9 --jobserver-auth=4,5 V=1 all
  1739. 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
  1740. 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_dump.o -c objspace_dump.c
  1741. 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
  1742. 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
  1743. 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
  1744. make[2]: Entering directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  1745. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  1746. 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
  1747. 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
  1748. cp ../.././ext/pathname/lib/pathname.rb ../../.ext/common
  1749. 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
  1750. 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
  1751. 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
  1752. 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
  1753. 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
  1754. 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
  1755. 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
  1756. 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
  1757. 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
  1758. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych
  1759. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/json
  1760. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.psych.time
  1761. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.psych.-.json.time
  1762. In file included from ossl.h:57:0,
  1763.                  from ossl_asn1.c:10:
  1764. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1765.  #error "This file is obsolete; please update your software."
  1766.   ^~~~~
  1767. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/visitors
  1768. In file included from ossl.h:57:0,
  1769.                  from ossl.c:10:
  1770. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1771.  #error "This file is obsolete; please update your software."
  1772.   ^~~~~
  1773. In file included from openssl_missing.c:21:0:
  1774. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1775.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  1776.                                    ^
  1777. In file included from /usr/local/include/openssl/x509.h:18:0,
  1778.                  from /usr/local/include/openssl/x509_vfy.h:17,
  1779.                  from openssl_missing.c:15:
  1780. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1781.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  1782.       ^
  1783. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1784.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  1785.       ^
  1786. openssl_missing.c:39:23: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1787.  EVP_MD_CTX_create(void)
  1788.                        ^
  1789. openssl_missing.c:40:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  1790.  {
  1791.  ^
  1792. openssl_missing.c: In function ‘EVP_MD_CTX_cleanup’:
  1793. openssl_missing.c:55:27: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX {aka struct evp_md_ctx_st}’
  1794.      memset(ctx, 0, sizeof(EVP_MD_CTX));
  1795.                            ^~~~~~~~~~
  1796. In file included from /usr/local/include/openssl/x509.h:18:0,
  1797.                  from /usr/local/include/openssl/x509_vfy.h:17,
  1798.                  from openssl_missing.c:15:
  1799. openssl_missing.c: At top level:
  1800. openssl_missing.c:63:1: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1801.  EVP_MD_CTX_destroy(EVP_MD_CTX *ctx)
  1802.  ^
  1803. openssl_missing.c:72:1: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1804.  EVP_MD_CTX_init(EVP_MD_CTX *ctx)
  1805.  ^
  1806. openssl_missing.c: In function ‘HMAC_CTX_init’:
  1807. openssl_missing.c:82:25: error: dereferencing pointer to incomplete type ‘HMAC_CTX {aka struct hmac_ctx_st}’
  1808.      EVP_MD_CTX_init(&ctx->i_ctx);
  1809.                          ^
  1810. openssl_missing.c: In function ‘HMAC_CTX_cleanup’:
  1811. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/handlers
  1812. openssl_missing.c:95:27: error: invalid application of ‘sizeof’ to incomplete type ‘HMAC_CTX {aka struct hmac_ctx_st}’
  1813.      memset(ctx, 0, sizeof(HMAC_CTX));
  1814.                            ^~~~~~~~
  1815. In file included from ossl.h:57:0,
  1816.                  from ossl_bio.c:10:
  1817. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1818.  #error "This file is obsolete; please update your software."
  1819.   ^~~~~
  1820. make[2]: *** [Makefile:301: openssl_missing.o] Error 1
  1821. make[2]: *** Waiting for unfinished jobs....
  1822. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.psych.-.visitors.time
  1823. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.psych.-.handlers.time
  1824. In file included from ossl.h:57:0,
  1825.                  from ossl_bn.c:11:
  1826. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1827.  #error "This file is obsolete; please update your software."
  1828.   ^~~~~
  1829. /bin/mkdir -p ../../.ext/.timestamp ../../.ext/common/psych/nodes
  1830. cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych
  1831. exit > ../../.ext/.timestamp/.RUBYLIBDIR.-.psych.-.nodes.time
  1832. cp ../.././ext/psych/lib/psych/class_loader.rb ../../.ext/common/psych
  1833. cp ../.././ext/psych/lib/psych/y.rb ../../.ext/common/psych
  1834. cp ../.././ext/psych/lib/psych/streaming.rb ../../.ext/common/psych
  1835. cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych
  1836. cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych
  1837. In file included from ossl.h:222:0,
  1838.                  from ossl_asn1.c:10:
  1839. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1840.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  1841.                                    ^
  1842. In file included from /usr/local/include/openssl/x509.h:18:0,
  1843.                  from /usr/local/include/openssl/x509v3.h:14,
  1844.                  from ossl.h:58,
  1845.                  from ossl_asn1.c:10:
  1846. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1847.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  1848.       ^
  1849. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1850.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  1851.       ^
  1852. ossl_asn1.c: In function ‘decode_bool’:
  1853. ossl_asn1.c:354:15: warning: implicit declaration of function ‘d2i_ASN1_BOOLEAN’ [-Wimplicit-function-declaration]
  1854.      if((val = d2i_ASN1_BOOLEAN(NULL, &p, length)) < 0)
  1855.                ^~~~~~~~~~~~~~~~
  1856. In file included from ossl.h:57:0,
  1857.                  from ossl_config.c:10:
  1858. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1859.  #error "This file is obsolete; please update your software."
  1860.   ^~~~~
  1861. cp ../.././ext/psych/lib/psych/versions.rb ../../.ext/common/psych
  1862. In file included from ossl.h:57:0,
  1863.                  from ossl_cipher.c:10:
  1864. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1865.  #error "This file is obsolete; please update your software."
  1866.   ^~~~~
  1867. cp ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych
  1868. cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych
  1869. make[2]: *** [Makefile:301: ossl_asn1.o] Error 1
  1870. cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych
  1871. cp ../.././ext/psych/lib/psych/exception.rb ../../.ext/common/psych
  1872. cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych
  1873. In file included from ossl.h:57:0,
  1874.                  from ossl_engine.c:10:
  1875. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1876.  #error "This file is obsolete; please update your software."
  1877.   ^~~~~
  1878. cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych
  1879. cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych
  1880. cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych
  1881. cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych
  1882. In file included from ossl.h:57:0,
  1883.                  from ossl_digest.c:10:
  1884. /usr/local/include/openssl/asn1_mac.h:10:2: error: #error "This file is obsolete; please update your software."
  1885.  #error "This file is obsolete; please update your software."
  1886.   ^~~~~
  1887. cp ../.././ext/psych/lib/psych/syntax_error.rb ../../.ext/common/psych
  1888. cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych
  1889. cp ../.././ext/psych/lib/psych/json/yaml_events.rb ../../.ext/common/psych/json
  1890. cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json
  1891. cp ../.././ext/psych/lib/psych/json/ruby_events.rb ../../.ext/common/psych/json
  1892. cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json
  1893. cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors
  1894. cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors
  1895. cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors
  1896. cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors
  1897. cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors
  1898. cp ../.././ext/psych/lib/psych/visitors/depth_first.rb ../../.ext/common/psych/visitors
  1899. cp ../.././ext/psych/lib/psych/handlers/recorder.rb ../../.ext/common/psych/handlers
  1900. cp ../.././ext/psych/lib/psych/handlers/document_stream.rb ../../.ext/common/psych/handlers
  1901. cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes
  1902. cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes
  1903. cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes
  1904. cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes
  1905. cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes
  1906. cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes
  1907. cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes
  1908. cp ../.././ext/psych/lib/psych.rb ../../.ext/common
  1909. cp ../.././ext/psych/lib/psych_jars.rb ../../.ext/common
  1910. In file included from ossl.h:222:0,
  1911.                  from ossl.c:10:
  1912. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1913.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  1914.                                    ^
  1915. In file included from /usr/local/include/openssl/x509.h:18:0,
  1916.                  from /usr/local/include/openssl/x509v3.h:14,
  1917.                  from ossl.h:58,
  1918.                  from ossl.c:10:
  1919. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1920.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  1921.       ^
  1922. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1923.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  1924.       ^
  1925. ossl.c: In function ‘ossl_verify_cb’:
  1926. ossl.c:220:42: error: dereferencing pointer to incomplete type ‘X509_STORE_CTX {aka struct x509_store_ctx_st}’
  1927.   proc = (VALUE)X509_STORE_get_ex_data(ctx->ctx, ossl_store_ex_verify_cb_idx);
  1928.                                           ^~
  1929. make[2]: *** [Makefile:301: ossl.o] Error 1
  1930. In file included from ossl.h:222:0,
  1931.                  from ossl_bn.c:11:
  1932. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1933.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  1934.                                    ^
  1935. In file included from /usr/local/include/openssl/x509.h:18:0,
  1936.                  from /usr/local/include/openssl/x509v3.h:14,
  1937.                  from ossl.h:58,
  1938.                  from ossl_bn.c:11:
  1939. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1940.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  1941.       ^
  1942. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1943.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  1944.       ^
  1945. ossl_bn.c: In function ‘ossl_bn_size’:
  1946. ossl_bn.c:43:19: error: invalid application of ‘sizeof’ to incomplete type ‘BIGNUM {aka struct bignum_st}’
  1947.      return sizeof(BIGNUM);
  1948.                    ^~~~~~
  1949. In file included from ossl.h:222:0,
  1950.                  from ossl_bio.c:10:
  1951. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  1952.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  1953.                                    ^
  1954. In file included from /usr/local/include/openssl/x509.h:18:0,
  1955.                  from /usr/local/include/openssl/x509v3.h:14,
  1956.                  from ossl.h:58,
  1957.                  from ossl_bio.c:10:
  1958. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1959.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  1960.       ^
  1961. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  1962.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  1963.       ^
  1964. rm -f ../../../.ext/x86_64-linux/json/ext/parser.so
  1965. ossl_bn.c: In function ‘ossl_bn_s_generate_prime’:
  1966. ossl_bn.c:775:5: warning: ‘BN_generate_prime’ is deprecated [-Wdeprecated-declarations]
  1967.      if (!BN_generate_prime(result, num, safe, add, rem, NULL, NULL)) {
  1968.      ^~
  1969. In file included from /usr/local/include/openssl/bn.h:18:0,
  1970.                  from /usr/local/include/openssl/asn1.h:23,
  1971.                  from /usr/local/include/openssl/objects.h:15,
  1972.                  from /usr/local/include/openssl/evp.h:28,
  1973.                  from /usr/local/include/openssl/x509.h:18,
  1974.                  from /usr/local/include/openssl/x509v3.h:14,
  1975.                  from ossl.h:58,
  1976.                  from ossl_bn.c:11:
  1977. /usr/local/include/openssl/bn.h:275:1: note: declared here
  1978.  DEPRECATEDIN_0_9_8(BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
  1979.  ^
  1980. make[2]: *** [Makefile:301: ossl_bio.o] Error 1
  1981. ossl_bn.c: In function ‘ossl_bn_is_prime’:
  1982. ossl_bn.c:940:5: warning: ‘BN_is_prime’ is deprecated [-Wdeprecated-declarations]
  1983.      switch (BN_is_prime(bn, checks, NULL, ossl_bn_ctx, NULL)) {
  1984.      ^~~~~~
  1985. In file included from /usr/local/include/openssl/bn.h:18:0,
  1986.                  from /usr/local/include/openssl/asn1.h:23,
  1987.                  from /usr/local/include/openssl/objects.h:15,
  1988.                  from /usr/local/include/openssl/evp.h:28,
  1989.                  from /usr/local/include/openssl/x509.h:18,
  1990.                  from /usr/local/include/openssl/x509v3.h:14,
  1991.                  from ossl.h:58,
  1992.                  from ossl_bn.c:11:
  1993. /usr/local/include/openssl/bn.h:281:1: note: declared here
  1994.  DEPRECATEDIN_0_9_8(int
  1995.  ^
  1996. ossl_bn.c: In function ‘ossl_bn_is_prime_fasttest’:
  1997. ossl_bn.c:979:5: warning: ‘BN_is_prime_fasttest’ is deprecated [-Wdeprecated-declarations]
  1998.      switch (BN_is_prime_fasttest(bn, checks, NULL, ossl_bn_ctx, NULL, do_trial_division)) {
  1999.      ^~~~~~
  2000. In file included from /usr/local/include/openssl/bn.h:18:0,
  2001.                  from /usr/local/include/openssl/asn1.h:23,
  2002.                  from /usr/local/include/openssl/objects.h:15,
  2003.                  from /usr/local/include/openssl/evp.h:28,
  2004.                  from /usr/local/include/openssl/x509.h:18,
  2005.                  from /usr/local/include/openssl/x509v3.h:14,
  2006.                  from ossl.h:58,
  2007.                  from ossl_bn.c:11:
  2008. /usr/local/include/openssl/bn.h:285:1: note: declared here
  2009.  DEPRECATEDIN_0_9_8(int
  2010.  ^
  2011. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2012. make[2]: *** [Makefile:301: ossl_bn.o] Error 1
  2013. In file included from ossl.h:222:0,
  2014.                  from ossl_cipher.c:10:
  2015. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  2016.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  2017.                                    ^
  2018. In file included from /usr/local/include/openssl/x509.h:18:0,
  2019.                  from /usr/local/include/openssl/x509v3.h:14,
  2020.                  from ossl.h:58,
  2021.                  from ossl_cipher.c:10:
  2022. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2023.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  2024.       ^
  2025. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2026.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  2027.       ^
  2028. In file included from ../.././include/ruby.h:33:0,
  2029.                  from ossl.h:30,
  2030.                  from ossl_cipher.c:10:
  2031. ossl_cipher.c: In function ‘ossl_cipher_new’:
  2032. In file included from ossl.h:222:0,
  2033.                  from ossl_config.c:10:
  2034. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  2035.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  2036.                                    ^
  2037. ossl_cipher.c:17:37: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
  2038.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2039.                                      ^
  2040. ../.././include/ruby/ruby.h:1599:61: note: in definition of macro ‘RB_ZALLOC_N’
  2041.  #define RB_ZALLOC_N(type,n) ((type*)ruby_xcalloc((n),sizeof(type)))
  2042.                                                              ^~~~
  2043. ../.././include/ruby/ruby.h:1606:22: note: in expansion of macro ‘RB_ZALLOC’
  2044.  #define ZALLOC(type) RB_ZALLOC(type)
  2045.                       ^~~~~~~~~
  2046. ossl_cipher.c:17:30: note: in expansion of macro ‘ZALLOC’
  2047.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2048.                               ^~~~~~
  2049. ossl_cipher.c:70:5: note: in expansion of macro ‘AllocCipher’
  2050.      AllocCipher(ret, ctx);
  2051.      ^~~~~~~~~~~
  2052. ossl_cipher.c: In function ‘ossl_cipher_memsize’:
  2053. ossl_cipher.c:95:19: error: dereferencing pointer to incomplete type ‘EVP_CIPHER_CTX {aka const struct evp_cipher_ctx_st}’
  2054.      return sizeof(*ctx);
  2055.                    ^~~~
  2056. In file included from ../.././include/ruby.h:33:0,
  2057.                  from ossl.h:30,
  2058.                  from ossl_cipher.c:10:
  2059. ossl_cipher.c: In function ‘ossl_cipher_initialize’:
  2060. ossl_cipher.c:17:37: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
  2061.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2062.                                      ^
  2063. ../.././include/ruby/ruby.h:1599:61: note: in definition of macro ‘RB_ZALLOC_N’
  2064.  #define RB_ZALLOC_N(type,n) ((type*)ruby_xcalloc((n),sizeof(type)))
  2065.                                                              ^~~~
  2066. ../.././include/ruby/ruby.h:1606:22: note: in expansion of macro ‘RB_ZALLOC’
  2067.  #define ZALLOC(type) RB_ZALLOC(type)
  2068.                       ^~~~~~~~~
  2069. ossl_cipher.c:17:30: note: in expansion of macro ‘ZALLOC’
  2070.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2071.                               ^~~~~~
  2072. ossl_cipher.c:124:5: note: in expansion of macro ‘AllocCipher’
  2073.      AllocCipher(self, ctx);
  2074.      ^~~~~~~~~~~
  2075. ossl_cipher.c: In function ‘ossl_cipher_copy’:
  2076. ossl_cipher.c:17:37: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}’
  2077.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2078.                                      ^
  2079. ../.././include/ruby/ruby.h:1599:61: note: in definition of macro ‘RB_ZALLOC_N’
  2080.  #define RB_ZALLOC_N(type,n) ((type*)ruby_xcalloc((n),sizeof(type)))
  2081.                                                              ^~~~
  2082. ../.././include/ruby/ruby.h:1606:22: note: in expansion of macro ‘RB_ZALLOC’
  2083.  #define ZALLOC(type) RB_ZALLOC(type)
  2084.                       ^~~~~~~~~
  2085. ossl_cipher.c:17:30: note: in expansion of macro ‘ZALLOC’
  2086.      (DATA_PTR(obj) = (ctx) = ZALLOC(EVP_CIPHER_CTX))
  2087.                               ^~~~~~
  2088. ossl_cipher.c:145:2: note: in expansion of macro ‘AllocCipher’
  2089.   AllocCipher(self, ctx1);
  2090.   ^~~~~~~~~~~
  2091. In file included from ossl.h:222:0,
  2092.                  from ossl_digest.c:10:
  2093. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  2094.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  2095.                                    ^
  2096. In file included from /usr/local/include/openssl/x509.h:18:0,
  2097.                  from /usr/local/include/openssl/x509v3.h:14,
  2098.                  from ossl.h:58,
  2099.                  from ossl_config.c:10:
  2100. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2101.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  2102.       ^
  2103. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2104.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  2105.       ^
  2106. In file included from ossl.h:222:0,
  2107.                  from ossl_engine.c:10:
  2108. openssl_missing.h:78:35: error: macro "EVP_MD_CTX_create" passed 1 arguments, but takes just 0
  2109.  EVP_MD_CTX *EVP_MD_CTX_create(void);
  2110.                                    ^
  2111. In file included from /usr/local/include/openssl/x509.h:18:0,
  2112.                  from /usr/local/include/openssl/x509v3.h:14,
  2113.                  from ossl.h:58,
  2114.                  from ossl_engine.c:10:
  2115. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2116.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  2117.       ^
  2118. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2119.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  2120.       ^
  2121. In file included from /usr/local/include/openssl/x509.h:18:0,
  2122.                  from /usr/local/include/openssl/x509v3.h:14,
  2123.                  from ossl.h:58,
  2124.                  from ossl_digest.c:10:
  2125. openssl_missing.h:82:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2126.  void EVP_MD_CTX_init(EVP_MD_CTX *ctx);
  2127.       ^
  2128. openssl_missing.h:90:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
  2129.  void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx);
  2130.       ^
  2131. make[2]: *** [Makefile:301: ossl_config.o] Error 1
  2132. make[2]: *** [Makefile:301: ossl_engine.o] Error 1
  2133. rm -f ../../.ext/x86_64-linux/psych.so
  2134. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/psych.so psych.o psych_emitter.o psych_parser.o psych_to_ruby.o psych_yaml_tree.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23 -lyaml  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2135. make[2]: *** [Makefile:301: ossl_digest.o] Error 1
  2136. make[2]: *** [Makefile:301: ossl_cipher.o] Error 1
  2137. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/openssl'
  2138. make[1]: *** [exts.mk:220: ext/openssl/all] Error 2
  2139. make[1]: *** Waiting for unfinished jobs....
  2140. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/json/parser'
  2141. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/psych'
  2142. rm -f ../../../.ext/x86_64-linux/json/ext/generator.so
  2143. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2144. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/json/generator'
  2145. rm -f ../../.ext/x86_64-linux/objspace.so
  2146. x86_64-pc-linux-gnu-gcc -shared -o ../../.ext/x86_64-linux/objspace.so object_tracing.o objspace.o objspace_dump.o -L. -L../.. -L. -Wl,-O1 -Wl,--as-needed -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,--no-undefined    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2147. rm -f ../../.ext/x86_64-linux/pathname.so
  2148. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2149. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/objspace'
  2150. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/pathname'
  2151. rm -f ../../.ext/x86_64-linux/bigdecimal.so
  2152. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2153. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/bigdecimal'
  2154. rm -f ../../.ext/x86_64-linux/nkf.so
  2155. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2156. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/nkf'
  2157. rm -f ../../.ext/x86_64-linux/date_core.so
  2158. 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    -lruby23  -lpthread -lgmp -ldl -lcrypt -lm   -lc
  2159. make[2]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7/ext/date'
  2160. make[1]: Leaving directory '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  2161. make: *** [uncommon.mk:203: build-ext] Error 2
  2162.  * ERROR: dev-lang/ruby-2.3.7::gentoo failed (compile phase):
  2163.  *   emake failed
  2164.  *
  2165.  * If you need support, post the output of `emerge --info '=dev-lang/ruby-2.3.7::gentoo'`,
  2166.  * the complete build log and the output of `emerge -pqv '=dev-lang/ruby-2.3.7::gentoo'`.
  2167.  * The complete build log is located at '/var/tmp/portage/dev-lang/ruby-2.3.7/temp/build.log'.
  2168.  * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ruby-2.3.7/temp/environment'.
  2169.  * Working directory: '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
  2170.  * S: '/var/tmp/portage/dev-lang/ruby-2.3.7/work/ruby-2.3.7'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement