Guest User

Untitled

a guest
Nov 7th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.31 KB | None | 0 0
  1. /var/folders/qc/bflqyv394j1c70pj52k53vf40000gp/T/ruby-build.20181107143635.8229 ~
  2. /var/folders/qc/bflqyv394j1c70pj52k53vf40000gp/T/ruby-build.20181107143635.8229/ruby-2.4.2 /var/folders/qc/bflqyv394j1c70pj52k53vf40000gp/T/ruby-build.20181107143635.8229 ~
  3. checking for ruby... /Users/patrickaikens/.rbenv/shims/ruby
  4. config.guess already exists
  5. config.sub already exists
  6. checking build system type... x86_64-apple-darwin18.2.0
  7. checking host system type... x86_64-apple-darwin18.2.0
  8. checking target system type... x86_64-apple-darwin18.2.0
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether clang accepts -g... yes
  16. checking for clang option to accept ISO C89... none needed
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether clang++ accepts -g... yes
  19. checking how to run the C preprocessor... clang -E
  20. checking for grep that handles long lines and -e... /usr/local/bin/grep
  21. checking for egrep... /usr/local/bin/grep -E
  22. checking whether clang needs -traditional... no
  23. checking for ld... ld
  24. checking whether the linker is GNU ld... no
  25. checking whether clang -E accepts -o... yes
  26. checking for real target cpu... x86_64
  27. checking for ranlib... ranlib
  28. checking for ar... ar
  29. checking for ar D option... yes
  30. checking for as... as
  31. checking for objdump... objdump
  32. checking for objcopy... objcopy
  33. checking for nm... nm
  34. checking whether ln -s works... yes
  35. checking whether make sets $(MAKE)... yes
  36. checking for a BSD-compatible install... /usr/local/opt/coreutils/libexec/gnubin/install -c
  37. checking for a thread-safe mkdir -p... /usr/local/opt/coreutils/libexec/gnubin/mkdir -p
  38. checking for dtrace... dtrace
  39. checking for dot... dot
  40. checking for doxygen... doxygen
  41. checking for pkg-config... pkg-config
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking minix/config.h usability... no
  53. checking minix/config.h presence... no
  54. checking for minix/config.h... no
  55. checking whether it is safe to define __EXTENSIONS__... yes
  56. checking for cd using physical directory... cd -P
  57. checking whether CFLAGS is valid... yes
  58. checking whether LDFLAGS is valid... yes
  59. checking whether -Wl,-R. is accepted as LDFLAGS... no
  60. checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
  61. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  62. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  63. checking whether -Wno-long-long is accepted as CFLAGS... yes
  64. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  65. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  66. checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
  67. checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
  68. checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
  69. checking whether -Wno-self-assign is accepted as CFLAGS... yes
  70. checking whether -Wunused-variable is accepted as CFLAGS... yes
  71. checking whether -Wimplicit-int is accepted as CFLAGS... yes
  72. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  73. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  74. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  75. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
  76. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  77. checking whether -Wdivision-by-zero is accepted as CFLAGS... yes
  78. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  79. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no
  80. checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no
  81. checking whether -Wsuggest-attribute=format is accepted as CFLAGS... no
  82. checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no
  83. checking whether -Wextra-tokens is accepted as CFLAGS... yes
  84. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  85. checking whether -Qunused-arguments is accepted as CFLAGS... yes
  86. checking whether INFINITY is available without C99 option... yes
  87. checking whether NAN is available without C99 option... yes
  88. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  89. checking whether -fstack-protector is accepted as CFLAGS... yes
  90. checking whether -fstack-protector is accepted as LDFLAGS... yes
  91. checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... no
  92. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  93. checking whether -ggdb3 is accepted as CFLAGS... yes
  94. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  95. checking whether -fno-fast-math is accepted as CFLAGS... yes
  96. checking whether -fexcess-precision=standard is accepted as CFLAGS... no
  97. checking whether -fp-model precise is accepted as CFLAGS... no
  98. checking whether Mac OS X 10.5 or later... yes
  99. checking for broken crypt with 8bit chars... yes
  100. checking for codesign... codesign
  101. checking for crt_externs.h... yes
  102. checking for crypt in -lcrypt... (cached) no
  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... no
  112. checking a.out.h presence... no
  113. checking for a.out.h... no
  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... no
  145. checking malloc.h presence... no
  146. checking for malloc.h... no
  147. checking malloc/malloc.h usability... yes
  148. checking malloc/malloc.h presence... yes
  149. checking for malloc/malloc.h... yes
  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... yes
  166. checking sys/attr.h presence... yes
  167. checking for sys/attr.h... yes
  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... no
  187. checking sys/prctl.h presence... no
  188. checking for sys/prctl.h... no
  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... no
  196. checking sys/sendfile.h presence... no
  197. checking for sys/sendfile.h... no
  198. checking sys/socket.h usability... yes
  199. checking sys/socket.h presence... yes
  200. checking for sys/socket.h... yes
  201. checking for sys/syscall.h... (cached) no
  202. checking sys/sysmacros.h usability... no
  203. checking sys/sysmacros.h presence... no
  204. checking for sys/sysmacros.h... no
  205. checking sys/time.h usability... yes
  206. checking sys/time.h presence... yes
  207. checking for sys/time.h... yes
  208. checking sys/times.h usability... yes
  209. checking sys/times.h presence... yes
  210. checking for sys/times.h... yes
  211. checking sys/uio.h usability... yes
  212. checking sys/uio.h presence... yes
  213. checking for sys/uio.h... yes
  214. checking sys/utime.h usability... no
  215. checking sys/utime.h presence... no
  216. checking for sys/utime.h... no
  217. checking for syscall.h... (cached) no
  218. checking time.h usability... yes
  219. checking time.h presence... yes
  220. checking for time.h... yes
  221. checking ucontext.h usability... yes
  222. checking ucontext.h presence... yes
  223. checking for ucontext.h... yes
  224. checking utime.h usability... yes
  225. checking utime.h presence... yes
  226. checking for utime.h... yes
  227. checking gmp.h usability... yes
  228. checking gmp.h presence... yes
  229. checking for gmp.h... yes
  230. checking for library containing __gmpz_init... -lgmp
  231. checking for special C compiler options needed for large files... no
  232. checking for _FILE_OFFSET_BITS value needed for large files... no
  233. checking whether byte ordering is bigendian... no
  234. checking for an ANSI C-conforming const... yes
  235. checking whether char is unsigned... no
  236. checking for inline... inline
  237. checking for working volatile... yes
  238. checking for typeof syntax and keyword spelling... typeof
  239. checking for long long... yes
  240. checking for off_t... yes
  241. checking char bit... 8
  242. checking size of int... 4
  243. checking size of short... 2
  244. checking size of long... 8
  245. checking size of long long... 8
  246. checking size of __int64... 0
  247. checking size of __int128... 16
  248. checking size of off_t... 8
  249. checking size of void*... 8
  250. checking size of float... 4
  251. checking size of double... 8
  252. checking size of time_t... 8
  253. checking size of clock_t... 8
  254. checking packed struct attribute... x __attribute__((packed))
  255. checking for printf prefix for long long... ll
  256. checking for pid_t... yes
  257. checking for convertible type of pid_t... INT
  258. checking for uid_t... yes
  259. checking for convertible type of uid_t... UINT
  260. checking for gid_t... yes
  261. checking for convertible type of gid_t... UINT
  262. checking for time_t... yes
  263. checking for convertible type of time_t... LONG
  264. checking for dev_t... yes
  265. checking for convertible type of dev_t... INT
  266. checking for mode_t... yes
  267. checking for convertible type of mode_t... UINT
  268. checking for rlim_t... yes
  269. checking for convertible type of rlim_t... ULL
  270. checking for off_t... (cached) yes
  271. checking for convertible type of off_t... LL
  272. checking for clockid_t... no
  273. checking for convertible type of clockid_t... INT
  274. checking for prototypes... yes
  275. checking token paste string... ansi
  276. checking stringization... #expr
  277. checking string literal concatenation... yes
  278. checking for variable length prototypes and stdarg.h... yes
  279. checking for variable length macro... yes
  280. checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
  281. checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
  282. checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
  283. checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
  284. checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
  285. checking for DEPRECATED_TYPE type attribute... x __attribute__ ((__deprecated__ mesg))
  286. checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
  287. checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
  288. checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
  289. checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
  290. checking for ERRORFUNC function attribute... x
  291. checking for WARNINGFUNC function attribute... x
  292. checking for WEAK function attribute... __attribute__ ((__weak__)) x
  293. checking for FUNC_STDCALL function attribute... x
  294. checking for FUNC_CDECL function attribute... __attribute__ ((__cdecl__)) x
  295. checking for FUNC_FASTCALL function attribute... x
  296. checking for FUNC_UNOPTIMIZED function attribute... x
  297. checking for FUNC_MINIMIZED function attribute... x
  298. checking for function alias... no
  299. checking for __atomic builtins... yes
  300. checking for __sync builtins... yes
  301. checking for __builtin_unreachable... yes
  302. checking for exported function attribute... __attribute__ ((__visibility__("default")))
  303. checking for function name string predefined identifier... __func__
  304. checking if enum over int is allowed... yes
  305. checking whether sys_nerr is declared... yes
  306. checking whether getenv is declared... yes
  307. checking for size_t... yes
  308. checking size of size_t... 8
  309. checking size of ptrdiff_t... 8
  310. checking for printf prefix for size_t... z
  311. checking for printf prefix for ptrdiff_t... t
  312. checking for struct stat.st_blksize... yes
  313. checking for struct stat.st_blocks... yes
  314. checking for struct stat.st_rdev... yes
  315. checking size of struct stat.st_size... SIZEOF_OFF_T
  316. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  317. checking size of struct stat.st_ino... SIZEOF_LONG
  318. checking for struct stat.st_atim... no
  319. checking for struct stat.st_atimespec... yes
  320. checking for struct stat.st_atimensec... no
  321. checking for struct stat.st_mtim... no
  322. checking for struct stat.st_mtimespec... yes
  323. checking for struct stat.st_mtimensec... no
  324. checking for struct stat.st_ctim... no
  325. checking for struct stat.st_ctimespec... yes
  326. checking for struct stat.st_ctimensec... no
  327. checking for struct stat.st_birthtimespec... yes
  328. checking for struct timeval... yes
  329. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  330. checking for struct timespec... yes
  331. checking for struct timezone... yes
  332. checking for clockid_t... (cached) no
  333. checking for fd_mask... yes
  334. checking for int8_t... yes
  335. checking size of int8_t... 1
  336. checking for uint8_t... yes
  337. checking size of uint8_t... 1
  338. checking for int16_t... yes
  339. checking size of int16_t... 2
  340. checking for uint16_t... yes
  341. checking size of uint16_t... 2
  342. checking for int32_t... yes
  343. checking size of int32_t... 4
  344. checking for uint32_t... yes
  345. checking size of uint32_t... 4
  346. checking for int64_t... yes
  347. checking size of int64_t... 8
  348. checking for uint64_t... yes
  349. checking size of uint64_t... 8
  350. checking for int128_t... __int128
  351. checking for uint128_t... unsigned __int128
  352. checking for intptr_t... yes
  353. checking size of intptr_t... 8
  354. checking for uintptr_t... yes
  355. checking size of uintptr_t... 8
  356. checking for ssize_t... yes
  357. checking size of ssize_t... 8
  358. checking for stack end address... no
  359. checking for uid_t in sys/types.h... (cached) yes
  360. checking type of array argument to getgroups... (cached) gid_t
  361. checking return type of signal handlers... void
  362. checking for working alloca.h... yes
  363. checking for alloca... yes
  364. checking for dynamic size alloca... ok
  365. checking for working memcmp... yes
  366. checking for broken erfc of glibc-2.3.6 on IA64... no
  367. checking for acosh... yes
  368. checking for cbrt... yes
  369. checking for crypt... yes
  370. checking for dup2... yes
  371. checking for erf... yes
  372. checking for explicit_bzero... no
  373. checking for ffs... yes
  374. checking for finite... yes
  375. checking for flock... yes
  376. checking for hypot... yes
  377. checking for isinf... yes
  378. checking for isnan... yes
  379. checking for lgamma_r... yes
  380. checking for memmove... yes
  381. checking for nextafter... yes
  382. checking for setproctitle... no
  383. checking for strchr... yes
  384. checking for strerror... yes
  385. checking for strlcat... yes
  386. checking for strlcpy... yes
  387. checking for strstr... yes
  388. checking for tgamma... yes
  389. checking sys/pstat.h usability... no
  390. checking sys/pstat.h presence... no
  391. checking for sys/pstat.h... no
  392. checking for signbit... yes
  393. checking for broken memmem... yes
  394. checking for pid_t... (cached) yes
  395. checking vfork.h usability... no
  396. checking vfork.h presence... no
  397. checking for vfork.h... no
  398. checking for fork... yes
  399. checking for vfork... (cached) no
  400. checking for working fork... yes
  401. checking for __syscall... (cached) no
  402. checking for _longjmp... yes
  403. checking for arc4random_buf... yes
  404. checking for atan2l... yes
  405. checking for atan2f... yes
  406. checking for chroot... yes
  407. checking for chsize... no
  408. checking for clock_gettime... yes
  409. checking for cosh... yes
  410. checking for crypt_r... no
  411. checking for daemon... (cached) no
  412. checking for dirfd... yes
  413. checking for dl_iterate_phdr... no
  414. checking for dlopen... yes
  415. checking for dladdr... yes
  416. checking for dup... yes
  417. checking for dup3... no
  418. checking for eaccess... no
  419. checking for endgrent... yes
  420. checking for fchmod... yes
  421. checking for fchown... yes
  422. checking for fcntl... yes
  423. checking for fdatasync... (cached) no
  424. checking for fgetattrlist... yes
  425. checking for fmod... yes
  426. checking for fsync... yes
  427. checking for ftruncate... yes
  428. checking for ftruncate64... no
  429. checking for getattrlist... yes
  430. checking for getcwd... yes
  431. checking for getgidx... no
  432. checking for getgrnam... yes
  433. checking for getgrnam_r... yes
  434. checking for getgroups... yes
  435. checking for getpgid... yes
  436. checking for getpgrp... yes
  437. checking for getpriority... yes
  438. checking for getpwnam_r... yes
  439. checking for getresgid... no
  440. checking for getresuid... no
  441. checking for getrlimit... yes
  442. checking for getsid... yes
  443. checking for gettimeofday... yes
  444. checking for getuidx... no
  445. checking for gmtime_r... yes
  446. checking for initgroups... yes
  447. checking for ioctl... yes
  448. checking for isfinite... no
  449. checking for issetugid... yes
  450. checking for killpg... yes
  451. checking for lchmod... yes
  452. checking for lchown... yes
  453. checking for link... yes
  454. checking for llabs... yes
  455. checking for lockf... yes
  456. checking for log2... yes
  457. checking for lstat... yes
  458. checking for malloc_usable_size... no
  459. checking for malloc_size... yes
  460. checking for mblen... yes
  461. checking for memalign... no
  462. checking for memset_s... yes
  463. checking for writev... yes
  464. checking for memrchr... no
  465. checking for memmem... (cached) no
  466. checking for mkfifo... yes
  467. checking for mknod... yes
  468. checking for mktime... yes
  469. checking for pipe2... no
  470. checking for poll... yes
  471. checking for posix_fadvise... no
  472. checking for posix_memalign... yes
  473. checking for ppoll... no
  474. checking for pread... yes
  475. checking for qsort_r... yes
  476. checking for qsort_s... no
  477. checking for readlink... yes
  478. checking for round... yes
  479. checking for sched_getaffinity... no
  480. checking for seekdir... yes
  481. checking for select_large_fdset... no
  482. checking for sendfile... yes
  483. checking for setegid... yes
  484. checking for setenv... yes
  485. checking for seteuid... yes
  486. checking for setgid... yes
  487. checking for setgroups... yes
  488. checking for setpgid... yes
  489. checking for setpgrp... yes
  490. checking for setregid... yes
  491. checking for setresgid... no
  492. checking for setresuid... no
  493. checking for setreuid... yes
  494. checking for setrgid... yes
  495. checking for setrlimit... yes
  496. checking for setruid... yes
  497. checking for setsid... yes
  498. checking for setuid... yes
  499. checking for shutdown... yes
  500. checking for sigaction... yes
  501. checking for sigaltstack... yes
  502. checking for sigprocmask... yes
  503. checking for sinh... yes
  504. checking for spawnv... no
  505. checking for symlink... yes
  506. checking for syscall... (cached) no
  507. checking for sysconf... yes
  508. checking for tanh... yes
  509. checking for telldir... yes
  510. checking for timegm... yes
  511. checking for times... yes
  512. checking for truncate... yes
  513. checking for truncate64... no
  514. checking for unsetenv... yes
  515. checking for utimensat... yes
  516. checking for utimes... yes
  517. checking for wait4... yes
  518. checking for waitpid... yes
  519. checking if getcwd allocates buffer if NULL is given... yes
  520. checking for __builtin_bswap16... yes
  521. checking for __builtin_bswap32... yes
  522. checking for __builtin_bswap64... yes
  523. checking for __builtin_popcount... yes
  524. checking for __builtin_popcountll... yes
  525. checking for __builtin_clz... yes
  526. checking for __builtin_clzl... yes
  527. checking for __builtin_clzll... yes
  528. checking for __builtin_ctz... yes
  529. checking for __builtin_ctzll... yes
  530. checking for __builtin_constant_p... yes
  531. checking for __builtin_choose_expr... yes
  532. checking for __builtin_choose_expr_constant_p... yes
  533. checking for __builtin_types_compatible_p... yes
  534. checking whether qsort_r is GNU version... no
  535. checking whether qsort_r is BSD version... yes
  536. checking whether atan2 handles Inf as C99... yes
  537. checking whether lgamma_r handles +0.0 and -0.0... no
  538. checking for clock_getres... yes
  539. checking for unsetenv returns a value... yes
  540. checking whether struct tm is in sys/time.h or time.h... time.h
  541. checking for struct tm.tm_zone... yes
  542. checking for struct tm.tm_gmtoff... yes
  543. checking for external int daylight... yes
  544. checking for external timezone... long
  545. checking for external altzone... no
  546. checking for timezone... yes
  547. checking whether timezone requires zero arguments... yes
  548. checking for negative time_t for gmtime(3)... yes
  549. checking for localtime(3) overflow correctly... yes
  550. checking for sig_t... yes
  551. checking whether right shift preserve sign bit... yes
  552. checking whether _SC_CLK_TCK is supported... yes
  553. checking stack growing direction on x86_64... -1
  554. checking for pthread_kill in -lthr... no
  555. checking for pthread_kill in -lpthread... yes
  556. checking for pthread_np.h... no
  557. checking whether pthread_t is scalar type... yes
  558. checking for sched_yield... yes
  559. checking for pthread_attr_setinheritsched... yes
  560. checking for pthread_attr_get_np... no
  561. checking for pthread_attr_getstack... yes
  562. checking for pthread_get_stackaddr_np... yes
  563. checking for pthread_get_stacksize_np... yes
  564. checking for thr_stksegment... no
  565. checking for pthread_stackseg_np... no
  566. checking for pthread_getthrds_np... no
  567. checking for pthread_cond_init... yes
  568. checking for pthread_condattr_setclock... no
  569. checking for pthread_condattr_init... yes
  570. checking for pthread_sigmask... yes
  571. checking for pthread_setname_np... yes
  572. checking for pthread_set_name_np... no
  573. checking for pthread_getattr_np... no
  574. checking for pthread_attr_init... yes
  575. checking arguments of pthread_setname_np... (name)
  576. checking if mcontext_t is a pointer... yes
  577. checking for getcontext... (cached) no
  578. checking for setcontext... (cached) no
  579. checking if fork works with pthread... yes
  580. checking whether ELF binaries are produced... no
  581. checking whether OS depend dynamic link works... yes
  582. checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS... yes
  583. checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS... yes
  584. checking execinfo.h usability... yes
  585. checking execinfo.h presence... yes
  586. checking for execinfo.h... yes
  587. checking for backtrace in -lexecinfo... no
  588. checking libunwind.h usability... yes
  589. checking libunwind.h presence... yes
  590. checking for libunwind.h... yes
  591. checking for backtrace... yes
  592. checking for broken backtrace... yes
  593. checking valgrind/memcheck.h usability... no
  594. checking valgrind/memcheck.h presence... no
  595. checking for valgrind/memcheck.h... no
  596. checking for strip... strip
  597. checking whether -fPIE is accepted as CFLAGS... yes
  598. checking whether -pie is accepted as LDFLAGS... no
  599. checking whether -Wl,-pie is accepted as LDFLAGS... yes
  600. checking whether wrapper for DYLD_LIBRARY_PATH is needed... yes
  601. checking whether dtrace USDT is available... yes(-xnolibs)
  602. checking whether dtrace needs post processing... no
  603. checking for __builtin_setjmp... (cached) no
  604. checking for _setjmpex as a macro or function... no
  605. checking for _setjmp as a macro or function... yes
  606. checking for sigsetjmp as a macro or function... yes
  607. checking for setjmp type... _setjmp
  608. checking for prefix of external symbols... nm: conftest.o: unknown load command 0x32
  609. nm: conftest.o: unknown load command 0x32
  610. nm: conftest.o: unknown load command 0x32
  611. nm: conftest.o: file format not recognized
  612. NONE
  613. checking pthread.h usability... yes
  614. checking pthread.h presence... yes
  615. checking for pthread.h... yes
  616. checking if make is GNU make... yes
  617. checking for nroff... /usr/bin/nroff
  618. .ext/include/x86_64-darwin18/ruby/config.h updated
  619. configure: ruby library version = 2.4.0
  620. configure: creating ./config.status
  621. config.status: creating GNUmakefile
  622. config.status: creating Makefile
  623. config.status: creating ruby-2.4.pc
  624. ---
  625. Configuration summary for ruby version 2.4.2
  626.  
  627. * Installation prefix: /Users/patrickaikens/.rbenv/versions/2.4.2
  628. * exec prefix: ${prefix}
  629. * arch: x86_64-darwin18
  630. * site arch: ${arch}
  631. * RUBY_BASE_NAME: ruby
  632. * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
  633. * site libraries path: ${rubylibprefix}/${sitearch}
  634. * vendor path: ${rubylibprefix}/vendor_ruby
  635. * target OS: darwin18
  636. * compiler: clang
  637. * with pthread: yes
  638. * enable shared libs: no
  639. * dynamic library ext: bundle
  640. * CFLAGS: ${optflags} ${debugflags} ${warnflags}
  641. * LDFLAGS: -L. \
  642. -L/Users/patrickaikens/.rbenv/versions/2.4.2/lib \
  643. -fstack-protector -L/usr/local/lib
  644. * optflags: -O3 -fno-fast-math
  645. * debugflags: -ggdb3
  646. * warnflags: -Wall -Wextra -Wno-unused-parameter \
  647. -Wno-parentheses -Wno-long-long \
  648. -Wno-missing-field-initializers \
  649. -Wno-tautological-compare \
  650. -Wno-parentheses-equality \
  651. -Wno-constant-logical-operand -Wno-self-assign \
  652. -Wunused-variable -Wimplicit-int -Wpointer-arith \
  653. -Wwrite-strings -Wdeclaration-after-statement \
  654. -Wshorten-64-to-32 \
  655. -Wimplicit-function-declaration \
  656. -Wdivision-by-zero -Wdeprecated-declarations \
  657. -Wextra-tokens
  658. * strip command: strip -A -n
  659. * install doc: yes
  660. * man page type: doc
  661.  
  662. ---
  663. CC = clang
  664. LD = ld
  665. LDSHARED = clang -dynamic -bundle
  666. CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe
  667. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  668. CPPFLAGS = -I/Users/patrickaikens/.rbenv/versions/2.4.2/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin18 -I./include -I. -I./enc/unicode/9.0.0
  669. DLDFLAGS = -L/Users/patrickaikens/.rbenv/versions/2.4.2/lib -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -fstack-protector -Wl,-u,_objc_msgSend -Wl,-pie -framework CoreFoundation
  670. SOLIBS =
  671. Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  672. Target: x86_64-apple-darwin18.2.0
  673. Thread model: posix
  674. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  675. translating probes probes.d
  676. compiling main.c
  677. compiling dmydln.c
  678. compiling miniinit.c
  679. compiling dmyext.c
  680. compiling miniprelude.c
  681. compiling bignum.c
  682. compiling class.c
  683. compiling compar.c
  684. compiling compile.c
  685. . ./vm_opts.h
  686. compiling complex.c
  687. compiling cont.c
  688. compiling debug.c
  689. compiling dir.c
  690. compiling dln_find.c
  691. compiling encoding.c
  692. compiling enum.c
  693. compiling enumerator.c
  694. compiling error.c
  695. compiling eval.c
  696. compiling file.c
  697. compiling gc.c
  698. compiling hash.c
  699. compiling inits.c
  700. compiling io.c
  701. compiling iseq.c
  702. compiling load.c
  703. compiling marshal.c
  704. compiling math.c
  705. compiling node.c
  706. compiling numeric.c
  707. compiling object.c
  708. compiling pack.c
  709. compiling parse.c
  710. compiling proc.c
  711. compiling process.c
  712. compiling random.c
  713. compiling range.c
  714. compiling rational.c
  715. compiling re.c
  716. compiling regcomp.c
  717. compiling regenc.c
  718. compiling regerror.c
  719. compiling regexec.c
  720. compiling regparse.c
  721. compiling regsyntax.c
  722. compiling ruby.c
  723. compiling safe.c
  724. compiling signal.c
  725. compiling sprintf.c
  726. compiling st.c
  727. compiling strftime.c
  728. compiling string.c
  729. compiling struct.c
  730. compiling symbol.c
  731. compiling thread.c
  732. compiling time.c
  733. compiling transcode.c
  734. compiling util.c
  735. compiling variable.c
  736. compiling version.c
  737. compiling vm.c
  738. compiling vm_backtrace.c
  739. compiling vm_dump.c
  740. compiling vm_trace.c
  741. compiling ./missing/explicit_bzero.c
  742. compiling ./missing/setproctitle.c
  743. compiling dmyenc.c
  744. compiling dln.c
  745. compiling localeinit.c
  746. compiling prelude.c
  747. compiling array.c
  748. compiling enc/ascii.c
  749. config.status: creating ruby-runner.h
  750. compiling enc/us_ascii.c
  751. compiling enc/unicode.c
  752. compiling enc/utf_8.c
  753. compiling enc/trans/newline.c
  754. linking miniruby
  755. generating encdb.h
  756. ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
  757. encdb.h updated
  758. rbconfig.rb updated
  759. generating enc.mk
  760. creating verconf.h
  761. verconf.h updated
  762. compiling loadpath.c
  763. making srcs under enc
  764. make[1]: Entering directory '/private/var/folders/qc/bflqyv394j1c70pj52k53vf40000gp/T/ruby-build.20181107143635.8229/ruby-2.4.2'
  765. make[1]: Nothing to be done for 'srcs'.
  766. make[1]: Leaving directory '/private/var/folders/qc/bflqyv394j1c70pj52k53vf40000gp/T/ruby-build.20181107143635.8229/ruby-2.4.2'
  767. generating transdb.h
  768. linking static-library libruby-static.a
  769. ar: dln.o: unknown load command 0x32
  770. ar: dln.o: unknown load command 0x32
  771. ar: dln.o: unknown load command 0x32
  772. ar: localeinit.o: unknown load command 0x32
  773. ar: localeinit.o: unknown load command 0x32
  774. ar: localeinit.o: unknown load command 0x32
  775. ar: loadpath.o: unknown load command 0x32
  776. ar: loadpath.o: unknown load command 0x32
  777. ar: loadpath.o: unknown load command 0x32
  778. ar: array.o: unknown load command 0x32
  779. ar: array.o: unknown load command 0x32
  780. ar: array.o: unknown load command 0x32
  781. ar: bignum.o: unknown load command 0x32
  782. ar: bignum.o: unknown load command 0x32
  783. ar: bignum.o: unknown load command 0x32
  784. ar: class.o: unknown load command 0x32
  785. ar: class.o: unknown load command 0x32
  786. ar: class.o: unknown load command 0x32
  787. ar: compar.o: unknown load command 0x32
  788. ar: compar.o: unknown load command 0x32
  789. ar: compar.o: unknown load command 0x32
  790. ar: compile.o: unknown load command 0x32
  791. ar: compile.o: unknown load command 0x32
  792. ar: compile.o: unknown load command 0x32
  793. ar: complex.o: unknown load command 0x32
  794. ar: complex.o: unknown load command 0x32
  795. ar: complex.o: unknown load command 0x32
  796. ar: cont.o: unknown load command 0x32
  797. ar: cont.o: unknown load command 0x32
  798. ar: cont.o: unknown load command 0x32
  799. ar: debug.o: unknown load command 0x32
  800. ar: debug.o: unknown load command 0x32
  801. ar: debug.o: unknown load command 0x32
  802. ar: dir.o: unknown load command 0x32
  803. ar: dir.o: unknown load command 0x32
  804. ar: dir.o: unknown load command 0x32
  805. ar: dln_find.o: unknown load command 0x32
  806. ar: dln_find.o: unknown load command 0x32
  807. ar: dln_find.o: unknown load command 0x32
  808. ar: encoding.o: unknown load command 0x32
  809. ar: encoding.o: unknown load command 0x32
  810. ar: encoding.o: unknown load command 0x32
  811. ar: enum.o: unknown load command 0x32
  812. ar: enum.o: unknown load command 0x32
  813. ar: enum.o: unknown load command 0x32
  814. ar: enumerator.o: unknown load command 0x32
  815. ar: enumerator.o: unknown load command 0x32
  816. ar: enumerator.o: unknown load command 0x32
  817. ar: error.o: unknown load command 0x32
  818. ar: error.o: unknown load command 0x32
  819. ar: error.o: unknown load command 0x32
  820. ar: eval.o: unknown load command 0x32
  821. ar: eval.o: unknown load command 0x32
  822. ar: eval.o: unknown load command 0x32
  823. ar: file.o: unknown load command 0x32
  824. ar: file.o: unknown load command 0x32
  825. ar: file.o: unknown load command 0x32
  826. ar: gc.o: unknown load command 0x32
  827. ar: gc.o: unknown load command 0x32
  828. ar: gc.o: unknown load command 0x32
  829. ar: hash.o: unknown load command 0x32
  830. ar: hash.o: unknown load command 0x32
  831. ar: hash.o: unknown load command 0x32
  832. ar: inits.o: unknown load command 0x32
  833. ar: inits.o: unknown load command 0x32
  834. ar: inits.o: unknown load command 0x32
  835. ar: io.o: unknown load command 0x32
  836. ar: io.o: unknown load command 0x32
  837. ar: io.o: unknown load command 0x32
  838. ar: iseq.o: unknown load command 0x32
  839. ar: iseq.o: unknown load command 0x32
  840. ar: iseq.o: unknown load command 0x32
  841. ar: load.o: unknown load command 0x32
  842. ar: load.o: unknown load command 0x32
  843. ar: load.o: unknown load command 0x32
  844. ar: marshal.o: unknown load command 0x32
  845. ar: marshal.o: unknown load command 0x32
  846. ar: marshal.o: unknown load command 0x32
  847. ar: math.o: unknown load command 0x32
  848. ar: math.o: unknown load command 0x32
  849. ar: math.o: unknown load command 0x32
  850. ar: node.o: unknown load command 0x32
  851. ar: node.o: unknown load command 0x32
  852. ar: node.o: unknown load command 0x32
  853. ar: numeric.o: unknown load command 0x32
  854. ar: numeric.o: unknown load command 0x32
  855. ar: numeric.o: unknown load command 0x32
  856. ar: object.o: unknown load command 0x32
  857. ar: object.o: unknown load command 0x32
  858. ar: object.o: unknown load command 0x32
  859. ar: pack.o: unknown load command 0x32
  860. ar: pack.o: unknown load command 0x32
  861. ar: pack.o: unknown load command 0x32
  862. ar: parse.o: unknown load command 0x32
  863. ar: parse.o: unknown load command 0x32
  864. ar: parse.o: unknown load command 0x32
  865. ar: proc.o: unknown load command 0x32
  866. ar: proc.o: unknown load command 0x32
  867. ar: proc.o: unknown load command 0x32
  868. ar: process.o: unknown load command 0x32
  869. ar: process.o: unknown load command 0x32
  870. ar: process.o: unknown load command 0x32
  871. ar: random.o: unknown load command 0x32
  872. ar: random.o: unknown load command 0x32
  873. ar: random.o: unknown load command 0x32
  874. ar: range.o: unknown load command 0x32
  875. ar: range.o: unknown load command 0x32
  876. ar: range.o: unknown load command 0x32
  877. ar: rational.o: unknown load command 0x32
  878. ar: rational.o: unknown load command 0x32
  879. ar: rational.o: unknown load command 0x32
  880. ar: re.o: unknown load command 0x32
  881. ar: re.o: unknown load command 0x32
  882. ar: re.o: unknown load command 0x32
  883. ar: regcomp.o: unknown load command 0x32
  884. ar: regcomp.o: unknown load command 0x32
  885. ar: regcomp.o: unknown load command 0x32
  886. ar: regenc.o: unknown load command 0x32
  887. ar: regenc.o: unknown load command 0x32
  888. ar: regenc.o: unknown load command 0x32
  889. ar: regerror.o: unknown load command 0x32
  890. ar: regerror.o: unknown load command 0x32
  891. ar: regerror.o: unknown load command 0x32
  892. ar: regexec.o: unknown load command 0x32
  893. ar: regexec.o: unknown load command 0x32
  894. ar: regexec.o: unknown load command 0x32
  895. ar: regparse.o: unknown load command 0x32
  896. ar: regparse.o: unknown load command 0x32
  897. ar: regparse.o: unknown load command 0x32
  898. ar: regsyntax.o: unknown load command 0x32
  899. ar: regsyntax.o: unknown load command 0x32
  900. ar: regsyntax.o: unknown load command 0x32
  901. ar: ruby.o: unknown load command 0x32
  902. ar: ruby.o: unknown load command 0x32
  903. ar: ruby.o: unknown load command 0x32
  904. ar: safe.o: unknown load command 0x32
  905. ar: safe.o: unknown load command 0x32
  906. ar: safe.o: unknown load command 0x32
  907. ar: signal.o: unknown load command 0x32
  908. ar: signal.o: unknown load command 0x32
  909. ar: signal.o: unknown load command 0x32
  910. ar: sprintf.o: unknown load command 0x32
  911. ar: sprintf.o: unknown load command 0x32
  912. ar: sprintf.o: unknown load command 0x32
  913. ar: st.o: unknown load command 0x32
  914. ar: st.o: unknown load command 0x32
  915. ar: st.o: unknown load command 0x32
  916. ar: strftime.o: unknown load command 0x32
  917. ar: strftime.o: unknown load command 0x32
  918. ar: strftime.o: unknown load command 0x32
  919. ar: string.o: unknown load command 0x32
  920. ar: string.o: unknown load command 0x32
  921. ar: string.o: unknown load command 0x32
  922. ar: struct.o: unknown load command 0x32
  923. ar: struct.o: unknown load command 0x32
  924. ar: struct.o: unknown load command 0x32
  925. ar: symbol.o: unknown load command 0x32
  926. ar: symbol.o: unknown load command 0x32
  927. ar: symbol.o: unknown load command 0x32
  928. ar: thread.o: unknown load command 0x32
  929. ar: thread.o: unknown load command 0x32
  930. ar: thread.o: unknown load command 0x32
  931. ar: time.o: unknown load command 0x32
  932. ar: time.o: unknown load command 0x32
  933. ar: time.o: unknown load command 0x32
  934. ar: transcode.o: unknown load command 0x32
  935. ar: transcode.o: unknown load command 0x32
  936. ar: transcode.o: unknown load command 0x32
  937. ar: util.o: unknown load command 0x32
  938. ar: util.o: unknown load command 0x32
  939. ar: util.o: unknown load command 0x32
  940. ar: variable.o: unknown load command 0x32
  941. ar: variable.o: unknown load command 0x32
  942. ar: variable.o: unknown load command 0x32
  943. ar: version.o: unknown load command 0x32
  944. ar: version.o: unknown load command 0x32
  945. ar: version.o: unknown load command 0x32
  946. ar: vm.o: unknown load command 0x32
  947. ar: vm.o: unknown load command 0x32
  948. ar: vm.o: unknown load command 0x32
  949. ar: vm_backtrace.o: unknown load command 0x32
  950. ar: vm_backtrace.o: unknown load command 0x32
  951. ar: vm_backtrace.o: unknown load command 0x32
  952. ar: vm_dump.o: unknown load command 0x32
  953. ar: vm_dump.o: unknown load command 0x32
  954. ar: vm_dump.o: unknown load command 0x32
  955. ar: vm_trace.o: unknown load command 0x32
  956. ar: vm_trace.o: unknown load command 0x32
  957. ar: vm_trace.o: unknown load command 0x32
  958. ar: enc/ascii.o: unknown load command 0x32
  959. ar: enc/ascii.o: unknown load command 0x32
  960. ar: enc/ascii.o: unknown load command 0x32
  961. ar: enc/us_ascii.o: unknown load command 0x32
  962. ar: enc/us_ascii.o: unknown load command 0x32
  963. ar: enc/us_ascii.o: unknown load command 0x32
  964. ar: enc/unicode.o: unknown load command 0x32
  965. ar: enc/unicode.o: unknown load command 0x32
  966. ar: enc/unicode.o: unknown load command 0x32
  967. ar: enc/utf_8.o: unknown load command 0x32
  968. ar: enc/utf_8.o: unknown load command 0x32
  969. ar: enc/utf_8.o: unknown load command 0x32
  970. ar: enc/trans/newline.o: unknown load command 0x32
  971. ar: enc/trans/newline.o: unknown load command 0x32
  972. ar: enc/trans/newline.o: unknown load command 0x32
  973. ar: explicit_bzero.o: unknown load command 0x32
  974. ar: explicit_bzero.o: unknown load command 0x32
  975. ar: explicit_bzero.o: unknown load command 0x32
  976. ar: setproctitle.o: unknown load command 0x32
  977. ar: setproctitle.o: unknown load command 0x32
  978. ar: setproctitle.o: unknown load command 0x32
  979. ar: prelude.o: unknown load command 0x32
  980. ar: prelude.o: unknown load command 0x32
  981. ar: prelude.o: unknown load command 0x32
  982. ar: dmyext.o: unknown load command 0x32
  983. ar: dmyext.o: unknown load command 0x32
  984. ar: dmyext.o: unknown load command 0x32
  985. ar: dmyenc.o: unknown load command 0x32
  986. ar: dmyenc.o: unknown load command 0x32
  987. ar: dmyenc.o: unknown load command 0x32
  988. transdb.h updated
  989. verifying static-library libruby-static.a
  990. ld: warning: ignoring file libruby-static.a, file was built for archive which is not the architecture being linked (x86_64): libruby-static.a
  991. Undefined symbols for architecture x86_64:
  992. "_ruby_init", referenced from:
  993. _main in main.o
  994. "_ruby_init_stack", referenced from:
  995. _main in main.o
  996. "_ruby_options", referenced from:
  997. _main in main.o
  998. "_ruby_run_node", referenced from:
  999. _main in main.o
  1000. "_ruby_sysinit", referenced from:
  1001. _main in main.o
  1002. ld: symbol(s) not found for architecture x86_64
  1003. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1004. make: *** [Makefile:241: libruby-static.a] Error 1
Add Comment
Please, Sign In to add comment