Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.34 KB | None | 0 0
  1. Installing ruby-2.2.3...
  2. config.guess already exists
  3. config.sub already exists
  4. checking build system type... x86_64-pc-linux-gnu
  5. checking host system type... x86_64-pc-linux-gnu
  6. checking target system type... x86_64-pc-linux-gnu
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for g++... g++
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking whether gcc needs -traditional... no
  23. checking for ld... ld
  24. checking whether the linker is GNU ld... yes
  25. checking whether gcc -E accepts -o... yes
  26. checking for ranlib... ranlib
  27. checking for ar... ar
  28. checking for as... as
  29. checking for objdump... objdump
  30. checking for objcopy... objcopy
  31. checking for nm... nm
  32. checking whether ln -s works... yes
  33. checking whether make sets $(MAKE)... yes
  34. checking for a BSD-compatible install... /usr/bin/install -c
  35. checking for a thread-safe mkdir -p... /bin/mkdir -p
  36. checking for dtrace... no
  37. checking for dot... no
  38. checking for doxygen... no
  39. checking for pkg-config... pkg-config
  40. checking for ANSI C header files... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking minix/config.h usability... no
  51. checking minix/config.h presence... no
  52. checking for minix/config.h... no
  53. checking whether it is safe to define __EXTENSIONS__... yes
  54. checking for cd using physical directory... cd -P
  55. checking whether CFLAGS is valid... yes
  56. checking whether LDFLAGS is valid... yes
  57. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  58. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  59. checking whether -Wno-long-long is accepted as CFLAGS... yes
  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 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  74. checking whether -fstack-protector is accepted as CFLAGS... yes
  75. checking whether -fstack-protector is accepted as LDFLAGS... yes
  76. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  77. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  78. checking whether -ggdb3 is accepted as CFLAGS... yes
  79. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  80. checking whether -fno-fast-math is accepted as CFLAGS... yes
  81. checking for crypt in -lcrypt... yes
  82. checking for dlopen in -ldl... yes
  83. checking for shl_load in -ldld... no
  84. checking for shutdown in -lsocket... no
  85. checking for dirent.h that defines DIR... yes
  86. checking for library containing opendir... none required
  87. checking for stdbool.h that conforms to C99... yes
  88. checking for _Bool... yes
  89. checking for sys/wait.h that is POSIX.1 compatible... yes
  90. checking limits.h usability... yes
  91. checking limits.h presence... yes
  92. checking for limits.h... yes
  93. checking sys/file.h usability... yes
  94. checking sys/file.h presence... yes
  95. checking for sys/file.h... yes
  96. checking sys/ioctl.h usability... yes
  97. checking sys/ioctl.h presence... yes
  98. checking for sys/ioctl.h... yes
  99. checking sys/syscall.h usability... yes
  100. checking sys/syscall.h presence... yes
  101. checking for sys/syscall.h... yes
  102. checking fcntl.h usability... yes
  103. checking fcntl.h presence... yes
  104. checking for fcntl.h... yes
  105. checking sys/fcntl.h usability... yes
  106. checking sys/fcntl.h presence... yes
  107. checking for sys/fcntl.h... yes
  108. checking sys/param.h usability... yes
  109. checking sys/param.h presence... yes
  110. checking for sys/param.h... yes
  111. checking sys/select.h usability... yes
  112. checking sys/select.h presence... yes
  113. checking for sys/select.h... yes
  114. checking sys/time.h usability... yes
  115. checking sys/time.h presence... yes
  116. checking for sys/time.h... yes
  117. checking sys/times.h usability... yes
  118. checking sys/times.h presence... yes
  119. checking for sys/times.h... yes
  120. checking syscall.h usability... yes
  121. checking syscall.h presence... yes
  122. checking for syscall.h... yes
  123. checking pwd.h usability... yes
  124. checking pwd.h presence... yes
  125. checking for pwd.h... yes
  126. checking grp.h usability... yes
  127. checking grp.h presence... yes
  128. checking for grp.h... yes
  129. checking a.out.h usability... yes
  130. checking a.out.h presence... yes
  131. checking for a.out.h... yes
  132. checking utime.h usability... yes
  133. checking utime.h presence... yes
  134. checking for utime.h... yes
  135. checking direct.h usability... no
  136. checking direct.h presence... no
  137. checking for direct.h... no
  138. checking sys/resource.h usability... yes
  139. checking sys/resource.h presence... yes
  140. checking for sys/resource.h... yes
  141. checking sys/mkdev.h usability... no
  142. checking sys/mkdev.h presence... no
  143. checking for sys/mkdev.h... no
  144. checking sys/utime.h usability... no
  145. checking sys/utime.h presence... no
  146. checking for sys/utime.h... no
  147. checking float.h usability... yes
  148. checking float.h presence... yes
  149. checking for float.h... yes
  150. checking ieeefp.h usability... no
  151. checking ieeefp.h presence... no
  152. checking for ieeefp.h... no
  153. checking ucontext.h usability... yes
  154. checking ucontext.h presence... yes
  155. checking for ucontext.h... yes
  156. checking intrinsics.h usability... no
  157. checking intrinsics.h presence... no
  158. checking for intrinsics.h... no
  159. checking langinfo.h usability... yes
  160. checking langinfo.h presence... yes
  161. checking for langinfo.h... yes
  162. checking locale.h usability... yes
  163. checking locale.h presence... yes
  164. checking for locale.h... yes
  165. checking sys/sendfile.h usability... yes
  166. checking sys/sendfile.h presence... yes
  167. checking for sys/sendfile.h... yes
  168. checking time.h usability... yes
  169. checking time.h presence... yes
  170. checking for time.h... yes
  171. checking net/socket.h usability... no
  172. checking net/socket.h presence... no
  173. checking for net/socket.h... no
  174. checking sys/socket.h usability... yes
  175. checking sys/socket.h presence... yes
  176. checking for sys/socket.h... yes
  177. checking process.h usability... no
  178. checking process.h presence... no
  179. checking for process.h... no
  180. checking sys/prctl.h usability... yes
  181. checking sys/prctl.h presence... yes
  182. checking for sys/prctl.h... yes
  183. checking sys/uio.h usability... yes
  184. checking sys/uio.h presence... yes
  185. checking for sys/uio.h... yes
  186. checking atomic.h usability... no
  187. checking atomic.h presence... no
  188. checking for atomic.h... no
  189. checking malloc.h usability... yes
  190. checking malloc.h presence... yes
  191. checking for malloc.h... yes
  192. checking malloc_np.h usability... no
  193. checking malloc_np.h presence... no
  194. checking for malloc_np.h... no
  195. checking malloc/malloc.h usability... no
  196. checking malloc/malloc.h presence... no
  197. checking for malloc/malloc.h... no
  198. checking setjmpex.h usability... no
  199. checking setjmpex.h presence... no
  200. checking for setjmpex.h... no
  201. checking sys/attr.h usability... no
  202. checking sys/attr.h presence... no
  203. checking for sys/attr.h... no
  204. checking sys/id.h usability... no
  205. checking sys/id.h presence... no
  206. checking for sys/id.h... no
  207. checking gmp.h usability... yes
  208. checking gmp.h presence... yes
  209. checking for gmp.h... yes
  210. checking for __gmpz_init in -lgmp... yes
  211. checking for special C compiler options needed for large files... no
  212. checking for _FILE_OFFSET_BITS value needed for large files... no
  213. checking whether byte ordering is bigendian... no
  214. checking for an ANSI C-conforming const... yes
  215. checking whether char is unsigned... no
  216. checking for inline... inline
  217. checking for working volatile... yes
  218. checking for typeof syntax and keyword spelling... __typeof__
  219. checking for long long... yes
  220. checking for off_t... yes
  221. checking char bit... 8
  222. checking size of int... 4
  223. checking size of short... 2
  224. checking size of long... 8
  225. checking size of long long... 8
  226. checking size of __int64... 0
  227. checking size of __int128... 16
  228. checking size of off_t... 8
  229. checking size of void*... 8
  230. checking size of float... 4
  231. checking size of double... 8
  232. checking size of time_t... 8
  233. checking size of clock_t... 8
  234. checking packed struct attribute... x __attribute__((packed))
  235. checking for printf prefix for long long... ll
  236. checking for pid_t... yes
  237. checking for convertible type of pid_t... INT
  238. checking for uid_t... yes
  239. checking for convertible type of uid_t... UINT
  240. checking for gid_t... yes
  241. checking for convertible type of gid_t... UINT
  242. checking for time_t... yes
  243. checking for convertible type of time_t... LONG
  244. checking for dev_t... yes
  245. checking for convertible type of dev_t... ULONG
  246. checking for mode_t... yes
  247. checking for convertible type of mode_t... UINT
  248. checking for rlim_t... yes
  249. checking for convertible type of rlim_t... ULONG
  250. checking for off_t... (cached) yes
  251. checking for convertible type of off_t... LONG
  252. checking for clockid_t... yes
  253. checking for convertible type of clockid_t... INT
  254. checking for prototypes... yes
  255. checking token paste string... ansi
  256. checking stringization... #expr
  257. checking string literal concatenation... yes
  258. checking for variable length prototypes and stdarg.h... yes
  259. checking for variable length macro... yes
  260. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  261. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  262. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  263. checking for stdcall function attribute... x
  264. checking for cdecl function attribute... x
  265. checking for fastcall function attribute... x
  266. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  267. checking for function alias... alias
  268. checking for __atomic builtins... yes
  269. checking for __sync builtins... yes
  270. checking for __builtin_unreachable... yes
  271. checking for exported function attribute... __attribute__ ((visibility("default")))
  272. checking for function name string predefined identifier... __func__
  273. checking whether sys_nerr is declared... yes
  274. checking whether getenv is declared... yes
  275. checking for size_t... yes
  276. checking size of size_t... 8
  277. checking size of ptrdiff_t... 8
  278. checking for printf prefix for size_t... z
  279. checking for printf prefix for ptrdiff_t... t
  280. checking for struct stat.st_blksize... yes
  281. checking for struct stat.st_blocks... yes
  282. checking for struct stat.st_rdev... yes
  283. checking size of struct stat.st_size... SIZEOF_OFF_T
  284. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  285. checking size of struct stat.st_ino... SIZEOF_LONG
  286. checking for struct stat.st_atim... yes
  287. checking for struct stat.st_atimespec... no
  288. checking for struct stat.st_atimensec... no
  289. checking for struct stat.st_mtim... yes
  290. checking for struct stat.st_mtimespec... no
  291. checking for struct stat.st_mtimensec... no
  292. checking for struct stat.st_ctim... yes
  293. checking for struct stat.st_ctimespec... no
  294. checking for struct stat.st_ctimensec... no
  295. checking for struct stat.st_birthtimespec... no
  296. checking for struct timeval... yes
  297. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  298. checking for struct timespec... yes
  299. checking for struct timezone... yes
  300. checking for clockid_t... (cached) yes
  301. checking for fd_mask... yes
  302. checking for int8_t... yes
  303. checking size of int8_t... 1
  304. checking for uint8_t... yes
  305. checking size of uint8_t... 1
  306. checking for int16_t... yes
  307. checking size of int16_t... 2
  308. checking for uint16_t... yes
  309. checking size of uint16_t... 2
  310. checking for int32_t... yes
  311. checking size of int32_t... 4
  312. checking for uint32_t... yes
  313. checking size of uint32_t... 4
  314. checking for int64_t... yes
  315. checking size of int64_t... 8
  316. checking for uint64_t... yes
  317. checking size of uint64_t... 8
  318. checking for int128_t... __int128
  319. checking for uint128_t... unsigned __int128
  320. checking for intptr_t... yes
  321. checking size of intptr_t... 8
  322. checking for uintptr_t... yes
  323. checking size of uintptr_t... 8
  324. checking for ssize_t... yes
  325. checking size of ssize_t... 8
  326. checking for stack end address... __libc_stack_end
  327. checking for uid_t in sys/types.h... (cached) yes
  328. checking type of array argument to getgroups... gid_t
  329. checking return type of signal handlers... void
  330. checking for working alloca.h... yes
  331. checking for alloca... yes
  332. checking for dynamic size alloca... ok
  333. checking for working memcmp... yes
  334. checking for broken erfc of glibc-2.3.6 on IA64... no
  335. checking for acosh... yes
  336. checking for cbrt... yes
  337. checking for crypt... yes
  338. checking for dup2... yes
  339. checking for erf... yes
  340. checking for ffs... yes
  341. checking for finite... yes
  342. checking for flock... yes
  343. checking for hypot... yes
  344. checking for isinf... yes
  345. checking for isnan... yes
  346. checking for lgamma_r... yes
  347. checking for memmove... yes
  348. checking for nextafter... yes
  349. checking for setproctitle... no
  350. checking for strchr... yes
  351. checking for strerror... yes
  352. checking for strlcat... no
  353. checking for strlcpy... no
  354. checking for strstr... yes
  355. checking for tgamma... yes
  356. checking sys/pstat.h usability... no
  357. checking sys/pstat.h presence... no
  358. checking for sys/pstat.h... no
  359. checking for signbit... yes
  360. checking for pid_t... (cached) yes
  361. checking vfork.h usability... no
  362. checking vfork.h presence... no
  363. checking for vfork.h... no
  364. checking for fork... yes
  365. checking for vfork... yes
  366. checking for working fork... yes
  367. checking for working vfork... (cached) yes
  368. checking for __syscall... no
  369. checking for _longjmp... yes
  370. checking for _setjmp... yes
  371. checking for _setjmpex... no
  372. checking for atan2l... yes
  373. checking for atan2f... yes
  374. checking for chroot... yes
  375. checking for chsize... no
  376. checking for clock_gettime... yes
  377. checking for cosh... yes
  378. checking for daemon... (cached) no
  379. checking for dirfd... yes
  380. checking for dl_iterate_phdr... yes
  381. checking for dlopen... yes
  382. checking for dladdr... yes
  383. checking for dup... yes
  384. checking for dup3... yes
  385. checking for eaccess... yes
  386. checking for endgrent... yes
  387. checking for fchmod... yes
  388. checking for fchown... yes
  389. checking for fcntl... yes
  390. checking for fdatasync... yes
  391. checking for fgetattrlist... no
  392. checking for fmod... yes
  393. checking for fsync... yes
  394. checking for ftruncate... yes
  395. checking for ftruncate64... yes
  396. checking for getattrlist... no
  397. checking for getcwd... yes
  398. checking for getgidx... no
  399. checking for getgrnam... yes
  400. checking for getgrnam_r... yes
  401. checking for getgroups... yes
  402. checking for getpgid... yes
  403. checking for getpgrp... yes
  404. checking for getpriority... yes
  405. checking for getpwnam_r... yes
  406. checking for getresgid... yes
  407. checking for getresuid... yes
  408. checking for getrlimit... yes
  409. checking for getsid... yes
  410. checking for gettimeofday... yes
  411. checking for getuidx... no
  412. checking for gmtime_r... yes
  413. checking for initgroups... yes
  414. checking for ioctl... yes
  415. checking for isfinite... no
  416. checking for issetugid... no
  417. checking for killpg... yes
  418. checking for lchmod... no
  419. checking for lchown... yes
  420. checking for link... yes
  421. checking for llabs... yes
  422. checking for lockf... yes
  423. checking for log2... yes
  424. checking for lstat... yes
  425. checking for malloc_usable_size... yes
  426. checking for malloc_size... no
  427. checking for mblen... yes
  428. checking for memalign... yes
  429. checking for writev... yes
  430. checking for memrchr... yes
  431. checking for memmem... yes
  432. checking for mktime... yes
  433. checking for pipe2... yes
  434. checking for poll... yes
  435. checking for posix_fadvise... yes
  436. checking for posix_memalign... yes
  437. checking for ppoll... yes
  438. checking for pread... yes
  439. checking for qsort_r... yes
  440. checking for readlink... yes
  441. checking for round... yes
  442. checking for sched_getaffinity... yes
  443. checking for seekdir... yes
  444. checking for select_large_fdset... no
  445. checking for sendfile... yes
  446. checking for setegid... yes
  447. checking for setenv... yes
  448. checking for seteuid... yes
  449. checking for setgid... yes
  450. checking for setgroups... yes
  451. checking for setpgid... yes
  452. checking for setpgrp... yes
  453. checking for setregid... yes
  454. checking for setresgid... yes
  455. checking for setresuid... yes
  456. checking for setreuid... yes
  457. checking for setrgid... no
  458. checking for setrlimit... yes
  459. checking for setruid... no
  460. checking for setsid... yes
  461. checking for setuid... yes
  462. checking for shutdown... yes
  463. checking for sigaction... yes
  464. checking for sigaltstack... yes
  465. checking for sigprocmask... yes
  466. checking for sinh... yes
  467. checking for spawnv... no
  468. checking for symlink... yes
  469. checking for syscall... yes
  470. checking for sysconf... yes
  471. checking for tanh... yes
  472. checking for telldir... yes
  473. checking for timegm... yes
  474. checking for times... yes
  475. checking for truncate... yes
  476. checking for truncate64... yes
  477. checking for unsetenv... yes
  478. checking for utimensat... yes
  479. checking for utimes... yes
  480. checking for wait4... yes
  481. checking for waitpid... yes
  482. checking if getcwd allocates buffer if NULL is given... yes
  483. checking for __builtin_bswap16... yes
  484. checking for __builtin_bswap32... yes
  485. checking for __builtin_bswap64... yes
  486. checking for __builtin_clz... yes
  487. checking for __builtin_clzl... yes
  488. checking for __builtin_clzll... yes
  489. checking for __builtin_choose_expr... yes
  490. checking for __builtin_choose_expr_constant_p... yes
  491. checking for __builtin_types_compatible_p... yes
  492. checking whether qsort_r is GNU version... yes
  493. checking whether qsort_r is BSD version... no
  494. checking whether atan2 handles Inf as C99... yes
  495. checking for clock_getres... yes
  496. checking for unsetenv returns a value... yes
  497. checking for sigsetjmp as a macro or function... yes
  498. checking whether struct tm is in sys/time.h or time.h... time.h
  499. checking for struct tm.tm_zone... yes
  500. checking for struct tm.tm_gmtoff... yes
  501. checking for external int daylight... yes
  502. checking for external timezone... long
  503. checking for external altzone... no
  504. checking for timezone... yes
  505. checking whether timezone requires zero arguments... yes
  506. checking for negative time_t for gmtime(3)... yes
  507. checking for localtime(3) overflow correctly... yes
  508. checking whether right shift preserve sign bit... yes
  509. checking whether _SC_CLK_TCK is supported... yes
  510. checking stack growing direction on x86_64... -1
  511. checking for pthread_kill in -lthr... no
  512. checking for pthread_kill in -lpthread... yes
  513. checking for pthread_np.h... no
  514. checking whether pthread_t is scalar type... yes
  515. checking for sched_yield... yes
  516. checking for pthread_attr_setinheritsched... yes
  517. checking for pthread_getattr_np... yes
  518. checking for pthread_attr_get_np... no
  519. checking for pthread_attr_getstack... yes
  520. checking for pthread_get_stackaddr_np... no
  521. checking for pthread_get_stacksize_np... no
  522. checking for thr_stksegment... no
  523. checking for pthread_stackseg_np... no
  524. checking for pthread_getthrds_np... no
  525. checking for pthread_cond_init... yes
  526. checking for pthread_condattr_setclock... yes
  527. checking for pthread_condattr_init... yes
  528. checking for pthread_sigmask... yes
  529. checking for pthread_setname_np... yes
  530. checking for pthread_attr_init... yes
  531. checking arguments of pthread_setname_np... (pthread_self(), name)
  532. checking if mcontext_t is a pointer... no
  533. checking for getcontext... yes
  534. checking for setcontext... yes
  535. checking if fork works with pthread... yes
  536. checking whether ELF binaries are produced... yes
  537. checking elf.h usability... yes
  538. checking elf.h presence... yes
  539. checking for elf.h... yes
  540. checking elf_abi.h usability... no
  541. checking elf_abi.h presence... no
  542. checking for elf_abi.h... no
  543. checking whether OS depend dynamic link works... yes
  544. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  545. checking for backtrace... yes
  546. checking for broken backtrace... no
  547. checking valgrind/memcheck.h usability... no
  548. checking valgrind/memcheck.h presence... no
  549. checking for valgrind/memcheck.h... no
  550. checking for strip... strip
  551. checking whether -fPIE is accepted as CFLAGS... yes
  552. checking whether -pie is accepted as LDFLAGS... yes
  553. checking for __builtin_setjmp... yes with cast ()
  554. checking for setjmp type... __builtin_setjmp
  555. checking for prefix of external symbols... NONE
  556. checking pthread.h usability... yes
  557. checking pthread.h presence... yes
  558. checking for pthread.h... yes
  559. checking if make is GNU make... yes
  560. checking for broken memmem... no
  561. checking for nroff... /usr/bin/nroff
  562. .ext/include/x86_64-linux/ruby/config.h updated
  563. ruby library version = 2.2.0
  564. configure: creating ./config.status
  565. config.status: creating GNUmakefile
  566. config.status: creating Makefile
  567. config.status: creating ruby-2.2.pc
  568. CC = gcc
  569. LD = ld
  570. LDSHARED = gcc -shared
  571. 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
  572. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  573. CPPFLAGS = -I/home/puria/.rbenv/versions/2.2.3/include -I. -I.ext/include/x86_64-linux -I./include -I.
  574. DLDFLAGS = -fstack-protector -pie
  575. SOLIBS = -lgmp
  576. compiling main.c
  577. Using built-in specs.
  578. COLLECT_GCC=gcc
  579. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  580. Target: x86_64-linux-gnu
  581. Configured with: ../src/configure -v --with-pkgversion='Debian 5.2.1-23' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  582. Thread model: posix
  583. gcc version 5.2.1 20151028 (Debian 5.2.1-23)
  584. compiling dmydln.c
  585. compiling miniinit.c
  586. compiling miniprelude.c
  587. copying dummy probes.h
  588. compiling bignum.c
  589. compiling class.c
  590. compiling compar.c
  591. compiling complex.c
  592. compiling dir.c
  593. compiling encoding.c
  594. compiling dln_find.c
  595. compiling enum.c
  596. compiling enumerator.c
  597. compiling error.c
  598. compiling eval.c
  599. compiling load.c
  600. compiling proc.c
  601. compiling file.c
  602. compiling gc.c
  603. compiling hash.c
  604. compiling inits.c
  605. compiling io.c
  606. compiling marshal.c
  607. compiling math.c
  608. compiling node.c
  609. compiling numeric.c
  610. compiling object.c
  611. compiling pack.c
  612. compiling parse.c
  613. compiling process.c
  614. compiling random.c
  615. compiling range.c
  616. compiling rational.c
  617. compiling re.c
  618. compiling regcomp.c
  619. compiling regenc.c
  620. compiling regerror.c
  621. compiling regexec.c
  622. compiling regparse.c
  623. compiling regsyntax.c
  624. compiling ruby.c
  625. compiling safe.c
  626. compiling signal.c
  627. compiling sprintf.c
  628. compiling st.c
  629. compiling strftime.c
  630. compiling string.c
  631. compiling struct.c
  632. compiling symbol.c
  633. compiling time.c
  634. compiling transcode.c
  635. compiling util.c
  636. compiling variable.c
  637. compiling version.c
  638. compiling compile.c
  639. compiling debug.c
  640. compiling iseq.c
  641. compiling vm.c
  642. compiling vm_dump.c
  643. compiling vm_backtrace.c
  644. compiling vm_trace.c
  645. string.c: In function ‘rb_str_enumerate_chars’:
  646. string.c:6879:3: warning: ‘ary’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  647. rb_ary_push(ary, substr);
  648. ^
  649. compiling thread.c
  650. compiling cont.c
  651. compiling ./enc/ascii.c
  652. compiling ./enc/us_ascii.c
  653. compiling ./enc/unicode.c
  654. compiling ./enc/utf_8.c
  655. compiling newline.c
  656. compiling ./missing/setproctitle.c
  657. compiling ./missing/strlcat.c
  658. compiling ./missing/strlcpy.c
  659. compiling addr2line.c
  660. compiling dmyext.c
  661. compiling dmyenc.c
  662. compiling dln.c
  663. compiling localeinit.c
  664. compiling prelude.c
  665. compiling array.c
  666. In file included from ./include/ruby/ruby.h:29:0,
  667. from eval_intern.h:4,
  668. from thread.c:60:
  669. thread.c: In function ‘rb_thread_fd_select’:
  670. ./include/ruby/defines.h:113:15: warning: ‘orig_except.fdset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  671. #define xfree ruby_xfree
  672. ^
  673. In file included from method.h:14:0,
  674. from vm_core.h:24,
  675. from eval_intern.h:5,
  676. from thread.c:60:
  677. thread.c:3425:34: note: ‘orig_except.fdset’ was declared here
  678. rb_fdset_t UNINITIALIZED_VAR(orig_except);
  679. ^
  680. internal.h:40:30: note: in definition of macro ‘UNINITIALIZED_VAR’
  681. #define UNINITIALIZED_VAR(x) x __attribute__((unused))
  682. ^
  683. In file included from ./include/ruby/ruby.h:29:0,
  684. from eval_intern.h:4,
  685. from thread.c:60:
  686. ./include/ruby/defines.h:113:15: warning: ‘orig_write.fdset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  687. #define xfree ruby_xfree
  688. ^
  689. In file included from method.h:14:0,
  690. from vm_core.h:24,
  691. from eval_intern.h:5,
  692. from thread.c:60:
  693. thread.c:3424:34: note: ‘orig_write.fdset’ was declared here
  694. rb_fdset_t UNINITIALIZED_VAR(orig_write);
  695. ^
  696. internal.h:40:30: note: in definition of macro ‘UNINITIALIZED_VAR’
  697. #define UNINITIALIZED_VAR(x) x __attribute__((unused))
  698. ^
  699. In file included from ./include/ruby/ruby.h:29:0,
  700. from eval_intern.h:4,
  701. from thread.c:60:
  702. ./include/ruby/defines.h:113:15: warning: ‘orig_read.fdset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  703. #define xfree ruby_xfree
  704. ^
  705. In file included from method.h:14:0,
  706. from vm_core.h:24,
  707. from eval_intern.h:5,
  708. from thread.c:60:
  709. thread.c:3423:34: note: ‘orig_read.fdset’ was declared here
  710. rb_fdset_t UNINITIALIZED_VAR(orig_read);
  711. ^
  712. internal.h:40:30: note: in definition of macro ‘UNINITIALIZED_VAR’
  713. #define UNINITIALIZED_VAR(x) x __attribute__((unused))
  714. ^
  715. linking miniruby
  716. generating encdb.h
  717. rbconfig.rb updated
  718. generating enc.mk
  719. creating verconf.h
  720. encdb.h updated
  721. verconf.h updated
  722. compiling loadpath.c
  723. making srcs under enc
  724. make[1]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  725. make[1]: Nothing to be done for 'srcs'.
  726. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  727. generating transdb.h
  728. linking static-library libruby-static.a
  729. ar: `u' modifier ignored since `D' is the default (see `U')
  730. transdb.h updated
  731. verifying static-library libruby-static.a
  732. making enc
  733. making trans
  734. generating makefile exts.mk
  735. make[1]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  736. make[1]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  737. compiling ./enc/encdb.c
  738. compiling ./enc/trans/transdb.c
  739. compiling ./enc/big5.c
  740. compiling ./enc/emacs_mule.c
  741. compiling ./enc/cp949.c
  742. compiling ./enc/euc_jp.c
  743. compiling ./enc/trans/big5.c
  744. configuring -test-/array/resize
  745. configuring -test-/bignum
  746. configuring -test-/bug-3571
  747. configuring -test-/bug-3662
  748. configuring -test-/bug-5832
  749. configuring -test-/bug_reporter
  750. compiling ./enc/trans/chinese.c
  751. configuring -test-/class
  752. configuring -test-/debug
  753. configuring -test-/exception
  754. configuring -test-/fatal
  755. configuring -test-/file
  756. compiling ./enc/euc_kr.c
  757. compiling ./enc/euc_tw.c
  758. compiling ./enc/gb18030.c
  759. compiling ./enc/gbk.c
  760. compiling ./enc/gb2312.c
  761. compiling ./enc/iso_8859_1.c
  762. compiling ./enc/iso_8859_2.c
  763. compiling ./enc/iso_8859_3.c
  764. compiling ./enc/iso_8859_4.c
  765. compiling ./enc/iso_8859_5.c
  766. compiling ./enc/iso_8859_6.c
  767. compiling ./enc/iso_8859_7.c
  768. compiling ./enc/iso_8859_8.c
  769. compiling ./enc/iso_8859_9.c
  770. compiling ./enc/iso_8859_10.c
  771. compiling ./enc/iso_8859_11.c
  772. compiling ./enc/iso_8859_13.c
  773. compiling ./enc/iso_8859_14.c
  774. compiling ./enc/iso_8859_15.c
  775. compiling ./enc/iso_8859_16.c
  776. compiling ./enc/koi8_r.c
  777. compiling ./enc/trans/emoji.c
  778. compiling ./enc/koi8_u.c
  779. compiling ./enc/shift_jis.c
  780. compiling ./enc/utf_16be.c
  781. compiling ./enc/utf_16le.c
  782. compiling ./enc/utf_32be.c
  783. compiling ./enc/utf_32le.c
  784. compiling ./enc/windows_31j.c
  785. compiling ./enc/windows_1251.c
  786. linking encoding encdb.so
  787. configuring -test-/float
  788. configuring -test-/funcall
  789. linking encoding big5.so
  790. configuring -test-/hash
  791. configuring -test-/iseq_load
  792. linking encoding cp949.so
  793. compiling ./enc/trans/emoji_iso2022_kddi.c
  794. configuring -test-/iter
  795. configuring -test-/load/dot.dot
  796. linking encoding emacs_mule.so
  797. configuring -test-/marshal/compat
  798. configuring -test-/marshal/usr
  799. configuring -test-/method
  800. configuring -test-/num2int
  801. linking encoding euc_jp.so
  802. configuring -test-/path_to_class
  803. configuring -test-/postponed_job
  804. linking encoding euc_kr.so
  805. configuring -test-/printf
  806. configuring -test-/proc
  807. configuring -test-/rational
  808. configuring -test-/recursion
  809. configuring -test-/st/foreach
  810. configuring -test-/st/numhash
  811. configuring -test-/st/update
  812. configuring -test-/string
  813. configuring -test-/struct
  814. linking encoding euc_tw.so
  815. configuring -test-/symbol
  816. linking encoding gb2312.so
  817. linking encoding gb18030.so
  818. linking encoding gbk.so
  819. linking encoding iso_8859_1.so
  820. linking encoding iso_8859_2.so
  821. linking encoding iso_8859_3.so
  822. linking encoding iso_8859_4.so
  823. compiling ./enc/trans/emoji_sjis_docomo.c
  824. linking encoding iso_8859_5.so
  825. compiling ./enc/trans/emoji_sjis_kddi.c
  826. linking encoding iso_8859_6.so
  827. linking encoding iso_8859_7.so
  828. linking encoding iso_8859_8.so
  829. linking encoding iso_8859_9.so
  830. linking encoding iso_8859_10.so
  831. linking encoding iso_8859_11.so
  832. linking encoding iso_8859_13.so
  833. compiling ./enc/trans/emoji_sjis_softbank.c
  834. configuring -test-/tracepoint
  835. configuring -test-/typeddata
  836. configuring -test-/wait_for_single_fd
  837. linking encoding iso_8859_14.so
  838. configuring -test-/win32/console
  839. Failed to configure -test-/win32/console. It will not be installed.
  840. configuring -test-/win32/dln
  841. Failed to configure -test-/win32/dln. It will not be installed.
  842. Failed to configure -test-/win32/dln/empty. It will not be installed.
  843. configuring -test-/win32/fd_setsize
  844. Failed to configure -test-/win32/fd_setsize. It will not be installed.
  845. configuring bigdecimal
  846. linking encoding iso_8859_15.so
  847. linking encoding iso_8859_16.so
  848. linking encoding koi8_r.so
  849. linking encoding koi8_u.so
  850. linking encoding shift_jis.so
  851. linking encoding utf_16be.so
  852. linking encoding utf_16le.so
  853. linking encoding utf_32be.so
  854. linking encoding utf_32le.so
  855. linking encoding windows_31j.so
  856. linking encoding windows_1251.so
  857. compiling ./enc/trans/escape.c
  858. configuring continuation
  859. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  860. configuring coverage
  861. configuring date
  862. compiling ./enc/trans/gb18030.c
  863. compiling ./enc/trans/gbk.c
  864. configuring dbm
  865. compiling ./enc/trans/iso2022.c
  866. compiling ./enc/trans/japanese.c
  867. compiling ./enc/trans/japanese_euc.c
  868. compiling ./enc/trans/japanese_sjis.c
  869. compiling ./enc/trans/korean.c
  870. compiling ./enc/trans/single_byte.c
  871. compiling ./enc/trans/utf8_mac.c
  872. compiling ./enc/trans/utf_16_32.c
  873. linking transcoder transdb.so
  874. linking transcoder chinese.so
  875. linking transcoder emoji.so
  876. linking transcoder emoji_iso2022_kddi.so
  877. linking transcoder emoji_sjis_kddi.so
  878. linking transcoder emoji_sjis_docomo.so
  879. linking transcoder emoji_sjis_softbank.so
  880. linking transcoder escape.so
  881. linking transcoder gb18030.so
  882. linking transcoder gbk.so
  883. linking transcoder iso2022.so
  884. linking transcoder japanese.so
  885. linking transcoder japanese_sjis.so
  886. linking transcoder single_byte.so
  887. linking transcoder utf_16_32.so
  888. linking transcoder big5.so
  889. linking transcoder korean.so
  890. Failed to configure dbm. It will not be installed.
  891. configuring digest
  892. configuring digest/bubblebabble
  893. configuring digest/md5
  894. linking transcoder japanese_euc.so
  895. linking transcoder utf8_mac.so
  896. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  897. making encs
  898. make[1]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  899. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  900. configuring digest/rmd160
  901. configuring digest/sha1
  902. configuring digest/sha2
  903. configuring etc
  904. configuring fcntl
  905. configuring fiber
  906. configuring fiddle
  907. configuring gdbm
  908. Failed to configure gdbm. It will not be installed.
  909. configuring io/console
  910. configuring io/nonblock
  911. configuring io/wait
  912. configuring json
  913. configuring json/generator
  914. configuring json/parser
  915. configuring mathn/complex
  916. configuring mathn/rational
  917. configuring nkf
  918. configuring objspace
  919. configuring openssl
  920. configuring pathname
  921. configuring psych
  922. configuring pty
  923. configuring racc/cparse
  924. configuring rbconfig/sizeof
  925. configuring readline
  926. configuring ripper
  927. configuring sdbm
  928. configuring socket
  929. configuring stringio
  930. configuring strscan
  931. configuring syslog
  932. configuring thread
  933. configuring tk
  934. ...........
  935. check struct members..
  936. check libraries....
  937. Use ActiveTcl libraries (if available).
  938. Search tclConfig.sh and tkConfig.sh...............................
  939. Fail to find [tclConfig.sh, tkConfig.sh]
  940. Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh).
  941.  
  942. Search tcl.h..
  943. Search tk.h..Search Tcl library............
  944. Search Tcl library............
  945. Warning:: cannot find Tcl library. tcltklib will not be compiled (tcltklib is disabled on your Ruby. That is, Ruby/Tk will not work). Please check configure options.
  946.  
  947. Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk.
  948. If you have Tcl/Tk libraries on your environment, you may be able to use them with configure options (see ext/tk/README.tcltklib).
  949. At present, Tcl/Tk8.6 is not supported. Although you can try to use Tcl/Tk8.6 with configure options, it will not work correctly. I recommend you to use Tcl/Tk8.5 or 8.4.
  950. Failed to configure tk. It will not be installed.
  951. Failed to configure tk/tkutil. It will not be installed.
  952. configuring win32
  953. Failed to configure win32. It will not be installed.
  954. configuring win32ole
  955. Failed to configure win32ole. It will not be installed.
  956. configuring zlib
  957. make[1]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  958. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/array/resize'
  959. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-3571'
  960. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-3662'
  961. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bignum'
  962. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug_reporter'
  963. compiling resize.c
  964. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/class'
  965. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-5832'
  966. compiling bug.c
  967. compiling bug.c
  968. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/debug'
  969. compiling bug_reporter.c
  970. compiling init.c
  971. compiling init.c
  972. compiling bug.c
  973. compiling init.c
  974. compiling class2name.c
  975. compiling big2str.c
  976. compiling inspector.c
  977. linking shared-object -test-/bug-3662/bug.so
  978. linking shared-object -test-/array/resize.so
  979. linking shared-object -test-/bug-3571/bug.so
  980. linking shared-object -test-/bug-5832/bug.so
  981. linking shared-object -test-/bug_reporter/bug_reporter.so
  982. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-3662'
  983. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-5832'
  984. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug-3571'
  985. compiling intpack.c
  986. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/exception'
  987. compiling init.c
  988. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/fatal'
  989. compiling rb_fatal.c
  990. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/array/resize'
  991. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bug_reporter'
  992. compiling div.c
  993. compiling profile_frames.c
  994. linking shared-object -test-/class.so
  995. compiling bigzero.c
  996. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/class'
  997. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/file'
  998. compiling init.c
  999. compiling mul.c
  1000. compiling ensured.c
  1001. linking shared-object -test-/fatal/rb_fatal.so
  1002. linking shared-object -test-/debug.so
  1003. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/fatal'
  1004. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/float'
  1005. compiling init.c
  1006. compiling str2big.c
  1007. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/debug'
  1008. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/funcall'
  1009. compiling passing_block.c
  1010. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/hash'
  1011. compiling init.c
  1012. compiling stat.c
  1013. compiling fs.c
  1014. compiling enc_raise.c
  1015. compiling nextafter.c
  1016. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/iseq_load'
  1017. compiling iseq_load.c
  1018. linking shared-object -test-/funcall/funcall.so
  1019. compiling delete.c
  1020. compiling dataerror.c
  1021. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/funcall'
  1022. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/iter'
  1023. compiling init.c
  1024. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/load/dot.dot'
  1025. linking shared-object -test-/file.so
  1026. linking shared-object -test-/bignum.so
  1027. compiling dot.dot.c
  1028. linking shared-object -test-/load/dot.dot/dot.dot.so
  1029. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/file'
  1030. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/marshal/compat'
  1031. compiling usrcompat.c
  1032. linking shared-object -test-/iseq_load/iseq_load.so
  1033. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/bignum'
  1034. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/marshal/usr'
  1035. compiling usrmarshal.c
  1036. linking shared-object -test-/float.so
  1037. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/load/dot.dot'
  1038. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/method'
  1039. compiling init.c
  1040. linking shared-object -test-/exception.so
  1041. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/iseq_load'
  1042. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/num2int'
  1043. linking shared-object -test-/hash.so
  1044. compiling num2int.c
  1045. compiling yield.c
  1046. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/float'
  1047. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/path_to_class'
  1048. compiling path_to_class.c
  1049. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/hash'
  1050. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/exception'
  1051. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/postponed_job'
  1052. compiling postponed_job.c
  1053. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/printf'
  1054. compiling printf.c
  1055. linking shared-object -test-/marshal/compat.so
  1056. linking shared-object -test-/marshal/usr.so
  1057. compiling arity.c
  1058. compiling break.c
  1059. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/marshal/compat'
  1060. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/marshal/usr'
  1061. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/proc'
  1062. compiling init.c
  1063. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/rational'
  1064. compiling rat.c
  1065. linking shared-object -test-/path_to_class/path_to_class.so
  1066. linking shared-object -test-/num2int/num2int.so
  1067. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/path_to_class'
  1068. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/recursion'
  1069. compiling recursion.c
  1070. linking shared-object -test-/postponed_job.so
  1071. linking shared-object -test-/method.so
  1072. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/num2int'
  1073. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/foreach'
  1074. compiling foreach.c
  1075. linking shared-object -test-/iter.so
  1076. compiling receiver.c
  1077. linking shared-object -test-/printf.so
  1078. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/postponed_job'
  1079. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/numhash'
  1080. compiling numhash.c
  1081. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/method'
  1082. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/update'
  1083. compiling update.c
  1084. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/iter'
  1085. compiling super.c
  1086. linking shared-object -test-/rational.so
  1087. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/printf'
  1088. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/string'
  1089. compiling modify.c
  1090. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/rational'
  1091. linking shared-object -test-/recursion.so
  1092. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/struct'
  1093. compiling init.c
  1094. compiling member.c
  1095. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/recursion'
  1096. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/symbol'
  1097. compiling init.c
  1098. linking shared-object -test-/st/update.so
  1099. linking shared-object -test-/proc.so
  1100. compiling init.c
  1101. linking shared-object -test-/st/foreach.so
  1102. linking shared-object -test-/st/numhash.so
  1103. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/update'
  1104. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/tracepoint'
  1105. compiling gc_hook.c
  1106. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/proc'
  1107. compiling tracepoint.c
  1108. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/typeddata'
  1109. compiling typeddata.c
  1110. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/foreach'
  1111. linking shared-object -test-/struct.so
  1112. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/wait_for_single_fd'
  1113. compiling wait_for_single_fd.c
  1114. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/st/numhash'
  1115. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/console'
  1116. make[2]: Nothing to be done for 'all'.
  1117. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/console'
  1118. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/dln'
  1119. make[2]: Nothing to be done for 'all'.
  1120. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/dln'
  1121. compiling type.c
  1122. compiling nofree.c
  1123. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/struct'
  1124. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/dln/empty'
  1125. make[2]: Nothing to be done for 'all'.
  1126. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/dln/empty'
  1127. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/fd_setsize'
  1128. make[2]: Nothing to be done for 'all'.
  1129. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/win32/fd_setsize'
  1130. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/bigdecimal'
  1131. compiling bigdecimal.c
  1132. compiling set_len.c
  1133. compiling enc_str_buf_cat.c
  1134. linking shared-object -test-/typeddata/typeddata.so
  1135. linking shared-object -test-/tracepoint.so
  1136. compiling qsort.c
  1137. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so
  1138. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/typeddata'
  1139. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/continuation'
  1140. compiling continuation.c
  1141. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/tracepoint'
  1142. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/coverage'
  1143. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/wait_for_single_fd'
  1144. compiling coverage.c
  1145. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/date'
  1146. compiling date_parse.c
  1147. compiling enc_associate.c
  1148. linking shared-object -test-/symbol.so
  1149. compiling cstr.c
  1150. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/symbol'
  1151. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/dbm'
  1152. make[2]: Nothing to be done for 'all'.
  1153. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/dbm'
  1154. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest'
  1155. compiling digest.c
  1156. linking shared-object continuation.so
  1157. compiling ellipsize.c
  1158. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/continuation'
  1159. compiling coderange.c
  1160. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/bubblebabble'
  1161. compiling bubblebabble.c
  1162. linking shared-object coverage.so
  1163. compiling normalize.c
  1164. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/coverage'
  1165. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/md5'
  1166. compiling md5init.c
  1167. compiling md5ossl.c
  1168. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/rmd160'
  1169. compiling rmd160init.c
  1170. compiling rmd160ossl.c
  1171. linking shared-object digest/bubblebabble.so
  1172. linking shared-object -test-/string/string.so
  1173. linking shared-object digest/md5.so
  1174. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/bubblebabble'
  1175. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/sha1'
  1176. compiling sha1init.c
  1177. compiling sha1ossl.c
  1178. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/-test-/string'
  1179. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/sha2'
  1180. compiling sha2init.c
  1181. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/md5'
  1182. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/etc'
  1183. generating constant definitions
  1184. linking shared-object digest.so
  1185. linking shared-object digest/rmd160.so
  1186. compiling etc.c
  1187. installing digest libraries
  1188. installing default digest libraries
  1189. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fcntl'
  1190. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest'
  1191. compiling fcntl.c
  1192. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fiber'
  1193. compiling fiber.c
  1194. linking shared-object digest/sha1.so
  1195. linking shared-object fiber.so
  1196. compiling sha2ossl.c
  1197. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fiber'
  1198. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fiddle'
  1199. compiling handle.c
  1200. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/rmd160'
  1201. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/gdbm'
  1202. make[2]: Nothing to be done for 'all'.
  1203. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/gdbm'
  1204. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/console'
  1205. compiling console.c
  1206. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/sha1'
  1207. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/nonblock'
  1208. compiling nonblock.c
  1209. linking shared-object fcntl.so
  1210. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fcntl'
  1211. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/wait'
  1212. compiling wait.c
  1213. linking shared-object digest/sha2.so
  1214. linking shared-object io/nonblock.so
  1215. installing default sha2 libraries
  1216. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/digest/sha2'
  1217. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json'
  1218. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/nonblock'
  1219. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json/generator'
  1220. compiling generator.c
  1221. installing default libraries
  1222. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json'
  1223. compiling date_strftime.c
  1224. compiling conversions.c
  1225. linking shared-object io/wait.so
  1226. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/wait'
  1227. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json/parser'
  1228. compiling parser.c
  1229. linking shared-object etc.so
  1230. compiling pointer.c
  1231. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/etc'
  1232. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/mathn/complex'
  1233. compiling complex.c
  1234. linking shared-object mathn/complex.so
  1235. linking shared-object io/console.so
  1236. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/mathn/complex'
  1237. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/mathn/rational'
  1238. compiling rational.c
  1239. installing default console libraries
  1240. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/io/console'
  1241. linking shared-object mathn/rational.so
  1242. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/nkf'
  1243. compiling nkf.c
  1244. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/mathn/rational'
  1245. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/objspace'
  1246. compiling objspace.c
  1247. compiling fiddle.c
  1248. linking shared-object json/ext/parser.so
  1249. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json/parser'
  1250. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/openssl'
  1251. compiling ossl_x509name.c
  1252. compiling date_core.c
  1253. compiling closure.c
  1254. compiling object_tracing.c
  1255. compiling function.c
  1256. compiling objspace_dump.c
  1257. linking shared-object json/ext/generator.so
  1258. compiling openssl_missing.c
  1259. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/json/generator'
  1260. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/pathname'
  1261. compiling pathname.c
  1262. linking shared-object fiddle.so
  1263. installing default fiddle libraries
  1264. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/fiddle'
  1265. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/psych'
  1266. compiling psych_parser.c
  1267. compiling ossl_pkey_dh.c
  1268. linking shared-object objspace.so
  1269. compiling date_strptime.c
  1270. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/objspace'
  1271. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/pty'
  1272. compiling pty.c
  1273. compiling psych_emitter.c
  1274. installing default pty libraries
  1275. linking shared-object pty.so
  1276. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/pty'
  1277. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/racc/cparse'
  1278. compiling cparse.c
  1279. compiling ossl_x509cert.c
  1280. compiling psych.c
  1281. installing default pathname libraries
  1282. linking shared-object pathname.so
  1283. compiling psych_yaml_tree.c
  1284. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/pathname'
  1285. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/rbconfig/sizeof'
  1286. compiling sizes.c
  1287. linking shared-object bigdecimal.so
  1288. installing default bigdecimal libraries
  1289. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/bigdecimal'
  1290. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/readline'
  1291. compiling readline.c
  1292. compiling psych_to_ruby.c
  1293. linking shared-object rbconfig/sizeof.so
  1294. installing default date_core libraries
  1295. compiling ../.././ext/psych/yaml/api.c
  1296. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/rbconfig/sizeof'
  1297. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/ripper'
  1298. compiling ripper.c
  1299. compiling ../.././ext/psych/yaml/parser.c
  1300. linking shared-object racc/cparse.so
  1301. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/racc/cparse'
  1302. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/sdbm'
  1303. compiling init.c
  1304. compiling ossl_pkey_ec.c
  1305. linking shared-object readline.so
  1306. compiling ../.././ext/psych/yaml/reader.c
  1307. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/readline'
  1308. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/socket'
  1309. generating constant definitions
  1310. generating constant definitions
  1311. compiling ../.././ext/psych/yaml/loader.c
  1312. compiling basicsocket.c
  1313. compiling _sdbm.c
  1314. compiling ../.././ext/psych/yaml/writer.c
  1315. compiling ../.././ext/psych/yaml/scanner.c
  1316. compiling ../.././ext/psych/yaml/dumper.c
  1317. compiling socket.c
  1318. compiling ossl.c
  1319. linking shared-object sdbm.so
  1320. compiling ../.././ext/psych/yaml/emitter.c
  1321. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/sdbm'
  1322. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/stringio'
  1323. compiling stringio.c
  1324. installing default nkf libraries
  1325. linking shared-object nkf.so
  1326. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/nkf'
  1327. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/strscan'
  1328. compiling strscan.c
  1329. compiling ipsocket.c
  1330. compiling ossl_bn.c
  1331. compiling tcpsocket.c
  1332. compiling tcpserver.c
  1333. linking shared-object stringio.so
  1334. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/stringio'
  1335. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/syslog'
  1336. compiling syslog.c
  1337. compiling sockssocket.c
  1338. linking shared-object strscan.so
  1339. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/strscan'
  1340. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/thread'
  1341. compiling thread.c
  1342. linking shared-object date_core.so
  1343. compiling udpsocket.c
  1344. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/date'
  1345. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/tk'
  1346. make[2]: Nothing to be done for 'all'.
  1347. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/tk'
  1348. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/tk/tkutil'
  1349. make[2]: Nothing to be done for 'all'.
  1350. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/tk/tkutil'
  1351. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/win32'
  1352. make[2]: Nothing to be done for 'all'.
  1353. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/win32'
  1354. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/win32ole'
  1355. make[2]: Nothing to be done for 'all'.
  1356. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/win32ole'
  1357. compiling ossl_ssl.c
  1358. make[2]: Entering directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/zlib'
  1359. compiling zlib.c
  1360. linking shared-object syslog.so
  1361. installing default syslog libraries
  1362. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/syslog'
  1363. compiling ossl_pkcs5.c
  1364. ossl_ssl.c:141:27: error: ‘SSLv3_method’ undeclared here (not in a function)
  1365. OSSL_SSL_METHOD_ENTRY(SSLv3),
  1366. ^
  1367. ossl_ssl.c:119:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
  1368. #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD *(*)(void))name##_method }
  1369. ^
  1370. ossl_ssl.c:142:27: error: ‘SSLv3_server_method’ undeclared here (not in a function)
  1371. OSSL_SSL_METHOD_ENTRY(SSLv3_server),
  1372. ^
  1373. ossl_ssl.c:119:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
  1374. #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD *(*)(void))name##_method }
  1375. ^
  1376. ossl_ssl.c:143:27: error: ‘SSLv3_client_method’ undeclared here (not in a function)
  1377. OSSL_SSL_METHOD_ENTRY(SSLv3_client),
  1378. ^
  1379. ossl_ssl.c:119:69: note: in definition of macro ‘OSSL_SSL_METHOD_ENTRY’
  1380. #define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD *(*)(void))name##_method }
  1381. ^
  1382. compiling unixsocket.c
  1383. Makefile:293: recipe for target 'ossl_ssl.o' failed
  1384. make[2]: *** [ossl_ssl.o] Error 1
  1385. make[2]: *** Waiting for unfinished jobs....
  1386. compiling unixserver.c
  1387. linking shared-object thread.so
  1388. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/thread'
  1389. compiling ancdata.c
  1390. compiling option.c
  1391. compiling raddrinfo.c
  1392. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/openssl'
  1393. exts.mk:201: recipe for target 'ext/openssl/all' failed
  1394. make[1]: *** [ext/openssl/all] Error 2
  1395. make[1]: *** Waiting for unfinished jobs....
  1396. compiling ifaddr.c
  1397. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1398. installing default ripper libraries
  1399. compiling getaddrinfo.c
  1400. getaddrinfo.c: In function ‘getaddrinfo’:
  1401. getaddrinfo.c:476:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1402. v4a = ((struct in_addr *)pton)->s_addr;
  1403. ^
  1404. getaddrinfo.c:485:20: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1405. pfx = ((struct in6_addr *)pton)->s6_addr[0];
  1406. ^
  1407. getaddrinfo.c: In function ‘get_name’:
  1408. getaddrinfo.c:547:7: warning: implicit declaration of function ‘getipnodebyaddr’ [-Wimplicit-function-declaration]
  1409. hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
  1410. ^
  1411. getaddrinfo.c:547:5: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  1412. hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
  1413. ^
  1414. getaddrinfo.c: In function ‘get_addr’:
  1415. getaddrinfo.c:591:8: warning: implicit declaration of function ‘getipnodebyname’ [-Wimplicit-function-declaration]
  1416. hp = getipnodebyname(hostname, AF_INET6,
  1417. ^
  1418. getaddrinfo.c:591:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  1419. hp = getipnodebyname(hostname, AF_INET6,
  1420. ^
  1421. getaddrinfo.c:594:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  1422. hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
  1423. ^
  1424. compiling getnameinfo.c
  1425. getnameinfo.c: In function ‘getnameinfo’:
  1426. getnameinfo.c:228:8: warning: implicit declaration of function ‘getipnodebyaddr’ [-Wimplicit-function-declaration]
  1427. hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
  1428. ^
  1429. getnameinfo.c:228:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  1430. hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
  1431. ^
  1432. linking shared-object psych.so
  1433. installing default socket libraries
  1434. compiling init.c
  1435. compiling constants.c
  1436. installing default psych libraries
  1437. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/psych'
  1438. linking shared-object zlib.so
  1439. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/zlib'
  1440. linking shared-object socket.so
  1441. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/socket'
  1442. linking shared-object ripper.so
  1443. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/ripper'
  1444. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  1445. uncommon.mk:189: recipe for target 'build-ext' failed
  1446. make: *** [build-ext] Error 2
  1447.  
  1448. BUILD FAILED (Debian testing-updates using ruby-build 20151028-21-gd65e2d1)
  1449.  
  1450. Inspect or clean up the working tree at /tmp/ruby-build.20151207165552.3409
  1451. Results logged to /tmp/ruby-build.20151207165552.3409.log
  1452.  
  1453. Last 10 log lines:
  1454. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/psych'
  1455. linking shared-object zlib.so
  1456. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/zlib'
  1457. linking shared-object socket.so
  1458. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/socket'
  1459. linking shared-object ripper.so
  1460. make[2]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3/ext/ripper'
  1461. make[1]: Leaving directory '/tmp/ruby-build.20151207165552.3409/ruby-2.2.3'
  1462. uncommon.mk:189: recipe for target 'build-ext' failed
  1463. make: *** [build-ext] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement