Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1. ~/D/g/r/ruby.build23 > make
  2. CC = clang
  3. LD = ld
  4. LDSHARED = clang -dynamic -bundle
  5. 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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe
  6. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  7. CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin16 -I../ruby/include -I../ruby
  8. DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -fstack-protector -Wl,-u,_objc_msgSend -Wl,-pie -framework CoreFoundation
  9. SOLIBS = -lgmp
  10. Apple LLVM version 8.1.0 (clang-802.0.42)
  11. Target: x86_64-apple-darwin16.7.0
  12. Thread model: posix
  13. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  14. cd -P ../ruby && exec autoconf -o @CONFIGURE@
  15. running CONFIG_SHELL=/bin/sh /bin/sh ../ruby/configure --with-openssl-dir=/usr/local/opt/openssl --prefix=/Users/hsbt/.rbenv/versions/2.3.5 --no-create --no-recursion
  16. config.guess already exists
  17. config.sub already exists
  18. checking build system type... x86_64-apple-darwin16.7.0
  19. checking host system type... x86_64-apple-darwin16.7.0
  20. checking target system type... x86_64-apple-darwin16.7.0
  21. checking for clang... clang
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether clang accepts -g... yes
  29. checking for clang option to accept ISO C89... none needed
  30. checking for g++... g++
  31. checking whether we are using the GNU C++ compiler... yes
  32. checking whether g++ accepts -g... yes
  33. checking how to run the C preprocessor... clang -E
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking whether clang needs -traditional... no
  37. checking for ld... ld
  38. checking whether the linker is GNU ld... no
  39. checking whether clang -E accepts -o... yes
  40. checking for real target cpu... x86_64
  41. checking for ranlib... ranlib
  42. checking for ar... ar
  43. checking for as... as
  44. checking for objdump... objdump
  45. checking for objcopy... no
  46. checking for gobjcopy... no
  47. checking for nm... nm
  48. checking whether ln -s works... yes
  49. checking whether make sets $(MAKE)... yes
  50. checking for a BSD-compatible install... /usr/local/opt/coreutils/libexec/gnubin/install -c
  51. checking for a thread-safe mkdir -p... /usr/local/opt/coreutils/libexec/gnubin/mkdir -p
  52. checking for dtrace... dtrace
  53. checking for dot... dot
  54. checking for doxygen... no
  55. checking for pkg-config... pkg-config
  56. checking for ANSI C header files... yes
  57. checking for sys/types.h... yes
  58. checking for sys/stat.h... yes
  59. checking for stdlib.h... yes
  60. checking for string.h... yes
  61. checking for memory.h... yes
  62. checking for strings.h... yes
  63. checking for inttypes.h... yes
  64. checking for stdint.h... yes
  65. checking for unistd.h... yes
  66. checking minix/config.h usability... no
  67. checking minix/config.h presence... no
  68. checking for minix/config.h... no
  69. checking whether it is safe to define __EXTENSIONS__... yes
  70. checking for cd using physical directory... cd -P
  71. checking whether CFLAGS is valid... yes
  72. checking whether LDFLAGS is valid... yes
  73. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  74. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  75. checking whether -Wno-long-long is accepted as CFLAGS... yes
  76. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  77. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  78. checking whether -Wunused-variable is accepted as CFLAGS... yes
  79. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  80. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  81. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  82. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
  83. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  84. checking whether -Wdivision-by-zero is accepted as CFLAGS... yes
  85. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  86. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no
  87. checking whether -Wextra-tokens is accepted as CFLAGS... yes
  88. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  89. checking whether -Qunused-arguments is accepted as CFLAGS... yes
  90. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  91. checking whether -fstack-protector is accepted as CFLAGS... yes
  92. checking whether -fstack-protector is accepted as LDFLAGS... yes
  93. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  94. checking whether -ggdb3 is accepted as CFLAGS... yes
  95. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  96. checking whether -fno-fast-math is accepted as CFLAGS... yes
  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... no
  100. checking for codesign... codesign
  101. checking for crt_externs.h... yes
  102. checking for dlopen in -ldl... yes
  103. checking for shl_load in -ldld... no
  104. checking for shutdown in -lsocket... no
  105. checking for dirent.h that defines DIR... yes
  106. checking for library containing opendir... none required
  107. checking for stdbool.h that conforms to C99... yes
  108. checking for _Bool... yes
  109. checking for sys/wait.h that is POSIX.1 compatible... yes
  110. checking limits.h usability... yes
  111. checking limits.h presence... yes
  112. checking for limits.h... yes
  113. checking sys/file.h usability... yes
  114. checking sys/file.h presence... yes
  115. checking for sys/file.h... yes
  116. checking sys/ioctl.h usability... yes
  117. checking sys/ioctl.h presence... yes
  118. checking for sys/ioctl.h... yes
  119. checking fcntl.h usability... yes
  120. checking fcntl.h presence... yes
  121. checking for fcntl.h... yes
  122. checking sys/fcntl.h usability... yes
  123. checking sys/fcntl.h presence... yes
  124. checking for sys/fcntl.h... yes
  125. checking sys/param.h usability... yes
  126. checking sys/param.h presence... yes
  127. checking for sys/param.h... yes
  128. checking sys/select.h usability... yes
  129. checking sys/select.h presence... yes
  130. checking for sys/select.h... yes
  131. checking sys/time.h usability... yes
  132. checking sys/time.h presence... yes
  133. checking for sys/time.h... yes
  134. checking sys/times.h usability... yes
  135. checking sys/times.h presence... yes
  136. checking for sys/times.h... yes
  137. checking pwd.h usability... yes
  138. checking pwd.h presence... yes
  139. checking for pwd.h... yes
  140. checking grp.h usability... yes
  141. checking grp.h presence... yes
  142. checking for grp.h... yes
  143. checking a.out.h usability... no
  144. checking a.out.h presence... no
  145. checking for a.out.h... no
  146. checking utime.h usability... yes
  147. checking utime.h presence... yes
  148. checking for utime.h... yes
  149. checking direct.h usability... no
  150. checking direct.h presence... no
  151. checking for direct.h... no
  152. checking sys/resource.h usability... yes
  153. checking sys/resource.h presence... yes
  154. checking for sys/resource.h... yes
  155. checking sys/mkdev.h usability... no
  156. checking sys/mkdev.h presence... no
  157. checking for sys/mkdev.h... no
  158. checking sys/utime.h usability... no
  159. checking sys/utime.h presence... no
  160. checking for sys/utime.h... no
  161. checking float.h usability... yes
  162. checking float.h presence... yes
  163. checking for float.h... yes
  164. checking ieeefp.h usability... no
  165. checking ieeefp.h presence... no
  166. checking for ieeefp.h... no
  167. checking ucontext.h usability... yes
  168. checking ucontext.h presence... yes
  169. checking for ucontext.h... yes
  170. checking intrinsics.h usability... no
  171. checking intrinsics.h presence... no
  172. checking for intrinsics.h... no
  173. checking langinfo.h usability... yes
  174. checking langinfo.h presence... yes
  175. checking for langinfo.h... yes
  176. checking locale.h usability... yes
  177. checking locale.h presence... yes
  178. checking for locale.h... yes
  179. checking sys/sendfile.h usability... no
  180. checking sys/sendfile.h presence... no
  181. checking for sys/sendfile.h... no
  182. checking time.h usability... yes
  183. checking time.h presence... yes
  184. checking for time.h... yes
  185. checking net/socket.h usability... no
  186. checking net/socket.h presence... no
  187. checking for net/socket.h... no
  188. checking sys/socket.h usability... yes
  189. checking sys/socket.h presence... yes
  190. checking for sys/socket.h... yes
  191. checking process.h usability... no
  192. checking process.h presence... no
  193. checking for process.h... no
  194. checking sys/prctl.h usability... no
  195. checking sys/prctl.h presence... no
  196. checking for sys/prctl.h... no
  197. checking sys/uio.h usability... yes
  198. checking sys/uio.h presence... yes
  199. checking for sys/uio.h... yes
  200. checking atomic.h usability... no
  201. checking atomic.h presence... no
  202. checking for atomic.h... no
  203. checking malloc.h usability... no
  204. checking malloc.h presence... no
  205. checking for malloc.h... no
  206. checking malloc_np.h usability... no
  207. checking malloc_np.h presence... no
  208. checking for malloc_np.h... no
  209. checking malloc/malloc.h usability... yes
  210. checking malloc/malloc.h presence... yes
  211. checking for malloc/malloc.h... yes
  212. checking setjmpex.h usability... no
  213. checking setjmpex.h presence... no
  214. checking for setjmpex.h... no
  215. checking sys/attr.h usability... yes
  216. checking sys/attr.h presence... yes
  217. checking for sys/attr.h... yes
  218. checking sys/id.h usability... no
  219. checking sys/id.h presence... no
  220. checking for sys/id.h... no
  221. checking gmp.h usability... yes
  222. checking gmp.h presence... yes
  223. checking for gmp.h... yes
  224. checking for __gmpz_init in -lgmp... yes
  225. checking for special C compiler options needed for large files... no
  226. checking for _FILE_OFFSET_BITS value needed for large files... no
  227. checking whether byte ordering is bigendian... no
  228. checking for an ANSI C-conforming const... yes
  229. checking whether char is unsigned... no
  230. checking for inline... inline
  231. checking for working volatile... yes
  232. checking for typeof syntax and keyword spelling... typeof
  233. checking for long long... yes
  234. checking for off_t... yes
  235. checking char bit... 8
  236. checking size of int... 4
  237. checking size of short... 2
  238. checking size of long... 8
  239. checking size of long long... 8
  240. checking size of __int64... 0
  241. checking size of __int128... 16
  242. checking size of off_t... 8
  243. checking size of void*... 8
  244. checking size of float... 4
  245. checking size of double... 8
  246. checking size of time_t... 8
  247. checking size of clock_t... 8
  248. checking packed struct attribute... x __attribute__((packed))
  249. checking for printf prefix for long long... ll
  250. checking for pid_t... yes
  251. checking for convertible type of pid_t... INT
  252. checking for uid_t... yes
  253. checking for convertible type of uid_t... UINT
  254. checking for gid_t... yes
  255. checking for convertible type of gid_t... UINT
  256. checking for time_t... yes
  257. checking for convertible type of time_t... LONG
  258. checking for dev_t... yes
  259. checking for convertible type of dev_t... INT
  260. checking for mode_t... yes
  261. checking for convertible type of mode_t... UINT
  262. checking for rlim_t... yes
  263. checking for convertible type of rlim_t... ULL
  264. checking for convertible type of off_t... LL
  265. checking for clockid_t... no
  266. checking for convertible type of clockid_t... INT
  267. checking for prototypes... yes
  268. checking token paste string... ansi
  269. checking stringization... #expr
  270. checking string literal concatenation... yes
  271. checking for variable length prototypes and stdarg.h... yes
  272. checking for variable length macro... yes
  273. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  274. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  275. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  276. checking for stdcall function attribute... x
  277. checking for cdecl function attribute... __attribute__ ((cdecl)) x
  278. checking for fastcall function attribute... x
  279. checking for FUNC_MINIMIZED function attribute... x
  280. checking for function alias... no
  281. checking for __atomic builtins... yes
  282. checking for __sync builtins... yes
  283. checking for __builtin_unreachable... yes
  284. checking for exported function attribute... __attribute__ ((visibility("default")))
  285. checking for function name string predefined identifier... __func__
  286. checking whether sys_nerr is declared... yes
  287. checking whether getenv is declared... yes
  288. checking for size_t... yes
  289. checking size of size_t... 8
  290. checking size of ptrdiff_t... 8
  291. checking for printf prefix for size_t... z
  292. checking for printf prefix for ptrdiff_t... t
  293. checking for struct stat.st_blksize... yes
  294. checking for struct stat.st_blocks... yes
  295. checking for struct stat.st_rdev... yes
  296. checking size of struct stat.st_size... SIZEOF_OFF_T
  297. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  298. checking size of struct stat.st_ino... SIZEOF_LONG
  299. checking for struct stat.st_atim... no
  300. checking for struct stat.st_atimespec... yes
  301. checking for struct stat.st_atimensec... no
  302. checking for struct stat.st_mtim... no
  303. checking for struct stat.st_mtimespec... yes
  304. checking for struct stat.st_mtimensec... no
  305. checking for struct stat.st_ctim... no
  306. checking for struct stat.st_ctimespec... yes
  307. checking for struct stat.st_ctimensec... no
  308. checking for struct stat.st_birthtimespec... yes
  309. checking for struct timeval... yes
  310. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  311. checking for struct timespec... yes
  312. checking for struct timezone... yes
  313. checking for fd_mask... yes
  314. checking for int8_t... yes
  315. checking size of int8_t... 1
  316. checking for uint8_t... yes
  317. checking size of uint8_t... 1
  318. checking for int16_t... yes
  319. checking size of int16_t... 2
  320. checking for uint16_t... yes
  321. checking size of uint16_t... 2
  322. checking for int32_t... yes
  323. checking size of int32_t... 4
  324. checking for uint32_t... yes
  325. checking size of uint32_t... 4
  326. checking for int64_t... yes
  327. checking size of int64_t... 8
  328. checking for uint64_t... yes
  329. checking size of uint64_t... 8
  330. checking for int128_t... __int128
  331. checking for uint128_t... unsigned __int128
  332. checking for intptr_t... yes
  333. checking size of intptr_t... 8
  334. checking for uintptr_t... yes
  335. checking size of uintptr_t... 8
  336. checking for ssize_t... yes
  337. checking size of ssize_t... 8
  338. checking for stack end address... no
  339. checking return type of signal handlers... void
  340. checking for working alloca.h... yes
  341. checking for alloca... yes
  342. checking for dynamic size alloca... ok
  343. checking for working memcmp... yes
  344. checking for broken erfc of glibc-2.3.6 on IA64... no
  345. checking for acosh... yes
  346. checking for cbrt... yes
  347. checking for crypt... yes
  348. checking for dup2... yes
  349. checking for erf... yes
  350. checking for ffs... yes
  351. checking for finite... yes
  352. checking for flock... yes
  353. checking for hypot... yes
  354. checking for isinf... yes
  355. checking for isnan... yes
  356. checking for lgamma_r... yes
  357. checking for memmove... yes
  358. checking for nextafter... yes
  359. checking for setproctitle... no
  360. checking for strchr... yes
  361. checking for strerror... yes
  362. checking for strlcat... yes
  363. checking for strlcpy... yes
  364. checking for strstr... yes
  365. checking for tgamma... yes
  366. checking sys/pstat.h usability... no
  367. checking sys/pstat.h presence... no
  368. checking for sys/pstat.h... no
  369. checking for signbit... yes
  370. checking vfork.h usability... no
  371. checking vfork.h presence... no
  372. checking for vfork.h... no
  373. checking for fork... yes
  374. checking for working fork... yes
  375. checking for _longjmp... yes
  376. checking for _setjmp... no
  377. checking for _setjmpex... no
  378. checking for atan2l... yes
  379. checking for atan2f... yes
  380. checking for chroot... yes
  381. checking for chsize... no
  382. checking for clock_gettime... yes
  383. checking for cosh... yes
  384. checking for dirfd... yes
  385. checking for dl_iterate_phdr... no
  386. checking for dlopen... yes
  387. checking for dladdr... yes
  388. checking for dup... yes
  389. checking for dup3... no
  390. checking for eaccess... no
  391. checking for endgrent... yes
  392. checking for fchmod... yes
  393. checking for fchown... yes
  394. checking for fcntl... yes
  395. checking for fgetattrlist... yes
  396. checking for fmod... yes
  397. checking for fsync... yes
  398. checking for ftruncate... yes
  399. checking for ftruncate64... no
  400. checking for getattrlist... yes
  401. checking for getcwd... yes
  402. checking for getgidx... no
  403. checking for getgrnam... yes
  404. checking for getgrnam_r... yes
  405. checking for getgroups... yes
  406. checking for getpgid... yes
  407. checking for getpgrp... yes
  408. checking for getpriority... yes
  409. checking for getpwnam_r... yes
  410. checking for getresgid... no
  411. checking for getresuid... no
  412. checking for getrlimit... yes
  413. checking for getsid... yes
  414. checking for gettimeofday... yes
  415. checking for getuidx... no
  416. checking for gmtime_r... yes
  417. checking for initgroups... yes
  418. checking for ioctl... yes
  419. checking for isfinite... no
  420. checking for issetugid... yes
  421. checking for killpg... yes
  422. checking for lchmod... yes
  423. checking for lchown... yes
  424. checking for link... yes
  425. checking for llabs... yes
  426. checking for lockf... yes
  427. checking for log2... yes
  428. checking for lstat... yes
  429. checking for malloc_usable_size... no
  430. checking for malloc_size... yes
  431. checking for mblen... yes
  432. checking for memalign... no
  433. checking for writev... yes
  434. checking for memrchr... no
  435. checking for memmem... yes
  436. checking for mktime... yes
  437. checking for pipe2... no
  438. checking for poll... yes
  439. checking for posix_fadvise... no
  440. checking for posix_memalign... yes
  441. checking for ppoll... no
  442. checking for pread... yes
  443. checking for qsort_r... yes
  444. checking for readlink... yes
  445. checking for round... yes
  446. checking for sched_getaffinity... no
  447. checking for seekdir... yes
  448. checking for select_large_fdset... no
  449. checking for sendfile... yes
  450. checking for setegid... yes
  451. checking for setenv... yes
  452. checking for seteuid... yes
  453. checking for setgid... yes
  454. checking for setgroups... yes
  455. checking for setpgid... yes
  456. checking for setpgrp... yes
  457. checking for setregid... yes
  458. checking for setresgid... no
  459. checking for setresuid... no
  460. checking for setreuid... yes
  461. checking for setrgid... yes
  462. checking for setrlimit... yes
  463. checking for setruid... yes
  464. checking for setsid... yes
  465. checking for setuid... yes
  466. checking for shutdown... yes
  467. checking for sigaction... yes
  468. checking for sigaltstack... yes
  469. checking for sigprocmask... yes
  470. checking for sinh... yes
  471. checking for spawnv... no
  472. checking for symlink... yes
  473. checking for sysconf... yes
  474. checking for tanh... yes
  475. checking for telldir... yes
  476. checking for timegm... yes
  477. checking for times... yes
  478. checking for truncate... yes
  479. checking for truncate64... no
  480. checking for unsetenv... yes
  481. checking for utimensat... no
  482. checking for utimes... yes
  483. checking for wait4... yes
  484. checking for waitpid... yes
  485. checking if getcwd allocates buffer if NULL is given... yes
  486. checking for __builtin_bswap16... yes
  487. checking for __builtin_bswap32... yes
  488. checking for __builtin_bswap64... yes
  489. checking for __builtin_clz... yes
  490. checking for __builtin_clzl... yes
  491. checking for __builtin_clzll... yes
  492. checking for __builtin_choose_expr... yes
  493. checking for __builtin_choose_expr_constant_p... yes
  494. checking for __builtin_types_compatible_p... yes
  495. checking whether qsort_r is GNU version... no
  496. checking whether qsort_r is BSD version... yes
  497. checking whether atan2 handles Inf as C99... yes
  498. checking whether lgamma_r handles -0.0... no
  499. checking for clock_getres... yes
  500. checking for unsetenv returns a value... yes
  501. checking for sigsetjmp as a macro or function... yes
  502. checking whether struct tm is in sys/time.h or time.h... time.h
  503. checking for struct tm.tm_zone... yes
  504. checking for struct tm.tm_gmtoff... yes
  505. checking for external int daylight... yes
  506. checking for external timezone... long
  507. checking for external altzone... no
  508. checking for timezone... yes
  509. checking whether timezone requires zero arguments... yes
  510. checking for negative time_t for gmtime(3)... yes
  511. checking for localtime(3) overflow correctly... yes
  512. checking whether right shift preserve sign bit... yes
  513. checking whether _SC_CLK_TCK is supported... yes
  514. checking stack growing direction on x86_64... -1
  515. checking for pthread_kill in -lthr... no
  516. checking for pthread_kill in -lpthread... yes
  517. checking for pthread_np.h... no
  518. checking whether pthread_t is scalar type... yes
  519. checking for sched_yield... yes
  520. checking for pthread_attr_setinheritsched... yes
  521. checking for pthread_attr_get_np... no
  522. checking for pthread_attr_getstack... yes
  523. checking for pthread_get_stackaddr_np... yes
  524. checking for pthread_get_stacksize_np... yes
  525. checking for thr_stksegment... no
  526. checking for pthread_stackseg_np... no
  527. checking for pthread_getthrds_np... no
  528. checking for pthread_cond_init... yes
  529. checking for pthread_condattr_setclock... no
  530. checking for pthread_condattr_init... yes
  531. checking for pthread_sigmask... yes
  532. checking for pthread_setname_np... yes
  533. checking for pthread_getattr_np... no
  534. checking for pthread_attr_init... yes
  535. checking arguments of pthread_setname_np... (name)
  536. checking if mcontext_t is a pointer... yes
  537. checking if fork works with pthread... yes
  538. checking whether ELF binaries are produced... no
  539. checking whether OS depend dynamic link works... yes
  540. checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS... yes
  541. checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS... yes
  542. checking execinfo.h usability... yes
  543. checking execinfo.h presence... yes
  544. checking for execinfo.h... yes
  545. checking for backtrace in -lexecinfo... no
  546. checking libunwind.h usability... yes
  547. checking libunwind.h presence... yes
  548. checking for libunwind.h... yes
  549. checking for backtrace... yes
  550. checking for broken backtrace... yes
  551. checking valgrind/memcheck.h usability... no
  552. checking valgrind/memcheck.h presence... no
  553. checking for valgrind/memcheck.h... no
  554. checking for strip... strip
  555. checking whether -fPIE is accepted as CFLAGS... yes
  556. checking whether -pie is accepted as LDFLAGS... no
  557. checking whether -Wl,-pie is accepted as LDFLAGS... yes
  558. checking whether dtrace USDT is available... yes
  559. checking whether dtrace needs post processing... no
  560. checking for setjmp type... sigsetjmp
  561. checking for prefix of external symbols... _
  562. checking pthread.h usability... yes
  563. checking pthread.h presence... yes
  564. checking for pthread.h... yes
  565. checking if make is GNU make... yes
  566. checking for broken memmem... yes
  567. checking for nroff... /usr/bin/nroff
  568. .ext/include/x86_64-darwin16/ruby/config.h unchanged
  569. ruby library version = 2.3.0
  570. configure: creating ./config.status
  571. MAKE=make /bin/sh ./config.status Makefile
  572. config.status: creating Makefile
  573. Makefile unchanged
  574. MAKE=make /bin/sh ./config.status GNUmakefile
  575. config.status: creating GNUmakefile
  576. GNUmakefile unchanged
  577. CC = clang
  578. LD = ld
  579. LDSHARED = clang -dynamic -bundle
  580. 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 -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -pipe
  581. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE
  582. CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin16 -I../ruby/include -I../ruby
  583. DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -fstack-protector -Wl,-u,_objc_msgSend -Wl,-pie -framework CoreFoundation
  584. SOLIBS = -lgmp
  585. Apple LLVM version 8.1.0 (clang-802.0.42)
  586. Target: x86_64-apple-darwin16.7.0
  587. Thread model: posix
  588. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  589. translating probes ../ruby/probes.d
  590. . ../ruby/vm_opts.h
  591. generating id.h
  592. id.h updated
  593. generating opt_sc.inc
  594. generating optinsn.inc
  595. generating optunifs.inc
  596. generating insns.inc
  597. generating insns_info.inc
  598. generating vmtc.inc
  599. generating vm.inc
  600. generating node_name.inc
  601. generating known_errors.inc
  602. known_errors.inc updated
  603. generating vm_call_iseq_optimized.inc
  604. ruby --disable=gems ../ruby/tool/gen_dummy_probes.rb ../ruby/probes.d > probes.dmyh
  605. compiling ../ruby/main.c
  606. compiling ../ruby/dmydln.c
  607. compiling ../ruby/miniinit.c
  608. compiling ../ruby/dmyext.c
  609. generating miniprelude.c
  610. miniprelude.c updated
  611. compiling miniprelude.c
  612. compiling ../ruby/array.c
  613. compiling ../ruby/bignum.c
  614. compiling ../ruby/class.c
  615. compiling ../ruby/compar.c
  616. compiling ../ruby/complex.c
  617. compiling ../ruby/dir.c
  618. compiling ../ruby/dln_find.c
  619. compiling ../ruby/encoding.c
  620. compiling ../ruby/enum.c
  621. compiling ../ruby/enumerator.c
  622. compiling ../ruby/error.c
  623. compiling ../ruby/eval.c
  624. ../ruby/eval.c:763:8: warning: unused variable 'mid' [-Wunused-variable]
  625. ID mid = me->called_id;
  626. ^
  627. 1 warning generated.
  628. compiling ../ruby/load.c
  629. compiling ../ruby/proc.c
  630. compiling ../ruby/file.c
  631. compiling ../ruby/gc.c
  632. compiling ../ruby/hash.c
  633. compiling ../ruby/inits.c
  634. compiling ../ruby/io.c
  635. compiling ../ruby/marshal.c
  636. compiling ../ruby/math.c
  637. compiling ../ruby/node.c
  638. compiling ../ruby/numeric.c
  639. compiling ../ruby/object.c
  640. compiling ../ruby/pack.c
  641. generating parse.c
  642. copying lex.c
  643. compiling parse.c
  644. compiling ../ruby/process.c
  645. compiling ../ruby/random.c
  646. compiling ../ruby/range.c
  647. compiling ../ruby/rational.c
  648. compiling ../ruby/re.c
  649. compiling ../ruby/regcomp.c
  650. compiling ../ruby/regenc.c
  651. compiling ../ruby/regerror.c
  652. compiling ../ruby/regexec.c
  653. compiling ../ruby/regparse.c
  654. compiling ../ruby/regsyntax.c
  655. compiling ../ruby/ruby.c
  656. compiling ../ruby/safe.c
  657. compiling ../ruby/signal.c
  658. compiling ../ruby/sprintf.c
  659. compiling ../ruby/st.c
  660. compiling ../ruby/strftime.c
  661. compiling ../ruby/string.c
  662. compiling ../ruby/struct.c
  663. generating id.c
  664. id.c updated
  665. compiling ../ruby/symbol.c
  666. compiling ../ruby/time.c
  667. compiling ../ruby/transcode.c
  668. compiling ../ruby/util.c
  669. compiling ../ruby/variable.c
  670. compiling ../ruby/version.c
  671. compiling ../ruby/compile.c
  672. compiling ../ruby/debug.c
  673. compiling ../ruby/iseq.c
  674. compiling ../ruby/vm.c
  675. compiling ../ruby/vm_dump.c
  676. compiling ../ruby/vm_backtrace.c
  677. compiling ../ruby/vm_trace.c
  678. compiling ../ruby/thread.c
  679. ../ruby/thread.c:1080:27: warning: implicit conversion loses integer precision: 'long' to '__darwin_suseconds_t' (aka 'int') [-Wshorten-64-to-32]
  680. tp->tv_usec = ts.tv_nsec / 1000;
  681. ~ ~~~~~~~~~~~^~~~~~
  682. 1 warning generated.
  683. compiling ../ruby/cont.c
  684. compiling ../ruby/missing/setproctitle.c
  685. compiling ../ruby/dmyenc.c
  686. linking miniruby
  687. clang: error: no such file or directory: 'ascii.o'
  688. clang: error: no such file or directory: 'us_ascii.o'
  689. clang: error: no such file or directory: 'unicode.o'
  690. clang: error: no such file or directory: 'utf_8.o'
  691. clang: error: no such file or directory: 'newline.o'
  692. make: *** [Makefile:221: miniruby] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement