Guest User

Untitled

a guest
Nov 7th, 2017
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.54 KB | None | 0 0
  1. ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-debug-env --enable-load-relative --enable-frozen-string-literal-debug --enable-pthread --enable-shared --with-ext=readline,openssl,+ --disable-install-capi --disable-install-doc --disable-install-rdoc
  2. checking for ruby... /System/Index/bin//ruby
  3.  
  4.  
  5. config.guess already exists
  6. config.sub already exists
  7. checking build system type...
  8. x86_64-pc-linux-gnu
  9. checking host system type... x86_64-pc-linux-gnu
  10. checking target system type... x86_64-pc-linux-gnu
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... mno
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... ayes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for g++... g++
  21. checking whether we are using the GNU C++ compiler... kyes
  22. checking whether g++ accepts -g... yes
  23. checking how to run the C preprocessor... egcc -E
  24. checking for grep that handles long lines and -e... /System/Index/bin//grep
  25. checking for egrep... /System/Index/bin//grep -E
  26. checking whether gcc needs -traditional... no
  27. checking for ld... ld
  28. checking whether the linker is GNU ld... yes
  29. checking whether gcc -E accepts -o... yes
  30. checking for ranlib... ranlib
  31. checking for ar... ar
  32. checking for ar D option... yes
  33. checking for as... as
  34. checking for objdump... objdump
  35. checking for objcopy... objcopy
  36. checking for nm... nm
  37. checking whether ln -s works... yes
  38. checking whether make sets $(MAKE)... yes
  39. checking for a BSD-compatible install... /System/Index/bin//install -c
  40. checking for a thread-safe mkdir -p... /System/Index/bin//mkdir -p
  41. checking for dtrace... dtrace
  42. checking for dot... dot
  43. checking for doxygen... doxygen
  44. checking for pkg-config... pkg-config
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking minix/config.h usability... no
  56. checking minix/config.h presence... no
  57. checking for minix/config.h... no
  58. checking whether it is safe to define __EXTENSIONS__... yes
  59. checking for cd using physical directory... cd -P
  60. checking whether CFLAGS is valid... yes
  61. checking whether LDFLAGS is valid... yes
  62. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  63. checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
  64. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  65. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  66. checking whether -Wno-long-long is accepted as CFLAGS... yes
  67. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  68. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  69. checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
  70. checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
  71. checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
  72. checking whether -Wno-self-assign is accepted as CFLAGS... yes
  73. checking whether -Wunused-variable is accepted as CFLAGS... yes
  74. checking whether -Wimplicit-int is accepted as CFLAGS... yes
  75. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  76. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  77. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  78. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  79. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  80. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  81. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  82. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  83. checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
  84. checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
  85. checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
  86. checking whether -Wextra-tokens is accepted as CFLAGS... no
  87. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  88. checking whether -Qunused-arguments is accepted as CFLAGS... no
  89. checking whether INFINITY is available without C99 option... yes
  90. checking whether NAN is available without C99 option... yes
  91. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  92. checking whether -fstack-protector is accepted as CFLAGS... yes
  93. checking whether -fstack-protector is accepted as LDFLAGS... yes
  94. checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
  95. checking whether -std=gnu99 is accepted as CFLAGS... yes
  96. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  97. checking whether -ggdb3 is accepted as CFLAGS... yes
  98. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  99. checking whether -fno-fast-math is accepted as CFLAGS... yes
  100. checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
  101. checking whether -fp-model precise is accepted as CFLAGS... no
  102. checking for crypt in -lcrypt... yes
  103. checking for dlopen in -ldl... yes
  104. checking for shl_load in -ldld... no
  105. checking for shutdown in -lsocket... no
  106. checking for dirent.h that defines DIR... yes
  107. checking for library containing opendir... none required
  108. checking for stdbool.h that conforms to C99... yes
  109. checking for _Bool... yes
  110. checking for sys/wait.h that is POSIX.1 compatible... yes
  111. checking a.out.h usability... yes
  112. checking a.out.h presence... yes
  113. checking for a.out.h... yes
  114. checking atomic.h usability... no
  115. checking atomic.h presence... no
  116. checking for atomic.h... no
  117. checking direct.h usability... no
  118. checking direct.h presence... no
  119. checking for direct.h... no
  120. checking grp.h usability... yes
  121. checking grp.h presence... yes
  122. checking for grp.h... yes
  123. checking fcntl.h usability... yes
  124. checking fcntl.h presence... yes
  125. checking for fcntl.h... yes
  126. checking float.h usability... yes
  127. checking float.h presence... yes
  128. checking for float.h... yes
  129. checking ieeefp.h usability... no
  130. checking ieeefp.h presence... no
  131. checking for ieeefp.h... no
  132. checking intrinsics.h usability... no
  133. checking intrinsics.h presence... no
  134. checking for intrinsics.h... no
  135. checking langinfo.h usability... yes
  136. checking langinfo.h presence... yes
  137. checking for langinfo.h... yes
  138. checking limits.h usability... yes
  139. checking limits.h presence... yes
  140. checking for limits.h... yes
  141. checking locale.h usability... yes
  142. checking locale.h presence... yes
  143. checking for locale.h... yes
  144. checking malloc.h usability... yes
  145. checking malloc.h presence... yes
  146. checking for malloc.h... yes
  147. checking malloc/malloc.h usability... no
  148. checking malloc/malloc.h presence... no
  149. checking for malloc/malloc.h... no
  150. checking malloc_np.h usability... no
  151. checking malloc_np.h presence... no
  152. checking for malloc_np.h... no
  153. checking net/socket.h usability... no
  154. checking net/socket.h presence... no
  155. checking for net/socket.h... no
  156. checking process.h usability... no
  157. checking process.h presence... no
  158. checking for process.h... no
  159. checking pwd.h usability... yes
  160. checking pwd.h presence... yes
  161. checking for pwd.h... yes
  162. checking setjmpex.h usability... no
  163. checking setjmpex.h presence... no
  164. checking for setjmpex.h... no
  165. checking sys/attr.h usability... no
  166. checking sys/attr.h presence... no
  167. checking for sys/attr.h... no
  168. checking sys/fcntl.h usability... yes
  169. checking sys/fcntl.h presence... yes
  170. checking for sys/fcntl.h... yes
  171. checking sys/file.h usability... yes
  172. checking sys/file.h presence... yes
  173. checking for sys/file.h... yes
  174. checking sys/id.h usability... no
  175. checking sys/id.h presence... no
  176. checking for sys/id.h... no
  177. checking sys/ioctl.h usability... yes
  178. checking sys/ioctl.h presence... yes
  179. checking for sys/ioctl.h... yes
  180. checking sys/mkdev.h usability... no
  181. checking sys/mkdev.h presence... no
  182. checking for sys/mkdev.h... no
  183. checking sys/param.h usability... yes
  184. checking sys/param.h presence... yes
  185. checking for sys/param.h... yes
  186. checking sys/prctl.h usability... yes
  187. checking sys/prctl.h presence... yes
  188. checking for sys/prctl.h... yes
  189. checking sys/resource.h usability... yes
  190. checking sys/resource.h presence... yes
  191. checking for sys/resource.h... yes
  192. checking sys/select.h usability... yes
  193. checking sys/select.h presence... yes
  194. checking for sys/select.h... yes
  195. checking sys/sendfile.h usability... yes
  196. checking sys/sendfile.h presence... yes
  197. checking for sys/sendfile.h... yes
  198. checking sys/socket.h usability... yes
  199. checking sys/socket.h presence... yes
  200. checking for sys/socket.h... yes
  201. checking sys/syscall.h usability... yes
  202. checking sys/syscall.h presence... yes
  203. checking for sys/syscall.h... yes
  204. checking sys/sysmacros.h usability... yes
  205. checking sys/sysmacros.h presence... yes
  206. checking for sys/sysmacros.h... yes
  207. checking sys/time.h usability... yes
  208. checking sys/time.h presence... yes
  209. checking for sys/time.h... yes
  210. checking sys/times.h usability... yes
  211. checking sys/times.h presence... yes
  212. checking for sys/times.h... yes
  213. checking sys/uio.h usability... yes
  214. checking sys/uio.h presence... yes
  215. checking for sys/uio.h... yes
  216. checking sys/utime.h usability... no
  217. checking sys/utime.h presence... no
  218. checking for sys/utime.h... no
  219. checking syscall.h usability... yes
  220. checking syscall.h presence... yes
  221. checking for syscall.h... yes
  222. checking time.h usability... yes
  223. checking time.h presence... yes
  224. checking for time.h... yes
  225. checking ucontext.h usability... yes
  226. checking ucontext.h presence... yes
  227. checking for ucontext.h... yes
  228. checking utime.h usability... yes
  229. checking utime.h presence... yes
  230. checking for utime.h... yes
  231. checking gmp.h usability... yes
  232. checking gmp.h presence... yes
  233. checking for gmp.h... yes
  234. checking for library containing __gmpz_init... -lgmp
  235. checking for special C compiler options needed for large files... no
  236. checking for _FILE_OFFSET_BITS value needed for large files... no
  237. checking whether byte ordering is bigendian... no
  238. checking for an ANSI C-conforming const... yes
  239. checking whether char is unsigned... no
  240. checking for inline... inline
  241. checking for working volatile... yes
  242. checking for typeof syntax and keyword spelling... typeof
  243. checking for long long... yes
  244. checking for off_t... yes
  245. checking char bit... 8
  246. checking size of int... 4
  247. checking size of short... 2
  248. checking size of long... 8
  249. checking size of long long... 8
  250. checking size of __int64... 0
  251. checking size of __int128... 16
  252. checking size of off_t... 8
  253. checking size of void*... 8
  254. checking size of float... 4
  255. checking size of double... 8
  256. checking size of time_t... 8
  257. checking size of clock_t... 8
  258. checking packed struct attribute... x __attribute__((packed))
  259. checking for printf prefix for long long... ll
  260. checking for pid_t... yes
  261. checking for convertible type of pid_t... INT
  262. checking for uid_t... yes
  263. checking for convertible type of uid_t... UINT
  264. checking for gid_t... yes
  265. checking for convertible type of gid_t... UINT
  266. checking for time_t... yes
  267. checking for convertible type of time_t... LONG
  268. checking for dev_t... yes
  269. checking for convertible type of dev_t... ULONG
  270. checking for mode_t... yes
  271. checking for convertible type of mode_t... UINT
  272. checking for rlim_t... yes
  273. checking for convertible type of rlim_t... ULONG
  274. checking for off_t... (cached) yes
  275. checking for convertible type of off_t... LONG
  276. checking for clockid_t... yes
  277. checking for convertible type of clockid_t... INT
  278. checking for prototypes... yes
  279. checking token paste string... ansi
  280. checking stringization... #expr
  281. checking string literal concatenation... yes
  282. checking for variable length prototypes and stdarg.h... yes
  283. checking for variable length macro... yes
  284. checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
  285. checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
  286. checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
  287. checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
  288. checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
  289. checking for DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) x
  290. checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
  291. checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
  292. checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
  293. checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
  294. checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
  295. checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
  296. checking for WEAK function attribute... __attribute__ ((__weak__)) x
  297. checking for FUNC_STDCALL function attribute... x
  298. checking for FUNC_CDECL function attribute... x
  299. checking for FUNC_FASTCALL function attribute... x
  300. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
  301. checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  302. checking for function alias... alias
  303. checking for __atomic builtins... yes
  304. checking for __sync builtins... yes
  305. checking for __builtin_unreachable... yes
  306. checking for exported function attribute... __attribute__ ((__visibility__("default")))
  307. checking for function name string predefined identifier... __func__
  308. checking if enum over int is allowed... yes
  309. checking whether sys_nerr is declared... yes
  310. checking whether getenv is declared... yes
  311. checking for size_t... yes
  312. checking size of size_t... 8
  313. checking size of ptrdiff_t... 8
  314. checking for printf prefix for size_t... z
  315. checking for printf prefix for ptrdiff_t... t
  316. checking for struct stat.st_blksize... yes
  317. checking for struct stat.st_blocks... yes
  318. checking for struct stat.st_rdev... yes
  319. checking size of struct stat.st_size... SIZEOF_OFF_T
  320. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  321. checking size of struct stat.st_ino... SIZEOF_LONG
  322. checking for struct stat.st_atim... yes
  323. checking for struct stat.st_atimespec... no
  324. checking for struct stat.st_atimensec... no
  325. checking for struct stat.st_mtim... yes
  326. checking for struct stat.st_mtimespec... no
  327. checking for struct stat.st_mtimensec... no
  328. checking for struct stat.st_ctim... yes
  329. checking for struct stat.st_ctimespec... no
  330. checking for struct stat.st_ctimensec... no
  331. checking for struct stat.st_birthtimespec... no
  332. checking for struct timeval... yes
  333. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  334. checking for struct timespec... yes
  335. checking for struct timezone... yes
  336. checking for clockid_t... (cached) yes
  337. checking for fd_mask... yes
  338. checking for int8_t... yes
  339. checking size of int8_t... 1
  340. checking for uint8_t... yes
  341. checking size of uint8_t... 1
  342. checking for int16_t... yes
  343. checking size of int16_t... 2
  344. checking for uint16_t... yes
  345. checking size of uint16_t... 2
  346. checking for int32_t... yes
  347. checking size of int32_t... 4
  348. checking for uint32_t... yes
  349. checking size of uint32_t... 4
  350. checking for int64_t... yes
  351. checking size of int64_t... 8
  352. checking for uint64_t... yes
  353. checking size of uint64_t... 8
  354. checking for int128_t... __int128
  355. checking for uint128_t... unsigned __int128
  356. checking for intptr_t... yes
  357. checking size of intptr_t... 8
  358. checking for uintptr_t... yes
  359. checking size of uintptr_t... 8
  360. checking for ssize_t... yes
  361. checking size of ssize_t... 8
  362. checking for stack end address... __libc_stack_end
  363. checking for uid_t in sys/types.h... (cached) yes
  364. checking type of array argument to getgroups... gid_t
  365. checking return type of signal handlers... void
  366. checking for working alloca.h... yes
  367. checking for alloca... yes
  368. checking for dynamic size alloca... ok
  369. checking for working memcmp... yes
  370. checking for broken erfc of glibc-2.3.6 on IA64... no
  371. checking for acosh... yes
  372. checking for cbrt... yes
  373. checking for crypt... yes
  374. checking for dup2... yes
  375. checking for erf... yes
  376. checking for explicit_bzero... no
  377. checking for ffs... yes
  378. checking for finite... yes
  379. checking for flock... yes
  380. checking for hypot... yes
  381. checking for isinf... yes
  382. checking for isnan... yes
  383. checking for lgamma_r... yes
  384. checking for memmove... yes
  385. checking for nextafter... yes
  386. checking for setproctitle... no
  387. checking for strchr... yes
  388. checking for strerror... yes
  389. checking for strlcat... no
  390. checking for strlcpy... no
  391. checking for strstr... yes
  392. checking for tgamma... yes
  393. checking sys/pstat.h usability... no
  394. checking sys/pstat.h presence... no
  395. checking for sys/pstat.h... no
  396. checking for signbit... yes
  397. checking for broken memmem... no
  398. checking for pid_t... (cached) yes
  399. checking vfork.h usability... no
  400. checking vfork.h presence... no
  401. checking for vfork.h... no
  402. checking for fork... yes
  403. checking for vfork... yes
  404. checking for working fork... yes
  405. checking for working vfork... (cached) yes
  406. checking for __syscall... no
  407. checking for _longjmp... yes
  408. checking for arc4random_buf... no
  409. checking for atan2l... yes
  410. checking for atan2f... yes
  411. checking for chroot... yes
  412. checking for chsize... no
  413. checking for clock_gettime... yes
  414. checking for cosh... yes
  415. checking for crypt_r... yes
  416. checking for daemon... (cached) no
  417. checking for dirfd... yes
  418. checking for dl_iterate_phdr... yes
  419. checking for dlopen... yes
  420. checking for dladdr... yes
  421. checking for dup... yes
  422. checking for dup3... yes
  423. checking for eaccess... yes
  424. checking for endgrent... yes
  425. checking for fchmod... yes
  426. checking for fchown... yes
  427. checking for fcntl... yes
  428. checking for fdatasync... yes
  429. checking for fgetattrlist... no
  430. checking for fmod... yes
  431. checking for fsync... yes
  432. checking for ftruncate... yes
  433. checking for ftruncate64... yes
  434. checking for getattrlist... no
  435. checking for getcwd... yes
  436. checking for getgidx... no
  437. checking for getgrnam... yes
  438. checking for getgrnam_r... yes
  439. checking for getgroups... yes
  440. checking for getpgid... yes
  441. checking for getpgrp... yes
  442. checking for getpriority... yes
  443. checking for getpwnam_r... yes
  444. checking for getresgid... yes
  445. checking for getresuid... yes
  446. checking for getrlimit... yes
  447. checking for getsid... yes
  448. checking for gettimeofday... yes
  449. checking for getuidx... no
  450. checking for gmtime_r... yes
  451. checking for initgroups... yes
  452. checking for ioctl... yes
  453. checking for isfinite... no
  454. checking for issetugid... no
  455. checking for killpg... yes
  456. checking for lchmod... no
  457. checking for lchown... yes
  458. checking for link... yes
  459. checking for llabs... yes
  460. checking for lockf... yes
  461. checking for log2... yes
  462. checking for lstat... yes
  463. checking for malloc_usable_size... yes
  464. checking for malloc_size... no
  465. checking for mblen... yes
  466. checking for memalign... yes
  467. checking for memset_s... no
  468. checking for writev... yes
  469. checking for memrchr... yes
  470. checking for memmem... yes
  471. checking for mkfifo... yes
  472. checking for mknod... yes
  473. checking for mktime... yes
  474. checking for pipe2... yes
  475. checking for poll... yes
  476. checking for posix_fadvise... yes
  477. checking for posix_memalign... yes
  478. checking for ppoll... yes
  479. checking for pread... yes
  480. checking for qsort_r... yes
  481. checking for qsort_s... no
  482. checking for readlink... yes
  483. checking for round... yes
  484. checking for sched_getaffinity... yes
  485. checking for seekdir... yes
  486. checking for select_large_fdset... no
  487. checking for sendfile... yes
  488. checking for setegid... yes
  489. checking for setenv... yes
  490. checking for seteuid... yes
  491. checking for setgid... yes
  492. checking for setgroups... yes
  493. checking for setpgid... yes
  494. checking for setpgrp... yes
  495. checking for setregid... yes
  496. checking for setresgid... yes
  497. checking for setresuid... yes
  498. checking for setreuid... yes
  499. checking for setrgid... no
  500. checking for setrlimit... yes
  501. checking for setruid... no
  502. checking for setsid... yes
  503. checking for setuid... yes
  504. checking for shutdown... yes
  505. checking for sigaction... yes
  506. checking for sigaltstack... yes
  507. checking for sigprocmask... yes
  508. checking for sinh... yes
  509. checking for spawnv... no
  510. checking for symlink... yes
  511. checking for syscall... yes
  512. checking for sysconf... yes
  513. checking for tanh... yes
  514. checking for telldir... yes
  515. checking for timegm... yes
  516. checking for times... yes
  517. checking for truncate... yes
  518. checking for truncate64... yes
  519. checking for unsetenv... yes
  520. checking for utimensat... yes
  521. checking for utimes... yes
  522. checking for wait4... yes
  523. checking for waitpid... yes
  524. checking if getcwd allocates buffer if NULL is given... yes
  525. checking crypt.h usability... yes
  526. checking crypt.h presence... yes
  527. checking for crypt.h... yes
  528. checking for struct crypt_data.initialized... yes
  529. checking for __builtin_bswap16... yes
  530. checking for __builtin_bswap32... yes
  531. checking for __builtin_bswap64... yes
  532. checking for __builtin_popcount... yes
  533. checking for __builtin_popcountll... yes
  534. checking for __builtin_clz... yes
  535. checking for __builtin_clzl... yes
  536. checking for __builtin_clzll... yes
  537. checking for __builtin_ctz... yes
  538. checking for __builtin_ctzll... yes
  539. checking for __builtin_constant_p... yes
  540. checking for __builtin_choose_expr... yes
  541. checking for __builtin_choose_expr_constant_p... yes
  542. checking for __builtin_types_compatible_p... yes
  543. checking whether qsort_r is GNU version... yes
  544. checking whether qsort_r is BSD version... no
  545. checking whether atan2 handles Inf as C99... yes
  546. checking whether lgamma_r handles +0.0 and -0.0... yes
  547. checking for clock_getres... yes
  548. checking for unsetenv returns a value... yes
  549. checking whether struct tm is in sys/time.h or time.h... time.h
  550. checking for struct tm.tm_zone... yes
  551. checking for struct tm.tm_gmtoff... yes
  552. checking for external int daylight... yes
  553. checking for external timezone... long
  554. checking for external altzone... no
  555. checking for timezone... yes
  556. checking whether timezone requires zero arguments... yes
  557. checking for negative time_t for gmtime(3)... yes
  558. checking for localtime(3) overflow correctly... yes
  559. checking for sig_t... yes
  560. checking whether right shift preserve sign bit... yes
  561. checking whether _SC_CLK_TCK is supported... yes
  562. checking stack growing direction on x86_64... -1
  563. checking for pthread_kill in -lthr... no
  564. checking for pthread_kill in -lpthread... yes
  565. checking for pthread_np.h... no
  566. checking whether pthread_t is scalar type... yes
  567. checking for sched_yield... yes
  568. checking for pthread_attr_setinheritsched... yes
  569. checking for pthread_attr_get_np... no
  570. checking for pthread_attr_getstack... yes
  571. checking for pthread_get_stackaddr_np... no
  572. checking for pthread_get_stacksize_np... no
  573. checking for thr_stksegment... no
  574. checking for pthread_stackseg_np... no
  575. checking for pthread_getthrds_np... no
  576. checking for pthread_cond_init... yes
  577. checking for pthread_condattr_setclock... yes
  578. checking for pthread_condattr_init... yes
  579. checking for pthread_sigmask... yes
  580. checking for pthread_setname_np... yes
  581. checking for pthread_set_name_np... no
  582. checking for pthread_getattr_np... yes
  583. checking for pthread_attr_init... yes
  584. checking arguments of pthread_setname_np... (pthread_self(), name)
  585. checking if mcontext_t is a pointer... no
  586. checking for getcontext... yes
  587. checking for setcontext... yes
  588. checking if fork works with pthread... yes
  589. checking whether ELF binaries are produced... yes
  590. checking elf.h usability... yes
  591. checking elf.h presence... yes
  592. checking for elf.h... yes
  593. checking elf_abi.h usability... no
  594. checking elf_abi.h presence... no
  595. checking for elf_abi.h... no
  596. checking whether OS depend dynamic link works... yes
  597. checking for backtrace... yes
  598. checking for broken backtrace... no
  599. checking valgrind/memcheck.h usability... no
  600. checking valgrind/memcheck.h presence... no
  601. checking for valgrind/memcheck.h... no
  602. checking for strip... strip
  603. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  604. checking whether wrapper for LD_LIBRARY_PATH is needed... no
  605. checking whether dtrace USDT is available... no
  606. checking for __builtin_setjmp... yes with cast ()
  607. checking for _setjmpex as a macro or function... no
  608. checking for _setjmp as a macro or function... yes
  609. checking for sigsetjmp as a macro or function... no
  610. checking for setjmp type... __builtin_setjmp
  611. checking for prefix of external symbols... NONE
  612. checking pthread.h usability... yes
  613. checking pthread.h presence... yes
  614. checking for pthread.h... yes
  615. checking if make is GNU make... yes
  616. checking for nroff... /usr/bin/nroff
  617. .ext/include/x86_64-linux/ruby/config.h unchanged
  618. configure: ruby library version = 2.4.0
  619. configure: creating ./config.status
  620. config.status: creating GNUmakefile
  621. config.status: creating Makefile
  622. config.status: creating ruby-2.4.pc
  623. ---
  624. Configuration summary for ruby version 2.4.2
  625.  
  626. * Installation prefix: /usr
  627. * exec prefix: ${prefix}
  628. * arch: x86_64-linux
  629. * site arch: ${arch}
  630. * RUBY_BASE_NAME: ruby
  631. * enable shared: yes
  632. * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
  633. * site libraries path: ${rubylibprefix}/${sitearch}
  634. * vendor path: ${rubylibprefix}/vendor_ruby
  635. * target OS: linux
  636. * compiler: gcc
  637. * with pthread: yes
  638. * enable shared libs: yes
  639. * dynamic library ext: so
  640. * CFLAGS: ${optflags} ${debugflags} ${warnflags}
  641. * LDFLAGS: -L. -fstack-protector -rdynamic \
  642. -Wl,-export-dynamic
  643. * optflags: -O3 -fno-fast-math
  644. * debugflags: -ggdb3
  645. * warnflags: -Wall -Wextra -Wno-unused-parameter \
  646. -Wno-parentheses -Wno-long-long \
  647. -Wno-missing-field-initializers \
  648. -Wno-tautological-compare \
  649. -Wno-parentheses-equality \
  650. -Wno-constant-logical-operand -Wno-self-assign \
  651. -Wunused-variable -Wimplicit-int -Wpointer-arith \
  652. -Wwrite-strings -Wdeclaration-after-statement \
  653. -Wimplicit-function-declaration \
  654. -Wdeprecated-declarations \
  655. -Wno-packed-bitfield-compat \
  656. -Wsuggest-attribute=noreturn \
  657. -Wsuggest-attribute=format \
  658. -Wimplicit-fallthrough=0
  659. * strip command: strip -S -x
  660. * install doc: no
  661. * man page type: doc
  662.  
  663. ---
  664. /Depot/jjjj/ruby-2.4.2/
  665. /Depot/jjjj/ruby-2.4.2/make
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674. gcc (GCC) 7.2.0
  675. Copyright (C) 2017 Free Software Foundation, Inc.
  676. This is free software; see the source for copying conditions. There is NO
  677. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  678.  
  679. making dummy probes.h
  680. file2lastrev.rb: does not seem to be under a vcs: .
  681. make: [uncommon.mk:903: .revision.time] Error 1 (ignored)
  682. ./revision.h unchanged
  683. compiling main.c
  684. compiling dmydln.c
  685. compiling miniinit.c
  686. compiling dmyext.c
  687. compiling miniprelude.c
  688. compiling array.c
  689. compiling bignum.c
  690. compiling class.c
  691. compiling compar.c
  692. compiling compile.c
  693. In function 'iseq_build_kw.isra.68',
  694. inlined from 'rb_iseq_build_from_ary' at compile.c:6991:30:
  695. compile.c:6892:9: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  696. dvs = ALLOC_N(VALUE, default_len);
  697. In file included from ./include/ruby/ruby.h:36:0,
  698. from ./include/ruby.h:33,
  699. from internal.h:15,
  700. from compile.c:12:
  701. compile.c: In function 'rb_iseq_build_from_ary':
  702. ./include/ruby/defines.h:184:18: note: in a call to allocation function 'ruby_xmalloc2' declared here
  703. #define xmalloc2 ruby_xmalloc2
  704. ^
  705. ./include/ruby/defines.h:197:7: note: in expansion of macro 'xmalloc2'
  706. void *xmalloc2(size_t,size_t) RUBY_ATTR_ALLOC_SIZE((1,2));
  707. ^~~~~~~~
  708. compiling complex.c
  709. compiling cont.c
  710. compiling debug.c
  711. compiling dir.c
  712. compiling dln_find.c
  713. compiling encoding.c
  714. compiling enum.c
  715. compiling enumerator.c
  716. compiling error.c
  717. compiling eval.c
  718. compiling file.c
  719. compiling gc.c
  720. compiling hash.c
  721. compiling inits.c
  722. compiling io.c
  723. compiling iseq.c
  724. compiling load.c
  725. compiling marshal.c
  726. compiling math.c
  727. compiling node.c
  728. compiling numeric.c
  729. compiling object.c
  730. compiling pack.c
  731. compiling parse.c
  732. compiling proc.c
  733. compiling process.c
  734. compiling random.c
  735. compiling range.c
  736. compiling rational.c
  737. compiling re.c
  738. compiling regcomp.c
  739. compiling regenc.c
  740. compiling regerror.c
  741. compiling regexec.c
  742. compiling regparse.c
  743. compiling regsyntax.c
  744. compiling ruby.c
  745. compiling safe.c
  746. compiling signal.c
  747. compiling sprintf.c
  748. compiling st.c
  749. compiling strftime.c
  750. compiling string.c
  751. compiling struct.c
  752. compiling symbol.c
  753. compiling thread.c
  754. compiling time.c
  755. compiling transcode.c
  756. compiling util.c
  757. compiling variable.c
  758. compiling version.c
  759. compiling vm.c
  760. compiling vm_backtrace.c
  761. compiling vm_dump.c
  762. compiling vm_trace.c
  763. compiling enc/ascii.c
  764. compiling enc/us_ascii.c
  765. compiling enc/unicode.c
  766. compiling enc/utf_8.c
  767. compiling enc/trans/newline.c
  768. compiling ./missing/explicit_bzero.c
  769. compiling ./missing/setproctitle.c
  770. compiling ./missing/strlcat.c
  771. compiling ./missing/strlcpy.c
  772. compiling addr2line.c
  773. compiling dmyenc.c
  774. linking miniruby
  775. generating encdb.h
  776. encdb.h updated
  777. ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
  778. rbconfig.rb updated
  779. generating enc.mk
  780. making srcs under enc
  781. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  782. make[1]: Nothing to be done for 'srcs'.
  783. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  784. generating transdb.h
  785. transdb.h updated
  786. compiling dln.c
  787. compiling localeinit.c
  788. creating verconf.h
  789. verconf.h updated
  790. compiling loadpath.c
  791. compiling prelude.c
  792. linking static-library libruby-static.a
  793. verifying static-library libruby-static.a
  794. linking shared-library libruby.so.2.4.2
  795. generating makefile exts.mk
  796. configuring openssl
  797. configuring readline
  798. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  799. make[2]: Entering directory '/Depot/jjjj/ruby-2.4.2/ext/openssl'
  800. compiling openssl_missing.c
  801. compiling ossl.c
  802. compiling ossl_asn1.c
  803. compiling ossl_bio.c
  804. compiling ossl_bn.c
  805. compiling ossl_cipher.c
  806. compiling ossl_config.c
  807. compiling ossl_digest.c
  808. compiling ossl_engine.c
  809. compiling ossl_hmac.c
  810. compiling ossl_ns_spki.c
  811. compiling ossl_ocsp.c
  812. compiling ossl_pkcs12.c
  813. compiling ossl_pkcs5.c
  814. compiling ossl_pkcs7.c
  815. compiling ossl_pkey.c
  816. compiling ossl_pkey_dh.c
  817. compiling ossl_pkey_dsa.c
  818. compiling ossl_pkey_ec.c
  819. compiling ossl_pkey_rsa.c
  820. compiling ossl_rand.c
  821. compiling ossl_ssl.c
  822. compiling ossl_ssl_session.c
  823. compiling ossl_x509.c
  824. compiling ossl_x509attr.c
  825. compiling ossl_x509cert.c
  826. compiling ossl_x509crl.c
  827. compiling ossl_x509ext.c
  828. compiling ossl_x509name.c
  829. compiling ossl_x509req.c
  830. compiling ossl_x509revoked.c
  831. compiling ossl_x509store.c
  832. linking shared-object openssl.so
  833. installing default openssl libraries
  834. make[2]: Leaving directory '/Depot/jjjj/ruby-2.4.2/ext/openssl'
  835. make[2]: Entering directory '/Depot/jjjj/ruby-2.4.2/ext/readline'
  836. compiling readline.c
  837. linking shared-object readline.so
  838. make[2]: Leaving directory '/Depot/jjjj/ruby-2.4.2/ext/readline'
  839. make[2]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  840. linking shared-library libruby.so.2.4.2
  841. linking ruby
  842. make[2]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  843. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  844. making enc
  845. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  846. compiling ./enc/encdb.c
  847. linking encoding encdb.so
  848. compiling ./enc/big5.c
  849. linking encoding big5.so
  850. compiling ./enc/cp949.c
  851. linking encoding cp949.so
  852. compiling ./enc/emacs_mule.c
  853. linking encoding emacs_mule.so
  854. compiling ./enc/euc_jp.c
  855. linking encoding euc_jp.so
  856. compiling ./enc/euc_kr.c
  857. linking encoding euc_kr.so
  858. compiling ./enc/euc_tw.c
  859. linking encoding euc_tw.so
  860. compiling ./enc/gb2312.c
  861. linking encoding gb2312.so
  862. compiling ./enc/gb18030.c
  863. linking encoding gb18030.so
  864. compiling ./enc/gbk.c
  865. linking encoding gbk.so
  866. compiling ./enc/iso_8859_1.c
  867. linking encoding iso_8859_1.so
  868. compiling ./enc/iso_8859_2.c
  869. linking encoding iso_8859_2.so
  870. compiling ./enc/iso_8859_3.c
  871. linking encoding iso_8859_3.so
  872. compiling ./enc/iso_8859_4.c
  873. linking encoding iso_8859_4.so
  874. compiling ./enc/iso_8859_5.c
  875. linking encoding iso_8859_5.so
  876. compiling ./enc/iso_8859_6.c
  877. linking encoding iso_8859_6.so
  878. compiling ./enc/iso_8859_7.c
  879. linking encoding iso_8859_7.so
  880. compiling ./enc/iso_8859_8.c
  881. linking encoding iso_8859_8.so
  882. compiling ./enc/iso_8859_9.c
  883. linking encoding iso_8859_9.so
  884. compiling ./enc/iso_8859_10.c
  885. linking encoding iso_8859_10.so
  886. compiling ./enc/iso_8859_11.c
  887. linking encoding iso_8859_11.so
  888. compiling ./enc/iso_8859_13.c
  889. linking encoding iso_8859_13.so
  890. compiling ./enc/iso_8859_14.c
  891. linking encoding iso_8859_14.so
  892. compiling ./enc/iso_8859_15.c
  893. linking encoding iso_8859_15.so
  894. compiling ./enc/iso_8859_16.c
  895. linking encoding iso_8859_16.so
  896. compiling ./enc/koi8_r.c
  897. linking encoding koi8_r.so
  898. compiling ./enc/koi8_u.c
  899. linking encoding koi8_u.so
  900. compiling ./enc/shift_jis.c
  901. linking encoding shift_jis.so
  902. compiling ./enc/utf_16be.c
  903. linking encoding utf_16be.so
  904. compiling ./enc/utf_16le.c
  905. linking encoding utf_16le.so
  906. compiling ./enc/utf_32be.c
  907. linking encoding utf_32be.so
  908. compiling ./enc/utf_32le.c
  909. linking encoding utf_32le.so
  910. compiling ./enc/windows_31j.c
  911. linking encoding windows_31j.so
  912. compiling ./enc/windows_1250.c
  913. linking encoding windows_1250.so
  914. compiling ./enc/windows_1251.c
  915. linking encoding windows_1251.so
  916. compiling ./enc/windows_1252.c
  917. linking encoding windows_1252.so
  918. compiling ./enc/windows_1253.c
  919. linking encoding windows_1253.so
  920. compiling ./enc/windows_1254.c
  921. linking encoding windows_1254.so
  922. compiling ./enc/windows_1257.c
  923. linking encoding windows_1257.so
  924. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  925. making trans
  926. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  927. compiling ./enc/trans/transdb.c
  928. linking transcoder transdb.so
  929. compiling ./enc/trans/big5.c
  930. linking transcoder big5.so
  931. compiling ./enc/trans/chinese.c
  932. linking transcoder chinese.so
  933. compiling ./enc/trans/ebcdic.c
  934. linking transcoder ebcdic.so
  935. compiling ./enc/trans/emoji.c
  936. linking transcoder emoji.so
  937. compiling ./enc/trans/emoji_iso2022_kddi.c
  938. linking transcoder emoji_iso2022_kddi.so
  939. compiling ./enc/trans/emoji_sjis_docomo.c
  940. linking transcoder emoji_sjis_docomo.so
  941. compiling ./enc/trans/emoji_sjis_kddi.c
  942. linking transcoder emoji_sjis_kddi.so
  943. compiling ./enc/trans/emoji_sjis_softbank.c
  944. linking transcoder emoji_sjis_softbank.so
  945. compiling ./enc/trans/escape.c
  946. linking transcoder escape.so
  947. compiling ./enc/trans/gb18030.c
  948. linking transcoder gb18030.so
  949. compiling ./enc/trans/gbk.c
  950. linking transcoder gbk.so
  951. compiling ./enc/trans/iso2022.c
  952. linking transcoder iso2022.so
  953. compiling ./enc/trans/japanese.c
  954. linking transcoder japanese.so
  955. compiling ./enc/trans/japanese_euc.c
  956. linking transcoder japanese_euc.so
  957. compiling ./enc/trans/japanese_sjis.c
  958. linking transcoder japanese_sjis.so
  959. compiling ./enc/trans/korean.c
  960. linking transcoder korean.so
  961. compiling ./enc/trans/single_byte.c
  962. linking transcoder single_byte.so
  963. compiling ./enc/trans/utf8_mac.c
  964. linking transcoder utf8_mac.so
  965. compiling ./enc/trans/utf_16_32.c
  966. linking transcoder utf_16_32.so
  967. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  968. making encs
  969. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  970. make[1]: Nothing to be done for 'encs'.
  971. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  972. /Depot/jjjj/ruby-2.4.2/makei
  973. generating x86_64-linux-fake.rb
  974. In file included from /usr/include/stdio.h:27:0,
  975. from ./include/ruby/defines.h:101,
  976. from ./include/ruby/ruby.h:36,
  977. from ./version.c:12:
  978. /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  979. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  980. ^~~~~~~
  981. cc1: warning: unrecognized command line option '-Wno-self-assign'
  982. cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
  983. cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
  984. x86_64-linux-fake.rb updated
  985. CC = gcc
  986. LD = ld
  987. LDSHARED = gcc -shared
  988. CFLAGS = -O2 -fPIC -fno-strict-overflow -Wno-error -fPIC
  989. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT
  990. CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/9.0.0
  991. DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.4 -fstack-protector
  992. SOLIBS = -lpthread -lgmp -ldl -lcrypt -lm
  993. gcc (GCC) 7.2.0
  994. Copyright (C) 2017 Free Software Foundation, Inc.
  995. This is free software; see the source for copying conditions. There is NO
  996. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  997.  
  998. generating enc.mk
  999. making srcs under enc
  1000. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1001. make[1]: Nothing to be done for 'srcs'.
  1002. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1003. generating transdb.h
  1004. transdb.h unchanged
  1005. generating makefile exts.mk
  1006. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1007. make[2]: Entering directory '/Depot/jjjj/ruby-2.4.2/ext/openssl'
  1008. make[2]: Leaving directory '/Depot/jjjj/ruby-2.4.2/ext/openssl'
  1009. make[2]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1010. make[2]: 'ruby' is up to date.
  1011. make[2]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1012. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1013. making enc
  1014. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1015. make[1]: Nothing to be done for 'enc'.
  1016. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1017. making trans
  1018. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1019. make[1]: Nothing to be done for './enc/trans'.
  1020. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1021. making encs
  1022. make[1]: Entering directory '/Depot/jjjj/ruby-2.4.2'
  1023. make[1]: Nothing to be done for 'encs'.
  1024. make[1]: Leaving directory '/Depot/jjjj/ruby-2.4.2'
  1025. ./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"
  1026. /Depot/jjjj/ruby-2.4.2/lib/rubygems/specification.rb:17:in `require': cannot load such file -- stringio (LoadError)
  1027. from /Depot/jjjj/ruby-2.4.2/lib/rubygems/specification.rb:17:in `<top (required)>'
  1028. from /Depot/jjjj/ruby-2.4.2/lib/rubygems.rb:1334:in `require'
  1029. from /Depot/jjjj/ruby-2.4.2/lib/rubygems.rb:1334:in `<module:Gem>'
  1030. from /Depot/jjjj/ruby-2.4.2/lib/rubygems.rb:116:in `<top (required)>'
  1031. from ./tool/rbinstall.rb:24:in `require'
  1032. from ./tool/rbinstall.rb:24:in `<main>'
  1033. make: *** [uncommon.mk:284: do-install-nodoc] Error 1
Add Comment
Please, Sign In to add comment