Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 80.47 KB | None | 0 0
  1. $ ./configure && make && make install
  2. checking for ruby... false
  3. checking build system type... x86_64-pc-linux-gnu
  4. checking host system type... x86_64-pc-linux-gnu
  5. checking target system type... x86_64-pc-linux-gnu
  6. checking for gcc... gcc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gcc option to accept ISO C89... none needed
  15. checking for g++... g++
  16. checking whether we are using the GNU C++ compiler... yes
  17. checking whether g++ accepts -g... yes
  18. checking how to run the C preprocessor... gcc -E
  19. checking for grep that handles long lines and -e... /bin/grep
  20. checking for egrep... /bin/grep -E
  21. checking whether gcc needs -traditional... no
  22. checking for ld... ld
  23. checking whether the linker is GNU ld... yes
  24. checking whether gcc -E accepts -o... yes
  25. checking for ranlib... ranlib
  26. checking for ar... ar
  27. checking for as... as
  28. checking for objdump... objdump
  29. checking for objcopy... objcopy
  30. checking for nm... nm
  31. checking whether ln -s works... yes
  32. checking whether make sets $(MAKE)... yes
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for dtrace... no
  36. checking for dot... dot
  37. checking for doxygen... doxygen
  38. checking for pkg-config... pkg-config
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking minix/config.h usability... no
  50. checking minix/config.h presence... no
  51. checking for minix/config.h... no
  52. checking whether it is safe to define __EXTENSIONS__... yes
  53. checking for cd using physical directory... cd -P
  54. checking whether CFLAGS is valid... yes
  55. checking whether LDFLAGS is valid... yes
  56. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  57. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  58. checking whether -Wno-long-long is accepted as CFLAGS... yes
  59. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  60. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  61. checking whether -Wunused-variable is accepted as CFLAGS... yes
  62. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  63. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  64. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  65. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  66. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  67. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  68. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  69. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  70. checking whether -Wextra-tokens is accepted as CFLAGS... no
  71. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  72. checking whether -Qunused-arguments is accepted as CFLAGS... no
  73. checking whether INFINITY is available without C99 option... yes
  74. checking whether NAN is available without C99 option... yes
  75. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  76. checking whether -fstack-protector is accepted as CFLAGS... yes
  77. checking whether -fstack-protector is accepted as LDFLAGS... yes
  78. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  79. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  80. checking whether -ggdb3 is accepted as CFLAGS... yes
  81. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  82. checking whether -fno-fast-math is accepted as CFLAGS... yes
  83. checking whether -fp-model precise is accepted as CFLAGS... no
  84. checking for crypt in -lcrypt... yes
  85. checking for dlopen in -ldl... yes
  86. checking for shl_load in -ldld... no
  87. checking for shutdown in -lsocket... no
  88. checking for dirent.h that defines DIR... yes
  89. checking for library containing opendir... none required
  90. checking for stdbool.h that conforms to C99... yes
  91. checking for _Bool... yes
  92. checking for sys/wait.h that is POSIX.1 compatible... yes
  93. checking a.out.h usability... yes
  94. checking a.out.h presence... yes
  95. checking for a.out.h... yes
  96. checking atomic.h usability... no
  97. checking atomic.h presence... no
  98. checking for atomic.h... no
  99. checking direct.h usability... no
  100. checking direct.h presence... no
  101. checking for direct.h... no
  102. checking grp.h usability... yes
  103. checking grp.h presence... yes
  104. checking for grp.h... yes
  105. checking fcntl.h usability... yes
  106. checking fcntl.h presence... yes
  107. checking for fcntl.h... yes
  108. checking float.h usability... yes
  109. checking float.h presence... yes
  110. checking for float.h... yes
  111. checking ieeefp.h usability... no
  112. checking ieeefp.h presence... no
  113. checking for ieeefp.h... no
  114. checking intrinsics.h usability... no
  115. checking intrinsics.h presence... no
  116. checking for intrinsics.h... no
  117. checking langinfo.h usability... yes
  118. checking langinfo.h presence... yes
  119. checking for langinfo.h... yes
  120. checking limits.h usability... yes
  121. checking limits.h presence... yes
  122. checking for limits.h... yes
  123. checking locale.h usability... yes
  124. checking locale.h presence... yes
  125. checking for locale.h... yes
  126. checking malloc.h usability... yes
  127. checking malloc.h presence... yes
  128. checking for malloc.h... yes
  129. checking malloc/malloc.h usability... no
  130. checking malloc/malloc.h presence... no
  131. checking for malloc/malloc.h... no
  132. checking malloc_np.h usability... no
  133. checking malloc_np.h presence... no
  134. checking for malloc_np.h... no
  135. checking net/socket.h usability... no
  136. checking net/socket.h presence... no
  137. checking for net/socket.h... no
  138. checking process.h usability... no
  139. checking process.h presence... no
  140. checking for process.h... no
  141. checking pwd.h usability... yes
  142. checking pwd.h presence... yes
  143. checking for pwd.h... yes
  144. checking setjmpex.h usability... no
  145. checking setjmpex.h presence... no
  146. checking for setjmpex.h... no
  147. checking sys/attr.h usability... no
  148. checking sys/attr.h presence... no
  149. checking for sys/attr.h... no
  150. checking sys/fcntl.h usability... yes
  151. checking sys/fcntl.h presence... yes
  152. checking for sys/fcntl.h... yes
  153. checking sys/file.h usability... yes
  154. checking sys/file.h presence... yes
  155. checking for sys/file.h... yes
  156. checking sys/id.h usability... no
  157. checking sys/id.h presence... no
  158. checking for sys/id.h... no
  159. checking sys/ioctl.h usability... yes
  160. checking sys/ioctl.h presence... yes
  161. checking for sys/ioctl.h... yes
  162. checking sys/mkdev.h usability... no
  163. checking sys/mkdev.h presence... no
  164. checking for sys/mkdev.h... no
  165. checking sys/param.h usability... yes
  166. checking sys/param.h presence... yes
  167. checking for sys/param.h... yes
  168. checking sys/prctl.h usability... yes
  169. checking sys/prctl.h presence... yes
  170. checking for sys/prctl.h... yes
  171. checking sys/resource.h usability... yes
  172. checking sys/resource.h presence... yes
  173. checking for sys/resource.h... yes
  174. checking sys/select.h usability... yes
  175. checking sys/select.h presence... yes
  176. checking for sys/select.h... yes
  177. checking sys/sendfile.h usability... yes
  178. checking sys/sendfile.h presence... yes
  179. checking for sys/sendfile.h... yes
  180. checking sys/socket.h usability... yes
  181. checking sys/socket.h presence... yes
  182. checking for sys/socket.h... yes
  183. checking sys/syscall.h usability... yes
  184. checking sys/syscall.h presence... yes
  185. checking for sys/syscall.h... yes
  186. checking sys/time.h usability... yes
  187. checking sys/time.h presence... yes
  188. checking for sys/time.h... yes
  189. checking sys/times.h usability... yes
  190. checking sys/times.h presence... yes
  191. checking for sys/times.h... yes
  192. checking sys/uio.h usability... yes
  193. checking sys/uio.h presence... yes
  194. checking for sys/uio.h... yes
  195. checking sys/utime.h usability... no
  196. checking sys/utime.h presence... no
  197. checking for sys/utime.h... no
  198. checking syscall.h usability... yes
  199. checking syscall.h presence... yes
  200. checking for syscall.h... yes
  201. checking time.h usability... yes
  202. checking time.h presence... yes
  203. checking for time.h... yes
  204. checking ucontext.h usability... yes
  205. checking ucontext.h presence... yes
  206. checking for ucontext.h... yes
  207. checking utime.h usability... yes
  208. checking utime.h presence... yes
  209. checking for utime.h... yes
  210. checking gmp.h usability... yes
  211. checking gmp.h presence... yes
  212. checking for gmp.h... yes
  213. checking for __gmpz_init in -lgmp... yes
  214. checking for special C compiler options needed for large files... no
  215. checking for _FILE_OFFSET_BITS value needed for large files... no
  216. checking whether byte ordering is bigendian... no
  217. checking for an ANSI C-conforming const... yes
  218. checking whether char is unsigned... no
  219. checking for inline... inline
  220. checking for working volatile... yes
  221. checking for typeof syntax and keyword spelling... __typeof__
  222. checking for long long... yes
  223. checking for off_t... yes
  224. checking char bit... 8
  225. checking size of int... 4
  226. checking size of short... 2
  227. checking size of long... 8
  228. checking size of long long... 8
  229. checking size of __int64... 0
  230. checking size of off_t... 8
  231. checking size of void*... 8
  232. checking size of float... 4
  233. checking size of double... 8
  234. checking size of time_t... 8
  235. checking size of clock_t... 8
  236. checking packed struct attribute... x __attribute__((packed))
  237. checking for printf prefix for long long... ll
  238. checking for pid_t... yes
  239. checking for convertible type of pid_t... INT
  240. checking for uid_t... yes
  241. checking for convertible type of uid_t... UINT
  242. checking for gid_t... yes
  243. checking for convertible type of gid_t... UINT
  244. checking for time_t... yes
  245. checking for convertible type of time_t... LONG
  246. checking for dev_t... yes
  247. checking for convertible type of dev_t... ULONG
  248. checking for mode_t... yes
  249. checking for convertible type of mode_t... UINT
  250. checking for rlim_t... yes
  251. checking for convertible type of rlim_t... ULONG
  252. checking for off_t... (cached) yes
  253. checking for convertible type of off_t... LONG
  254. checking for clockid_t... yes
  255. checking for convertible type of clockid_t... INT
  256. checking for prototypes... yes
  257. checking token paste string... ansi
  258. checking stringization... #expr
  259. checking string literal concatenation... yes
  260. checking for variable length prototypes and stdarg.h... yes
  261. checking for variable length macro... yes
  262. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  263. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  264. checking for DEPRECATED_BY function attribute... x
  265. checking for DEPRECATED_TYPE type attribute... __attribute__ ((deprecated mesg)) x
  266. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  267. checking for WEAK function attribute... __attribute__ ((weak)) x
  268. checking for stdcall function attribute... x
  269. checking for cdecl function attribute... x
  270. checking for fastcall function attribute... x
  271. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((optimize("O0"))) x
  272. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  273. checking for function alias... alias
  274. checking for __atomic builtins... no
  275. checking for __sync builtins... yes
  276. checking for __builtin_unreachable... yes
  277. checking for exported function attribute... __attribute__ ((visibility("default")))
  278. checking for function name string predefined identifier... __func__
  279. checking if enum over int is allowed... yes
  280. checking whether sys_nerr is declared... yes
  281. checking whether getenv is declared... yes
  282. checking for size_t... yes
  283. checking size of size_t... 8
  284. checking size of ptrdiff_t... 8
  285. checking for printf prefix for size_t... z
  286. checking for printf prefix for ptrdiff_t... t
  287. checking for struct stat.st_blksize... yes
  288. checking for struct stat.st_blocks... yes
  289. checking for struct stat.st_rdev... yes
  290. checking size of struct stat.st_size... SIZEOF_OFF_T
  291. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  292. checking size of struct stat.st_ino... SIZEOF_LONG
  293. checking for struct stat.st_atim... yes
  294. checking for struct stat.st_atimespec... no
  295. checking for struct stat.st_atimensec... no
  296. checking for struct stat.st_mtim... yes
  297. checking for struct stat.st_mtimespec... no
  298. checking for struct stat.st_mtimensec... no
  299. checking for struct stat.st_ctim... yes
  300. checking for struct stat.st_ctimespec... no
  301. checking for struct stat.st_ctimensec... no
  302. checking for struct stat.st_birthtimespec... no
  303. checking for struct timeval... yes
  304. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  305. checking for struct timespec... yes
  306. checking for struct timezone... yes
  307. checking for clockid_t... (cached) yes
  308. checking for fd_mask... yes
  309. checking for int8_t... yes
  310. checking size of int8_t... 1
  311. checking for uint8_t... yes
  312. checking size of uint8_t... 1
  313. checking for int16_t... yes
  314. checking size of int16_t... 2
  315. checking for uint16_t... yes
  316. checking size of uint16_t... 2
  317. checking for int32_t... yes
  318. checking size of int32_t... 4
  319. checking for uint32_t... yes
  320. checking size of uint32_t... 4
  321. checking for int64_t... yes
  322. checking size of int64_t... 8
  323. checking for uint64_t... yes
  324. checking size of uint64_t... 8
  325. checking for intptr_t... yes
  326. checking size of intptr_t... 8
  327. checking for uintptr_t... yes
  328. checking size of uintptr_t... 8
  329. checking for ssize_t... yes
  330. checking size of ssize_t... 8
  331. checking for stack end address... __libc_stack_end
  332. checking for uid_t in sys/types.h... (cached) yes
  333. checking type of array argument to getgroups... gid_t
  334. checking return type of signal handlers... void
  335. checking for working alloca.h... yes
  336. checking for alloca... yes
  337. checking for dynamic size alloca... ok
  338. checking for working memcmp... yes
  339. checking for broken erfc of glibc-2.3.6 on IA64... no
  340. checking for acosh... yes
  341. checking for cbrt... yes
  342. checking for crypt... yes
  343. checking for dup2... yes
  344. checking for erf... yes
  345. checking for explicit_bzero... no
  346. checking for ffs... yes
  347. checking for finite... yes
  348. checking for flock... yes
  349. checking for hypot... yes
  350. checking for isinf... yes
  351. checking for isnan... yes
  352. checking for lgamma_r... yes
  353. checking for memmove... yes
  354. checking for nextafter... yes
  355. checking for setproctitle... no
  356. checking for strchr... yes
  357. checking for strerror... yes
  358. checking for strlcat... no
  359. checking for strlcpy... no
  360. checking for strstr... yes
  361. checking for tgamma... yes
  362. checking sys/pstat.h usability... no
  363. checking sys/pstat.h presence... no
  364. checking for sys/pstat.h... no
  365. checking for signbit... yes
  366. checking for broken memmem... no
  367. checking for pid_t... (cached) yes
  368. checking vfork.h usability... no
  369. checking vfork.h presence... no
  370. checking for vfork.h... no
  371. checking for fork... yes
  372. checking for vfork... yes
  373. checking for working fork... yes
  374. checking for working vfork... (cached) yes
  375. checking for __syscall... no
  376. checking for _longjmp... yes
  377. checking for _setjmp... yes
  378. checking for _setjmpex... no
  379. checking for atan2l... yes
  380. checking for atan2f... yes
  381. checking for chroot... yes
  382. checking for chsize... no
  383. checking for clock_gettime... no
  384. checking for cosh... yes
  385. checking for daemon... (cached) no
  386. checking for dirfd... yes
  387. checking for dl_iterate_phdr... yes
  388. checking for dlopen... yes
  389. checking for dladdr... yes
  390. checking for dup... yes
  391. checking for dup3... yes
  392. checking for eaccess... yes
  393. checking for endgrent... yes
  394. checking for fchmod... yes
  395. checking for fchown... yes
  396. checking for fcntl... yes
  397. checking for fdatasync... yes
  398. checking for fgetattrlist... no
  399. checking for fmod... yes
  400. checking for fsync... yes
  401. checking for ftruncate... yes
  402. checking for ftruncate64... yes
  403. checking for getattrlist... no
  404. checking for getcwd... yes
  405. checking for getgidx... no
  406. checking for getgrnam... yes
  407. checking for getgrnam_r... yes
  408. checking for getgroups... yes
  409. checking for getpgid... yes
  410. checking for getpgrp... yes
  411. checking for getpriority... yes
  412. checking for getpwnam_r... yes
  413. checking for getresgid... yes
  414. checking for getresuid... yes
  415. checking for getrlimit... yes
  416. checking for getsid... yes
  417. checking for gettimeofday... yes
  418. checking for getuidx... no
  419. checking for gmtime_r... yes
  420. checking for initgroups... yes
  421. checking for ioctl... yes
  422. checking for isfinite... no
  423. checking for issetugid... no
  424. checking for killpg... yes
  425. checking for lchmod... no
  426. checking for lchown... yes
  427. checking for link... yes
  428. checking for llabs... yes
  429. checking for lockf... yes
  430. checking for log2... yes
  431. checking for lstat... yes
  432. checking for malloc_usable_size... yes
  433. checking for malloc_size... no
  434. checking for mblen... yes
  435. checking for memalign... yes
  436. checking for memset_s... no
  437. checking for writev... yes
  438. checking for memrchr... yes
  439. checking for memmem... yes
  440. checking for mkfifo... yes
  441. checking for mknod... yes
  442. checking for mktime... yes
  443. checking for pipe2... yes
  444. checking for poll... yes
  445. checking for posix_fadvise... yes
  446. checking for posix_memalign... yes
  447. checking for ppoll... yes
  448. checking for pread... yes
  449. checking for qsort_r... yes
  450. checking for readlink... yes
  451. checking for round... yes
  452. checking for sched_getaffinity... yes
  453. checking for seekdir... yes
  454. checking for select_large_fdset... no
  455. checking for sendfile... yes
  456. checking for setegid... yes
  457. checking for setenv... yes
  458. checking for seteuid... yes
  459. checking for setgid... yes
  460. checking for setgroups... yes
  461. checking for setpgid... yes
  462. checking for setpgrp... yes
  463. checking for setregid... yes
  464. checking for setresgid... yes
  465. checking for setresuid... yes
  466. checking for setreuid... yes
  467. checking for setrgid... no
  468. checking for setrlimit... yes
  469. checking for setruid... no
  470. checking for setsid... yes
  471. checking for setuid... yes
  472. checking for shutdown... yes
  473. checking for sigaction... yes
  474. checking for sigaltstack... yes
  475. checking for sigprocmask... yes
  476. checking for sinh... yes
  477. checking for spawnv... no
  478. checking for symlink... yes
  479. checking for syscall... yes
  480. checking for sysconf... yes
  481. checking for tanh... yes
  482. checking for telldir... yes
  483. checking for timegm... yes
  484. checking for times... yes
  485. checking for truncate... yes
  486. checking for truncate64... yes
  487. checking for unsetenv... yes
  488. checking for utimensat... yes
  489. checking for utimes... yes
  490. checking for wait4... yes
  491. checking for waitpid... yes
  492. checking if getcwd allocates buffer if NULL is given... yes
  493. checking for __builtin_bswap16... no
  494. checking for __builtin_bswap32... yes
  495. checking for __builtin_bswap64... yes
  496. checking for __builtin_clz... yes
  497. checking for __builtin_clzl... yes
  498. checking for __builtin_clzll... yes
  499. checking for __builtin_choose_expr... yes
  500. checking for __builtin_choose_expr_constant_p... no
  501. checking for __builtin_types_compatible_p... yes
  502. checking whether qsort_r is GNU version... yes
  503. checking whether qsort_r is BSD version... no
  504. checking whether atan2 handles Inf as C99... yes
  505. checking whether lgamma_r handles -0.0... yes
  506. checking for clock_gettime in -lrt... yes
  507. checking for clock_getres... yes
  508. checking for unsetenv returns a value... yes
  509. checking for sigsetjmp as a macro or function... yes
  510. checking whether struct tm is in sys/time.h or time.h... time.h
  511. checking for struct tm.tm_zone... yes
  512. checking for struct tm.tm_gmtoff... yes
  513. checking for external int daylight... yes
  514. checking for external timezone... long
  515. checking for external altzone... no
  516. checking for timezone... yes
  517. checking whether timezone requires zero arguments... yes
  518. checking for negative time_t for gmtime(3)... yes
  519. checking for localtime(3) overflow correctly... yes
  520. checking whether right shift preserve sign bit... yes
  521. checking whether _SC_CLK_TCK is supported... yes
  522. checking stack growing direction on x86_64... -1
  523. checking for pthread_kill in -lthr... no
  524. checking for pthread_kill in -lpthread... yes
  525. checking for pthread_np.h... no
  526. checking whether pthread_t is scalar type... yes
  527. checking for sched_yield... yes
  528. checking for pthread_attr_setinheritsched... yes
  529. checking for pthread_attr_get_np... no
  530. checking for pthread_attr_getstack... yes
  531. checking for pthread_get_stackaddr_np... no
  532. checking for pthread_get_stacksize_np... no
  533. checking for thr_stksegment... no
  534. checking for pthread_stackseg_np... no
  535. checking for pthread_getthrds_np... no
  536. checking for pthread_cond_init... yes
  537. checking for pthread_condattr_setclock... yes
  538. checking for pthread_condattr_init... yes
  539. checking for pthread_sigmask... yes
  540. checking for pthread_setname_np... yes
  541. checking for pthread_set_name_np... no
  542. checking for pthread_getattr_np... yes
  543. checking for pthread_attr_init... yes
  544. checking arguments of pthread_setname_np... (pthread_self(), name)
  545. checking if mcontext_t is a pointer... no
  546. checking for getcontext... yes
  547. checking for setcontext... yes
  548. checking if fork works with pthread... yes
  549. checking whether ELF binaries are produced... yes
  550. checking elf.h usability... yes
  551. checking elf.h presence... yes
  552. checking for elf.h... yes
  553. checking elf_abi.h usability... no
  554. checking elf_abi.h presence... no
  555. checking for elf_abi.h... no
  556. checking whether OS depend dynamic link works... yes
  557. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  558. checking for backtrace... yes
  559. checking for broken backtrace... no
  560. checking valgrind/memcheck.h usability... no
  561. checking valgrind/memcheck.h presence... no
  562. checking for valgrind/memcheck.h... no
  563. checking for strip... strip
  564. checking whether -fPIE is accepted as CFLAGS... yes
  565. checking whether -pie is accepted as LDFLAGS... yes
  566. checking whether wrapper for LD_LIBRARY_PATH is needed... no
  567. checking for __builtin_setjmp... yes with cast ()
  568. checking for setjmp type... __builtin_setjmp
  569. checking for prefix of external symbols... NONE
  570. checking pthread.h usability... yes
  571. checking pthread.h presence... yes
  572. checking for pthread.h... yes
  573. checking if make is GNU make... yes
  574. checking for nroff... /usr/bin/nroff
  575. .ext/include/x86_64-linux/ruby/config.h updated
  576. configure: ruby library version = 2.3.0
  577. configure: creating ./config.status
  578. config.status: creating GNUmakefile
  579. config.status: creating Makefile
  580. config.status: creating ruby-2.3.pc
  581.  
  582. real    0m21.037s
  583. user    0m10.392s
  584. sys 0m7.142s
  585.     CC = gcc
  586.     LD = ld
  587.     LDSHARED = gcc -shared
  588.     CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -std=iso9899:1999
  589.     XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  590.     CPPFLAGS =   -I. -I.ext/include/x86_64-linux -I./include -I.
  591.     DLDFLAGS = -fstack-protector -pie
  592.     SOLIBS = -lgmp
  593. Using built-in specs.
  594. Target: x86_64-redhat-linux
  595. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  596. Thread model: posix
  597. gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
  598. copying dummy probes.h
  599. compiling main.c
  600. compiling dmydln.c
  601. compiling miniinit.c
  602. compiling dmyext.c
  603. compiling miniprelude.c
  604. compiling array.c
  605. compiling bignum.c
  606. compiling class.c
  607. compiling compar.c
  608. compiling complex.c
  609. compiling dir.c
  610. compiling dln_find.c
  611. compiling encoding.c
  612. compiling enum.c
  613. compiling enumerator.c
  614. compiling error.c
  615. compiling eval.c
  616. eval.c: In function ‘ruby_setup’:
  617. eval.c:58: warning: ‘_th’ may be used uninitialized in this function
  618. eval.c: In function ‘setup_exception’:
  619. eval.c:543: warning: ‘_th’ may be used uninitialized in this function
  620. eval.c:515: warning: ‘_th’ may be used uninitialized in this function
  621. eval.c: In function ‘ruby_options’:
  622. eval.c:101: warning: ‘_th’ may be used uninitialized in this function
  623. In file included from eval.c:35:
  624. eval_jump.c: In function ‘rb_exec_end_proc’:
  625. eval_jump.c:121: warning: ‘_th’ may be used uninitialized in this function
  626. eval_jump.c:118: warning: ‘th’ may be used uninitialized in this function
  627. eval.c: In function ‘ruby_cleanup’:
  628. eval.c:179: warning: ‘_th’ may be used uninitialized in this function
  629. eval.c:189: warning: ‘_th’ may be used uninitialized in this function
  630. eval.c:169: warning: ‘_th’ may be used uninitialized in this function
  631. compiling load.c
  632. load.c: In function ‘rb_load_internal0’:
  633. load.c:604: warning: ‘_th’ may be used uninitialized in this function
  634. compiling proc.c
  635. proc.c: In function ‘rb_method_call_with_block’:
  636. proc.c:1983: warning: ‘_th’ may be used uninitialized in this function
  637. proc.c:1975: warning: ‘data’ may be used uninitialized in this function
  638. compiling file.c
  639. compiling gc.c
  640. compiling hash.c
  641. compiling inits.c
  642. compiling io.c
  643. compiling marshal.c
  644. compiling math.c
  645. compiling node.c
  646. compiling numeric.c
  647. compiling object.c
  648. compiling pack.c
  649. compiling parse.c
  650. compiling process.c
  651. compiling random.c
  652. compiling range.c
  653. compiling rational.c
  654. compiling re.c
  655. compiling regcomp.c
  656. compiling regenc.c
  657. compiling regerror.c
  658. compiling regexec.c
  659. compiling regparse.c
  660. compiling regsyntax.c
  661. compiling ruby.c
  662. compiling safe.c
  663. compiling signal.c
  664. compiling sprintf.c
  665. In file included from sprintf.c:1278:
  666. vsnprintf.c: In function ‘BSD_vfprintf’:
  667. vsnprintf.c:828: warning: comparison of unsigned expression < 0 is always false
  668. compiling st.c
  669. compiling strftime.c
  670. compiling string.c
  671. string.c: In function ‘rb_fstring_new’:
  672. string.c:339: warning: dereferencing pointer ‘fake_str.91’ does break strict-aliasing rules
  673. string.c:339: note: initialized from here
  674. string.c: In function ‘rb_fstring_cstr’:
  675. string.c:339: warning: dereferencing pointer ‘fake_str.91’ does break strict-aliasing rules
  676. string.c:339: note: initialized from here
  677. compiling struct.c
  678. compiling symbol.c
  679. compiling time.c
  680. compiling transcode.c
  681. compiling util.c
  682. compiling variable.c
  683. compiling version.c
  684. compiling compile.c
  685. compiling debug.c
  686. compiling iseq.c
  687. iseq.c: In function ‘rb_iseq_compile_with_option’:
  688. iseq.c:609: warning: ‘label’ may be used uninitialized in this function
  689. iseq.c:610: warning: ‘type’ may be used uninitialized in this function
  690. iseq.c:611: warning: ‘parse’ may be used uninitialized in this function
  691. iseq.c:612: warning: ‘ln’ may be used uninitialized in this function
  692. iseq.c:635: warning: ‘_th’ may be used uninitialized in this function
  693. compiling vm.c
  694. In file included from vm.c:206:
  695. vm_eval.c: In function ‘eval_string_with_cref’:
  696. vm_eval.c:1285: warning: ‘_th’ may be used uninitialized in this function
  697. vm_eval.c: In function ‘rb_eval_cmd’:
  698. vm_eval.c:1571: warning: ‘_th’ may be used uninitialized in this function
  699. vm_eval.c:1556: warning: ‘_th’ may be used uninitialized in this function
  700. compiling vm_dump.c
  701. compiling vm_backtrace.c
  702. vm_backtrace.c: In function ‘rb_debug_inspector_open’:
  703. vm_backtrace.c:1185: warning: ‘_th’ may be used uninitialized in this function
  704. compiling vm_trace.c
  705. vm_trace.c: In function ‘rb_suppress_tracing’:
  706. vm_trace.c:405: warning: ‘_th’ may be used uninitialized in this function
  707. vm_trace.c: In function ‘exec_hooks_protected’:
  708. vm_trace.c:296: warning: ‘_th’ may be used uninitialized in this function
  709. compiling thread.c
  710. thread.c: In function ‘exec_recursive’:
  711. thread.c:4486: warning: ‘_th’ may be used uninitialized in this function
  712. thread.c:4451: warning: ‘sym’ may be used uninitialized in this function
  713. thread.c: In function ‘rb_thread_s_handle_interrupt’:
  714. thread.c:1841: warning: ‘_th’ may be used uninitialized in this function
  715. thread.c: In function ‘thread_start_func_2’:
  716. thread.c:582: warning: ‘_th’ may be used uninitialized in this function
  717. thread.c: In function ‘rb_thread_terminate_all’:
  718. thread.c:481: warning: ‘_th’ may be used uninitialized in this function
  719. compiling cont.c
  720. cont.c: In function ‘cont_capture’:
  721. cont.c:484: warning: ‘cont’ may be used uninitialized in this function
  722. compiling enc/ascii.c
  723. compiling enc/us_ascii.c
  724. compiling enc/unicode.c
  725. compiling enc/utf_8.c
  726. compiling enc/trans/newline.c
  727. compiling ./missing/explicit_bzero.c
  728. compiling ./missing/setproctitle.c
  729. compiling ./missing/strlcat.c
  730. compiling ./missing/strlcpy.c
  731. compiling addr2line.c
  732. compiling dmyenc.c
  733. linking miniruby
  734. generating encdb.h
  735. encdb.h updated
  736. rbconfig.rb updated
  737. generating enc.mk
  738. making srcs under enc
  739. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  740. make[1]: Nothing to be done for `srcs'.
  741. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  742. generating transdb.h
  743. transdb.h updated
  744. compiling dln.c
  745. compiling localeinit.c
  746. creating verconf.h
  747. verconf.h updated
  748. compiling loadpath.c
  749. compiling prelude.c
  750. linking static-library libruby-static.a
  751. verifying static-library libruby-static.a
  752. generating makefile exts.mk
  753. configuring -test-/array/resize
  754. configuring -test-/bignum
  755. configuring -test-/bug-3571
  756. configuring -test-/bug-5832
  757. configuring -test-/bug_reporter
  758. configuring -test-/class
  759. configuring -test-/debug
  760. configuring -test-/dln/empty
  761. configuring -test-/exception
  762. configuring -test-/fatal
  763. configuring -test-/file
  764. configuring -test-/float
  765. configuring -test-/funcall
  766. configuring -test-/gvl/call_without_gvl
  767. configuring -test-/hash
  768. configuring -test-/iseq_load
  769. configuring -test-/iter
  770. configuring -test-/load/dot.dot
  771. configuring -test-/marshal/compat
  772. configuring -test-/marshal/internal_ivar
  773. configuring -test-/marshal/usr
  774. configuring -test-/method
  775. configuring -test-/notimplement
  776. configuring -test-/num2int
  777. configuring -test-/path_to_class
  778. configuring -test-/popen_deadlock
  779. configuring -test-/postponed_job
  780. configuring -test-/printf
  781. configuring -test-/proc
  782. configuring -test-/rational
  783. configuring -test-/recursion
  784. configuring -test-/st/foreach
  785. configuring -test-/st/numhash
  786. configuring -test-/st/update
  787. configuring -test-/string
  788. configuring -test-/struct
  789. configuring -test-/symbol
  790. configuring -test-/time
  791. configuring -test-/tracepoint
  792. configuring -test-/typeddata
  793. configuring -test-/vm
  794. configuring -test-/wait_for_single_fd
  795. configuring bigdecimal
  796. configuring cgi/escape
  797. configuring continuation
  798. configuring coverage
  799. configuring date
  800. configuring dbm
  801. header: db.h
  802. library: db
  803. configuring digest
  804. configuring digest/bubblebabble
  805. configuring digest/md5
  806. configuring digest/rmd160
  807. configuring digest/sha1
  808. configuring digest/sha2
  809. configuring etc
  810. configuring fcntl
  811. configuring fiber
  812. configuring fiddle
  813. configuring gdbm
  814. configuring io/console
  815. configuring io/nonblock
  816. configuring io/wait
  817. configuring json
  818. configuring json/generator
  819. configuring json/parser
  820. configuring mathn/complex
  821. configuring mathn/rational
  822. configuring nkf
  823. configuring objspace
  824. configuring openssl
  825. configuring pathname
  826. configuring psych
  827. configuring pty
  828. configuring racc/cparse
  829. configuring rbconfig/sizeof
  830. configuring readline
  831. configuring ripper
  832. configuring sdbm
  833. configuring socket
  834. configuring stringio
  835. configuring strscan
  836. configuring syslog
  837. configuring thread
  838. configuring tk
  839. ............
  840. check struct members..
  841. check libraries....
  842. Use ActiveTcl libraries (if available).
  843. Search tclConfig.sh and tkConfig.sh............................
  844. Valid [tclConfig.sh, tkConfig.sh] are found in [["/usr/lib64", "/usr/lib64"]]
  845. Use [tclConfig.sh, tkConfig.sh] == ["/usr/lib64/tclConfig.sh", "/usr/lib64/tkConfig.sh"]
  846. Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
  847. *****************************************************************************
  848. **
  849. ** NATIVETHREAD SUPPORT MODE WARNING:
  850. **
  851. **   Ruby is compiled with --enable-pthread, but your Tcl/Tk library
  852. **   seems to be compiled without nativethread support. Although you can
  853. **   create the tcltklib library, this combination may cause errors (e.g.
  854. **   hangs or segmentation faults). If you have no reason to keep the
  855. **   current nativethread support status, we recommend you reconfigure and
  856. **   recompile the libraries so that both or neither support nativethreads.
  857. **
  858. **   If you want change the status of nativethread support, please recompile
  859. **   Ruby without "--enable-pthread" configure option (If you use Ruby 1.9.x
  860. **   or later, you cannot remove this option, because it requires native-
  861. **   thread support.) or recompile Tcl/Tk with "--enable-threads" configure
  862. **   option (if your Tcl/Tk is later than or equal to Tcl/Tk 8.1).
  863. **
  864. *****************************************************************************
  865.  
  866. Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
  867. configuring tk/tkutil
  868. configuring zlib
  869. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  870. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/array/resize'
  871. compiling resize.c
  872. linking shared-object -test-/array/resize.so
  873. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/array/resize'
  874. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bignum'
  875. compiling big2str.c
  876. compiling bigzero.c
  877. compiling str2big.c
  878. compiling mul.c
  879. compiling init.c
  880. compiling div.c
  881. compiling intpack.c
  882. linking shared-object -test-/bignum.so
  883. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bignum'
  884. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-3571'
  885. compiling bug.c
  886. linking shared-object -test-/bug-3571/bug.so
  887. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-3571'
  888. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-5832'
  889. compiling bug.c
  890. linking shared-object -test-/bug-5832/bug.so
  891. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-5832'
  892. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug_reporter'
  893. compiling bug_reporter.c
  894. linking shared-object -test-/bug_reporter/bug_reporter.so
  895. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug_reporter'
  896. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/class'
  897. compiling class2name.c
  898. compiling init.c
  899. linking shared-object -test-/class.so
  900. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/class'
  901. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/debug'
  902. compiling init.c
  903. compiling profile_frames.c
  904. compiling inspector.c
  905. linking shared-object -test-/debug.so
  906. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/debug'
  907. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/dln/empty'
  908. compiling empty.c
  909. linking shared-object -test-/dln/empty.so
  910. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/dln/empty'
  911. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/exception'
  912. compiling dataerror.c
  913. compiling ensured.c
  914. compiling enc_raise.c
  915. compiling init.c
  916. linking shared-object -test-/exception.so
  917. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/exception'
  918. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/fatal'
  919. compiling rb_fatal.c
  920. linking shared-object -test-/fatal/rb_fatal.so
  921. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/fatal'
  922. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/file'
  923. compiling stat.c
  924. compiling init.c
  925. compiling fs.c
  926. linking shared-object -test-/file.so
  927. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/file'
  928. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/float'
  929. compiling nextafter.c
  930. compiling init.c
  931. linking shared-object -test-/float.so
  932. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/float'
  933. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/funcall'
  934. compiling passing_block.c
  935. linking shared-object -test-/funcall/funcall.so
  936. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/funcall'
  937. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/gvl/call_without_gvl'
  938. compiling call_without_gvl.c
  939. linking shared-object -test-/gvl/call_without_gvl.so
  940. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/gvl/call_without_gvl'
  941. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/hash'
  942. compiling delete.c
  943. compiling init.c
  944. linking shared-object -test-/hash.so
  945. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/hash'
  946. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iseq_load'
  947. compiling iseq_load.c
  948. linking shared-object -test-/iseq_load/iseq_load.so
  949. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iseq_load'
  950. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iter'
  951. compiling init.c
  952. compiling break.c
  953. compiling yield.c
  954. linking shared-object -test-/iter.so
  955. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iter'
  956. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/load/dot.dot'
  957. compiling dot.dot.c
  958. linking shared-object -test-/load/dot.dot/dot.dot.so
  959. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/load/dot.dot'
  960. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/compat'
  961. compiling usrcompat.c
  962. linking shared-object -test-/marshal/compat.so
  963. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/compat'
  964. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/internal_ivar'
  965. compiling internal_ivar.c
  966. linking shared-object -test-/marshal/internal_ivar.so
  967. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/internal_ivar'
  968. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/usr'
  969. compiling usrmarshal.c
  970. linking shared-object -test-/marshal/usr.so
  971. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/usr'
  972. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/method'
  973. compiling arity.c
  974. compiling init.c
  975. linking shared-object -test-/method.so
  976. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/method'
  977. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/notimplement'
  978. compiling bug.c
  979. linking shared-object -test-/notimplement.so
  980. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/notimplement'
  981. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/num2int'
  982. compiling num2int.c
  983. linking shared-object -test-/num2int/num2int.so
  984. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/num2int'
  985. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/path_to_class'
  986. compiling path_to_class.c
  987. linking shared-object -test-/path_to_class/path_to_class.so
  988. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/path_to_class'
  989. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/popen_deadlock'
  990. compiling infinite_loop_dlsym.c
  991. linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
  992. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/popen_deadlock'
  993. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/postponed_job'
  994. compiling postponed_job.c
  995. linking shared-object -test-/postponed_job.so
  996. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/postponed_job'
  997. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/printf'
  998. compiling printf.c
  999. linking shared-object -test-/printf.so
  1000. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/printf'
  1001. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/proc'
  1002. compiling super.c
  1003. compiling receiver.c
  1004. compiling init.c
  1005. linking shared-object -test-/proc.so
  1006. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/proc'
  1007. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/rational'
  1008. compiling rat.c
  1009. linking shared-object -test-/rational.so
  1010. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/rational'
  1011. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/recursion'
  1012. compiling recursion.c
  1013. linking shared-object -test-/recursion.so
  1014. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/recursion'
  1015. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/foreach'
  1016. compiling foreach.c
  1017. linking shared-object -test-/st/foreach.so
  1018. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/foreach'
  1019. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/numhash'
  1020. compiling numhash.c
  1021. linking shared-object -test-/st/numhash.so
  1022. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/numhash'
  1023. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/update'
  1024. compiling update.c
  1025. linking shared-object -test-/st/update.so
  1026. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/update'
  1027. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/string'
  1028. compiling coderange.c
  1029. compiling cstr.c
  1030. compiling normalize.c
  1031. compiling nofree.c
  1032. compiling modify.c
  1033. compiling ellipsize.c
  1034. compiling enc_associate.c
  1035. compiling init.c
  1036. compiling fstring.c
  1037. compiling qsort.c
  1038. compiling set_len.c
  1039. compiling enc_str_buf_cat.c
  1040. linking shared-object -test-/string.so
  1041. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/string'
  1042. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/struct'
  1043. compiling duplicate.c
  1044. compiling member.c
  1045. compiling init.c
  1046. linking shared-object -test-/struct.so
  1047. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/struct'
  1048. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/symbol'
  1049. compiling init.c
  1050. compiling type.c
  1051. linking shared-object -test-/symbol.so
  1052. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/symbol'
  1053. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/time'
  1054. compiling init.c
  1055. compiling new.c
  1056. linking shared-object -test-/time.so
  1057. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/time'
  1058. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/tracepoint'
  1059. compiling gc_hook.c
  1060. compiling tracepoint.c
  1061. linking shared-object -test-/tracepoint.so
  1062. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/tracepoint'
  1063. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/typeddata'
  1064. compiling typeddata.c
  1065. linking shared-object -test-/typeddata/typeddata.so
  1066. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/typeddata'
  1067. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/vm'
  1068. compiling at_exit.c
  1069. linking shared-object -test-/vm/at_exit.so
  1070. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/vm'
  1071. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/wait_for_single_fd'
  1072. compiling wait_for_single_fd.c
  1073. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
  1074. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/wait_for_single_fd'
  1075. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/bigdecimal'
  1076. compiling bigdecimal.c
  1077. linking shared-object bigdecimal.so
  1078. installing default bigdecimal libraries
  1079. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/bigdecimal'
  1080. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/cgi/escape'
  1081. compiling escape.c
  1082. linking shared-object cgi/escape.so
  1083. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/cgi/escape'
  1084. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/continuation'
  1085. compiling continuation.c
  1086. linking shared-object continuation.so
  1087. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/continuation'
  1088. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/coverage'
  1089. compiling coverage.c
  1090. linking shared-object coverage.so
  1091. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/coverage'
  1092. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/date'
  1093. compiling date_strftime.c
  1094. compiling date_core.c
  1095. compiling date_parse.c
  1096. compiling date_strptime.c
  1097. linking shared-object date_core.so
  1098. installing default date_core libraries
  1099. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/date'
  1100. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/dbm'
  1101. compiling dbm.c
  1102. linking shared-object dbm.so
  1103. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/dbm'
  1104. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest'
  1105. compiling digest.c
  1106. linking shared-object digest.so
  1107. installing digest libraries
  1108. installing default digest libraries
  1109. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest'
  1110. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/bubblebabble'
  1111. compiling bubblebabble.c
  1112. linking shared-object digest/bubblebabble.so
  1113. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/bubblebabble'
  1114. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/md5'
  1115. compiling md5init.c
  1116. linking shared-object digest/md5.so
  1117. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/md5'
  1118. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/rmd160'
  1119. compiling rmd160init.c
  1120. linking shared-object digest/rmd160.so
  1121. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/rmd160'
  1122. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha1'
  1123. compiling sha1init.c
  1124. linking shared-object digest/sha1.so
  1125. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha1'
  1126. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha2'
  1127. compiling sha2init.c
  1128. linking shared-object digest/sha2.so
  1129. installing default sha2 libraries
  1130. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha2'
  1131. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/etc'
  1132. generating constant definitions
  1133. compiling etc.c
  1134. linking shared-object etc.so
  1135. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/etc'
  1136. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fcntl'
  1137. compiling fcntl.c
  1138. linking shared-object fcntl.so
  1139. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fcntl'
  1140. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiber'
  1141. compiling fiber.c
  1142. linking shared-object fiber.so
  1143. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiber'
  1144. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle'
  1145. compiling handle.c
  1146. compiling fiddle.c
  1147. compiling conversions.c
  1148. compiling closure.c
  1149. compiling function.c
  1150. compiling pointer.c
  1151. make[3]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1152. make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -fno-fast-math -ggdb3  -Wall -fexceptions' 'CXXFLAGS=-O3 -fno-fast-math -ggdb3 ' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c' 'INSTALL_SCRIPT=/usr/bin/install -c' 'JC1FLAGS=' 'LDFLAGS=-L. -fstack-protector -rdynamic -Wl,-export-dynamic  -L../../.. ' 'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=make' 'MAKEINFO=/bin/sh /home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/missing makeinfo ' 'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/sh' 'exec_prefix=/usr/local' 'infodir=/usr/local/share/info' 'libdir=/usr/local/lib' 'mandir=/usr/local/share/man' 'prefix=/usr/local' 'AR=ar' 'AS=as' 'CC=gcc' 'CXX=g++' 'LD=ld -m elf_x86_64' 'NM=nm' 'RANLIB=ranlib' 'DESTDIR=' all-recursive
  1153. make[4]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1154. Making all in include
  1155. make[5]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/include'
  1156. make[5]: Nothing to be done for `all'.
  1157. make[5]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/include'
  1158. Making all in testsuite
  1159. make[5]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/testsuite'
  1160. make[5]: Nothing to be done for `all'.
  1161. make[5]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/testsuite'
  1162. Making all in man
  1163. make[5]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/man'
  1164. make[5]: Nothing to be done for `all'.
  1165. make[5]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1/man'
  1166. make[5]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1167.  CC       src/prep_cif.lo
  1168.  CC       src/types.lo
  1169.  CC       src/raw_api.lo
  1170.  CC       src/java_raw_api.lo
  1171.  CC       src/closures.lo
  1172.  CC       src/x86/ffi64.lo
  1173.  CPPAS    src/x86/unix64.lo
  1174.  CC       src/x86/ffi.lo
  1175.  CPPAS    src/x86/sysv.lo
  1176.  CCLD     libffi_convenience.la
  1177.  CCLD     libffi.la
  1178. make[5]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1179. make[4]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1180. make[3]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle/libffi-3.2.1'
  1181. linking shared-object fiddle.so
  1182. installing default fiddle libraries
  1183. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle'
  1184. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/gdbm'
  1185. compiling gdbm.c
  1186. linking shared-object gdbm.so
  1187. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/gdbm'
  1188. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/console'
  1189. compiling console.c
  1190. linking shared-object io/console.so
  1191. installing default console libraries
  1192. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/console'
  1193. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/nonblock'
  1194. compiling nonblock.c
  1195. linking shared-object io/nonblock.so
  1196. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/nonblock'
  1197. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/wait'
  1198. compiling wait.c
  1199. linking shared-object io/wait.so
  1200. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/wait'
  1201. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json'
  1202. installing default libraries
  1203. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json'
  1204. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json/generator'
  1205. compiling generator.c
  1206. linking shared-object json/ext/generator.so
  1207. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json/generator'
  1208. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json/parser'
  1209. compiling parser.c
  1210. linking shared-object json/ext/parser.so
  1211. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json/parser'
  1212. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/mathn/complex'
  1213. compiling complex.c
  1214. linking shared-object mathn/complex.so
  1215. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/mathn/complex'
  1216. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/mathn/rational'
  1217. compiling rational.c
  1218. linking shared-object mathn/rational.so
  1219. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/mathn/rational'
  1220. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/nkf'
  1221. compiling nkf.c
  1222. linking shared-object nkf.so
  1223. installing default nkf libraries
  1224. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/nkf'
  1225. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/objspace'
  1226. compiling objspace.c
  1227. compiling objspace_dump.c
  1228. compiling object_tracing.c
  1229. linking shared-object objspace.so
  1230. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/objspace'
  1231. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/openssl'
  1232. compiling ossl_ocsp.c
  1233. compiling ossl_x509.c
  1234. compiling ossl_pkey_dsa.c
  1235. compiling ossl_rand.c
  1236. compiling ossl_pkey.c
  1237. compiling ossl_bn.c
  1238. compiling ossl_pkey_dh.c
  1239. compiling ossl_x509crl.c
  1240. compiling ossl_x509store.c
  1241. compiling ossl_digest.c
  1242. compiling ossl_engine.c
  1243. compiling ossl_ns_spki.c
  1244. compiling ossl_asn1.c
  1245. compiling ossl_x509ext.c
  1246. compiling ossl_ssl_session.c
  1247. compiling ossl_pkcs7.c
  1248. compiling ossl_pkcs5.c
  1249. compiling ossl_x509attr.c
  1250. compiling ossl_x509revoked.c
  1251. compiling ossl_ssl.c
  1252. compiling ossl_hmac.c
  1253. compiling ossl_pkey_rsa.c
  1254. compiling ossl_bio.c
  1255. compiling ossl_x509cert.c
  1256. compiling ossl_pkcs12.c
  1257. compiling ossl.c
  1258. compiling openssl_missing.c
  1259. compiling ossl_x509req.c
  1260. compiling ossl_cipher.c
  1261. compiling ossl_x509name.c
  1262. compiling ossl_config.c
  1263. compiling ossl_pkey_ec.c
  1264. linking shared-object openssl.so
  1265. installing default openssl libraries
  1266. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/openssl'
  1267. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/pathname'
  1268. compiling pathname.c
  1269. linking shared-object pathname.so
  1270. installing default pathname libraries
  1271. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/pathname'
  1272. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/psych'
  1273. compiling psych.c
  1274. compiling psych_emitter.c
  1275. compiling psych_parser.c
  1276. compiling psych_to_ruby.c
  1277. compiling psych_yaml_tree.c
  1278. compiling ../.././ext/psych/yaml/emitter.c
  1279. compiling ../.././ext/psych/yaml/loader.c
  1280. compiling ../.././ext/psych/yaml/writer.c
  1281. compiling ../.././ext/psych/yaml/reader.c
  1282. compiling ../.././ext/psych/yaml/api.c
  1283. compiling ../.././ext/psych/yaml/scanner.c
  1284. compiling ../.././ext/psych/yaml/dumper.c
  1285. compiling ../.././ext/psych/yaml/parser.c
  1286. linking shared-object psych.so
  1287. installing default psych libraries
  1288. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/psych'
  1289. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/pty'
  1290. compiling pty.c
  1291. linking shared-object pty.so
  1292. installing default pty libraries
  1293. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/pty'
  1294. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/racc/cparse'
  1295. compiling cparse.c
  1296. linking shared-object racc/cparse.so
  1297. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/racc/cparse'
  1298. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/rbconfig/sizeof'
  1299. compiling sizes.c
  1300. linking shared-object rbconfig/sizeof.so
  1301. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/rbconfig/sizeof'
  1302. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/readline'
  1303. compiling readline.c
  1304. linking shared-object readline.so
  1305. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/readline'
  1306. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/ripper'
  1307. compiling ripper.c
  1308. linking shared-object ripper.so
  1309. installing default ripper libraries
  1310. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1311. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/ripper'
  1312. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/sdbm'
  1313. compiling _sdbm.c
  1314. compiling init.c
  1315. linking shared-object sdbm.so
  1316. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/sdbm'
  1317. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/socket'
  1318. generating constant definitions
  1319. compiling init.c
  1320. compiling constants.c
  1321. compiling basicsocket.c
  1322. compiling socket.c
  1323. compiling ipsocket.c
  1324. compiling tcpsocket.c
  1325. compiling tcpserver.c
  1326. compiling sockssocket.c
  1327. compiling udpsocket.c
  1328. compiling unixsocket.c
  1329. compiling unixserver.c
  1330. compiling option.c
  1331. compiling ancdata.c
  1332. compiling raddrinfo.c
  1333. compiling ifaddr.c
  1334. linking shared-object socket.so
  1335. installing default socket libraries
  1336. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/socket'
  1337. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/stringio'
  1338. compiling stringio.c
  1339. linking shared-object stringio.so
  1340. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/stringio'
  1341. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/strscan'
  1342. compiling strscan.c
  1343. linking shared-object strscan.so
  1344. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/strscan'
  1345. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/syslog'
  1346. compiling syslog.c
  1347. linking shared-object syslog.so
  1348. installing default syslog libraries
  1349. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/syslog'
  1350. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/thread'
  1351. compiling thread.c
  1352. linking shared-object thread.so
  1353. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/thread'
  1354. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/tk'
  1355. compiling tcltklib.c
  1356. compiling stubs.c
  1357. linking shared-object tcltklib.so
  1358. installing tcltklib libraries
  1359. installing default tcltklib libraries
  1360. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/tk'
  1361. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/tk/tkutil'
  1362. compiling tkutil.c
  1363. linking shared-object tkutil.so
  1364. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/tk/tkutil'
  1365. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/zlib'
  1366. compiling zlib.c
  1367. linking shared-object zlib.so
  1368. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/zlib'
  1369. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1370. linking ruby
  1371. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1372. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1373. making enc
  1374. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1375. compiling ./enc/encdb.c
  1376. linking encoding encdb.so
  1377. compiling ./enc/big5.c
  1378. linking encoding big5.so
  1379. compiling ./enc/cp949.c
  1380. linking encoding cp949.so
  1381. compiling ./enc/emacs_mule.c
  1382. linking encoding emacs_mule.so
  1383. compiling ./enc/euc_jp.c
  1384. linking encoding euc_jp.so
  1385. compiling ./enc/euc_kr.c
  1386. linking encoding euc_kr.so
  1387. compiling ./enc/euc_tw.c
  1388. linking encoding euc_tw.so
  1389. compiling ./enc/gb2312.c
  1390. linking encoding gb2312.so
  1391. compiling ./enc/gb18030.c
  1392. linking encoding gb18030.so
  1393. compiling ./enc/gbk.c
  1394. linking encoding gbk.so
  1395. compiling ./enc/iso_8859_1.c
  1396. linking encoding iso_8859_1.so
  1397. compiling ./enc/iso_8859_2.c
  1398. linking encoding iso_8859_2.so
  1399. compiling ./enc/iso_8859_3.c
  1400. linking encoding iso_8859_3.so
  1401. compiling ./enc/iso_8859_4.c
  1402. linking encoding iso_8859_4.so
  1403. compiling ./enc/iso_8859_5.c
  1404. linking encoding iso_8859_5.so
  1405. compiling ./enc/iso_8859_6.c
  1406. linking encoding iso_8859_6.so
  1407. compiling ./enc/iso_8859_7.c
  1408. linking encoding iso_8859_7.so
  1409. compiling ./enc/iso_8859_8.c
  1410. linking encoding iso_8859_8.so
  1411. compiling ./enc/iso_8859_9.c
  1412. linking encoding iso_8859_9.so
  1413. compiling ./enc/iso_8859_10.c
  1414. linking encoding iso_8859_10.so
  1415. compiling ./enc/iso_8859_11.c
  1416. linking encoding iso_8859_11.so
  1417. compiling ./enc/iso_8859_13.c
  1418. linking encoding iso_8859_13.so
  1419. compiling ./enc/iso_8859_14.c
  1420. linking encoding iso_8859_14.so
  1421. compiling ./enc/iso_8859_15.c
  1422. linking encoding iso_8859_15.so
  1423. compiling ./enc/iso_8859_16.c
  1424. linking encoding iso_8859_16.so
  1425. compiling ./enc/koi8_r.c
  1426. linking encoding koi8_r.so
  1427. compiling ./enc/koi8_u.c
  1428. linking encoding koi8_u.so
  1429. compiling ./enc/shift_jis.c
  1430. linking encoding shift_jis.so
  1431. compiling ./enc/utf_16be.c
  1432. linking encoding utf_16be.so
  1433. compiling ./enc/utf_16le.c
  1434. linking encoding utf_16le.so
  1435. compiling ./enc/utf_32be.c
  1436. linking encoding utf_32be.so
  1437. compiling ./enc/utf_32le.c
  1438. linking encoding utf_32le.so
  1439. compiling ./enc/windows_31j.c
  1440. linking encoding windows_31j.so
  1441. compiling ./enc/windows_1250.c
  1442. linking encoding windows_1250.so
  1443. compiling ./enc/windows_1251.c
  1444. linking encoding windows_1251.so
  1445. compiling ./enc/windows_1252.c
  1446. linking encoding windows_1252.so
  1447. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1448. making trans
  1449. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1450. compiling ./enc/trans/transdb.c
  1451. linking transcoder transdb.so
  1452. compiling ./enc/trans/big5.c
  1453. linking transcoder big5.so
  1454. compiling ./enc/trans/chinese.c
  1455. linking transcoder chinese.so
  1456. compiling ./enc/trans/ebcdic.c
  1457. linking transcoder ebcdic.so
  1458. compiling ./enc/trans/emoji.c
  1459. linking transcoder emoji.so
  1460. compiling ./enc/trans/emoji_iso2022_kddi.c
  1461. linking transcoder emoji_iso2022_kddi.so
  1462. compiling ./enc/trans/emoji_sjis_docomo.c
  1463. linking transcoder emoji_sjis_docomo.so
  1464. compiling ./enc/trans/emoji_sjis_kddi.c
  1465. linking transcoder emoji_sjis_kddi.so
  1466. compiling ./enc/trans/emoji_sjis_softbank.c
  1467. linking transcoder emoji_sjis_softbank.so
  1468. compiling ./enc/trans/escape.c
  1469. linking transcoder escape.so
  1470. compiling ./enc/trans/gb18030.c
  1471. linking transcoder gb18030.so
  1472. compiling ./enc/trans/gbk.c
  1473. linking transcoder gbk.so
  1474. compiling ./enc/trans/iso2022.c
  1475. linking transcoder iso2022.so
  1476. compiling ./enc/trans/japanese.c
  1477. linking transcoder japanese.so
  1478. compiling ./enc/trans/japanese_euc.c
  1479. linking transcoder japanese_euc.so
  1480. compiling ./enc/trans/japanese_sjis.c
  1481. linking transcoder japanese_sjis.so
  1482. compiling ./enc/trans/korean.c
  1483. linking transcoder korean.so
  1484. compiling ./enc/trans/single_byte.c
  1485. linking transcoder single_byte.so
  1486. compiling ./enc/trans/utf8_mac.c
  1487. linking transcoder utf8_mac.so
  1488. compiling ./enc/trans/utf_16_32.c
  1489. linking transcoder utf_16_32.so
  1490. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1491. making encs
  1492. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1493. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1494. Generating RDoc documentation
  1495. Parsing sources...
  1496. 100% [946/946]  vsnprintf.c
  1497.  
  1498. Generating RI format into /home/manunes/software/ruby-2.3.2/.ext/rdoc...
  1499.  
  1500.   Files:        946
  1501.  
  1502.   Classes:     1402 ( 577 undocumented)
  1503.   Modules:      280 ( 110 undocumented)
  1504.   Constants:   2172 ( 603 undocumented)
  1505.   Attributes:  1146 ( 256 undocumented)
  1506.   Methods:    10502 (2231 undocumented)
  1507.  
  1508.   Total:      15502 (3777 undocumented)
  1509.    75.64% documented
  1510.  
  1511.   Elapsed: 96.3s
  1512.  
  1513.     CC = gcc
  1514.     LD = ld
  1515.     LDSHARED = gcc -shared
  1516.     CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -std=iso9899:1999
  1517.     XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  1518.     CPPFLAGS =   -I. -I.ext/include/x86_64-linux -I./include -I.
  1519.     DLDFLAGS = -fstack-protector -pie
  1520.     SOLIBS = -lgmp
  1521. Using built-in specs.
  1522. Target: x86_64-redhat-linux
  1523. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  1524. Thread model: posix
  1525. gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)
  1526. generating enc.mk
  1527. making srcs under enc
  1528. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1529. make[1]: Nothing to be done for `srcs'.
  1530. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1531. generating transdb.h
  1532. transdb.h unchanged
  1533. generating makefile exts.mk
  1534. configuring socket
  1535. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1536. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/array/resize'
  1537. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/array/resize'
  1538. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bignum'
  1539. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bignum'
  1540. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-3571'
  1541. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-3571'
  1542. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-5832'
  1543. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug-5832'
  1544. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug_reporter'
  1545. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/bug_reporter'
  1546. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/class'
  1547. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/class'
  1548. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/debug'
  1549. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/debug'
  1550. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/dln/empty'
  1551. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/dln/empty'
  1552. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/exception'
  1553. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/exception'
  1554. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/fatal'
  1555. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/fatal'
  1556. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/file'
  1557. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/file'
  1558. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/float'
  1559. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/float'
  1560. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/funcall'
  1561. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/funcall'
  1562. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/gvl/call_without_gvl'
  1563. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/gvl/call_without_gvl'
  1564. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/hash'
  1565. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/hash'
  1566. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iseq_load'
  1567. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iseq_load'
  1568. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iter'
  1569. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/iter'
  1570. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/load/dot.dot'
  1571. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/load/dot.dot'
  1572. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/compat'
  1573. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/compat'
  1574. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/internal_ivar'
  1575. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/internal_ivar'
  1576. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/usr'
  1577. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/marshal/usr'
  1578. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/method'
  1579. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/method'
  1580. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/notimplement'
  1581. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/notimplement'
  1582. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/num2int'
  1583. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/num2int'
  1584. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/path_to_class'
  1585. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/path_to_class'
  1586. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/popen_deadlock'
  1587. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/popen_deadlock'
  1588. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/postponed_job'
  1589. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/postponed_job'
  1590. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/printf'
  1591. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/printf'
  1592. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/proc'
  1593. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/proc'
  1594. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/rational'
  1595. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/rational'
  1596. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/recursion'
  1597. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/recursion'
  1598. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/foreach'
  1599. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/foreach'
  1600. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/numhash'
  1601. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/numhash'
  1602. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/update'
  1603. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/st/update'
  1604. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/string'
  1605. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/string'
  1606. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/struct'
  1607. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/struct'
  1608. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/symbol'
  1609. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/symbol'
  1610. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/time'
  1611. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/time'
  1612. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/tracepoint'
  1613. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/tracepoint'
  1614. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/typeddata'
  1615. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/typeddata'
  1616. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/vm'
  1617. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/vm'
  1618. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/-test-/wait_for_single_fd'
  1619. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/-test-/wait_for_single_fd'
  1620. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/bigdecimal'
  1621. installing default bigdecimal libraries
  1622. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/bigdecimal'
  1623. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/cgi/escape'
  1624. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/cgi/escape'
  1625. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/continuation'
  1626. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/continuation'
  1627. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/coverage'
  1628. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/coverage'
  1629. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/date'
  1630. installing default date_core libraries
  1631. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/date'
  1632. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/dbm'
  1633. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/dbm'
  1634. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest'
  1635. installing digest libraries
  1636. installing default digest libraries
  1637. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest'
  1638. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/bubblebabble'
  1639. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/bubblebabble'
  1640. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/md5'
  1641. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/md5'
  1642. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/rmd160'
  1643. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/rmd160'
  1644. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha1'
  1645. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha1'
  1646. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha2'
  1647. installing default sha2 libraries
  1648. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/digest/sha2'
  1649. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/etc'
  1650. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/etc'
  1651. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fcntl'
  1652. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fcntl'
  1653. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiber'
  1654. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiber'
  1655. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/fiddle'
  1656. installing default fiddle libraries
  1657. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/fiddle'
  1658. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/gdbm'
  1659. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/gdbm'
  1660. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/console'
  1661. installing default console libraries
  1662. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/console'
  1663. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/nonblock'
  1664. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/nonblock'
  1665. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/io/wait'
  1666. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/io/wait'
  1667. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json'
  1668. installing default libraries
  1669. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json'
  1670. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json/generator'
  1671. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json/generator'
  1672. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/json/parser'
  1673. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/json/parser'
  1674. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/mathn/complex'
  1675. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/mathn/complex'
  1676. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/mathn/rational'
  1677. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/mathn/rational'
  1678. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/nkf'
  1679. installing default nkf libraries
  1680. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/nkf'
  1681. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/objspace'
  1682. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/objspace'
  1683. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/openssl'
  1684. installing default openssl libraries
  1685. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/openssl'
  1686. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/pathname'
  1687. installing default pathname libraries
  1688. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/pathname'
  1689. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/psych'
  1690. installing default psych libraries
  1691. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/psych'
  1692. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/pty'
  1693. installing default pty libraries
  1694. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/pty'
  1695. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/racc/cparse'
  1696. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/racc/cparse'
  1697. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/rbconfig/sizeof'
  1698. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/rbconfig/sizeof'
  1699. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/readline'
  1700. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/readline'
  1701. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/ripper'
  1702. installing default ripper libraries
  1703. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1704. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/ripper'
  1705. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/sdbm'
  1706. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/sdbm'
  1707. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/socket'
  1708. linking shared-object socket.so
  1709. installing default socket libraries
  1710. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/socket'
  1711. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/stringio'
  1712. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/stringio'
  1713. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/strscan'
  1714. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/strscan'
  1715. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/syslog'
  1716. installing default syslog libraries
  1717. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/syslog'
  1718. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/thread'
  1719. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/thread'
  1720. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/tk'
  1721. installing tcltklib libraries
  1722. installing default tcltklib libraries
  1723. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/tk'
  1724. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/tk/tkutil'
  1725. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/tk/tkutil'
  1726. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2/ext/zlib'
  1727. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2/ext/zlib'
  1728. make[2]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1729. make[2]: `ruby' is up to date.
  1730. make[2]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1731. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1732. making enc
  1733. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1734. make[1]: Nothing to be done for `enc'.
  1735. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1736. making trans
  1737. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1738. make[1]: Nothing to be done for `./enc/trans'.
  1739. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1740. making encs
  1741. make[1]: Entering directory `/home/manunes/software/ruby-2.3.2'
  1742. make[1]: Leaving directory `/home/manunes/software/ruby-2.3.2'
  1743. Generating RDoc documentation
  1744.  
  1745. No newer files.
  1746.  
  1747.   Files:      0
  1748.  
  1749.   Classes:    0 (0 undocumented)
  1750.   Modules:    0 (0 undocumented)
  1751.   Constants:  0 (0 undocumented)
  1752.   Attributes: 0 (0 undocumented)
  1753.   Methods:    0 (0 undocumented)
  1754.  
  1755.   Total:      0 (0 undocumented)
  1756.     0.00% documented
  1757.  
  1758.   Elapsed: 0.0s
  1759.  
  1760. generating x86_64-linux-fake.rb
  1761. x86_64-linux-fake.rb updated
  1762. ./miniruby -I./lib -I. -I.ext/common  ./tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc"
  1763. installing binary commands:   /usr/local/bin
  1764. /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1393:in `initialize': Permission denied @ rb_sysopen - /usr/local/bin/ruby (Errno::EACCES)
  1765.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1393:in `open'
  1766.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1393:in `block in copy_file'
  1767.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1392:in `open'
  1768.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1392:in `copy_file'
  1769.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:486:in `copy_file'
  1770.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:864:in `block in install'
  1771.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1571:in `block in fu_each_src_dest'
  1772.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1585:in `fu_each_src_dest0'
  1773.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:1569:in `fu_each_src_dest'
  1774.     from /home/manunes/software/ruby-2.3.2/lib/fileutils.rb:860:in `install'
  1775.     from ./tool/rbinstall.rb:163:in `install'
  1776.     from ./tool/rbinstall.rb:344:in `block in <main>'
  1777.     from ./tool/rbinstall.rb:801:in `block in <main>'
  1778.     from ./tool/rbinstall.rb:798:in `each'
  1779.     from ./tool/rbinstall.rb:798:in `<main>'
  1780. make: *** [do-install-all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement