Guest User

Untitled

a guest
Feb 8th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 MB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/Users/jdashton/.rvm/rubies/ruby-2.6.1 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/libksba:/usr/local/opt/readline:/usr/local/opt/zlib:/usr/local/opt/openssl@1.1 --disable-install-doc --enable-shared
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = d11442.nadadventist.org
  14. uname -m = x86_64
  15. uname -r = 18.5.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 18.5.0: Thu Jan 31 01:17:54 PST 2019; root:xnu-4903.250.319~62/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 18.5.0: Thu Jan 31 01:17:54 PST 2019; root:xnu-4903.250.319~62/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 462 tasks, 3650 threads, 8 processors
  34. Load average: 5.81, Mach factor: 2.69
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/opt/coreutils/bin
  40. PATH: /usr/local/opt/pkg-config/bin
  41. PATH: /usr/local/opt/libtool/bin
  42. PATH: /usr/local/opt/automake/bin
  43. PATH: /usr/local/opt/autoconf/bin
  44. PATH: /Users/jdashton/.rvm/gems/ruby-2.5.3/bin
  45. PATH: /Users/jdashton/.rvm/gems/ruby-2.5.3@global/bin
  46. PATH: /Users/jdashton/.rvm/rubies/ruby-2.5.3/bin
  47. PATH: /Users/jdashton/.rvm/bin
  48. PATH: /usr/local/sbin
  49. PATH: /usr/local/bin
  50. PATH: /usr/bin
  51. PATH: /bin
  52. PATH: /usr/sbin
  53. PATH: /sbin
  54. PATH: /Applications/VMware Fusion.app/Contents/Public
  55. PATH: /usr/local/MacGPG2/bin
  56. PATH: /Users/jdashton/.rvm/bin
  57. PATH: /Users/jdashton/bin
  58.  
  59.  
  60. ## ----------- ##
  61. ## Core tests. ##
  62. ## ----------- ##
  63.  
  64. configure:2996: checking for ruby
  65. configure:3014: found /Users/jdashton/.rvm/rubies/ruby-2.5.3/bin/ruby
  66. configure:3027: result: /Users/jdashton/.rvm/rubies/ruby-2.5.3/bin/ruby
  67. configure:3105: checking build system type
  68. configure:3119: result: x86_64-apple-darwin18.5.0
  69. configure:3207: checking host system type
  70. configure:3220: result: x86_64-apple-darwin18.5.0
  71. configure:3240: checking target system type
  72. configure:3253: result: x86_64-apple-darwin18.5.0
  73. configure:3905: checking for C compiler version
  74. configure:3914: gcc --version >&5
  75. Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  76. Target: x86_64-apple-darwin18.5.0
  77. Thread model: posix
  78. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  79. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  80. configure:3925: $? = 0
  81. configure:3914: gcc -v >&5
  82. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  83. Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  84. Target: x86_64-apple-darwin18.5.0
  85. Thread model: posix
  86. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  87. configure:3925: $? = 0
  88. configure:3914: gcc -V >&5
  89. clang: error: argument to '-V' is missing (expected 1 value)
  90. clang: error: no input files
  91. configure:3925: $? = 1
  92. configure:3914: gcc -qversion >&5
  93. clang: error: unknown argument: '-qversion'
  94. clang: error: no input files
  95. configure:3925: $? = 1
  96. configure:3945: checking whether the C compiler works
  97. configure:3967: gcc conftest.c >&5
  98. configure:3971: $? = 0
  99. configure:4019: result: yes
  100. configure:4022: checking for C compiler default output file name
  101. configure:4024: result: a.out
  102. configure:4030: checking for suffix of executables
  103. configure:4037: gcc -o conftest conftest.c >&5
  104. configure:4041: $? = 0
  105. configure:4063: result:
  106. configure:4085: checking whether we are cross compiling
  107. configure:4093: gcc -o conftest conftest.c >&5
  108. configure:4097: $? = 0
  109. configure:4104: ./conftest
  110. configure:4108: $? = 0
  111. configure:4123: result: no
  112. configure:4128: checking for suffix of object files
  113. configure:4150: gcc -c conftest.c >&5
  114. configure:4154: $? = 0
  115. configure:4175: result: o
  116. configure:4179: checking whether we are using the GNU C compiler
  117. configure:4198: gcc -c conftest.c >&5
  118. configure:4198: $? = 0
  119. configure:4207: result: yes
  120. configure:4216: checking whether gcc accepts -g
  121. configure:4236: gcc -c -g conftest.c >&5
  122. configure:4236: $? = 0
  123. configure:4277: result: yes
  124. configure:4294: checking for gcc option to accept ISO C89
  125. configure:4357: gcc -c -g -O2 conftest.c >&5
  126. configure:4357: $? = 0
  127. configure:4370: result: none needed
  128. configure:5050: checking for C++ compiler version
  129. configure:5059: g++ --version >&5
  130. Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  131. Target: x86_64-apple-darwin18.5.0
  132. Thread model: posix
  133. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  134. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  135. configure:5070: $? = 0
  136. configure:5059: g++ -v >&5
  137. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  138. Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  139. Target: x86_64-apple-darwin18.5.0
  140. Thread model: posix
  141. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  142. configure:5070: $? = 0
  143. configure:5059: g++ -V >&5
  144. clang: error: argument to '-V' is missing (expected 1 value)
  145. clang: error: no input files
  146. configure:5070: $? = 1
  147. configure:5059: g++ -qversion >&5
  148. clang: error: unknown argument: '-qversion'
  149. clang: error: no input files
  150. configure:5070: $? = 1
  151. configure:5074: checking whether we are using the GNU C++ compiler
  152. configure:5093: g++ -c conftest.cpp >&5
  153. configure:5093: $? = 0
  154. configure:5102: result: yes
  155. configure:5111: checking whether g++ accepts -g
  156. configure:5131: g++ -c -g conftest.cpp >&5
  157. configure:5131: $? = 0
  158. configure:5172: result: yes
  159. configure:5201: checking how to run the C preprocessor
  160. configure:5232: gcc -E conftest.c
  161. configure:5232: $? = 0
  162. configure:5246: gcc -E conftest.c
  163. conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
  164. #include <ac_nonexistent.h>
  165. ^~~~~~~~~~~~~~~~~~
  166. 1 error generated.
  167. configure:5246: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h */
  170. | #define PACKAGE_NAME ""
  171. | #define PACKAGE_TARNAME ""
  172. | #define PACKAGE_VERSION ""
  173. | #define PACKAGE_STRING ""
  174. | #define PACKAGE_BUGREPORT ""
  175. | #define PACKAGE_URL ""
  176. | /* end confdefs.h. */
  177. | #include <ac_nonexistent.h>
  178. configure:5271: result: gcc -E
  179. configure:5291: gcc -E conftest.c
  180. configure:5291: $? = 0
  181. configure:5305: gcc -E conftest.c
  182. conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
  183. #include <ac_nonexistent.h>
  184. ^~~~~~~~~~~~~~~~~~
  185. 1 error generated.
  186. configure:5305: $? = 1
  187. configure: failed program was:
  188. | /* confdefs.h */
  189. | #define PACKAGE_NAME ""
  190. | #define PACKAGE_TARNAME ""
  191. | #define PACKAGE_VERSION ""
  192. | #define PACKAGE_STRING ""
  193. | #define PACKAGE_BUGREPORT ""
  194. | #define PACKAGE_URL ""
  195. | /* end confdefs.h. */
  196. | #include <ac_nonexistent.h>
  197. configure:5388: checking for grep that handles long lines and -e
  198. configure:5446: result: /usr/local/bin/ggrep
  199. configure:5451: checking for egrep
  200. configure:5513: result: /usr/local/bin/ggrep -E
  201. configure:5519: checking whether gcc needs -traditional
  202. conftest.c:9:10: fatal error: 'termio.h' file not found
  203. #include <termio.h>
  204. ^~~~~~~~~~
  205. 1 error generated.
  206. configure:5553: result: no
  207. configure:5707: checking for ld
  208. configure:5723: found /usr/bin/ld
  209. configure:5734: result: ld
  210. configure:5789: checking whether the linker is GNU ld
  211. configure:5804: result: no
  212. configure:5808: checking whether gcc -E accepts -o
  213. configure:5820: gcc -E -o conftest-1.i conftest.c
  214. configure:5820: $? = 0
  215. configure:5827: result: yes
  216. configure:5856: checking for gcc
  217. configure:5874: found /usr/bin/gcc
  218. configure:5886: result: /usr/bin/gcc
  219. configure:6053: checking for real target cpu
  220. configure:6072: result: x86_64
  221. configure:6181: checking for ranlib
  222. configure:6208: result: :
  223. configure:6281: checking for ar
  224. configure:6308: result: libtool -static
  225. configure:6379: checking for libtool -static flags
  226. configure:6392: result: -no_warning_for_no_symbols -o
  227. configure:6440: checking for as
  228. configure:6456: found /usr/bin/as
  229. configure:6467: result: as
  230. configure:6549: checking for objdump
  231. configure:6565: found /usr/bin/objdump
  232. configure:6576: result: objdump
  233. configure:6649: checking for objcopy
  234. configure:6679: result: no
  235. configure:6649: checking for gobjcopy
  236. configure:6679: result: no
  237. configure:7100: checking for nm
  238. configure:7116: found /usr/bin/nm
  239. configure:7127: result: nm
  240. configure:7152: checking whether ln -s works
  241. configure:7156: result: yes
  242. configure:7163: checking whether make sets $(MAKE)
  243. configure:7185: result: yes
  244. configure:7208: checking for a BSD-compatible install
  245. configure:7276: result: /usr/local/opt/coreutils/bin/ginstall -c
  246. configure:7287: checking for a thread-safe mkdir -p
  247. configure:7326: result: /usr/local/opt/coreutils/bin/gmkdir -p
  248. configure:7348: checking for dtrace
  249. configure:7364: found /usr/sbin/dtrace
  250. configure:7375: result: dtrace
  251. configure:7429: checking for dot
  252. configure:7445: found /usr/local/bin/dot
  253. configure:7456: result: dot
  254. configure:7471: checking for doxygen
  255. configure:7501: result: no
  256. configure:7512: checking for pkg-config
  257. configure:7533: found /usr/local/opt/pkg-config/bin/pkg-config
  258. configure:7556: result: pkg-config
  259. configure:7566: checking for ANSI C header files
  260. configure:7586: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  261. configure:7586: $? = 0
  262. configure:7659: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 conftest.c >&5
  263. configure:7659: $? = 0
  264. configure:7659: ./conftest
  265. configure:7659: $? = 0
  266. configure:7670: result: yes
  267. configure:7683: checking for sys/types.h
  268. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  269. configure:7683: $? = 0
  270. configure:7683: result: yes
  271. configure:7683: checking for sys/stat.h
  272. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  273. configure:7683: $? = 0
  274. configure:7683: result: yes
  275. configure:7683: checking for stdlib.h
  276. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  277. configure:7683: $? = 0
  278. configure:7683: result: yes
  279. configure:7683: checking for string.h
  280. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  281. configure:7683: $? = 0
  282. configure:7683: result: yes
  283. configure:7683: checking for memory.h
  284. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  285. configure:7683: $? = 0
  286. configure:7683: result: yes
  287. configure:7683: checking for strings.h
  288. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  289. configure:7683: $? = 0
  290. configure:7683: result: yes
  291. configure:7683: checking for inttypes.h
  292. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  293. configure:7683: $? = 0
  294. configure:7683: result: yes
  295. configure:7683: checking for stdint.h
  296. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  297. configure:7683: $? = 0
  298. configure:7683: result: yes
  299. configure:7683: checking for unistd.h
  300. configure:7683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  301. configure:7683: $? = 0
  302. configure:7683: result: yes
  303. configure:7696: checking minix/config.h usability
  304. configure:7696: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  305. conftest.c:52:10: fatal error: 'minix/config.h' file not found
  306. #include <minix/config.h>
  307. ^~~~~~~~~~~~~~~~
  308. 1 error generated.
  309. configure:7696: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h */
  312. | #define PACKAGE_NAME ""
  313. | #define PACKAGE_TARNAME ""
  314. | #define PACKAGE_VERSION ""
  315. | #define PACKAGE_STRING ""
  316. | #define PACKAGE_BUGREPORT ""
  317. | #define PACKAGE_URL ""
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <stdio.h>
  330. | #ifdef HAVE_SYS_TYPES_H
  331. | # include <sys/types.h>
  332. | #endif
  333. | #ifdef HAVE_SYS_STAT_H
  334. | # include <sys/stat.h>
  335. | #endif
  336. | #ifdef STDC_HEADERS
  337. | # include <stdlib.h>
  338. | # include <stddef.h>
  339. | #else
  340. | # ifdef HAVE_STDLIB_H
  341. | # include <stdlib.h>
  342. | # endif
  343. | #endif
  344. | #ifdef HAVE_STRING_H
  345. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  346. | # include <memory.h>
  347. | # endif
  348. | # include <string.h>
  349. | #endif
  350. | #ifdef HAVE_STRINGS_H
  351. | # include <strings.h>
  352. | #endif
  353. | #ifdef HAVE_INTTYPES_H
  354. | # include <inttypes.h>
  355. | #endif
  356. | #ifdef HAVE_STDINT_H
  357. | # include <stdint.h>
  358. | #endif
  359. | #ifdef HAVE_UNISTD_H
  360. | # include <unistd.h>
  361. | #endif
  362. | #include <minix/config.h>
  363. configure:7696: result: no
  364. configure:7696: checking minix/config.h presence
  365. configure:7696: gcc -E conftest.c
  366. conftest.c:19:10: fatal error: 'minix/config.h' file not found
  367. #include <minix/config.h>
  368. ^~~~~~~~~~~~~~~~
  369. 1 error generated.
  370. configure:7696: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME ""
  374. | #define PACKAGE_TARNAME ""
  375. | #define PACKAGE_VERSION ""
  376. | #define PACKAGE_STRING ""
  377. | #define PACKAGE_BUGREPORT ""
  378. | #define PACKAGE_URL ""
  379. | #define STDC_HEADERS 1
  380. | #define HAVE_SYS_TYPES_H 1
  381. | #define HAVE_SYS_STAT_H 1
  382. | #define HAVE_STDLIB_H 1
  383. | #define HAVE_STRING_H 1
  384. | #define HAVE_MEMORY_H 1
  385. | #define HAVE_STRINGS_H 1
  386. | #define HAVE_INTTYPES_H 1
  387. | #define HAVE_STDINT_H 1
  388. | #define HAVE_UNISTD_H 1
  389. | /* end confdefs.h. */
  390. | #include <minix/config.h>
  391. configure:7696: result: no
  392. configure:7696: checking for minix/config.h
  393. configure:7696: result: no
  394. configure:7717: checking whether it is safe to define __EXTENSIONS__
  395. configure:7735: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  396. configure:7735: $? = 0
  397. configure:7742: result: yes
  398. configure:7774: checking for cd using physical directory
  399. configure:7793: result: cd -P
  400. configure:7812: checking whether CFLAGS is valid
  401. configure:7825: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 conftest.c >&5
  402. configure:7825: $? = 0
  403. configure:7826: result: yes
  404. configure:7838: checking whether LDFLAGS is valid
  405. configure:7858: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 conftest.c >&5
  406. configure:7858: $? = 0
  407. configure:7859: result: yes
  408. configure:7914: checking whether -Wl,-R. is accepted as LDFLAGS
  409. configure:7940: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  410. ld: unknown option: -R.
  411. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  412. configure:7940: $? = 1
  413. configure: failed program was:
  414. | /* confdefs.h */
  415. | #define PACKAGE_NAME ""
  416. | #define PACKAGE_TARNAME ""
  417. | #define PACKAGE_VERSION ""
  418. | #define PACKAGE_STRING ""
  419. | #define PACKAGE_BUGREPORT ""
  420. | #define PACKAGE_URL ""
  421. | #define STDC_HEADERS 1
  422. | #define HAVE_SYS_TYPES_H 1
  423. | #define HAVE_SYS_STAT_H 1
  424. | #define HAVE_STDLIB_H 1
  425. | #define HAVE_STRING_H 1
  426. | #define HAVE_MEMORY_H 1
  427. | #define HAVE_STRINGS_H 1
  428. | #define HAVE_INTTYPES_H 1
  429. | #define HAVE_STDINT_H 1
  430. | #define HAVE_UNISTD_H 1
  431. | #define __EXTENSIONS__ 1
  432. | #define _ALL_SOURCE 1
  433. | #define _GNU_SOURCE 1
  434. | #define _POSIX_PTHREAD_SEMANTICS 1
  435. | #define _TANDEM_SOURCE 1
  436. | /* end confdefs.h. */
  437. |
  438. | int
  439. | main ()
  440. | {
  441. |
  442. | ;
  443. | return 0;
  444. | }
  445. configure:7946: result: no
  446. configure:7914: checking whether -Wl,-rpath,. is accepted as LDFLAGS
  447. configure:7940: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 -Wl,-rpath,. conftest.c >&5
  448. configure:7940: $? = 0
  449. configure:7942: result: yes
  450. configure:8049: checking whether -Wdeclaration-after-statement is accepted as CFLAGS
  451. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  452. configure:8076: $? = 0
  453. configure:8091: result: yes
  454. configure:8049: checking whether -Wdeprecated-declarations is accepted as CFLAGS
  455. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wdeprecated-declarations conftest.c >&5
  456. configure:8076: $? = 0
  457. configure:8091: result: yes
  458. configure:8049: checking whether -Wdivision-by-zero is accepted as CFLAGS
  459. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wdivision-by-zero conftest.c >&5
  460. configure:8076: $? = 0
  461. configure:8091: result: yes
  462. configure:8049: checking whether -Wduplicated-cond is accepted as CFLAGS
  463. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wduplicated-cond conftest.c >&5
  464. warning: unknown warning option '-Wduplicated-cond'; did you mean '-Wduplicate-enum'? [-Wunknown-warning-option]
  465. 1 warning generated.
  466. configure:8076: $? = 0
  467. configure: failed program was:
  468. | /* confdefs.h */
  469. | #define PACKAGE_NAME ""
  470. | #define PACKAGE_TARNAME ""
  471. | #define PACKAGE_VERSION ""
  472. | #define PACKAGE_STRING ""
  473. | #define PACKAGE_BUGREPORT ""
  474. | #define PACKAGE_URL ""
  475. | #define STDC_HEADERS 1
  476. | #define HAVE_SYS_TYPES_H 1
  477. | #define HAVE_SYS_STAT_H 1
  478. | #define HAVE_STDLIB_H 1
  479. | #define HAVE_STRING_H 1
  480. | #define HAVE_MEMORY_H 1
  481. | #define HAVE_STRINGS_H 1
  482. | #define HAVE_INTTYPES_H 1
  483. | #define HAVE_STDINT_H 1
  484. | #define HAVE_UNISTD_H 1
  485. | #define __EXTENSIONS__ 1
  486. | #define _ALL_SOURCE 1
  487. | #define _GNU_SOURCE 1
  488. | #define _POSIX_PTHREAD_SEMANTICS 1
  489. | #define _TANDEM_SOURCE 1
  490. | /* end confdefs.h. */
  491. |
  492. | int
  493. | main ()
  494. | {
  495. |
  496. | ;
  497. | return 0;
  498. | }
  499. configure:8095: result: no
  500. configure:8049: checking whether -Wimplicit-function-declaration is accepted as CFLAGS
  501. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wimplicit-function-declaration conftest.c >&5
  502. configure:8076: $? = 0
  503. configure:8091: result: yes
  504. configure:8049: checking whether -Wimplicit-int is accepted as CFLAGS
  505. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wimplicit-int conftest.c >&5
  506. configure:8076: $? = 0
  507. configure:8091: result: yes
  508. configure:8049: checking whether -Wmisleading-indentation is accepted as CFLAGS
  509. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wmisleading-indentation conftest.c >&5
  510. warning: unknown warning option '-Wmisleading-indentation'; did you mean '-Wbinding-in-condition'? [-Wunknown-warning-option]
  511. 1 warning generated.
  512. configure:8076: $? = 0
  513. configure: failed program was:
  514. | /* confdefs.h */
  515. | #define PACKAGE_NAME ""
  516. | #define PACKAGE_TARNAME ""
  517. | #define PACKAGE_VERSION ""
  518. | #define PACKAGE_STRING ""
  519. | #define PACKAGE_BUGREPORT ""
  520. | #define PACKAGE_URL ""
  521. | #define STDC_HEADERS 1
  522. | #define HAVE_SYS_TYPES_H 1
  523. | #define HAVE_SYS_STAT_H 1
  524. | #define HAVE_STDLIB_H 1
  525. | #define HAVE_STRING_H 1
  526. | #define HAVE_MEMORY_H 1
  527. | #define HAVE_STRINGS_H 1
  528. | #define HAVE_INTTYPES_H 1
  529. | #define HAVE_STDINT_H 1
  530. | #define HAVE_UNISTD_H 1
  531. | #define __EXTENSIONS__ 1
  532. | #define _ALL_SOURCE 1
  533. | #define _GNU_SOURCE 1
  534. | #define _POSIX_PTHREAD_SEMANTICS 1
  535. | #define _TANDEM_SOURCE 1
  536. | /* end confdefs.h. */
  537. |
  538. | int
  539. | main ()
  540. | {
  541. |
  542. | ;
  543. | return 0;
  544. | }
  545. configure:8095: result: no
  546. configure:8049: checking whether -Wpointer-arith is accepted as CFLAGS
  547. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  548. configure:8076: $? = 0
  549. configure:8091: result: yes
  550. configure:8049: checking whether -Wrestrict is accepted as CFLAGS
  551. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wrestrict conftest.c >&5
  552. warning: unknown warning option '-Wrestrict' [-Wunknown-warning-option]
  553. 1 warning generated.
  554. configure:8076: $? = 0
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME ""
  558. | #define PACKAGE_TARNAME ""
  559. | #define PACKAGE_VERSION ""
  560. | #define PACKAGE_STRING ""
  561. | #define PACKAGE_BUGREPORT ""
  562. | #define PACKAGE_URL ""
  563. | #define STDC_HEADERS 1
  564. | #define HAVE_SYS_TYPES_H 1
  565. | #define HAVE_SYS_STAT_H 1
  566. | #define HAVE_STDLIB_H 1
  567. | #define HAVE_STRING_H 1
  568. | #define HAVE_MEMORY_H 1
  569. | #define HAVE_STRINGS_H 1
  570. | #define HAVE_INTTYPES_H 1
  571. | #define HAVE_STDINT_H 1
  572. | #define HAVE_UNISTD_H 1
  573. | #define __EXTENSIONS__ 1
  574. | #define _ALL_SOURCE 1
  575. | #define _GNU_SOURCE 1
  576. | #define _POSIX_PTHREAD_SEMANTICS 1
  577. | #define _TANDEM_SOURCE 1
  578. | /* end confdefs.h. */
  579. |
  580. | int
  581. | main ()
  582. | {
  583. |
  584. | ;
  585. | return 0;
  586. | }
  587. configure:8095: result: no
  588. configure:8049: checking whether -Wshorten-64-to-32 is accepted as CFLAGS
  589. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wshorten-64-to-32 conftest.c >&5
  590. configure:8076: $? = 0
  591. configure:8091: result: yes
  592. configure:8049: checking whether -Wwrite-strings is accepted as CFLAGS
  593. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  594. configure:8076: $? = 0
  595. configure:8091: result: yes
  596. configure:8049: checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS
  597. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wimplicit-fallthrough=0 conftest.c >&5
  598. warning: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Wunknown-warning-option]
  599. 1 warning generated.
  600. configure:8076: $? = 0
  601. configure: failed program was:
  602. | /* confdefs.h */
  603. | #define PACKAGE_NAME ""
  604. | #define PACKAGE_TARNAME ""
  605. | #define PACKAGE_VERSION ""
  606. | #define PACKAGE_STRING ""
  607. | #define PACKAGE_BUGREPORT ""
  608. | #define PACKAGE_URL ""
  609. | #define STDC_HEADERS 1
  610. | #define HAVE_SYS_TYPES_H 1
  611. | #define HAVE_SYS_STAT_H 1
  612. | #define HAVE_STDLIB_H 1
  613. | #define HAVE_STRING_H 1
  614. | #define HAVE_MEMORY_H 1
  615. | #define HAVE_STRINGS_H 1
  616. | #define HAVE_INTTYPES_H 1
  617. | #define HAVE_STDINT_H 1
  618. | #define HAVE_UNISTD_H 1
  619. | #define __EXTENSIONS__ 1
  620. | #define _ALL_SOURCE 1
  621. | #define _GNU_SOURCE 1
  622. | #define _POSIX_PTHREAD_SEMANTICS 1
  623. | #define _TANDEM_SOURCE 1
  624. | /* end confdefs.h. */
  625. |
  626. | int
  627. | main ()
  628. | {
  629. |
  630. | ;
  631. | return 0;
  632. | }
  633. configure:8095: result: no
  634. configure:8049: checking whether -Wmissing-noreturn is accepted as CFLAGS
  635. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wmissing-noreturn conftest.c >&5
  636. configure:8076: $? = 0
  637. configure:8091: result: yes
  638. configure:8049: checking whether -Wno-cast-function-type is accepted as CFLAGS
  639. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-cast-function-type conftest.c >&5
  640. warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
  641. 1 warning generated.
  642. configure:8076: $? = 0
  643. configure: failed program was:
  644. | /* confdefs.h */
  645. | #define PACKAGE_NAME ""
  646. | #define PACKAGE_TARNAME ""
  647. | #define PACKAGE_VERSION ""
  648. | #define PACKAGE_STRING ""
  649. | #define PACKAGE_BUGREPORT ""
  650. | #define PACKAGE_URL ""
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_SYS_TYPES_H 1
  653. | #define HAVE_SYS_STAT_H 1
  654. | #define HAVE_STDLIB_H 1
  655. | #define HAVE_STRING_H 1
  656. | #define HAVE_MEMORY_H 1
  657. | #define HAVE_STRINGS_H 1
  658. | #define HAVE_INTTYPES_H 1
  659. | #define HAVE_STDINT_H 1
  660. | #define HAVE_UNISTD_H 1
  661. | #define __EXTENSIONS__ 1
  662. | #define _ALL_SOURCE 1
  663. | #define _GNU_SOURCE 1
  664. | #define _POSIX_PTHREAD_SEMANTICS 1
  665. | #define _TANDEM_SOURCE 1
  666. | /* end confdefs.h. */
  667. |
  668. | int
  669. | main ()
  670. | {
  671. |
  672. | ;
  673. | return 0;
  674. | }
  675. configure:8095: result: no
  676. configure:8049: checking whether -Wno-constant-logical-operand is accepted as CFLAGS
  677. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-constant-logical-operand conftest.c >&5
  678. configure:8076: $? = 0
  679. configure:8091: result: yes
  680. configure:8049: checking whether -Wno-long-long is accepted as CFLAGS
  681. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-long-long conftest.c >&5
  682. configure:8076: $? = 0
  683. configure:8091: result: yes
  684. configure:8049: checking whether -Wno-missing-field-initializers is accepted as CFLAGS
  685. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-missing-field-initializers conftest.c >&5
  686. configure:8076: $? = 0
  687. configure:8091: result: yes
  688. configure:8049: checking whether -Wno-overlength-strings is accepted as CFLAGS
  689. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-overlength-strings conftest.c >&5
  690. configure:8076: $? = 0
  691. configure:8091: result: yes
  692. configure:8049: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
  693. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-packed-bitfield-compat conftest.c >&5
  694. warning: unknown warning option '-Wno-packed-bitfield-compat'; did you mean '-Wno-keyword-compat'? [-Wunknown-warning-option]
  695. 1 warning generated.
  696. configure:8076: $? = 0
  697. configure: failed program was:
  698. | /* confdefs.h */
  699. | #define PACKAGE_NAME ""
  700. | #define PACKAGE_TARNAME ""
  701. | #define PACKAGE_VERSION ""
  702. | #define PACKAGE_STRING ""
  703. | #define PACKAGE_BUGREPORT ""
  704. | #define PACKAGE_URL ""
  705. | #define STDC_HEADERS 1
  706. | #define HAVE_SYS_TYPES_H 1
  707. | #define HAVE_SYS_STAT_H 1
  708. | #define HAVE_STDLIB_H 1
  709. | #define HAVE_STRING_H 1
  710. | #define HAVE_MEMORY_H 1
  711. | #define HAVE_STRINGS_H 1
  712. | #define HAVE_INTTYPES_H 1
  713. | #define HAVE_STDINT_H 1
  714. | #define HAVE_UNISTD_H 1
  715. | #define __EXTENSIONS__ 1
  716. | #define _ALL_SOURCE 1
  717. | #define _GNU_SOURCE 1
  718. | #define _POSIX_PTHREAD_SEMANTICS 1
  719. | #define _TANDEM_SOURCE 1
  720. | /* end confdefs.h. */
  721. |
  722. | int
  723. | main ()
  724. | {
  725. |
  726. | ;
  727. | return 0;
  728. | }
  729. configure:8095: result: no
  730. configure:8049: checking whether -Wno-parentheses-equality is accepted as CFLAGS
  731. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-parentheses-equality conftest.c >&5
  732. configure:8076: $? = 0
  733. configure:8091: result: yes
  734. configure:8049: checking whether -Wno-self-assign is accepted as CFLAGS
  735. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-self-assign conftest.c >&5
  736. configure:8076: $? = 0
  737. configure:8091: result: yes
  738. configure:8049: checking whether -Wno-tautological-compare is accepted as CFLAGS
  739. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-tautological-compare conftest.c >&5
  740. configure:8076: $? = 0
  741. configure:8091: result: yes
  742. configure:8049: checking whether -Wno-unused-parameter is accepted as CFLAGS
  743. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  744. configure:8076: $? = 0
  745. configure:8091: result: yes
  746. configure:8049: checking whether -Wno-unused-value is accepted as CFLAGS
  747. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wno-unused-value conftest.c >&5
  748. configure:8076: $? = 0
  749. configure:8091: result: yes
  750. configure:8049: checking whether -Wsuggest-attribute=format is accepted as CFLAGS
  751. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wsuggest-attribute=format conftest.c >&5
  752. warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]
  753. 1 warning generated.
  754. configure:8076: $? = 0
  755. configure: failed program was:
  756. | /* confdefs.h */
  757. | #define PACKAGE_NAME ""
  758. | #define PACKAGE_TARNAME ""
  759. | #define PACKAGE_VERSION ""
  760. | #define PACKAGE_STRING ""
  761. | #define PACKAGE_BUGREPORT ""
  762. | #define PACKAGE_URL ""
  763. | #define STDC_HEADERS 1
  764. | #define HAVE_SYS_TYPES_H 1
  765. | #define HAVE_SYS_STAT_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_STRING_H 1
  768. | #define HAVE_MEMORY_H 1
  769. | #define HAVE_STRINGS_H 1
  770. | #define HAVE_INTTYPES_H 1
  771. | #define HAVE_STDINT_H 1
  772. | #define HAVE_UNISTD_H 1
  773. | #define __EXTENSIONS__ 1
  774. | #define _ALL_SOURCE 1
  775. | #define _GNU_SOURCE 1
  776. | #define _POSIX_PTHREAD_SEMANTICS 1
  777. | #define _TANDEM_SOURCE 1
  778. | /* end confdefs.h. */
  779. |
  780. | int
  781. | main ()
  782. | {
  783. |
  784. | ;
  785. | return 0;
  786. | }
  787. configure:8095: result: no
  788. configure:8049: checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS
  789. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wsuggest-attribute=noreturn conftest.c >&5
  790. warning: unknown warning option '-Wsuggest-attribute=noreturn' [-Wunknown-warning-option]
  791. 1 warning generated.
  792. configure:8076: $? = 0
  793. configure: failed program was:
  794. | /* confdefs.h */
  795. | #define PACKAGE_NAME ""
  796. | #define PACKAGE_TARNAME ""
  797. | #define PACKAGE_VERSION ""
  798. | #define PACKAGE_STRING ""
  799. | #define PACKAGE_BUGREPORT ""
  800. | #define PACKAGE_URL ""
  801. | #define STDC_HEADERS 1
  802. | #define HAVE_SYS_TYPES_H 1
  803. | #define HAVE_SYS_STAT_H 1
  804. | #define HAVE_STDLIB_H 1
  805. | #define HAVE_STRING_H 1
  806. | #define HAVE_MEMORY_H 1
  807. | #define HAVE_STRINGS_H 1
  808. | #define HAVE_INTTYPES_H 1
  809. | #define HAVE_STDINT_H 1
  810. | #define HAVE_UNISTD_H 1
  811. | #define __EXTENSIONS__ 1
  812. | #define _ALL_SOURCE 1
  813. | #define _GNU_SOURCE 1
  814. | #define _POSIX_PTHREAD_SEMANTICS 1
  815. | #define _TANDEM_SOURCE 1
  816. | /* end confdefs.h. */
  817. |
  818. | int
  819. | main ()
  820. | {
  821. |
  822. | ;
  823. | return 0;
  824. | }
  825. configure:8095: result: no
  826. configure:8049: checking whether -Wunused-variable is accepted as CFLAGS
  827. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wunused-variable conftest.c >&5
  828. configure:8076: $? = 0
  829. configure:8091: result: yes
  830. configure:8049: checking whether -diag-disable=175,188,2259 is accepted as CFLAGS
  831. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -diag-disable=175,188,2259 conftest.c >&5
  832. clang: warning: argument unused during compilation: '-diag-disable=175,188,2259' [-Wunused-command-line-argument]
  833. configure:8076: $? = 0
  834. configure: failed program was:
  835. | /* confdefs.h */
  836. | #define PACKAGE_NAME ""
  837. | #define PACKAGE_TARNAME ""
  838. | #define PACKAGE_VERSION ""
  839. | #define PACKAGE_STRING ""
  840. | #define PACKAGE_BUGREPORT ""
  841. | #define PACKAGE_URL ""
  842. | #define STDC_HEADERS 1
  843. | #define HAVE_SYS_TYPES_H 1
  844. | #define HAVE_SYS_STAT_H 1
  845. | #define HAVE_STDLIB_H 1
  846. | #define HAVE_STRING_H 1
  847. | #define HAVE_MEMORY_H 1
  848. | #define HAVE_STRINGS_H 1
  849. | #define HAVE_INTTYPES_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_UNISTD_H 1
  852. | #define __EXTENSIONS__ 1
  853. | #define _ALL_SOURCE 1
  854. | #define _GNU_SOURCE 1
  855. | #define _POSIX_PTHREAD_SEMANTICS 1
  856. | #define _TANDEM_SOURCE 1
  857. | /* end confdefs.h. */
  858. |
  859. | int
  860. | main ()
  861. | {
  862. |
  863. | ;
  864. | return 0;
  865. | }
  866. configure:8095: result: no
  867. configure:8049: checking whether -Wextra-tokens is accepted as CFLAGS
  868. configure:8076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wextra-tokens conftest.c >&5
  869. configure:8076: $? = 0
  870. configure:8091: result: yes
  871. configure:8192: checking whether -Wall -Wextra is accepted as CFLAGS
  872. configure:8219: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra conftest.c >&5
  873. configure:8219: $? = 0
  874. configure:8221: result: yes
  875. configure:8250: checking whether -Qunused-arguments is accepted as CFLAGS
  876. configure:8277: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments conftest.c >&5
  877. configure:8277: $? = 0
  878. configure:8289: result: yes
  879. configure:8328: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS
  880. configure:8355: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -D_FORTIFY_SOURCE=2 conftest.c >&5
  881. configure:8355: $? = 0
  882. configure:8365: result: yes
  883. configure:8404: checking whether -fstack-protector-strong is accepted as CFLAGS
  884. configure:8431: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fstack-protector-strong conftest.c >&5
  885. configure:8431: $? = 0
  886. configure:8433: result: yes
  887. configure:8459: checking whether -fstack-protector-strong is accepted as LDFLAGS
  888. configure:8485: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fstack-protector-strong conftest.c >&5
  889. configure:8485: $? = 0
  890. configure:8487: result: yes
  891. configure:8563: checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS
  892. configure:8589: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fstack-protector-strong -Wl,--compress-debug-sections=zlib conftest.c >&5
  893. ld: unknown option: --compress-debug-sections=zlib
  894. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  895. configure:8589: $? = 1
  896. configure: failed program was:
  897. | /* confdefs.h */
  898. | #define PACKAGE_NAME ""
  899. | #define PACKAGE_TARNAME ""
  900. | #define PACKAGE_VERSION ""
  901. | #define PACKAGE_STRING ""
  902. | #define PACKAGE_BUGREPORT ""
  903. | #define PACKAGE_URL ""
  904. | #define STDC_HEADERS 1
  905. | #define HAVE_SYS_TYPES_H 1
  906. | #define HAVE_SYS_STAT_H 1
  907. | #define HAVE_STDLIB_H 1
  908. | #define HAVE_STRING_H 1
  909. | #define HAVE_MEMORY_H 1
  910. | #define HAVE_STRINGS_H 1
  911. | #define HAVE_INTTYPES_H 1
  912. | #define HAVE_STDINT_H 1
  913. | #define HAVE_UNISTD_H 1
  914. | #define __EXTENSIONS__ 1
  915. | #define _ALL_SOURCE 1
  916. | #define _GNU_SOURCE 1
  917. | #define _POSIX_PTHREAD_SEMANTICS 1
  918. | #define _TANDEM_SOURCE 1
  919. | /* end confdefs.h. */
  920. |
  921. | int
  922. | main ()
  923. | {
  924. |
  925. | ;
  926. | return 0;
  927. | }
  928. configure:8595: result: no
  929. configure:8860: checking whether -fno-strict-overflow is accepted as CFLAGS
  930. configure:8887: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fno-strict-overflow conftest.c >&5
  931. configure:8887: $? = 0
  932. configure:8897: result: yes
  933. configure:8920: checking whether -ggdb3 is accepted as CFLAGS
  934. configure:8947: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -ggdb3 conftest.c >&5
  935. configure:8947: $? = 0
  936. configure:8949: result: yes
  937. configure:9102: checking whether -fvisibility=hidden is accepted as CFLAGS
  938. configure:9129: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fvisibility=hidden conftest.c >&5
  939. configure:9129: $? = 0
  940. configure:9131: result: yes
  941. configure:9365: checking whether -fno-fast-math is accepted as CFLAGS
  942. configure:9392: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fno-fast-math conftest.c >&5
  943. configure:9392: $? = 0
  944. configure:9402: result: yes
  945. configure:9426: checking whether -fexcess-precision=standard is accepted as CFLAGS
  946. configure:9453: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fexcess-precision=standard conftest.c >&5
  947. clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
  948. configure:9453: $? = 0
  949. configure: failed program was:
  950. | /* confdefs.h */
  951. | #define PACKAGE_NAME ""
  952. | #define PACKAGE_TARNAME ""
  953. | #define PACKAGE_VERSION ""
  954. | #define PACKAGE_STRING ""
  955. | #define PACKAGE_BUGREPORT ""
  956. | #define PACKAGE_URL ""
  957. | #define STDC_HEADERS 1
  958. | #define HAVE_SYS_TYPES_H 1
  959. | #define HAVE_SYS_STAT_H 1
  960. | #define HAVE_STDLIB_H 1
  961. | #define HAVE_STRING_H 1
  962. | #define HAVE_MEMORY_H 1
  963. | #define HAVE_STRINGS_H 1
  964. | #define HAVE_INTTYPES_H 1
  965. | #define HAVE_STDINT_H 1
  966. | #define HAVE_UNISTD_H 1
  967. | #define __EXTENSIONS__ 1
  968. | #define _ALL_SOURCE 1
  969. | #define _GNU_SOURCE 1
  970. | #define _POSIX_PTHREAD_SEMANTICS 1
  971. | #define _TANDEM_SOURCE 1
  972. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  973. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  974. | /* end confdefs.h. */
  975. |
  976. | int
  977. | main ()
  978. | {
  979. |
  980. | ;
  981. | return 0;
  982. | }
  983. configure:9467: result: no
  984. configure:9426: checking whether -fp-model precise is accepted as CFLAGS
  985. configure:9453: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -g -O2 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fp-model precise conftest.c >&5
  986. clang: error: unknown argument: '-fp-model'
  987. clang: error: no such file or directory: 'precise'
  988. configure:9453: $? = 1
  989. configure: failed program was:
  990. | /* confdefs.h */
  991. | #define PACKAGE_NAME ""
  992. | #define PACKAGE_TARNAME ""
  993. | #define PACKAGE_VERSION ""
  994. | #define PACKAGE_STRING ""
  995. | #define PACKAGE_BUGREPORT ""
  996. | #define PACKAGE_URL ""
  997. | #define STDC_HEADERS 1
  998. | #define HAVE_SYS_TYPES_H 1
  999. | #define HAVE_SYS_STAT_H 1
  1000. | #define HAVE_STDLIB_H 1
  1001. | #define HAVE_STRING_H 1
  1002. | #define HAVE_MEMORY_H 1
  1003. | #define HAVE_STRINGS_H 1
  1004. | #define HAVE_INTTYPES_H 1
  1005. | #define HAVE_STDINT_H 1
  1006. | #define HAVE_UNISTD_H 1
  1007. | #define __EXTENSIONS__ 1
  1008. | #define _ALL_SOURCE 1
  1009. | #define _GNU_SOURCE 1
  1010. | #define _POSIX_PTHREAD_SEMANTICS 1
  1011. | #define _TANDEM_SOURCE 1
  1012. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1013. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1014. | /* end confdefs.h. */
  1015. |
  1016. | int
  1017. | main ()
  1018. | {
  1019. |
  1020. | ;
  1021. | return 0;
  1022. | }
  1023. configure:9467: result: no
  1024. configure:9568: checking whether compiler has statement and declarations in expressions
  1025. configure:9584: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include conftest.c >&5
  1026. conftest.c:30:30: warning: expression result unused [-Wunused-value]
  1027. __extension__ ({ int a = 0; a; });
  1028. ^
  1029. 1 warning generated.
  1030. configure:9584: $? = 0
  1031. configure:9591: result: yes
  1032. configure:9713: checking whether Mac OS X 10.5 or later
  1033. configure:9724: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1034. configure:9724: $? = 0
  1035. configure:9730: result: yes
  1036. configure:9780: checking for broken crypt with 8bit chars
  1037. configure:9829: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lobjc >&5
  1038. conftest.c:57:30: warning: implicit conversion from 'int' to 'char' changes value from 160 to -96 [-Wconstant-conversion]
  1039. salt[0] = salt[1] = 0x80 | ' ';
  1040. ~ ~~~~~^~~~~
  1041. 1 warning generated.
  1042. configure:9829: $? = 0
  1043. configure:9829: ./conftest
  1044. configure:9829: $? = 1
  1045. configure: program exited with status 1
  1046. configure: failed program was:
  1047. | /* confdefs.h */
  1048. | #define PACKAGE_NAME ""
  1049. | #define PACKAGE_TARNAME ""
  1050. | #define PACKAGE_VERSION ""
  1051. | #define PACKAGE_STRING ""
  1052. | #define PACKAGE_BUGREPORT ""
  1053. | #define PACKAGE_URL ""
  1054. | #define STDC_HEADERS 1
  1055. | #define HAVE_SYS_TYPES_H 1
  1056. | #define HAVE_SYS_STAT_H 1
  1057. | #define HAVE_STDLIB_H 1
  1058. | #define HAVE_STRING_H 1
  1059. | #define HAVE_MEMORY_H 1
  1060. | #define HAVE_STRINGS_H 1
  1061. | #define HAVE_INTTYPES_H 1
  1062. | #define HAVE_STDINT_H 1
  1063. | #define HAVE_UNISTD_H 1
  1064. | #define __EXTENSIONS__ 1
  1065. | #define _ALL_SOURCE 1
  1066. | #define _GNU_SOURCE 1
  1067. | #define _POSIX_PTHREAD_SEMANTICS 1
  1068. | #define _TANDEM_SOURCE 1
  1069. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1070. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1071. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1072. | /* end confdefs.h. */
  1073. |
  1074. | #include <stdio.h>
  1075. | #include <unistd.h>
  1076. | #include <string.h>
  1077. |
  1078. | void
  1079. | broken_crypt(const char *salt, const char *buf1, const char *buf2)
  1080. | {
  1081. | #if 0
  1082. | printf("%.2x%.2x: %s -> %s\n", (unsigned char)salt[0], (unsigned char)salt[1],
  1083. | buf1+2, buf2+2);
  1084. | #endif
  1085. | }
  1086. |
  1087. | int
  1088. | main()
  1089. | {
  1090. | int i;
  1091. | char salt[2], buf[256], *s;
  1092. | for (i = 0; i < 128*128; i++) {
  1093. | salt[0] = 0x80 | (i & 0x7f);
  1094. | salt[1] = 0x80 | (i >> 7);
  1095. | strcpy(buf, crypt("", salt));
  1096. | if (strcmp(buf, s = crypt("", salt))) {
  1097. | broken_crypt(salt, buf, s);
  1098. | return 1;
  1099. | }
  1100. | }
  1101. | salt[0] = salt[1] = ' ';
  1102. | strcpy(buf, crypt("", salt));
  1103. | salt[0] = salt[1] = 0x80 | ' ';
  1104. | if (strcmp(buf, s = crypt("", salt))) {
  1105. | broken_crypt(salt, buf, s);
  1106. | return 1;
  1107. | }
  1108. | return 0;
  1109. | }
  1110. |
  1111. configure:9839: result: yes
  1112. configure:9852: checking for codesign
  1113. configure:9868: found /usr/bin/codesign
  1114. configure:9879: result: codesign
  1115. configure:9894: checking for dsymutil
  1116. configure:9910: found /usr/bin/dsymutil
  1117. configure:9921: result: dsymutil
  1118. configure:9950: checking for crt_externs.h
  1119. configure:9950: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1120. configure:9950: $? = 0
  1121. configure:9950: result: yes
  1122. configure:10263: checking for crypt in -lcrypt
  1123. configure:10297: result: no
  1124. configure:10308: checking for dlopen in -ldl
  1125. configure:10333: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  1126. configure:10333: $? = 0
  1127. configure:10342: result: yes
  1128. configure:10353: checking for shl_load in -ldld
  1129. configure:10378: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -ldld -ldl -lobjc >&5
  1130. ld: library not found for -ldld
  1131. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1132. configure:10378: $? = 1
  1133. configure: failed program was:
  1134. | /* confdefs.h */
  1135. | #define PACKAGE_NAME ""
  1136. | #define PACKAGE_TARNAME ""
  1137. | #define PACKAGE_VERSION ""
  1138. | #define PACKAGE_STRING ""
  1139. | #define PACKAGE_BUGREPORT ""
  1140. | #define PACKAGE_URL ""
  1141. | #define STDC_HEADERS 1
  1142. | #define HAVE_SYS_TYPES_H 1
  1143. | #define HAVE_SYS_STAT_H 1
  1144. | #define HAVE_STDLIB_H 1
  1145. | #define HAVE_STRING_H 1
  1146. | #define HAVE_MEMORY_H 1
  1147. | #define HAVE_STRINGS_H 1
  1148. | #define HAVE_INTTYPES_H 1
  1149. | #define HAVE_STDINT_H 1
  1150. | #define HAVE_UNISTD_H 1
  1151. | #define __EXTENSIONS__ 1
  1152. | #define _ALL_SOURCE 1
  1153. | #define _GNU_SOURCE 1
  1154. | #define _POSIX_PTHREAD_SEMANTICS 1
  1155. | #define _TANDEM_SOURCE 1
  1156. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1157. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1158. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1159. | #define BROKEN_CRYPT 1
  1160. | #define HAVE_CRT_EXTERNS_H 1
  1161. | #define HAVE_LIBDL 1
  1162. | /* end confdefs.h. */
  1163. |
  1164. | /* Override any GCC internal prototype to avoid an error.
  1165. | Use char because int might match the return type of a GCC
  1166. | builtin and then its argument prototype would still apply. */
  1167. | #ifdef __cplusplus
  1168. | extern "C"
  1169. | #endif
  1170. | char shl_load ();
  1171. | int
  1172. | main ()
  1173. | {
  1174. | return shl_load ();
  1175. | ;
  1176. | return 0;
  1177. | }
  1178. configure:10387: result: no
  1179. configure:10398: checking for shutdown in -lsocket
  1180. configure:10423: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lsocket -ldl -lobjc >&5
  1181. ld: library not found for -lsocket
  1182. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1183. configure:10423: $? = 1
  1184. configure: failed program was:
  1185. | /* confdefs.h */
  1186. | #define PACKAGE_NAME ""
  1187. | #define PACKAGE_TARNAME ""
  1188. | #define PACKAGE_VERSION ""
  1189. | #define PACKAGE_STRING ""
  1190. | #define PACKAGE_BUGREPORT ""
  1191. | #define PACKAGE_URL ""
  1192. | #define STDC_HEADERS 1
  1193. | #define HAVE_SYS_TYPES_H 1
  1194. | #define HAVE_SYS_STAT_H 1
  1195. | #define HAVE_STDLIB_H 1
  1196. | #define HAVE_STRING_H 1
  1197. | #define HAVE_MEMORY_H 1
  1198. | #define HAVE_STRINGS_H 1
  1199. | #define HAVE_INTTYPES_H 1
  1200. | #define HAVE_STDINT_H 1
  1201. | #define HAVE_UNISTD_H 1
  1202. | #define __EXTENSIONS__ 1
  1203. | #define _ALL_SOURCE 1
  1204. | #define _GNU_SOURCE 1
  1205. | #define _POSIX_PTHREAD_SEMANTICS 1
  1206. | #define _TANDEM_SOURCE 1
  1207. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1208. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1209. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1210. | #define BROKEN_CRYPT 1
  1211. | #define HAVE_CRT_EXTERNS_H 1
  1212. | #define HAVE_LIBDL 1
  1213. | /* end confdefs.h. */
  1214. |
  1215. | /* Override any GCC internal prototype to avoid an error.
  1216. | Use char because int might match the return type of a GCC
  1217. | builtin and then its argument prototype would still apply. */
  1218. | #ifdef __cplusplus
  1219. | extern "C"
  1220. | #endif
  1221. | char shutdown ();
  1222. | int
  1223. | main ()
  1224. | {
  1225. | return shutdown ();
  1226. | ;
  1227. | return 0;
  1228. | }
  1229. configure:10432: result: no
  1230. configure:10447: checking for dirent.h that defines DIR
  1231. configure:10466: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1232. configure:10466: $? = 0
  1233. configure:10474: result: yes
  1234. configure:10487: checking for library containing opendir
  1235. configure:10518: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  1236. configure:10518: $? = 0
  1237. configure:10535: result: none required
  1238. configure:10602: checking for stdbool.h that conforms to C99
  1239. configure:10669: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1240. conftest.c:80:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1241. bool e = &s;
  1242. ~ ^
  1243. conftest.c:84:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1244. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1245. ~^
  1246. conftest.c:84:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1247. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1248. ~^
  1249. conftest.c:84:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1250. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1251. ~^
  1252. conftest.c:84:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1253. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1254. ~^
  1255. conftest.c:84:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1256. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1257. ~^
  1258. conftest.c:84:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1259. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1260. ~^
  1261. conftest.c:84:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1262. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1263. ~^
  1264. conftest.c:84:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1265. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1266. ~^
  1267. conftest.c:85:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1268. ~^
  1269. conftest.c:85:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1270. ~^
  1271. conftest.c:85:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1272. ~^
  1273. 12 warnings generated.
  1274. configure:10669: $? = 0
  1275. configure:10676: result: yes
  1276. configure:10678: checking for _Bool
  1277. configure:10678: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1278. configure:10678: $? = 0
  1279. configure:10678: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1280. conftest.c:67:20: error: expected expression
  1281. if (sizeof ((_Bool)))
  1282. ^
  1283. 1 error generated.
  1284. configure:10678: $? = 1
  1285. configure: failed program was:
  1286. | /* confdefs.h */
  1287. | #define PACKAGE_NAME ""
  1288. | #define PACKAGE_TARNAME ""
  1289. | #define PACKAGE_VERSION ""
  1290. | #define PACKAGE_STRING ""
  1291. | #define PACKAGE_BUGREPORT ""
  1292. | #define PACKAGE_URL ""
  1293. | #define STDC_HEADERS 1
  1294. | #define HAVE_SYS_TYPES_H 1
  1295. | #define HAVE_SYS_STAT_H 1
  1296. | #define HAVE_STDLIB_H 1
  1297. | #define HAVE_STRING_H 1
  1298. | #define HAVE_MEMORY_H 1
  1299. | #define HAVE_STRINGS_H 1
  1300. | #define HAVE_INTTYPES_H 1
  1301. | #define HAVE_STDINT_H 1
  1302. | #define HAVE_UNISTD_H 1
  1303. | #define __EXTENSIONS__ 1
  1304. | #define _ALL_SOURCE 1
  1305. | #define _GNU_SOURCE 1
  1306. | #define _POSIX_PTHREAD_SEMANTICS 1
  1307. | #define _TANDEM_SOURCE 1
  1308. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1309. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1310. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1311. | #define BROKEN_CRYPT 1
  1312. | #define HAVE_CRT_EXTERNS_H 1
  1313. | #define HAVE_LIBDL 1
  1314. | #define HAVE_DIRENT_H 1
  1315. | /* end confdefs.h. */
  1316. | #include <stdio.h>
  1317. | #ifdef HAVE_SYS_TYPES_H
  1318. | # include <sys/types.h>
  1319. | #endif
  1320. | #ifdef HAVE_SYS_STAT_H
  1321. | # include <sys/stat.h>
  1322. | #endif
  1323. | #ifdef STDC_HEADERS
  1324. | # include <stdlib.h>
  1325. | # include <stddef.h>
  1326. | #else
  1327. | # ifdef HAVE_STDLIB_H
  1328. | # include <stdlib.h>
  1329. | # endif
  1330. | #endif
  1331. | #ifdef HAVE_STRING_H
  1332. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1333. | # include <memory.h>
  1334. | # endif
  1335. | # include <string.h>
  1336. | #endif
  1337. | #ifdef HAVE_STRINGS_H
  1338. | # include <strings.h>
  1339. | #endif
  1340. | #ifdef HAVE_INTTYPES_H
  1341. | # include <inttypes.h>
  1342. | #endif
  1343. | #ifdef HAVE_STDINT_H
  1344. | # include <stdint.h>
  1345. | #endif
  1346. | #ifdef HAVE_UNISTD_H
  1347. | # include <unistd.h>
  1348. | #endif
  1349. | int
  1350. | main ()
  1351. | {
  1352. | if (sizeof ((_Bool)))
  1353. | return 0;
  1354. | ;
  1355. | return 0;
  1356. | }
  1357. configure:10678: result: yes
  1358. configure:10695: checking for sys/wait.h that is POSIX.1 compatible
  1359. configure:10721: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1360. configure:10721: $? = 0
  1361. configure:10728: result: yes
  1362. configure:10739: checking a.out.h usability
  1363. configure:10739: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1364. conftest.c:67:10: fatal error: 'a.out.h' file not found
  1365. #include <a.out.h>
  1366. ^~~~~~~~~
  1367. 1 error generated.
  1368. configure:10739: $? = 1
  1369. configure: failed program was:
  1370. | /* confdefs.h */
  1371. | #define PACKAGE_NAME ""
  1372. | #define PACKAGE_TARNAME ""
  1373. | #define PACKAGE_VERSION ""
  1374. | #define PACKAGE_STRING ""
  1375. | #define PACKAGE_BUGREPORT ""
  1376. | #define PACKAGE_URL ""
  1377. | #define STDC_HEADERS 1
  1378. | #define HAVE_SYS_TYPES_H 1
  1379. | #define HAVE_SYS_STAT_H 1
  1380. | #define HAVE_STDLIB_H 1
  1381. | #define HAVE_STRING_H 1
  1382. | #define HAVE_MEMORY_H 1
  1383. | #define HAVE_STRINGS_H 1
  1384. | #define HAVE_INTTYPES_H 1
  1385. | #define HAVE_STDINT_H 1
  1386. | #define HAVE_UNISTD_H 1
  1387. | #define __EXTENSIONS__ 1
  1388. | #define _ALL_SOURCE 1
  1389. | #define _GNU_SOURCE 1
  1390. | #define _POSIX_PTHREAD_SEMANTICS 1
  1391. | #define _TANDEM_SOURCE 1
  1392. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1393. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1394. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1395. | #define BROKEN_CRYPT 1
  1396. | #define HAVE_CRT_EXTERNS_H 1
  1397. | #define HAVE_LIBDL 1
  1398. | #define HAVE_DIRENT_H 1
  1399. | #define HAVE__BOOL 1
  1400. | #define HAVE_STDBOOL_H 1
  1401. | #define HAVE_SYS_WAIT_H 1
  1402. | /* end confdefs.h. */
  1403. | #include <stdio.h>
  1404. | #ifdef HAVE_SYS_TYPES_H
  1405. | # include <sys/types.h>
  1406. | #endif
  1407. | #ifdef HAVE_SYS_STAT_H
  1408. | # include <sys/stat.h>
  1409. | #endif
  1410. | #ifdef STDC_HEADERS
  1411. | # include <stdlib.h>
  1412. | # include <stddef.h>
  1413. | #else
  1414. | # ifdef HAVE_STDLIB_H
  1415. | # include <stdlib.h>
  1416. | # endif
  1417. | #endif
  1418. | #ifdef HAVE_STRING_H
  1419. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1420. | # include <memory.h>
  1421. | # endif
  1422. | # include <string.h>
  1423. | #endif
  1424. | #ifdef HAVE_STRINGS_H
  1425. | # include <strings.h>
  1426. | #endif
  1427. | #ifdef HAVE_INTTYPES_H
  1428. | # include <inttypes.h>
  1429. | #endif
  1430. | #ifdef HAVE_STDINT_H
  1431. | # include <stdint.h>
  1432. | #endif
  1433. | #ifdef HAVE_UNISTD_H
  1434. | # include <unistd.h>
  1435. | #endif
  1436. | #include <a.out.h>
  1437. configure:10739: result: no
  1438. configure:10739: checking a.out.h presence
  1439. configure:10739: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1440. conftest.c:34:10: fatal error: 'a.out.h' file not found
  1441. #include <a.out.h>
  1442. ^~~~~~~~~
  1443. 1 error generated.
  1444. configure:10739: $? = 1
  1445. configure: failed program was:
  1446. | /* confdefs.h */
  1447. | #define PACKAGE_NAME ""
  1448. | #define PACKAGE_TARNAME ""
  1449. | #define PACKAGE_VERSION ""
  1450. | #define PACKAGE_STRING ""
  1451. | #define PACKAGE_BUGREPORT ""
  1452. | #define PACKAGE_URL ""
  1453. | #define STDC_HEADERS 1
  1454. | #define HAVE_SYS_TYPES_H 1
  1455. | #define HAVE_SYS_STAT_H 1
  1456. | #define HAVE_STDLIB_H 1
  1457. | #define HAVE_STRING_H 1
  1458. | #define HAVE_MEMORY_H 1
  1459. | #define HAVE_STRINGS_H 1
  1460. | #define HAVE_INTTYPES_H 1
  1461. | #define HAVE_STDINT_H 1
  1462. | #define HAVE_UNISTD_H 1
  1463. | #define __EXTENSIONS__ 1
  1464. | #define _ALL_SOURCE 1
  1465. | #define _GNU_SOURCE 1
  1466. | #define _POSIX_PTHREAD_SEMANTICS 1
  1467. | #define _TANDEM_SOURCE 1
  1468. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1469. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1470. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1471. | #define BROKEN_CRYPT 1
  1472. | #define HAVE_CRT_EXTERNS_H 1
  1473. | #define HAVE_LIBDL 1
  1474. | #define HAVE_DIRENT_H 1
  1475. | #define HAVE__BOOL 1
  1476. | #define HAVE_STDBOOL_H 1
  1477. | #define HAVE_SYS_WAIT_H 1
  1478. | /* end confdefs.h. */
  1479. | #include <a.out.h>
  1480. configure:10739: result: no
  1481. configure:10739: checking for a.out.h
  1482. configure:10739: result: no
  1483. configure:10751: checking atomic.h usability
  1484. configure:10751: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1485. conftest.c:67:10: fatal error: 'atomic.h' file not found
  1486. #include <atomic.h>
  1487. ^~~~~~~~~~
  1488. 1 error generated.
  1489. configure:10751: $? = 1
  1490. configure: failed program was:
  1491. | /* confdefs.h */
  1492. | #define PACKAGE_NAME ""
  1493. | #define PACKAGE_TARNAME ""
  1494. | #define PACKAGE_VERSION ""
  1495. | #define PACKAGE_STRING ""
  1496. | #define PACKAGE_BUGREPORT ""
  1497. | #define PACKAGE_URL ""
  1498. | #define STDC_HEADERS 1
  1499. | #define HAVE_SYS_TYPES_H 1
  1500. | #define HAVE_SYS_STAT_H 1
  1501. | #define HAVE_STDLIB_H 1
  1502. | #define HAVE_STRING_H 1
  1503. | #define HAVE_MEMORY_H 1
  1504. | #define HAVE_STRINGS_H 1
  1505. | #define HAVE_INTTYPES_H 1
  1506. | #define HAVE_STDINT_H 1
  1507. | #define HAVE_UNISTD_H 1
  1508. | #define __EXTENSIONS__ 1
  1509. | #define _ALL_SOURCE 1
  1510. | #define _GNU_SOURCE 1
  1511. | #define _POSIX_PTHREAD_SEMANTICS 1
  1512. | #define _TANDEM_SOURCE 1
  1513. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1514. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1515. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1516. | #define BROKEN_CRYPT 1
  1517. | #define HAVE_CRT_EXTERNS_H 1
  1518. | #define HAVE_LIBDL 1
  1519. | #define HAVE_DIRENT_H 1
  1520. | #define HAVE__BOOL 1
  1521. | #define HAVE_STDBOOL_H 1
  1522. | #define HAVE_SYS_WAIT_H 1
  1523. | /* end confdefs.h. */
  1524. | #include <stdio.h>
  1525. | #ifdef HAVE_SYS_TYPES_H
  1526. | # include <sys/types.h>
  1527. | #endif
  1528. | #ifdef HAVE_SYS_STAT_H
  1529. | # include <sys/stat.h>
  1530. | #endif
  1531. | #ifdef STDC_HEADERS
  1532. | # include <stdlib.h>
  1533. | # include <stddef.h>
  1534. | #else
  1535. | # ifdef HAVE_STDLIB_H
  1536. | # include <stdlib.h>
  1537. | # endif
  1538. | #endif
  1539. | #ifdef HAVE_STRING_H
  1540. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1541. | # include <memory.h>
  1542. | # endif
  1543. | # include <string.h>
  1544. | #endif
  1545. | #ifdef HAVE_STRINGS_H
  1546. | # include <strings.h>
  1547. | #endif
  1548. | #ifdef HAVE_INTTYPES_H
  1549. | # include <inttypes.h>
  1550. | #endif
  1551. | #ifdef HAVE_STDINT_H
  1552. | # include <stdint.h>
  1553. | #endif
  1554. | #ifdef HAVE_UNISTD_H
  1555. | # include <unistd.h>
  1556. | #endif
  1557. | #include <atomic.h>
  1558. configure:10751: result: no
  1559. configure:10751: checking atomic.h presence
  1560. configure:10751: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1561. conftest.c:34:10: fatal error: 'atomic.h' file not found
  1562. #include <atomic.h>
  1563. ^~~~~~~~~~
  1564. 1 error generated.
  1565. configure:10751: $? = 1
  1566. configure: failed program was:
  1567. | /* confdefs.h */
  1568. | #define PACKAGE_NAME ""
  1569. | #define PACKAGE_TARNAME ""
  1570. | #define PACKAGE_VERSION ""
  1571. | #define PACKAGE_STRING ""
  1572. | #define PACKAGE_BUGREPORT ""
  1573. | #define PACKAGE_URL ""
  1574. | #define STDC_HEADERS 1
  1575. | #define HAVE_SYS_TYPES_H 1
  1576. | #define HAVE_SYS_STAT_H 1
  1577. | #define HAVE_STDLIB_H 1
  1578. | #define HAVE_STRING_H 1
  1579. | #define HAVE_MEMORY_H 1
  1580. | #define HAVE_STRINGS_H 1
  1581. | #define HAVE_INTTYPES_H 1
  1582. | #define HAVE_STDINT_H 1
  1583. | #define HAVE_UNISTD_H 1
  1584. | #define __EXTENSIONS__ 1
  1585. | #define _ALL_SOURCE 1
  1586. | #define _GNU_SOURCE 1
  1587. | #define _POSIX_PTHREAD_SEMANTICS 1
  1588. | #define _TANDEM_SOURCE 1
  1589. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1590. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1591. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1592. | #define BROKEN_CRYPT 1
  1593. | #define HAVE_CRT_EXTERNS_H 1
  1594. | #define HAVE_LIBDL 1
  1595. | #define HAVE_DIRENT_H 1
  1596. | #define HAVE__BOOL 1
  1597. | #define HAVE_STDBOOL_H 1
  1598. | #define HAVE_SYS_WAIT_H 1
  1599. | /* end confdefs.h. */
  1600. | #include <atomic.h>
  1601. configure:10751: result: no
  1602. configure:10751: checking for atomic.h
  1603. configure:10751: result: no
  1604. configure:10763: checking direct.h usability
  1605. configure:10763: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1606. conftest.c:67:10: fatal error: 'direct.h' file not found
  1607. #include <direct.h>
  1608. ^~~~~~~~~~
  1609. 1 error generated.
  1610. configure:10763: $? = 1
  1611. configure: failed program was:
  1612. | /* confdefs.h */
  1613. | #define PACKAGE_NAME ""
  1614. | #define PACKAGE_TARNAME ""
  1615. | #define PACKAGE_VERSION ""
  1616. | #define PACKAGE_STRING ""
  1617. | #define PACKAGE_BUGREPORT ""
  1618. | #define PACKAGE_URL ""
  1619. | #define STDC_HEADERS 1
  1620. | #define HAVE_SYS_TYPES_H 1
  1621. | #define HAVE_SYS_STAT_H 1
  1622. | #define HAVE_STDLIB_H 1
  1623. | #define HAVE_STRING_H 1
  1624. | #define HAVE_MEMORY_H 1
  1625. | #define HAVE_STRINGS_H 1
  1626. | #define HAVE_INTTYPES_H 1
  1627. | #define HAVE_STDINT_H 1
  1628. | #define HAVE_UNISTD_H 1
  1629. | #define __EXTENSIONS__ 1
  1630. | #define _ALL_SOURCE 1
  1631. | #define _GNU_SOURCE 1
  1632. | #define _POSIX_PTHREAD_SEMANTICS 1
  1633. | #define _TANDEM_SOURCE 1
  1634. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1635. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1636. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1637. | #define BROKEN_CRYPT 1
  1638. | #define HAVE_CRT_EXTERNS_H 1
  1639. | #define HAVE_LIBDL 1
  1640. | #define HAVE_DIRENT_H 1
  1641. | #define HAVE__BOOL 1
  1642. | #define HAVE_STDBOOL_H 1
  1643. | #define HAVE_SYS_WAIT_H 1
  1644. | /* end confdefs.h. */
  1645. | #include <stdio.h>
  1646. | #ifdef HAVE_SYS_TYPES_H
  1647. | # include <sys/types.h>
  1648. | #endif
  1649. | #ifdef HAVE_SYS_STAT_H
  1650. | # include <sys/stat.h>
  1651. | #endif
  1652. | #ifdef STDC_HEADERS
  1653. | # include <stdlib.h>
  1654. | # include <stddef.h>
  1655. | #else
  1656. | # ifdef HAVE_STDLIB_H
  1657. | # include <stdlib.h>
  1658. | # endif
  1659. | #endif
  1660. | #ifdef HAVE_STRING_H
  1661. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1662. | # include <memory.h>
  1663. | # endif
  1664. | # include <string.h>
  1665. | #endif
  1666. | #ifdef HAVE_STRINGS_H
  1667. | # include <strings.h>
  1668. | #endif
  1669. | #ifdef HAVE_INTTYPES_H
  1670. | # include <inttypes.h>
  1671. | #endif
  1672. | #ifdef HAVE_STDINT_H
  1673. | # include <stdint.h>
  1674. | #endif
  1675. | #ifdef HAVE_UNISTD_H
  1676. | # include <unistd.h>
  1677. | #endif
  1678. | #include <direct.h>
  1679. configure:10763: result: no
  1680. configure:10763: checking direct.h presence
  1681. configure:10763: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1682. conftest.c:34:10: fatal error: 'direct.h' file not found
  1683. #include <direct.h>
  1684. ^~~~~~~~~~
  1685. 1 error generated.
  1686. configure:10763: $? = 1
  1687. configure: failed program was:
  1688. | /* confdefs.h */
  1689. | #define PACKAGE_NAME ""
  1690. | #define PACKAGE_TARNAME ""
  1691. | #define PACKAGE_VERSION ""
  1692. | #define PACKAGE_STRING ""
  1693. | #define PACKAGE_BUGREPORT ""
  1694. | #define PACKAGE_URL ""
  1695. | #define STDC_HEADERS 1
  1696. | #define HAVE_SYS_TYPES_H 1
  1697. | #define HAVE_SYS_STAT_H 1
  1698. | #define HAVE_STDLIB_H 1
  1699. | #define HAVE_STRING_H 1
  1700. | #define HAVE_MEMORY_H 1
  1701. | #define HAVE_STRINGS_H 1
  1702. | #define HAVE_INTTYPES_H 1
  1703. | #define HAVE_STDINT_H 1
  1704. | #define HAVE_UNISTD_H 1
  1705. | #define __EXTENSIONS__ 1
  1706. | #define _ALL_SOURCE 1
  1707. | #define _GNU_SOURCE 1
  1708. | #define _POSIX_PTHREAD_SEMANTICS 1
  1709. | #define _TANDEM_SOURCE 1
  1710. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1711. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1712. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1713. | #define BROKEN_CRYPT 1
  1714. | #define HAVE_CRT_EXTERNS_H 1
  1715. | #define HAVE_LIBDL 1
  1716. | #define HAVE_DIRENT_H 1
  1717. | #define HAVE__BOOL 1
  1718. | #define HAVE_STDBOOL_H 1
  1719. | #define HAVE_SYS_WAIT_H 1
  1720. | /* end confdefs.h. */
  1721. | #include <direct.h>
  1722. configure:10763: result: no
  1723. configure:10763: checking for direct.h
  1724. configure:10763: result: no
  1725. configure:10775: checking grp.h usability
  1726. configure:10775: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1727. configure:10775: $? = 0
  1728. configure:10775: result: yes
  1729. configure:10775: checking grp.h presence
  1730. configure:10775: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1731. configure:10775: $? = 0
  1732. configure:10775: result: yes
  1733. configure:10775: checking for grp.h
  1734. configure:10775: result: yes
  1735. configure:10787: checking fcntl.h usability
  1736. configure:10787: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1737. configure:10787: $? = 0
  1738. configure:10787: result: yes
  1739. configure:10787: checking fcntl.h presence
  1740. configure:10787: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1741. configure:10787: $? = 0
  1742. configure:10787: result: yes
  1743. configure:10787: checking for fcntl.h
  1744. configure:10787: result: yes
  1745. configure:10799: checking float.h usability
  1746. configure:10799: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1747. configure:10799: $? = 0
  1748. configure:10799: result: yes
  1749. configure:10799: checking float.h presence
  1750. configure:10799: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1751. configure:10799: $? = 0
  1752. configure:10799: result: yes
  1753. configure:10799: checking for float.h
  1754. configure:10799: result: yes
  1755. configure:10811: checking ieeefp.h usability
  1756. configure:10811: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1757. conftest.c:70:10: fatal error: 'ieeefp.h' file not found
  1758. #include <ieeefp.h>
  1759. ^~~~~~~~~~
  1760. 1 error generated.
  1761. configure:10811: $? = 1
  1762. configure: failed program was:
  1763. | /* confdefs.h */
  1764. | #define PACKAGE_NAME ""
  1765. | #define PACKAGE_TARNAME ""
  1766. | #define PACKAGE_VERSION ""
  1767. | #define PACKAGE_STRING ""
  1768. | #define PACKAGE_BUGREPORT ""
  1769. | #define PACKAGE_URL ""
  1770. | #define STDC_HEADERS 1
  1771. | #define HAVE_SYS_TYPES_H 1
  1772. | #define HAVE_SYS_STAT_H 1
  1773. | #define HAVE_STDLIB_H 1
  1774. | #define HAVE_STRING_H 1
  1775. | #define HAVE_MEMORY_H 1
  1776. | #define HAVE_STRINGS_H 1
  1777. | #define HAVE_INTTYPES_H 1
  1778. | #define HAVE_STDINT_H 1
  1779. | #define HAVE_UNISTD_H 1
  1780. | #define __EXTENSIONS__ 1
  1781. | #define _ALL_SOURCE 1
  1782. | #define _GNU_SOURCE 1
  1783. | #define _POSIX_PTHREAD_SEMANTICS 1
  1784. | #define _TANDEM_SOURCE 1
  1785. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1786. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1787. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1788. | #define BROKEN_CRYPT 1
  1789. | #define HAVE_CRT_EXTERNS_H 1
  1790. | #define HAVE_LIBDL 1
  1791. | #define HAVE_DIRENT_H 1
  1792. | #define HAVE__BOOL 1
  1793. | #define HAVE_STDBOOL_H 1
  1794. | #define HAVE_SYS_WAIT_H 1
  1795. | #define HAVE_GRP_H 1
  1796. | #define HAVE_FCNTL_H 1
  1797. | #define HAVE_FLOAT_H 1
  1798. | /* end confdefs.h. */
  1799. | #include <stdio.h>
  1800. | #ifdef HAVE_SYS_TYPES_H
  1801. | # include <sys/types.h>
  1802. | #endif
  1803. | #ifdef HAVE_SYS_STAT_H
  1804. | # include <sys/stat.h>
  1805. | #endif
  1806. | #ifdef STDC_HEADERS
  1807. | # include <stdlib.h>
  1808. | # include <stddef.h>
  1809. | #else
  1810. | # ifdef HAVE_STDLIB_H
  1811. | # include <stdlib.h>
  1812. | # endif
  1813. | #endif
  1814. | #ifdef HAVE_STRING_H
  1815. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1816. | # include <memory.h>
  1817. | # endif
  1818. | # include <string.h>
  1819. | #endif
  1820. | #ifdef HAVE_STRINGS_H
  1821. | # include <strings.h>
  1822. | #endif
  1823. | #ifdef HAVE_INTTYPES_H
  1824. | # include <inttypes.h>
  1825. | #endif
  1826. | #ifdef HAVE_STDINT_H
  1827. | # include <stdint.h>
  1828. | #endif
  1829. | #ifdef HAVE_UNISTD_H
  1830. | # include <unistd.h>
  1831. | #endif
  1832. | #include <ieeefp.h>
  1833. configure:10811: result: no
  1834. configure:10811: checking ieeefp.h presence
  1835. configure:10811: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1836. conftest.c:37:10: fatal error: 'ieeefp.h' file not found
  1837. #include <ieeefp.h>
  1838. ^~~~~~~~~~
  1839. 1 error generated.
  1840. configure:10811: $? = 1
  1841. configure: failed program was:
  1842. | /* confdefs.h */
  1843. | #define PACKAGE_NAME ""
  1844. | #define PACKAGE_TARNAME ""
  1845. | #define PACKAGE_VERSION ""
  1846. | #define PACKAGE_STRING ""
  1847. | #define PACKAGE_BUGREPORT ""
  1848. | #define PACKAGE_URL ""
  1849. | #define STDC_HEADERS 1
  1850. | #define HAVE_SYS_TYPES_H 1
  1851. | #define HAVE_SYS_STAT_H 1
  1852. | #define HAVE_STDLIB_H 1
  1853. | #define HAVE_STRING_H 1
  1854. | #define HAVE_MEMORY_H 1
  1855. | #define HAVE_STRINGS_H 1
  1856. | #define HAVE_INTTYPES_H 1
  1857. | #define HAVE_STDINT_H 1
  1858. | #define HAVE_UNISTD_H 1
  1859. | #define __EXTENSIONS__ 1
  1860. | #define _ALL_SOURCE 1
  1861. | #define _GNU_SOURCE 1
  1862. | #define _POSIX_PTHREAD_SEMANTICS 1
  1863. | #define _TANDEM_SOURCE 1
  1864. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1865. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1866. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1867. | #define BROKEN_CRYPT 1
  1868. | #define HAVE_CRT_EXTERNS_H 1
  1869. | #define HAVE_LIBDL 1
  1870. | #define HAVE_DIRENT_H 1
  1871. | #define HAVE__BOOL 1
  1872. | #define HAVE_STDBOOL_H 1
  1873. | #define HAVE_SYS_WAIT_H 1
  1874. | #define HAVE_GRP_H 1
  1875. | #define HAVE_FCNTL_H 1
  1876. | #define HAVE_FLOAT_H 1
  1877. | /* end confdefs.h. */
  1878. | #include <ieeefp.h>
  1879. configure:10811: result: no
  1880. configure:10811: checking for ieeefp.h
  1881. configure:10811: result: no
  1882. configure:10823: checking intrinsics.h usability
  1883. configure:10823: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1884. conftest.c:70:10: fatal error: 'intrinsics.h' file not found
  1885. #include <intrinsics.h>
  1886. ^~~~~~~~~~~~~~
  1887. 1 error generated.
  1888. configure:10823: $? = 1
  1889. configure: failed program was:
  1890. | /* confdefs.h */
  1891. | #define PACKAGE_NAME ""
  1892. | #define PACKAGE_TARNAME ""
  1893. | #define PACKAGE_VERSION ""
  1894. | #define PACKAGE_STRING ""
  1895. | #define PACKAGE_BUGREPORT ""
  1896. | #define PACKAGE_URL ""
  1897. | #define STDC_HEADERS 1
  1898. | #define HAVE_SYS_TYPES_H 1
  1899. | #define HAVE_SYS_STAT_H 1
  1900. | #define HAVE_STDLIB_H 1
  1901. | #define HAVE_STRING_H 1
  1902. | #define HAVE_MEMORY_H 1
  1903. | #define HAVE_STRINGS_H 1
  1904. | #define HAVE_INTTYPES_H 1
  1905. | #define HAVE_STDINT_H 1
  1906. | #define HAVE_UNISTD_H 1
  1907. | #define __EXTENSIONS__ 1
  1908. | #define _ALL_SOURCE 1
  1909. | #define _GNU_SOURCE 1
  1910. | #define _POSIX_PTHREAD_SEMANTICS 1
  1911. | #define _TANDEM_SOURCE 1
  1912. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1913. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1914. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1915. | #define BROKEN_CRYPT 1
  1916. | #define HAVE_CRT_EXTERNS_H 1
  1917. | #define HAVE_LIBDL 1
  1918. | #define HAVE_DIRENT_H 1
  1919. | #define HAVE__BOOL 1
  1920. | #define HAVE_STDBOOL_H 1
  1921. | #define HAVE_SYS_WAIT_H 1
  1922. | #define HAVE_GRP_H 1
  1923. | #define HAVE_FCNTL_H 1
  1924. | #define HAVE_FLOAT_H 1
  1925. | /* end confdefs.h. */
  1926. | #include <stdio.h>
  1927. | #ifdef HAVE_SYS_TYPES_H
  1928. | # include <sys/types.h>
  1929. | #endif
  1930. | #ifdef HAVE_SYS_STAT_H
  1931. | # include <sys/stat.h>
  1932. | #endif
  1933. | #ifdef STDC_HEADERS
  1934. | # include <stdlib.h>
  1935. | # include <stddef.h>
  1936. | #else
  1937. | # ifdef HAVE_STDLIB_H
  1938. | # include <stdlib.h>
  1939. | # endif
  1940. | #endif
  1941. | #ifdef HAVE_STRING_H
  1942. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1943. | # include <memory.h>
  1944. | # endif
  1945. | # include <string.h>
  1946. | #endif
  1947. | #ifdef HAVE_STRINGS_H
  1948. | # include <strings.h>
  1949. | #endif
  1950. | #ifdef HAVE_INTTYPES_H
  1951. | # include <inttypes.h>
  1952. | #endif
  1953. | #ifdef HAVE_STDINT_H
  1954. | # include <stdint.h>
  1955. | #endif
  1956. | #ifdef HAVE_UNISTD_H
  1957. | # include <unistd.h>
  1958. | #endif
  1959. | #include <intrinsics.h>
  1960. configure:10823: result: no
  1961. configure:10823: checking intrinsics.h presence
  1962. configure:10823: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1963. conftest.c:37:10: fatal error: 'intrinsics.h' file not found
  1964. #include <intrinsics.h>
  1965. ^~~~~~~~~~~~~~
  1966. 1 error generated.
  1967. configure:10823: $? = 1
  1968. configure: failed program was:
  1969. | /* confdefs.h */
  1970. | #define PACKAGE_NAME ""
  1971. | #define PACKAGE_TARNAME ""
  1972. | #define PACKAGE_VERSION ""
  1973. | #define PACKAGE_STRING ""
  1974. | #define PACKAGE_BUGREPORT ""
  1975. | #define PACKAGE_URL ""
  1976. | #define STDC_HEADERS 1
  1977. | #define HAVE_SYS_TYPES_H 1
  1978. | #define HAVE_SYS_STAT_H 1
  1979. | #define HAVE_STDLIB_H 1
  1980. | #define HAVE_STRING_H 1
  1981. | #define HAVE_MEMORY_H 1
  1982. | #define HAVE_STRINGS_H 1
  1983. | #define HAVE_INTTYPES_H 1
  1984. | #define HAVE_STDINT_H 1
  1985. | #define HAVE_UNISTD_H 1
  1986. | #define __EXTENSIONS__ 1
  1987. | #define _ALL_SOURCE 1
  1988. | #define _GNU_SOURCE 1
  1989. | #define _POSIX_PTHREAD_SEMANTICS 1
  1990. | #define _TANDEM_SOURCE 1
  1991. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1992. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1993. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  1994. | #define BROKEN_CRYPT 1
  1995. | #define HAVE_CRT_EXTERNS_H 1
  1996. | #define HAVE_LIBDL 1
  1997. | #define HAVE_DIRENT_H 1
  1998. | #define HAVE__BOOL 1
  1999. | #define HAVE_STDBOOL_H 1
  2000. | #define HAVE_SYS_WAIT_H 1
  2001. | #define HAVE_GRP_H 1
  2002. | #define HAVE_FCNTL_H 1
  2003. | #define HAVE_FLOAT_H 1
  2004. | /* end confdefs.h. */
  2005. | #include <intrinsics.h>
  2006. configure:10823: result: no
  2007. configure:10823: checking for intrinsics.h
  2008. configure:10823: result: no
  2009. configure:10835: checking langinfo.h usability
  2010. configure:10835: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2011. configure:10835: $? = 0
  2012. configure:10835: result: yes
  2013. configure:10835: checking langinfo.h presence
  2014. configure:10835: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2015. configure:10835: $? = 0
  2016. configure:10835: result: yes
  2017. configure:10835: checking for langinfo.h
  2018. configure:10835: result: yes
  2019. configure:10847: checking limits.h usability
  2020. configure:10847: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2021. configure:10847: $? = 0
  2022. configure:10847: result: yes
  2023. configure:10847: checking limits.h presence
  2024. configure:10847: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2025. configure:10847: $? = 0
  2026. configure:10847: result: yes
  2027. configure:10847: checking for limits.h
  2028. configure:10847: result: yes
  2029. configure:10859: checking locale.h usability
  2030. configure:10859: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2031. configure:10859: $? = 0
  2032. configure:10859: result: yes
  2033. configure:10859: checking locale.h presence
  2034. configure:10859: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2035. configure:10859: $? = 0
  2036. configure:10859: result: yes
  2037. configure:10859: checking for locale.h
  2038. configure:10859: result: yes
  2039. configure:10871: checking malloc.h usability
  2040. configure:10871: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2041. conftest.c:73:10: fatal error: 'malloc.h' file not found
  2042. #include <malloc.h>
  2043. ^~~~~~~~~~
  2044. 1 error generated.
  2045. configure:10871: $? = 1
  2046. configure: failed program was:
  2047. | /* confdefs.h */
  2048. | #define PACKAGE_NAME ""
  2049. | #define PACKAGE_TARNAME ""
  2050. | #define PACKAGE_VERSION ""
  2051. | #define PACKAGE_STRING ""
  2052. | #define PACKAGE_BUGREPORT ""
  2053. | #define PACKAGE_URL ""
  2054. | #define STDC_HEADERS 1
  2055. | #define HAVE_SYS_TYPES_H 1
  2056. | #define HAVE_SYS_STAT_H 1
  2057. | #define HAVE_STDLIB_H 1
  2058. | #define HAVE_STRING_H 1
  2059. | #define HAVE_MEMORY_H 1
  2060. | #define HAVE_STRINGS_H 1
  2061. | #define HAVE_INTTYPES_H 1
  2062. | #define HAVE_STDINT_H 1
  2063. | #define HAVE_UNISTD_H 1
  2064. | #define __EXTENSIONS__ 1
  2065. | #define _ALL_SOURCE 1
  2066. | #define _GNU_SOURCE 1
  2067. | #define _POSIX_PTHREAD_SEMANTICS 1
  2068. | #define _TANDEM_SOURCE 1
  2069. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2070. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2071. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2072. | #define BROKEN_CRYPT 1
  2073. | #define HAVE_CRT_EXTERNS_H 1
  2074. | #define HAVE_LIBDL 1
  2075. | #define HAVE_DIRENT_H 1
  2076. | #define HAVE__BOOL 1
  2077. | #define HAVE_STDBOOL_H 1
  2078. | #define HAVE_SYS_WAIT_H 1
  2079. | #define HAVE_GRP_H 1
  2080. | #define HAVE_FCNTL_H 1
  2081. | #define HAVE_FLOAT_H 1
  2082. | #define HAVE_LANGINFO_H 1
  2083. | #define HAVE_LIMITS_H 1
  2084. | #define HAVE_LOCALE_H 1
  2085. | /* end confdefs.h. */
  2086. | #include <stdio.h>
  2087. | #ifdef HAVE_SYS_TYPES_H
  2088. | # include <sys/types.h>
  2089. | #endif
  2090. | #ifdef HAVE_SYS_STAT_H
  2091. | # include <sys/stat.h>
  2092. | #endif
  2093. | #ifdef STDC_HEADERS
  2094. | # include <stdlib.h>
  2095. | # include <stddef.h>
  2096. | #else
  2097. | # ifdef HAVE_STDLIB_H
  2098. | # include <stdlib.h>
  2099. | # endif
  2100. | #endif
  2101. | #ifdef HAVE_STRING_H
  2102. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2103. | # include <memory.h>
  2104. | # endif
  2105. | # include <string.h>
  2106. | #endif
  2107. | #ifdef HAVE_STRINGS_H
  2108. | # include <strings.h>
  2109. | #endif
  2110. | #ifdef HAVE_INTTYPES_H
  2111. | # include <inttypes.h>
  2112. | #endif
  2113. | #ifdef HAVE_STDINT_H
  2114. | # include <stdint.h>
  2115. | #endif
  2116. | #ifdef HAVE_UNISTD_H
  2117. | # include <unistd.h>
  2118. | #endif
  2119. | #include <malloc.h>
  2120. configure:10871: result: no
  2121. configure:10871: checking malloc.h presence
  2122. configure:10871: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2123. conftest.c:40:10: fatal error: 'malloc.h' file not found
  2124. #include <malloc.h>
  2125. ^~~~~~~~~~
  2126. 1 error generated.
  2127. configure:10871: $? = 1
  2128. configure: failed program was:
  2129. | /* confdefs.h */
  2130. | #define PACKAGE_NAME ""
  2131. | #define PACKAGE_TARNAME ""
  2132. | #define PACKAGE_VERSION ""
  2133. | #define PACKAGE_STRING ""
  2134. | #define PACKAGE_BUGREPORT ""
  2135. | #define PACKAGE_URL ""
  2136. | #define STDC_HEADERS 1
  2137. | #define HAVE_SYS_TYPES_H 1
  2138. | #define HAVE_SYS_STAT_H 1
  2139. | #define HAVE_STDLIB_H 1
  2140. | #define HAVE_STRING_H 1
  2141. | #define HAVE_MEMORY_H 1
  2142. | #define HAVE_STRINGS_H 1
  2143. | #define HAVE_INTTYPES_H 1
  2144. | #define HAVE_STDINT_H 1
  2145. | #define HAVE_UNISTD_H 1
  2146. | #define __EXTENSIONS__ 1
  2147. | #define _ALL_SOURCE 1
  2148. | #define _GNU_SOURCE 1
  2149. | #define _POSIX_PTHREAD_SEMANTICS 1
  2150. | #define _TANDEM_SOURCE 1
  2151. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2152. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2153. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2154. | #define BROKEN_CRYPT 1
  2155. | #define HAVE_CRT_EXTERNS_H 1
  2156. | #define HAVE_LIBDL 1
  2157. | #define HAVE_DIRENT_H 1
  2158. | #define HAVE__BOOL 1
  2159. | #define HAVE_STDBOOL_H 1
  2160. | #define HAVE_SYS_WAIT_H 1
  2161. | #define HAVE_GRP_H 1
  2162. | #define HAVE_FCNTL_H 1
  2163. | #define HAVE_FLOAT_H 1
  2164. | #define HAVE_LANGINFO_H 1
  2165. | #define HAVE_LIMITS_H 1
  2166. | #define HAVE_LOCALE_H 1
  2167. | /* end confdefs.h. */
  2168. | #include <malloc.h>
  2169. configure:10871: result: no
  2170. configure:10871: checking for malloc.h
  2171. configure:10871: result: no
  2172. configure:10883: checking malloc/malloc.h usability
  2173. configure:10883: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2174. configure:10883: $? = 0
  2175. configure:10883: result: yes
  2176. configure:10883: checking malloc/malloc.h presence
  2177. configure:10883: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2178. configure:10883: $? = 0
  2179. configure:10883: result: yes
  2180. configure:10883: checking for malloc/malloc.h
  2181. configure:10883: result: yes
  2182. configure:10895: checking malloc_np.h usability
  2183. configure:10895: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2184. conftest.c:74:10: fatal error: 'malloc_np.h' file not found
  2185. #include <malloc_np.h>
  2186. ^~~~~~~~~~~~~
  2187. 1 error generated.
  2188. configure:10895: $? = 1
  2189. configure: failed program was:
  2190. | /* confdefs.h */
  2191. | #define PACKAGE_NAME ""
  2192. | #define PACKAGE_TARNAME ""
  2193. | #define PACKAGE_VERSION ""
  2194. | #define PACKAGE_STRING ""
  2195. | #define PACKAGE_BUGREPORT ""
  2196. | #define PACKAGE_URL ""
  2197. | #define STDC_HEADERS 1
  2198. | #define HAVE_SYS_TYPES_H 1
  2199. | #define HAVE_SYS_STAT_H 1
  2200. | #define HAVE_STDLIB_H 1
  2201. | #define HAVE_STRING_H 1
  2202. | #define HAVE_MEMORY_H 1
  2203. | #define HAVE_STRINGS_H 1
  2204. | #define HAVE_INTTYPES_H 1
  2205. | #define HAVE_STDINT_H 1
  2206. | #define HAVE_UNISTD_H 1
  2207. | #define __EXTENSIONS__ 1
  2208. | #define _ALL_SOURCE 1
  2209. | #define _GNU_SOURCE 1
  2210. | #define _POSIX_PTHREAD_SEMANTICS 1
  2211. | #define _TANDEM_SOURCE 1
  2212. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2213. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2214. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2215. | #define BROKEN_CRYPT 1
  2216. | #define HAVE_CRT_EXTERNS_H 1
  2217. | #define HAVE_LIBDL 1
  2218. | #define HAVE_DIRENT_H 1
  2219. | #define HAVE__BOOL 1
  2220. | #define HAVE_STDBOOL_H 1
  2221. | #define HAVE_SYS_WAIT_H 1
  2222. | #define HAVE_GRP_H 1
  2223. | #define HAVE_FCNTL_H 1
  2224. | #define HAVE_FLOAT_H 1
  2225. | #define HAVE_LANGINFO_H 1
  2226. | #define HAVE_LIMITS_H 1
  2227. | #define HAVE_LOCALE_H 1
  2228. | #define HAVE_MALLOC_MALLOC_H 1
  2229. | /* end confdefs.h. */
  2230. | #include <stdio.h>
  2231. | #ifdef HAVE_SYS_TYPES_H
  2232. | # include <sys/types.h>
  2233. | #endif
  2234. | #ifdef HAVE_SYS_STAT_H
  2235. | # include <sys/stat.h>
  2236. | #endif
  2237. | #ifdef STDC_HEADERS
  2238. | # include <stdlib.h>
  2239. | # include <stddef.h>
  2240. | #else
  2241. | # ifdef HAVE_STDLIB_H
  2242. | # include <stdlib.h>
  2243. | # endif
  2244. | #endif
  2245. | #ifdef HAVE_STRING_H
  2246. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2247. | # include <memory.h>
  2248. | # endif
  2249. | # include <string.h>
  2250. | #endif
  2251. | #ifdef HAVE_STRINGS_H
  2252. | # include <strings.h>
  2253. | #endif
  2254. | #ifdef HAVE_INTTYPES_H
  2255. | # include <inttypes.h>
  2256. | #endif
  2257. | #ifdef HAVE_STDINT_H
  2258. | # include <stdint.h>
  2259. | #endif
  2260. | #ifdef HAVE_UNISTD_H
  2261. | # include <unistd.h>
  2262. | #endif
  2263. | #include <malloc_np.h>
  2264. configure:10895: result: no
  2265. configure:10895: checking malloc_np.h presence
  2266. configure:10895: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2267. conftest.c:41:10: fatal error: 'malloc_np.h' file not found
  2268. #include <malloc_np.h>
  2269. ^~~~~~~~~~~~~
  2270. 1 error generated.
  2271. configure:10895: $? = 1
  2272. configure: failed program was:
  2273. | /* confdefs.h */
  2274. | #define PACKAGE_NAME ""
  2275. | #define PACKAGE_TARNAME ""
  2276. | #define PACKAGE_VERSION ""
  2277. | #define PACKAGE_STRING ""
  2278. | #define PACKAGE_BUGREPORT ""
  2279. | #define PACKAGE_URL ""
  2280. | #define STDC_HEADERS 1
  2281. | #define HAVE_SYS_TYPES_H 1
  2282. | #define HAVE_SYS_STAT_H 1
  2283. | #define HAVE_STDLIB_H 1
  2284. | #define HAVE_STRING_H 1
  2285. | #define HAVE_MEMORY_H 1
  2286. | #define HAVE_STRINGS_H 1
  2287. | #define HAVE_INTTYPES_H 1
  2288. | #define HAVE_STDINT_H 1
  2289. | #define HAVE_UNISTD_H 1
  2290. | #define __EXTENSIONS__ 1
  2291. | #define _ALL_SOURCE 1
  2292. | #define _GNU_SOURCE 1
  2293. | #define _POSIX_PTHREAD_SEMANTICS 1
  2294. | #define _TANDEM_SOURCE 1
  2295. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2296. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2297. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2298. | #define BROKEN_CRYPT 1
  2299. | #define HAVE_CRT_EXTERNS_H 1
  2300. | #define HAVE_LIBDL 1
  2301. | #define HAVE_DIRENT_H 1
  2302. | #define HAVE__BOOL 1
  2303. | #define HAVE_STDBOOL_H 1
  2304. | #define HAVE_SYS_WAIT_H 1
  2305. | #define HAVE_GRP_H 1
  2306. | #define HAVE_FCNTL_H 1
  2307. | #define HAVE_FLOAT_H 1
  2308. | #define HAVE_LANGINFO_H 1
  2309. | #define HAVE_LIMITS_H 1
  2310. | #define HAVE_LOCALE_H 1
  2311. | #define HAVE_MALLOC_MALLOC_H 1
  2312. | /* end confdefs.h. */
  2313. | #include <malloc_np.h>
  2314. configure:10895: result: no
  2315. configure:10895: checking for malloc_np.h
  2316. configure:10895: result: no
  2317. configure:10907: checking net/socket.h usability
  2318. configure:10907: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2319. conftest.c:74:10: fatal error: 'net/socket.h' file not found
  2320. #include <net/socket.h>
  2321. ^~~~~~~~~~~~~~
  2322. 1 error generated.
  2323. configure:10907: $? = 1
  2324. configure: failed program was:
  2325. | /* confdefs.h */
  2326. | #define PACKAGE_NAME ""
  2327. | #define PACKAGE_TARNAME ""
  2328. | #define PACKAGE_VERSION ""
  2329. | #define PACKAGE_STRING ""
  2330. | #define PACKAGE_BUGREPORT ""
  2331. | #define PACKAGE_URL ""
  2332. | #define STDC_HEADERS 1
  2333. | #define HAVE_SYS_TYPES_H 1
  2334. | #define HAVE_SYS_STAT_H 1
  2335. | #define HAVE_STDLIB_H 1
  2336. | #define HAVE_STRING_H 1
  2337. | #define HAVE_MEMORY_H 1
  2338. | #define HAVE_STRINGS_H 1
  2339. | #define HAVE_INTTYPES_H 1
  2340. | #define HAVE_STDINT_H 1
  2341. | #define HAVE_UNISTD_H 1
  2342. | #define __EXTENSIONS__ 1
  2343. | #define _ALL_SOURCE 1
  2344. | #define _GNU_SOURCE 1
  2345. | #define _POSIX_PTHREAD_SEMANTICS 1
  2346. | #define _TANDEM_SOURCE 1
  2347. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2348. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2349. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2350. | #define BROKEN_CRYPT 1
  2351. | #define HAVE_CRT_EXTERNS_H 1
  2352. | #define HAVE_LIBDL 1
  2353. | #define HAVE_DIRENT_H 1
  2354. | #define HAVE__BOOL 1
  2355. | #define HAVE_STDBOOL_H 1
  2356. | #define HAVE_SYS_WAIT_H 1
  2357. | #define HAVE_GRP_H 1
  2358. | #define HAVE_FCNTL_H 1
  2359. | #define HAVE_FLOAT_H 1
  2360. | #define HAVE_LANGINFO_H 1
  2361. | #define HAVE_LIMITS_H 1
  2362. | #define HAVE_LOCALE_H 1
  2363. | #define HAVE_MALLOC_MALLOC_H 1
  2364. | /* end confdefs.h. */
  2365. | #include <stdio.h>
  2366. | #ifdef HAVE_SYS_TYPES_H
  2367. | # include <sys/types.h>
  2368. | #endif
  2369. | #ifdef HAVE_SYS_STAT_H
  2370. | # include <sys/stat.h>
  2371. | #endif
  2372. | #ifdef STDC_HEADERS
  2373. | # include <stdlib.h>
  2374. | # include <stddef.h>
  2375. | #else
  2376. | # ifdef HAVE_STDLIB_H
  2377. | # include <stdlib.h>
  2378. | # endif
  2379. | #endif
  2380. | #ifdef HAVE_STRING_H
  2381. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2382. | # include <memory.h>
  2383. | # endif
  2384. | # include <string.h>
  2385. | #endif
  2386. | #ifdef HAVE_STRINGS_H
  2387. | # include <strings.h>
  2388. | #endif
  2389. | #ifdef HAVE_INTTYPES_H
  2390. | # include <inttypes.h>
  2391. | #endif
  2392. | #ifdef HAVE_STDINT_H
  2393. | # include <stdint.h>
  2394. | #endif
  2395. | #ifdef HAVE_UNISTD_H
  2396. | # include <unistd.h>
  2397. | #endif
  2398. | #include <net/socket.h>
  2399. configure:10907: result: no
  2400. configure:10907: checking net/socket.h presence
  2401. configure:10907: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2402. conftest.c:41:10: fatal error: 'net/socket.h' file not found
  2403. #include <net/socket.h>
  2404. ^~~~~~~~~~~~~~
  2405. 1 error generated.
  2406. configure:10907: $? = 1
  2407. configure: failed program was:
  2408. | /* confdefs.h */
  2409. | #define PACKAGE_NAME ""
  2410. | #define PACKAGE_TARNAME ""
  2411. | #define PACKAGE_VERSION ""
  2412. | #define PACKAGE_STRING ""
  2413. | #define PACKAGE_BUGREPORT ""
  2414. | #define PACKAGE_URL ""
  2415. | #define STDC_HEADERS 1
  2416. | #define HAVE_SYS_TYPES_H 1
  2417. | #define HAVE_SYS_STAT_H 1
  2418. | #define HAVE_STDLIB_H 1
  2419. | #define HAVE_STRING_H 1
  2420. | #define HAVE_MEMORY_H 1
  2421. | #define HAVE_STRINGS_H 1
  2422. | #define HAVE_INTTYPES_H 1
  2423. | #define HAVE_STDINT_H 1
  2424. | #define HAVE_UNISTD_H 1
  2425. | #define __EXTENSIONS__ 1
  2426. | #define _ALL_SOURCE 1
  2427. | #define _GNU_SOURCE 1
  2428. | #define _POSIX_PTHREAD_SEMANTICS 1
  2429. | #define _TANDEM_SOURCE 1
  2430. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2431. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2432. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2433. | #define BROKEN_CRYPT 1
  2434. | #define HAVE_CRT_EXTERNS_H 1
  2435. | #define HAVE_LIBDL 1
  2436. | #define HAVE_DIRENT_H 1
  2437. | #define HAVE__BOOL 1
  2438. | #define HAVE_STDBOOL_H 1
  2439. | #define HAVE_SYS_WAIT_H 1
  2440. | #define HAVE_GRP_H 1
  2441. | #define HAVE_FCNTL_H 1
  2442. | #define HAVE_FLOAT_H 1
  2443. | #define HAVE_LANGINFO_H 1
  2444. | #define HAVE_LIMITS_H 1
  2445. | #define HAVE_LOCALE_H 1
  2446. | #define HAVE_MALLOC_MALLOC_H 1
  2447. | /* end confdefs.h. */
  2448. | #include <net/socket.h>
  2449. configure:10907: result: no
  2450. configure:10907: checking for net/socket.h
  2451. configure:10907: result: no
  2452. configure:10919: checking process.h usability
  2453. configure:10919: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2454. conftest.c:74:10: fatal error: 'process.h' file not found
  2455. #include <process.h>
  2456. ^~~~~~~~~~~
  2457. 1 error generated.
  2458. configure:10919: $? = 1
  2459. configure: failed program was:
  2460. | /* confdefs.h */
  2461. | #define PACKAGE_NAME ""
  2462. | #define PACKAGE_TARNAME ""
  2463. | #define PACKAGE_VERSION ""
  2464. | #define PACKAGE_STRING ""
  2465. | #define PACKAGE_BUGREPORT ""
  2466. | #define PACKAGE_URL ""
  2467. | #define STDC_HEADERS 1
  2468. | #define HAVE_SYS_TYPES_H 1
  2469. | #define HAVE_SYS_STAT_H 1
  2470. | #define HAVE_STDLIB_H 1
  2471. | #define HAVE_STRING_H 1
  2472. | #define HAVE_MEMORY_H 1
  2473. | #define HAVE_STRINGS_H 1
  2474. | #define HAVE_INTTYPES_H 1
  2475. | #define HAVE_STDINT_H 1
  2476. | #define HAVE_UNISTD_H 1
  2477. | #define __EXTENSIONS__ 1
  2478. | #define _ALL_SOURCE 1
  2479. | #define _GNU_SOURCE 1
  2480. | #define _POSIX_PTHREAD_SEMANTICS 1
  2481. | #define _TANDEM_SOURCE 1
  2482. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2483. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2484. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2485. | #define BROKEN_CRYPT 1
  2486. | #define HAVE_CRT_EXTERNS_H 1
  2487. | #define HAVE_LIBDL 1
  2488. | #define HAVE_DIRENT_H 1
  2489. | #define HAVE__BOOL 1
  2490. | #define HAVE_STDBOOL_H 1
  2491. | #define HAVE_SYS_WAIT_H 1
  2492. | #define HAVE_GRP_H 1
  2493. | #define HAVE_FCNTL_H 1
  2494. | #define HAVE_FLOAT_H 1
  2495. | #define HAVE_LANGINFO_H 1
  2496. | #define HAVE_LIMITS_H 1
  2497. | #define HAVE_LOCALE_H 1
  2498. | #define HAVE_MALLOC_MALLOC_H 1
  2499. | /* end confdefs.h. */
  2500. | #include <stdio.h>
  2501. | #ifdef HAVE_SYS_TYPES_H
  2502. | # include <sys/types.h>
  2503. | #endif
  2504. | #ifdef HAVE_SYS_STAT_H
  2505. | # include <sys/stat.h>
  2506. | #endif
  2507. | #ifdef STDC_HEADERS
  2508. | # include <stdlib.h>
  2509. | # include <stddef.h>
  2510. | #else
  2511. | # ifdef HAVE_STDLIB_H
  2512. | # include <stdlib.h>
  2513. | # endif
  2514. | #endif
  2515. | #ifdef HAVE_STRING_H
  2516. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2517. | # include <memory.h>
  2518. | # endif
  2519. | # include <string.h>
  2520. | #endif
  2521. | #ifdef HAVE_STRINGS_H
  2522. | # include <strings.h>
  2523. | #endif
  2524. | #ifdef HAVE_INTTYPES_H
  2525. | # include <inttypes.h>
  2526. | #endif
  2527. | #ifdef HAVE_STDINT_H
  2528. | # include <stdint.h>
  2529. | #endif
  2530. | #ifdef HAVE_UNISTD_H
  2531. | # include <unistd.h>
  2532. | #endif
  2533. | #include <process.h>
  2534. configure:10919: result: no
  2535. configure:10919: checking process.h presence
  2536. configure:10919: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2537. conftest.c:41:10: fatal error: 'process.h' file not found
  2538. #include <process.h>
  2539. ^~~~~~~~~~~
  2540. 1 error generated.
  2541. configure:10919: $? = 1
  2542. configure: failed program was:
  2543. | /* confdefs.h */
  2544. | #define PACKAGE_NAME ""
  2545. | #define PACKAGE_TARNAME ""
  2546. | #define PACKAGE_VERSION ""
  2547. | #define PACKAGE_STRING ""
  2548. | #define PACKAGE_BUGREPORT ""
  2549. | #define PACKAGE_URL ""
  2550. | #define STDC_HEADERS 1
  2551. | #define HAVE_SYS_TYPES_H 1
  2552. | #define HAVE_SYS_STAT_H 1
  2553. | #define HAVE_STDLIB_H 1
  2554. | #define HAVE_STRING_H 1
  2555. | #define HAVE_MEMORY_H 1
  2556. | #define HAVE_STRINGS_H 1
  2557. | #define HAVE_INTTYPES_H 1
  2558. | #define HAVE_STDINT_H 1
  2559. | #define HAVE_UNISTD_H 1
  2560. | #define __EXTENSIONS__ 1
  2561. | #define _ALL_SOURCE 1
  2562. | #define _GNU_SOURCE 1
  2563. | #define _POSIX_PTHREAD_SEMANTICS 1
  2564. | #define _TANDEM_SOURCE 1
  2565. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2566. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2567. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2568. | #define BROKEN_CRYPT 1
  2569. | #define HAVE_CRT_EXTERNS_H 1
  2570. | #define HAVE_LIBDL 1
  2571. | #define HAVE_DIRENT_H 1
  2572. | #define HAVE__BOOL 1
  2573. | #define HAVE_STDBOOL_H 1
  2574. | #define HAVE_SYS_WAIT_H 1
  2575. | #define HAVE_GRP_H 1
  2576. | #define HAVE_FCNTL_H 1
  2577. | #define HAVE_FLOAT_H 1
  2578. | #define HAVE_LANGINFO_H 1
  2579. | #define HAVE_LIMITS_H 1
  2580. | #define HAVE_LOCALE_H 1
  2581. | #define HAVE_MALLOC_MALLOC_H 1
  2582. | /* end confdefs.h. */
  2583. | #include <process.h>
  2584. configure:10919: result: no
  2585. configure:10919: checking for process.h
  2586. configure:10919: result: no
  2587. configure:10931: checking pwd.h usability
  2588. configure:10931: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2589. configure:10931: $? = 0
  2590. configure:10931: result: yes
  2591. configure:10931: checking pwd.h presence
  2592. configure:10931: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2593. configure:10931: $? = 0
  2594. configure:10931: result: yes
  2595. configure:10931: checking for pwd.h
  2596. configure:10931: result: yes
  2597. configure:10943: checking sanitizer/asan_interface.h usability
  2598. configure:10943: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2599. configure:10943: $? = 0
  2600. configure:10943: result: yes
  2601. configure:10943: checking sanitizer/asan_interface.h presence
  2602. configure:10943: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2603. configure:10943: $? = 0
  2604. configure:10943: result: yes
  2605. configure:10943: checking for sanitizer/asan_interface.h
  2606. configure:10943: result: yes
  2607. configure:10955: checking sanitizer/msan_interface.h usability
  2608. configure:10955: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2609. configure:10955: $? = 0
  2610. configure:10955: result: yes
  2611. configure:10955: checking sanitizer/msan_interface.h presence
  2612. configure:10955: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2613. configure:10955: $? = 0
  2614. configure:10955: result: yes
  2615. configure:10955: checking for sanitizer/msan_interface.h
  2616. configure:10955: result: yes
  2617. configure:10967: checking setjmpex.h usability
  2618. configure:10967: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2619. conftest.c:77:10: fatal error: 'setjmpex.h' file not found
  2620. #include <setjmpex.h>
  2621. ^~~~~~~~~~~~
  2622. 1 error generated.
  2623. configure:10967: $? = 1
  2624. configure: failed program was:
  2625. | /* confdefs.h */
  2626. | #define PACKAGE_NAME ""
  2627. | #define PACKAGE_TARNAME ""
  2628. | #define PACKAGE_VERSION ""
  2629. | #define PACKAGE_STRING ""
  2630. | #define PACKAGE_BUGREPORT ""
  2631. | #define PACKAGE_URL ""
  2632. | #define STDC_HEADERS 1
  2633. | #define HAVE_SYS_TYPES_H 1
  2634. | #define HAVE_SYS_STAT_H 1
  2635. | #define HAVE_STDLIB_H 1
  2636. | #define HAVE_STRING_H 1
  2637. | #define HAVE_MEMORY_H 1
  2638. | #define HAVE_STRINGS_H 1
  2639. | #define HAVE_INTTYPES_H 1
  2640. | #define HAVE_STDINT_H 1
  2641. | #define HAVE_UNISTD_H 1
  2642. | #define __EXTENSIONS__ 1
  2643. | #define _ALL_SOURCE 1
  2644. | #define _GNU_SOURCE 1
  2645. | #define _POSIX_PTHREAD_SEMANTICS 1
  2646. | #define _TANDEM_SOURCE 1
  2647. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2648. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2649. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2650. | #define BROKEN_CRYPT 1
  2651. | #define HAVE_CRT_EXTERNS_H 1
  2652. | #define HAVE_LIBDL 1
  2653. | #define HAVE_DIRENT_H 1
  2654. | #define HAVE__BOOL 1
  2655. | #define HAVE_STDBOOL_H 1
  2656. | #define HAVE_SYS_WAIT_H 1
  2657. | #define HAVE_GRP_H 1
  2658. | #define HAVE_FCNTL_H 1
  2659. | #define HAVE_FLOAT_H 1
  2660. | #define HAVE_LANGINFO_H 1
  2661. | #define HAVE_LIMITS_H 1
  2662. | #define HAVE_LOCALE_H 1
  2663. | #define HAVE_MALLOC_MALLOC_H 1
  2664. | #define HAVE_PWD_H 1
  2665. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  2666. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  2667. | /* end confdefs.h. */
  2668. | #include <stdio.h>
  2669. | #ifdef HAVE_SYS_TYPES_H
  2670. | # include <sys/types.h>
  2671. | #endif
  2672. | #ifdef HAVE_SYS_STAT_H
  2673. | # include <sys/stat.h>
  2674. | #endif
  2675. | #ifdef STDC_HEADERS
  2676. | # include <stdlib.h>
  2677. | # include <stddef.h>
  2678. | #else
  2679. | # ifdef HAVE_STDLIB_H
  2680. | # include <stdlib.h>
  2681. | # endif
  2682. | #endif
  2683. | #ifdef HAVE_STRING_H
  2684. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2685. | # include <memory.h>
  2686. | # endif
  2687. | # include <string.h>
  2688. | #endif
  2689. | #ifdef HAVE_STRINGS_H
  2690. | # include <strings.h>
  2691. | #endif
  2692. | #ifdef HAVE_INTTYPES_H
  2693. | # include <inttypes.h>
  2694. | #endif
  2695. | #ifdef HAVE_STDINT_H
  2696. | # include <stdint.h>
  2697. | #endif
  2698. | #ifdef HAVE_UNISTD_H
  2699. | # include <unistd.h>
  2700. | #endif
  2701. | #include <setjmpex.h>
  2702. configure:10967: result: no
  2703. configure:10967: checking setjmpex.h presence
  2704. configure:10967: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2705. conftest.c:44:10: fatal error: 'setjmpex.h' file not found
  2706. #include <setjmpex.h>
  2707. ^~~~~~~~~~~~
  2708. 1 error generated.
  2709. configure:10967: $? = 1
  2710. configure: failed program was:
  2711. | /* confdefs.h */
  2712. | #define PACKAGE_NAME ""
  2713. | #define PACKAGE_TARNAME ""
  2714. | #define PACKAGE_VERSION ""
  2715. | #define PACKAGE_STRING ""
  2716. | #define PACKAGE_BUGREPORT ""
  2717. | #define PACKAGE_URL ""
  2718. | #define STDC_HEADERS 1
  2719. | #define HAVE_SYS_TYPES_H 1
  2720. | #define HAVE_SYS_STAT_H 1
  2721. | #define HAVE_STDLIB_H 1
  2722. | #define HAVE_STRING_H 1
  2723. | #define HAVE_MEMORY_H 1
  2724. | #define HAVE_STRINGS_H 1
  2725. | #define HAVE_INTTYPES_H 1
  2726. | #define HAVE_STDINT_H 1
  2727. | #define HAVE_UNISTD_H 1
  2728. | #define __EXTENSIONS__ 1
  2729. | #define _ALL_SOURCE 1
  2730. | #define _GNU_SOURCE 1
  2731. | #define _POSIX_PTHREAD_SEMANTICS 1
  2732. | #define _TANDEM_SOURCE 1
  2733. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2734. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2735. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2736. | #define BROKEN_CRYPT 1
  2737. | #define HAVE_CRT_EXTERNS_H 1
  2738. | #define HAVE_LIBDL 1
  2739. | #define HAVE_DIRENT_H 1
  2740. | #define HAVE__BOOL 1
  2741. | #define HAVE_STDBOOL_H 1
  2742. | #define HAVE_SYS_WAIT_H 1
  2743. | #define HAVE_GRP_H 1
  2744. | #define HAVE_FCNTL_H 1
  2745. | #define HAVE_FLOAT_H 1
  2746. | #define HAVE_LANGINFO_H 1
  2747. | #define HAVE_LIMITS_H 1
  2748. | #define HAVE_LOCALE_H 1
  2749. | #define HAVE_MALLOC_MALLOC_H 1
  2750. | #define HAVE_PWD_H 1
  2751. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  2752. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  2753. | /* end confdefs.h. */
  2754. | #include <setjmpex.h>
  2755. configure:10967: result: no
  2756. configure:10967: checking for setjmpex.h
  2757. configure:10967: result: no
  2758. configure:10979: checking stdalign.h usability
  2759. configure:10979: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2760. configure:10979: $? = 0
  2761. configure:10979: result: yes
  2762. configure:10979: checking stdalign.h presence
  2763. configure:10979: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2764. configure:10979: $? = 0
  2765. configure:10979: result: yes
  2766. configure:10979: checking for stdalign.h
  2767. configure:10979: result: yes
  2768. configure:10991: checking sys/attr.h usability
  2769. configure:10991: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2770. configure:10991: $? = 0
  2771. configure:10991: result: yes
  2772. configure:10991: checking sys/attr.h presence
  2773. configure:10991: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2774. configure:10991: $? = 0
  2775. configure:10991: result: yes
  2776. configure:10991: checking for sys/attr.h
  2777. configure:10991: result: yes
  2778. configure:11003: checking sys/eventfd.h usability
  2779. configure:11003: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2780. conftest.c:79:10: fatal error: 'sys/eventfd.h' file not found
  2781. #include <sys/eventfd.h>
  2782. ^~~~~~~~~~~~~~~
  2783. 1 error generated.
  2784. configure:11003: $? = 1
  2785. configure: failed program was:
  2786. | /* confdefs.h */
  2787. | #define PACKAGE_NAME ""
  2788. | #define PACKAGE_TARNAME ""
  2789. | #define PACKAGE_VERSION ""
  2790. | #define PACKAGE_STRING ""
  2791. | #define PACKAGE_BUGREPORT ""
  2792. | #define PACKAGE_URL ""
  2793. | #define STDC_HEADERS 1
  2794. | #define HAVE_SYS_TYPES_H 1
  2795. | #define HAVE_SYS_STAT_H 1
  2796. | #define HAVE_STDLIB_H 1
  2797. | #define HAVE_STRING_H 1
  2798. | #define HAVE_MEMORY_H 1
  2799. | #define HAVE_STRINGS_H 1
  2800. | #define HAVE_INTTYPES_H 1
  2801. | #define HAVE_STDINT_H 1
  2802. | #define HAVE_UNISTD_H 1
  2803. | #define __EXTENSIONS__ 1
  2804. | #define _ALL_SOURCE 1
  2805. | #define _GNU_SOURCE 1
  2806. | #define _POSIX_PTHREAD_SEMANTICS 1
  2807. | #define _TANDEM_SOURCE 1
  2808. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2809. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2810. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2811. | #define BROKEN_CRYPT 1
  2812. | #define HAVE_CRT_EXTERNS_H 1
  2813. | #define HAVE_LIBDL 1
  2814. | #define HAVE_DIRENT_H 1
  2815. | #define HAVE__BOOL 1
  2816. | #define HAVE_STDBOOL_H 1
  2817. | #define HAVE_SYS_WAIT_H 1
  2818. | #define HAVE_GRP_H 1
  2819. | #define HAVE_FCNTL_H 1
  2820. | #define HAVE_FLOAT_H 1
  2821. | #define HAVE_LANGINFO_H 1
  2822. | #define HAVE_LIMITS_H 1
  2823. | #define HAVE_LOCALE_H 1
  2824. | #define HAVE_MALLOC_MALLOC_H 1
  2825. | #define HAVE_PWD_H 1
  2826. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  2827. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  2828. | #define HAVE_STDALIGN_H 1
  2829. | #define HAVE_SYS_ATTR_H 1
  2830. | /* end confdefs.h. */
  2831. | #include <stdio.h>
  2832. | #ifdef HAVE_SYS_TYPES_H
  2833. | # include <sys/types.h>
  2834. | #endif
  2835. | #ifdef HAVE_SYS_STAT_H
  2836. | # include <sys/stat.h>
  2837. | #endif
  2838. | #ifdef STDC_HEADERS
  2839. | # include <stdlib.h>
  2840. | # include <stddef.h>
  2841. | #else
  2842. | # ifdef HAVE_STDLIB_H
  2843. | # include <stdlib.h>
  2844. | # endif
  2845. | #endif
  2846. | #ifdef HAVE_STRING_H
  2847. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2848. | # include <memory.h>
  2849. | # endif
  2850. | # include <string.h>
  2851. | #endif
  2852. | #ifdef HAVE_STRINGS_H
  2853. | # include <strings.h>
  2854. | #endif
  2855. | #ifdef HAVE_INTTYPES_H
  2856. | # include <inttypes.h>
  2857. | #endif
  2858. | #ifdef HAVE_STDINT_H
  2859. | # include <stdint.h>
  2860. | #endif
  2861. | #ifdef HAVE_UNISTD_H
  2862. | # include <unistd.h>
  2863. | #endif
  2864. | #include <sys/eventfd.h>
  2865. configure:11003: result: no
  2866. configure:11003: checking sys/eventfd.h presence
  2867. configure:11003: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2868. conftest.c:46:10: fatal error: 'sys/eventfd.h' file not found
  2869. #include <sys/eventfd.h>
  2870. ^~~~~~~~~~~~~~~
  2871. 1 error generated.
  2872. configure:11003: $? = 1
  2873. configure: failed program was:
  2874. | /* confdefs.h */
  2875. | #define PACKAGE_NAME ""
  2876. | #define PACKAGE_TARNAME ""
  2877. | #define PACKAGE_VERSION ""
  2878. | #define PACKAGE_STRING ""
  2879. | #define PACKAGE_BUGREPORT ""
  2880. | #define PACKAGE_URL ""
  2881. | #define STDC_HEADERS 1
  2882. | #define HAVE_SYS_TYPES_H 1
  2883. | #define HAVE_SYS_STAT_H 1
  2884. | #define HAVE_STDLIB_H 1
  2885. | #define HAVE_STRING_H 1
  2886. | #define HAVE_MEMORY_H 1
  2887. | #define HAVE_STRINGS_H 1
  2888. | #define HAVE_INTTYPES_H 1
  2889. | #define HAVE_STDINT_H 1
  2890. | #define HAVE_UNISTD_H 1
  2891. | #define __EXTENSIONS__ 1
  2892. | #define _ALL_SOURCE 1
  2893. | #define _GNU_SOURCE 1
  2894. | #define _POSIX_PTHREAD_SEMANTICS 1
  2895. | #define _TANDEM_SOURCE 1
  2896. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2897. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2898. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2899. | #define BROKEN_CRYPT 1
  2900. | #define HAVE_CRT_EXTERNS_H 1
  2901. | #define HAVE_LIBDL 1
  2902. | #define HAVE_DIRENT_H 1
  2903. | #define HAVE__BOOL 1
  2904. | #define HAVE_STDBOOL_H 1
  2905. | #define HAVE_SYS_WAIT_H 1
  2906. | #define HAVE_GRP_H 1
  2907. | #define HAVE_FCNTL_H 1
  2908. | #define HAVE_FLOAT_H 1
  2909. | #define HAVE_LANGINFO_H 1
  2910. | #define HAVE_LIMITS_H 1
  2911. | #define HAVE_LOCALE_H 1
  2912. | #define HAVE_MALLOC_MALLOC_H 1
  2913. | #define HAVE_PWD_H 1
  2914. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  2915. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  2916. | #define HAVE_STDALIGN_H 1
  2917. | #define HAVE_SYS_ATTR_H 1
  2918. | /* end confdefs.h. */
  2919. | #include <sys/eventfd.h>
  2920. configure:11003: result: no
  2921. configure:11003: checking for sys/eventfd.h
  2922. configure:11003: result: no
  2923. configure:11015: checking sys/fcntl.h usability
  2924. configure:11015: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2925. configure:11015: $? = 0
  2926. configure:11015: result: yes
  2927. configure:11015: checking sys/fcntl.h presence
  2928. configure:11015: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2929. configure:11015: $? = 0
  2930. configure:11015: result: yes
  2931. configure:11015: checking for sys/fcntl.h
  2932. configure:11015: result: yes
  2933. configure:11027: checking sys/file.h usability
  2934. configure:11027: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2935. configure:11027: $? = 0
  2936. configure:11027: result: yes
  2937. configure:11027: checking sys/file.h presence
  2938. configure:11027: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2939. configure:11027: $? = 0
  2940. configure:11027: result: yes
  2941. configure:11027: checking for sys/file.h
  2942. configure:11027: result: yes
  2943. configure:11039: checking sys/id.h usability
  2944. configure:11039: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2945. conftest.c:81:10: fatal error: 'sys/id.h' file not found
  2946. #include <sys/id.h>
  2947. ^~~~~~~~~~
  2948. 1 error generated.
  2949. configure:11039: $? = 1
  2950. configure: failed program was:
  2951. | /* confdefs.h */
  2952. | #define PACKAGE_NAME ""
  2953. | #define PACKAGE_TARNAME ""
  2954. | #define PACKAGE_VERSION ""
  2955. | #define PACKAGE_STRING ""
  2956. | #define PACKAGE_BUGREPORT ""
  2957. | #define PACKAGE_URL ""
  2958. | #define STDC_HEADERS 1
  2959. | #define HAVE_SYS_TYPES_H 1
  2960. | #define HAVE_SYS_STAT_H 1
  2961. | #define HAVE_STDLIB_H 1
  2962. | #define HAVE_STRING_H 1
  2963. | #define HAVE_MEMORY_H 1
  2964. | #define HAVE_STRINGS_H 1
  2965. | #define HAVE_INTTYPES_H 1
  2966. | #define HAVE_STDINT_H 1
  2967. | #define HAVE_UNISTD_H 1
  2968. | #define __EXTENSIONS__ 1
  2969. | #define _ALL_SOURCE 1
  2970. | #define _GNU_SOURCE 1
  2971. | #define _POSIX_PTHREAD_SEMANTICS 1
  2972. | #define _TANDEM_SOURCE 1
  2973. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2974. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2975. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  2976. | #define BROKEN_CRYPT 1
  2977. | #define HAVE_CRT_EXTERNS_H 1
  2978. | #define HAVE_LIBDL 1
  2979. | #define HAVE_DIRENT_H 1
  2980. | #define HAVE__BOOL 1
  2981. | #define HAVE_STDBOOL_H 1
  2982. | #define HAVE_SYS_WAIT_H 1
  2983. | #define HAVE_GRP_H 1
  2984. | #define HAVE_FCNTL_H 1
  2985. | #define HAVE_FLOAT_H 1
  2986. | #define HAVE_LANGINFO_H 1
  2987. | #define HAVE_LIMITS_H 1
  2988. | #define HAVE_LOCALE_H 1
  2989. | #define HAVE_MALLOC_MALLOC_H 1
  2990. | #define HAVE_PWD_H 1
  2991. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  2992. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  2993. | #define HAVE_STDALIGN_H 1
  2994. | #define HAVE_SYS_ATTR_H 1
  2995. | #define HAVE_SYS_FCNTL_H 1
  2996. | #define HAVE_SYS_FILE_H 1
  2997. | /* end confdefs.h. */
  2998. | #include <stdio.h>
  2999. | #ifdef HAVE_SYS_TYPES_H
  3000. | # include <sys/types.h>
  3001. | #endif
  3002. | #ifdef HAVE_SYS_STAT_H
  3003. | # include <sys/stat.h>
  3004. | #endif
  3005. | #ifdef STDC_HEADERS
  3006. | # include <stdlib.h>
  3007. | # include <stddef.h>
  3008. | #else
  3009. | # ifdef HAVE_STDLIB_H
  3010. | # include <stdlib.h>
  3011. | # endif
  3012. | #endif
  3013. | #ifdef HAVE_STRING_H
  3014. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3015. | # include <memory.h>
  3016. | # endif
  3017. | # include <string.h>
  3018. | #endif
  3019. | #ifdef HAVE_STRINGS_H
  3020. | # include <strings.h>
  3021. | #endif
  3022. | #ifdef HAVE_INTTYPES_H
  3023. | # include <inttypes.h>
  3024. | #endif
  3025. | #ifdef HAVE_STDINT_H
  3026. | # include <stdint.h>
  3027. | #endif
  3028. | #ifdef HAVE_UNISTD_H
  3029. | # include <unistd.h>
  3030. | #endif
  3031. | #include <sys/id.h>
  3032. configure:11039: result: no
  3033. configure:11039: checking sys/id.h presence
  3034. configure:11039: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3035. conftest.c:48:10: fatal error: 'sys/id.h' file not found
  3036. #include <sys/id.h>
  3037. ^~~~~~~~~~
  3038. 1 error generated.
  3039. configure:11039: $? = 1
  3040. configure: failed program was:
  3041. | /* confdefs.h */
  3042. | #define PACKAGE_NAME ""
  3043. | #define PACKAGE_TARNAME ""
  3044. | #define PACKAGE_VERSION ""
  3045. | #define PACKAGE_STRING ""
  3046. | #define PACKAGE_BUGREPORT ""
  3047. | #define PACKAGE_URL ""
  3048. | #define STDC_HEADERS 1
  3049. | #define HAVE_SYS_TYPES_H 1
  3050. | #define HAVE_SYS_STAT_H 1
  3051. | #define HAVE_STDLIB_H 1
  3052. | #define HAVE_STRING_H 1
  3053. | #define HAVE_MEMORY_H 1
  3054. | #define HAVE_STRINGS_H 1
  3055. | #define HAVE_INTTYPES_H 1
  3056. | #define HAVE_STDINT_H 1
  3057. | #define HAVE_UNISTD_H 1
  3058. | #define __EXTENSIONS__ 1
  3059. | #define _ALL_SOURCE 1
  3060. | #define _GNU_SOURCE 1
  3061. | #define _POSIX_PTHREAD_SEMANTICS 1
  3062. | #define _TANDEM_SOURCE 1
  3063. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3064. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3065. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3066. | #define BROKEN_CRYPT 1
  3067. | #define HAVE_CRT_EXTERNS_H 1
  3068. | #define HAVE_LIBDL 1
  3069. | #define HAVE_DIRENT_H 1
  3070. | #define HAVE__BOOL 1
  3071. | #define HAVE_STDBOOL_H 1
  3072. | #define HAVE_SYS_WAIT_H 1
  3073. | #define HAVE_GRP_H 1
  3074. | #define HAVE_FCNTL_H 1
  3075. | #define HAVE_FLOAT_H 1
  3076. | #define HAVE_LANGINFO_H 1
  3077. | #define HAVE_LIMITS_H 1
  3078. | #define HAVE_LOCALE_H 1
  3079. | #define HAVE_MALLOC_MALLOC_H 1
  3080. | #define HAVE_PWD_H 1
  3081. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3082. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3083. | #define HAVE_STDALIGN_H 1
  3084. | #define HAVE_SYS_ATTR_H 1
  3085. | #define HAVE_SYS_FCNTL_H 1
  3086. | #define HAVE_SYS_FILE_H 1
  3087. | /* end confdefs.h. */
  3088. | #include <sys/id.h>
  3089. configure:11039: result: no
  3090. configure:11039: checking for sys/id.h
  3091. configure:11039: result: no
  3092. configure:11051: checking sys/ioctl.h usability
  3093. configure:11051: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3094. configure:11051: $? = 0
  3095. configure:11051: result: yes
  3096. configure:11051: checking sys/ioctl.h presence
  3097. configure:11051: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3098. configure:11051: $? = 0
  3099. configure:11051: result: yes
  3100. configure:11051: checking for sys/ioctl.h
  3101. configure:11051: result: yes
  3102. configure:11063: checking sys/mkdev.h usability
  3103. configure:11063: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3104. conftest.c:82:10: fatal error: 'sys/mkdev.h' file not found
  3105. #include <sys/mkdev.h>
  3106. ^~~~~~~~~~~~~
  3107. 1 error generated.
  3108. configure:11063: $? = 1
  3109. configure: failed program was:
  3110. | /* confdefs.h */
  3111. | #define PACKAGE_NAME ""
  3112. | #define PACKAGE_TARNAME ""
  3113. | #define PACKAGE_VERSION ""
  3114. | #define PACKAGE_STRING ""
  3115. | #define PACKAGE_BUGREPORT ""
  3116. | #define PACKAGE_URL ""
  3117. | #define STDC_HEADERS 1
  3118. | #define HAVE_SYS_TYPES_H 1
  3119. | #define HAVE_SYS_STAT_H 1
  3120. | #define HAVE_STDLIB_H 1
  3121. | #define HAVE_STRING_H 1
  3122. | #define HAVE_MEMORY_H 1
  3123. | #define HAVE_STRINGS_H 1
  3124. | #define HAVE_INTTYPES_H 1
  3125. | #define HAVE_STDINT_H 1
  3126. | #define HAVE_UNISTD_H 1
  3127. | #define __EXTENSIONS__ 1
  3128. | #define _ALL_SOURCE 1
  3129. | #define _GNU_SOURCE 1
  3130. | #define _POSIX_PTHREAD_SEMANTICS 1
  3131. | #define _TANDEM_SOURCE 1
  3132. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3133. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3134. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3135. | #define BROKEN_CRYPT 1
  3136. | #define HAVE_CRT_EXTERNS_H 1
  3137. | #define HAVE_LIBDL 1
  3138. | #define HAVE_DIRENT_H 1
  3139. | #define HAVE__BOOL 1
  3140. | #define HAVE_STDBOOL_H 1
  3141. | #define HAVE_SYS_WAIT_H 1
  3142. | #define HAVE_GRP_H 1
  3143. | #define HAVE_FCNTL_H 1
  3144. | #define HAVE_FLOAT_H 1
  3145. | #define HAVE_LANGINFO_H 1
  3146. | #define HAVE_LIMITS_H 1
  3147. | #define HAVE_LOCALE_H 1
  3148. | #define HAVE_MALLOC_MALLOC_H 1
  3149. | #define HAVE_PWD_H 1
  3150. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3151. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3152. | #define HAVE_STDALIGN_H 1
  3153. | #define HAVE_SYS_ATTR_H 1
  3154. | #define HAVE_SYS_FCNTL_H 1
  3155. | #define HAVE_SYS_FILE_H 1
  3156. | #define HAVE_SYS_IOCTL_H 1
  3157. | /* end confdefs.h. */
  3158. | #include <stdio.h>
  3159. | #ifdef HAVE_SYS_TYPES_H
  3160. | # include <sys/types.h>
  3161. | #endif
  3162. | #ifdef HAVE_SYS_STAT_H
  3163. | # include <sys/stat.h>
  3164. | #endif
  3165. | #ifdef STDC_HEADERS
  3166. | # include <stdlib.h>
  3167. | # include <stddef.h>
  3168. | #else
  3169. | # ifdef HAVE_STDLIB_H
  3170. | # include <stdlib.h>
  3171. | # endif
  3172. | #endif
  3173. | #ifdef HAVE_STRING_H
  3174. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3175. | # include <memory.h>
  3176. | # endif
  3177. | # include <string.h>
  3178. | #endif
  3179. | #ifdef HAVE_STRINGS_H
  3180. | # include <strings.h>
  3181. | #endif
  3182. | #ifdef HAVE_INTTYPES_H
  3183. | # include <inttypes.h>
  3184. | #endif
  3185. | #ifdef HAVE_STDINT_H
  3186. | # include <stdint.h>
  3187. | #endif
  3188. | #ifdef HAVE_UNISTD_H
  3189. | # include <unistd.h>
  3190. | #endif
  3191. | #include <sys/mkdev.h>
  3192. configure:11063: result: no
  3193. configure:11063: checking sys/mkdev.h presence
  3194. configure:11063: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3195. conftest.c:49:10: fatal error: 'sys/mkdev.h' file not found
  3196. #include <sys/mkdev.h>
  3197. ^~~~~~~~~~~~~
  3198. 1 error generated.
  3199. configure:11063: $? = 1
  3200. configure: failed program was:
  3201. | /* confdefs.h */
  3202. | #define PACKAGE_NAME ""
  3203. | #define PACKAGE_TARNAME ""
  3204. | #define PACKAGE_VERSION ""
  3205. | #define PACKAGE_STRING ""
  3206. | #define PACKAGE_BUGREPORT ""
  3207. | #define PACKAGE_URL ""
  3208. | #define STDC_HEADERS 1
  3209. | #define HAVE_SYS_TYPES_H 1
  3210. | #define HAVE_SYS_STAT_H 1
  3211. | #define HAVE_STDLIB_H 1
  3212. | #define HAVE_STRING_H 1
  3213. | #define HAVE_MEMORY_H 1
  3214. | #define HAVE_STRINGS_H 1
  3215. | #define HAVE_INTTYPES_H 1
  3216. | #define HAVE_STDINT_H 1
  3217. | #define HAVE_UNISTD_H 1
  3218. | #define __EXTENSIONS__ 1
  3219. | #define _ALL_SOURCE 1
  3220. | #define _GNU_SOURCE 1
  3221. | #define _POSIX_PTHREAD_SEMANTICS 1
  3222. | #define _TANDEM_SOURCE 1
  3223. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3224. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3225. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3226. | #define BROKEN_CRYPT 1
  3227. | #define HAVE_CRT_EXTERNS_H 1
  3228. | #define HAVE_LIBDL 1
  3229. | #define HAVE_DIRENT_H 1
  3230. | #define HAVE__BOOL 1
  3231. | #define HAVE_STDBOOL_H 1
  3232. | #define HAVE_SYS_WAIT_H 1
  3233. | #define HAVE_GRP_H 1
  3234. | #define HAVE_FCNTL_H 1
  3235. | #define HAVE_FLOAT_H 1
  3236. | #define HAVE_LANGINFO_H 1
  3237. | #define HAVE_LIMITS_H 1
  3238. | #define HAVE_LOCALE_H 1
  3239. | #define HAVE_MALLOC_MALLOC_H 1
  3240. | #define HAVE_PWD_H 1
  3241. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3242. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3243. | #define HAVE_STDALIGN_H 1
  3244. | #define HAVE_SYS_ATTR_H 1
  3245. | #define HAVE_SYS_FCNTL_H 1
  3246. | #define HAVE_SYS_FILE_H 1
  3247. | #define HAVE_SYS_IOCTL_H 1
  3248. | /* end confdefs.h. */
  3249. | #include <sys/mkdev.h>
  3250. configure:11063: result: no
  3251. configure:11063: checking for sys/mkdev.h
  3252. configure:11063: result: no
  3253. configure:11075: checking sys/param.h usability
  3254. configure:11075: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3255. configure:11075: $? = 0
  3256. configure:11075: result: yes
  3257. configure:11075: checking sys/param.h presence
  3258. configure:11075: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3259. configure:11075: $? = 0
  3260. configure:11075: result: yes
  3261. configure:11075: checking for sys/param.h
  3262. configure:11075: result: yes
  3263. configure:11087: checking sys/prctl.h usability
  3264. configure:11087: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3265. conftest.c:83:10: fatal error: 'sys/prctl.h' file not found
  3266. #include <sys/prctl.h>
  3267. ^~~~~~~~~~~~~
  3268. 1 error generated.
  3269. configure:11087: $? = 1
  3270. configure: failed program was:
  3271. | /* confdefs.h */
  3272. | #define PACKAGE_NAME ""
  3273. | #define PACKAGE_TARNAME ""
  3274. | #define PACKAGE_VERSION ""
  3275. | #define PACKAGE_STRING ""
  3276. | #define PACKAGE_BUGREPORT ""
  3277. | #define PACKAGE_URL ""
  3278. | #define STDC_HEADERS 1
  3279. | #define HAVE_SYS_TYPES_H 1
  3280. | #define HAVE_SYS_STAT_H 1
  3281. | #define HAVE_STDLIB_H 1
  3282. | #define HAVE_STRING_H 1
  3283. | #define HAVE_MEMORY_H 1
  3284. | #define HAVE_STRINGS_H 1
  3285. | #define HAVE_INTTYPES_H 1
  3286. | #define HAVE_STDINT_H 1
  3287. | #define HAVE_UNISTD_H 1
  3288. | #define __EXTENSIONS__ 1
  3289. | #define _ALL_SOURCE 1
  3290. | #define _GNU_SOURCE 1
  3291. | #define _POSIX_PTHREAD_SEMANTICS 1
  3292. | #define _TANDEM_SOURCE 1
  3293. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3294. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3295. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3296. | #define BROKEN_CRYPT 1
  3297. | #define HAVE_CRT_EXTERNS_H 1
  3298. | #define HAVE_LIBDL 1
  3299. | #define HAVE_DIRENT_H 1
  3300. | #define HAVE__BOOL 1
  3301. | #define HAVE_STDBOOL_H 1
  3302. | #define HAVE_SYS_WAIT_H 1
  3303. | #define HAVE_GRP_H 1
  3304. | #define HAVE_FCNTL_H 1
  3305. | #define HAVE_FLOAT_H 1
  3306. | #define HAVE_LANGINFO_H 1
  3307. | #define HAVE_LIMITS_H 1
  3308. | #define HAVE_LOCALE_H 1
  3309. | #define HAVE_MALLOC_MALLOC_H 1
  3310. | #define HAVE_PWD_H 1
  3311. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3312. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3313. | #define HAVE_STDALIGN_H 1
  3314. | #define HAVE_SYS_ATTR_H 1
  3315. | #define HAVE_SYS_FCNTL_H 1
  3316. | #define HAVE_SYS_FILE_H 1
  3317. | #define HAVE_SYS_IOCTL_H 1
  3318. | #define HAVE_SYS_PARAM_H 1
  3319. | /* end confdefs.h. */
  3320. | #include <stdio.h>
  3321. | #ifdef HAVE_SYS_TYPES_H
  3322. | # include <sys/types.h>
  3323. | #endif
  3324. | #ifdef HAVE_SYS_STAT_H
  3325. | # include <sys/stat.h>
  3326. | #endif
  3327. | #ifdef STDC_HEADERS
  3328. | # include <stdlib.h>
  3329. | # include <stddef.h>
  3330. | #else
  3331. | # ifdef HAVE_STDLIB_H
  3332. | # include <stdlib.h>
  3333. | # endif
  3334. | #endif
  3335. | #ifdef HAVE_STRING_H
  3336. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3337. | # include <memory.h>
  3338. | # endif
  3339. | # include <string.h>
  3340. | #endif
  3341. | #ifdef HAVE_STRINGS_H
  3342. | # include <strings.h>
  3343. | #endif
  3344. | #ifdef HAVE_INTTYPES_H
  3345. | # include <inttypes.h>
  3346. | #endif
  3347. | #ifdef HAVE_STDINT_H
  3348. | # include <stdint.h>
  3349. | #endif
  3350. | #ifdef HAVE_UNISTD_H
  3351. | # include <unistd.h>
  3352. | #endif
  3353. | #include <sys/prctl.h>
  3354. configure:11087: result: no
  3355. configure:11087: checking sys/prctl.h presence
  3356. configure:11087: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3357. conftest.c:50:10: fatal error: 'sys/prctl.h' file not found
  3358. #include <sys/prctl.h>
  3359. ^~~~~~~~~~~~~
  3360. 1 error generated.
  3361. configure:11087: $? = 1
  3362. configure: failed program was:
  3363. | /* confdefs.h */
  3364. | #define PACKAGE_NAME ""
  3365. | #define PACKAGE_TARNAME ""
  3366. | #define PACKAGE_VERSION ""
  3367. | #define PACKAGE_STRING ""
  3368. | #define PACKAGE_BUGREPORT ""
  3369. | #define PACKAGE_URL ""
  3370. | #define STDC_HEADERS 1
  3371. | #define HAVE_SYS_TYPES_H 1
  3372. | #define HAVE_SYS_STAT_H 1
  3373. | #define HAVE_STDLIB_H 1
  3374. | #define HAVE_STRING_H 1
  3375. | #define HAVE_MEMORY_H 1
  3376. | #define HAVE_STRINGS_H 1
  3377. | #define HAVE_INTTYPES_H 1
  3378. | #define HAVE_STDINT_H 1
  3379. | #define HAVE_UNISTD_H 1
  3380. | #define __EXTENSIONS__ 1
  3381. | #define _ALL_SOURCE 1
  3382. | #define _GNU_SOURCE 1
  3383. | #define _POSIX_PTHREAD_SEMANTICS 1
  3384. | #define _TANDEM_SOURCE 1
  3385. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3386. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3387. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3388. | #define BROKEN_CRYPT 1
  3389. | #define HAVE_CRT_EXTERNS_H 1
  3390. | #define HAVE_LIBDL 1
  3391. | #define HAVE_DIRENT_H 1
  3392. | #define HAVE__BOOL 1
  3393. | #define HAVE_STDBOOL_H 1
  3394. | #define HAVE_SYS_WAIT_H 1
  3395. | #define HAVE_GRP_H 1
  3396. | #define HAVE_FCNTL_H 1
  3397. | #define HAVE_FLOAT_H 1
  3398. | #define HAVE_LANGINFO_H 1
  3399. | #define HAVE_LIMITS_H 1
  3400. | #define HAVE_LOCALE_H 1
  3401. | #define HAVE_MALLOC_MALLOC_H 1
  3402. | #define HAVE_PWD_H 1
  3403. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3404. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3405. | #define HAVE_STDALIGN_H 1
  3406. | #define HAVE_SYS_ATTR_H 1
  3407. | #define HAVE_SYS_FCNTL_H 1
  3408. | #define HAVE_SYS_FILE_H 1
  3409. | #define HAVE_SYS_IOCTL_H 1
  3410. | #define HAVE_SYS_PARAM_H 1
  3411. | /* end confdefs.h. */
  3412. | #include <sys/prctl.h>
  3413. configure:11087: result: no
  3414. configure:11087: checking for sys/prctl.h
  3415. configure:11087: result: no
  3416. configure:11099: checking sys/resource.h usability
  3417. configure:11099: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3418. configure:11099: $? = 0
  3419. configure:11099: result: yes
  3420. configure:11099: checking sys/resource.h presence
  3421. configure:11099: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3422. configure:11099: $? = 0
  3423. configure:11099: result: yes
  3424. configure:11099: checking for sys/resource.h
  3425. configure:11099: result: yes
  3426. configure:11111: checking sys/select.h usability
  3427. configure:11111: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3428. configure:11111: $? = 0
  3429. configure:11111: result: yes
  3430. configure:11111: checking sys/select.h presence
  3431. configure:11111: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3432. configure:11111: $? = 0
  3433. configure:11111: result: yes
  3434. configure:11111: checking for sys/select.h
  3435. configure:11111: result: yes
  3436. configure:11123: checking sys/sendfile.h usability
  3437. configure:11123: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3438. conftest.c:85:10: fatal error: 'sys/sendfile.h' file not found
  3439. #include <sys/sendfile.h>
  3440. ^~~~~~~~~~~~~~~~
  3441. 1 error generated.
  3442. configure:11123: $? = 1
  3443. configure: failed program was:
  3444. | /* confdefs.h */
  3445. | #define PACKAGE_NAME ""
  3446. | #define PACKAGE_TARNAME ""
  3447. | #define PACKAGE_VERSION ""
  3448. | #define PACKAGE_STRING ""
  3449. | #define PACKAGE_BUGREPORT ""
  3450. | #define PACKAGE_URL ""
  3451. | #define STDC_HEADERS 1
  3452. | #define HAVE_SYS_TYPES_H 1
  3453. | #define HAVE_SYS_STAT_H 1
  3454. | #define HAVE_STDLIB_H 1
  3455. | #define HAVE_STRING_H 1
  3456. | #define HAVE_MEMORY_H 1
  3457. | #define HAVE_STRINGS_H 1
  3458. | #define HAVE_INTTYPES_H 1
  3459. | #define HAVE_STDINT_H 1
  3460. | #define HAVE_UNISTD_H 1
  3461. | #define __EXTENSIONS__ 1
  3462. | #define _ALL_SOURCE 1
  3463. | #define _GNU_SOURCE 1
  3464. | #define _POSIX_PTHREAD_SEMANTICS 1
  3465. | #define _TANDEM_SOURCE 1
  3466. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3467. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3468. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3469. | #define BROKEN_CRYPT 1
  3470. | #define HAVE_CRT_EXTERNS_H 1
  3471. | #define HAVE_LIBDL 1
  3472. | #define HAVE_DIRENT_H 1
  3473. | #define HAVE__BOOL 1
  3474. | #define HAVE_STDBOOL_H 1
  3475. | #define HAVE_SYS_WAIT_H 1
  3476. | #define HAVE_GRP_H 1
  3477. | #define HAVE_FCNTL_H 1
  3478. | #define HAVE_FLOAT_H 1
  3479. | #define HAVE_LANGINFO_H 1
  3480. | #define HAVE_LIMITS_H 1
  3481. | #define HAVE_LOCALE_H 1
  3482. | #define HAVE_MALLOC_MALLOC_H 1
  3483. | #define HAVE_PWD_H 1
  3484. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3485. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3486. | #define HAVE_STDALIGN_H 1
  3487. | #define HAVE_SYS_ATTR_H 1
  3488. | #define HAVE_SYS_FCNTL_H 1
  3489. | #define HAVE_SYS_FILE_H 1
  3490. | #define HAVE_SYS_IOCTL_H 1
  3491. | #define HAVE_SYS_PARAM_H 1
  3492. | #define HAVE_SYS_RESOURCE_H 1
  3493. | #define HAVE_SYS_SELECT_H 1
  3494. | /* end confdefs.h. */
  3495. | #include <stdio.h>
  3496. | #ifdef HAVE_SYS_TYPES_H
  3497. | # include <sys/types.h>
  3498. | #endif
  3499. | #ifdef HAVE_SYS_STAT_H
  3500. | # include <sys/stat.h>
  3501. | #endif
  3502. | #ifdef STDC_HEADERS
  3503. | # include <stdlib.h>
  3504. | # include <stddef.h>
  3505. | #else
  3506. | # ifdef HAVE_STDLIB_H
  3507. | # include <stdlib.h>
  3508. | # endif
  3509. | #endif
  3510. | #ifdef HAVE_STRING_H
  3511. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3512. | # include <memory.h>
  3513. | # endif
  3514. | # include <string.h>
  3515. | #endif
  3516. | #ifdef HAVE_STRINGS_H
  3517. | # include <strings.h>
  3518. | #endif
  3519. | #ifdef HAVE_INTTYPES_H
  3520. | # include <inttypes.h>
  3521. | #endif
  3522. | #ifdef HAVE_STDINT_H
  3523. | # include <stdint.h>
  3524. | #endif
  3525. | #ifdef HAVE_UNISTD_H
  3526. | # include <unistd.h>
  3527. | #endif
  3528. | #include <sys/sendfile.h>
  3529. configure:11123: result: no
  3530. configure:11123: checking sys/sendfile.h presence
  3531. configure:11123: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3532. conftest.c:52:10: fatal error: 'sys/sendfile.h' file not found
  3533. #include <sys/sendfile.h>
  3534. ^~~~~~~~~~~~~~~~
  3535. 1 error generated.
  3536. configure:11123: $? = 1
  3537. configure: failed program was:
  3538. | /* confdefs.h */
  3539. | #define PACKAGE_NAME ""
  3540. | #define PACKAGE_TARNAME ""
  3541. | #define PACKAGE_VERSION ""
  3542. | #define PACKAGE_STRING ""
  3543. | #define PACKAGE_BUGREPORT ""
  3544. | #define PACKAGE_URL ""
  3545. | #define STDC_HEADERS 1
  3546. | #define HAVE_SYS_TYPES_H 1
  3547. | #define HAVE_SYS_STAT_H 1
  3548. | #define HAVE_STDLIB_H 1
  3549. | #define HAVE_STRING_H 1
  3550. | #define HAVE_MEMORY_H 1
  3551. | #define HAVE_STRINGS_H 1
  3552. | #define HAVE_INTTYPES_H 1
  3553. | #define HAVE_STDINT_H 1
  3554. | #define HAVE_UNISTD_H 1
  3555. | #define __EXTENSIONS__ 1
  3556. | #define _ALL_SOURCE 1
  3557. | #define _GNU_SOURCE 1
  3558. | #define _POSIX_PTHREAD_SEMANTICS 1
  3559. | #define _TANDEM_SOURCE 1
  3560. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3561. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3562. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3563. | #define BROKEN_CRYPT 1
  3564. | #define HAVE_CRT_EXTERNS_H 1
  3565. | #define HAVE_LIBDL 1
  3566. | #define HAVE_DIRENT_H 1
  3567. | #define HAVE__BOOL 1
  3568. | #define HAVE_STDBOOL_H 1
  3569. | #define HAVE_SYS_WAIT_H 1
  3570. | #define HAVE_GRP_H 1
  3571. | #define HAVE_FCNTL_H 1
  3572. | #define HAVE_FLOAT_H 1
  3573. | #define HAVE_LANGINFO_H 1
  3574. | #define HAVE_LIMITS_H 1
  3575. | #define HAVE_LOCALE_H 1
  3576. | #define HAVE_MALLOC_MALLOC_H 1
  3577. | #define HAVE_PWD_H 1
  3578. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3579. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3580. | #define HAVE_STDALIGN_H 1
  3581. | #define HAVE_SYS_ATTR_H 1
  3582. | #define HAVE_SYS_FCNTL_H 1
  3583. | #define HAVE_SYS_FILE_H 1
  3584. | #define HAVE_SYS_IOCTL_H 1
  3585. | #define HAVE_SYS_PARAM_H 1
  3586. | #define HAVE_SYS_RESOURCE_H 1
  3587. | #define HAVE_SYS_SELECT_H 1
  3588. | /* end confdefs.h. */
  3589. | #include <sys/sendfile.h>
  3590. configure:11123: result: no
  3591. configure:11123: checking for sys/sendfile.h
  3592. configure:11123: result: no
  3593. configure:11135: checking sys/socket.h usability
  3594. configure:11135: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3595. configure:11135: $? = 0
  3596. configure:11135: result: yes
  3597. configure:11135: checking sys/socket.h presence
  3598. configure:11135: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3599. configure:11135: $? = 0
  3600. configure:11135: result: yes
  3601. configure:11135: checking for sys/socket.h
  3602. configure:11135: result: yes
  3603. configure:11147: checking for sys/syscall.h
  3604. configure:11147: result: no
  3605. configure:11159: checking sys/sysmacros.h usability
  3606. configure:11159: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3607. conftest.c:86:10: fatal error: 'sys/sysmacros.h' file not found
  3608. #include <sys/sysmacros.h>
  3609. ^~~~~~~~~~~~~~~~~
  3610. 1 error generated.
  3611. configure:11159: $? = 1
  3612. configure: failed program was:
  3613. | /* confdefs.h */
  3614. | #define PACKAGE_NAME ""
  3615. | #define PACKAGE_TARNAME ""
  3616. | #define PACKAGE_VERSION ""
  3617. | #define PACKAGE_STRING ""
  3618. | #define PACKAGE_BUGREPORT ""
  3619. | #define PACKAGE_URL ""
  3620. | #define STDC_HEADERS 1
  3621. | #define HAVE_SYS_TYPES_H 1
  3622. | #define HAVE_SYS_STAT_H 1
  3623. | #define HAVE_STDLIB_H 1
  3624. | #define HAVE_STRING_H 1
  3625. | #define HAVE_MEMORY_H 1
  3626. | #define HAVE_STRINGS_H 1
  3627. | #define HAVE_INTTYPES_H 1
  3628. | #define HAVE_STDINT_H 1
  3629. | #define HAVE_UNISTD_H 1
  3630. | #define __EXTENSIONS__ 1
  3631. | #define _ALL_SOURCE 1
  3632. | #define _GNU_SOURCE 1
  3633. | #define _POSIX_PTHREAD_SEMANTICS 1
  3634. | #define _TANDEM_SOURCE 1
  3635. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3636. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3637. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3638. | #define BROKEN_CRYPT 1
  3639. | #define HAVE_CRT_EXTERNS_H 1
  3640. | #define HAVE_LIBDL 1
  3641. | #define HAVE_DIRENT_H 1
  3642. | #define HAVE__BOOL 1
  3643. | #define HAVE_STDBOOL_H 1
  3644. | #define HAVE_SYS_WAIT_H 1
  3645. | #define HAVE_GRP_H 1
  3646. | #define HAVE_FCNTL_H 1
  3647. | #define HAVE_FLOAT_H 1
  3648. | #define HAVE_LANGINFO_H 1
  3649. | #define HAVE_LIMITS_H 1
  3650. | #define HAVE_LOCALE_H 1
  3651. | #define HAVE_MALLOC_MALLOC_H 1
  3652. | #define HAVE_PWD_H 1
  3653. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3654. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3655. | #define HAVE_STDALIGN_H 1
  3656. | #define HAVE_SYS_ATTR_H 1
  3657. | #define HAVE_SYS_FCNTL_H 1
  3658. | #define HAVE_SYS_FILE_H 1
  3659. | #define HAVE_SYS_IOCTL_H 1
  3660. | #define HAVE_SYS_PARAM_H 1
  3661. | #define HAVE_SYS_RESOURCE_H 1
  3662. | #define HAVE_SYS_SELECT_H 1
  3663. | #define HAVE_SYS_SOCKET_H 1
  3664. | /* end confdefs.h. */
  3665. | #include <stdio.h>
  3666. | #ifdef HAVE_SYS_TYPES_H
  3667. | # include <sys/types.h>
  3668. | #endif
  3669. | #ifdef HAVE_SYS_STAT_H
  3670. | # include <sys/stat.h>
  3671. | #endif
  3672. | #ifdef STDC_HEADERS
  3673. | # include <stdlib.h>
  3674. | # include <stddef.h>
  3675. | #else
  3676. | # ifdef HAVE_STDLIB_H
  3677. | # include <stdlib.h>
  3678. | # endif
  3679. | #endif
  3680. | #ifdef HAVE_STRING_H
  3681. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3682. | # include <memory.h>
  3683. | # endif
  3684. | # include <string.h>
  3685. | #endif
  3686. | #ifdef HAVE_STRINGS_H
  3687. | # include <strings.h>
  3688. | #endif
  3689. | #ifdef HAVE_INTTYPES_H
  3690. | # include <inttypes.h>
  3691. | #endif
  3692. | #ifdef HAVE_STDINT_H
  3693. | # include <stdint.h>
  3694. | #endif
  3695. | #ifdef HAVE_UNISTD_H
  3696. | # include <unistd.h>
  3697. | #endif
  3698. | #include <sys/sysmacros.h>
  3699. configure:11159: result: no
  3700. configure:11159: checking sys/sysmacros.h presence
  3701. configure:11159: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3702. conftest.c:53:10: fatal error: 'sys/sysmacros.h' file not found
  3703. #include <sys/sysmacros.h>
  3704. ^~~~~~~~~~~~~~~~~
  3705. 1 error generated.
  3706. configure:11159: $? = 1
  3707. configure: failed program was:
  3708. | /* confdefs.h */
  3709. | #define PACKAGE_NAME ""
  3710. | #define PACKAGE_TARNAME ""
  3711. | #define PACKAGE_VERSION ""
  3712. | #define PACKAGE_STRING ""
  3713. | #define PACKAGE_BUGREPORT ""
  3714. | #define PACKAGE_URL ""
  3715. | #define STDC_HEADERS 1
  3716. | #define HAVE_SYS_TYPES_H 1
  3717. | #define HAVE_SYS_STAT_H 1
  3718. | #define HAVE_STDLIB_H 1
  3719. | #define HAVE_STRING_H 1
  3720. | #define HAVE_MEMORY_H 1
  3721. | #define HAVE_STRINGS_H 1
  3722. | #define HAVE_INTTYPES_H 1
  3723. | #define HAVE_STDINT_H 1
  3724. | #define HAVE_UNISTD_H 1
  3725. | #define __EXTENSIONS__ 1
  3726. | #define _ALL_SOURCE 1
  3727. | #define _GNU_SOURCE 1
  3728. | #define _POSIX_PTHREAD_SEMANTICS 1
  3729. | #define _TANDEM_SOURCE 1
  3730. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3731. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3732. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3733. | #define BROKEN_CRYPT 1
  3734. | #define HAVE_CRT_EXTERNS_H 1
  3735. | #define HAVE_LIBDL 1
  3736. | #define HAVE_DIRENT_H 1
  3737. | #define HAVE__BOOL 1
  3738. | #define HAVE_STDBOOL_H 1
  3739. | #define HAVE_SYS_WAIT_H 1
  3740. | #define HAVE_GRP_H 1
  3741. | #define HAVE_FCNTL_H 1
  3742. | #define HAVE_FLOAT_H 1
  3743. | #define HAVE_LANGINFO_H 1
  3744. | #define HAVE_LIMITS_H 1
  3745. | #define HAVE_LOCALE_H 1
  3746. | #define HAVE_MALLOC_MALLOC_H 1
  3747. | #define HAVE_PWD_H 1
  3748. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3749. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3750. | #define HAVE_STDALIGN_H 1
  3751. | #define HAVE_SYS_ATTR_H 1
  3752. | #define HAVE_SYS_FCNTL_H 1
  3753. | #define HAVE_SYS_FILE_H 1
  3754. | #define HAVE_SYS_IOCTL_H 1
  3755. | #define HAVE_SYS_PARAM_H 1
  3756. | #define HAVE_SYS_RESOURCE_H 1
  3757. | #define HAVE_SYS_SELECT_H 1
  3758. | #define HAVE_SYS_SOCKET_H 1
  3759. | /* end confdefs.h. */
  3760. | #include <sys/sysmacros.h>
  3761. configure:11159: result: no
  3762. configure:11159: checking for sys/sysmacros.h
  3763. configure:11159: result: no
  3764. configure:11171: checking sys/time.h usability
  3765. configure:11171: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3766. configure:11171: $? = 0
  3767. configure:11171: result: yes
  3768. configure:11171: checking sys/time.h presence
  3769. configure:11171: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3770. configure:11171: $? = 0
  3771. configure:11171: result: yes
  3772. configure:11171: checking for sys/time.h
  3773. configure:11171: result: yes
  3774. configure:11183: checking sys/times.h usability
  3775. configure:11183: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3776. configure:11183: $? = 0
  3777. configure:11183: result: yes
  3778. configure:11183: checking sys/times.h presence
  3779. configure:11183: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3780. configure:11183: $? = 0
  3781. configure:11183: result: yes
  3782. configure:11183: checking for sys/times.h
  3783. configure:11183: result: yes
  3784. configure:11195: checking sys/uio.h usability
  3785. configure:11195: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3786. configure:11195: $? = 0
  3787. configure:11195: result: yes
  3788. configure:11195: checking sys/uio.h presence
  3789. configure:11195: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3790. configure:11195: $? = 0
  3791. configure:11195: result: yes
  3792. configure:11195: checking for sys/uio.h
  3793. configure:11195: result: yes
  3794. configure:11207: checking sys/utime.h usability
  3795. configure:11207: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3796. conftest.c:89:10: fatal error: 'sys/utime.h' file not found
  3797. #include <sys/utime.h>
  3798. ^~~~~~~~~~~~~
  3799. 1 error generated.
  3800. configure:11207: $? = 1
  3801. configure: failed program was:
  3802. | /* confdefs.h */
  3803. | #define PACKAGE_NAME ""
  3804. | #define PACKAGE_TARNAME ""
  3805. | #define PACKAGE_VERSION ""
  3806. | #define PACKAGE_STRING ""
  3807. | #define PACKAGE_BUGREPORT ""
  3808. | #define PACKAGE_URL ""
  3809. | #define STDC_HEADERS 1
  3810. | #define HAVE_SYS_TYPES_H 1
  3811. | #define HAVE_SYS_STAT_H 1
  3812. | #define HAVE_STDLIB_H 1
  3813. | #define HAVE_STRING_H 1
  3814. | #define HAVE_MEMORY_H 1
  3815. | #define HAVE_STRINGS_H 1
  3816. | #define HAVE_INTTYPES_H 1
  3817. | #define HAVE_STDINT_H 1
  3818. | #define HAVE_UNISTD_H 1
  3819. | #define __EXTENSIONS__ 1
  3820. | #define _ALL_SOURCE 1
  3821. | #define _GNU_SOURCE 1
  3822. | #define _POSIX_PTHREAD_SEMANTICS 1
  3823. | #define _TANDEM_SOURCE 1
  3824. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3825. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3826. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3827. | #define BROKEN_CRYPT 1
  3828. | #define HAVE_CRT_EXTERNS_H 1
  3829. | #define HAVE_LIBDL 1
  3830. | #define HAVE_DIRENT_H 1
  3831. | #define HAVE__BOOL 1
  3832. | #define HAVE_STDBOOL_H 1
  3833. | #define HAVE_SYS_WAIT_H 1
  3834. | #define HAVE_GRP_H 1
  3835. | #define HAVE_FCNTL_H 1
  3836. | #define HAVE_FLOAT_H 1
  3837. | #define HAVE_LANGINFO_H 1
  3838. | #define HAVE_LIMITS_H 1
  3839. | #define HAVE_LOCALE_H 1
  3840. | #define HAVE_MALLOC_MALLOC_H 1
  3841. | #define HAVE_PWD_H 1
  3842. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3843. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3844. | #define HAVE_STDALIGN_H 1
  3845. | #define HAVE_SYS_ATTR_H 1
  3846. | #define HAVE_SYS_FCNTL_H 1
  3847. | #define HAVE_SYS_FILE_H 1
  3848. | #define HAVE_SYS_IOCTL_H 1
  3849. | #define HAVE_SYS_PARAM_H 1
  3850. | #define HAVE_SYS_RESOURCE_H 1
  3851. | #define HAVE_SYS_SELECT_H 1
  3852. | #define HAVE_SYS_SOCKET_H 1
  3853. | #define HAVE_SYS_TIME_H 1
  3854. | #define HAVE_SYS_TIMES_H 1
  3855. | #define HAVE_SYS_UIO_H 1
  3856. | /* end confdefs.h. */
  3857. | #include <stdio.h>
  3858. | #ifdef HAVE_SYS_TYPES_H
  3859. | # include <sys/types.h>
  3860. | #endif
  3861. | #ifdef HAVE_SYS_STAT_H
  3862. | # include <sys/stat.h>
  3863. | #endif
  3864. | #ifdef STDC_HEADERS
  3865. | # include <stdlib.h>
  3866. | # include <stddef.h>
  3867. | #else
  3868. | # ifdef HAVE_STDLIB_H
  3869. | # include <stdlib.h>
  3870. | # endif
  3871. | #endif
  3872. | #ifdef HAVE_STRING_H
  3873. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3874. | # include <memory.h>
  3875. | # endif
  3876. | # include <string.h>
  3877. | #endif
  3878. | #ifdef HAVE_STRINGS_H
  3879. | # include <strings.h>
  3880. | #endif
  3881. | #ifdef HAVE_INTTYPES_H
  3882. | # include <inttypes.h>
  3883. | #endif
  3884. | #ifdef HAVE_STDINT_H
  3885. | # include <stdint.h>
  3886. | #endif
  3887. | #ifdef HAVE_UNISTD_H
  3888. | # include <unistd.h>
  3889. | #endif
  3890. | #include <sys/utime.h>
  3891. configure:11207: result: no
  3892. configure:11207: checking sys/utime.h presence
  3893. configure:11207: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3894. conftest.c:56:10: fatal error: 'sys/utime.h' file not found
  3895. #include <sys/utime.h>
  3896. ^~~~~~~~~~~~~
  3897. 1 error generated.
  3898. configure:11207: $? = 1
  3899. configure: failed program was:
  3900. | /* confdefs.h */
  3901. | #define PACKAGE_NAME ""
  3902. | #define PACKAGE_TARNAME ""
  3903. | #define PACKAGE_VERSION ""
  3904. | #define PACKAGE_STRING ""
  3905. | #define PACKAGE_BUGREPORT ""
  3906. | #define PACKAGE_URL ""
  3907. | #define STDC_HEADERS 1
  3908. | #define HAVE_SYS_TYPES_H 1
  3909. | #define HAVE_SYS_STAT_H 1
  3910. | #define HAVE_STDLIB_H 1
  3911. | #define HAVE_STRING_H 1
  3912. | #define HAVE_MEMORY_H 1
  3913. | #define HAVE_STRINGS_H 1
  3914. | #define HAVE_INTTYPES_H 1
  3915. | #define HAVE_STDINT_H 1
  3916. | #define HAVE_UNISTD_H 1
  3917. | #define __EXTENSIONS__ 1
  3918. | #define _ALL_SOURCE 1
  3919. | #define _GNU_SOURCE 1
  3920. | #define _POSIX_PTHREAD_SEMANTICS 1
  3921. | #define _TANDEM_SOURCE 1
  3922. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3923. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3924. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  3925. | #define BROKEN_CRYPT 1
  3926. | #define HAVE_CRT_EXTERNS_H 1
  3927. | #define HAVE_LIBDL 1
  3928. | #define HAVE_DIRENT_H 1
  3929. | #define HAVE__BOOL 1
  3930. | #define HAVE_STDBOOL_H 1
  3931. | #define HAVE_SYS_WAIT_H 1
  3932. | #define HAVE_GRP_H 1
  3933. | #define HAVE_FCNTL_H 1
  3934. | #define HAVE_FLOAT_H 1
  3935. | #define HAVE_LANGINFO_H 1
  3936. | #define HAVE_LIMITS_H 1
  3937. | #define HAVE_LOCALE_H 1
  3938. | #define HAVE_MALLOC_MALLOC_H 1
  3939. | #define HAVE_PWD_H 1
  3940. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  3941. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  3942. | #define HAVE_STDALIGN_H 1
  3943. | #define HAVE_SYS_ATTR_H 1
  3944. | #define HAVE_SYS_FCNTL_H 1
  3945. | #define HAVE_SYS_FILE_H 1
  3946. | #define HAVE_SYS_IOCTL_H 1
  3947. | #define HAVE_SYS_PARAM_H 1
  3948. | #define HAVE_SYS_RESOURCE_H 1
  3949. | #define HAVE_SYS_SELECT_H 1
  3950. | #define HAVE_SYS_SOCKET_H 1
  3951. | #define HAVE_SYS_TIME_H 1
  3952. | #define HAVE_SYS_TIMES_H 1
  3953. | #define HAVE_SYS_UIO_H 1
  3954. | /* end confdefs.h. */
  3955. | #include <sys/utime.h>
  3956. configure:11207: result: no
  3957. configure:11207: checking for sys/utime.h
  3958. configure:11207: result: no
  3959. configure:11219: checking for syscall.h
  3960. configure:11219: result: no
  3961. configure:11231: checking time.h usability
  3962. configure:11231: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3963. configure:11231: $? = 0
  3964. configure:11231: result: yes
  3965. configure:11231: checking time.h presence
  3966. configure:11231: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3967. configure:11231: $? = 0
  3968. configure:11231: result: yes
  3969. configure:11231: checking for time.h
  3970. configure:11231: result: yes
  3971. configure:11243: checking ucontext.h usability
  3972. configure:11243: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3973. configure:11243: $? = 0
  3974. configure:11243: result: yes
  3975. configure:11243: checking ucontext.h presence
  3976. configure:11243: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3977. configure:11243: $? = 0
  3978. configure:11243: result: yes
  3979. configure:11243: checking for ucontext.h
  3980. configure:11243: result: yes
  3981. configure:11255: checking utime.h usability
  3982. configure:11255: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3983. configure:11255: $? = 0
  3984. configure:11255: result: yes
  3985. configure:11255: checking utime.h presence
  3986. configure:11255: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3987. configure:11255: $? = 0
  3988. configure:11255: result: yes
  3989. configure:11255: checking for utime.h
  3990. configure:11255: result: yes
  3991. configure:11277: checking gmp.h usability
  3992. configure:11277: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3993. configure:11277: $? = 0
  3994. configure:11277: result: yes
  3995. configure:11277: checking gmp.h presence
  3996. configure:11277: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3997. configure:11277: $? = 0
  3998. configure:11277: result: yes
  3999. configure:11277: checking for gmp.h
  4000. configure:11277: result: yes
  4001. configure:11288: checking for library containing __gmpz_init
  4002. configure:11319: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -ldl -lobjc >&5
  4003. Undefined symbols for architecture x86_64:
  4004. "___gmpz_init", referenced from:
  4005. _main in conftest-1b162c.o
  4006. ld: symbol(s) not found for architecture x86_64
  4007. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  4008. configure:11319: $? = 1
  4009. configure: failed program was:
  4010. | /* confdefs.h */
  4011. | #define PACKAGE_NAME ""
  4012. | #define PACKAGE_TARNAME ""
  4013. | #define PACKAGE_VERSION ""
  4014. | #define PACKAGE_STRING ""
  4015. | #define PACKAGE_BUGREPORT ""
  4016. | #define PACKAGE_URL ""
  4017. | #define STDC_HEADERS 1
  4018. | #define HAVE_SYS_TYPES_H 1
  4019. | #define HAVE_SYS_STAT_H 1
  4020. | #define HAVE_STDLIB_H 1
  4021. | #define HAVE_STRING_H 1
  4022. | #define HAVE_MEMORY_H 1
  4023. | #define HAVE_STRINGS_H 1
  4024. | #define HAVE_INTTYPES_H 1
  4025. | #define HAVE_STDINT_H 1
  4026. | #define HAVE_UNISTD_H 1
  4027. | #define __EXTENSIONS__ 1
  4028. | #define _ALL_SOURCE 1
  4029. | #define _GNU_SOURCE 1
  4030. | #define _POSIX_PTHREAD_SEMANTICS 1
  4031. | #define _TANDEM_SOURCE 1
  4032. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4033. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4034. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4035. | #define BROKEN_CRYPT 1
  4036. | #define HAVE_CRT_EXTERNS_H 1
  4037. | #define HAVE_LIBDL 1
  4038. | #define HAVE_DIRENT_H 1
  4039. | #define HAVE__BOOL 1
  4040. | #define HAVE_STDBOOL_H 1
  4041. | #define HAVE_SYS_WAIT_H 1
  4042. | #define HAVE_GRP_H 1
  4043. | #define HAVE_FCNTL_H 1
  4044. | #define HAVE_FLOAT_H 1
  4045. | #define HAVE_LANGINFO_H 1
  4046. | #define HAVE_LIMITS_H 1
  4047. | #define HAVE_LOCALE_H 1
  4048. | #define HAVE_MALLOC_MALLOC_H 1
  4049. | #define HAVE_PWD_H 1
  4050. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4051. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4052. | #define HAVE_STDALIGN_H 1
  4053. | #define HAVE_SYS_ATTR_H 1
  4054. | #define HAVE_SYS_FCNTL_H 1
  4055. | #define HAVE_SYS_FILE_H 1
  4056. | #define HAVE_SYS_IOCTL_H 1
  4057. | #define HAVE_SYS_PARAM_H 1
  4058. | #define HAVE_SYS_RESOURCE_H 1
  4059. | #define HAVE_SYS_SELECT_H 1
  4060. | #define HAVE_SYS_SOCKET_H 1
  4061. | #define HAVE_SYS_TIME_H 1
  4062. | #define HAVE_SYS_TIMES_H 1
  4063. | #define HAVE_SYS_UIO_H 1
  4064. | #define HAVE_TIME_H 1
  4065. | #define HAVE_UCONTEXT_H 1
  4066. | #define HAVE_UTIME_H 1
  4067. | #define HAVE_GMP_H 1
  4068. | /* end confdefs.h. */
  4069. |
  4070. | /* Override any GCC internal prototype to avoid an error.
  4071. | Use char because int might match the return type of a GCC
  4072. | builtin and then its argument prototype would still apply. */
  4073. | #ifdef __cplusplus
  4074. | extern "C"
  4075. | #endif
  4076. | char __gmpz_init ();
  4077. | int
  4078. | main ()
  4079. | {
  4080. | return __gmpz_init ();
  4081. | ;
  4082. | return 0;
  4083. | }
  4084. configure:11319: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4085. configure:11319: $? = 0
  4086. configure:11336: result: -lgmp
  4087. configure:11499: checking for special C compiler options needed for large files
  4088. configure:11544: result: no
  4089. configure:11550: checking for _FILE_OFFSET_BITS value needed for large files
  4090. configure:11575: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4091. configure:11575: $? = 0
  4092. configure:11607: result: no
  4093. configure:11749: checking whether byte ordering is bigendian
  4094. configure:11764: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4095. configure:11764: $? = 0
  4096. configure:11809: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4097. configure:11809: $? = 0
  4098. configure:11827: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4099. conftest.c:68:4: error: use of undeclared identifier 'not'
  4100. not big endian
  4101. ^
  4102. 1 error generated.
  4103. configure:11827: $? = 1
  4104. configure: failed program was:
  4105. | /* confdefs.h */
  4106. | #define PACKAGE_NAME ""
  4107. | #define PACKAGE_TARNAME ""
  4108. | #define PACKAGE_VERSION ""
  4109. | #define PACKAGE_STRING ""
  4110. | #define PACKAGE_BUGREPORT ""
  4111. | #define PACKAGE_URL ""
  4112. | #define STDC_HEADERS 1
  4113. | #define HAVE_SYS_TYPES_H 1
  4114. | #define HAVE_SYS_STAT_H 1
  4115. | #define HAVE_STDLIB_H 1
  4116. | #define HAVE_STRING_H 1
  4117. | #define HAVE_MEMORY_H 1
  4118. | #define HAVE_STRINGS_H 1
  4119. | #define HAVE_INTTYPES_H 1
  4120. | #define HAVE_STDINT_H 1
  4121. | #define HAVE_UNISTD_H 1
  4122. | #define __EXTENSIONS__ 1
  4123. | #define _ALL_SOURCE 1
  4124. | #define _GNU_SOURCE 1
  4125. | #define _POSIX_PTHREAD_SEMANTICS 1
  4126. | #define _TANDEM_SOURCE 1
  4127. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4128. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4129. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4130. | #define BROKEN_CRYPT 1
  4131. | #define HAVE_CRT_EXTERNS_H 1
  4132. | #define HAVE_LIBDL 1
  4133. | #define HAVE_DIRENT_H 1
  4134. | #define HAVE__BOOL 1
  4135. | #define HAVE_STDBOOL_H 1
  4136. | #define HAVE_SYS_WAIT_H 1
  4137. | #define HAVE_GRP_H 1
  4138. | #define HAVE_FCNTL_H 1
  4139. | #define HAVE_FLOAT_H 1
  4140. | #define HAVE_LANGINFO_H 1
  4141. | #define HAVE_LIMITS_H 1
  4142. | #define HAVE_LOCALE_H 1
  4143. | #define HAVE_MALLOC_MALLOC_H 1
  4144. | #define HAVE_PWD_H 1
  4145. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4146. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4147. | #define HAVE_STDALIGN_H 1
  4148. | #define HAVE_SYS_ATTR_H 1
  4149. | #define HAVE_SYS_FCNTL_H 1
  4150. | #define HAVE_SYS_FILE_H 1
  4151. | #define HAVE_SYS_IOCTL_H 1
  4152. | #define HAVE_SYS_PARAM_H 1
  4153. | #define HAVE_SYS_RESOURCE_H 1
  4154. | #define HAVE_SYS_SELECT_H 1
  4155. | #define HAVE_SYS_SOCKET_H 1
  4156. | #define HAVE_SYS_TIME_H 1
  4157. | #define HAVE_SYS_TIMES_H 1
  4158. | #define HAVE_SYS_UIO_H 1
  4159. | #define HAVE_TIME_H 1
  4160. | #define HAVE_UCONTEXT_H 1
  4161. | #define HAVE_UTIME_H 1
  4162. | #define HAVE_GMP_H 1
  4163. | #define HAVE_LIBGMP 1
  4164. | /* end confdefs.h. */
  4165. | #include <sys/types.h>
  4166. | #include <sys/param.h>
  4167. |
  4168. | int
  4169. | main ()
  4170. | {
  4171. | #if BYTE_ORDER != BIG_ENDIAN
  4172. | not big endian
  4173. | #endif
  4174. |
  4175. | ;
  4176. | return 0;
  4177. | }
  4178. configure:11955: result: no
  4179. configure:11973: checking for an ANSI C-conforming const
  4180. configure:12039: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4181. configure:12039: $? = 0
  4182. configure:12046: result: yes
  4183. configure:12054: checking whether char is unsigned
  4184. configure:12073: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4185. configure:12073: $? = 0
  4186. configure:12080: result: no
  4187. configure:12087: checking for inline
  4188. configure:12103: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4189. configure:12103: $? = 0
  4190. configure:12111: result: inline
  4191. configure:12129: checking for working volatile
  4192. configure:12148: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4193. configure:12148: $? = 0
  4194. configure:12155: result: yes
  4195. configure:12164: checking for typeof syntax and keyword spelling
  4196. configure:12195: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4197. configure:12195: $? = 0
  4198. configure:12202: result: typeof
  4199. configure:12225: checking for long long
  4200. configure:12225: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4201. configure:12225: $? = 0
  4202. configure:12225: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4203. conftest.c:98:24: error: expected expression
  4204. if (sizeof ((long long)))
  4205. ^
  4206. 1 error generated.
  4207. configure:12225: $? = 1
  4208. configure: failed program was:
  4209. | /* confdefs.h */
  4210. | #define PACKAGE_NAME ""
  4211. | #define PACKAGE_TARNAME ""
  4212. | #define PACKAGE_VERSION ""
  4213. | #define PACKAGE_STRING ""
  4214. | #define PACKAGE_BUGREPORT ""
  4215. | #define PACKAGE_URL ""
  4216. | #define STDC_HEADERS 1
  4217. | #define HAVE_SYS_TYPES_H 1
  4218. | #define HAVE_SYS_STAT_H 1
  4219. | #define HAVE_STDLIB_H 1
  4220. | #define HAVE_STRING_H 1
  4221. | #define HAVE_MEMORY_H 1
  4222. | #define HAVE_STRINGS_H 1
  4223. | #define HAVE_INTTYPES_H 1
  4224. | #define HAVE_STDINT_H 1
  4225. | #define HAVE_UNISTD_H 1
  4226. | #define __EXTENSIONS__ 1
  4227. | #define _ALL_SOURCE 1
  4228. | #define _GNU_SOURCE 1
  4229. | #define _POSIX_PTHREAD_SEMANTICS 1
  4230. | #define _TANDEM_SOURCE 1
  4231. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4232. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4233. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4234. | #define BROKEN_CRYPT 1
  4235. | #define HAVE_CRT_EXTERNS_H 1
  4236. | #define HAVE_LIBDL 1
  4237. | #define HAVE_DIRENT_H 1
  4238. | #define HAVE__BOOL 1
  4239. | #define HAVE_STDBOOL_H 1
  4240. | #define HAVE_SYS_WAIT_H 1
  4241. | #define HAVE_GRP_H 1
  4242. | #define HAVE_FCNTL_H 1
  4243. | #define HAVE_FLOAT_H 1
  4244. | #define HAVE_LANGINFO_H 1
  4245. | #define HAVE_LIMITS_H 1
  4246. | #define HAVE_LOCALE_H 1
  4247. | #define HAVE_MALLOC_MALLOC_H 1
  4248. | #define HAVE_PWD_H 1
  4249. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4250. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4251. | #define HAVE_STDALIGN_H 1
  4252. | #define HAVE_SYS_ATTR_H 1
  4253. | #define HAVE_SYS_FCNTL_H 1
  4254. | #define HAVE_SYS_FILE_H 1
  4255. | #define HAVE_SYS_IOCTL_H 1
  4256. | #define HAVE_SYS_PARAM_H 1
  4257. | #define HAVE_SYS_RESOURCE_H 1
  4258. | #define HAVE_SYS_SELECT_H 1
  4259. | #define HAVE_SYS_SOCKET_H 1
  4260. | #define HAVE_SYS_TIME_H 1
  4261. | #define HAVE_SYS_TIMES_H 1
  4262. | #define HAVE_SYS_UIO_H 1
  4263. | #define HAVE_TIME_H 1
  4264. | #define HAVE_UCONTEXT_H 1
  4265. | #define HAVE_UTIME_H 1
  4266. | #define HAVE_GMP_H 1
  4267. | #define HAVE_LIBGMP 1
  4268. | #define HAVE_TYPEOF 1
  4269. | /* end confdefs.h. */
  4270. | #include <stdio.h>
  4271. | #ifdef HAVE_SYS_TYPES_H
  4272. | # include <sys/types.h>
  4273. | #endif
  4274. | #ifdef HAVE_SYS_STAT_H
  4275. | # include <sys/stat.h>
  4276. | #endif
  4277. | #ifdef STDC_HEADERS
  4278. | # include <stdlib.h>
  4279. | # include <stddef.h>
  4280. | #else
  4281. | # ifdef HAVE_STDLIB_H
  4282. | # include <stdlib.h>
  4283. | # endif
  4284. | #endif
  4285. | #ifdef HAVE_STRING_H
  4286. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4287. | # include <memory.h>
  4288. | # endif
  4289. | # include <string.h>
  4290. | #endif
  4291. | #ifdef HAVE_STRINGS_H
  4292. | # include <strings.h>
  4293. | #endif
  4294. | #ifdef HAVE_INTTYPES_H
  4295. | # include <inttypes.h>
  4296. | #endif
  4297. | #ifdef HAVE_STDINT_H
  4298. | # include <stdint.h>
  4299. | #endif
  4300. | #ifdef HAVE_UNISTD_H
  4301. | # include <unistd.h>
  4302. | #endif
  4303. | int
  4304. | main ()
  4305. | {
  4306. | if (sizeof ((long long)))
  4307. | return 0;
  4308. | ;
  4309. | return 0;
  4310. | }
  4311. configure:12225: result: yes
  4312. configure:12234: checking for off_t
  4313. configure:12234: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4314. configure:12234: $? = 0
  4315. configure:12234: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4316. conftest.c:99:20: error: expected expression
  4317. if (sizeof ((off_t)))
  4318. ^
  4319. 1 error generated.
  4320. configure:12234: $? = 1
  4321. configure: failed program was:
  4322. | /* confdefs.h */
  4323. | #define PACKAGE_NAME ""
  4324. | #define PACKAGE_TARNAME ""
  4325. | #define PACKAGE_VERSION ""
  4326. | #define PACKAGE_STRING ""
  4327. | #define PACKAGE_BUGREPORT ""
  4328. | #define PACKAGE_URL ""
  4329. | #define STDC_HEADERS 1
  4330. | #define HAVE_SYS_TYPES_H 1
  4331. | #define HAVE_SYS_STAT_H 1
  4332. | #define HAVE_STDLIB_H 1
  4333. | #define HAVE_STRING_H 1
  4334. | #define HAVE_MEMORY_H 1
  4335. | #define HAVE_STRINGS_H 1
  4336. | #define HAVE_INTTYPES_H 1
  4337. | #define HAVE_STDINT_H 1
  4338. | #define HAVE_UNISTD_H 1
  4339. | #define __EXTENSIONS__ 1
  4340. | #define _ALL_SOURCE 1
  4341. | #define _GNU_SOURCE 1
  4342. | #define _POSIX_PTHREAD_SEMANTICS 1
  4343. | #define _TANDEM_SOURCE 1
  4344. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4345. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4346. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4347. | #define BROKEN_CRYPT 1
  4348. | #define HAVE_CRT_EXTERNS_H 1
  4349. | #define HAVE_LIBDL 1
  4350. | #define HAVE_DIRENT_H 1
  4351. | #define HAVE__BOOL 1
  4352. | #define HAVE_STDBOOL_H 1
  4353. | #define HAVE_SYS_WAIT_H 1
  4354. | #define HAVE_GRP_H 1
  4355. | #define HAVE_FCNTL_H 1
  4356. | #define HAVE_FLOAT_H 1
  4357. | #define HAVE_LANGINFO_H 1
  4358. | #define HAVE_LIMITS_H 1
  4359. | #define HAVE_LOCALE_H 1
  4360. | #define HAVE_MALLOC_MALLOC_H 1
  4361. | #define HAVE_PWD_H 1
  4362. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4363. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4364. | #define HAVE_STDALIGN_H 1
  4365. | #define HAVE_SYS_ATTR_H 1
  4366. | #define HAVE_SYS_FCNTL_H 1
  4367. | #define HAVE_SYS_FILE_H 1
  4368. | #define HAVE_SYS_IOCTL_H 1
  4369. | #define HAVE_SYS_PARAM_H 1
  4370. | #define HAVE_SYS_RESOURCE_H 1
  4371. | #define HAVE_SYS_SELECT_H 1
  4372. | #define HAVE_SYS_SOCKET_H 1
  4373. | #define HAVE_SYS_TIME_H 1
  4374. | #define HAVE_SYS_TIMES_H 1
  4375. | #define HAVE_SYS_UIO_H 1
  4376. | #define HAVE_TIME_H 1
  4377. | #define HAVE_UCONTEXT_H 1
  4378. | #define HAVE_UTIME_H 1
  4379. | #define HAVE_GMP_H 1
  4380. | #define HAVE_LIBGMP 1
  4381. | #define HAVE_TYPEOF 1
  4382. | #define HAVE_LONG_LONG 1
  4383. | /* end confdefs.h. */
  4384. | #include <stdio.h>
  4385. | #ifdef HAVE_SYS_TYPES_H
  4386. | # include <sys/types.h>
  4387. | #endif
  4388. | #ifdef HAVE_SYS_STAT_H
  4389. | # include <sys/stat.h>
  4390. | #endif
  4391. | #ifdef STDC_HEADERS
  4392. | # include <stdlib.h>
  4393. | # include <stddef.h>
  4394. | #else
  4395. | # ifdef HAVE_STDLIB_H
  4396. | # include <stdlib.h>
  4397. | # endif
  4398. | #endif
  4399. | #ifdef HAVE_STRING_H
  4400. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4401. | # include <memory.h>
  4402. | # endif
  4403. | # include <string.h>
  4404. | #endif
  4405. | #ifdef HAVE_STRINGS_H
  4406. | # include <strings.h>
  4407. | #endif
  4408. | #ifdef HAVE_INTTYPES_H
  4409. | # include <inttypes.h>
  4410. | #endif
  4411. | #ifdef HAVE_STDINT_H
  4412. | # include <stdint.h>
  4413. | #endif
  4414. | #ifdef HAVE_UNISTD_H
  4415. | # include <unistd.h>
  4416. | #endif
  4417. | int
  4418. | main ()
  4419. | {
  4420. | if (sizeof ((off_t)))
  4421. | return 0;
  4422. | ;
  4423. | return 0;
  4424. | }
  4425. configure:12234: result: yes
  4426. configure:12245: checking char bit
  4427. configure:12251: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4428. configure:12251: $? = 0
  4429. configure:12251: ./conftest
  4430. configure:12251: $? = 0
  4431. configure:12260: result: 8
  4432. configure:12424: checking size of int
  4433. configure:12429: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4434. configure:12429: $? = 0
  4435. configure:12429: ./conftest
  4436. configure:12429: $? = 0
  4437. configure:12443: result: 4
  4438. configure:12540: checking size of short
  4439. configure:12545: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4440. configure:12545: $? = 0
  4441. configure:12545: ./conftest
  4442. configure:12545: $? = 0
  4443. configure:12559: result: 2
  4444. configure:12749: checking size of long
  4445. configure:12754: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4446. configure:12754: $? = 0
  4447. configure:12754: ./conftest
  4448. configure:12754: $? = 0
  4449. configure:12768: result: 8
  4450. configure:12865: checking size of long long
  4451. configure:12870: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4452. configure:12870: $? = 0
  4453. configure:12870: ./conftest
  4454. configure:12870: $? = 0
  4455. configure:12884: result: 8
  4456. configure:13074: checking size of __int64
  4457. configure:13079: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4458. conftest.c:101:57: error: use of undeclared identifier '__int64'
  4459. static long int longval () { return (long int) (sizeof (__int64)); }
  4460. ^
  4461. conftest.c:102:67: error: use of undeclared identifier '__int64'
  4462. static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4463. ^
  4464. conftest.c:112:28: error: use of undeclared identifier '__int64'
  4465. if (((long int) (sizeof (__int64))) < 0)
  4466. ^
  4467. conftest.c:115:37: error: use of undeclared identifier '__int64'
  4468. if (i != ((long int) (sizeof (__int64))))
  4469. ^
  4470. conftest.c:122:37: error: use of undeclared identifier '__int64'
  4471. if (i != ((long int) (sizeof (__int64))))
  4472. ^
  4473. 5 errors generated.
  4474. configure:13079: $? = 1
  4475. configure: program exited with status 1
  4476. configure: failed program was:
  4477. | /* confdefs.h */
  4478. | #define PACKAGE_NAME ""
  4479. | #define PACKAGE_TARNAME ""
  4480. | #define PACKAGE_VERSION ""
  4481. | #define PACKAGE_STRING ""
  4482. | #define PACKAGE_BUGREPORT ""
  4483. | #define PACKAGE_URL ""
  4484. | #define STDC_HEADERS 1
  4485. | #define HAVE_SYS_TYPES_H 1
  4486. | #define HAVE_SYS_STAT_H 1
  4487. | #define HAVE_STDLIB_H 1
  4488. | #define HAVE_STRING_H 1
  4489. | #define HAVE_MEMORY_H 1
  4490. | #define HAVE_STRINGS_H 1
  4491. | #define HAVE_INTTYPES_H 1
  4492. | #define HAVE_STDINT_H 1
  4493. | #define HAVE_UNISTD_H 1
  4494. | #define __EXTENSIONS__ 1
  4495. | #define _ALL_SOURCE 1
  4496. | #define _GNU_SOURCE 1
  4497. | #define _POSIX_PTHREAD_SEMANTICS 1
  4498. | #define _TANDEM_SOURCE 1
  4499. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4500. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4501. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4502. | #define BROKEN_CRYPT 1
  4503. | #define HAVE_CRT_EXTERNS_H 1
  4504. | #define HAVE_LIBDL 1
  4505. | #define HAVE_DIRENT_H 1
  4506. | #define HAVE__BOOL 1
  4507. | #define HAVE_STDBOOL_H 1
  4508. | #define HAVE_SYS_WAIT_H 1
  4509. | #define HAVE_GRP_H 1
  4510. | #define HAVE_FCNTL_H 1
  4511. | #define HAVE_FLOAT_H 1
  4512. | #define HAVE_LANGINFO_H 1
  4513. | #define HAVE_LIMITS_H 1
  4514. | #define HAVE_LOCALE_H 1
  4515. | #define HAVE_MALLOC_MALLOC_H 1
  4516. | #define HAVE_PWD_H 1
  4517. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4518. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4519. | #define HAVE_STDALIGN_H 1
  4520. | #define HAVE_SYS_ATTR_H 1
  4521. | #define HAVE_SYS_FCNTL_H 1
  4522. | #define HAVE_SYS_FILE_H 1
  4523. | #define HAVE_SYS_IOCTL_H 1
  4524. | #define HAVE_SYS_PARAM_H 1
  4525. | #define HAVE_SYS_RESOURCE_H 1
  4526. | #define HAVE_SYS_SELECT_H 1
  4527. | #define HAVE_SYS_SOCKET_H 1
  4528. | #define HAVE_SYS_TIME_H 1
  4529. | #define HAVE_SYS_TIMES_H 1
  4530. | #define HAVE_SYS_UIO_H 1
  4531. | #define HAVE_TIME_H 1
  4532. | #define HAVE_UCONTEXT_H 1
  4533. | #define HAVE_UTIME_H 1
  4534. | #define HAVE_GMP_H 1
  4535. | #define HAVE_LIBGMP 1
  4536. | #define HAVE_TYPEOF 1
  4537. | #define HAVE_LONG_LONG 1
  4538. | #define HAVE_OFF_T 1
  4539. | #define SIZEOF_INT 4
  4540. | #define SIZEOF_SHORT 2
  4541. | #define SIZEOF_LONG 8
  4542. | #define SIZEOF_LONG_LONG 8
  4543. | /* end confdefs.h. */
  4544. | #include <stdio.h>
  4545. | #ifdef HAVE_SYS_TYPES_H
  4546. | # include <sys/types.h>
  4547. | #endif
  4548. | #ifdef HAVE_SYS_STAT_H
  4549. | # include <sys/stat.h>
  4550. | #endif
  4551. | #ifdef STDC_HEADERS
  4552. | # include <stdlib.h>
  4553. | # include <stddef.h>
  4554. | #else
  4555. | # ifdef HAVE_STDLIB_H
  4556. | # include <stdlib.h>
  4557. | # endif
  4558. | #endif
  4559. | #ifdef HAVE_STRING_H
  4560. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4561. | # include <memory.h>
  4562. | # endif
  4563. | # include <string.h>
  4564. | #endif
  4565. | #ifdef HAVE_STRINGS_H
  4566. | # include <strings.h>
  4567. | #endif
  4568. | #ifdef HAVE_INTTYPES_H
  4569. | # include <inttypes.h>
  4570. | #endif
  4571. | #ifdef HAVE_STDINT_H
  4572. | # include <stdint.h>
  4573. | #endif
  4574. | #ifdef HAVE_UNISTD_H
  4575. | # include <unistd.h>
  4576. | #endif
  4577. | static long int longval () { return (long int) (sizeof (__int64)); }
  4578. | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4579. | #include <stdio.h>
  4580. | #include <stdlib.h>
  4581. | int
  4582. | main ()
  4583. | {
  4584. |
  4585. | FILE *f = fopen ("conftest.val", "w");
  4586. | if (! f)
  4587. | return 1;
  4588. | if (((long int) (sizeof (__int64))) < 0)
  4589. | {
  4590. | long int i = longval ();
  4591. | if (i != ((long int) (sizeof (__int64))))
  4592. | return 1;
  4593. | fprintf (f, "%ld", i);
  4594. | }
  4595. | else
  4596. | {
  4597. | unsigned long int i = ulongval ();
  4598. | if (i != ((long int) (sizeof (__int64))))
  4599. | return 1;
  4600. | fprintf (f, "%lu", i);
  4601. | }
  4602. | /* Do not output a trailing newline, as this causes \r\n confusion
  4603. | on some platforms. */
  4604. | return ferror (f) || fclose (f) != 0;
  4605. |
  4606. | ;
  4607. | return 0;
  4608. | }
  4609. configure:13093: result: 0
  4610. configure:13283: checking size of __int128
  4611. configure:13288: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4612. configure:13288: $? = 0
  4613. configure:13288: ./conftest
  4614. configure:13288: $? = 0
  4615. configure:13302: result: 16
  4616. configure:13399: checking size of off_t
  4617. configure:13404: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4618. configure:13404: $? = 0
  4619. configure:13404: ./conftest
  4620. configure:13404: $? = 0
  4621. configure:13418: result: 8
  4622. configure:13608: checking size of void*
  4623. configure:13613: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4624. configure:13613: $? = 0
  4625. configure:13613: ./conftest
  4626. configure:13613: $? = 0
  4627. configure:13627: result: 8
  4628. configure:13724: checking size of float
  4629. configure:13729: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4630. configure:13729: $? = 0
  4631. configure:13729: ./conftest
  4632. configure:13729: $? = 0
  4633. configure:13743: result: 4
  4634. configure:13840: checking size of double
  4635. configure:13845: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4636. configure:13845: $? = 0
  4637. configure:13845: ./conftest
  4638. configure:13845: $? = 0
  4639. configure:13859: result: 8
  4640. configure:13974: checking size of time_t
  4641. configure:13979: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4642. configure:13979: $? = 0
  4643. configure:13979: ./conftest
  4644. configure:13979: $? = 0
  4645. configure:13994: result: 8
  4646. configure:14093: checking size of clock_t
  4647. configure:14098: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  4648. configure:14098: $? = 0
  4649. configure:14098: ./conftest
  4650. configure:14098: $? = 0
  4651. configure:14113: result: 8
  4652. configure:14126: checking packed struct attribute
  4653. configure:14148: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4654. conftest.c:77:4: error: expected identifier
  4655. PACKED_STRUCT(struct { int a; });
  4656. ^
  4657. conftest.c:76:46: note: expanded from macro 'PACKED_STRUCT'
  4658. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4659. ^
  4660. conftest.c:77:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4661. conftest.c:76:35: note: expanded from macro 'PACKED_STRUCT'
  4662. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4663. ^
  4664. conftest.c:77:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4665. conftest.c:76:26: note: expanded from macro 'PACKED_STRUCT'
  4666. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4667. ^
  4668. conftest.c:77:18: error: expected ';' after top level declarator
  4669. PACKED_STRUCT(struct { int a; });
  4670. ^
  4671. conftest.c:77:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4672. PACKED_STRUCT(struct { int a; });
  4673. ^
  4674. conftest.c:76:61: note: expanded from macro 'PACKED_STRUCT'
  4675. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4676. ^
  4677. conftest.c:77:4: error: a parameter list without types is only allowed in a function definition
  4678. conftest.c:76:66: note: expanded from macro 'PACKED_STRUCT'
  4679. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4680. ^
  4681. 3 warnings and 3 errors generated.
  4682. configure:14148: $? = 1
  4683. configure: failed program was:
  4684. | /* confdefs.h */
  4685. | #define PACKAGE_NAME ""
  4686. | #define PACKAGE_TARNAME ""
  4687. | #define PACKAGE_VERSION ""
  4688. | #define PACKAGE_STRING ""
  4689. | #define PACKAGE_BUGREPORT ""
  4690. | #define PACKAGE_URL ""
  4691. | #define STDC_HEADERS 1
  4692. | #define HAVE_SYS_TYPES_H 1
  4693. | #define HAVE_SYS_STAT_H 1
  4694. | #define HAVE_STDLIB_H 1
  4695. | #define HAVE_STRING_H 1
  4696. | #define HAVE_MEMORY_H 1
  4697. | #define HAVE_STRINGS_H 1
  4698. | #define HAVE_INTTYPES_H 1
  4699. | #define HAVE_STDINT_H 1
  4700. | #define HAVE_UNISTD_H 1
  4701. | #define __EXTENSIONS__ 1
  4702. | #define _ALL_SOURCE 1
  4703. | #define _GNU_SOURCE 1
  4704. | #define _POSIX_PTHREAD_SEMANTICS 1
  4705. | #define _TANDEM_SOURCE 1
  4706. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4707. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4708. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4709. | #define BROKEN_CRYPT 1
  4710. | #define HAVE_CRT_EXTERNS_H 1
  4711. | #define HAVE_LIBDL 1
  4712. | #define HAVE_DIRENT_H 1
  4713. | #define HAVE__BOOL 1
  4714. | #define HAVE_STDBOOL_H 1
  4715. | #define HAVE_SYS_WAIT_H 1
  4716. | #define HAVE_GRP_H 1
  4717. | #define HAVE_FCNTL_H 1
  4718. | #define HAVE_FLOAT_H 1
  4719. | #define HAVE_LANGINFO_H 1
  4720. | #define HAVE_LIMITS_H 1
  4721. | #define HAVE_LOCALE_H 1
  4722. | #define HAVE_MALLOC_MALLOC_H 1
  4723. | #define HAVE_PWD_H 1
  4724. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4725. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4726. | #define HAVE_STDALIGN_H 1
  4727. | #define HAVE_SYS_ATTR_H 1
  4728. | #define HAVE_SYS_FCNTL_H 1
  4729. | #define HAVE_SYS_FILE_H 1
  4730. | #define HAVE_SYS_IOCTL_H 1
  4731. | #define HAVE_SYS_PARAM_H 1
  4732. | #define HAVE_SYS_RESOURCE_H 1
  4733. | #define HAVE_SYS_SELECT_H 1
  4734. | #define HAVE_SYS_SOCKET_H 1
  4735. | #define HAVE_SYS_TIME_H 1
  4736. | #define HAVE_SYS_TIMES_H 1
  4737. | #define HAVE_SYS_UIO_H 1
  4738. | #define HAVE_TIME_H 1
  4739. | #define HAVE_UCONTEXT_H 1
  4740. | #define HAVE_UTIME_H 1
  4741. | #define HAVE_GMP_H 1
  4742. | #define HAVE_LIBGMP 1
  4743. | #define HAVE_TYPEOF 1
  4744. | #define HAVE_LONG_LONG 1
  4745. | #define HAVE_OFF_T 1
  4746. | #define SIZEOF_INT 4
  4747. | #define SIZEOF_SHORT 2
  4748. | #define SIZEOF_LONG 8
  4749. | #define SIZEOF_LONG_LONG 8
  4750. | #define SIZEOF___INT64 0
  4751. | #define SIZEOF___INT128 16
  4752. | #define SIZEOF_OFF_T 8
  4753. | #define SIZEOF_VOIDP 8
  4754. | #define SIZEOF_FLOAT 4
  4755. | #define SIZEOF_DOUBLE 8
  4756. | #define SIZEOF_TIME_T 8
  4757. | #define SIZEOF_CLOCK_T 8
  4758. | /* end confdefs.h. */
  4759. | #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4760. | PACKED_STRUCT(struct { int a; });
  4761. | int
  4762. | main ()
  4763. | {
  4764. |
  4765. | ;
  4766. | return 0;
  4767. | }
  4768. configure:14148: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4769. conftest.c:77:18: warning: declaration does not declare anything [-Wmissing-declarations]
  4770. PACKED_STRUCT(struct { int a; });
  4771. ^
  4772. 1 warning generated.
  4773. configure:14148: $? = 0
  4774. configure:14154: result: x __attribute__((packed))
  4775. configure:14163: checking whether -Wno-address-of-packed-member is accepted as CFLAGS
  4776. configure:14190: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Wno-address-of-packed-member -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4777. configure:14190: $? = 0
  4778. configure:14193: result: yes
  4779. configure:14227: checking for printf prefix for long long
  4780. configure:14283: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4781. configure:14283: $? = 0
  4782. configure:14300: result: ll
  4783. configure:14402: checking for pid_t
  4784. configure:14402: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4785. configure:14402: $? = 0
  4786. configure:14402: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4787. conftest.c:115:20: error: expected expression
  4788. if (sizeof ((pid_t)))
  4789. ^
  4790. 1 error generated.
  4791. configure:14402: $? = 1
  4792. configure: failed program was:
  4793. | /* confdefs.h */
  4794. | #define PACKAGE_NAME ""
  4795. | #define PACKAGE_TARNAME ""
  4796. | #define PACKAGE_VERSION ""
  4797. | #define PACKAGE_STRING ""
  4798. | #define PACKAGE_BUGREPORT ""
  4799. | #define PACKAGE_URL ""
  4800. | #define STDC_HEADERS 1
  4801. | #define HAVE_SYS_TYPES_H 1
  4802. | #define HAVE_SYS_STAT_H 1
  4803. | #define HAVE_STDLIB_H 1
  4804. | #define HAVE_STRING_H 1
  4805. | #define HAVE_MEMORY_H 1
  4806. | #define HAVE_STRINGS_H 1
  4807. | #define HAVE_INTTYPES_H 1
  4808. | #define HAVE_STDINT_H 1
  4809. | #define HAVE_UNISTD_H 1
  4810. | #define __EXTENSIONS__ 1
  4811. | #define _ALL_SOURCE 1
  4812. | #define _GNU_SOURCE 1
  4813. | #define _POSIX_PTHREAD_SEMANTICS 1
  4814. | #define _TANDEM_SOURCE 1
  4815. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4816. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4817. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4818. | #define BROKEN_CRYPT 1
  4819. | #define HAVE_CRT_EXTERNS_H 1
  4820. | #define HAVE_LIBDL 1
  4821. | #define HAVE_DIRENT_H 1
  4822. | #define HAVE__BOOL 1
  4823. | #define HAVE_STDBOOL_H 1
  4824. | #define HAVE_SYS_WAIT_H 1
  4825. | #define HAVE_GRP_H 1
  4826. | #define HAVE_FCNTL_H 1
  4827. | #define HAVE_FLOAT_H 1
  4828. | #define HAVE_LANGINFO_H 1
  4829. | #define HAVE_LIMITS_H 1
  4830. | #define HAVE_LOCALE_H 1
  4831. | #define HAVE_MALLOC_MALLOC_H 1
  4832. | #define HAVE_PWD_H 1
  4833. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4834. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4835. | #define HAVE_STDALIGN_H 1
  4836. | #define HAVE_SYS_ATTR_H 1
  4837. | #define HAVE_SYS_FCNTL_H 1
  4838. | #define HAVE_SYS_FILE_H 1
  4839. | #define HAVE_SYS_IOCTL_H 1
  4840. | #define HAVE_SYS_PARAM_H 1
  4841. | #define HAVE_SYS_RESOURCE_H 1
  4842. | #define HAVE_SYS_SELECT_H 1
  4843. | #define HAVE_SYS_SOCKET_H 1
  4844. | #define HAVE_SYS_TIME_H 1
  4845. | #define HAVE_SYS_TIMES_H 1
  4846. | #define HAVE_SYS_UIO_H 1
  4847. | #define HAVE_TIME_H 1
  4848. | #define HAVE_UCONTEXT_H 1
  4849. | #define HAVE_UTIME_H 1
  4850. | #define HAVE_GMP_H 1
  4851. | #define HAVE_LIBGMP 1
  4852. | #define HAVE_TYPEOF 1
  4853. | #define HAVE_LONG_LONG 1
  4854. | #define HAVE_OFF_T 1
  4855. | #define SIZEOF_INT 4
  4856. | #define SIZEOF_SHORT 2
  4857. | #define SIZEOF_LONG 8
  4858. | #define SIZEOF_LONG_LONG 8
  4859. | #define SIZEOF___INT64 0
  4860. | #define SIZEOF___INT128 16
  4861. | #define SIZEOF_OFF_T 8
  4862. | #define SIZEOF_VOIDP 8
  4863. | #define SIZEOF_FLOAT 4
  4864. | #define SIZEOF_DOUBLE 8
  4865. | #define SIZEOF_TIME_T 8
  4866. | #define SIZEOF_CLOCK_T 8
  4867. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4868. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4869. | #define PRI_LL_PREFIX "ll"
  4870. | /* end confdefs.h. */
  4871. | #include <stdio.h>
  4872. | #ifdef HAVE_SYS_TYPES_H
  4873. | # include <sys/types.h>
  4874. | #endif
  4875. | #ifdef HAVE_SYS_STAT_H
  4876. | # include <sys/stat.h>
  4877. | #endif
  4878. | #ifdef STDC_HEADERS
  4879. | # include <stdlib.h>
  4880. | # include <stddef.h>
  4881. | #else
  4882. | # ifdef HAVE_STDLIB_H
  4883. | # include <stdlib.h>
  4884. | # endif
  4885. | #endif
  4886. | #ifdef HAVE_STRING_H
  4887. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4888. | # include <memory.h>
  4889. | # endif
  4890. | # include <string.h>
  4891. | #endif
  4892. | #ifdef HAVE_STRINGS_H
  4893. | # include <strings.h>
  4894. | #endif
  4895. | #ifdef HAVE_INTTYPES_H
  4896. | # include <inttypes.h>
  4897. | #endif
  4898. | #ifdef HAVE_STDINT_H
  4899. | # include <stdint.h>
  4900. | #endif
  4901. | #ifdef HAVE_UNISTD_H
  4902. | # include <unistd.h>
  4903. | #endif
  4904. | int
  4905. | main ()
  4906. | {
  4907. | if (sizeof ((pid_t)))
  4908. | return 0;
  4909. | ;
  4910. | return 0;
  4911. | }
  4912. configure:14402: result: yes
  4913. configure:14414: checking for convertible type of pid_t
  4914. configure:14442: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4915. conftest.c:116:24: error: 'test_array' declared as an array with a negative size
  4916. static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4917. ^~~~~~~~~~~~~~~~~~~~~~~~
  4918. 1 error generated.
  4919. configure:14442: $? = 1
  4920. configure: failed program was:
  4921. | /* confdefs.h */
  4922. | #define PACKAGE_NAME ""
  4923. | #define PACKAGE_TARNAME ""
  4924. | #define PACKAGE_VERSION ""
  4925. | #define PACKAGE_STRING ""
  4926. | #define PACKAGE_BUGREPORT ""
  4927. | #define PACKAGE_URL ""
  4928. | #define STDC_HEADERS 1
  4929. | #define HAVE_SYS_TYPES_H 1
  4930. | #define HAVE_SYS_STAT_H 1
  4931. | #define HAVE_STDLIB_H 1
  4932. | #define HAVE_STRING_H 1
  4933. | #define HAVE_MEMORY_H 1
  4934. | #define HAVE_STRINGS_H 1
  4935. | #define HAVE_INTTYPES_H 1
  4936. | #define HAVE_STDINT_H 1
  4937. | #define HAVE_UNISTD_H 1
  4938. | #define __EXTENSIONS__ 1
  4939. | #define _ALL_SOURCE 1
  4940. | #define _GNU_SOURCE 1
  4941. | #define _POSIX_PTHREAD_SEMANTICS 1
  4942. | #define _TANDEM_SOURCE 1
  4943. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4944. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4945. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  4946. | #define BROKEN_CRYPT 1
  4947. | #define HAVE_CRT_EXTERNS_H 1
  4948. | #define HAVE_LIBDL 1
  4949. | #define HAVE_DIRENT_H 1
  4950. | #define HAVE__BOOL 1
  4951. | #define HAVE_STDBOOL_H 1
  4952. | #define HAVE_SYS_WAIT_H 1
  4953. | #define HAVE_GRP_H 1
  4954. | #define HAVE_FCNTL_H 1
  4955. | #define HAVE_FLOAT_H 1
  4956. | #define HAVE_LANGINFO_H 1
  4957. | #define HAVE_LIMITS_H 1
  4958. | #define HAVE_LOCALE_H 1
  4959. | #define HAVE_MALLOC_MALLOC_H 1
  4960. | #define HAVE_PWD_H 1
  4961. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  4962. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  4963. | #define HAVE_STDALIGN_H 1
  4964. | #define HAVE_SYS_ATTR_H 1
  4965. | #define HAVE_SYS_FCNTL_H 1
  4966. | #define HAVE_SYS_FILE_H 1
  4967. | #define HAVE_SYS_IOCTL_H 1
  4968. | #define HAVE_SYS_PARAM_H 1
  4969. | #define HAVE_SYS_RESOURCE_H 1
  4970. | #define HAVE_SYS_SELECT_H 1
  4971. | #define HAVE_SYS_SOCKET_H 1
  4972. | #define HAVE_SYS_TIME_H 1
  4973. | #define HAVE_SYS_TIMES_H 1
  4974. | #define HAVE_SYS_UIO_H 1
  4975. | #define HAVE_TIME_H 1
  4976. | #define HAVE_UCONTEXT_H 1
  4977. | #define HAVE_UTIME_H 1
  4978. | #define HAVE_GMP_H 1
  4979. | #define HAVE_LIBGMP 1
  4980. | #define HAVE_TYPEOF 1
  4981. | #define HAVE_LONG_LONG 1
  4982. | #define HAVE_OFF_T 1
  4983. | #define SIZEOF_INT 4
  4984. | #define SIZEOF_SHORT 2
  4985. | #define SIZEOF_LONG 8
  4986. | #define SIZEOF_LONG_LONG 8
  4987. | #define SIZEOF___INT64 0
  4988. | #define SIZEOF___INT128 16
  4989. | #define SIZEOF_OFF_T 8
  4990. | #define SIZEOF_VOIDP 8
  4991. | #define SIZEOF_FLOAT 4
  4992. | #define SIZEOF_DOUBLE 8
  4993. | #define SIZEOF_TIME_T 8
  4994. | #define SIZEOF_CLOCK_T 8
  4995. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4996. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4997. | #define PRI_LL_PREFIX "ll"
  4998. | #define HAVE_PID_T 1
  4999. | /* end confdefs.h. */
  5000. | #include <stdio.h>
  5001. | #ifdef HAVE_SYS_TYPES_H
  5002. | # include <sys/types.h>
  5003. | #endif
  5004. | #ifdef HAVE_SYS_STAT_H
  5005. | # include <sys/stat.h>
  5006. | #endif
  5007. | #ifdef STDC_HEADERS
  5008. | # include <stdlib.h>
  5009. | # include <stddef.h>
  5010. | #else
  5011. | # ifdef HAVE_STDLIB_H
  5012. | # include <stdlib.h>
  5013. | # endif
  5014. | #endif
  5015. | #ifdef HAVE_STRING_H
  5016. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5017. | # include <memory.h>
  5018. | # endif
  5019. | # include <string.h>
  5020. | #endif
  5021. | #ifdef HAVE_STRINGS_H
  5022. | # include <strings.h>
  5023. | #endif
  5024. | #ifdef HAVE_INTTYPES_H
  5025. | # include <inttypes.h>
  5026. | #endif
  5027. | #ifdef HAVE_STDINT_H
  5028. | # include <stdint.h>
  5029. | #endif
  5030. | #ifdef HAVE_UNISTD_H
  5031. | # include <unistd.h>
  5032. | #endif
  5033. | int
  5034. | main ()
  5035. | {
  5036. | static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  5037. | test_array [0] = 0;
  5038. | return test_array [0];
  5039. |
  5040. | ;
  5041. | return 0;
  5042. | }
  5043. configure:14472: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5044. conftest.c:116:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'int')
  5045. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5046. ^
  5047. conftest.c:115:37: note: previous declaration is here
  5048. extern rbcv_conftest_target_type rbcv_conftest_var;
  5049. ^
  5050. conftest.c:118:38: error: conflicting types for 'rbcv_conftest_func'
  5051. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5052. ^
  5053. conftest.c:117:37: note: previous declaration is here
  5054. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5055. ^
  5056. conftest.c:123:24: error: 'test_array' declared as an array with a negative size
  5057. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5058. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5059. 3 errors generated.
  5060. configure:14472: $? = 1
  5061. configure: failed program was:
  5062. | /* confdefs.h */
  5063. | #define PACKAGE_NAME ""
  5064. | #define PACKAGE_TARNAME ""
  5065. | #define PACKAGE_VERSION ""
  5066. | #define PACKAGE_STRING ""
  5067. | #define PACKAGE_BUGREPORT ""
  5068. | #define PACKAGE_URL ""
  5069. | #define STDC_HEADERS 1
  5070. | #define HAVE_SYS_TYPES_H 1
  5071. | #define HAVE_SYS_STAT_H 1
  5072. | #define HAVE_STDLIB_H 1
  5073. | #define HAVE_STRING_H 1
  5074. | #define HAVE_MEMORY_H 1
  5075. | #define HAVE_STRINGS_H 1
  5076. | #define HAVE_INTTYPES_H 1
  5077. | #define HAVE_STDINT_H 1
  5078. | #define HAVE_UNISTD_H 1
  5079. | #define __EXTENSIONS__ 1
  5080. | #define _ALL_SOURCE 1
  5081. | #define _GNU_SOURCE 1
  5082. | #define _POSIX_PTHREAD_SEMANTICS 1
  5083. | #define _TANDEM_SOURCE 1
  5084. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5085. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5086. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5087. | #define BROKEN_CRYPT 1
  5088. | #define HAVE_CRT_EXTERNS_H 1
  5089. | #define HAVE_LIBDL 1
  5090. | #define HAVE_DIRENT_H 1
  5091. | #define HAVE__BOOL 1
  5092. | #define HAVE_STDBOOL_H 1
  5093. | #define HAVE_SYS_WAIT_H 1
  5094. | #define HAVE_GRP_H 1
  5095. | #define HAVE_FCNTL_H 1
  5096. | #define HAVE_FLOAT_H 1
  5097. | #define HAVE_LANGINFO_H 1
  5098. | #define HAVE_LIMITS_H 1
  5099. | #define HAVE_LOCALE_H 1
  5100. | #define HAVE_MALLOC_MALLOC_H 1
  5101. | #define HAVE_PWD_H 1
  5102. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5103. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5104. | #define HAVE_STDALIGN_H 1
  5105. | #define HAVE_SYS_ATTR_H 1
  5106. | #define HAVE_SYS_FCNTL_H 1
  5107. | #define HAVE_SYS_FILE_H 1
  5108. | #define HAVE_SYS_IOCTL_H 1
  5109. | #define HAVE_SYS_PARAM_H 1
  5110. | #define HAVE_SYS_RESOURCE_H 1
  5111. | #define HAVE_SYS_SELECT_H 1
  5112. | #define HAVE_SYS_SOCKET_H 1
  5113. | #define HAVE_SYS_TIME_H 1
  5114. | #define HAVE_SYS_TIMES_H 1
  5115. | #define HAVE_SYS_UIO_H 1
  5116. | #define HAVE_TIME_H 1
  5117. | #define HAVE_UCONTEXT_H 1
  5118. | #define HAVE_UTIME_H 1
  5119. | #define HAVE_GMP_H 1
  5120. | #define HAVE_LIBGMP 1
  5121. | #define HAVE_TYPEOF 1
  5122. | #define HAVE_LONG_LONG 1
  5123. | #define HAVE_OFF_T 1
  5124. | #define SIZEOF_INT 4
  5125. | #define SIZEOF_SHORT 2
  5126. | #define SIZEOF_LONG 8
  5127. | #define SIZEOF_LONG_LONG 8
  5128. | #define SIZEOF___INT64 0
  5129. | #define SIZEOF___INT128 16
  5130. | #define SIZEOF_OFF_T 8
  5131. | #define SIZEOF_VOIDP 8
  5132. | #define SIZEOF_FLOAT 4
  5133. | #define SIZEOF_DOUBLE 8
  5134. | #define SIZEOF_TIME_T 8
  5135. | #define SIZEOF_CLOCK_T 8
  5136. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5137. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5138. | #define PRI_LL_PREFIX "ll"
  5139. | #define HAVE_PID_T 1
  5140. | /* end confdefs.h. */
  5141. | #include <stdio.h>
  5142. | #ifdef HAVE_SYS_TYPES_H
  5143. | # include <sys/types.h>
  5144. | #endif
  5145. | #ifdef HAVE_SYS_STAT_H
  5146. | # include <sys/stat.h>
  5147. | #endif
  5148. | #ifdef STDC_HEADERS
  5149. | # include <stdlib.h>
  5150. | # include <stddef.h>
  5151. | #else
  5152. | # ifdef HAVE_STDLIB_H
  5153. | # include <stdlib.h>
  5154. | # endif
  5155. | #endif
  5156. | #ifdef HAVE_STRING_H
  5157. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5158. | # include <memory.h>
  5159. | # endif
  5160. | # include <string.h>
  5161. | #endif
  5162. | #ifdef HAVE_STRINGS_H
  5163. | # include <strings.h>
  5164. | #endif
  5165. | #ifdef HAVE_INTTYPES_H
  5166. | # include <inttypes.h>
  5167. | #endif
  5168. | #ifdef HAVE_STDINT_H
  5169. | # include <stdint.h>
  5170. | #endif
  5171. | #ifdef HAVE_UNISTD_H
  5172. | # include <unistd.h>
  5173. | #endif
  5174. | typedef pid_t rbcv_conftest_target_type;
  5175. | typedef long long rbcv_conftest_replace_type;
  5176. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5177. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5178. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5179. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5180. |
  5181. | int
  5182. | main ()
  5183. | {
  5184. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5185. | test_array [0] = 0;
  5186. | return test_array [0];
  5187. |
  5188. | ;
  5189. | return 0;
  5190. | }
  5191. configure:14472: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5192. conftest.c:116:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  5193. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5194. ^
  5195. conftest.c:115:37: note: previous declaration is here
  5196. extern rbcv_conftest_target_type rbcv_conftest_var;
  5197. ^
  5198. conftest.c:118:38: error: conflicting types for 'rbcv_conftest_func'
  5199. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5200. ^
  5201. conftest.c:117:37: note: previous declaration is here
  5202. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5203. ^
  5204. conftest.c:123:24: error: 'test_array' declared as an array with a negative size
  5205. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5206. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5207. 3 errors generated.
  5208. configure:14472: $? = 1
  5209. configure: failed program was:
  5210. | /* confdefs.h */
  5211. | #define PACKAGE_NAME ""
  5212. | #define PACKAGE_TARNAME ""
  5213. | #define PACKAGE_VERSION ""
  5214. | #define PACKAGE_STRING ""
  5215. | #define PACKAGE_BUGREPORT ""
  5216. | #define PACKAGE_URL ""
  5217. | #define STDC_HEADERS 1
  5218. | #define HAVE_SYS_TYPES_H 1
  5219. | #define HAVE_SYS_STAT_H 1
  5220. | #define HAVE_STDLIB_H 1
  5221. | #define HAVE_STRING_H 1
  5222. | #define HAVE_MEMORY_H 1
  5223. | #define HAVE_STRINGS_H 1
  5224. | #define HAVE_INTTYPES_H 1
  5225. | #define HAVE_STDINT_H 1
  5226. | #define HAVE_UNISTD_H 1
  5227. | #define __EXTENSIONS__ 1
  5228. | #define _ALL_SOURCE 1
  5229. | #define _GNU_SOURCE 1
  5230. | #define _POSIX_PTHREAD_SEMANTICS 1
  5231. | #define _TANDEM_SOURCE 1
  5232. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5233. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5234. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5235. | #define BROKEN_CRYPT 1
  5236. | #define HAVE_CRT_EXTERNS_H 1
  5237. | #define HAVE_LIBDL 1
  5238. | #define HAVE_DIRENT_H 1
  5239. | #define HAVE__BOOL 1
  5240. | #define HAVE_STDBOOL_H 1
  5241. | #define HAVE_SYS_WAIT_H 1
  5242. | #define HAVE_GRP_H 1
  5243. | #define HAVE_FCNTL_H 1
  5244. | #define HAVE_FLOAT_H 1
  5245. | #define HAVE_LANGINFO_H 1
  5246. | #define HAVE_LIMITS_H 1
  5247. | #define HAVE_LOCALE_H 1
  5248. | #define HAVE_MALLOC_MALLOC_H 1
  5249. | #define HAVE_PWD_H 1
  5250. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5251. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5252. | #define HAVE_STDALIGN_H 1
  5253. | #define HAVE_SYS_ATTR_H 1
  5254. | #define HAVE_SYS_FCNTL_H 1
  5255. | #define HAVE_SYS_FILE_H 1
  5256. | #define HAVE_SYS_IOCTL_H 1
  5257. | #define HAVE_SYS_PARAM_H 1
  5258. | #define HAVE_SYS_RESOURCE_H 1
  5259. | #define HAVE_SYS_SELECT_H 1
  5260. | #define HAVE_SYS_SOCKET_H 1
  5261. | #define HAVE_SYS_TIME_H 1
  5262. | #define HAVE_SYS_TIMES_H 1
  5263. | #define HAVE_SYS_UIO_H 1
  5264. | #define HAVE_TIME_H 1
  5265. | #define HAVE_UCONTEXT_H 1
  5266. | #define HAVE_UTIME_H 1
  5267. | #define HAVE_GMP_H 1
  5268. | #define HAVE_LIBGMP 1
  5269. | #define HAVE_TYPEOF 1
  5270. | #define HAVE_LONG_LONG 1
  5271. | #define HAVE_OFF_T 1
  5272. | #define SIZEOF_INT 4
  5273. | #define SIZEOF_SHORT 2
  5274. | #define SIZEOF_LONG 8
  5275. | #define SIZEOF_LONG_LONG 8
  5276. | #define SIZEOF___INT64 0
  5277. | #define SIZEOF___INT128 16
  5278. | #define SIZEOF_OFF_T 8
  5279. | #define SIZEOF_VOIDP 8
  5280. | #define SIZEOF_FLOAT 4
  5281. | #define SIZEOF_DOUBLE 8
  5282. | #define SIZEOF_TIME_T 8
  5283. | #define SIZEOF_CLOCK_T 8
  5284. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5285. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5286. | #define PRI_LL_PREFIX "ll"
  5287. | #define HAVE_PID_T 1
  5288. | /* end confdefs.h. */
  5289. | #include <stdio.h>
  5290. | #ifdef HAVE_SYS_TYPES_H
  5291. | # include <sys/types.h>
  5292. | #endif
  5293. | #ifdef HAVE_SYS_STAT_H
  5294. | # include <sys/stat.h>
  5295. | #endif
  5296. | #ifdef STDC_HEADERS
  5297. | # include <stdlib.h>
  5298. | # include <stddef.h>
  5299. | #else
  5300. | # ifdef HAVE_STDLIB_H
  5301. | # include <stdlib.h>
  5302. | # endif
  5303. | #endif
  5304. | #ifdef HAVE_STRING_H
  5305. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5306. | # include <memory.h>
  5307. | # endif
  5308. | # include <string.h>
  5309. | #endif
  5310. | #ifdef HAVE_STRINGS_H
  5311. | # include <strings.h>
  5312. | #endif
  5313. | #ifdef HAVE_INTTYPES_H
  5314. | # include <inttypes.h>
  5315. | #endif
  5316. | #ifdef HAVE_STDINT_H
  5317. | # include <stdint.h>
  5318. | #endif
  5319. | #ifdef HAVE_UNISTD_H
  5320. | # include <unistd.h>
  5321. | #endif
  5322. | typedef pid_t rbcv_conftest_target_type;
  5323. | typedef long rbcv_conftest_replace_type;
  5324. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5325. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5326. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5327. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5328. |
  5329. | int
  5330. | main ()
  5331. | {
  5332. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5333. | test_array [0] = 0;
  5334. | return test_array [0];
  5335. |
  5336. | ;
  5337. | return 0;
  5338. | }
  5339. configure:14472: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5340. configure:14472: $? = 0
  5341. configure:14495: result: INT
  5342. configure:14548: checking for uid_t
  5343. configure:14548: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5344. configure:14548: $? = 0
  5345. configure:14548: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5346. conftest.c:121:20: error: expected expression
  5347. if (sizeof ((uid_t)))
  5348. ^
  5349. 1 error generated.
  5350. configure:14548: $? = 1
  5351. configure: failed program was:
  5352. | /* confdefs.h */
  5353. | #define PACKAGE_NAME ""
  5354. | #define PACKAGE_TARNAME ""
  5355. | #define PACKAGE_VERSION ""
  5356. | #define PACKAGE_STRING ""
  5357. | #define PACKAGE_BUGREPORT ""
  5358. | #define PACKAGE_URL ""
  5359. | #define STDC_HEADERS 1
  5360. | #define HAVE_SYS_TYPES_H 1
  5361. | #define HAVE_SYS_STAT_H 1
  5362. | #define HAVE_STDLIB_H 1
  5363. | #define HAVE_STRING_H 1
  5364. | #define HAVE_MEMORY_H 1
  5365. | #define HAVE_STRINGS_H 1
  5366. | #define HAVE_INTTYPES_H 1
  5367. | #define HAVE_STDINT_H 1
  5368. | #define HAVE_UNISTD_H 1
  5369. | #define __EXTENSIONS__ 1
  5370. | #define _ALL_SOURCE 1
  5371. | #define _GNU_SOURCE 1
  5372. | #define _POSIX_PTHREAD_SEMANTICS 1
  5373. | #define _TANDEM_SOURCE 1
  5374. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5375. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5376. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5377. | #define BROKEN_CRYPT 1
  5378. | #define HAVE_CRT_EXTERNS_H 1
  5379. | #define HAVE_LIBDL 1
  5380. | #define HAVE_DIRENT_H 1
  5381. | #define HAVE__BOOL 1
  5382. | #define HAVE_STDBOOL_H 1
  5383. | #define HAVE_SYS_WAIT_H 1
  5384. | #define HAVE_GRP_H 1
  5385. | #define HAVE_FCNTL_H 1
  5386. | #define HAVE_FLOAT_H 1
  5387. | #define HAVE_LANGINFO_H 1
  5388. | #define HAVE_LIMITS_H 1
  5389. | #define HAVE_LOCALE_H 1
  5390. | #define HAVE_MALLOC_MALLOC_H 1
  5391. | #define HAVE_PWD_H 1
  5392. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5393. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5394. | #define HAVE_STDALIGN_H 1
  5395. | #define HAVE_SYS_ATTR_H 1
  5396. | #define HAVE_SYS_FCNTL_H 1
  5397. | #define HAVE_SYS_FILE_H 1
  5398. | #define HAVE_SYS_IOCTL_H 1
  5399. | #define HAVE_SYS_PARAM_H 1
  5400. | #define HAVE_SYS_RESOURCE_H 1
  5401. | #define HAVE_SYS_SELECT_H 1
  5402. | #define HAVE_SYS_SOCKET_H 1
  5403. | #define HAVE_SYS_TIME_H 1
  5404. | #define HAVE_SYS_TIMES_H 1
  5405. | #define HAVE_SYS_UIO_H 1
  5406. | #define HAVE_TIME_H 1
  5407. | #define HAVE_UCONTEXT_H 1
  5408. | #define HAVE_UTIME_H 1
  5409. | #define HAVE_GMP_H 1
  5410. | #define HAVE_LIBGMP 1
  5411. | #define HAVE_TYPEOF 1
  5412. | #define HAVE_LONG_LONG 1
  5413. | #define HAVE_OFF_T 1
  5414. | #define SIZEOF_INT 4
  5415. | #define SIZEOF_SHORT 2
  5416. | #define SIZEOF_LONG 8
  5417. | #define SIZEOF_LONG_LONG 8
  5418. | #define SIZEOF___INT64 0
  5419. | #define SIZEOF___INT128 16
  5420. | #define SIZEOF_OFF_T 8
  5421. | #define SIZEOF_VOIDP 8
  5422. | #define SIZEOF_FLOAT 4
  5423. | #define SIZEOF_DOUBLE 8
  5424. | #define SIZEOF_TIME_T 8
  5425. | #define SIZEOF_CLOCK_T 8
  5426. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5427. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5428. | #define PRI_LL_PREFIX "ll"
  5429. | #define HAVE_PID_T 1
  5430. | #define rb_pid_t pid_t
  5431. | #define SIGNEDNESS_OF_PID_T -1
  5432. | #define PIDT2NUM(v) INT2NUM(v)
  5433. | #define NUM2PIDT(v) NUM2INT(v)
  5434. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5435. | /* end confdefs.h. */
  5436. | #include <stdio.h>
  5437. | #ifdef HAVE_SYS_TYPES_H
  5438. | # include <sys/types.h>
  5439. | #endif
  5440. | #ifdef HAVE_SYS_STAT_H
  5441. | # include <sys/stat.h>
  5442. | #endif
  5443. | #ifdef STDC_HEADERS
  5444. | # include <stdlib.h>
  5445. | # include <stddef.h>
  5446. | #else
  5447. | # ifdef HAVE_STDLIB_H
  5448. | # include <stdlib.h>
  5449. | # endif
  5450. | #endif
  5451. | #ifdef HAVE_STRING_H
  5452. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5453. | # include <memory.h>
  5454. | # endif
  5455. | # include <string.h>
  5456. | #endif
  5457. | #ifdef HAVE_STRINGS_H
  5458. | # include <strings.h>
  5459. | #endif
  5460. | #ifdef HAVE_INTTYPES_H
  5461. | # include <inttypes.h>
  5462. | #endif
  5463. | #ifdef HAVE_STDINT_H
  5464. | # include <stdint.h>
  5465. | #endif
  5466. | #ifdef HAVE_UNISTD_H
  5467. | # include <unistd.h>
  5468. | #endif
  5469. | int
  5470. | main ()
  5471. | {
  5472. | if (sizeof ((uid_t)))
  5473. | return 0;
  5474. | ;
  5475. | return 0;
  5476. | }
  5477. configure:14548: result: yes
  5478. configure:14560: checking for convertible type of uid_t
  5479. configure:14588: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5480. configure:14588: $? = 0
  5481. configure:14618: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5482. conftest.c:122:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5483. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5484. ^
  5485. conftest.c:121:37: note: previous declaration is here
  5486. extern rbcv_conftest_target_type rbcv_conftest_var;
  5487. ^
  5488. conftest.c:124:38: error: conflicting types for 'rbcv_conftest_func'
  5489. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5490. ^
  5491. conftest.c:123:37: note: previous declaration is here
  5492. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5493. ^
  5494. conftest.c:129:24: error: 'test_array' declared as an array with a negative size
  5495. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5496. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5497. 3 errors generated.
  5498. configure:14618: $? = 1
  5499. configure: failed program was:
  5500. | /* confdefs.h */
  5501. | #define PACKAGE_NAME ""
  5502. | #define PACKAGE_TARNAME ""
  5503. | #define PACKAGE_VERSION ""
  5504. | #define PACKAGE_STRING ""
  5505. | #define PACKAGE_BUGREPORT ""
  5506. | #define PACKAGE_URL ""
  5507. | #define STDC_HEADERS 1
  5508. | #define HAVE_SYS_TYPES_H 1
  5509. | #define HAVE_SYS_STAT_H 1
  5510. | #define HAVE_STDLIB_H 1
  5511. | #define HAVE_STRING_H 1
  5512. | #define HAVE_MEMORY_H 1
  5513. | #define HAVE_STRINGS_H 1
  5514. | #define HAVE_INTTYPES_H 1
  5515. | #define HAVE_STDINT_H 1
  5516. | #define HAVE_UNISTD_H 1
  5517. | #define __EXTENSIONS__ 1
  5518. | #define _ALL_SOURCE 1
  5519. | #define _GNU_SOURCE 1
  5520. | #define _POSIX_PTHREAD_SEMANTICS 1
  5521. | #define _TANDEM_SOURCE 1
  5522. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5523. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5524. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5525. | #define BROKEN_CRYPT 1
  5526. | #define HAVE_CRT_EXTERNS_H 1
  5527. | #define HAVE_LIBDL 1
  5528. | #define HAVE_DIRENT_H 1
  5529. | #define HAVE__BOOL 1
  5530. | #define HAVE_STDBOOL_H 1
  5531. | #define HAVE_SYS_WAIT_H 1
  5532. | #define HAVE_GRP_H 1
  5533. | #define HAVE_FCNTL_H 1
  5534. | #define HAVE_FLOAT_H 1
  5535. | #define HAVE_LANGINFO_H 1
  5536. | #define HAVE_LIMITS_H 1
  5537. | #define HAVE_LOCALE_H 1
  5538. | #define HAVE_MALLOC_MALLOC_H 1
  5539. | #define HAVE_PWD_H 1
  5540. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5541. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5542. | #define HAVE_STDALIGN_H 1
  5543. | #define HAVE_SYS_ATTR_H 1
  5544. | #define HAVE_SYS_FCNTL_H 1
  5545. | #define HAVE_SYS_FILE_H 1
  5546. | #define HAVE_SYS_IOCTL_H 1
  5547. | #define HAVE_SYS_PARAM_H 1
  5548. | #define HAVE_SYS_RESOURCE_H 1
  5549. | #define HAVE_SYS_SELECT_H 1
  5550. | #define HAVE_SYS_SOCKET_H 1
  5551. | #define HAVE_SYS_TIME_H 1
  5552. | #define HAVE_SYS_TIMES_H 1
  5553. | #define HAVE_SYS_UIO_H 1
  5554. | #define HAVE_TIME_H 1
  5555. | #define HAVE_UCONTEXT_H 1
  5556. | #define HAVE_UTIME_H 1
  5557. | #define HAVE_GMP_H 1
  5558. | #define HAVE_LIBGMP 1
  5559. | #define HAVE_TYPEOF 1
  5560. | #define HAVE_LONG_LONG 1
  5561. | #define HAVE_OFF_T 1
  5562. | #define SIZEOF_INT 4
  5563. | #define SIZEOF_SHORT 2
  5564. | #define SIZEOF_LONG 8
  5565. | #define SIZEOF_LONG_LONG 8
  5566. | #define SIZEOF___INT64 0
  5567. | #define SIZEOF___INT128 16
  5568. | #define SIZEOF_OFF_T 8
  5569. | #define SIZEOF_VOIDP 8
  5570. | #define SIZEOF_FLOAT 4
  5571. | #define SIZEOF_DOUBLE 8
  5572. | #define SIZEOF_TIME_T 8
  5573. | #define SIZEOF_CLOCK_T 8
  5574. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5575. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5576. | #define PRI_LL_PREFIX "ll"
  5577. | #define HAVE_PID_T 1
  5578. | #define rb_pid_t pid_t
  5579. | #define SIGNEDNESS_OF_PID_T -1
  5580. | #define PIDT2NUM(v) INT2NUM(v)
  5581. | #define NUM2PIDT(v) NUM2INT(v)
  5582. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5583. | #define HAVE_UID_T 1
  5584. | /* end confdefs.h. */
  5585. | #include <stdio.h>
  5586. | #ifdef HAVE_SYS_TYPES_H
  5587. | # include <sys/types.h>
  5588. | #endif
  5589. | #ifdef HAVE_SYS_STAT_H
  5590. | # include <sys/stat.h>
  5591. | #endif
  5592. | #ifdef STDC_HEADERS
  5593. | # include <stdlib.h>
  5594. | # include <stddef.h>
  5595. | #else
  5596. | # ifdef HAVE_STDLIB_H
  5597. | # include <stdlib.h>
  5598. | # endif
  5599. | #endif
  5600. | #ifdef HAVE_STRING_H
  5601. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5602. | # include <memory.h>
  5603. | # endif
  5604. | # include <string.h>
  5605. | #endif
  5606. | #ifdef HAVE_STRINGS_H
  5607. | # include <strings.h>
  5608. | #endif
  5609. | #ifdef HAVE_INTTYPES_H
  5610. | # include <inttypes.h>
  5611. | #endif
  5612. | #ifdef HAVE_STDINT_H
  5613. | # include <stdint.h>
  5614. | #endif
  5615. | #ifdef HAVE_UNISTD_H
  5616. | # include <unistd.h>
  5617. | #endif
  5618. | typedef uid_t rbcv_conftest_target_type;
  5619. | typedef unsigned long long rbcv_conftest_replace_type;
  5620. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5621. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5622. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5623. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5624. |
  5625. | int
  5626. | main ()
  5627. | {
  5628. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5629. | test_array [0] = 0;
  5630. | return test_array [0];
  5631. |
  5632. | ;
  5633. | return 0;
  5634. | }
  5635. configure:14618: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5636. conftest.c:122:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5637. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5638. ^
  5639. conftest.c:121:37: note: previous declaration is here
  5640. extern rbcv_conftest_target_type rbcv_conftest_var;
  5641. ^
  5642. conftest.c:124:38: error: conflicting types for 'rbcv_conftest_func'
  5643. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5644. ^
  5645. conftest.c:123:37: note: previous declaration is here
  5646. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5647. ^
  5648. conftest.c:129:24: error: 'test_array' declared as an array with a negative size
  5649. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5650. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5651. 3 errors generated.
  5652. configure:14618: $? = 1
  5653. configure: failed program was:
  5654. | /* confdefs.h */
  5655. | #define PACKAGE_NAME ""
  5656. | #define PACKAGE_TARNAME ""
  5657. | #define PACKAGE_VERSION ""
  5658. | #define PACKAGE_STRING ""
  5659. | #define PACKAGE_BUGREPORT ""
  5660. | #define PACKAGE_URL ""
  5661. | #define STDC_HEADERS 1
  5662. | #define HAVE_SYS_TYPES_H 1
  5663. | #define HAVE_SYS_STAT_H 1
  5664. | #define HAVE_STDLIB_H 1
  5665. | #define HAVE_STRING_H 1
  5666. | #define HAVE_MEMORY_H 1
  5667. | #define HAVE_STRINGS_H 1
  5668. | #define HAVE_INTTYPES_H 1
  5669. | #define HAVE_STDINT_H 1
  5670. | #define HAVE_UNISTD_H 1
  5671. | #define __EXTENSIONS__ 1
  5672. | #define _ALL_SOURCE 1
  5673. | #define _GNU_SOURCE 1
  5674. | #define _POSIX_PTHREAD_SEMANTICS 1
  5675. | #define _TANDEM_SOURCE 1
  5676. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5677. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5678. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5679. | #define BROKEN_CRYPT 1
  5680. | #define HAVE_CRT_EXTERNS_H 1
  5681. | #define HAVE_LIBDL 1
  5682. | #define HAVE_DIRENT_H 1
  5683. | #define HAVE__BOOL 1
  5684. | #define HAVE_STDBOOL_H 1
  5685. | #define HAVE_SYS_WAIT_H 1
  5686. | #define HAVE_GRP_H 1
  5687. | #define HAVE_FCNTL_H 1
  5688. | #define HAVE_FLOAT_H 1
  5689. | #define HAVE_LANGINFO_H 1
  5690. | #define HAVE_LIMITS_H 1
  5691. | #define HAVE_LOCALE_H 1
  5692. | #define HAVE_MALLOC_MALLOC_H 1
  5693. | #define HAVE_PWD_H 1
  5694. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5695. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5696. | #define HAVE_STDALIGN_H 1
  5697. | #define HAVE_SYS_ATTR_H 1
  5698. | #define HAVE_SYS_FCNTL_H 1
  5699. | #define HAVE_SYS_FILE_H 1
  5700. | #define HAVE_SYS_IOCTL_H 1
  5701. | #define HAVE_SYS_PARAM_H 1
  5702. | #define HAVE_SYS_RESOURCE_H 1
  5703. | #define HAVE_SYS_SELECT_H 1
  5704. | #define HAVE_SYS_SOCKET_H 1
  5705. | #define HAVE_SYS_TIME_H 1
  5706. | #define HAVE_SYS_TIMES_H 1
  5707. | #define HAVE_SYS_UIO_H 1
  5708. | #define HAVE_TIME_H 1
  5709. | #define HAVE_UCONTEXT_H 1
  5710. | #define HAVE_UTIME_H 1
  5711. | #define HAVE_GMP_H 1
  5712. | #define HAVE_LIBGMP 1
  5713. | #define HAVE_TYPEOF 1
  5714. | #define HAVE_LONG_LONG 1
  5715. | #define HAVE_OFF_T 1
  5716. | #define SIZEOF_INT 4
  5717. | #define SIZEOF_SHORT 2
  5718. | #define SIZEOF_LONG 8
  5719. | #define SIZEOF_LONG_LONG 8
  5720. | #define SIZEOF___INT64 0
  5721. | #define SIZEOF___INT128 16
  5722. | #define SIZEOF_OFF_T 8
  5723. | #define SIZEOF_VOIDP 8
  5724. | #define SIZEOF_FLOAT 4
  5725. | #define SIZEOF_DOUBLE 8
  5726. | #define SIZEOF_TIME_T 8
  5727. | #define SIZEOF_CLOCK_T 8
  5728. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5729. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5730. | #define PRI_LL_PREFIX "ll"
  5731. | #define HAVE_PID_T 1
  5732. | #define rb_pid_t pid_t
  5733. | #define SIGNEDNESS_OF_PID_T -1
  5734. | #define PIDT2NUM(v) INT2NUM(v)
  5735. | #define NUM2PIDT(v) NUM2INT(v)
  5736. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5737. | #define HAVE_UID_T 1
  5738. | /* end confdefs.h. */
  5739. | #include <stdio.h>
  5740. | #ifdef HAVE_SYS_TYPES_H
  5741. | # include <sys/types.h>
  5742. | #endif
  5743. | #ifdef HAVE_SYS_STAT_H
  5744. | # include <sys/stat.h>
  5745. | #endif
  5746. | #ifdef STDC_HEADERS
  5747. | # include <stdlib.h>
  5748. | # include <stddef.h>
  5749. | #else
  5750. | # ifdef HAVE_STDLIB_H
  5751. | # include <stdlib.h>
  5752. | # endif
  5753. | #endif
  5754. | #ifdef HAVE_STRING_H
  5755. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5756. | # include <memory.h>
  5757. | # endif
  5758. | # include <string.h>
  5759. | #endif
  5760. | #ifdef HAVE_STRINGS_H
  5761. | # include <strings.h>
  5762. | #endif
  5763. | #ifdef HAVE_INTTYPES_H
  5764. | # include <inttypes.h>
  5765. | #endif
  5766. | #ifdef HAVE_STDINT_H
  5767. | # include <stdint.h>
  5768. | #endif
  5769. | #ifdef HAVE_UNISTD_H
  5770. | # include <unistd.h>
  5771. | #endif
  5772. | typedef uid_t rbcv_conftest_target_type;
  5773. | typedef unsigned long rbcv_conftest_replace_type;
  5774. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5775. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5776. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5777. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5778. |
  5779. | int
  5780. | main ()
  5781. | {
  5782. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5783. | test_array [0] = 0;
  5784. | return test_array [0];
  5785. |
  5786. | ;
  5787. | return 0;
  5788. | }
  5789. configure:14618: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5790. configure:14618: $? = 0
  5791. configure:14641: result: UINT
  5792. configure:14694: checking for gid_t
  5793. configure:14694: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5794. configure:14694: $? = 0
  5795. configure:14694: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5796. conftest.c:127:20: error: expected expression
  5797. if (sizeof ((gid_t)))
  5798. ^
  5799. 1 error generated.
  5800. configure:14694: $? = 1
  5801. configure: failed program was:
  5802. | /* confdefs.h */
  5803. | #define PACKAGE_NAME ""
  5804. | #define PACKAGE_TARNAME ""
  5805. | #define PACKAGE_VERSION ""
  5806. | #define PACKAGE_STRING ""
  5807. | #define PACKAGE_BUGREPORT ""
  5808. | #define PACKAGE_URL ""
  5809. | #define STDC_HEADERS 1
  5810. | #define HAVE_SYS_TYPES_H 1
  5811. | #define HAVE_SYS_STAT_H 1
  5812. | #define HAVE_STDLIB_H 1
  5813. | #define HAVE_STRING_H 1
  5814. | #define HAVE_MEMORY_H 1
  5815. | #define HAVE_STRINGS_H 1
  5816. | #define HAVE_INTTYPES_H 1
  5817. | #define HAVE_STDINT_H 1
  5818. | #define HAVE_UNISTD_H 1
  5819. | #define __EXTENSIONS__ 1
  5820. | #define _ALL_SOURCE 1
  5821. | #define _GNU_SOURCE 1
  5822. | #define _POSIX_PTHREAD_SEMANTICS 1
  5823. | #define _TANDEM_SOURCE 1
  5824. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5825. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5826. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5827. | #define BROKEN_CRYPT 1
  5828. | #define HAVE_CRT_EXTERNS_H 1
  5829. | #define HAVE_LIBDL 1
  5830. | #define HAVE_DIRENT_H 1
  5831. | #define HAVE__BOOL 1
  5832. | #define HAVE_STDBOOL_H 1
  5833. | #define HAVE_SYS_WAIT_H 1
  5834. | #define HAVE_GRP_H 1
  5835. | #define HAVE_FCNTL_H 1
  5836. | #define HAVE_FLOAT_H 1
  5837. | #define HAVE_LANGINFO_H 1
  5838. | #define HAVE_LIMITS_H 1
  5839. | #define HAVE_LOCALE_H 1
  5840. | #define HAVE_MALLOC_MALLOC_H 1
  5841. | #define HAVE_PWD_H 1
  5842. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5843. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5844. | #define HAVE_STDALIGN_H 1
  5845. | #define HAVE_SYS_ATTR_H 1
  5846. | #define HAVE_SYS_FCNTL_H 1
  5847. | #define HAVE_SYS_FILE_H 1
  5848. | #define HAVE_SYS_IOCTL_H 1
  5849. | #define HAVE_SYS_PARAM_H 1
  5850. | #define HAVE_SYS_RESOURCE_H 1
  5851. | #define HAVE_SYS_SELECT_H 1
  5852. | #define HAVE_SYS_SOCKET_H 1
  5853. | #define HAVE_SYS_TIME_H 1
  5854. | #define HAVE_SYS_TIMES_H 1
  5855. | #define HAVE_SYS_UIO_H 1
  5856. | #define HAVE_TIME_H 1
  5857. | #define HAVE_UCONTEXT_H 1
  5858. | #define HAVE_UTIME_H 1
  5859. | #define HAVE_GMP_H 1
  5860. | #define HAVE_LIBGMP 1
  5861. | #define HAVE_TYPEOF 1
  5862. | #define HAVE_LONG_LONG 1
  5863. | #define HAVE_OFF_T 1
  5864. | #define SIZEOF_INT 4
  5865. | #define SIZEOF_SHORT 2
  5866. | #define SIZEOF_LONG 8
  5867. | #define SIZEOF_LONG_LONG 8
  5868. | #define SIZEOF___INT64 0
  5869. | #define SIZEOF___INT128 16
  5870. | #define SIZEOF_OFF_T 8
  5871. | #define SIZEOF_VOIDP 8
  5872. | #define SIZEOF_FLOAT 4
  5873. | #define SIZEOF_DOUBLE 8
  5874. | #define SIZEOF_TIME_T 8
  5875. | #define SIZEOF_CLOCK_T 8
  5876. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5877. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5878. | #define PRI_LL_PREFIX "ll"
  5879. | #define HAVE_PID_T 1
  5880. | #define rb_pid_t pid_t
  5881. | #define SIGNEDNESS_OF_PID_T -1
  5882. | #define PIDT2NUM(v) INT2NUM(v)
  5883. | #define NUM2PIDT(v) NUM2INT(v)
  5884. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5885. | #define HAVE_UID_T 1
  5886. | #define rb_uid_t uid_t
  5887. | #define SIGNEDNESS_OF_UID_T +1
  5888. | #define UIDT2NUM(v) UINT2NUM(v)
  5889. | #define NUM2UIDT(v) NUM2UINT(v)
  5890. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5891. | /* end confdefs.h. */
  5892. | #include <stdio.h>
  5893. | #ifdef HAVE_SYS_TYPES_H
  5894. | # include <sys/types.h>
  5895. | #endif
  5896. | #ifdef HAVE_SYS_STAT_H
  5897. | # include <sys/stat.h>
  5898. | #endif
  5899. | #ifdef STDC_HEADERS
  5900. | # include <stdlib.h>
  5901. | # include <stddef.h>
  5902. | #else
  5903. | # ifdef HAVE_STDLIB_H
  5904. | # include <stdlib.h>
  5905. | # endif
  5906. | #endif
  5907. | #ifdef HAVE_STRING_H
  5908. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5909. | # include <memory.h>
  5910. | # endif
  5911. | # include <string.h>
  5912. | #endif
  5913. | #ifdef HAVE_STRINGS_H
  5914. | # include <strings.h>
  5915. | #endif
  5916. | #ifdef HAVE_INTTYPES_H
  5917. | # include <inttypes.h>
  5918. | #endif
  5919. | #ifdef HAVE_STDINT_H
  5920. | # include <stdint.h>
  5921. | #endif
  5922. | #ifdef HAVE_UNISTD_H
  5923. | # include <unistd.h>
  5924. | #endif
  5925. | int
  5926. | main ()
  5927. | {
  5928. | if (sizeof ((gid_t)))
  5929. | return 0;
  5930. | ;
  5931. | return 0;
  5932. | }
  5933. configure:14694: result: yes
  5934. configure:14706: checking for convertible type of gid_t
  5935. configure:14734: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5936. configure:14734: $? = 0
  5937. configure:14764: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5938. conftest.c:128:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  5939. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5940. ^
  5941. conftest.c:127:37: note: previous declaration is here
  5942. extern rbcv_conftest_target_type rbcv_conftest_var;
  5943. ^
  5944. conftest.c:130:38: error: conflicting types for 'rbcv_conftest_func'
  5945. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5946. ^
  5947. conftest.c:129:37: note: previous declaration is here
  5948. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5949. ^
  5950. conftest.c:135:24: error: 'test_array' declared as an array with a negative size
  5951. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5952. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5953. 3 errors generated.
  5954. configure:14764: $? = 1
  5955. configure: failed program was:
  5956. | /* confdefs.h */
  5957. | #define PACKAGE_NAME ""
  5958. | #define PACKAGE_TARNAME ""
  5959. | #define PACKAGE_VERSION ""
  5960. | #define PACKAGE_STRING ""
  5961. | #define PACKAGE_BUGREPORT ""
  5962. | #define PACKAGE_URL ""
  5963. | #define STDC_HEADERS 1
  5964. | #define HAVE_SYS_TYPES_H 1
  5965. | #define HAVE_SYS_STAT_H 1
  5966. | #define HAVE_STDLIB_H 1
  5967. | #define HAVE_STRING_H 1
  5968. | #define HAVE_MEMORY_H 1
  5969. | #define HAVE_STRINGS_H 1
  5970. | #define HAVE_INTTYPES_H 1
  5971. | #define HAVE_STDINT_H 1
  5972. | #define HAVE_UNISTD_H 1
  5973. | #define __EXTENSIONS__ 1
  5974. | #define _ALL_SOURCE 1
  5975. | #define _GNU_SOURCE 1
  5976. | #define _POSIX_PTHREAD_SEMANTICS 1
  5977. | #define _TANDEM_SOURCE 1
  5978. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5979. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5980. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  5981. | #define BROKEN_CRYPT 1
  5982. | #define HAVE_CRT_EXTERNS_H 1
  5983. | #define HAVE_LIBDL 1
  5984. | #define HAVE_DIRENT_H 1
  5985. | #define HAVE__BOOL 1
  5986. | #define HAVE_STDBOOL_H 1
  5987. | #define HAVE_SYS_WAIT_H 1
  5988. | #define HAVE_GRP_H 1
  5989. | #define HAVE_FCNTL_H 1
  5990. | #define HAVE_FLOAT_H 1
  5991. | #define HAVE_LANGINFO_H 1
  5992. | #define HAVE_LIMITS_H 1
  5993. | #define HAVE_LOCALE_H 1
  5994. | #define HAVE_MALLOC_MALLOC_H 1
  5995. | #define HAVE_PWD_H 1
  5996. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  5997. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  5998. | #define HAVE_STDALIGN_H 1
  5999. | #define HAVE_SYS_ATTR_H 1
  6000. | #define HAVE_SYS_FCNTL_H 1
  6001. | #define HAVE_SYS_FILE_H 1
  6002. | #define HAVE_SYS_IOCTL_H 1
  6003. | #define HAVE_SYS_PARAM_H 1
  6004. | #define HAVE_SYS_RESOURCE_H 1
  6005. | #define HAVE_SYS_SELECT_H 1
  6006. | #define HAVE_SYS_SOCKET_H 1
  6007. | #define HAVE_SYS_TIME_H 1
  6008. | #define HAVE_SYS_TIMES_H 1
  6009. | #define HAVE_SYS_UIO_H 1
  6010. | #define HAVE_TIME_H 1
  6011. | #define HAVE_UCONTEXT_H 1
  6012. | #define HAVE_UTIME_H 1
  6013. | #define HAVE_GMP_H 1
  6014. | #define HAVE_LIBGMP 1
  6015. | #define HAVE_TYPEOF 1
  6016. | #define HAVE_LONG_LONG 1
  6017. | #define HAVE_OFF_T 1
  6018. | #define SIZEOF_INT 4
  6019. | #define SIZEOF_SHORT 2
  6020. | #define SIZEOF_LONG 8
  6021. | #define SIZEOF_LONG_LONG 8
  6022. | #define SIZEOF___INT64 0
  6023. | #define SIZEOF___INT128 16
  6024. | #define SIZEOF_OFF_T 8
  6025. | #define SIZEOF_VOIDP 8
  6026. | #define SIZEOF_FLOAT 4
  6027. | #define SIZEOF_DOUBLE 8
  6028. | #define SIZEOF_TIME_T 8
  6029. | #define SIZEOF_CLOCK_T 8
  6030. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6031. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6032. | #define PRI_LL_PREFIX "ll"
  6033. | #define HAVE_PID_T 1
  6034. | #define rb_pid_t pid_t
  6035. | #define SIGNEDNESS_OF_PID_T -1
  6036. | #define PIDT2NUM(v) INT2NUM(v)
  6037. | #define NUM2PIDT(v) NUM2INT(v)
  6038. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6039. | #define HAVE_UID_T 1
  6040. | #define rb_uid_t uid_t
  6041. | #define SIGNEDNESS_OF_UID_T +1
  6042. | #define UIDT2NUM(v) UINT2NUM(v)
  6043. | #define NUM2UIDT(v) NUM2UINT(v)
  6044. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6045. | #define HAVE_GID_T 1
  6046. | /* end confdefs.h. */
  6047. | #include <stdio.h>
  6048. | #ifdef HAVE_SYS_TYPES_H
  6049. | # include <sys/types.h>
  6050. | #endif
  6051. | #ifdef HAVE_SYS_STAT_H
  6052. | # include <sys/stat.h>
  6053. | #endif
  6054. | #ifdef STDC_HEADERS
  6055. | # include <stdlib.h>
  6056. | # include <stddef.h>
  6057. | #else
  6058. | # ifdef HAVE_STDLIB_H
  6059. | # include <stdlib.h>
  6060. | # endif
  6061. | #endif
  6062. | #ifdef HAVE_STRING_H
  6063. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6064. | # include <memory.h>
  6065. | # endif
  6066. | # include <string.h>
  6067. | #endif
  6068. | #ifdef HAVE_STRINGS_H
  6069. | # include <strings.h>
  6070. | #endif
  6071. | #ifdef HAVE_INTTYPES_H
  6072. | # include <inttypes.h>
  6073. | #endif
  6074. | #ifdef HAVE_STDINT_H
  6075. | # include <stdint.h>
  6076. | #endif
  6077. | #ifdef HAVE_UNISTD_H
  6078. | # include <unistd.h>
  6079. | #endif
  6080. | typedef gid_t rbcv_conftest_target_type;
  6081. | typedef unsigned long long rbcv_conftest_replace_type;
  6082. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6083. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6084. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6085. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6086. |
  6087. | int
  6088. | main ()
  6089. | {
  6090. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6091. | test_array [0] = 0;
  6092. | return test_array [0];
  6093. |
  6094. | ;
  6095. | return 0;
  6096. | }
  6097. configure:14764: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6098. conftest.c:128:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned int')
  6099. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6100. ^
  6101. conftest.c:127:37: note: previous declaration is here
  6102. extern rbcv_conftest_target_type rbcv_conftest_var;
  6103. ^
  6104. conftest.c:130:38: error: conflicting types for 'rbcv_conftest_func'
  6105. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6106. ^
  6107. conftest.c:129:37: note: previous declaration is here
  6108. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6109. ^
  6110. conftest.c:135:24: error: 'test_array' declared as an array with a negative size
  6111. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6112. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6113. 3 errors generated.
  6114. configure:14764: $? = 1
  6115. configure: failed program was:
  6116. | /* confdefs.h */
  6117. | #define PACKAGE_NAME ""
  6118. | #define PACKAGE_TARNAME ""
  6119. | #define PACKAGE_VERSION ""
  6120. | #define PACKAGE_STRING ""
  6121. | #define PACKAGE_BUGREPORT ""
  6122. | #define PACKAGE_URL ""
  6123. | #define STDC_HEADERS 1
  6124. | #define HAVE_SYS_TYPES_H 1
  6125. | #define HAVE_SYS_STAT_H 1
  6126. | #define HAVE_STDLIB_H 1
  6127. | #define HAVE_STRING_H 1
  6128. | #define HAVE_MEMORY_H 1
  6129. | #define HAVE_STRINGS_H 1
  6130. | #define HAVE_INTTYPES_H 1
  6131. | #define HAVE_STDINT_H 1
  6132. | #define HAVE_UNISTD_H 1
  6133. | #define __EXTENSIONS__ 1
  6134. | #define _ALL_SOURCE 1
  6135. | #define _GNU_SOURCE 1
  6136. | #define _POSIX_PTHREAD_SEMANTICS 1
  6137. | #define _TANDEM_SOURCE 1
  6138. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6139. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6140. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6141. | #define BROKEN_CRYPT 1
  6142. | #define HAVE_CRT_EXTERNS_H 1
  6143. | #define HAVE_LIBDL 1
  6144. | #define HAVE_DIRENT_H 1
  6145. | #define HAVE__BOOL 1
  6146. | #define HAVE_STDBOOL_H 1
  6147. | #define HAVE_SYS_WAIT_H 1
  6148. | #define HAVE_GRP_H 1
  6149. | #define HAVE_FCNTL_H 1
  6150. | #define HAVE_FLOAT_H 1
  6151. | #define HAVE_LANGINFO_H 1
  6152. | #define HAVE_LIMITS_H 1
  6153. | #define HAVE_LOCALE_H 1
  6154. | #define HAVE_MALLOC_MALLOC_H 1
  6155. | #define HAVE_PWD_H 1
  6156. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6157. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6158. | #define HAVE_STDALIGN_H 1
  6159. | #define HAVE_SYS_ATTR_H 1
  6160. | #define HAVE_SYS_FCNTL_H 1
  6161. | #define HAVE_SYS_FILE_H 1
  6162. | #define HAVE_SYS_IOCTL_H 1
  6163. | #define HAVE_SYS_PARAM_H 1
  6164. | #define HAVE_SYS_RESOURCE_H 1
  6165. | #define HAVE_SYS_SELECT_H 1
  6166. | #define HAVE_SYS_SOCKET_H 1
  6167. | #define HAVE_SYS_TIME_H 1
  6168. | #define HAVE_SYS_TIMES_H 1
  6169. | #define HAVE_SYS_UIO_H 1
  6170. | #define HAVE_TIME_H 1
  6171. | #define HAVE_UCONTEXT_H 1
  6172. | #define HAVE_UTIME_H 1
  6173. | #define HAVE_GMP_H 1
  6174. | #define HAVE_LIBGMP 1
  6175. | #define HAVE_TYPEOF 1
  6176. | #define HAVE_LONG_LONG 1
  6177. | #define HAVE_OFF_T 1
  6178. | #define SIZEOF_INT 4
  6179. | #define SIZEOF_SHORT 2
  6180. | #define SIZEOF_LONG 8
  6181. | #define SIZEOF_LONG_LONG 8
  6182. | #define SIZEOF___INT64 0
  6183. | #define SIZEOF___INT128 16
  6184. | #define SIZEOF_OFF_T 8
  6185. | #define SIZEOF_VOIDP 8
  6186. | #define SIZEOF_FLOAT 4
  6187. | #define SIZEOF_DOUBLE 8
  6188. | #define SIZEOF_TIME_T 8
  6189. | #define SIZEOF_CLOCK_T 8
  6190. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6191. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6192. | #define PRI_LL_PREFIX "ll"
  6193. | #define HAVE_PID_T 1
  6194. | #define rb_pid_t pid_t
  6195. | #define SIGNEDNESS_OF_PID_T -1
  6196. | #define PIDT2NUM(v) INT2NUM(v)
  6197. | #define NUM2PIDT(v) NUM2INT(v)
  6198. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6199. | #define HAVE_UID_T 1
  6200. | #define rb_uid_t uid_t
  6201. | #define SIGNEDNESS_OF_UID_T +1
  6202. | #define UIDT2NUM(v) UINT2NUM(v)
  6203. | #define NUM2UIDT(v) NUM2UINT(v)
  6204. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6205. | #define HAVE_GID_T 1
  6206. | /* end confdefs.h. */
  6207. | #include <stdio.h>
  6208. | #ifdef HAVE_SYS_TYPES_H
  6209. | # include <sys/types.h>
  6210. | #endif
  6211. | #ifdef HAVE_SYS_STAT_H
  6212. | # include <sys/stat.h>
  6213. | #endif
  6214. | #ifdef STDC_HEADERS
  6215. | # include <stdlib.h>
  6216. | # include <stddef.h>
  6217. | #else
  6218. | # ifdef HAVE_STDLIB_H
  6219. | # include <stdlib.h>
  6220. | # endif
  6221. | #endif
  6222. | #ifdef HAVE_STRING_H
  6223. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6224. | # include <memory.h>
  6225. | # endif
  6226. | # include <string.h>
  6227. | #endif
  6228. | #ifdef HAVE_STRINGS_H
  6229. | # include <strings.h>
  6230. | #endif
  6231. | #ifdef HAVE_INTTYPES_H
  6232. | # include <inttypes.h>
  6233. | #endif
  6234. | #ifdef HAVE_STDINT_H
  6235. | # include <stdint.h>
  6236. | #endif
  6237. | #ifdef HAVE_UNISTD_H
  6238. | # include <unistd.h>
  6239. | #endif
  6240. | typedef gid_t rbcv_conftest_target_type;
  6241. | typedef unsigned long rbcv_conftest_replace_type;
  6242. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6243. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6244. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6245. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6246. |
  6247. | int
  6248. | main ()
  6249. | {
  6250. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6251. | test_array [0] = 0;
  6252. | return test_array [0];
  6253. |
  6254. | ;
  6255. | return 0;
  6256. | }
  6257. configure:14764: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6258. configure:14764: $? = 0
  6259. configure:14787: result: UINT
  6260. configure:14840: checking for time_t
  6261. configure:14840: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6262. configure:14840: $? = 0
  6263. configure:14840: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6264. conftest.c:102:21: error: expected expression
  6265. if (sizeof ((time_t)))
  6266. ^
  6267. 1 error generated.
  6268. configure:14840: $? = 1
  6269. configure: failed program was:
  6270. | /* confdefs.h */
  6271. | #define PACKAGE_NAME ""
  6272. | #define PACKAGE_TARNAME ""
  6273. | #define PACKAGE_VERSION ""
  6274. | #define PACKAGE_STRING ""
  6275. | #define PACKAGE_BUGREPORT ""
  6276. | #define PACKAGE_URL ""
  6277. | #define STDC_HEADERS 1
  6278. | #define HAVE_SYS_TYPES_H 1
  6279. | #define HAVE_SYS_STAT_H 1
  6280. | #define HAVE_STDLIB_H 1
  6281. | #define HAVE_STRING_H 1
  6282. | #define HAVE_MEMORY_H 1
  6283. | #define HAVE_STRINGS_H 1
  6284. | #define HAVE_INTTYPES_H 1
  6285. | #define HAVE_STDINT_H 1
  6286. | #define HAVE_UNISTD_H 1
  6287. | #define __EXTENSIONS__ 1
  6288. | #define _ALL_SOURCE 1
  6289. | #define _GNU_SOURCE 1
  6290. | #define _POSIX_PTHREAD_SEMANTICS 1
  6291. | #define _TANDEM_SOURCE 1
  6292. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6293. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6294. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6295. | #define BROKEN_CRYPT 1
  6296. | #define HAVE_CRT_EXTERNS_H 1
  6297. | #define HAVE_LIBDL 1
  6298. | #define HAVE_DIRENT_H 1
  6299. | #define HAVE__BOOL 1
  6300. | #define HAVE_STDBOOL_H 1
  6301. | #define HAVE_SYS_WAIT_H 1
  6302. | #define HAVE_GRP_H 1
  6303. | #define HAVE_FCNTL_H 1
  6304. | #define HAVE_FLOAT_H 1
  6305. | #define HAVE_LANGINFO_H 1
  6306. | #define HAVE_LIMITS_H 1
  6307. | #define HAVE_LOCALE_H 1
  6308. | #define HAVE_MALLOC_MALLOC_H 1
  6309. | #define HAVE_PWD_H 1
  6310. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6311. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6312. | #define HAVE_STDALIGN_H 1
  6313. | #define HAVE_SYS_ATTR_H 1
  6314. | #define HAVE_SYS_FCNTL_H 1
  6315. | #define HAVE_SYS_FILE_H 1
  6316. | #define HAVE_SYS_IOCTL_H 1
  6317. | #define HAVE_SYS_PARAM_H 1
  6318. | #define HAVE_SYS_RESOURCE_H 1
  6319. | #define HAVE_SYS_SELECT_H 1
  6320. | #define HAVE_SYS_SOCKET_H 1
  6321. | #define HAVE_SYS_TIME_H 1
  6322. | #define HAVE_SYS_TIMES_H 1
  6323. | #define HAVE_SYS_UIO_H 1
  6324. | #define HAVE_TIME_H 1
  6325. | #define HAVE_UCONTEXT_H 1
  6326. | #define HAVE_UTIME_H 1
  6327. | #define HAVE_GMP_H 1
  6328. | #define HAVE_LIBGMP 1
  6329. | #define HAVE_TYPEOF 1
  6330. | #define HAVE_LONG_LONG 1
  6331. | #define HAVE_OFF_T 1
  6332. | #define SIZEOF_INT 4
  6333. | #define SIZEOF_SHORT 2
  6334. | #define SIZEOF_LONG 8
  6335. | #define SIZEOF_LONG_LONG 8
  6336. | #define SIZEOF___INT64 0
  6337. | #define SIZEOF___INT128 16
  6338. | #define SIZEOF_OFF_T 8
  6339. | #define SIZEOF_VOIDP 8
  6340. | #define SIZEOF_FLOAT 4
  6341. | #define SIZEOF_DOUBLE 8
  6342. | #define SIZEOF_TIME_T 8
  6343. | #define SIZEOF_CLOCK_T 8
  6344. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6345. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6346. | #define PRI_LL_PREFIX "ll"
  6347. | #define HAVE_PID_T 1
  6348. | #define rb_pid_t pid_t
  6349. | #define SIGNEDNESS_OF_PID_T -1
  6350. | #define PIDT2NUM(v) INT2NUM(v)
  6351. | #define NUM2PIDT(v) NUM2INT(v)
  6352. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6353. | #define HAVE_UID_T 1
  6354. | #define rb_uid_t uid_t
  6355. | #define SIGNEDNESS_OF_UID_T +1
  6356. | #define UIDT2NUM(v) UINT2NUM(v)
  6357. | #define NUM2UIDT(v) NUM2UINT(v)
  6358. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6359. | #define HAVE_GID_T 1
  6360. | #define rb_gid_t gid_t
  6361. | #define SIGNEDNESS_OF_GID_T +1
  6362. | #define GIDT2NUM(v) UINT2NUM(v)
  6363. | #define NUM2GIDT(v) NUM2UINT(v)
  6364. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6365. | /* end confdefs.h. */
  6366. | #include <time.h>
  6367. |
  6368. | int
  6369. | main ()
  6370. | {
  6371. | if (sizeof ((time_t)))
  6372. | return 0;
  6373. | ;
  6374. | return 0;
  6375. | }
  6376. configure:14840: result: yes
  6377. configure:14853: checking for convertible type of time_t
  6378. configure:14882: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6379. conftest.c:103:24: error: 'test_array' declared as an array with a negative size
  6380. static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6381. ^~~~~~~~~~~~~~~~~~~~~~~~~
  6382. 1 error generated.
  6383. configure:14882: $? = 1
  6384. configure: failed program was:
  6385. | /* confdefs.h */
  6386. | #define PACKAGE_NAME ""
  6387. | #define PACKAGE_TARNAME ""
  6388. | #define PACKAGE_VERSION ""
  6389. | #define PACKAGE_STRING ""
  6390. | #define PACKAGE_BUGREPORT ""
  6391. | #define PACKAGE_URL ""
  6392. | #define STDC_HEADERS 1
  6393. | #define HAVE_SYS_TYPES_H 1
  6394. | #define HAVE_SYS_STAT_H 1
  6395. | #define HAVE_STDLIB_H 1
  6396. | #define HAVE_STRING_H 1
  6397. | #define HAVE_MEMORY_H 1
  6398. | #define HAVE_STRINGS_H 1
  6399. | #define HAVE_INTTYPES_H 1
  6400. | #define HAVE_STDINT_H 1
  6401. | #define HAVE_UNISTD_H 1
  6402. | #define __EXTENSIONS__ 1
  6403. | #define _ALL_SOURCE 1
  6404. | #define _GNU_SOURCE 1
  6405. | #define _POSIX_PTHREAD_SEMANTICS 1
  6406. | #define _TANDEM_SOURCE 1
  6407. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6408. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6409. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6410. | #define BROKEN_CRYPT 1
  6411. | #define HAVE_CRT_EXTERNS_H 1
  6412. | #define HAVE_LIBDL 1
  6413. | #define HAVE_DIRENT_H 1
  6414. | #define HAVE__BOOL 1
  6415. | #define HAVE_STDBOOL_H 1
  6416. | #define HAVE_SYS_WAIT_H 1
  6417. | #define HAVE_GRP_H 1
  6418. | #define HAVE_FCNTL_H 1
  6419. | #define HAVE_FLOAT_H 1
  6420. | #define HAVE_LANGINFO_H 1
  6421. | #define HAVE_LIMITS_H 1
  6422. | #define HAVE_LOCALE_H 1
  6423. | #define HAVE_MALLOC_MALLOC_H 1
  6424. | #define HAVE_PWD_H 1
  6425. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6426. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6427. | #define HAVE_STDALIGN_H 1
  6428. | #define HAVE_SYS_ATTR_H 1
  6429. | #define HAVE_SYS_FCNTL_H 1
  6430. | #define HAVE_SYS_FILE_H 1
  6431. | #define HAVE_SYS_IOCTL_H 1
  6432. | #define HAVE_SYS_PARAM_H 1
  6433. | #define HAVE_SYS_RESOURCE_H 1
  6434. | #define HAVE_SYS_SELECT_H 1
  6435. | #define HAVE_SYS_SOCKET_H 1
  6436. | #define HAVE_SYS_TIME_H 1
  6437. | #define HAVE_SYS_TIMES_H 1
  6438. | #define HAVE_SYS_UIO_H 1
  6439. | #define HAVE_TIME_H 1
  6440. | #define HAVE_UCONTEXT_H 1
  6441. | #define HAVE_UTIME_H 1
  6442. | #define HAVE_GMP_H 1
  6443. | #define HAVE_LIBGMP 1
  6444. | #define HAVE_TYPEOF 1
  6445. | #define HAVE_LONG_LONG 1
  6446. | #define HAVE_OFF_T 1
  6447. | #define SIZEOF_INT 4
  6448. | #define SIZEOF_SHORT 2
  6449. | #define SIZEOF_LONG 8
  6450. | #define SIZEOF_LONG_LONG 8
  6451. | #define SIZEOF___INT64 0
  6452. | #define SIZEOF___INT128 16
  6453. | #define SIZEOF_OFF_T 8
  6454. | #define SIZEOF_VOIDP 8
  6455. | #define SIZEOF_FLOAT 4
  6456. | #define SIZEOF_DOUBLE 8
  6457. | #define SIZEOF_TIME_T 8
  6458. | #define SIZEOF_CLOCK_T 8
  6459. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6460. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6461. | #define PRI_LL_PREFIX "ll"
  6462. | #define HAVE_PID_T 1
  6463. | #define rb_pid_t pid_t
  6464. | #define SIGNEDNESS_OF_PID_T -1
  6465. | #define PIDT2NUM(v) INT2NUM(v)
  6466. | #define NUM2PIDT(v) NUM2INT(v)
  6467. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6468. | #define HAVE_UID_T 1
  6469. | #define rb_uid_t uid_t
  6470. | #define SIGNEDNESS_OF_UID_T +1
  6471. | #define UIDT2NUM(v) UINT2NUM(v)
  6472. | #define NUM2UIDT(v) NUM2UINT(v)
  6473. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6474. | #define HAVE_GID_T 1
  6475. | #define rb_gid_t gid_t
  6476. | #define SIGNEDNESS_OF_GID_T +1
  6477. | #define GIDT2NUM(v) UINT2NUM(v)
  6478. | #define NUM2GIDT(v) NUM2UINT(v)
  6479. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6480. | #define HAVE_TIME_T 1
  6481. | /* end confdefs.h. */
  6482. | #include <time.h>
  6483. |
  6484. | int
  6485. | main ()
  6486. | {
  6487. | static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6488. | test_array [0] = 0;
  6489. | return test_array [0];
  6490. |
  6491. | ;
  6492. | return 0;
  6493. | }
  6494. configure:14913: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6495. conftest.c:103:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'long')
  6496. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6497. ^
  6498. conftest.c:102:37: note: previous declaration is here
  6499. extern rbcv_conftest_target_type rbcv_conftest_var;
  6500. ^
  6501. conftest.c:105:38: error: conflicting types for 'rbcv_conftest_func'
  6502. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6503. ^
  6504. conftest.c:104:37: note: previous declaration is here
  6505. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6506. ^
  6507. 2 errors generated.
  6508. configure:14913: $? = 1
  6509. configure: failed program was:
  6510. | /* confdefs.h */
  6511. | #define PACKAGE_NAME ""
  6512. | #define PACKAGE_TARNAME ""
  6513. | #define PACKAGE_VERSION ""
  6514. | #define PACKAGE_STRING ""
  6515. | #define PACKAGE_BUGREPORT ""
  6516. | #define PACKAGE_URL ""
  6517. | #define STDC_HEADERS 1
  6518. | #define HAVE_SYS_TYPES_H 1
  6519. | #define HAVE_SYS_STAT_H 1
  6520. | #define HAVE_STDLIB_H 1
  6521. | #define HAVE_STRING_H 1
  6522. | #define HAVE_MEMORY_H 1
  6523. | #define HAVE_STRINGS_H 1
  6524. | #define HAVE_INTTYPES_H 1
  6525. | #define HAVE_STDINT_H 1
  6526. | #define HAVE_UNISTD_H 1
  6527. | #define __EXTENSIONS__ 1
  6528. | #define _ALL_SOURCE 1
  6529. | #define _GNU_SOURCE 1
  6530. | #define _POSIX_PTHREAD_SEMANTICS 1
  6531. | #define _TANDEM_SOURCE 1
  6532. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6533. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6534. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6535. | #define BROKEN_CRYPT 1
  6536. | #define HAVE_CRT_EXTERNS_H 1
  6537. | #define HAVE_LIBDL 1
  6538. | #define HAVE_DIRENT_H 1
  6539. | #define HAVE__BOOL 1
  6540. | #define HAVE_STDBOOL_H 1
  6541. | #define HAVE_SYS_WAIT_H 1
  6542. | #define HAVE_GRP_H 1
  6543. | #define HAVE_FCNTL_H 1
  6544. | #define HAVE_FLOAT_H 1
  6545. | #define HAVE_LANGINFO_H 1
  6546. | #define HAVE_LIMITS_H 1
  6547. | #define HAVE_LOCALE_H 1
  6548. | #define HAVE_MALLOC_MALLOC_H 1
  6549. | #define HAVE_PWD_H 1
  6550. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6551. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6552. | #define HAVE_STDALIGN_H 1
  6553. | #define HAVE_SYS_ATTR_H 1
  6554. | #define HAVE_SYS_FCNTL_H 1
  6555. | #define HAVE_SYS_FILE_H 1
  6556. | #define HAVE_SYS_IOCTL_H 1
  6557. | #define HAVE_SYS_PARAM_H 1
  6558. | #define HAVE_SYS_RESOURCE_H 1
  6559. | #define HAVE_SYS_SELECT_H 1
  6560. | #define HAVE_SYS_SOCKET_H 1
  6561. | #define HAVE_SYS_TIME_H 1
  6562. | #define HAVE_SYS_TIMES_H 1
  6563. | #define HAVE_SYS_UIO_H 1
  6564. | #define HAVE_TIME_H 1
  6565. | #define HAVE_UCONTEXT_H 1
  6566. | #define HAVE_UTIME_H 1
  6567. | #define HAVE_GMP_H 1
  6568. | #define HAVE_LIBGMP 1
  6569. | #define HAVE_TYPEOF 1
  6570. | #define HAVE_LONG_LONG 1
  6571. | #define HAVE_OFF_T 1
  6572. | #define SIZEOF_INT 4
  6573. | #define SIZEOF_SHORT 2
  6574. | #define SIZEOF_LONG 8
  6575. | #define SIZEOF_LONG_LONG 8
  6576. | #define SIZEOF___INT64 0
  6577. | #define SIZEOF___INT128 16
  6578. | #define SIZEOF_OFF_T 8
  6579. | #define SIZEOF_VOIDP 8
  6580. | #define SIZEOF_FLOAT 4
  6581. | #define SIZEOF_DOUBLE 8
  6582. | #define SIZEOF_TIME_T 8
  6583. | #define SIZEOF_CLOCK_T 8
  6584. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6585. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6586. | #define PRI_LL_PREFIX "ll"
  6587. | #define HAVE_PID_T 1
  6588. | #define rb_pid_t pid_t
  6589. | #define SIGNEDNESS_OF_PID_T -1
  6590. | #define PIDT2NUM(v) INT2NUM(v)
  6591. | #define NUM2PIDT(v) NUM2INT(v)
  6592. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6593. | #define HAVE_UID_T 1
  6594. | #define rb_uid_t uid_t
  6595. | #define SIGNEDNESS_OF_UID_T +1
  6596. | #define UIDT2NUM(v) UINT2NUM(v)
  6597. | #define NUM2UIDT(v) NUM2UINT(v)
  6598. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6599. | #define HAVE_GID_T 1
  6600. | #define rb_gid_t gid_t
  6601. | #define SIGNEDNESS_OF_GID_T +1
  6602. | #define GIDT2NUM(v) UINT2NUM(v)
  6603. | #define NUM2GIDT(v) NUM2UINT(v)
  6604. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6605. | #define HAVE_TIME_T 1
  6606. | /* end confdefs.h. */
  6607. | #include <time.h>
  6608. |
  6609. | typedef time_t rbcv_conftest_target_type;
  6610. | typedef long long rbcv_conftest_replace_type;
  6611. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6612. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6613. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6614. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6615. |
  6616. | int
  6617. | main ()
  6618. | {
  6619. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6620. | test_array [0] = 0;
  6621. | return test_array [0];
  6622. |
  6623. | ;
  6624. | return 0;
  6625. | }
  6626. configure:14913: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6627. configure:14913: $? = 0
  6628. configure:14936: result: LONG
  6629. configure:14989: checking for dev_t
  6630. configure:14989: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6631. configure:14989: $? = 0
  6632. configure:14989: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6633. conftest.c:139:20: error: expected expression
  6634. if (sizeof ((dev_t)))
  6635. ^
  6636. 1 error generated.
  6637. configure:14989: $? = 1
  6638. configure: failed program was:
  6639. | /* confdefs.h */
  6640. | #define PACKAGE_NAME ""
  6641. | #define PACKAGE_TARNAME ""
  6642. | #define PACKAGE_VERSION ""
  6643. | #define PACKAGE_STRING ""
  6644. | #define PACKAGE_BUGREPORT ""
  6645. | #define PACKAGE_URL ""
  6646. | #define STDC_HEADERS 1
  6647. | #define HAVE_SYS_TYPES_H 1
  6648. | #define HAVE_SYS_STAT_H 1
  6649. | #define HAVE_STDLIB_H 1
  6650. | #define HAVE_STRING_H 1
  6651. | #define HAVE_MEMORY_H 1
  6652. | #define HAVE_STRINGS_H 1
  6653. | #define HAVE_INTTYPES_H 1
  6654. | #define HAVE_STDINT_H 1
  6655. | #define HAVE_UNISTD_H 1
  6656. | #define __EXTENSIONS__ 1
  6657. | #define _ALL_SOURCE 1
  6658. | #define _GNU_SOURCE 1
  6659. | #define _POSIX_PTHREAD_SEMANTICS 1
  6660. | #define _TANDEM_SOURCE 1
  6661. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6662. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6663. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6664. | #define BROKEN_CRYPT 1
  6665. | #define HAVE_CRT_EXTERNS_H 1
  6666. | #define HAVE_LIBDL 1
  6667. | #define HAVE_DIRENT_H 1
  6668. | #define HAVE__BOOL 1
  6669. | #define HAVE_STDBOOL_H 1
  6670. | #define HAVE_SYS_WAIT_H 1
  6671. | #define HAVE_GRP_H 1
  6672. | #define HAVE_FCNTL_H 1
  6673. | #define HAVE_FLOAT_H 1
  6674. | #define HAVE_LANGINFO_H 1
  6675. | #define HAVE_LIMITS_H 1
  6676. | #define HAVE_LOCALE_H 1
  6677. | #define HAVE_MALLOC_MALLOC_H 1
  6678. | #define HAVE_PWD_H 1
  6679. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6680. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6681. | #define HAVE_STDALIGN_H 1
  6682. | #define HAVE_SYS_ATTR_H 1
  6683. | #define HAVE_SYS_FCNTL_H 1
  6684. | #define HAVE_SYS_FILE_H 1
  6685. | #define HAVE_SYS_IOCTL_H 1
  6686. | #define HAVE_SYS_PARAM_H 1
  6687. | #define HAVE_SYS_RESOURCE_H 1
  6688. | #define HAVE_SYS_SELECT_H 1
  6689. | #define HAVE_SYS_SOCKET_H 1
  6690. | #define HAVE_SYS_TIME_H 1
  6691. | #define HAVE_SYS_TIMES_H 1
  6692. | #define HAVE_SYS_UIO_H 1
  6693. | #define HAVE_TIME_H 1
  6694. | #define HAVE_UCONTEXT_H 1
  6695. | #define HAVE_UTIME_H 1
  6696. | #define HAVE_GMP_H 1
  6697. | #define HAVE_LIBGMP 1
  6698. | #define HAVE_TYPEOF 1
  6699. | #define HAVE_LONG_LONG 1
  6700. | #define HAVE_OFF_T 1
  6701. | #define SIZEOF_INT 4
  6702. | #define SIZEOF_SHORT 2
  6703. | #define SIZEOF_LONG 8
  6704. | #define SIZEOF_LONG_LONG 8
  6705. | #define SIZEOF___INT64 0
  6706. | #define SIZEOF___INT128 16
  6707. | #define SIZEOF_OFF_T 8
  6708. | #define SIZEOF_VOIDP 8
  6709. | #define SIZEOF_FLOAT 4
  6710. | #define SIZEOF_DOUBLE 8
  6711. | #define SIZEOF_TIME_T 8
  6712. | #define SIZEOF_CLOCK_T 8
  6713. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6714. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6715. | #define PRI_LL_PREFIX "ll"
  6716. | #define HAVE_PID_T 1
  6717. | #define rb_pid_t pid_t
  6718. | #define SIGNEDNESS_OF_PID_T -1
  6719. | #define PIDT2NUM(v) INT2NUM(v)
  6720. | #define NUM2PIDT(v) NUM2INT(v)
  6721. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6722. | #define HAVE_UID_T 1
  6723. | #define rb_uid_t uid_t
  6724. | #define SIGNEDNESS_OF_UID_T +1
  6725. | #define UIDT2NUM(v) UINT2NUM(v)
  6726. | #define NUM2UIDT(v) NUM2UINT(v)
  6727. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6728. | #define HAVE_GID_T 1
  6729. | #define rb_gid_t gid_t
  6730. | #define SIGNEDNESS_OF_GID_T +1
  6731. | #define GIDT2NUM(v) UINT2NUM(v)
  6732. | #define NUM2GIDT(v) NUM2UINT(v)
  6733. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6734. | #define HAVE_TIME_T 1
  6735. | #define rb_time_t time_t
  6736. | #define SIGNEDNESS_OF_TIME_T -1
  6737. | #define TIMET2NUM(v) LONG2NUM(v)
  6738. | #define NUM2TIMET(v) NUM2LONG(v)
  6739. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6740. | /* end confdefs.h. */
  6741. | #include <stdio.h>
  6742. | #ifdef HAVE_SYS_TYPES_H
  6743. | # include <sys/types.h>
  6744. | #endif
  6745. | #ifdef HAVE_SYS_STAT_H
  6746. | # include <sys/stat.h>
  6747. | #endif
  6748. | #ifdef STDC_HEADERS
  6749. | # include <stdlib.h>
  6750. | # include <stddef.h>
  6751. | #else
  6752. | # ifdef HAVE_STDLIB_H
  6753. | # include <stdlib.h>
  6754. | # endif
  6755. | #endif
  6756. | #ifdef HAVE_STRING_H
  6757. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6758. | # include <memory.h>
  6759. | # endif
  6760. | # include <string.h>
  6761. | #endif
  6762. | #ifdef HAVE_STRINGS_H
  6763. | # include <strings.h>
  6764. | #endif
  6765. | #ifdef HAVE_INTTYPES_H
  6766. | # include <inttypes.h>
  6767. | #endif
  6768. | #ifdef HAVE_STDINT_H
  6769. | # include <stdint.h>
  6770. | #endif
  6771. | #ifdef HAVE_UNISTD_H
  6772. | # include <unistd.h>
  6773. | #endif
  6774. | int
  6775. | main ()
  6776. | {
  6777. | if (sizeof ((dev_t)))
  6778. | return 0;
  6779. | ;
  6780. | return 0;
  6781. | }
  6782. configure:14989: result: yes
  6783. configure:15001: checking for convertible type of dev_t
  6784. configure:15029: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6785. conftest.c:140:24: error: 'test_array' declared as an array with a negative size
  6786. static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6787. ^~~~~~~~~~~~~~~~~~~~~~~~
  6788. 1 error generated.
  6789. configure:15029: $? = 1
  6790. configure: failed program was:
  6791. | /* confdefs.h */
  6792. | #define PACKAGE_NAME ""
  6793. | #define PACKAGE_TARNAME ""
  6794. | #define PACKAGE_VERSION ""
  6795. | #define PACKAGE_STRING ""
  6796. | #define PACKAGE_BUGREPORT ""
  6797. | #define PACKAGE_URL ""
  6798. | #define STDC_HEADERS 1
  6799. | #define HAVE_SYS_TYPES_H 1
  6800. | #define HAVE_SYS_STAT_H 1
  6801. | #define HAVE_STDLIB_H 1
  6802. | #define HAVE_STRING_H 1
  6803. | #define HAVE_MEMORY_H 1
  6804. | #define HAVE_STRINGS_H 1
  6805. | #define HAVE_INTTYPES_H 1
  6806. | #define HAVE_STDINT_H 1
  6807. | #define HAVE_UNISTD_H 1
  6808. | #define __EXTENSIONS__ 1
  6809. | #define _ALL_SOURCE 1
  6810. | #define _GNU_SOURCE 1
  6811. | #define _POSIX_PTHREAD_SEMANTICS 1
  6812. | #define _TANDEM_SOURCE 1
  6813. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6814. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6815. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6816. | #define BROKEN_CRYPT 1
  6817. | #define HAVE_CRT_EXTERNS_H 1
  6818. | #define HAVE_LIBDL 1
  6819. | #define HAVE_DIRENT_H 1
  6820. | #define HAVE__BOOL 1
  6821. | #define HAVE_STDBOOL_H 1
  6822. | #define HAVE_SYS_WAIT_H 1
  6823. | #define HAVE_GRP_H 1
  6824. | #define HAVE_FCNTL_H 1
  6825. | #define HAVE_FLOAT_H 1
  6826. | #define HAVE_LANGINFO_H 1
  6827. | #define HAVE_LIMITS_H 1
  6828. | #define HAVE_LOCALE_H 1
  6829. | #define HAVE_MALLOC_MALLOC_H 1
  6830. | #define HAVE_PWD_H 1
  6831. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6832. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6833. | #define HAVE_STDALIGN_H 1
  6834. | #define HAVE_SYS_ATTR_H 1
  6835. | #define HAVE_SYS_FCNTL_H 1
  6836. | #define HAVE_SYS_FILE_H 1
  6837. | #define HAVE_SYS_IOCTL_H 1
  6838. | #define HAVE_SYS_PARAM_H 1
  6839. | #define HAVE_SYS_RESOURCE_H 1
  6840. | #define HAVE_SYS_SELECT_H 1
  6841. | #define HAVE_SYS_SOCKET_H 1
  6842. | #define HAVE_SYS_TIME_H 1
  6843. | #define HAVE_SYS_TIMES_H 1
  6844. | #define HAVE_SYS_UIO_H 1
  6845. | #define HAVE_TIME_H 1
  6846. | #define HAVE_UCONTEXT_H 1
  6847. | #define HAVE_UTIME_H 1
  6848. | #define HAVE_GMP_H 1
  6849. | #define HAVE_LIBGMP 1
  6850. | #define HAVE_TYPEOF 1
  6851. | #define HAVE_LONG_LONG 1
  6852. | #define HAVE_OFF_T 1
  6853. | #define SIZEOF_INT 4
  6854. | #define SIZEOF_SHORT 2
  6855. | #define SIZEOF_LONG 8
  6856. | #define SIZEOF_LONG_LONG 8
  6857. | #define SIZEOF___INT64 0
  6858. | #define SIZEOF___INT128 16
  6859. | #define SIZEOF_OFF_T 8
  6860. | #define SIZEOF_VOIDP 8
  6861. | #define SIZEOF_FLOAT 4
  6862. | #define SIZEOF_DOUBLE 8
  6863. | #define SIZEOF_TIME_T 8
  6864. | #define SIZEOF_CLOCK_T 8
  6865. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6866. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6867. | #define PRI_LL_PREFIX "ll"
  6868. | #define HAVE_PID_T 1
  6869. | #define rb_pid_t pid_t
  6870. | #define SIGNEDNESS_OF_PID_T -1
  6871. | #define PIDT2NUM(v) INT2NUM(v)
  6872. | #define NUM2PIDT(v) NUM2INT(v)
  6873. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6874. | #define HAVE_UID_T 1
  6875. | #define rb_uid_t uid_t
  6876. | #define SIGNEDNESS_OF_UID_T +1
  6877. | #define UIDT2NUM(v) UINT2NUM(v)
  6878. | #define NUM2UIDT(v) NUM2UINT(v)
  6879. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6880. | #define HAVE_GID_T 1
  6881. | #define rb_gid_t gid_t
  6882. | #define SIGNEDNESS_OF_GID_T +1
  6883. | #define GIDT2NUM(v) UINT2NUM(v)
  6884. | #define NUM2GIDT(v) NUM2UINT(v)
  6885. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6886. | #define HAVE_TIME_T 1
  6887. | #define rb_time_t time_t
  6888. | #define SIGNEDNESS_OF_TIME_T -1
  6889. | #define TIMET2NUM(v) LONG2NUM(v)
  6890. | #define NUM2TIMET(v) NUM2LONG(v)
  6891. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6892. | #define HAVE_DEV_T 1
  6893. | /* end confdefs.h. */
  6894. | #include <stdio.h>
  6895. | #ifdef HAVE_SYS_TYPES_H
  6896. | # include <sys/types.h>
  6897. | #endif
  6898. | #ifdef HAVE_SYS_STAT_H
  6899. | # include <sys/stat.h>
  6900. | #endif
  6901. | #ifdef STDC_HEADERS
  6902. | # include <stdlib.h>
  6903. | # include <stddef.h>
  6904. | #else
  6905. | # ifdef HAVE_STDLIB_H
  6906. | # include <stdlib.h>
  6907. | # endif
  6908. | #endif
  6909. | #ifdef HAVE_STRING_H
  6910. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6911. | # include <memory.h>
  6912. | # endif
  6913. | # include <string.h>
  6914. | #endif
  6915. | #ifdef HAVE_STRINGS_H
  6916. | # include <strings.h>
  6917. | #endif
  6918. | #ifdef HAVE_INTTYPES_H
  6919. | # include <inttypes.h>
  6920. | #endif
  6921. | #ifdef HAVE_STDINT_H
  6922. | # include <stdint.h>
  6923. | #endif
  6924. | #ifdef HAVE_UNISTD_H
  6925. | # include <unistd.h>
  6926. | #endif
  6927. | int
  6928. | main ()
  6929. | {
  6930. | static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6931. | test_array [0] = 0;
  6932. | return test_array [0];
  6933. |
  6934. | ;
  6935. | return 0;
  6936. | }
  6937. configure:15059: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6938. conftest.c:140:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long long') vs 'rbcv_conftest_target_type' (aka 'int')
  6939. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6940. ^
  6941. conftest.c:139:37: note: previous declaration is here
  6942. extern rbcv_conftest_target_type rbcv_conftest_var;
  6943. ^
  6944. conftest.c:142:38: error: conflicting types for 'rbcv_conftest_func'
  6945. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6946. ^
  6947. conftest.c:141:37: note: previous declaration is here
  6948. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6949. ^
  6950. conftest.c:147:24: error: 'test_array' declared as an array with a negative size
  6951. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6952. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6953. 3 errors generated.
  6954. configure:15059: $? = 1
  6955. configure: failed program was:
  6956. | /* confdefs.h */
  6957. | #define PACKAGE_NAME ""
  6958. | #define PACKAGE_TARNAME ""
  6959. | #define PACKAGE_VERSION ""
  6960. | #define PACKAGE_STRING ""
  6961. | #define PACKAGE_BUGREPORT ""
  6962. | #define PACKAGE_URL ""
  6963. | #define STDC_HEADERS 1
  6964. | #define HAVE_SYS_TYPES_H 1
  6965. | #define HAVE_SYS_STAT_H 1
  6966. | #define HAVE_STDLIB_H 1
  6967. | #define HAVE_STRING_H 1
  6968. | #define HAVE_MEMORY_H 1
  6969. | #define HAVE_STRINGS_H 1
  6970. | #define HAVE_INTTYPES_H 1
  6971. | #define HAVE_STDINT_H 1
  6972. | #define HAVE_UNISTD_H 1
  6973. | #define __EXTENSIONS__ 1
  6974. | #define _ALL_SOURCE 1
  6975. | #define _GNU_SOURCE 1
  6976. | #define _POSIX_PTHREAD_SEMANTICS 1
  6977. | #define _TANDEM_SOURCE 1
  6978. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6979. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6980. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  6981. | #define BROKEN_CRYPT 1
  6982. | #define HAVE_CRT_EXTERNS_H 1
  6983. | #define HAVE_LIBDL 1
  6984. | #define HAVE_DIRENT_H 1
  6985. | #define HAVE__BOOL 1
  6986. | #define HAVE_STDBOOL_H 1
  6987. | #define HAVE_SYS_WAIT_H 1
  6988. | #define HAVE_GRP_H 1
  6989. | #define HAVE_FCNTL_H 1
  6990. | #define HAVE_FLOAT_H 1
  6991. | #define HAVE_LANGINFO_H 1
  6992. | #define HAVE_LIMITS_H 1
  6993. | #define HAVE_LOCALE_H 1
  6994. | #define HAVE_MALLOC_MALLOC_H 1
  6995. | #define HAVE_PWD_H 1
  6996. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  6997. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  6998. | #define HAVE_STDALIGN_H 1
  6999. | #define HAVE_SYS_ATTR_H 1
  7000. | #define HAVE_SYS_FCNTL_H 1
  7001. | #define HAVE_SYS_FILE_H 1
  7002. | #define HAVE_SYS_IOCTL_H 1
  7003. | #define HAVE_SYS_PARAM_H 1
  7004. | #define HAVE_SYS_RESOURCE_H 1
  7005. | #define HAVE_SYS_SELECT_H 1
  7006. | #define HAVE_SYS_SOCKET_H 1
  7007. | #define HAVE_SYS_TIME_H 1
  7008. | #define HAVE_SYS_TIMES_H 1
  7009. | #define HAVE_SYS_UIO_H 1
  7010. | #define HAVE_TIME_H 1
  7011. | #define HAVE_UCONTEXT_H 1
  7012. | #define HAVE_UTIME_H 1
  7013. | #define HAVE_GMP_H 1
  7014. | #define HAVE_LIBGMP 1
  7015. | #define HAVE_TYPEOF 1
  7016. | #define HAVE_LONG_LONG 1
  7017. | #define HAVE_OFF_T 1
  7018. | #define SIZEOF_INT 4
  7019. | #define SIZEOF_SHORT 2
  7020. | #define SIZEOF_LONG 8
  7021. | #define SIZEOF_LONG_LONG 8
  7022. | #define SIZEOF___INT64 0
  7023. | #define SIZEOF___INT128 16
  7024. | #define SIZEOF_OFF_T 8
  7025. | #define SIZEOF_VOIDP 8
  7026. | #define SIZEOF_FLOAT 4
  7027. | #define SIZEOF_DOUBLE 8
  7028. | #define SIZEOF_TIME_T 8
  7029. | #define SIZEOF_CLOCK_T 8
  7030. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7031. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7032. | #define PRI_LL_PREFIX "ll"
  7033. | #define HAVE_PID_T 1
  7034. | #define rb_pid_t pid_t
  7035. | #define SIGNEDNESS_OF_PID_T -1
  7036. | #define PIDT2NUM(v) INT2NUM(v)
  7037. | #define NUM2PIDT(v) NUM2INT(v)
  7038. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7039. | #define HAVE_UID_T 1
  7040. | #define rb_uid_t uid_t
  7041. | #define SIGNEDNESS_OF_UID_T +1
  7042. | #define UIDT2NUM(v) UINT2NUM(v)
  7043. | #define NUM2UIDT(v) NUM2UINT(v)
  7044. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7045. | #define HAVE_GID_T 1
  7046. | #define rb_gid_t gid_t
  7047. | #define SIGNEDNESS_OF_GID_T +1
  7048. | #define GIDT2NUM(v) UINT2NUM(v)
  7049. | #define NUM2GIDT(v) NUM2UINT(v)
  7050. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7051. | #define HAVE_TIME_T 1
  7052. | #define rb_time_t time_t
  7053. | #define SIGNEDNESS_OF_TIME_T -1
  7054. | #define TIMET2NUM(v) LONG2NUM(v)
  7055. | #define NUM2TIMET(v) NUM2LONG(v)
  7056. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7057. | #define HAVE_DEV_T 1
  7058. | /* end confdefs.h. */
  7059. | #include <stdio.h>
  7060. | #ifdef HAVE_SYS_TYPES_H
  7061. | # include <sys/types.h>
  7062. | #endif
  7063. | #ifdef HAVE_SYS_STAT_H
  7064. | # include <sys/stat.h>
  7065. | #endif
  7066. | #ifdef STDC_HEADERS
  7067. | # include <stdlib.h>
  7068. | # include <stddef.h>
  7069. | #else
  7070. | # ifdef HAVE_STDLIB_H
  7071. | # include <stdlib.h>
  7072. | # endif
  7073. | #endif
  7074. | #ifdef HAVE_STRING_H
  7075. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7076. | # include <memory.h>
  7077. | # endif
  7078. | # include <string.h>
  7079. | #endif
  7080. | #ifdef HAVE_STRINGS_H
  7081. | # include <strings.h>
  7082. | #endif
  7083. | #ifdef HAVE_INTTYPES_H
  7084. | # include <inttypes.h>
  7085. | #endif
  7086. | #ifdef HAVE_STDINT_H
  7087. | # include <stdint.h>
  7088. | #endif
  7089. | #ifdef HAVE_UNISTD_H
  7090. | # include <unistd.h>
  7091. | #endif
  7092. | typedef dev_t rbcv_conftest_target_type;
  7093. | typedef long long rbcv_conftest_replace_type;
  7094. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7095. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7096. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7097. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7098. |
  7099. | int
  7100. | main ()
  7101. | {
  7102. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7103. | test_array [0] = 0;
  7104. | return test_array [0];
  7105. |
  7106. | ;
  7107. | return 0;
  7108. | }
  7109. configure:15059: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7110. conftest.c:140:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  7111. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7112. ^
  7113. conftest.c:139:37: note: previous declaration is here
  7114. extern rbcv_conftest_target_type rbcv_conftest_var;
  7115. ^
  7116. conftest.c:142:38: error: conflicting types for 'rbcv_conftest_func'
  7117. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7118. ^
  7119. conftest.c:141:37: note: previous declaration is here
  7120. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7121. ^
  7122. conftest.c:147:24: error: 'test_array' declared as an array with a negative size
  7123. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7124. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7125. 3 errors generated.
  7126. configure:15059: $? = 1
  7127. configure: failed program was:
  7128. | /* confdefs.h */
  7129. | #define PACKAGE_NAME ""
  7130. | #define PACKAGE_TARNAME ""
  7131. | #define PACKAGE_VERSION ""
  7132. | #define PACKAGE_STRING ""
  7133. | #define PACKAGE_BUGREPORT ""
  7134. | #define PACKAGE_URL ""
  7135. | #define STDC_HEADERS 1
  7136. | #define HAVE_SYS_TYPES_H 1
  7137. | #define HAVE_SYS_STAT_H 1
  7138. | #define HAVE_STDLIB_H 1
  7139. | #define HAVE_STRING_H 1
  7140. | #define HAVE_MEMORY_H 1
  7141. | #define HAVE_STRINGS_H 1
  7142. | #define HAVE_INTTYPES_H 1
  7143. | #define HAVE_STDINT_H 1
  7144. | #define HAVE_UNISTD_H 1
  7145. | #define __EXTENSIONS__ 1
  7146. | #define _ALL_SOURCE 1
  7147. | #define _GNU_SOURCE 1
  7148. | #define _POSIX_PTHREAD_SEMANTICS 1
  7149. | #define _TANDEM_SOURCE 1
  7150. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7151. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7152. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7153. | #define BROKEN_CRYPT 1
  7154. | #define HAVE_CRT_EXTERNS_H 1
  7155. | #define HAVE_LIBDL 1
  7156. | #define HAVE_DIRENT_H 1
  7157. | #define HAVE__BOOL 1
  7158. | #define HAVE_STDBOOL_H 1
  7159. | #define HAVE_SYS_WAIT_H 1
  7160. | #define HAVE_GRP_H 1
  7161. | #define HAVE_FCNTL_H 1
  7162. | #define HAVE_FLOAT_H 1
  7163. | #define HAVE_LANGINFO_H 1
  7164. | #define HAVE_LIMITS_H 1
  7165. | #define HAVE_LOCALE_H 1
  7166. | #define HAVE_MALLOC_MALLOC_H 1
  7167. | #define HAVE_PWD_H 1
  7168. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7169. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7170. | #define HAVE_STDALIGN_H 1
  7171. | #define HAVE_SYS_ATTR_H 1
  7172. | #define HAVE_SYS_FCNTL_H 1
  7173. | #define HAVE_SYS_FILE_H 1
  7174. | #define HAVE_SYS_IOCTL_H 1
  7175. | #define HAVE_SYS_PARAM_H 1
  7176. | #define HAVE_SYS_RESOURCE_H 1
  7177. | #define HAVE_SYS_SELECT_H 1
  7178. | #define HAVE_SYS_SOCKET_H 1
  7179. | #define HAVE_SYS_TIME_H 1
  7180. | #define HAVE_SYS_TIMES_H 1
  7181. | #define HAVE_SYS_UIO_H 1
  7182. | #define HAVE_TIME_H 1
  7183. | #define HAVE_UCONTEXT_H 1
  7184. | #define HAVE_UTIME_H 1
  7185. | #define HAVE_GMP_H 1
  7186. | #define HAVE_LIBGMP 1
  7187. | #define HAVE_TYPEOF 1
  7188. | #define HAVE_LONG_LONG 1
  7189. | #define HAVE_OFF_T 1
  7190. | #define SIZEOF_INT 4
  7191. | #define SIZEOF_SHORT 2
  7192. | #define SIZEOF_LONG 8
  7193. | #define SIZEOF_LONG_LONG 8
  7194. | #define SIZEOF___INT64 0
  7195. | #define SIZEOF___INT128 16
  7196. | #define SIZEOF_OFF_T 8
  7197. | #define SIZEOF_VOIDP 8
  7198. | #define SIZEOF_FLOAT 4
  7199. | #define SIZEOF_DOUBLE 8
  7200. | #define SIZEOF_TIME_T 8
  7201. | #define SIZEOF_CLOCK_T 8
  7202. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7203. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7204. | #define PRI_LL_PREFIX "ll"
  7205. | #define HAVE_PID_T 1
  7206. | #define rb_pid_t pid_t
  7207. | #define SIGNEDNESS_OF_PID_T -1
  7208. | #define PIDT2NUM(v) INT2NUM(v)
  7209. | #define NUM2PIDT(v) NUM2INT(v)
  7210. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7211. | #define HAVE_UID_T 1
  7212. | #define rb_uid_t uid_t
  7213. | #define SIGNEDNESS_OF_UID_T +1
  7214. | #define UIDT2NUM(v) UINT2NUM(v)
  7215. | #define NUM2UIDT(v) NUM2UINT(v)
  7216. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7217. | #define HAVE_GID_T 1
  7218. | #define rb_gid_t gid_t
  7219. | #define SIGNEDNESS_OF_GID_T +1
  7220. | #define GIDT2NUM(v) UINT2NUM(v)
  7221. | #define NUM2GIDT(v) NUM2UINT(v)
  7222. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7223. | #define HAVE_TIME_T 1
  7224. | #define rb_time_t time_t
  7225. | #define SIGNEDNESS_OF_TIME_T -1
  7226. | #define TIMET2NUM(v) LONG2NUM(v)
  7227. | #define NUM2TIMET(v) NUM2LONG(v)
  7228. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7229. | #define HAVE_DEV_T 1
  7230. | /* end confdefs.h. */
  7231. | #include <stdio.h>
  7232. | #ifdef HAVE_SYS_TYPES_H
  7233. | # include <sys/types.h>
  7234. | #endif
  7235. | #ifdef HAVE_SYS_STAT_H
  7236. | # include <sys/stat.h>
  7237. | #endif
  7238. | #ifdef STDC_HEADERS
  7239. | # include <stdlib.h>
  7240. | # include <stddef.h>
  7241. | #else
  7242. | # ifdef HAVE_STDLIB_H
  7243. | # include <stdlib.h>
  7244. | # endif
  7245. | #endif
  7246. | #ifdef HAVE_STRING_H
  7247. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7248. | # include <memory.h>
  7249. | # endif
  7250. | # include <string.h>
  7251. | #endif
  7252. | #ifdef HAVE_STRINGS_H
  7253. | # include <strings.h>
  7254. | #endif
  7255. | #ifdef HAVE_INTTYPES_H
  7256. | # include <inttypes.h>
  7257. | #endif
  7258. | #ifdef HAVE_STDINT_H
  7259. | # include <stdint.h>
  7260. | #endif
  7261. | #ifdef HAVE_UNISTD_H
  7262. | # include <unistd.h>
  7263. | #endif
  7264. | typedef dev_t rbcv_conftest_target_type;
  7265. | typedef long rbcv_conftest_replace_type;
  7266. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7267. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7268. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7269. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7270. |
  7271. | int
  7272. | main ()
  7273. | {
  7274. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7275. | test_array [0] = 0;
  7276. | return test_array [0];
  7277. |
  7278. | ;
  7279. | return 0;
  7280. | }
  7281. configure:15059: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7282. configure:15059: $? = 0
  7283. configure:15082: result: INT
  7284. configure:15135: checking for mode_t
  7285. configure:15135: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7286. configure:15135: $? = 0
  7287. configure:15135: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7288. conftest.c:114:21: error: expected expression
  7289. if (sizeof ((mode_t)))
  7290. ^
  7291. 1 error generated.
  7292. configure:15135: $? = 1
  7293. configure: failed program was:
  7294. | /* confdefs.h */
  7295. | #define PACKAGE_NAME ""
  7296. | #define PACKAGE_TARNAME ""
  7297. | #define PACKAGE_VERSION ""
  7298. | #define PACKAGE_STRING ""
  7299. | #define PACKAGE_BUGREPORT ""
  7300. | #define PACKAGE_URL ""
  7301. | #define STDC_HEADERS 1
  7302. | #define HAVE_SYS_TYPES_H 1
  7303. | #define HAVE_SYS_STAT_H 1
  7304. | #define HAVE_STDLIB_H 1
  7305. | #define HAVE_STRING_H 1
  7306. | #define HAVE_MEMORY_H 1
  7307. | #define HAVE_STRINGS_H 1
  7308. | #define HAVE_INTTYPES_H 1
  7309. | #define HAVE_STDINT_H 1
  7310. | #define HAVE_UNISTD_H 1
  7311. | #define __EXTENSIONS__ 1
  7312. | #define _ALL_SOURCE 1
  7313. | #define _GNU_SOURCE 1
  7314. | #define _POSIX_PTHREAD_SEMANTICS 1
  7315. | #define _TANDEM_SOURCE 1
  7316. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7317. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7318. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7319. | #define BROKEN_CRYPT 1
  7320. | #define HAVE_CRT_EXTERNS_H 1
  7321. | #define HAVE_LIBDL 1
  7322. | #define HAVE_DIRENT_H 1
  7323. | #define HAVE__BOOL 1
  7324. | #define HAVE_STDBOOL_H 1
  7325. | #define HAVE_SYS_WAIT_H 1
  7326. | #define HAVE_GRP_H 1
  7327. | #define HAVE_FCNTL_H 1
  7328. | #define HAVE_FLOAT_H 1
  7329. | #define HAVE_LANGINFO_H 1
  7330. | #define HAVE_LIMITS_H 1
  7331. | #define HAVE_LOCALE_H 1
  7332. | #define HAVE_MALLOC_MALLOC_H 1
  7333. | #define HAVE_PWD_H 1
  7334. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7335. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7336. | #define HAVE_STDALIGN_H 1
  7337. | #define HAVE_SYS_ATTR_H 1
  7338. | #define HAVE_SYS_FCNTL_H 1
  7339. | #define HAVE_SYS_FILE_H 1
  7340. | #define HAVE_SYS_IOCTL_H 1
  7341. | #define HAVE_SYS_PARAM_H 1
  7342. | #define HAVE_SYS_RESOURCE_H 1
  7343. | #define HAVE_SYS_SELECT_H 1
  7344. | #define HAVE_SYS_SOCKET_H 1
  7345. | #define HAVE_SYS_TIME_H 1
  7346. | #define HAVE_SYS_TIMES_H 1
  7347. | #define HAVE_SYS_UIO_H 1
  7348. | #define HAVE_TIME_H 1
  7349. | #define HAVE_UCONTEXT_H 1
  7350. | #define HAVE_UTIME_H 1
  7351. | #define HAVE_GMP_H 1
  7352. | #define HAVE_LIBGMP 1
  7353. | #define HAVE_TYPEOF 1
  7354. | #define HAVE_LONG_LONG 1
  7355. | #define HAVE_OFF_T 1
  7356. | #define SIZEOF_INT 4
  7357. | #define SIZEOF_SHORT 2
  7358. | #define SIZEOF_LONG 8
  7359. | #define SIZEOF_LONG_LONG 8
  7360. | #define SIZEOF___INT64 0
  7361. | #define SIZEOF___INT128 16
  7362. | #define SIZEOF_OFF_T 8
  7363. | #define SIZEOF_VOIDP 8
  7364. | #define SIZEOF_FLOAT 4
  7365. | #define SIZEOF_DOUBLE 8
  7366. | #define SIZEOF_TIME_T 8
  7367. | #define SIZEOF_CLOCK_T 8
  7368. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7369. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7370. | #define PRI_LL_PREFIX "ll"
  7371. | #define HAVE_PID_T 1
  7372. | #define rb_pid_t pid_t
  7373. | #define SIGNEDNESS_OF_PID_T -1
  7374. | #define PIDT2NUM(v) INT2NUM(v)
  7375. | #define NUM2PIDT(v) NUM2INT(v)
  7376. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7377. | #define HAVE_UID_T 1
  7378. | #define rb_uid_t uid_t
  7379. | #define SIGNEDNESS_OF_UID_T +1
  7380. | #define UIDT2NUM(v) UINT2NUM(v)
  7381. | #define NUM2UIDT(v) NUM2UINT(v)
  7382. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7383. | #define HAVE_GID_T 1
  7384. | #define rb_gid_t gid_t
  7385. | #define SIGNEDNESS_OF_GID_T +1
  7386. | #define GIDT2NUM(v) UINT2NUM(v)
  7387. | #define NUM2GIDT(v) NUM2UINT(v)
  7388. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7389. | #define HAVE_TIME_T 1
  7390. | #define rb_time_t time_t
  7391. | #define SIGNEDNESS_OF_TIME_T -1
  7392. | #define TIMET2NUM(v) LONG2NUM(v)
  7393. | #define NUM2TIMET(v) NUM2LONG(v)
  7394. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7395. | #define HAVE_DEV_T 1
  7396. | #define rb_dev_t dev_t
  7397. | #define SIGNEDNESS_OF_DEV_T -1
  7398. | #define DEVT2NUM(v) INT2NUM(v)
  7399. | #define NUM2DEVT(v) NUM2INT(v)
  7400. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7401. | /* end confdefs.h. */
  7402. | #include <sys/stat.h>
  7403. |
  7404. | int
  7405. | main ()
  7406. | {
  7407. | if (sizeof ((mode_t)))
  7408. | return 0;
  7409. | ;
  7410. | return 0;
  7411. | }
  7412. configure:15135: result: yes
  7413. configure:15148: checking for convertible type of mode_t
  7414. configure:15177: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7415. configure:15177: $? = 0
  7416. configure:15208: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7417. conftest.c:115:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7418. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7419. ^
  7420. conftest.c:114:37: note: previous declaration is here
  7421. extern rbcv_conftest_target_type rbcv_conftest_var;
  7422. ^
  7423. conftest.c:117:38: error: conflicting types for 'rbcv_conftest_func'
  7424. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7425. ^
  7426. conftest.c:116:37: note: previous declaration is here
  7427. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7428. ^
  7429. conftest.c:122:24: error: 'test_array' declared as an array with a negative size
  7430. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7431. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7432. 3 errors generated.
  7433. configure:15208: $? = 1
  7434. configure: failed program was:
  7435. | /* confdefs.h */
  7436. | #define PACKAGE_NAME ""
  7437. | #define PACKAGE_TARNAME ""
  7438. | #define PACKAGE_VERSION ""
  7439. | #define PACKAGE_STRING ""
  7440. | #define PACKAGE_BUGREPORT ""
  7441. | #define PACKAGE_URL ""
  7442. | #define STDC_HEADERS 1
  7443. | #define HAVE_SYS_TYPES_H 1
  7444. | #define HAVE_SYS_STAT_H 1
  7445. | #define HAVE_STDLIB_H 1
  7446. | #define HAVE_STRING_H 1
  7447. | #define HAVE_MEMORY_H 1
  7448. | #define HAVE_STRINGS_H 1
  7449. | #define HAVE_INTTYPES_H 1
  7450. | #define HAVE_STDINT_H 1
  7451. | #define HAVE_UNISTD_H 1
  7452. | #define __EXTENSIONS__ 1
  7453. | #define _ALL_SOURCE 1
  7454. | #define _GNU_SOURCE 1
  7455. | #define _POSIX_PTHREAD_SEMANTICS 1
  7456. | #define _TANDEM_SOURCE 1
  7457. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7458. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7459. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7460. | #define BROKEN_CRYPT 1
  7461. | #define HAVE_CRT_EXTERNS_H 1
  7462. | #define HAVE_LIBDL 1
  7463. | #define HAVE_DIRENT_H 1
  7464. | #define HAVE__BOOL 1
  7465. | #define HAVE_STDBOOL_H 1
  7466. | #define HAVE_SYS_WAIT_H 1
  7467. | #define HAVE_GRP_H 1
  7468. | #define HAVE_FCNTL_H 1
  7469. | #define HAVE_FLOAT_H 1
  7470. | #define HAVE_LANGINFO_H 1
  7471. | #define HAVE_LIMITS_H 1
  7472. | #define HAVE_LOCALE_H 1
  7473. | #define HAVE_MALLOC_MALLOC_H 1
  7474. | #define HAVE_PWD_H 1
  7475. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7476. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7477. | #define HAVE_STDALIGN_H 1
  7478. | #define HAVE_SYS_ATTR_H 1
  7479. | #define HAVE_SYS_FCNTL_H 1
  7480. | #define HAVE_SYS_FILE_H 1
  7481. | #define HAVE_SYS_IOCTL_H 1
  7482. | #define HAVE_SYS_PARAM_H 1
  7483. | #define HAVE_SYS_RESOURCE_H 1
  7484. | #define HAVE_SYS_SELECT_H 1
  7485. | #define HAVE_SYS_SOCKET_H 1
  7486. | #define HAVE_SYS_TIME_H 1
  7487. | #define HAVE_SYS_TIMES_H 1
  7488. | #define HAVE_SYS_UIO_H 1
  7489. | #define HAVE_TIME_H 1
  7490. | #define HAVE_UCONTEXT_H 1
  7491. | #define HAVE_UTIME_H 1
  7492. | #define HAVE_GMP_H 1
  7493. | #define HAVE_LIBGMP 1
  7494. | #define HAVE_TYPEOF 1
  7495. | #define HAVE_LONG_LONG 1
  7496. | #define HAVE_OFF_T 1
  7497. | #define SIZEOF_INT 4
  7498. | #define SIZEOF_SHORT 2
  7499. | #define SIZEOF_LONG 8
  7500. | #define SIZEOF_LONG_LONG 8
  7501. | #define SIZEOF___INT64 0
  7502. | #define SIZEOF___INT128 16
  7503. | #define SIZEOF_OFF_T 8
  7504. | #define SIZEOF_VOIDP 8
  7505. | #define SIZEOF_FLOAT 4
  7506. | #define SIZEOF_DOUBLE 8
  7507. | #define SIZEOF_TIME_T 8
  7508. | #define SIZEOF_CLOCK_T 8
  7509. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7510. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7511. | #define PRI_LL_PREFIX "ll"
  7512. | #define HAVE_PID_T 1
  7513. | #define rb_pid_t pid_t
  7514. | #define SIGNEDNESS_OF_PID_T -1
  7515. | #define PIDT2NUM(v) INT2NUM(v)
  7516. | #define NUM2PIDT(v) NUM2INT(v)
  7517. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7518. | #define HAVE_UID_T 1
  7519. | #define rb_uid_t uid_t
  7520. | #define SIGNEDNESS_OF_UID_T +1
  7521. | #define UIDT2NUM(v) UINT2NUM(v)
  7522. | #define NUM2UIDT(v) NUM2UINT(v)
  7523. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7524. | #define HAVE_GID_T 1
  7525. | #define rb_gid_t gid_t
  7526. | #define SIGNEDNESS_OF_GID_T +1
  7527. | #define GIDT2NUM(v) UINT2NUM(v)
  7528. | #define NUM2GIDT(v) NUM2UINT(v)
  7529. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7530. | #define HAVE_TIME_T 1
  7531. | #define rb_time_t time_t
  7532. | #define SIGNEDNESS_OF_TIME_T -1
  7533. | #define TIMET2NUM(v) LONG2NUM(v)
  7534. | #define NUM2TIMET(v) NUM2LONG(v)
  7535. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7536. | #define HAVE_DEV_T 1
  7537. | #define rb_dev_t dev_t
  7538. | #define SIGNEDNESS_OF_DEV_T -1
  7539. | #define DEVT2NUM(v) INT2NUM(v)
  7540. | #define NUM2DEVT(v) NUM2INT(v)
  7541. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7542. | #define HAVE_MODE_T 1
  7543. | /* end confdefs.h. */
  7544. | #include <sys/stat.h>
  7545. |
  7546. | typedef mode_t rbcv_conftest_target_type;
  7547. | typedef unsigned long long rbcv_conftest_replace_type;
  7548. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7549. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7550. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7551. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7552. |
  7553. | int
  7554. | main ()
  7555. | {
  7556. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7557. | test_array [0] = 0;
  7558. | return test_array [0];
  7559. |
  7560. | ;
  7561. | return 0;
  7562. | }
  7563. configure:15208: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7564. conftest.c:115:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7565. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7566. ^
  7567. conftest.c:114:37: note: previous declaration is here
  7568. extern rbcv_conftest_target_type rbcv_conftest_var;
  7569. ^
  7570. conftest.c:117:38: error: conflicting types for 'rbcv_conftest_func'
  7571. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7572. ^
  7573. conftest.c:116:37: note: previous declaration is here
  7574. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7575. ^
  7576. conftest.c:122:24: error: 'test_array' declared as an array with a negative size
  7577. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7578. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7579. 3 errors generated.
  7580. configure:15208: $? = 1
  7581. configure: failed program was:
  7582. | /* confdefs.h */
  7583. | #define PACKAGE_NAME ""
  7584. | #define PACKAGE_TARNAME ""
  7585. | #define PACKAGE_VERSION ""
  7586. | #define PACKAGE_STRING ""
  7587. | #define PACKAGE_BUGREPORT ""
  7588. | #define PACKAGE_URL ""
  7589. | #define STDC_HEADERS 1
  7590. | #define HAVE_SYS_TYPES_H 1
  7591. | #define HAVE_SYS_STAT_H 1
  7592. | #define HAVE_STDLIB_H 1
  7593. | #define HAVE_STRING_H 1
  7594. | #define HAVE_MEMORY_H 1
  7595. | #define HAVE_STRINGS_H 1
  7596. | #define HAVE_INTTYPES_H 1
  7597. | #define HAVE_STDINT_H 1
  7598. | #define HAVE_UNISTD_H 1
  7599. | #define __EXTENSIONS__ 1
  7600. | #define _ALL_SOURCE 1
  7601. | #define _GNU_SOURCE 1
  7602. | #define _POSIX_PTHREAD_SEMANTICS 1
  7603. | #define _TANDEM_SOURCE 1
  7604. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7605. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7606. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7607. | #define BROKEN_CRYPT 1
  7608. | #define HAVE_CRT_EXTERNS_H 1
  7609. | #define HAVE_LIBDL 1
  7610. | #define HAVE_DIRENT_H 1
  7611. | #define HAVE__BOOL 1
  7612. | #define HAVE_STDBOOL_H 1
  7613. | #define HAVE_SYS_WAIT_H 1
  7614. | #define HAVE_GRP_H 1
  7615. | #define HAVE_FCNTL_H 1
  7616. | #define HAVE_FLOAT_H 1
  7617. | #define HAVE_LANGINFO_H 1
  7618. | #define HAVE_LIMITS_H 1
  7619. | #define HAVE_LOCALE_H 1
  7620. | #define HAVE_MALLOC_MALLOC_H 1
  7621. | #define HAVE_PWD_H 1
  7622. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7623. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7624. | #define HAVE_STDALIGN_H 1
  7625. | #define HAVE_SYS_ATTR_H 1
  7626. | #define HAVE_SYS_FCNTL_H 1
  7627. | #define HAVE_SYS_FILE_H 1
  7628. | #define HAVE_SYS_IOCTL_H 1
  7629. | #define HAVE_SYS_PARAM_H 1
  7630. | #define HAVE_SYS_RESOURCE_H 1
  7631. | #define HAVE_SYS_SELECT_H 1
  7632. | #define HAVE_SYS_SOCKET_H 1
  7633. | #define HAVE_SYS_TIME_H 1
  7634. | #define HAVE_SYS_TIMES_H 1
  7635. | #define HAVE_SYS_UIO_H 1
  7636. | #define HAVE_TIME_H 1
  7637. | #define HAVE_UCONTEXT_H 1
  7638. | #define HAVE_UTIME_H 1
  7639. | #define HAVE_GMP_H 1
  7640. | #define HAVE_LIBGMP 1
  7641. | #define HAVE_TYPEOF 1
  7642. | #define HAVE_LONG_LONG 1
  7643. | #define HAVE_OFF_T 1
  7644. | #define SIZEOF_INT 4
  7645. | #define SIZEOF_SHORT 2
  7646. | #define SIZEOF_LONG 8
  7647. | #define SIZEOF_LONG_LONG 8
  7648. | #define SIZEOF___INT64 0
  7649. | #define SIZEOF___INT128 16
  7650. | #define SIZEOF_OFF_T 8
  7651. | #define SIZEOF_VOIDP 8
  7652. | #define SIZEOF_FLOAT 4
  7653. | #define SIZEOF_DOUBLE 8
  7654. | #define SIZEOF_TIME_T 8
  7655. | #define SIZEOF_CLOCK_T 8
  7656. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7657. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7658. | #define PRI_LL_PREFIX "ll"
  7659. | #define HAVE_PID_T 1
  7660. | #define rb_pid_t pid_t
  7661. | #define SIGNEDNESS_OF_PID_T -1
  7662. | #define PIDT2NUM(v) INT2NUM(v)
  7663. | #define NUM2PIDT(v) NUM2INT(v)
  7664. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7665. | #define HAVE_UID_T 1
  7666. | #define rb_uid_t uid_t
  7667. | #define SIGNEDNESS_OF_UID_T +1
  7668. | #define UIDT2NUM(v) UINT2NUM(v)
  7669. | #define NUM2UIDT(v) NUM2UINT(v)
  7670. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7671. | #define HAVE_GID_T 1
  7672. | #define rb_gid_t gid_t
  7673. | #define SIGNEDNESS_OF_GID_T +1
  7674. | #define GIDT2NUM(v) UINT2NUM(v)
  7675. | #define NUM2GIDT(v) NUM2UINT(v)
  7676. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7677. | #define HAVE_TIME_T 1
  7678. | #define rb_time_t time_t
  7679. | #define SIGNEDNESS_OF_TIME_T -1
  7680. | #define TIMET2NUM(v) LONG2NUM(v)
  7681. | #define NUM2TIMET(v) NUM2LONG(v)
  7682. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7683. | #define HAVE_DEV_T 1
  7684. | #define rb_dev_t dev_t
  7685. | #define SIGNEDNESS_OF_DEV_T -1
  7686. | #define DEVT2NUM(v) INT2NUM(v)
  7687. | #define NUM2DEVT(v) NUM2INT(v)
  7688. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7689. | #define HAVE_MODE_T 1
  7690. | /* end confdefs.h. */
  7691. | #include <sys/stat.h>
  7692. |
  7693. | typedef mode_t rbcv_conftest_target_type;
  7694. | typedef unsigned long rbcv_conftest_replace_type;
  7695. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7696. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7697. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7698. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7699. |
  7700. | int
  7701. | main ()
  7702. | {
  7703. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7704. | test_array [0] = 0;
  7705. | return test_array [0];
  7706. |
  7707. | ;
  7708. | return 0;
  7709. | }
  7710. configure:15208: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7711. conftest.c:115:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned int') vs 'rbcv_conftest_target_type' (aka 'unsigned short')
  7712. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7713. ^
  7714. conftest.c:114:37: note: previous declaration is here
  7715. extern rbcv_conftest_target_type rbcv_conftest_var;
  7716. ^
  7717. conftest.c:117:38: error: conflicting types for 'rbcv_conftest_func'
  7718. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7719. ^
  7720. conftest.c:116:37: note: previous declaration is here
  7721. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7722. ^
  7723. conftest.c:122:24: error: 'test_array' declared as an array with a negative size
  7724. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7725. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7726. 3 errors generated.
  7727. configure:15208: $? = 1
  7728. configure: failed program was:
  7729. | /* confdefs.h */
  7730. | #define PACKAGE_NAME ""
  7731. | #define PACKAGE_TARNAME ""
  7732. | #define PACKAGE_VERSION ""
  7733. | #define PACKAGE_STRING ""
  7734. | #define PACKAGE_BUGREPORT ""
  7735. | #define PACKAGE_URL ""
  7736. | #define STDC_HEADERS 1
  7737. | #define HAVE_SYS_TYPES_H 1
  7738. | #define HAVE_SYS_STAT_H 1
  7739. | #define HAVE_STDLIB_H 1
  7740. | #define HAVE_STRING_H 1
  7741. | #define HAVE_MEMORY_H 1
  7742. | #define HAVE_STRINGS_H 1
  7743. | #define HAVE_INTTYPES_H 1
  7744. | #define HAVE_STDINT_H 1
  7745. | #define HAVE_UNISTD_H 1
  7746. | #define __EXTENSIONS__ 1
  7747. | #define _ALL_SOURCE 1
  7748. | #define _GNU_SOURCE 1
  7749. | #define _POSIX_PTHREAD_SEMANTICS 1
  7750. | #define _TANDEM_SOURCE 1
  7751. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7752. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7753. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7754. | #define BROKEN_CRYPT 1
  7755. | #define HAVE_CRT_EXTERNS_H 1
  7756. | #define HAVE_LIBDL 1
  7757. | #define HAVE_DIRENT_H 1
  7758. | #define HAVE__BOOL 1
  7759. | #define HAVE_STDBOOL_H 1
  7760. | #define HAVE_SYS_WAIT_H 1
  7761. | #define HAVE_GRP_H 1
  7762. | #define HAVE_FCNTL_H 1
  7763. | #define HAVE_FLOAT_H 1
  7764. | #define HAVE_LANGINFO_H 1
  7765. | #define HAVE_LIMITS_H 1
  7766. | #define HAVE_LOCALE_H 1
  7767. | #define HAVE_MALLOC_MALLOC_H 1
  7768. | #define HAVE_PWD_H 1
  7769. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7770. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7771. | #define HAVE_STDALIGN_H 1
  7772. | #define HAVE_SYS_ATTR_H 1
  7773. | #define HAVE_SYS_FCNTL_H 1
  7774. | #define HAVE_SYS_FILE_H 1
  7775. | #define HAVE_SYS_IOCTL_H 1
  7776. | #define HAVE_SYS_PARAM_H 1
  7777. | #define HAVE_SYS_RESOURCE_H 1
  7778. | #define HAVE_SYS_SELECT_H 1
  7779. | #define HAVE_SYS_SOCKET_H 1
  7780. | #define HAVE_SYS_TIME_H 1
  7781. | #define HAVE_SYS_TIMES_H 1
  7782. | #define HAVE_SYS_UIO_H 1
  7783. | #define HAVE_TIME_H 1
  7784. | #define HAVE_UCONTEXT_H 1
  7785. | #define HAVE_UTIME_H 1
  7786. | #define HAVE_GMP_H 1
  7787. | #define HAVE_LIBGMP 1
  7788. | #define HAVE_TYPEOF 1
  7789. | #define HAVE_LONG_LONG 1
  7790. | #define HAVE_OFF_T 1
  7791. | #define SIZEOF_INT 4
  7792. | #define SIZEOF_SHORT 2
  7793. | #define SIZEOF_LONG 8
  7794. | #define SIZEOF_LONG_LONG 8
  7795. | #define SIZEOF___INT64 0
  7796. | #define SIZEOF___INT128 16
  7797. | #define SIZEOF_OFF_T 8
  7798. | #define SIZEOF_VOIDP 8
  7799. | #define SIZEOF_FLOAT 4
  7800. | #define SIZEOF_DOUBLE 8
  7801. | #define SIZEOF_TIME_T 8
  7802. | #define SIZEOF_CLOCK_T 8
  7803. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7804. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7805. | #define PRI_LL_PREFIX "ll"
  7806. | #define HAVE_PID_T 1
  7807. | #define rb_pid_t pid_t
  7808. | #define SIGNEDNESS_OF_PID_T -1
  7809. | #define PIDT2NUM(v) INT2NUM(v)
  7810. | #define NUM2PIDT(v) NUM2INT(v)
  7811. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7812. | #define HAVE_UID_T 1
  7813. | #define rb_uid_t uid_t
  7814. | #define SIGNEDNESS_OF_UID_T +1
  7815. | #define UIDT2NUM(v) UINT2NUM(v)
  7816. | #define NUM2UIDT(v) NUM2UINT(v)
  7817. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7818. | #define HAVE_GID_T 1
  7819. | #define rb_gid_t gid_t
  7820. | #define SIGNEDNESS_OF_GID_T +1
  7821. | #define GIDT2NUM(v) UINT2NUM(v)
  7822. | #define NUM2GIDT(v) NUM2UINT(v)
  7823. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7824. | #define HAVE_TIME_T 1
  7825. | #define rb_time_t time_t
  7826. | #define SIGNEDNESS_OF_TIME_T -1
  7827. | #define TIMET2NUM(v) LONG2NUM(v)
  7828. | #define NUM2TIMET(v) NUM2LONG(v)
  7829. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7830. | #define HAVE_DEV_T 1
  7831. | #define rb_dev_t dev_t
  7832. | #define SIGNEDNESS_OF_DEV_T -1
  7833. | #define DEVT2NUM(v) INT2NUM(v)
  7834. | #define NUM2DEVT(v) NUM2INT(v)
  7835. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7836. | #define HAVE_MODE_T 1
  7837. | /* end confdefs.h. */
  7838. | #include <sys/stat.h>
  7839. |
  7840. | typedef mode_t rbcv_conftest_target_type;
  7841. | typedef unsigned int rbcv_conftest_replace_type;
  7842. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7843. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7844. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7845. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7846. |
  7847. | int
  7848. | main ()
  7849. | {
  7850. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7851. | test_array [0] = 0;
  7852. | return test_array [0];
  7853. |
  7854. | ;
  7855. | return 0;
  7856. | }
  7857. configure:15208: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7858. configure:15208: $? = 0
  7859. configure:15231: result: USHORT
  7860. configure:15284: checking for rlim_t
  7861. configure:15284: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7862. configure:15284: $? = 0
  7863. configure:15284: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7864. conftest.c:128:21: error: expected expression
  7865. if (sizeof ((rlim_t)))
  7866. ^
  7867. 1 error generated.
  7868. configure:15284: $? = 1
  7869. configure: failed program was:
  7870. | /* confdefs.h */
  7871. | #define PACKAGE_NAME ""
  7872. | #define PACKAGE_TARNAME ""
  7873. | #define PACKAGE_VERSION ""
  7874. | #define PACKAGE_STRING ""
  7875. | #define PACKAGE_BUGREPORT ""
  7876. | #define PACKAGE_URL ""
  7877. | #define STDC_HEADERS 1
  7878. | #define HAVE_SYS_TYPES_H 1
  7879. | #define HAVE_SYS_STAT_H 1
  7880. | #define HAVE_STDLIB_H 1
  7881. | #define HAVE_STRING_H 1
  7882. | #define HAVE_MEMORY_H 1
  7883. | #define HAVE_STRINGS_H 1
  7884. | #define HAVE_INTTYPES_H 1
  7885. | #define HAVE_STDINT_H 1
  7886. | #define HAVE_UNISTD_H 1
  7887. | #define __EXTENSIONS__ 1
  7888. | #define _ALL_SOURCE 1
  7889. | #define _GNU_SOURCE 1
  7890. | #define _POSIX_PTHREAD_SEMANTICS 1
  7891. | #define _TANDEM_SOURCE 1
  7892. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7893. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7894. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  7895. | #define BROKEN_CRYPT 1
  7896. | #define HAVE_CRT_EXTERNS_H 1
  7897. | #define HAVE_LIBDL 1
  7898. | #define HAVE_DIRENT_H 1
  7899. | #define HAVE__BOOL 1
  7900. | #define HAVE_STDBOOL_H 1
  7901. | #define HAVE_SYS_WAIT_H 1
  7902. | #define HAVE_GRP_H 1
  7903. | #define HAVE_FCNTL_H 1
  7904. | #define HAVE_FLOAT_H 1
  7905. | #define HAVE_LANGINFO_H 1
  7906. | #define HAVE_LIMITS_H 1
  7907. | #define HAVE_LOCALE_H 1
  7908. | #define HAVE_MALLOC_MALLOC_H 1
  7909. | #define HAVE_PWD_H 1
  7910. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  7911. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  7912. | #define HAVE_STDALIGN_H 1
  7913. | #define HAVE_SYS_ATTR_H 1
  7914. | #define HAVE_SYS_FCNTL_H 1
  7915. | #define HAVE_SYS_FILE_H 1
  7916. | #define HAVE_SYS_IOCTL_H 1
  7917. | #define HAVE_SYS_PARAM_H 1
  7918. | #define HAVE_SYS_RESOURCE_H 1
  7919. | #define HAVE_SYS_SELECT_H 1
  7920. | #define HAVE_SYS_SOCKET_H 1
  7921. | #define HAVE_SYS_TIME_H 1
  7922. | #define HAVE_SYS_TIMES_H 1
  7923. | #define HAVE_SYS_UIO_H 1
  7924. | #define HAVE_TIME_H 1
  7925. | #define HAVE_UCONTEXT_H 1
  7926. | #define HAVE_UTIME_H 1
  7927. | #define HAVE_GMP_H 1
  7928. | #define HAVE_LIBGMP 1
  7929. | #define HAVE_TYPEOF 1
  7930. | #define HAVE_LONG_LONG 1
  7931. | #define HAVE_OFF_T 1
  7932. | #define SIZEOF_INT 4
  7933. | #define SIZEOF_SHORT 2
  7934. | #define SIZEOF_LONG 8
  7935. | #define SIZEOF_LONG_LONG 8
  7936. | #define SIZEOF___INT64 0
  7937. | #define SIZEOF___INT128 16
  7938. | #define SIZEOF_OFF_T 8
  7939. | #define SIZEOF_VOIDP 8
  7940. | #define SIZEOF_FLOAT 4
  7941. | #define SIZEOF_DOUBLE 8
  7942. | #define SIZEOF_TIME_T 8
  7943. | #define SIZEOF_CLOCK_T 8
  7944. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7945. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7946. | #define PRI_LL_PREFIX "ll"
  7947. | #define HAVE_PID_T 1
  7948. | #define rb_pid_t pid_t
  7949. | #define SIGNEDNESS_OF_PID_T -1
  7950. | #define PIDT2NUM(v) INT2NUM(v)
  7951. | #define NUM2PIDT(v) NUM2INT(v)
  7952. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7953. | #define HAVE_UID_T 1
  7954. | #define rb_uid_t uid_t
  7955. | #define SIGNEDNESS_OF_UID_T +1
  7956. | #define UIDT2NUM(v) UINT2NUM(v)
  7957. | #define NUM2UIDT(v) NUM2UINT(v)
  7958. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7959. | #define HAVE_GID_T 1
  7960. | #define rb_gid_t gid_t
  7961. | #define SIGNEDNESS_OF_GID_T +1
  7962. | #define GIDT2NUM(v) UINT2NUM(v)
  7963. | #define NUM2GIDT(v) NUM2UINT(v)
  7964. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7965. | #define HAVE_TIME_T 1
  7966. | #define rb_time_t time_t
  7967. | #define SIGNEDNESS_OF_TIME_T -1
  7968. | #define TIMET2NUM(v) LONG2NUM(v)
  7969. | #define NUM2TIMET(v) NUM2LONG(v)
  7970. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7971. | #define HAVE_DEV_T 1
  7972. | #define rb_dev_t dev_t
  7973. | #define SIGNEDNESS_OF_DEV_T -1
  7974. | #define DEVT2NUM(v) INT2NUM(v)
  7975. | #define NUM2DEVT(v) NUM2INT(v)
  7976. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7977. | #define HAVE_MODE_T 1
  7978. | #define rb_mode_t mode_t
  7979. | #define SIGNEDNESS_OF_MODE_T +1
  7980. | #define MODET2NUM(v) USHORT2NUM(v)
  7981. | #define NUM2MODET(v) NUM2USHORT(v)
  7982. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  7983. | /* end confdefs.h. */
  7984. |
  7985. | #ifdef HAVE_SYS_TYPES_H
  7986. | #include <sys/types.h>
  7987. | #endif
  7988. | #ifdef HAVE_SYS_TYPES_H
  7989. | #include <sys/time.h>
  7990. | #endif
  7991. | #include <sys/resource.h>
  7992. |
  7993. |
  7994. | int
  7995. | main ()
  7996. | {
  7997. | if (sizeof ((rlim_t)))
  7998. | return 0;
  7999. | ;
  8000. | return 0;
  8001. | }
  8002. configure:15284: result: yes
  8003. configure:15305: checking for convertible type of rlim_t
  8004. configure:15342: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8005. configure:15342: $? = 0
  8006. configure:15381: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8007. configure:15381: $? = 0
  8008. configure:15404: result: ULL
  8009. configure:15457: checking for off_t
  8010. configure:15457: result: yes
  8011. configure:15469: checking for convertible type of off_t
  8012. configure:15497: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8013. conftest.c:158:24: error: 'test_array' declared as an array with a negative size
  8014. static int test_array [1 - 2 * !((off_t)-1 > 0)];
  8015. ^~~~~~~~~~~~~~~~~~~~~~~~
  8016. 1 error generated.
  8017. configure:15497: $? = 1
  8018. configure: failed program was:
  8019. | /* confdefs.h */
  8020. | #define PACKAGE_NAME ""
  8021. | #define PACKAGE_TARNAME ""
  8022. | #define PACKAGE_VERSION ""
  8023. | #define PACKAGE_STRING ""
  8024. | #define PACKAGE_BUGREPORT ""
  8025. | #define PACKAGE_URL ""
  8026. | #define STDC_HEADERS 1
  8027. | #define HAVE_SYS_TYPES_H 1
  8028. | #define HAVE_SYS_STAT_H 1
  8029. | #define HAVE_STDLIB_H 1
  8030. | #define HAVE_STRING_H 1
  8031. | #define HAVE_MEMORY_H 1
  8032. | #define HAVE_STRINGS_H 1
  8033. | #define HAVE_INTTYPES_H 1
  8034. | #define HAVE_STDINT_H 1
  8035. | #define HAVE_UNISTD_H 1
  8036. | #define __EXTENSIONS__ 1
  8037. | #define _ALL_SOURCE 1
  8038. | #define _GNU_SOURCE 1
  8039. | #define _POSIX_PTHREAD_SEMANTICS 1
  8040. | #define _TANDEM_SOURCE 1
  8041. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8042. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8043. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8044. | #define BROKEN_CRYPT 1
  8045. | #define HAVE_CRT_EXTERNS_H 1
  8046. | #define HAVE_LIBDL 1
  8047. | #define HAVE_DIRENT_H 1
  8048. | #define HAVE__BOOL 1
  8049. | #define HAVE_STDBOOL_H 1
  8050. | #define HAVE_SYS_WAIT_H 1
  8051. | #define HAVE_GRP_H 1
  8052. | #define HAVE_FCNTL_H 1
  8053. | #define HAVE_FLOAT_H 1
  8054. | #define HAVE_LANGINFO_H 1
  8055. | #define HAVE_LIMITS_H 1
  8056. | #define HAVE_LOCALE_H 1
  8057. | #define HAVE_MALLOC_MALLOC_H 1
  8058. | #define HAVE_PWD_H 1
  8059. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8060. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8061. | #define HAVE_STDALIGN_H 1
  8062. | #define HAVE_SYS_ATTR_H 1
  8063. | #define HAVE_SYS_FCNTL_H 1
  8064. | #define HAVE_SYS_FILE_H 1
  8065. | #define HAVE_SYS_IOCTL_H 1
  8066. | #define HAVE_SYS_PARAM_H 1
  8067. | #define HAVE_SYS_RESOURCE_H 1
  8068. | #define HAVE_SYS_SELECT_H 1
  8069. | #define HAVE_SYS_SOCKET_H 1
  8070. | #define HAVE_SYS_TIME_H 1
  8071. | #define HAVE_SYS_TIMES_H 1
  8072. | #define HAVE_SYS_UIO_H 1
  8073. | #define HAVE_TIME_H 1
  8074. | #define HAVE_UCONTEXT_H 1
  8075. | #define HAVE_UTIME_H 1
  8076. | #define HAVE_GMP_H 1
  8077. | #define HAVE_LIBGMP 1
  8078. | #define HAVE_TYPEOF 1
  8079. | #define HAVE_LONG_LONG 1
  8080. | #define HAVE_OFF_T 1
  8081. | #define SIZEOF_INT 4
  8082. | #define SIZEOF_SHORT 2
  8083. | #define SIZEOF_LONG 8
  8084. | #define SIZEOF_LONG_LONG 8
  8085. | #define SIZEOF___INT64 0
  8086. | #define SIZEOF___INT128 16
  8087. | #define SIZEOF_OFF_T 8
  8088. | #define SIZEOF_VOIDP 8
  8089. | #define SIZEOF_FLOAT 4
  8090. | #define SIZEOF_DOUBLE 8
  8091. | #define SIZEOF_TIME_T 8
  8092. | #define SIZEOF_CLOCK_T 8
  8093. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8094. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8095. | #define PRI_LL_PREFIX "ll"
  8096. | #define HAVE_PID_T 1
  8097. | #define rb_pid_t pid_t
  8098. | #define SIGNEDNESS_OF_PID_T -1
  8099. | #define PIDT2NUM(v) INT2NUM(v)
  8100. | #define NUM2PIDT(v) NUM2INT(v)
  8101. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8102. | #define HAVE_UID_T 1
  8103. | #define rb_uid_t uid_t
  8104. | #define SIGNEDNESS_OF_UID_T +1
  8105. | #define UIDT2NUM(v) UINT2NUM(v)
  8106. | #define NUM2UIDT(v) NUM2UINT(v)
  8107. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8108. | #define HAVE_GID_T 1
  8109. | #define rb_gid_t gid_t
  8110. | #define SIGNEDNESS_OF_GID_T +1
  8111. | #define GIDT2NUM(v) UINT2NUM(v)
  8112. | #define NUM2GIDT(v) NUM2UINT(v)
  8113. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8114. | #define HAVE_TIME_T 1
  8115. | #define rb_time_t time_t
  8116. | #define SIGNEDNESS_OF_TIME_T -1
  8117. | #define TIMET2NUM(v) LONG2NUM(v)
  8118. | #define NUM2TIMET(v) NUM2LONG(v)
  8119. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8120. | #define HAVE_DEV_T 1
  8121. | #define rb_dev_t dev_t
  8122. | #define SIGNEDNESS_OF_DEV_T -1
  8123. | #define DEVT2NUM(v) INT2NUM(v)
  8124. | #define NUM2DEVT(v) NUM2INT(v)
  8125. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8126. | #define HAVE_MODE_T 1
  8127. | #define rb_mode_t mode_t
  8128. | #define SIGNEDNESS_OF_MODE_T +1
  8129. | #define MODET2NUM(v) USHORT2NUM(v)
  8130. | #define NUM2MODET(v) NUM2USHORT(v)
  8131. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8132. | #define HAVE_RLIM_T 1
  8133. | #define rb_rlim_t rlim_t
  8134. | #define SIGNEDNESS_OF_RLIM_T +1
  8135. | #define RLIM2NUM(v) ULL2NUM(v)
  8136. | #define NUM2RLIM(v) NUM2ULL(v)
  8137. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8138. | #define HAVE_OFF_T 1
  8139. | /* end confdefs.h. */
  8140. | #include <stdio.h>
  8141. | #ifdef HAVE_SYS_TYPES_H
  8142. | # include <sys/types.h>
  8143. | #endif
  8144. | #ifdef HAVE_SYS_STAT_H
  8145. | # include <sys/stat.h>
  8146. | #endif
  8147. | #ifdef STDC_HEADERS
  8148. | # include <stdlib.h>
  8149. | # include <stddef.h>
  8150. | #else
  8151. | # ifdef HAVE_STDLIB_H
  8152. | # include <stdlib.h>
  8153. | # endif
  8154. | #endif
  8155. | #ifdef HAVE_STRING_H
  8156. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8157. | # include <memory.h>
  8158. | # endif
  8159. | # include <string.h>
  8160. | #endif
  8161. | #ifdef HAVE_STRINGS_H
  8162. | # include <strings.h>
  8163. | #endif
  8164. | #ifdef HAVE_INTTYPES_H
  8165. | # include <inttypes.h>
  8166. | #endif
  8167. | #ifdef HAVE_STDINT_H
  8168. | # include <stdint.h>
  8169. | #endif
  8170. | #ifdef HAVE_UNISTD_H
  8171. | # include <unistd.h>
  8172. | #endif
  8173. | int
  8174. | main ()
  8175. | {
  8176. | static int test_array [1 - 2 * !((off_t)-1 > 0)];
  8177. | test_array [0] = 0;
  8178. | return test_array [0];
  8179. |
  8180. | ;
  8181. | return 0;
  8182. | }
  8183. configure:15527: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8184. configure:15527: $? = 0
  8185. configure:15550: result: LL
  8186. configure:15603: checking for clockid_t
  8187. configure:15603: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8188. configure:15603: $? = 0
  8189. configure:15603: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8190. conftest.c:137:24: error: expected expression
  8191. if (sizeof ((clockid_t)))
  8192. ^
  8193. 1 error generated.
  8194. configure:15603: $? = 1
  8195. configure: failed program was:
  8196. | /* confdefs.h */
  8197. | #define PACKAGE_NAME ""
  8198. | #define PACKAGE_TARNAME ""
  8199. | #define PACKAGE_VERSION ""
  8200. | #define PACKAGE_STRING ""
  8201. | #define PACKAGE_BUGREPORT ""
  8202. | #define PACKAGE_URL ""
  8203. | #define STDC_HEADERS 1
  8204. | #define HAVE_SYS_TYPES_H 1
  8205. | #define HAVE_SYS_STAT_H 1
  8206. | #define HAVE_STDLIB_H 1
  8207. | #define HAVE_STRING_H 1
  8208. | #define HAVE_MEMORY_H 1
  8209. | #define HAVE_STRINGS_H 1
  8210. | #define HAVE_INTTYPES_H 1
  8211. | #define HAVE_STDINT_H 1
  8212. | #define HAVE_UNISTD_H 1
  8213. | #define __EXTENSIONS__ 1
  8214. | #define _ALL_SOURCE 1
  8215. | #define _GNU_SOURCE 1
  8216. | #define _POSIX_PTHREAD_SEMANTICS 1
  8217. | #define _TANDEM_SOURCE 1
  8218. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8219. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8220. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8221. | #define BROKEN_CRYPT 1
  8222. | #define HAVE_CRT_EXTERNS_H 1
  8223. | #define HAVE_LIBDL 1
  8224. | #define HAVE_DIRENT_H 1
  8225. | #define HAVE__BOOL 1
  8226. | #define HAVE_STDBOOL_H 1
  8227. | #define HAVE_SYS_WAIT_H 1
  8228. | #define HAVE_GRP_H 1
  8229. | #define HAVE_FCNTL_H 1
  8230. | #define HAVE_FLOAT_H 1
  8231. | #define HAVE_LANGINFO_H 1
  8232. | #define HAVE_LIMITS_H 1
  8233. | #define HAVE_LOCALE_H 1
  8234. | #define HAVE_MALLOC_MALLOC_H 1
  8235. | #define HAVE_PWD_H 1
  8236. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8237. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8238. | #define HAVE_STDALIGN_H 1
  8239. | #define HAVE_SYS_ATTR_H 1
  8240. | #define HAVE_SYS_FCNTL_H 1
  8241. | #define HAVE_SYS_FILE_H 1
  8242. | #define HAVE_SYS_IOCTL_H 1
  8243. | #define HAVE_SYS_PARAM_H 1
  8244. | #define HAVE_SYS_RESOURCE_H 1
  8245. | #define HAVE_SYS_SELECT_H 1
  8246. | #define HAVE_SYS_SOCKET_H 1
  8247. | #define HAVE_SYS_TIME_H 1
  8248. | #define HAVE_SYS_TIMES_H 1
  8249. | #define HAVE_SYS_UIO_H 1
  8250. | #define HAVE_TIME_H 1
  8251. | #define HAVE_UCONTEXT_H 1
  8252. | #define HAVE_UTIME_H 1
  8253. | #define HAVE_GMP_H 1
  8254. | #define HAVE_LIBGMP 1
  8255. | #define HAVE_TYPEOF 1
  8256. | #define HAVE_LONG_LONG 1
  8257. | #define HAVE_OFF_T 1
  8258. | #define SIZEOF_INT 4
  8259. | #define SIZEOF_SHORT 2
  8260. | #define SIZEOF_LONG 8
  8261. | #define SIZEOF_LONG_LONG 8
  8262. | #define SIZEOF___INT64 0
  8263. | #define SIZEOF___INT128 16
  8264. | #define SIZEOF_OFF_T 8
  8265. | #define SIZEOF_VOIDP 8
  8266. | #define SIZEOF_FLOAT 4
  8267. | #define SIZEOF_DOUBLE 8
  8268. | #define SIZEOF_TIME_T 8
  8269. | #define SIZEOF_CLOCK_T 8
  8270. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8271. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8272. | #define PRI_LL_PREFIX "ll"
  8273. | #define HAVE_PID_T 1
  8274. | #define rb_pid_t pid_t
  8275. | #define SIGNEDNESS_OF_PID_T -1
  8276. | #define PIDT2NUM(v) INT2NUM(v)
  8277. | #define NUM2PIDT(v) NUM2INT(v)
  8278. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8279. | #define HAVE_UID_T 1
  8280. | #define rb_uid_t uid_t
  8281. | #define SIGNEDNESS_OF_UID_T +1
  8282. | #define UIDT2NUM(v) UINT2NUM(v)
  8283. | #define NUM2UIDT(v) NUM2UINT(v)
  8284. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8285. | #define HAVE_GID_T 1
  8286. | #define rb_gid_t gid_t
  8287. | #define SIGNEDNESS_OF_GID_T +1
  8288. | #define GIDT2NUM(v) UINT2NUM(v)
  8289. | #define NUM2GIDT(v) NUM2UINT(v)
  8290. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8291. | #define HAVE_TIME_T 1
  8292. | #define rb_time_t time_t
  8293. | #define SIGNEDNESS_OF_TIME_T -1
  8294. | #define TIMET2NUM(v) LONG2NUM(v)
  8295. | #define NUM2TIMET(v) NUM2LONG(v)
  8296. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8297. | #define HAVE_DEV_T 1
  8298. | #define rb_dev_t dev_t
  8299. | #define SIGNEDNESS_OF_DEV_T -1
  8300. | #define DEVT2NUM(v) INT2NUM(v)
  8301. | #define NUM2DEVT(v) NUM2INT(v)
  8302. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8303. | #define HAVE_MODE_T 1
  8304. | #define rb_mode_t mode_t
  8305. | #define SIGNEDNESS_OF_MODE_T +1
  8306. | #define MODET2NUM(v) USHORT2NUM(v)
  8307. | #define NUM2MODET(v) NUM2USHORT(v)
  8308. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8309. | #define HAVE_RLIM_T 1
  8310. | #define rb_rlim_t rlim_t
  8311. | #define SIGNEDNESS_OF_RLIM_T +1
  8312. | #define RLIM2NUM(v) ULL2NUM(v)
  8313. | #define NUM2RLIM(v) NUM2ULL(v)
  8314. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8315. | #define HAVE_OFF_T 1
  8316. | #define rb_off_t off_t
  8317. | #define SIGNEDNESS_OF_OFF_T -1
  8318. | #define OFFT2NUM(v) LL2NUM(v)
  8319. | #define NUM2OFFT(v) NUM2LL(v)
  8320. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8321. | /* end confdefs.h. */
  8322. | #ifdef HAVE_TIME_H
  8323. | # include <time.h>
  8324. | #endif
  8325. | #ifdef HAVE_SYS_TIME_H
  8326. | # include <sys/time.h>
  8327. | #endif
  8328. |
  8329. | int
  8330. | main ()
  8331. | {
  8332. | if (sizeof ((clockid_t)))
  8333. | return 0;
  8334. | ;
  8335. | return 0;
  8336. | }
  8337. configure:15603: result: yes
  8338. configure:15621: checking for convertible type of clockid_t
  8339. configure:15655: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8340. configure:15655: $? = 0
  8341. configure:15691: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8342. conftest.c:138:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long long') vs 'rbcv_conftest_target_type' (aka 'clockid_t')
  8343. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8344. ^
  8345. conftest.c:137:37: note: previous declaration is here
  8346. extern rbcv_conftest_target_type rbcv_conftest_var;
  8347. ^
  8348. conftest.c:140:38: error: conflicting types for 'rbcv_conftest_func'
  8349. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8350. ^
  8351. conftest.c:139:37: note: previous declaration is here
  8352. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8353. ^
  8354. conftest.c:145:24: error: 'test_array' declared as an array with a negative size
  8355. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8356. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8357. 3 errors generated.
  8358. configure:15691: $? = 1
  8359. configure: failed program was:
  8360. | /* confdefs.h */
  8361. | #define PACKAGE_NAME ""
  8362. | #define PACKAGE_TARNAME ""
  8363. | #define PACKAGE_VERSION ""
  8364. | #define PACKAGE_STRING ""
  8365. | #define PACKAGE_BUGREPORT ""
  8366. | #define PACKAGE_URL ""
  8367. | #define STDC_HEADERS 1
  8368. | #define HAVE_SYS_TYPES_H 1
  8369. | #define HAVE_SYS_STAT_H 1
  8370. | #define HAVE_STDLIB_H 1
  8371. | #define HAVE_STRING_H 1
  8372. | #define HAVE_MEMORY_H 1
  8373. | #define HAVE_STRINGS_H 1
  8374. | #define HAVE_INTTYPES_H 1
  8375. | #define HAVE_STDINT_H 1
  8376. | #define HAVE_UNISTD_H 1
  8377. | #define __EXTENSIONS__ 1
  8378. | #define _ALL_SOURCE 1
  8379. | #define _GNU_SOURCE 1
  8380. | #define _POSIX_PTHREAD_SEMANTICS 1
  8381. | #define _TANDEM_SOURCE 1
  8382. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8383. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8384. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8385. | #define BROKEN_CRYPT 1
  8386. | #define HAVE_CRT_EXTERNS_H 1
  8387. | #define HAVE_LIBDL 1
  8388. | #define HAVE_DIRENT_H 1
  8389. | #define HAVE__BOOL 1
  8390. | #define HAVE_STDBOOL_H 1
  8391. | #define HAVE_SYS_WAIT_H 1
  8392. | #define HAVE_GRP_H 1
  8393. | #define HAVE_FCNTL_H 1
  8394. | #define HAVE_FLOAT_H 1
  8395. | #define HAVE_LANGINFO_H 1
  8396. | #define HAVE_LIMITS_H 1
  8397. | #define HAVE_LOCALE_H 1
  8398. | #define HAVE_MALLOC_MALLOC_H 1
  8399. | #define HAVE_PWD_H 1
  8400. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8401. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8402. | #define HAVE_STDALIGN_H 1
  8403. | #define HAVE_SYS_ATTR_H 1
  8404. | #define HAVE_SYS_FCNTL_H 1
  8405. | #define HAVE_SYS_FILE_H 1
  8406. | #define HAVE_SYS_IOCTL_H 1
  8407. | #define HAVE_SYS_PARAM_H 1
  8408. | #define HAVE_SYS_RESOURCE_H 1
  8409. | #define HAVE_SYS_SELECT_H 1
  8410. | #define HAVE_SYS_SOCKET_H 1
  8411. | #define HAVE_SYS_TIME_H 1
  8412. | #define HAVE_SYS_TIMES_H 1
  8413. | #define HAVE_SYS_UIO_H 1
  8414. | #define HAVE_TIME_H 1
  8415. | #define HAVE_UCONTEXT_H 1
  8416. | #define HAVE_UTIME_H 1
  8417. | #define HAVE_GMP_H 1
  8418. | #define HAVE_LIBGMP 1
  8419. | #define HAVE_TYPEOF 1
  8420. | #define HAVE_LONG_LONG 1
  8421. | #define HAVE_OFF_T 1
  8422. | #define SIZEOF_INT 4
  8423. | #define SIZEOF_SHORT 2
  8424. | #define SIZEOF_LONG 8
  8425. | #define SIZEOF_LONG_LONG 8
  8426. | #define SIZEOF___INT64 0
  8427. | #define SIZEOF___INT128 16
  8428. | #define SIZEOF_OFF_T 8
  8429. | #define SIZEOF_VOIDP 8
  8430. | #define SIZEOF_FLOAT 4
  8431. | #define SIZEOF_DOUBLE 8
  8432. | #define SIZEOF_TIME_T 8
  8433. | #define SIZEOF_CLOCK_T 8
  8434. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8435. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8436. | #define PRI_LL_PREFIX "ll"
  8437. | #define HAVE_PID_T 1
  8438. | #define rb_pid_t pid_t
  8439. | #define SIGNEDNESS_OF_PID_T -1
  8440. | #define PIDT2NUM(v) INT2NUM(v)
  8441. | #define NUM2PIDT(v) NUM2INT(v)
  8442. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8443. | #define HAVE_UID_T 1
  8444. | #define rb_uid_t uid_t
  8445. | #define SIGNEDNESS_OF_UID_T +1
  8446. | #define UIDT2NUM(v) UINT2NUM(v)
  8447. | #define NUM2UIDT(v) NUM2UINT(v)
  8448. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8449. | #define HAVE_GID_T 1
  8450. | #define rb_gid_t gid_t
  8451. | #define SIGNEDNESS_OF_GID_T +1
  8452. | #define GIDT2NUM(v) UINT2NUM(v)
  8453. | #define NUM2GIDT(v) NUM2UINT(v)
  8454. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8455. | #define HAVE_TIME_T 1
  8456. | #define rb_time_t time_t
  8457. | #define SIGNEDNESS_OF_TIME_T -1
  8458. | #define TIMET2NUM(v) LONG2NUM(v)
  8459. | #define NUM2TIMET(v) NUM2LONG(v)
  8460. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8461. | #define HAVE_DEV_T 1
  8462. | #define rb_dev_t dev_t
  8463. | #define SIGNEDNESS_OF_DEV_T -1
  8464. | #define DEVT2NUM(v) INT2NUM(v)
  8465. | #define NUM2DEVT(v) NUM2INT(v)
  8466. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8467. | #define HAVE_MODE_T 1
  8468. | #define rb_mode_t mode_t
  8469. | #define SIGNEDNESS_OF_MODE_T +1
  8470. | #define MODET2NUM(v) USHORT2NUM(v)
  8471. | #define NUM2MODET(v) NUM2USHORT(v)
  8472. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8473. | #define HAVE_RLIM_T 1
  8474. | #define rb_rlim_t rlim_t
  8475. | #define SIGNEDNESS_OF_RLIM_T +1
  8476. | #define RLIM2NUM(v) ULL2NUM(v)
  8477. | #define NUM2RLIM(v) NUM2ULL(v)
  8478. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8479. | #define HAVE_OFF_T 1
  8480. | #define rb_off_t off_t
  8481. | #define SIGNEDNESS_OF_OFF_T -1
  8482. | #define OFFT2NUM(v) LL2NUM(v)
  8483. | #define NUM2OFFT(v) NUM2LL(v)
  8484. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8485. | #define HAVE_CLOCKID_T 1
  8486. | /* end confdefs.h. */
  8487. | #ifdef HAVE_TIME_H
  8488. | # include <time.h>
  8489. | #endif
  8490. | #ifdef HAVE_SYS_TIME_H
  8491. | # include <sys/time.h>
  8492. | #endif
  8493. |
  8494. | typedef clockid_t rbcv_conftest_target_type;
  8495. | typedef unsigned long long rbcv_conftest_replace_type;
  8496. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8497. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8498. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8499. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8500. |
  8501. | int
  8502. | main ()
  8503. | {
  8504. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8505. | test_array [0] = 0;
  8506. | return test_array [0];
  8507. |
  8508. | ;
  8509. | return 0;
  8510. | }
  8511. configure:15691: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8512. conftest.c:138:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'unsigned long') vs 'rbcv_conftest_target_type' (aka 'clockid_t')
  8513. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8514. ^
  8515. conftest.c:137:37: note: previous declaration is here
  8516. extern rbcv_conftest_target_type rbcv_conftest_var;
  8517. ^
  8518. conftest.c:140:38: error: conflicting types for 'rbcv_conftest_func'
  8519. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8520. ^
  8521. conftest.c:139:37: note: previous declaration is here
  8522. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8523. ^
  8524. conftest.c:145:24: error: 'test_array' declared as an array with a negative size
  8525. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8526. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8527. 3 errors generated.
  8528. configure:15691: $? = 1
  8529. configure: failed program was:
  8530. | /* confdefs.h */
  8531. | #define PACKAGE_NAME ""
  8532. | #define PACKAGE_TARNAME ""
  8533. | #define PACKAGE_VERSION ""
  8534. | #define PACKAGE_STRING ""
  8535. | #define PACKAGE_BUGREPORT ""
  8536. | #define PACKAGE_URL ""
  8537. | #define STDC_HEADERS 1
  8538. | #define HAVE_SYS_TYPES_H 1
  8539. | #define HAVE_SYS_STAT_H 1
  8540. | #define HAVE_STDLIB_H 1
  8541. | #define HAVE_STRING_H 1
  8542. | #define HAVE_MEMORY_H 1
  8543. | #define HAVE_STRINGS_H 1
  8544. | #define HAVE_INTTYPES_H 1
  8545. | #define HAVE_STDINT_H 1
  8546. | #define HAVE_UNISTD_H 1
  8547. | #define __EXTENSIONS__ 1
  8548. | #define _ALL_SOURCE 1
  8549. | #define _GNU_SOURCE 1
  8550. | #define _POSIX_PTHREAD_SEMANTICS 1
  8551. | #define _TANDEM_SOURCE 1
  8552. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8553. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8554. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8555. | #define BROKEN_CRYPT 1
  8556. | #define HAVE_CRT_EXTERNS_H 1
  8557. | #define HAVE_LIBDL 1
  8558. | #define HAVE_DIRENT_H 1
  8559. | #define HAVE__BOOL 1
  8560. | #define HAVE_STDBOOL_H 1
  8561. | #define HAVE_SYS_WAIT_H 1
  8562. | #define HAVE_GRP_H 1
  8563. | #define HAVE_FCNTL_H 1
  8564. | #define HAVE_FLOAT_H 1
  8565. | #define HAVE_LANGINFO_H 1
  8566. | #define HAVE_LIMITS_H 1
  8567. | #define HAVE_LOCALE_H 1
  8568. | #define HAVE_MALLOC_MALLOC_H 1
  8569. | #define HAVE_PWD_H 1
  8570. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8571. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8572. | #define HAVE_STDALIGN_H 1
  8573. | #define HAVE_SYS_ATTR_H 1
  8574. | #define HAVE_SYS_FCNTL_H 1
  8575. | #define HAVE_SYS_FILE_H 1
  8576. | #define HAVE_SYS_IOCTL_H 1
  8577. | #define HAVE_SYS_PARAM_H 1
  8578. | #define HAVE_SYS_RESOURCE_H 1
  8579. | #define HAVE_SYS_SELECT_H 1
  8580. | #define HAVE_SYS_SOCKET_H 1
  8581. | #define HAVE_SYS_TIME_H 1
  8582. | #define HAVE_SYS_TIMES_H 1
  8583. | #define HAVE_SYS_UIO_H 1
  8584. | #define HAVE_TIME_H 1
  8585. | #define HAVE_UCONTEXT_H 1
  8586. | #define HAVE_UTIME_H 1
  8587. | #define HAVE_GMP_H 1
  8588. | #define HAVE_LIBGMP 1
  8589. | #define HAVE_TYPEOF 1
  8590. | #define HAVE_LONG_LONG 1
  8591. | #define HAVE_OFF_T 1
  8592. | #define SIZEOF_INT 4
  8593. | #define SIZEOF_SHORT 2
  8594. | #define SIZEOF_LONG 8
  8595. | #define SIZEOF_LONG_LONG 8
  8596. | #define SIZEOF___INT64 0
  8597. | #define SIZEOF___INT128 16
  8598. | #define SIZEOF_OFF_T 8
  8599. | #define SIZEOF_VOIDP 8
  8600. | #define SIZEOF_FLOAT 4
  8601. | #define SIZEOF_DOUBLE 8
  8602. | #define SIZEOF_TIME_T 8
  8603. | #define SIZEOF_CLOCK_T 8
  8604. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8605. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8606. | #define PRI_LL_PREFIX "ll"
  8607. | #define HAVE_PID_T 1
  8608. | #define rb_pid_t pid_t
  8609. | #define SIGNEDNESS_OF_PID_T -1
  8610. | #define PIDT2NUM(v) INT2NUM(v)
  8611. | #define NUM2PIDT(v) NUM2INT(v)
  8612. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8613. | #define HAVE_UID_T 1
  8614. | #define rb_uid_t uid_t
  8615. | #define SIGNEDNESS_OF_UID_T +1
  8616. | #define UIDT2NUM(v) UINT2NUM(v)
  8617. | #define NUM2UIDT(v) NUM2UINT(v)
  8618. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8619. | #define HAVE_GID_T 1
  8620. | #define rb_gid_t gid_t
  8621. | #define SIGNEDNESS_OF_GID_T +1
  8622. | #define GIDT2NUM(v) UINT2NUM(v)
  8623. | #define NUM2GIDT(v) NUM2UINT(v)
  8624. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8625. | #define HAVE_TIME_T 1
  8626. | #define rb_time_t time_t
  8627. | #define SIGNEDNESS_OF_TIME_T -1
  8628. | #define TIMET2NUM(v) LONG2NUM(v)
  8629. | #define NUM2TIMET(v) NUM2LONG(v)
  8630. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8631. | #define HAVE_DEV_T 1
  8632. | #define rb_dev_t dev_t
  8633. | #define SIGNEDNESS_OF_DEV_T -1
  8634. | #define DEVT2NUM(v) INT2NUM(v)
  8635. | #define NUM2DEVT(v) NUM2INT(v)
  8636. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8637. | #define HAVE_MODE_T 1
  8638. | #define rb_mode_t mode_t
  8639. | #define SIGNEDNESS_OF_MODE_T +1
  8640. | #define MODET2NUM(v) USHORT2NUM(v)
  8641. | #define NUM2MODET(v) NUM2USHORT(v)
  8642. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8643. | #define HAVE_RLIM_T 1
  8644. | #define rb_rlim_t rlim_t
  8645. | #define SIGNEDNESS_OF_RLIM_T +1
  8646. | #define RLIM2NUM(v) ULL2NUM(v)
  8647. | #define NUM2RLIM(v) NUM2ULL(v)
  8648. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8649. | #define HAVE_OFF_T 1
  8650. | #define rb_off_t off_t
  8651. | #define SIGNEDNESS_OF_OFF_T -1
  8652. | #define OFFT2NUM(v) LL2NUM(v)
  8653. | #define NUM2OFFT(v) NUM2LL(v)
  8654. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8655. | #define HAVE_CLOCKID_T 1
  8656. | /* end confdefs.h. */
  8657. | #ifdef HAVE_TIME_H
  8658. | # include <time.h>
  8659. | #endif
  8660. | #ifdef HAVE_SYS_TIME_H
  8661. | # include <sys/time.h>
  8662. | #endif
  8663. |
  8664. | typedef clockid_t rbcv_conftest_target_type;
  8665. | typedef unsigned long rbcv_conftest_replace_type;
  8666. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8667. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8668. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8669. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8670. |
  8671. | int
  8672. | main ()
  8673. | {
  8674. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8675. | test_array [0] = 0;
  8676. | return test_array [0];
  8677. |
  8678. | ;
  8679. | return 0;
  8680. | }
  8681. configure:15691: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8682. configure:15691: $? = 0
  8683. configure:15714: result: UINT
  8684. configure:15768: checking for prototypes
  8685. configure:15784: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8686. configure:15784: $? = 0
  8687. configure:15791: result: yes
  8688. configure:15800: checking token paste string
  8689. configure:15816: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8690. configure:15816: $? = 0
  8691. configure:15823: result: ansi
  8692. configure:15837: checking stringization
  8693. configure:15866: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8694. configure:15866: $? = 0
  8695. configure:15875: result: #expr
  8696. configure:15890: checking string literal concatenation
  8697. configure:15914: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8698. configure:15914: $? = 0
  8699. configure:15922: result: yes
  8700. configure:15930: checking for variable length prototypes and stdarg.h
  8701. configure:15956: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8702. configure:15956: $? = 0
  8703. configure:15963: result: yes
  8704. configure:15972: checking for variable length macro
  8705. configure:15991: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8706. configure:15991: $? = 0
  8707. configure:15998: result: yes
  8708. configure:16007: checking for alignas() syntax
  8709. configure:16050: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8710. conftest.c:139:2: error: declaration of anonymous struct must be a definition
  8711. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  8712. ^
  8713. conftest.c:139:2: warning: declaration does not declare anything [-Wmissing-declarations]
  8714. 1 warning and 1 error generated.
  8715. configure:16050: $? = 1
  8716. configure: failed program was:
  8717. | /* confdefs.h */
  8718. | #define PACKAGE_NAME ""
  8719. | #define PACKAGE_TARNAME ""
  8720. | #define PACKAGE_VERSION ""
  8721. | #define PACKAGE_STRING ""
  8722. | #define PACKAGE_BUGREPORT ""
  8723. | #define PACKAGE_URL ""
  8724. | #define STDC_HEADERS 1
  8725. | #define HAVE_SYS_TYPES_H 1
  8726. | #define HAVE_SYS_STAT_H 1
  8727. | #define HAVE_STDLIB_H 1
  8728. | #define HAVE_STRING_H 1
  8729. | #define HAVE_MEMORY_H 1
  8730. | #define HAVE_STRINGS_H 1
  8731. | #define HAVE_INTTYPES_H 1
  8732. | #define HAVE_STDINT_H 1
  8733. | #define HAVE_UNISTD_H 1
  8734. | #define __EXTENSIONS__ 1
  8735. | #define _ALL_SOURCE 1
  8736. | #define _GNU_SOURCE 1
  8737. | #define _POSIX_PTHREAD_SEMANTICS 1
  8738. | #define _TANDEM_SOURCE 1
  8739. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8740. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8741. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8742. | #define BROKEN_CRYPT 1
  8743. | #define HAVE_CRT_EXTERNS_H 1
  8744. | #define HAVE_LIBDL 1
  8745. | #define HAVE_DIRENT_H 1
  8746. | #define HAVE__BOOL 1
  8747. | #define HAVE_STDBOOL_H 1
  8748. | #define HAVE_SYS_WAIT_H 1
  8749. | #define HAVE_GRP_H 1
  8750. | #define HAVE_FCNTL_H 1
  8751. | #define HAVE_FLOAT_H 1
  8752. | #define HAVE_LANGINFO_H 1
  8753. | #define HAVE_LIMITS_H 1
  8754. | #define HAVE_LOCALE_H 1
  8755. | #define HAVE_MALLOC_MALLOC_H 1
  8756. | #define HAVE_PWD_H 1
  8757. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8758. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8759. | #define HAVE_STDALIGN_H 1
  8760. | #define HAVE_SYS_ATTR_H 1
  8761. | #define HAVE_SYS_FCNTL_H 1
  8762. | #define HAVE_SYS_FILE_H 1
  8763. | #define HAVE_SYS_IOCTL_H 1
  8764. | #define HAVE_SYS_PARAM_H 1
  8765. | #define HAVE_SYS_RESOURCE_H 1
  8766. | #define HAVE_SYS_SELECT_H 1
  8767. | #define HAVE_SYS_SOCKET_H 1
  8768. | #define HAVE_SYS_TIME_H 1
  8769. | #define HAVE_SYS_TIMES_H 1
  8770. | #define HAVE_SYS_UIO_H 1
  8771. | #define HAVE_TIME_H 1
  8772. | #define HAVE_UCONTEXT_H 1
  8773. | #define HAVE_UTIME_H 1
  8774. | #define HAVE_GMP_H 1
  8775. | #define HAVE_LIBGMP 1
  8776. | #define HAVE_TYPEOF 1
  8777. | #define HAVE_LONG_LONG 1
  8778. | #define HAVE_OFF_T 1
  8779. | #define SIZEOF_INT 4
  8780. | #define SIZEOF_SHORT 2
  8781. | #define SIZEOF_LONG 8
  8782. | #define SIZEOF_LONG_LONG 8
  8783. | #define SIZEOF___INT64 0
  8784. | #define SIZEOF___INT128 16
  8785. | #define SIZEOF_OFF_T 8
  8786. | #define SIZEOF_VOIDP 8
  8787. | #define SIZEOF_FLOAT 4
  8788. | #define SIZEOF_DOUBLE 8
  8789. | #define SIZEOF_TIME_T 8
  8790. | #define SIZEOF_CLOCK_T 8
  8791. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8792. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8793. | #define PRI_LL_PREFIX "ll"
  8794. | #define HAVE_PID_T 1
  8795. | #define rb_pid_t pid_t
  8796. | #define SIGNEDNESS_OF_PID_T -1
  8797. | #define PIDT2NUM(v) INT2NUM(v)
  8798. | #define NUM2PIDT(v) NUM2INT(v)
  8799. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8800. | #define HAVE_UID_T 1
  8801. | #define rb_uid_t uid_t
  8802. | #define SIGNEDNESS_OF_UID_T +1
  8803. | #define UIDT2NUM(v) UINT2NUM(v)
  8804. | #define NUM2UIDT(v) NUM2UINT(v)
  8805. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8806. | #define HAVE_GID_T 1
  8807. | #define rb_gid_t gid_t
  8808. | #define SIGNEDNESS_OF_GID_T +1
  8809. | #define GIDT2NUM(v) UINT2NUM(v)
  8810. | #define NUM2GIDT(v) NUM2UINT(v)
  8811. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8812. | #define HAVE_TIME_T 1
  8813. | #define rb_time_t time_t
  8814. | #define SIGNEDNESS_OF_TIME_T -1
  8815. | #define TIMET2NUM(v) LONG2NUM(v)
  8816. | #define NUM2TIMET(v) NUM2LONG(v)
  8817. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8818. | #define HAVE_DEV_T 1
  8819. | #define rb_dev_t dev_t
  8820. | #define SIGNEDNESS_OF_DEV_T -1
  8821. | #define DEVT2NUM(v) INT2NUM(v)
  8822. | #define NUM2DEVT(v) NUM2INT(v)
  8823. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8824. | #define HAVE_MODE_T 1
  8825. | #define rb_mode_t mode_t
  8826. | #define SIGNEDNESS_OF_MODE_T +1
  8827. | #define MODET2NUM(v) USHORT2NUM(v)
  8828. | #define NUM2MODET(v) NUM2USHORT(v)
  8829. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8830. | #define HAVE_RLIM_T 1
  8831. | #define rb_rlim_t rlim_t
  8832. | #define SIGNEDNESS_OF_RLIM_T +1
  8833. | #define RLIM2NUM(v) ULL2NUM(v)
  8834. | #define NUM2RLIM(v) NUM2ULL(v)
  8835. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8836. | #define HAVE_OFF_T 1
  8837. | #define rb_off_t off_t
  8838. | #define SIGNEDNESS_OF_OFF_T -1
  8839. | #define OFFT2NUM(v) LL2NUM(v)
  8840. | #define NUM2OFFT(v) NUM2LL(v)
  8841. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8842. | #define HAVE_CLOCKID_T 1
  8843. | #define rb_clockid_t clockid_t
  8844. | #define SIGNEDNESS_OF_CLOCKID_T +1
  8845. | #define CLOCKID2NUM(v) UINT2NUM(v)
  8846. | #define NUM2CLOCKID(v) NUM2UINT(v)
  8847. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8848. | #define HAVE_PROTOTYPES 1
  8849. | #define TOKEN_PASTE(x,y) x##y
  8850. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8851. | #define HAVE_STDARG_PROTOTYPES 1
  8852. | #define HAVE_VA_ARGS_MACRO 1
  8853. | /* end confdefs.h. */
  8854. | #define ALIGNAS(x) _Alignas(x)
  8855. | struct ALIGNAS(128) conftest_tag { int foo; } foo;
  8856. | int
  8857. | main ()
  8858. | {
  8859. |
  8860. | ;
  8861. | return 0;
  8862. | }
  8863. configure:16050: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8864. conftest.c:139:17: error: expected identifier or '('
  8865. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  8866. ^
  8867. conftest.c:139:17: error: expected ')'
  8868. conftest.c:139:9: note: to match this '('
  8869. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  8870. ^
  8871. conftest.c:138:27: note: expanded from macro 'ALIGNAS'
  8872. #define ALIGNAS(x) alignas(x)
  8873. ^
  8874. conftest.c:139:48: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8875. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  8876. ^
  8877. 1 warning and 2 errors generated.
  8878. configure:16050: $? = 1
  8879. configure: failed program was:
  8880. | /* confdefs.h */
  8881. | #define PACKAGE_NAME ""
  8882. | #define PACKAGE_TARNAME ""
  8883. | #define PACKAGE_VERSION ""
  8884. | #define PACKAGE_STRING ""
  8885. | #define PACKAGE_BUGREPORT ""
  8886. | #define PACKAGE_URL ""
  8887. | #define STDC_HEADERS 1
  8888. | #define HAVE_SYS_TYPES_H 1
  8889. | #define HAVE_SYS_STAT_H 1
  8890. | #define HAVE_STDLIB_H 1
  8891. | #define HAVE_STRING_H 1
  8892. | #define HAVE_MEMORY_H 1
  8893. | #define HAVE_STRINGS_H 1
  8894. | #define HAVE_INTTYPES_H 1
  8895. | #define HAVE_STDINT_H 1
  8896. | #define HAVE_UNISTD_H 1
  8897. | #define __EXTENSIONS__ 1
  8898. | #define _ALL_SOURCE 1
  8899. | #define _GNU_SOURCE 1
  8900. | #define _POSIX_PTHREAD_SEMANTICS 1
  8901. | #define _TANDEM_SOURCE 1
  8902. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8903. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8904. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  8905. | #define BROKEN_CRYPT 1
  8906. | #define HAVE_CRT_EXTERNS_H 1
  8907. | #define HAVE_LIBDL 1
  8908. | #define HAVE_DIRENT_H 1
  8909. | #define HAVE__BOOL 1
  8910. | #define HAVE_STDBOOL_H 1
  8911. | #define HAVE_SYS_WAIT_H 1
  8912. | #define HAVE_GRP_H 1
  8913. | #define HAVE_FCNTL_H 1
  8914. | #define HAVE_FLOAT_H 1
  8915. | #define HAVE_LANGINFO_H 1
  8916. | #define HAVE_LIMITS_H 1
  8917. | #define HAVE_LOCALE_H 1
  8918. | #define HAVE_MALLOC_MALLOC_H 1
  8919. | #define HAVE_PWD_H 1
  8920. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  8921. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  8922. | #define HAVE_STDALIGN_H 1
  8923. | #define HAVE_SYS_ATTR_H 1
  8924. | #define HAVE_SYS_FCNTL_H 1
  8925. | #define HAVE_SYS_FILE_H 1
  8926. | #define HAVE_SYS_IOCTL_H 1
  8927. | #define HAVE_SYS_PARAM_H 1
  8928. | #define HAVE_SYS_RESOURCE_H 1
  8929. | #define HAVE_SYS_SELECT_H 1
  8930. | #define HAVE_SYS_SOCKET_H 1
  8931. | #define HAVE_SYS_TIME_H 1
  8932. | #define HAVE_SYS_TIMES_H 1
  8933. | #define HAVE_SYS_UIO_H 1
  8934. | #define HAVE_TIME_H 1
  8935. | #define HAVE_UCONTEXT_H 1
  8936. | #define HAVE_UTIME_H 1
  8937. | #define HAVE_GMP_H 1
  8938. | #define HAVE_LIBGMP 1
  8939. | #define HAVE_TYPEOF 1
  8940. | #define HAVE_LONG_LONG 1
  8941. | #define HAVE_OFF_T 1
  8942. | #define SIZEOF_INT 4
  8943. | #define SIZEOF_SHORT 2
  8944. | #define SIZEOF_LONG 8
  8945. | #define SIZEOF_LONG_LONG 8
  8946. | #define SIZEOF___INT64 0
  8947. | #define SIZEOF___INT128 16
  8948. | #define SIZEOF_OFF_T 8
  8949. | #define SIZEOF_VOIDP 8
  8950. | #define SIZEOF_FLOAT 4
  8951. | #define SIZEOF_DOUBLE 8
  8952. | #define SIZEOF_TIME_T 8
  8953. | #define SIZEOF_CLOCK_T 8
  8954. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8955. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8956. | #define PRI_LL_PREFIX "ll"
  8957. | #define HAVE_PID_T 1
  8958. | #define rb_pid_t pid_t
  8959. | #define SIGNEDNESS_OF_PID_T -1
  8960. | #define PIDT2NUM(v) INT2NUM(v)
  8961. | #define NUM2PIDT(v) NUM2INT(v)
  8962. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8963. | #define HAVE_UID_T 1
  8964. | #define rb_uid_t uid_t
  8965. | #define SIGNEDNESS_OF_UID_T +1
  8966. | #define UIDT2NUM(v) UINT2NUM(v)
  8967. | #define NUM2UIDT(v) NUM2UINT(v)
  8968. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8969. | #define HAVE_GID_T 1
  8970. | #define rb_gid_t gid_t
  8971. | #define SIGNEDNESS_OF_GID_T +1
  8972. | #define GIDT2NUM(v) UINT2NUM(v)
  8973. | #define NUM2GIDT(v) NUM2UINT(v)
  8974. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8975. | #define HAVE_TIME_T 1
  8976. | #define rb_time_t time_t
  8977. | #define SIGNEDNESS_OF_TIME_T -1
  8978. | #define TIMET2NUM(v) LONG2NUM(v)
  8979. | #define NUM2TIMET(v) NUM2LONG(v)
  8980. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8981. | #define HAVE_DEV_T 1
  8982. | #define rb_dev_t dev_t
  8983. | #define SIGNEDNESS_OF_DEV_T -1
  8984. | #define DEVT2NUM(v) INT2NUM(v)
  8985. | #define NUM2DEVT(v) NUM2INT(v)
  8986. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8987. | #define HAVE_MODE_T 1
  8988. | #define rb_mode_t mode_t
  8989. | #define SIGNEDNESS_OF_MODE_T +1
  8990. | #define MODET2NUM(v) USHORT2NUM(v)
  8991. | #define NUM2MODET(v) NUM2USHORT(v)
  8992. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  8993. | #define HAVE_RLIM_T 1
  8994. | #define rb_rlim_t rlim_t
  8995. | #define SIGNEDNESS_OF_RLIM_T +1
  8996. | #define RLIM2NUM(v) ULL2NUM(v)
  8997. | #define NUM2RLIM(v) NUM2ULL(v)
  8998. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8999. | #define HAVE_OFF_T 1
  9000. | #define rb_off_t off_t
  9001. | #define SIGNEDNESS_OF_OFF_T -1
  9002. | #define OFFT2NUM(v) LL2NUM(v)
  9003. | #define NUM2OFFT(v) NUM2LL(v)
  9004. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9005. | #define HAVE_CLOCKID_T 1
  9006. | #define rb_clockid_t clockid_t
  9007. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9008. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9009. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9010. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9011. | #define HAVE_PROTOTYPES 1
  9012. | #define TOKEN_PASTE(x,y) x##y
  9013. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9014. | #define HAVE_STDARG_PROTOTYPES 1
  9015. | #define HAVE_VA_ARGS_MACRO 1
  9016. | /* end confdefs.h. */
  9017. | #define ALIGNAS(x) alignas(x)
  9018. | struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9019. | int
  9020. | main ()
  9021. | {
  9022. |
  9023. | ;
  9024. | return 0;
  9025. | }
  9026. configure:16050: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9027. conftest.c:139:2: error: declaration of anonymous struct must be a definition
  9028. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9029. ^
  9030. conftest.c:139:2: warning: declaration does not declare anything [-Wmissing-declarations]
  9031. 1 warning and 1 error generated.
  9032. configure:16050: $? = 1
  9033. configure: failed program was:
  9034. | /* confdefs.h */
  9035. | #define PACKAGE_NAME ""
  9036. | #define PACKAGE_TARNAME ""
  9037. | #define PACKAGE_VERSION ""
  9038. | #define PACKAGE_STRING ""
  9039. | #define PACKAGE_BUGREPORT ""
  9040. | #define PACKAGE_URL ""
  9041. | #define STDC_HEADERS 1
  9042. | #define HAVE_SYS_TYPES_H 1
  9043. | #define HAVE_SYS_STAT_H 1
  9044. | #define HAVE_STDLIB_H 1
  9045. | #define HAVE_STRING_H 1
  9046. | #define HAVE_MEMORY_H 1
  9047. | #define HAVE_STRINGS_H 1
  9048. | #define HAVE_INTTYPES_H 1
  9049. | #define HAVE_STDINT_H 1
  9050. | #define HAVE_UNISTD_H 1
  9051. | #define __EXTENSIONS__ 1
  9052. | #define _ALL_SOURCE 1
  9053. | #define _GNU_SOURCE 1
  9054. | #define _POSIX_PTHREAD_SEMANTICS 1
  9055. | #define _TANDEM_SOURCE 1
  9056. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9057. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9058. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9059. | #define BROKEN_CRYPT 1
  9060. | #define HAVE_CRT_EXTERNS_H 1
  9061. | #define HAVE_LIBDL 1
  9062. | #define HAVE_DIRENT_H 1
  9063. | #define HAVE__BOOL 1
  9064. | #define HAVE_STDBOOL_H 1
  9065. | #define HAVE_SYS_WAIT_H 1
  9066. | #define HAVE_GRP_H 1
  9067. | #define HAVE_FCNTL_H 1
  9068. | #define HAVE_FLOAT_H 1
  9069. | #define HAVE_LANGINFO_H 1
  9070. | #define HAVE_LIMITS_H 1
  9071. | #define HAVE_LOCALE_H 1
  9072. | #define HAVE_MALLOC_MALLOC_H 1
  9073. | #define HAVE_PWD_H 1
  9074. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9075. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9076. | #define HAVE_STDALIGN_H 1
  9077. | #define HAVE_SYS_ATTR_H 1
  9078. | #define HAVE_SYS_FCNTL_H 1
  9079. | #define HAVE_SYS_FILE_H 1
  9080. | #define HAVE_SYS_IOCTL_H 1
  9081. | #define HAVE_SYS_PARAM_H 1
  9082. | #define HAVE_SYS_RESOURCE_H 1
  9083. | #define HAVE_SYS_SELECT_H 1
  9084. | #define HAVE_SYS_SOCKET_H 1
  9085. | #define HAVE_SYS_TIME_H 1
  9086. | #define HAVE_SYS_TIMES_H 1
  9087. | #define HAVE_SYS_UIO_H 1
  9088. | #define HAVE_TIME_H 1
  9089. | #define HAVE_UCONTEXT_H 1
  9090. | #define HAVE_UTIME_H 1
  9091. | #define HAVE_GMP_H 1
  9092. | #define HAVE_LIBGMP 1
  9093. | #define HAVE_TYPEOF 1
  9094. | #define HAVE_LONG_LONG 1
  9095. | #define HAVE_OFF_T 1
  9096. | #define SIZEOF_INT 4
  9097. | #define SIZEOF_SHORT 2
  9098. | #define SIZEOF_LONG 8
  9099. | #define SIZEOF_LONG_LONG 8
  9100. | #define SIZEOF___INT64 0
  9101. | #define SIZEOF___INT128 16
  9102. | #define SIZEOF_OFF_T 8
  9103. | #define SIZEOF_VOIDP 8
  9104. | #define SIZEOF_FLOAT 4
  9105. | #define SIZEOF_DOUBLE 8
  9106. | #define SIZEOF_TIME_T 8
  9107. | #define SIZEOF_CLOCK_T 8
  9108. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9109. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9110. | #define PRI_LL_PREFIX "ll"
  9111. | #define HAVE_PID_T 1
  9112. | #define rb_pid_t pid_t
  9113. | #define SIGNEDNESS_OF_PID_T -1
  9114. | #define PIDT2NUM(v) INT2NUM(v)
  9115. | #define NUM2PIDT(v) NUM2INT(v)
  9116. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9117. | #define HAVE_UID_T 1
  9118. | #define rb_uid_t uid_t
  9119. | #define SIGNEDNESS_OF_UID_T +1
  9120. | #define UIDT2NUM(v) UINT2NUM(v)
  9121. | #define NUM2UIDT(v) NUM2UINT(v)
  9122. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9123. | #define HAVE_GID_T 1
  9124. | #define rb_gid_t gid_t
  9125. | #define SIGNEDNESS_OF_GID_T +1
  9126. | #define GIDT2NUM(v) UINT2NUM(v)
  9127. | #define NUM2GIDT(v) NUM2UINT(v)
  9128. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9129. | #define HAVE_TIME_T 1
  9130. | #define rb_time_t time_t
  9131. | #define SIGNEDNESS_OF_TIME_T -1
  9132. | #define TIMET2NUM(v) LONG2NUM(v)
  9133. | #define NUM2TIMET(v) NUM2LONG(v)
  9134. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9135. | #define HAVE_DEV_T 1
  9136. | #define rb_dev_t dev_t
  9137. | #define SIGNEDNESS_OF_DEV_T -1
  9138. | #define DEVT2NUM(v) INT2NUM(v)
  9139. | #define NUM2DEVT(v) NUM2INT(v)
  9140. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9141. | #define HAVE_MODE_T 1
  9142. | #define rb_mode_t mode_t
  9143. | #define SIGNEDNESS_OF_MODE_T +1
  9144. | #define MODET2NUM(v) USHORT2NUM(v)
  9145. | #define NUM2MODET(v) NUM2USHORT(v)
  9146. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  9147. | #define HAVE_RLIM_T 1
  9148. | #define rb_rlim_t rlim_t
  9149. | #define SIGNEDNESS_OF_RLIM_T +1
  9150. | #define RLIM2NUM(v) ULL2NUM(v)
  9151. | #define NUM2RLIM(v) NUM2ULL(v)
  9152. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9153. | #define HAVE_OFF_T 1
  9154. | #define rb_off_t off_t
  9155. | #define SIGNEDNESS_OF_OFF_T -1
  9156. | #define OFFT2NUM(v) LL2NUM(v)
  9157. | #define NUM2OFFT(v) NUM2LL(v)
  9158. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9159. | #define HAVE_CLOCKID_T 1
  9160. | #define rb_clockid_t clockid_t
  9161. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9162. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9163. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9164. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9165. | #define HAVE_PROTOTYPES 1
  9166. | #define TOKEN_PASTE(x,y) x##y
  9167. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9168. | #define HAVE_STDARG_PROTOTYPES 1
  9169. | #define HAVE_VA_ARGS_MACRO 1
  9170. | /* end confdefs.h. */
  9171. | #define ALIGNAS(x) [[alignas(x)]]
  9172. | struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9173. | int
  9174. | main ()
  9175. | {
  9176. |
  9177. | ;
  9178. | return 0;
  9179. | }
  9180. configure:16050: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9181. conftest.c:139:17: error: expected parameter declarator
  9182. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9183. ^
  9184. conftest.c:139:17: error: expected ')'
  9185. conftest.c:139:9: note: to match this '('
  9186. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9187. ^
  9188. conftest.c:138:38: note: expanded from macro 'ALIGNAS'
  9189. #define ALIGNAS(x) __declspec(aligned(x))
  9190. ^
  9191. conftest.c:139:22: error: expected function body after function declarator
  9192. struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9193. ^
  9194. 3 errors generated.
  9195. configure:16050: $? = 1
  9196. configure: failed program was:
  9197. | /* confdefs.h */
  9198. | #define PACKAGE_NAME ""
  9199. | #define PACKAGE_TARNAME ""
  9200. | #define PACKAGE_VERSION ""
  9201. | #define PACKAGE_STRING ""
  9202. | #define PACKAGE_BUGREPORT ""
  9203. | #define PACKAGE_URL ""
  9204. | #define STDC_HEADERS 1
  9205. | #define HAVE_SYS_TYPES_H 1
  9206. | #define HAVE_SYS_STAT_H 1
  9207. | #define HAVE_STDLIB_H 1
  9208. | #define HAVE_STRING_H 1
  9209. | #define HAVE_MEMORY_H 1
  9210. | #define HAVE_STRINGS_H 1
  9211. | #define HAVE_INTTYPES_H 1
  9212. | #define HAVE_STDINT_H 1
  9213. | #define HAVE_UNISTD_H 1
  9214. | #define __EXTENSIONS__ 1
  9215. | #define _ALL_SOURCE 1
  9216. | #define _GNU_SOURCE 1
  9217. | #define _POSIX_PTHREAD_SEMANTICS 1
  9218. | #define _TANDEM_SOURCE 1
  9219. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9220. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9221. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9222. | #define BROKEN_CRYPT 1
  9223. | #define HAVE_CRT_EXTERNS_H 1
  9224. | #define HAVE_LIBDL 1
  9225. | #define HAVE_DIRENT_H 1
  9226. | #define HAVE__BOOL 1
  9227. | #define HAVE_STDBOOL_H 1
  9228. | #define HAVE_SYS_WAIT_H 1
  9229. | #define HAVE_GRP_H 1
  9230. | #define HAVE_FCNTL_H 1
  9231. | #define HAVE_FLOAT_H 1
  9232. | #define HAVE_LANGINFO_H 1
  9233. | #define HAVE_LIMITS_H 1
  9234. | #define HAVE_LOCALE_H 1
  9235. | #define HAVE_MALLOC_MALLOC_H 1
  9236. | #define HAVE_PWD_H 1
  9237. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9238. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9239. | #define HAVE_STDALIGN_H 1
  9240. | #define HAVE_SYS_ATTR_H 1
  9241. | #define HAVE_SYS_FCNTL_H 1
  9242. | #define HAVE_SYS_FILE_H 1
  9243. | #define HAVE_SYS_IOCTL_H 1
  9244. | #define HAVE_SYS_PARAM_H 1
  9245. | #define HAVE_SYS_RESOURCE_H 1
  9246. | #define HAVE_SYS_SELECT_H 1
  9247. | #define HAVE_SYS_SOCKET_H 1
  9248. | #define HAVE_SYS_TIME_H 1
  9249. | #define HAVE_SYS_TIMES_H 1
  9250. | #define HAVE_SYS_UIO_H 1
  9251. | #define HAVE_TIME_H 1
  9252. | #define HAVE_UCONTEXT_H 1
  9253. | #define HAVE_UTIME_H 1
  9254. | #define HAVE_GMP_H 1
  9255. | #define HAVE_LIBGMP 1
  9256. | #define HAVE_TYPEOF 1
  9257. | #define HAVE_LONG_LONG 1
  9258. | #define HAVE_OFF_T 1
  9259. | #define SIZEOF_INT 4
  9260. | #define SIZEOF_SHORT 2
  9261. | #define SIZEOF_LONG 8
  9262. | #define SIZEOF_LONG_LONG 8
  9263. | #define SIZEOF___INT64 0
  9264. | #define SIZEOF___INT128 16
  9265. | #define SIZEOF_OFF_T 8
  9266. | #define SIZEOF_VOIDP 8
  9267. | #define SIZEOF_FLOAT 4
  9268. | #define SIZEOF_DOUBLE 8
  9269. | #define SIZEOF_TIME_T 8
  9270. | #define SIZEOF_CLOCK_T 8
  9271. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9272. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9273. | #define PRI_LL_PREFIX "ll"
  9274. | #define HAVE_PID_T 1
  9275. | #define rb_pid_t pid_t
  9276. | #define SIGNEDNESS_OF_PID_T -1
  9277. | #define PIDT2NUM(v) INT2NUM(v)
  9278. | #define NUM2PIDT(v) NUM2INT(v)
  9279. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9280. | #define HAVE_UID_T 1
  9281. | #define rb_uid_t uid_t
  9282. | #define SIGNEDNESS_OF_UID_T +1
  9283. | #define UIDT2NUM(v) UINT2NUM(v)
  9284. | #define NUM2UIDT(v) NUM2UINT(v)
  9285. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9286. | #define HAVE_GID_T 1
  9287. | #define rb_gid_t gid_t
  9288. | #define SIGNEDNESS_OF_GID_T +1
  9289. | #define GIDT2NUM(v) UINT2NUM(v)
  9290. | #define NUM2GIDT(v) NUM2UINT(v)
  9291. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9292. | #define HAVE_TIME_T 1
  9293. | #define rb_time_t time_t
  9294. | #define SIGNEDNESS_OF_TIME_T -1
  9295. | #define TIMET2NUM(v) LONG2NUM(v)
  9296. | #define NUM2TIMET(v) NUM2LONG(v)
  9297. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9298. | #define HAVE_DEV_T 1
  9299. | #define rb_dev_t dev_t
  9300. | #define SIGNEDNESS_OF_DEV_T -1
  9301. | #define DEVT2NUM(v) INT2NUM(v)
  9302. | #define NUM2DEVT(v) NUM2INT(v)
  9303. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9304. | #define HAVE_MODE_T 1
  9305. | #define rb_mode_t mode_t
  9306. | #define SIGNEDNESS_OF_MODE_T +1
  9307. | #define MODET2NUM(v) USHORT2NUM(v)
  9308. | #define NUM2MODET(v) NUM2USHORT(v)
  9309. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  9310. | #define HAVE_RLIM_T 1
  9311. | #define rb_rlim_t rlim_t
  9312. | #define SIGNEDNESS_OF_RLIM_T +1
  9313. | #define RLIM2NUM(v) ULL2NUM(v)
  9314. | #define NUM2RLIM(v) NUM2ULL(v)
  9315. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9316. | #define HAVE_OFF_T 1
  9317. | #define rb_off_t off_t
  9318. | #define SIGNEDNESS_OF_OFF_T -1
  9319. | #define OFFT2NUM(v) LL2NUM(v)
  9320. | #define NUM2OFFT(v) NUM2LL(v)
  9321. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9322. | #define HAVE_CLOCKID_T 1
  9323. | #define rb_clockid_t clockid_t
  9324. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9325. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9326. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9327. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9328. | #define HAVE_PROTOTYPES 1
  9329. | #define TOKEN_PASTE(x,y) x##y
  9330. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9331. | #define HAVE_STDARG_PROTOTYPES 1
  9332. | #define HAVE_VA_ARGS_MACRO 1
  9333. | /* end confdefs.h. */
  9334. | #define ALIGNAS(x) __declspec(aligned(x))
  9335. | struct ALIGNAS(128) conftest_tag { int foo; } foo;
  9336. | int
  9337. | main ()
  9338. | {
  9339. |
  9340. | ;
  9341. | return 0;
  9342. | }
  9343. configure:16050: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9344. configure:16050: $? = 0
  9345. configure:16068: result: __attribute__((__aligned__(x)))
  9346. configure:16079: checking for alignof() syntax
  9347. configure:16120: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9348. configure:16120: $? = 0
  9349. configure:16138: result: alignof
  9350. configure:16150: checking for CONSTFUNC function attribute
  9351. configure:16193: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9352. configure:16193: $? = 0
  9353. configure:16211: result: __attribute__ ((__const__)) x
  9354. configure:16224: checking for PUREFUNC function attribute
  9355. configure:16267: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9356. configure:16267: $? = 0
  9357. configure:16285: result: __attribute__ ((__pure__)) x
  9358. configure:16298: checking for NORETURN function attribute
  9359. configure:16341: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9360. configure:16341: $? = 0
  9361. configure:16359: result: __attribute__ ((__noreturn__)) x
  9362. configure:16372: checking for DEPRECATED function attribute
  9363. configure:16415: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9364. configure:16415: $? = 0
  9365. configure:16433: result: __attribute__ ((__deprecated__)) x
  9366. configure:16446: checking for DEPRECATED_BY function attribute
  9367. configure:16489: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9368. configure:16489: $? = 0
  9369. configure:16507: result: __attribute__ ((__deprecated__("by "#n))) x
  9370. configure:16520: checking for DEPRECATED_TYPE type attribute
  9371. configure:16564: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9372. conftest.c:153:5: warning: attribute '__deprecated__' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]
  9373. DEPRECATED_TYPE(mesg,x);
  9374. ^
  9375. conftest.c:146:49: note: expanded from macro 'DEPRECATED_TYPE'
  9376. #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  9377. ^
  9378. 1 warning generated.
  9379. configure:16564: $? = 0
  9380. configure: failed program was:
  9381. | /* confdefs.h */
  9382. | #define PACKAGE_NAME ""
  9383. | #define PACKAGE_TARNAME ""
  9384. | #define PACKAGE_VERSION ""
  9385. | #define PACKAGE_STRING ""
  9386. | #define PACKAGE_BUGREPORT ""
  9387. | #define PACKAGE_URL ""
  9388. | #define STDC_HEADERS 1
  9389. | #define HAVE_SYS_TYPES_H 1
  9390. | #define HAVE_SYS_STAT_H 1
  9391. | #define HAVE_STDLIB_H 1
  9392. | #define HAVE_STRING_H 1
  9393. | #define HAVE_MEMORY_H 1
  9394. | #define HAVE_STRINGS_H 1
  9395. | #define HAVE_INTTYPES_H 1
  9396. | #define HAVE_STDINT_H 1
  9397. | #define HAVE_UNISTD_H 1
  9398. | #define __EXTENSIONS__ 1
  9399. | #define _ALL_SOURCE 1
  9400. | #define _GNU_SOURCE 1
  9401. | #define _POSIX_PTHREAD_SEMANTICS 1
  9402. | #define _TANDEM_SOURCE 1
  9403. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9404. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9405. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9406. | #define BROKEN_CRYPT 1
  9407. | #define HAVE_CRT_EXTERNS_H 1
  9408. | #define HAVE_LIBDL 1
  9409. | #define HAVE_DIRENT_H 1
  9410. | #define HAVE__BOOL 1
  9411. | #define HAVE_STDBOOL_H 1
  9412. | #define HAVE_SYS_WAIT_H 1
  9413. | #define HAVE_GRP_H 1
  9414. | #define HAVE_FCNTL_H 1
  9415. | #define HAVE_FLOAT_H 1
  9416. | #define HAVE_LANGINFO_H 1
  9417. | #define HAVE_LIMITS_H 1
  9418. | #define HAVE_LOCALE_H 1
  9419. | #define HAVE_MALLOC_MALLOC_H 1
  9420. | #define HAVE_PWD_H 1
  9421. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9422. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9423. | #define HAVE_STDALIGN_H 1
  9424. | #define HAVE_SYS_ATTR_H 1
  9425. | #define HAVE_SYS_FCNTL_H 1
  9426. | #define HAVE_SYS_FILE_H 1
  9427. | #define HAVE_SYS_IOCTL_H 1
  9428. | #define HAVE_SYS_PARAM_H 1
  9429. | #define HAVE_SYS_RESOURCE_H 1
  9430. | #define HAVE_SYS_SELECT_H 1
  9431. | #define HAVE_SYS_SOCKET_H 1
  9432. | #define HAVE_SYS_TIME_H 1
  9433. | #define HAVE_SYS_TIMES_H 1
  9434. | #define HAVE_SYS_UIO_H 1
  9435. | #define HAVE_TIME_H 1
  9436. | #define HAVE_UCONTEXT_H 1
  9437. | #define HAVE_UTIME_H 1
  9438. | #define HAVE_GMP_H 1
  9439. | #define HAVE_LIBGMP 1
  9440. | #define HAVE_TYPEOF 1
  9441. | #define HAVE_LONG_LONG 1
  9442. | #define HAVE_OFF_T 1
  9443. | #define SIZEOF_INT 4
  9444. | #define SIZEOF_SHORT 2
  9445. | #define SIZEOF_LONG 8
  9446. | #define SIZEOF_LONG_LONG 8
  9447. | #define SIZEOF___INT64 0
  9448. | #define SIZEOF___INT128 16
  9449. | #define SIZEOF_OFF_T 8
  9450. | #define SIZEOF_VOIDP 8
  9451. | #define SIZEOF_FLOAT 4
  9452. | #define SIZEOF_DOUBLE 8
  9453. | #define SIZEOF_TIME_T 8
  9454. | #define SIZEOF_CLOCK_T 8
  9455. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9456. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9457. | #define PRI_LL_PREFIX "ll"
  9458. | #define HAVE_PID_T 1
  9459. | #define rb_pid_t pid_t
  9460. | #define SIGNEDNESS_OF_PID_T -1
  9461. | #define PIDT2NUM(v) INT2NUM(v)
  9462. | #define NUM2PIDT(v) NUM2INT(v)
  9463. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9464. | #define HAVE_UID_T 1
  9465. | #define rb_uid_t uid_t
  9466. | #define SIGNEDNESS_OF_UID_T +1
  9467. | #define UIDT2NUM(v) UINT2NUM(v)
  9468. | #define NUM2UIDT(v) NUM2UINT(v)
  9469. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9470. | #define HAVE_GID_T 1
  9471. | #define rb_gid_t gid_t
  9472. | #define SIGNEDNESS_OF_GID_T +1
  9473. | #define GIDT2NUM(v) UINT2NUM(v)
  9474. | #define NUM2GIDT(v) NUM2UINT(v)
  9475. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9476. | #define HAVE_TIME_T 1
  9477. | #define rb_time_t time_t
  9478. | #define SIGNEDNESS_OF_TIME_T -1
  9479. | #define TIMET2NUM(v) LONG2NUM(v)
  9480. | #define NUM2TIMET(v) NUM2LONG(v)
  9481. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9482. | #define HAVE_DEV_T 1
  9483. | #define rb_dev_t dev_t
  9484. | #define SIGNEDNESS_OF_DEV_T -1
  9485. | #define DEVT2NUM(v) INT2NUM(v)
  9486. | #define NUM2DEVT(v) NUM2INT(v)
  9487. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9488. | #define HAVE_MODE_T 1
  9489. | #define rb_mode_t mode_t
  9490. | #define SIGNEDNESS_OF_MODE_T +1
  9491. | #define MODET2NUM(v) USHORT2NUM(v)
  9492. | #define NUM2MODET(v) NUM2USHORT(v)
  9493. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  9494. | #define HAVE_RLIM_T 1
  9495. | #define rb_rlim_t rlim_t
  9496. | #define SIGNEDNESS_OF_RLIM_T +1
  9497. | #define RLIM2NUM(v) ULL2NUM(v)
  9498. | #define NUM2RLIM(v) NUM2ULL(v)
  9499. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9500. | #define HAVE_OFF_T 1
  9501. | #define rb_off_t off_t
  9502. | #define SIGNEDNESS_OF_OFF_T -1
  9503. | #define OFFT2NUM(v) LL2NUM(v)
  9504. | #define NUM2OFFT(v) NUM2LL(v)
  9505. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9506. | #define HAVE_CLOCKID_T 1
  9507. | #define rb_clockid_t clockid_t
  9508. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9509. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9510. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9511. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9512. | #define HAVE_PROTOTYPES 1
  9513. | #define TOKEN_PASTE(x,y) x##y
  9514. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9515. | #define HAVE_STDARG_PROTOTYPES 1
  9516. | #define HAVE_VA_ARGS_MACRO 1
  9517. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  9518. | #define RUBY_ALIGNOF alignof
  9519. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9520. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9521. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9522. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9523. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9524. | /* end confdefs.h. */
  9525. |
  9526. | #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  9527. |
  9528. |
  9529. | #define x struct conftest_attribute_check {int i;}
  9530. |
  9531. | #define mesg ("")
  9532. | #define san "address"
  9533. | DEPRECATED_TYPE(mesg,x);
  9534. | int
  9535. | main ()
  9536. | {
  9537. |
  9538. | ;
  9539. | return 0;
  9540. | }
  9541. configure:16564: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9542. configure:16564: $? = 0
  9543. configure:16582: result: x __attribute__ ((__deprecated__ mesg))
  9544. configure:16595: checking for NOINLINE function attribute
  9545. configure:16638: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9546. configure:16638: $? = 0
  9547. configure:16656: result: __attribute__ ((__noinline__)) x
  9548. configure:16669: checking for ALWAYS_INLINE function attribute
  9549. configure:16712: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9550. configure:16712: $? = 0
  9551. configure:16730: result: __attribute__ ((__always_inline__)) x
  9552. configure:16743: checking for NO_SANITIZE function attribute
  9553. configure:16786: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9554. configure:16786: $? = 0
  9555. configure:16804: result: __attribute__ ((__no_sanitize__(san))) x
  9556. configure:16817: checking for NO_SANITIZE_ADDRESS function attribute
  9557. configure:16860: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9558. configure:16860: $? = 0
  9559. configure:16878: result: __attribute__ ((__no_sanitize_address__)) x
  9560. configure:16891: checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute
  9561. configure:16934: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9562. configure:16934: $? = 0
  9563. configure:16952: result: __attribute__ ((__no_address_safety_analysis__)) x
  9564. configure:16965: checking for WARN_UNUSED_RESULT function attribute
  9565. configure:17008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9566. configure:17008: $? = 0
  9567. configure:17026: result: __attribute__ ((__warn_unused_result__)) x
  9568. configure:17039: checking for MAYBE_UNUSED function attribute
  9569. configure:17082: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9570. configure:17082: $? = 0
  9571. configure:17100: result: __attribute__ ((__unused__)) x
  9572. configure:17113: checking for ERRORFUNC function attribute
  9573. configure:17156: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9574. conftest.c:160:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  9575. ERRORFUNC(mesg,x);
  9576. ^
  9577. conftest.c:154:43: note: expanded from macro 'ERRORFUNC'
  9578. #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  9579. ^
  9580. 1 warning generated.
  9581. configure:17156: $? = 0
  9582. configure: failed program was:
  9583. | /* confdefs.h */
  9584. | #define PACKAGE_NAME ""
  9585. | #define PACKAGE_TARNAME ""
  9586. | #define PACKAGE_VERSION ""
  9587. | #define PACKAGE_STRING ""
  9588. | #define PACKAGE_BUGREPORT ""
  9589. | #define PACKAGE_URL ""
  9590. | #define STDC_HEADERS 1
  9591. | #define HAVE_SYS_TYPES_H 1
  9592. | #define HAVE_SYS_STAT_H 1
  9593. | #define HAVE_STDLIB_H 1
  9594. | #define HAVE_STRING_H 1
  9595. | #define HAVE_MEMORY_H 1
  9596. | #define HAVE_STRINGS_H 1
  9597. | #define HAVE_INTTYPES_H 1
  9598. | #define HAVE_STDINT_H 1
  9599. | #define HAVE_UNISTD_H 1
  9600. | #define __EXTENSIONS__ 1
  9601. | #define _ALL_SOURCE 1
  9602. | #define _GNU_SOURCE 1
  9603. | #define _POSIX_PTHREAD_SEMANTICS 1
  9604. | #define _TANDEM_SOURCE 1
  9605. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9606. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9607. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9608. | #define BROKEN_CRYPT 1
  9609. | #define HAVE_CRT_EXTERNS_H 1
  9610. | #define HAVE_LIBDL 1
  9611. | #define HAVE_DIRENT_H 1
  9612. | #define HAVE__BOOL 1
  9613. | #define HAVE_STDBOOL_H 1
  9614. | #define HAVE_SYS_WAIT_H 1
  9615. | #define HAVE_GRP_H 1
  9616. | #define HAVE_FCNTL_H 1
  9617. | #define HAVE_FLOAT_H 1
  9618. | #define HAVE_LANGINFO_H 1
  9619. | #define HAVE_LIMITS_H 1
  9620. | #define HAVE_LOCALE_H 1
  9621. | #define HAVE_MALLOC_MALLOC_H 1
  9622. | #define HAVE_PWD_H 1
  9623. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9624. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9625. | #define HAVE_STDALIGN_H 1
  9626. | #define HAVE_SYS_ATTR_H 1
  9627. | #define HAVE_SYS_FCNTL_H 1
  9628. | #define HAVE_SYS_FILE_H 1
  9629. | #define HAVE_SYS_IOCTL_H 1
  9630. | #define HAVE_SYS_PARAM_H 1
  9631. | #define HAVE_SYS_RESOURCE_H 1
  9632. | #define HAVE_SYS_SELECT_H 1
  9633. | #define HAVE_SYS_SOCKET_H 1
  9634. | #define HAVE_SYS_TIME_H 1
  9635. | #define HAVE_SYS_TIMES_H 1
  9636. | #define HAVE_SYS_UIO_H 1
  9637. | #define HAVE_TIME_H 1
  9638. | #define HAVE_UCONTEXT_H 1
  9639. | #define HAVE_UTIME_H 1
  9640. | #define HAVE_GMP_H 1
  9641. | #define HAVE_LIBGMP 1
  9642. | #define HAVE_TYPEOF 1
  9643. | #define HAVE_LONG_LONG 1
  9644. | #define HAVE_OFF_T 1
  9645. | #define SIZEOF_INT 4
  9646. | #define SIZEOF_SHORT 2
  9647. | #define SIZEOF_LONG 8
  9648. | #define SIZEOF_LONG_LONG 8
  9649. | #define SIZEOF___INT64 0
  9650. | #define SIZEOF___INT128 16
  9651. | #define SIZEOF_OFF_T 8
  9652. | #define SIZEOF_VOIDP 8
  9653. | #define SIZEOF_FLOAT 4
  9654. | #define SIZEOF_DOUBLE 8
  9655. | #define SIZEOF_TIME_T 8
  9656. | #define SIZEOF_CLOCK_T 8
  9657. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9658. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9659. | #define PRI_LL_PREFIX "ll"
  9660. | #define HAVE_PID_T 1
  9661. | #define rb_pid_t pid_t
  9662. | #define SIGNEDNESS_OF_PID_T -1
  9663. | #define PIDT2NUM(v) INT2NUM(v)
  9664. | #define NUM2PIDT(v) NUM2INT(v)
  9665. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9666. | #define HAVE_UID_T 1
  9667. | #define rb_uid_t uid_t
  9668. | #define SIGNEDNESS_OF_UID_T +1
  9669. | #define UIDT2NUM(v) UINT2NUM(v)
  9670. | #define NUM2UIDT(v) NUM2UINT(v)
  9671. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9672. | #define HAVE_GID_T 1
  9673. | #define rb_gid_t gid_t
  9674. | #define SIGNEDNESS_OF_GID_T +1
  9675. | #define GIDT2NUM(v) UINT2NUM(v)
  9676. | #define NUM2GIDT(v) NUM2UINT(v)
  9677. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9678. | #define HAVE_TIME_T 1
  9679. | #define rb_time_t time_t
  9680. | #define SIGNEDNESS_OF_TIME_T -1
  9681. | #define TIMET2NUM(v) LONG2NUM(v)
  9682. | #define NUM2TIMET(v) NUM2LONG(v)
  9683. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9684. | #define HAVE_DEV_T 1
  9685. | #define rb_dev_t dev_t
  9686. | #define SIGNEDNESS_OF_DEV_T -1
  9687. | #define DEVT2NUM(v) INT2NUM(v)
  9688. | #define NUM2DEVT(v) NUM2INT(v)
  9689. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9690. | #define HAVE_MODE_T 1
  9691. | #define rb_mode_t mode_t
  9692. | #define SIGNEDNESS_OF_MODE_T +1
  9693. | #define MODET2NUM(v) USHORT2NUM(v)
  9694. | #define NUM2MODET(v) NUM2USHORT(v)
  9695. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  9696. | #define HAVE_RLIM_T 1
  9697. | #define rb_rlim_t rlim_t
  9698. | #define SIGNEDNESS_OF_RLIM_T +1
  9699. | #define RLIM2NUM(v) ULL2NUM(v)
  9700. | #define NUM2RLIM(v) NUM2ULL(v)
  9701. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9702. | #define HAVE_OFF_T 1
  9703. | #define rb_off_t off_t
  9704. | #define SIGNEDNESS_OF_OFF_T -1
  9705. | #define OFFT2NUM(v) LL2NUM(v)
  9706. | #define NUM2OFFT(v) NUM2LL(v)
  9707. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9708. | #define HAVE_CLOCKID_T 1
  9709. | #define rb_clockid_t clockid_t
  9710. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9711. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9712. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9713. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9714. | #define HAVE_PROTOTYPES 1
  9715. | #define TOKEN_PASTE(x,y) x##y
  9716. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9717. | #define HAVE_STDARG_PROTOTYPES 1
  9718. | #define HAVE_VA_ARGS_MACRO 1
  9719. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  9720. | #define RUBY_ALIGNOF alignof
  9721. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9722. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9723. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9724. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9725. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9726. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9727. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9728. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9729. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  9730. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  9731. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  9732. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9733. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9734. | /* end confdefs.h. */
  9735. |
  9736. | #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  9737. |
  9738. | #define x int conftest_attribute_check(void)
  9739. |
  9740. | #define mesg ("")
  9741. | #define san "address"
  9742. | ERRORFUNC(mesg,x);
  9743. | int
  9744. | main ()
  9745. | {
  9746. |
  9747. | ;
  9748. | return 0;
  9749. | }
  9750. configure:17156: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9751. conftest.c:160:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  9752. ERRORFUNC(mesg,x);
  9753. ^
  9754. conftest.c:154:45: note: expanded from macro 'ERRORFUNC'
  9755. #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9756. ^
  9757. 1 warning generated.
  9758. configure:17156: $? = 0
  9759. configure: failed program was:
  9760. | /* confdefs.h */
  9761. | #define PACKAGE_NAME ""
  9762. | #define PACKAGE_TARNAME ""
  9763. | #define PACKAGE_VERSION ""
  9764. | #define PACKAGE_STRING ""
  9765. | #define PACKAGE_BUGREPORT ""
  9766. | #define PACKAGE_URL ""
  9767. | #define STDC_HEADERS 1
  9768. | #define HAVE_SYS_TYPES_H 1
  9769. | #define HAVE_SYS_STAT_H 1
  9770. | #define HAVE_STDLIB_H 1
  9771. | #define HAVE_STRING_H 1
  9772. | #define HAVE_MEMORY_H 1
  9773. | #define HAVE_STRINGS_H 1
  9774. | #define HAVE_INTTYPES_H 1
  9775. | #define HAVE_STDINT_H 1
  9776. | #define HAVE_UNISTD_H 1
  9777. | #define __EXTENSIONS__ 1
  9778. | #define _ALL_SOURCE 1
  9779. | #define _GNU_SOURCE 1
  9780. | #define _POSIX_PTHREAD_SEMANTICS 1
  9781. | #define _TANDEM_SOURCE 1
  9782. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9783. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9784. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9785. | #define BROKEN_CRYPT 1
  9786. | #define HAVE_CRT_EXTERNS_H 1
  9787. | #define HAVE_LIBDL 1
  9788. | #define HAVE_DIRENT_H 1
  9789. | #define HAVE__BOOL 1
  9790. | #define HAVE_STDBOOL_H 1
  9791. | #define HAVE_SYS_WAIT_H 1
  9792. | #define HAVE_GRP_H 1
  9793. | #define HAVE_FCNTL_H 1
  9794. | #define HAVE_FLOAT_H 1
  9795. | #define HAVE_LANGINFO_H 1
  9796. | #define HAVE_LIMITS_H 1
  9797. | #define HAVE_LOCALE_H 1
  9798. | #define HAVE_MALLOC_MALLOC_H 1
  9799. | #define HAVE_PWD_H 1
  9800. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9801. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9802. | #define HAVE_STDALIGN_H 1
  9803. | #define HAVE_SYS_ATTR_H 1
  9804. | #define HAVE_SYS_FCNTL_H 1
  9805. | #define HAVE_SYS_FILE_H 1
  9806. | #define HAVE_SYS_IOCTL_H 1
  9807. | #define HAVE_SYS_PARAM_H 1
  9808. | #define HAVE_SYS_RESOURCE_H 1
  9809. | #define HAVE_SYS_SELECT_H 1
  9810. | #define HAVE_SYS_SOCKET_H 1
  9811. | #define HAVE_SYS_TIME_H 1
  9812. | #define HAVE_SYS_TIMES_H 1
  9813. | #define HAVE_SYS_UIO_H 1
  9814. | #define HAVE_TIME_H 1
  9815. | #define HAVE_UCONTEXT_H 1
  9816. | #define HAVE_UTIME_H 1
  9817. | #define HAVE_GMP_H 1
  9818. | #define HAVE_LIBGMP 1
  9819. | #define HAVE_TYPEOF 1
  9820. | #define HAVE_LONG_LONG 1
  9821. | #define HAVE_OFF_T 1
  9822. | #define SIZEOF_INT 4
  9823. | #define SIZEOF_SHORT 2
  9824. | #define SIZEOF_LONG 8
  9825. | #define SIZEOF_LONG_LONG 8
  9826. | #define SIZEOF___INT64 0
  9827. | #define SIZEOF___INT128 16
  9828. | #define SIZEOF_OFF_T 8
  9829. | #define SIZEOF_VOIDP 8
  9830. | #define SIZEOF_FLOAT 4
  9831. | #define SIZEOF_DOUBLE 8
  9832. | #define SIZEOF_TIME_T 8
  9833. | #define SIZEOF_CLOCK_T 8
  9834. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9835. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9836. | #define PRI_LL_PREFIX "ll"
  9837. | #define HAVE_PID_T 1
  9838. | #define rb_pid_t pid_t
  9839. | #define SIGNEDNESS_OF_PID_T -1
  9840. | #define PIDT2NUM(v) INT2NUM(v)
  9841. | #define NUM2PIDT(v) NUM2INT(v)
  9842. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9843. | #define HAVE_UID_T 1
  9844. | #define rb_uid_t uid_t
  9845. | #define SIGNEDNESS_OF_UID_T +1
  9846. | #define UIDT2NUM(v) UINT2NUM(v)
  9847. | #define NUM2UIDT(v) NUM2UINT(v)
  9848. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9849. | #define HAVE_GID_T 1
  9850. | #define rb_gid_t gid_t
  9851. | #define SIGNEDNESS_OF_GID_T +1
  9852. | #define GIDT2NUM(v) UINT2NUM(v)
  9853. | #define NUM2GIDT(v) NUM2UINT(v)
  9854. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9855. | #define HAVE_TIME_T 1
  9856. | #define rb_time_t time_t
  9857. | #define SIGNEDNESS_OF_TIME_T -1
  9858. | #define TIMET2NUM(v) LONG2NUM(v)
  9859. | #define NUM2TIMET(v) NUM2LONG(v)
  9860. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9861. | #define HAVE_DEV_T 1
  9862. | #define rb_dev_t dev_t
  9863. | #define SIGNEDNESS_OF_DEV_T -1
  9864. | #define DEVT2NUM(v) INT2NUM(v)
  9865. | #define NUM2DEVT(v) NUM2INT(v)
  9866. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9867. | #define HAVE_MODE_T 1
  9868. | #define rb_mode_t mode_t
  9869. | #define SIGNEDNESS_OF_MODE_T +1
  9870. | #define MODET2NUM(v) USHORT2NUM(v)
  9871. | #define NUM2MODET(v) NUM2USHORT(v)
  9872. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  9873. | #define HAVE_RLIM_T 1
  9874. | #define rb_rlim_t rlim_t
  9875. | #define SIGNEDNESS_OF_RLIM_T +1
  9876. | #define RLIM2NUM(v) ULL2NUM(v)
  9877. | #define NUM2RLIM(v) NUM2ULL(v)
  9878. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9879. | #define HAVE_OFF_T 1
  9880. | #define rb_off_t off_t
  9881. | #define SIGNEDNESS_OF_OFF_T -1
  9882. | #define OFFT2NUM(v) LL2NUM(v)
  9883. | #define NUM2OFFT(v) NUM2LL(v)
  9884. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9885. | #define HAVE_CLOCKID_T 1
  9886. | #define rb_clockid_t clockid_t
  9887. | #define SIGNEDNESS_OF_CLOCKID_T +1
  9888. | #define CLOCKID2NUM(v) UINT2NUM(v)
  9889. | #define NUM2CLOCKID(v) NUM2UINT(v)
  9890. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9891. | #define HAVE_PROTOTYPES 1
  9892. | #define TOKEN_PASTE(x,y) x##y
  9893. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9894. | #define HAVE_STDARG_PROTOTYPES 1
  9895. | #define HAVE_VA_ARGS_MACRO 1
  9896. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  9897. | #define RUBY_ALIGNOF alignof
  9898. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9899. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9900. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9901. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9902. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9903. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9904. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9905. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9906. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  9907. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  9908. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  9909. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9910. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9911. | /* end confdefs.h. */
  9912. |
  9913. | #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9914. |
  9915. | #define x int conftest_attribute_check(void)
  9916. |
  9917. | #define mesg ("")
  9918. | #define san "address"
  9919. | ERRORFUNC(mesg,x);
  9920. | int
  9921. | main ()
  9922. | {
  9923. |
  9924. | ;
  9925. | return 0;
  9926. | }
  9927. configure:17156: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9928. conftest.c:160:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  9929. ERRORFUNC(mesg,x);
  9930. ^
  9931. conftest.c:154:27: note: expanded from macro 'ERRORFUNC'
  9932. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9933. ^
  9934. 1 error generated.
  9935. configure:17156: $? = 1
  9936. configure: failed program was:
  9937. | /* confdefs.h */
  9938. | #define PACKAGE_NAME ""
  9939. | #define PACKAGE_TARNAME ""
  9940. | #define PACKAGE_VERSION ""
  9941. | #define PACKAGE_STRING ""
  9942. | #define PACKAGE_BUGREPORT ""
  9943. | #define PACKAGE_URL ""
  9944. | #define STDC_HEADERS 1
  9945. | #define HAVE_SYS_TYPES_H 1
  9946. | #define HAVE_SYS_STAT_H 1
  9947. | #define HAVE_STDLIB_H 1
  9948. | #define HAVE_STRING_H 1
  9949. | #define HAVE_MEMORY_H 1
  9950. | #define HAVE_STRINGS_H 1
  9951. | #define HAVE_INTTYPES_H 1
  9952. | #define HAVE_STDINT_H 1
  9953. | #define HAVE_UNISTD_H 1
  9954. | #define __EXTENSIONS__ 1
  9955. | #define _ALL_SOURCE 1
  9956. | #define _GNU_SOURCE 1
  9957. | #define _POSIX_PTHREAD_SEMANTICS 1
  9958. | #define _TANDEM_SOURCE 1
  9959. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9960. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9961. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  9962. | #define BROKEN_CRYPT 1
  9963. | #define HAVE_CRT_EXTERNS_H 1
  9964. | #define HAVE_LIBDL 1
  9965. | #define HAVE_DIRENT_H 1
  9966. | #define HAVE__BOOL 1
  9967. | #define HAVE_STDBOOL_H 1
  9968. | #define HAVE_SYS_WAIT_H 1
  9969. | #define HAVE_GRP_H 1
  9970. | #define HAVE_FCNTL_H 1
  9971. | #define HAVE_FLOAT_H 1
  9972. | #define HAVE_LANGINFO_H 1
  9973. | #define HAVE_LIMITS_H 1
  9974. | #define HAVE_LOCALE_H 1
  9975. | #define HAVE_MALLOC_MALLOC_H 1
  9976. | #define HAVE_PWD_H 1
  9977. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  9978. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  9979. | #define HAVE_STDALIGN_H 1
  9980. | #define HAVE_SYS_ATTR_H 1
  9981. | #define HAVE_SYS_FCNTL_H 1
  9982. | #define HAVE_SYS_FILE_H 1
  9983. | #define HAVE_SYS_IOCTL_H 1
  9984. | #define HAVE_SYS_PARAM_H 1
  9985. | #define HAVE_SYS_RESOURCE_H 1
  9986. | #define HAVE_SYS_SELECT_H 1
  9987. | #define HAVE_SYS_SOCKET_H 1
  9988. | #define HAVE_SYS_TIME_H 1
  9989. | #define HAVE_SYS_TIMES_H 1
  9990. | #define HAVE_SYS_UIO_H 1
  9991. | #define HAVE_TIME_H 1
  9992. | #define HAVE_UCONTEXT_H 1
  9993. | #define HAVE_UTIME_H 1
  9994. | #define HAVE_GMP_H 1
  9995. | #define HAVE_LIBGMP 1
  9996. | #define HAVE_TYPEOF 1
  9997. | #define HAVE_LONG_LONG 1
  9998. | #define HAVE_OFF_T 1
  9999. | #define SIZEOF_INT 4
  10000. | #define SIZEOF_SHORT 2
  10001. | #define SIZEOF_LONG 8
  10002. | #define SIZEOF_LONG_LONG 8
  10003. | #define SIZEOF___INT64 0
  10004. | #define SIZEOF___INT128 16
  10005. | #define SIZEOF_OFF_T 8
  10006. | #define SIZEOF_VOIDP 8
  10007. | #define SIZEOF_FLOAT 4
  10008. | #define SIZEOF_DOUBLE 8
  10009. | #define SIZEOF_TIME_T 8
  10010. | #define SIZEOF_CLOCK_T 8
  10011. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10012. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10013. | #define PRI_LL_PREFIX "ll"
  10014. | #define HAVE_PID_T 1
  10015. | #define rb_pid_t pid_t
  10016. | #define SIGNEDNESS_OF_PID_T -1
  10017. | #define PIDT2NUM(v) INT2NUM(v)
  10018. | #define NUM2PIDT(v) NUM2INT(v)
  10019. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10020. | #define HAVE_UID_T 1
  10021. | #define rb_uid_t uid_t
  10022. | #define SIGNEDNESS_OF_UID_T +1
  10023. | #define UIDT2NUM(v) UINT2NUM(v)
  10024. | #define NUM2UIDT(v) NUM2UINT(v)
  10025. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10026. | #define HAVE_GID_T 1
  10027. | #define rb_gid_t gid_t
  10028. | #define SIGNEDNESS_OF_GID_T +1
  10029. | #define GIDT2NUM(v) UINT2NUM(v)
  10030. | #define NUM2GIDT(v) NUM2UINT(v)
  10031. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10032. | #define HAVE_TIME_T 1
  10033. | #define rb_time_t time_t
  10034. | #define SIGNEDNESS_OF_TIME_T -1
  10035. | #define TIMET2NUM(v) LONG2NUM(v)
  10036. | #define NUM2TIMET(v) NUM2LONG(v)
  10037. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10038. | #define HAVE_DEV_T 1
  10039. | #define rb_dev_t dev_t
  10040. | #define SIGNEDNESS_OF_DEV_T -1
  10041. | #define DEVT2NUM(v) INT2NUM(v)
  10042. | #define NUM2DEVT(v) NUM2INT(v)
  10043. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10044. | #define HAVE_MODE_T 1
  10045. | #define rb_mode_t mode_t
  10046. | #define SIGNEDNESS_OF_MODE_T +1
  10047. | #define MODET2NUM(v) USHORT2NUM(v)
  10048. | #define NUM2MODET(v) NUM2USHORT(v)
  10049. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10050. | #define HAVE_RLIM_T 1
  10051. | #define rb_rlim_t rlim_t
  10052. | #define SIGNEDNESS_OF_RLIM_T +1
  10053. | #define RLIM2NUM(v) ULL2NUM(v)
  10054. | #define NUM2RLIM(v) NUM2ULL(v)
  10055. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10056. | #define HAVE_OFF_T 1
  10057. | #define rb_off_t off_t
  10058. | #define SIGNEDNESS_OF_OFF_T -1
  10059. | #define OFFT2NUM(v) LL2NUM(v)
  10060. | #define NUM2OFFT(v) NUM2LL(v)
  10061. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10062. | #define HAVE_CLOCKID_T 1
  10063. | #define rb_clockid_t clockid_t
  10064. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10065. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10066. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10067. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10068. | #define HAVE_PROTOTYPES 1
  10069. | #define TOKEN_PASTE(x,y) x##y
  10070. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10071. | #define HAVE_STDARG_PROTOTYPES 1
  10072. | #define HAVE_VA_ARGS_MACRO 1
  10073. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10074. | #define RUBY_ALIGNOF alignof
  10075. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10076. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10077. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10078. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10079. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10080. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10081. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10082. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10083. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10084. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10085. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10086. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10087. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10088. | /* end confdefs.h. */
  10089. |
  10090. | #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  10091. |
  10092. | #define x int conftest_attribute_check(void)
  10093. |
  10094. | #define mesg ("")
  10095. | #define san "address"
  10096. | ERRORFUNC(mesg,x);
  10097. | int
  10098. | main ()
  10099. | {
  10100. |
  10101. | ;
  10102. | return 0;
  10103. | }
  10104. configure:17156: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10105. configure:17156: $? = 0
  10106. configure:17174: result: x
  10107. configure:17187: checking for WARNINGFUNC function attribute
  10108. configure:17230: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10109. conftest.c:160:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  10110. WARNINGFUNC(mesg,x);
  10111. ^
  10112. conftest.c:154:45: note: expanded from macro 'WARNINGFUNC'
  10113. #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  10114. ^
  10115. 1 warning generated.
  10116. configure:17230: $? = 0
  10117. configure: failed program was:
  10118. | /* confdefs.h */
  10119. | #define PACKAGE_NAME ""
  10120. | #define PACKAGE_TARNAME ""
  10121. | #define PACKAGE_VERSION ""
  10122. | #define PACKAGE_STRING ""
  10123. | #define PACKAGE_BUGREPORT ""
  10124. | #define PACKAGE_URL ""
  10125. | #define STDC_HEADERS 1
  10126. | #define HAVE_SYS_TYPES_H 1
  10127. | #define HAVE_SYS_STAT_H 1
  10128. | #define HAVE_STDLIB_H 1
  10129. | #define HAVE_STRING_H 1
  10130. | #define HAVE_MEMORY_H 1
  10131. | #define HAVE_STRINGS_H 1
  10132. | #define HAVE_INTTYPES_H 1
  10133. | #define HAVE_STDINT_H 1
  10134. | #define HAVE_UNISTD_H 1
  10135. | #define __EXTENSIONS__ 1
  10136. | #define _ALL_SOURCE 1
  10137. | #define _GNU_SOURCE 1
  10138. | #define _POSIX_PTHREAD_SEMANTICS 1
  10139. | #define _TANDEM_SOURCE 1
  10140. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10141. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10142. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  10143. | #define BROKEN_CRYPT 1
  10144. | #define HAVE_CRT_EXTERNS_H 1
  10145. | #define HAVE_LIBDL 1
  10146. | #define HAVE_DIRENT_H 1
  10147. | #define HAVE__BOOL 1
  10148. | #define HAVE_STDBOOL_H 1
  10149. | #define HAVE_SYS_WAIT_H 1
  10150. | #define HAVE_GRP_H 1
  10151. | #define HAVE_FCNTL_H 1
  10152. | #define HAVE_FLOAT_H 1
  10153. | #define HAVE_LANGINFO_H 1
  10154. | #define HAVE_LIMITS_H 1
  10155. | #define HAVE_LOCALE_H 1
  10156. | #define HAVE_MALLOC_MALLOC_H 1
  10157. | #define HAVE_PWD_H 1
  10158. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  10159. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  10160. | #define HAVE_STDALIGN_H 1
  10161. | #define HAVE_SYS_ATTR_H 1
  10162. | #define HAVE_SYS_FCNTL_H 1
  10163. | #define HAVE_SYS_FILE_H 1
  10164. | #define HAVE_SYS_IOCTL_H 1
  10165. | #define HAVE_SYS_PARAM_H 1
  10166. | #define HAVE_SYS_RESOURCE_H 1
  10167. | #define HAVE_SYS_SELECT_H 1
  10168. | #define HAVE_SYS_SOCKET_H 1
  10169. | #define HAVE_SYS_TIME_H 1
  10170. | #define HAVE_SYS_TIMES_H 1
  10171. | #define HAVE_SYS_UIO_H 1
  10172. | #define HAVE_TIME_H 1
  10173. | #define HAVE_UCONTEXT_H 1
  10174. | #define HAVE_UTIME_H 1
  10175. | #define HAVE_GMP_H 1
  10176. | #define HAVE_LIBGMP 1
  10177. | #define HAVE_TYPEOF 1
  10178. | #define HAVE_LONG_LONG 1
  10179. | #define HAVE_OFF_T 1
  10180. | #define SIZEOF_INT 4
  10181. | #define SIZEOF_SHORT 2
  10182. | #define SIZEOF_LONG 8
  10183. | #define SIZEOF_LONG_LONG 8
  10184. | #define SIZEOF___INT64 0
  10185. | #define SIZEOF___INT128 16
  10186. | #define SIZEOF_OFF_T 8
  10187. | #define SIZEOF_VOIDP 8
  10188. | #define SIZEOF_FLOAT 4
  10189. | #define SIZEOF_DOUBLE 8
  10190. | #define SIZEOF_TIME_T 8
  10191. | #define SIZEOF_CLOCK_T 8
  10192. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10193. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10194. | #define PRI_LL_PREFIX "ll"
  10195. | #define HAVE_PID_T 1
  10196. | #define rb_pid_t pid_t
  10197. | #define SIGNEDNESS_OF_PID_T -1
  10198. | #define PIDT2NUM(v) INT2NUM(v)
  10199. | #define NUM2PIDT(v) NUM2INT(v)
  10200. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10201. | #define HAVE_UID_T 1
  10202. | #define rb_uid_t uid_t
  10203. | #define SIGNEDNESS_OF_UID_T +1
  10204. | #define UIDT2NUM(v) UINT2NUM(v)
  10205. | #define NUM2UIDT(v) NUM2UINT(v)
  10206. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10207. | #define HAVE_GID_T 1
  10208. | #define rb_gid_t gid_t
  10209. | #define SIGNEDNESS_OF_GID_T +1
  10210. | #define GIDT2NUM(v) UINT2NUM(v)
  10211. | #define NUM2GIDT(v) NUM2UINT(v)
  10212. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10213. | #define HAVE_TIME_T 1
  10214. | #define rb_time_t time_t
  10215. | #define SIGNEDNESS_OF_TIME_T -1
  10216. | #define TIMET2NUM(v) LONG2NUM(v)
  10217. | #define NUM2TIMET(v) NUM2LONG(v)
  10218. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10219. | #define HAVE_DEV_T 1
  10220. | #define rb_dev_t dev_t
  10221. | #define SIGNEDNESS_OF_DEV_T -1
  10222. | #define DEVT2NUM(v) INT2NUM(v)
  10223. | #define NUM2DEVT(v) NUM2INT(v)
  10224. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10225. | #define HAVE_MODE_T 1
  10226. | #define rb_mode_t mode_t
  10227. | #define SIGNEDNESS_OF_MODE_T +1
  10228. | #define MODET2NUM(v) USHORT2NUM(v)
  10229. | #define NUM2MODET(v) NUM2USHORT(v)
  10230. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10231. | #define HAVE_RLIM_T 1
  10232. | #define rb_rlim_t rlim_t
  10233. | #define SIGNEDNESS_OF_RLIM_T +1
  10234. | #define RLIM2NUM(v) ULL2NUM(v)
  10235. | #define NUM2RLIM(v) NUM2ULL(v)
  10236. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10237. | #define HAVE_OFF_T 1
  10238. | #define rb_off_t off_t
  10239. | #define SIGNEDNESS_OF_OFF_T -1
  10240. | #define OFFT2NUM(v) LL2NUM(v)
  10241. | #define NUM2OFFT(v) NUM2LL(v)
  10242. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10243. | #define HAVE_CLOCKID_T 1
  10244. | #define rb_clockid_t clockid_t
  10245. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10246. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10247. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10248. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10249. | #define HAVE_PROTOTYPES 1
  10250. | #define TOKEN_PASTE(x,y) x##y
  10251. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10252. | #define HAVE_STDARG_PROTOTYPES 1
  10253. | #define HAVE_VA_ARGS_MACRO 1
  10254. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10255. | #define RUBY_ALIGNOF alignof
  10256. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10257. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10258. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10259. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10260. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10261. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10262. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10263. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10264. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10265. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10266. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10267. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10268. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10269. | /* end confdefs.h. */
  10270. |
  10271. | #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  10272. |
  10273. | #define x int conftest_attribute_check(void)
  10274. |
  10275. | #define mesg ("")
  10276. | #define san "address"
  10277. | WARNINGFUNC(mesg,x);
  10278. | int
  10279. | main ()
  10280. | {
  10281. |
  10282. | ;
  10283. | return 0;
  10284. | }
  10285. configure:17230: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10286. conftest.c:160:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  10287. WARNINGFUNC(mesg,x);
  10288. ^
  10289. conftest.c:154:47: note: expanded from macro 'WARNINGFUNC'
  10290. #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  10291. ^
  10292. 1 warning generated.
  10293. configure:17230: $? = 0
  10294. configure: failed program was:
  10295. | /* confdefs.h */
  10296. | #define PACKAGE_NAME ""
  10297. | #define PACKAGE_TARNAME ""
  10298. | #define PACKAGE_VERSION ""
  10299. | #define PACKAGE_STRING ""
  10300. | #define PACKAGE_BUGREPORT ""
  10301. | #define PACKAGE_URL ""
  10302. | #define STDC_HEADERS 1
  10303. | #define HAVE_SYS_TYPES_H 1
  10304. | #define HAVE_SYS_STAT_H 1
  10305. | #define HAVE_STDLIB_H 1
  10306. | #define HAVE_STRING_H 1
  10307. | #define HAVE_MEMORY_H 1
  10308. | #define HAVE_STRINGS_H 1
  10309. | #define HAVE_INTTYPES_H 1
  10310. | #define HAVE_STDINT_H 1
  10311. | #define HAVE_UNISTD_H 1
  10312. | #define __EXTENSIONS__ 1
  10313. | #define _ALL_SOURCE 1
  10314. | #define _GNU_SOURCE 1
  10315. | #define _POSIX_PTHREAD_SEMANTICS 1
  10316. | #define _TANDEM_SOURCE 1
  10317. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10318. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10319. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  10320. | #define BROKEN_CRYPT 1
  10321. | #define HAVE_CRT_EXTERNS_H 1
  10322. | #define HAVE_LIBDL 1
  10323. | #define HAVE_DIRENT_H 1
  10324. | #define HAVE__BOOL 1
  10325. | #define HAVE_STDBOOL_H 1
  10326. | #define HAVE_SYS_WAIT_H 1
  10327. | #define HAVE_GRP_H 1
  10328. | #define HAVE_FCNTL_H 1
  10329. | #define HAVE_FLOAT_H 1
  10330. | #define HAVE_LANGINFO_H 1
  10331. | #define HAVE_LIMITS_H 1
  10332. | #define HAVE_LOCALE_H 1
  10333. | #define HAVE_MALLOC_MALLOC_H 1
  10334. | #define HAVE_PWD_H 1
  10335. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  10336. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  10337. | #define HAVE_STDALIGN_H 1
  10338. | #define HAVE_SYS_ATTR_H 1
  10339. | #define HAVE_SYS_FCNTL_H 1
  10340. | #define HAVE_SYS_FILE_H 1
  10341. | #define HAVE_SYS_IOCTL_H 1
  10342. | #define HAVE_SYS_PARAM_H 1
  10343. | #define HAVE_SYS_RESOURCE_H 1
  10344. | #define HAVE_SYS_SELECT_H 1
  10345. | #define HAVE_SYS_SOCKET_H 1
  10346. | #define HAVE_SYS_TIME_H 1
  10347. | #define HAVE_SYS_TIMES_H 1
  10348. | #define HAVE_SYS_UIO_H 1
  10349. | #define HAVE_TIME_H 1
  10350. | #define HAVE_UCONTEXT_H 1
  10351. | #define HAVE_UTIME_H 1
  10352. | #define HAVE_GMP_H 1
  10353. | #define HAVE_LIBGMP 1
  10354. | #define HAVE_TYPEOF 1
  10355. | #define HAVE_LONG_LONG 1
  10356. | #define HAVE_OFF_T 1
  10357. | #define SIZEOF_INT 4
  10358. | #define SIZEOF_SHORT 2
  10359. | #define SIZEOF_LONG 8
  10360. | #define SIZEOF_LONG_LONG 8
  10361. | #define SIZEOF___INT64 0
  10362. | #define SIZEOF___INT128 16
  10363. | #define SIZEOF_OFF_T 8
  10364. | #define SIZEOF_VOIDP 8
  10365. | #define SIZEOF_FLOAT 4
  10366. | #define SIZEOF_DOUBLE 8
  10367. | #define SIZEOF_TIME_T 8
  10368. | #define SIZEOF_CLOCK_T 8
  10369. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10370. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10371. | #define PRI_LL_PREFIX "ll"
  10372. | #define HAVE_PID_T 1
  10373. | #define rb_pid_t pid_t
  10374. | #define SIGNEDNESS_OF_PID_T -1
  10375. | #define PIDT2NUM(v) INT2NUM(v)
  10376. | #define NUM2PIDT(v) NUM2INT(v)
  10377. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10378. | #define HAVE_UID_T 1
  10379. | #define rb_uid_t uid_t
  10380. | #define SIGNEDNESS_OF_UID_T +1
  10381. | #define UIDT2NUM(v) UINT2NUM(v)
  10382. | #define NUM2UIDT(v) NUM2UINT(v)
  10383. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10384. | #define HAVE_GID_T 1
  10385. | #define rb_gid_t gid_t
  10386. | #define SIGNEDNESS_OF_GID_T +1
  10387. | #define GIDT2NUM(v) UINT2NUM(v)
  10388. | #define NUM2GIDT(v) NUM2UINT(v)
  10389. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10390. | #define HAVE_TIME_T 1
  10391. | #define rb_time_t time_t
  10392. | #define SIGNEDNESS_OF_TIME_T -1
  10393. | #define TIMET2NUM(v) LONG2NUM(v)
  10394. | #define NUM2TIMET(v) NUM2LONG(v)
  10395. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10396. | #define HAVE_DEV_T 1
  10397. | #define rb_dev_t dev_t
  10398. | #define SIGNEDNESS_OF_DEV_T -1
  10399. | #define DEVT2NUM(v) INT2NUM(v)
  10400. | #define NUM2DEVT(v) NUM2INT(v)
  10401. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10402. | #define HAVE_MODE_T 1
  10403. | #define rb_mode_t mode_t
  10404. | #define SIGNEDNESS_OF_MODE_T +1
  10405. | #define MODET2NUM(v) USHORT2NUM(v)
  10406. | #define NUM2MODET(v) NUM2USHORT(v)
  10407. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10408. | #define HAVE_RLIM_T 1
  10409. | #define rb_rlim_t rlim_t
  10410. | #define SIGNEDNESS_OF_RLIM_T +1
  10411. | #define RLIM2NUM(v) ULL2NUM(v)
  10412. | #define NUM2RLIM(v) NUM2ULL(v)
  10413. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10414. | #define HAVE_OFF_T 1
  10415. | #define rb_off_t off_t
  10416. | #define SIGNEDNESS_OF_OFF_T -1
  10417. | #define OFFT2NUM(v) LL2NUM(v)
  10418. | #define NUM2OFFT(v) NUM2LL(v)
  10419. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10420. | #define HAVE_CLOCKID_T 1
  10421. | #define rb_clockid_t clockid_t
  10422. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10423. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10424. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10425. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10426. | #define HAVE_PROTOTYPES 1
  10427. | #define TOKEN_PASTE(x,y) x##y
  10428. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10429. | #define HAVE_STDARG_PROTOTYPES 1
  10430. | #define HAVE_VA_ARGS_MACRO 1
  10431. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10432. | #define RUBY_ALIGNOF alignof
  10433. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10434. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10435. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10436. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10437. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10438. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10439. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10440. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10441. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10442. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10443. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10444. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10445. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10446. | /* end confdefs.h. */
  10447. |
  10448. | #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  10449. |
  10450. | #define x int conftest_attribute_check(void)
  10451. |
  10452. | #define mesg ("")
  10453. | #define san "address"
  10454. | WARNINGFUNC(mesg,x);
  10455. | int
  10456. | main ()
  10457. | {
  10458. |
  10459. | ;
  10460. | return 0;
  10461. | }
  10462. configure:17230: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10463. conftest.c:160:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  10464. WARNINGFUNC(mesg,x);
  10465. ^
  10466. conftest.c:154:29: note: expanded from macro 'WARNINGFUNC'
  10467. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  10468. ^
  10469. 1 error generated.
  10470. configure:17230: $? = 1
  10471. configure: failed program was:
  10472. | /* confdefs.h */
  10473. | #define PACKAGE_NAME ""
  10474. | #define PACKAGE_TARNAME ""
  10475. | #define PACKAGE_VERSION ""
  10476. | #define PACKAGE_STRING ""
  10477. | #define PACKAGE_BUGREPORT ""
  10478. | #define PACKAGE_URL ""
  10479. | #define STDC_HEADERS 1
  10480. | #define HAVE_SYS_TYPES_H 1
  10481. | #define HAVE_SYS_STAT_H 1
  10482. | #define HAVE_STDLIB_H 1
  10483. | #define HAVE_STRING_H 1
  10484. | #define HAVE_MEMORY_H 1
  10485. | #define HAVE_STRINGS_H 1
  10486. | #define HAVE_INTTYPES_H 1
  10487. | #define HAVE_STDINT_H 1
  10488. | #define HAVE_UNISTD_H 1
  10489. | #define __EXTENSIONS__ 1
  10490. | #define _ALL_SOURCE 1
  10491. | #define _GNU_SOURCE 1
  10492. | #define _POSIX_PTHREAD_SEMANTICS 1
  10493. | #define _TANDEM_SOURCE 1
  10494. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10495. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10496. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  10497. | #define BROKEN_CRYPT 1
  10498. | #define HAVE_CRT_EXTERNS_H 1
  10499. | #define HAVE_LIBDL 1
  10500. | #define HAVE_DIRENT_H 1
  10501. | #define HAVE__BOOL 1
  10502. | #define HAVE_STDBOOL_H 1
  10503. | #define HAVE_SYS_WAIT_H 1
  10504. | #define HAVE_GRP_H 1
  10505. | #define HAVE_FCNTL_H 1
  10506. | #define HAVE_FLOAT_H 1
  10507. | #define HAVE_LANGINFO_H 1
  10508. | #define HAVE_LIMITS_H 1
  10509. | #define HAVE_LOCALE_H 1
  10510. | #define HAVE_MALLOC_MALLOC_H 1
  10511. | #define HAVE_PWD_H 1
  10512. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  10513. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  10514. | #define HAVE_STDALIGN_H 1
  10515. | #define HAVE_SYS_ATTR_H 1
  10516. | #define HAVE_SYS_FCNTL_H 1
  10517. | #define HAVE_SYS_FILE_H 1
  10518. | #define HAVE_SYS_IOCTL_H 1
  10519. | #define HAVE_SYS_PARAM_H 1
  10520. | #define HAVE_SYS_RESOURCE_H 1
  10521. | #define HAVE_SYS_SELECT_H 1
  10522. | #define HAVE_SYS_SOCKET_H 1
  10523. | #define HAVE_SYS_TIME_H 1
  10524. | #define HAVE_SYS_TIMES_H 1
  10525. | #define HAVE_SYS_UIO_H 1
  10526. | #define HAVE_TIME_H 1
  10527. | #define HAVE_UCONTEXT_H 1
  10528. | #define HAVE_UTIME_H 1
  10529. | #define HAVE_GMP_H 1
  10530. | #define HAVE_LIBGMP 1
  10531. | #define HAVE_TYPEOF 1
  10532. | #define HAVE_LONG_LONG 1
  10533. | #define HAVE_OFF_T 1
  10534. | #define SIZEOF_INT 4
  10535. | #define SIZEOF_SHORT 2
  10536. | #define SIZEOF_LONG 8
  10537. | #define SIZEOF_LONG_LONG 8
  10538. | #define SIZEOF___INT64 0
  10539. | #define SIZEOF___INT128 16
  10540. | #define SIZEOF_OFF_T 8
  10541. | #define SIZEOF_VOIDP 8
  10542. | #define SIZEOF_FLOAT 4
  10543. | #define SIZEOF_DOUBLE 8
  10544. | #define SIZEOF_TIME_T 8
  10545. | #define SIZEOF_CLOCK_T 8
  10546. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10547. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10548. | #define PRI_LL_PREFIX "ll"
  10549. | #define HAVE_PID_T 1
  10550. | #define rb_pid_t pid_t
  10551. | #define SIGNEDNESS_OF_PID_T -1
  10552. | #define PIDT2NUM(v) INT2NUM(v)
  10553. | #define NUM2PIDT(v) NUM2INT(v)
  10554. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10555. | #define HAVE_UID_T 1
  10556. | #define rb_uid_t uid_t
  10557. | #define SIGNEDNESS_OF_UID_T +1
  10558. | #define UIDT2NUM(v) UINT2NUM(v)
  10559. | #define NUM2UIDT(v) NUM2UINT(v)
  10560. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10561. | #define HAVE_GID_T 1
  10562. | #define rb_gid_t gid_t
  10563. | #define SIGNEDNESS_OF_GID_T +1
  10564. | #define GIDT2NUM(v) UINT2NUM(v)
  10565. | #define NUM2GIDT(v) NUM2UINT(v)
  10566. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10567. | #define HAVE_TIME_T 1
  10568. | #define rb_time_t time_t
  10569. | #define SIGNEDNESS_OF_TIME_T -1
  10570. | #define TIMET2NUM(v) LONG2NUM(v)
  10571. | #define NUM2TIMET(v) NUM2LONG(v)
  10572. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10573. | #define HAVE_DEV_T 1
  10574. | #define rb_dev_t dev_t
  10575. | #define SIGNEDNESS_OF_DEV_T -1
  10576. | #define DEVT2NUM(v) INT2NUM(v)
  10577. | #define NUM2DEVT(v) NUM2INT(v)
  10578. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10579. | #define HAVE_MODE_T 1
  10580. | #define rb_mode_t mode_t
  10581. | #define SIGNEDNESS_OF_MODE_T +1
  10582. | #define MODET2NUM(v) USHORT2NUM(v)
  10583. | #define NUM2MODET(v) NUM2USHORT(v)
  10584. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10585. | #define HAVE_RLIM_T 1
  10586. | #define rb_rlim_t rlim_t
  10587. | #define SIGNEDNESS_OF_RLIM_T +1
  10588. | #define RLIM2NUM(v) ULL2NUM(v)
  10589. | #define NUM2RLIM(v) NUM2ULL(v)
  10590. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10591. | #define HAVE_OFF_T 1
  10592. | #define rb_off_t off_t
  10593. | #define SIGNEDNESS_OF_OFF_T -1
  10594. | #define OFFT2NUM(v) LL2NUM(v)
  10595. | #define NUM2OFFT(v) NUM2LL(v)
  10596. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10597. | #define HAVE_CLOCKID_T 1
  10598. | #define rb_clockid_t clockid_t
  10599. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10600. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10601. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10602. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10603. | #define HAVE_PROTOTYPES 1
  10604. | #define TOKEN_PASTE(x,y) x##y
  10605. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10606. | #define HAVE_STDARG_PROTOTYPES 1
  10607. | #define HAVE_VA_ARGS_MACRO 1
  10608. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10609. | #define RUBY_ALIGNOF alignof
  10610. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10611. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10612. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10613. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10614. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10615. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10616. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10617. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10618. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10619. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10620. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10621. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10622. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10623. | /* end confdefs.h. */
  10624. |
  10625. | #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  10626. |
  10627. | #define x int conftest_attribute_check(void)
  10628. |
  10629. | #define mesg ("")
  10630. | #define san "address"
  10631. | WARNINGFUNC(mesg,x);
  10632. | int
  10633. | main ()
  10634. | {
  10635. |
  10636. | ;
  10637. | return 0;
  10638. | }
  10639. configure:17230: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10640. configure:17230: $? = 0
  10641. configure:17248: result: x
  10642. configure:17261: checking for WEAK function attribute
  10643. configure:17304: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10644. configure:17304: $? = 0
  10645. configure:17322: result: __attribute__ ((__weak__)) x
  10646. configure:17343: checking for FUNC_STDCALL function attribute
  10647. configure:17388: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10648. conftest.c:164:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  10649. FUNC_STDCALL(x);
  10650. ^
  10651. conftest.c:156:41: note: expanded from macro 'FUNC_STDCALL'
  10652. #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  10653. ^
  10654. 1 warning generated.
  10655. configure:17388: $? = 0
  10656. configure: failed program was:
  10657. | /* confdefs.h */
  10658. | #define PACKAGE_NAME ""
  10659. | #define PACKAGE_TARNAME ""
  10660. | #define PACKAGE_VERSION ""
  10661. | #define PACKAGE_STRING ""
  10662. | #define PACKAGE_BUGREPORT ""
  10663. | #define PACKAGE_URL ""
  10664. | #define STDC_HEADERS 1
  10665. | #define HAVE_SYS_TYPES_H 1
  10666. | #define HAVE_SYS_STAT_H 1
  10667. | #define HAVE_STDLIB_H 1
  10668. | #define HAVE_STRING_H 1
  10669. | #define HAVE_MEMORY_H 1
  10670. | #define HAVE_STRINGS_H 1
  10671. | #define HAVE_INTTYPES_H 1
  10672. | #define HAVE_STDINT_H 1
  10673. | #define HAVE_UNISTD_H 1
  10674. | #define __EXTENSIONS__ 1
  10675. | #define _ALL_SOURCE 1
  10676. | #define _GNU_SOURCE 1
  10677. | #define _POSIX_PTHREAD_SEMANTICS 1
  10678. | #define _TANDEM_SOURCE 1
  10679. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10680. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10681. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  10682. | #define BROKEN_CRYPT 1
  10683. | #define HAVE_CRT_EXTERNS_H 1
  10684. | #define HAVE_LIBDL 1
  10685. | #define HAVE_DIRENT_H 1
  10686. | #define HAVE__BOOL 1
  10687. | #define HAVE_STDBOOL_H 1
  10688. | #define HAVE_SYS_WAIT_H 1
  10689. | #define HAVE_GRP_H 1
  10690. | #define HAVE_FCNTL_H 1
  10691. | #define HAVE_FLOAT_H 1
  10692. | #define HAVE_LANGINFO_H 1
  10693. | #define HAVE_LIMITS_H 1
  10694. | #define HAVE_LOCALE_H 1
  10695. | #define HAVE_MALLOC_MALLOC_H 1
  10696. | #define HAVE_PWD_H 1
  10697. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  10698. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  10699. | #define HAVE_STDALIGN_H 1
  10700. | #define HAVE_SYS_ATTR_H 1
  10701. | #define HAVE_SYS_FCNTL_H 1
  10702. | #define HAVE_SYS_FILE_H 1
  10703. | #define HAVE_SYS_IOCTL_H 1
  10704. | #define HAVE_SYS_PARAM_H 1
  10705. | #define HAVE_SYS_RESOURCE_H 1
  10706. | #define HAVE_SYS_SELECT_H 1
  10707. | #define HAVE_SYS_SOCKET_H 1
  10708. | #define HAVE_SYS_TIME_H 1
  10709. | #define HAVE_SYS_TIMES_H 1
  10710. | #define HAVE_SYS_UIO_H 1
  10711. | #define HAVE_TIME_H 1
  10712. | #define HAVE_UCONTEXT_H 1
  10713. | #define HAVE_UTIME_H 1
  10714. | #define HAVE_GMP_H 1
  10715. | #define HAVE_LIBGMP 1
  10716. | #define HAVE_TYPEOF 1
  10717. | #define HAVE_LONG_LONG 1
  10718. | #define HAVE_OFF_T 1
  10719. | #define SIZEOF_INT 4
  10720. | #define SIZEOF_SHORT 2
  10721. | #define SIZEOF_LONG 8
  10722. | #define SIZEOF_LONG_LONG 8
  10723. | #define SIZEOF___INT64 0
  10724. | #define SIZEOF___INT128 16
  10725. | #define SIZEOF_OFF_T 8
  10726. | #define SIZEOF_VOIDP 8
  10727. | #define SIZEOF_FLOAT 4
  10728. | #define SIZEOF_DOUBLE 8
  10729. | #define SIZEOF_TIME_T 8
  10730. | #define SIZEOF_CLOCK_T 8
  10731. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10732. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10733. | #define PRI_LL_PREFIX "ll"
  10734. | #define HAVE_PID_T 1
  10735. | #define rb_pid_t pid_t
  10736. | #define SIGNEDNESS_OF_PID_T -1
  10737. | #define PIDT2NUM(v) INT2NUM(v)
  10738. | #define NUM2PIDT(v) NUM2INT(v)
  10739. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10740. | #define HAVE_UID_T 1
  10741. | #define rb_uid_t uid_t
  10742. | #define SIGNEDNESS_OF_UID_T +1
  10743. | #define UIDT2NUM(v) UINT2NUM(v)
  10744. | #define NUM2UIDT(v) NUM2UINT(v)
  10745. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10746. | #define HAVE_GID_T 1
  10747. | #define rb_gid_t gid_t
  10748. | #define SIGNEDNESS_OF_GID_T +1
  10749. | #define GIDT2NUM(v) UINT2NUM(v)
  10750. | #define NUM2GIDT(v) NUM2UINT(v)
  10751. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10752. | #define HAVE_TIME_T 1
  10753. | #define rb_time_t time_t
  10754. | #define SIGNEDNESS_OF_TIME_T -1
  10755. | #define TIMET2NUM(v) LONG2NUM(v)
  10756. | #define NUM2TIMET(v) NUM2LONG(v)
  10757. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10758. | #define HAVE_DEV_T 1
  10759. | #define rb_dev_t dev_t
  10760. | #define SIGNEDNESS_OF_DEV_T -1
  10761. | #define DEVT2NUM(v) INT2NUM(v)
  10762. | #define NUM2DEVT(v) NUM2INT(v)
  10763. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10764. | #define HAVE_MODE_T 1
  10765. | #define rb_mode_t mode_t
  10766. | #define SIGNEDNESS_OF_MODE_T +1
  10767. | #define MODET2NUM(v) USHORT2NUM(v)
  10768. | #define NUM2MODET(v) NUM2USHORT(v)
  10769. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10770. | #define HAVE_RLIM_T 1
  10771. | #define rb_rlim_t rlim_t
  10772. | #define SIGNEDNESS_OF_RLIM_T +1
  10773. | #define RLIM2NUM(v) ULL2NUM(v)
  10774. | #define NUM2RLIM(v) NUM2ULL(v)
  10775. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10776. | #define HAVE_OFF_T 1
  10777. | #define rb_off_t off_t
  10778. | #define SIGNEDNESS_OF_OFF_T -1
  10779. | #define OFFT2NUM(v) LL2NUM(v)
  10780. | #define NUM2OFFT(v) NUM2LL(v)
  10781. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10782. | #define HAVE_CLOCKID_T 1
  10783. | #define rb_clockid_t clockid_t
  10784. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10785. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10786. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10787. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10788. | #define HAVE_PROTOTYPES 1
  10789. | #define TOKEN_PASTE(x,y) x##y
  10790. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10791. | #define HAVE_STDARG_PROTOTYPES 1
  10792. | #define HAVE_VA_ARGS_MACRO 1
  10793. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10794. | #define RUBY_ALIGNOF alignof
  10795. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10796. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10797. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10798. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10799. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10800. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10801. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10802. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10803. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10804. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10805. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10806. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10807. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10808. | #define WEAK(x) __attribute__ ((__weak__)) x
  10809. | #define HAVE_FUNC_WEAK 1
  10810. | /* end confdefs.h. */
  10811. |
  10812. | #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  10813. |
  10814. |
  10815. |
  10816. | #define x int conftest_attribute_check(void)
  10817. |
  10818. | #define mesg ("")
  10819. | #define san "address"
  10820. | FUNC_STDCALL(x);
  10821. | int
  10822. | main ()
  10823. | {
  10824. |
  10825. | ;
  10826. | return 0;
  10827. | }
  10828. configure:17388: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10829. conftest.c:164:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  10830. FUNC_STDCALL(x);
  10831. ^
  10832. conftest.c:156:43: note: expanded from macro 'FUNC_STDCALL'
  10833. #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10834. ^
  10835. 1 warning generated.
  10836. configure:17388: $? = 0
  10837. configure: failed program was:
  10838. | /* confdefs.h */
  10839. | #define PACKAGE_NAME ""
  10840. | #define PACKAGE_TARNAME ""
  10841. | #define PACKAGE_VERSION ""
  10842. | #define PACKAGE_STRING ""
  10843. | #define PACKAGE_BUGREPORT ""
  10844. | #define PACKAGE_URL ""
  10845. | #define STDC_HEADERS 1
  10846. | #define HAVE_SYS_TYPES_H 1
  10847. | #define HAVE_SYS_STAT_H 1
  10848. | #define HAVE_STDLIB_H 1
  10849. | #define HAVE_STRING_H 1
  10850. | #define HAVE_MEMORY_H 1
  10851. | #define HAVE_STRINGS_H 1
  10852. | #define HAVE_INTTYPES_H 1
  10853. | #define HAVE_STDINT_H 1
  10854. | #define HAVE_UNISTD_H 1
  10855. | #define __EXTENSIONS__ 1
  10856. | #define _ALL_SOURCE 1
  10857. | #define _GNU_SOURCE 1
  10858. | #define _POSIX_PTHREAD_SEMANTICS 1
  10859. | #define _TANDEM_SOURCE 1
  10860. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10861. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10862. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  10863. | #define BROKEN_CRYPT 1
  10864. | #define HAVE_CRT_EXTERNS_H 1
  10865. | #define HAVE_LIBDL 1
  10866. | #define HAVE_DIRENT_H 1
  10867. | #define HAVE__BOOL 1
  10868. | #define HAVE_STDBOOL_H 1
  10869. | #define HAVE_SYS_WAIT_H 1
  10870. | #define HAVE_GRP_H 1
  10871. | #define HAVE_FCNTL_H 1
  10872. | #define HAVE_FLOAT_H 1
  10873. | #define HAVE_LANGINFO_H 1
  10874. | #define HAVE_LIMITS_H 1
  10875. | #define HAVE_LOCALE_H 1
  10876. | #define HAVE_MALLOC_MALLOC_H 1
  10877. | #define HAVE_PWD_H 1
  10878. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  10879. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  10880. | #define HAVE_STDALIGN_H 1
  10881. | #define HAVE_SYS_ATTR_H 1
  10882. | #define HAVE_SYS_FCNTL_H 1
  10883. | #define HAVE_SYS_FILE_H 1
  10884. | #define HAVE_SYS_IOCTL_H 1
  10885. | #define HAVE_SYS_PARAM_H 1
  10886. | #define HAVE_SYS_RESOURCE_H 1
  10887. | #define HAVE_SYS_SELECT_H 1
  10888. | #define HAVE_SYS_SOCKET_H 1
  10889. | #define HAVE_SYS_TIME_H 1
  10890. | #define HAVE_SYS_TIMES_H 1
  10891. | #define HAVE_SYS_UIO_H 1
  10892. | #define HAVE_TIME_H 1
  10893. | #define HAVE_UCONTEXT_H 1
  10894. | #define HAVE_UTIME_H 1
  10895. | #define HAVE_GMP_H 1
  10896. | #define HAVE_LIBGMP 1
  10897. | #define HAVE_TYPEOF 1
  10898. | #define HAVE_LONG_LONG 1
  10899. | #define HAVE_OFF_T 1
  10900. | #define SIZEOF_INT 4
  10901. | #define SIZEOF_SHORT 2
  10902. | #define SIZEOF_LONG 8
  10903. | #define SIZEOF_LONG_LONG 8
  10904. | #define SIZEOF___INT64 0
  10905. | #define SIZEOF___INT128 16
  10906. | #define SIZEOF_OFF_T 8
  10907. | #define SIZEOF_VOIDP 8
  10908. | #define SIZEOF_FLOAT 4
  10909. | #define SIZEOF_DOUBLE 8
  10910. | #define SIZEOF_TIME_T 8
  10911. | #define SIZEOF_CLOCK_T 8
  10912. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10913. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10914. | #define PRI_LL_PREFIX "ll"
  10915. | #define HAVE_PID_T 1
  10916. | #define rb_pid_t pid_t
  10917. | #define SIGNEDNESS_OF_PID_T -1
  10918. | #define PIDT2NUM(v) INT2NUM(v)
  10919. | #define NUM2PIDT(v) NUM2INT(v)
  10920. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10921. | #define HAVE_UID_T 1
  10922. | #define rb_uid_t uid_t
  10923. | #define SIGNEDNESS_OF_UID_T +1
  10924. | #define UIDT2NUM(v) UINT2NUM(v)
  10925. | #define NUM2UIDT(v) NUM2UINT(v)
  10926. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10927. | #define HAVE_GID_T 1
  10928. | #define rb_gid_t gid_t
  10929. | #define SIGNEDNESS_OF_GID_T +1
  10930. | #define GIDT2NUM(v) UINT2NUM(v)
  10931. | #define NUM2GIDT(v) NUM2UINT(v)
  10932. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10933. | #define HAVE_TIME_T 1
  10934. | #define rb_time_t time_t
  10935. | #define SIGNEDNESS_OF_TIME_T -1
  10936. | #define TIMET2NUM(v) LONG2NUM(v)
  10937. | #define NUM2TIMET(v) NUM2LONG(v)
  10938. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10939. | #define HAVE_DEV_T 1
  10940. | #define rb_dev_t dev_t
  10941. | #define SIGNEDNESS_OF_DEV_T -1
  10942. | #define DEVT2NUM(v) INT2NUM(v)
  10943. | #define NUM2DEVT(v) NUM2INT(v)
  10944. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10945. | #define HAVE_MODE_T 1
  10946. | #define rb_mode_t mode_t
  10947. | #define SIGNEDNESS_OF_MODE_T +1
  10948. | #define MODET2NUM(v) USHORT2NUM(v)
  10949. | #define NUM2MODET(v) NUM2USHORT(v)
  10950. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  10951. | #define HAVE_RLIM_T 1
  10952. | #define rb_rlim_t rlim_t
  10953. | #define SIGNEDNESS_OF_RLIM_T +1
  10954. | #define RLIM2NUM(v) ULL2NUM(v)
  10955. | #define NUM2RLIM(v) NUM2ULL(v)
  10956. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10957. | #define HAVE_OFF_T 1
  10958. | #define rb_off_t off_t
  10959. | #define SIGNEDNESS_OF_OFF_T -1
  10960. | #define OFFT2NUM(v) LL2NUM(v)
  10961. | #define NUM2OFFT(v) NUM2LL(v)
  10962. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10963. | #define HAVE_CLOCKID_T 1
  10964. | #define rb_clockid_t clockid_t
  10965. | #define SIGNEDNESS_OF_CLOCKID_T +1
  10966. | #define CLOCKID2NUM(v) UINT2NUM(v)
  10967. | #define NUM2CLOCKID(v) NUM2UINT(v)
  10968. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10969. | #define HAVE_PROTOTYPES 1
  10970. | #define TOKEN_PASTE(x,y) x##y
  10971. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10972. | #define HAVE_STDARG_PROTOTYPES 1
  10973. | #define HAVE_VA_ARGS_MACRO 1
  10974. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  10975. | #define RUBY_ALIGNOF alignof
  10976. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10977. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10978. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10979. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10980. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10981. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10982. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10983. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10984. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  10985. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  10986. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  10987. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10988. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10989. | #define WEAK(x) __attribute__ ((__weak__)) x
  10990. | #define HAVE_FUNC_WEAK 1
  10991. | /* end confdefs.h. */
  10992. |
  10993. | #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10994. |
  10995. |
  10996. |
  10997. | #define x int conftest_attribute_check(void)
  10998. |
  10999. | #define mesg ("")
  11000. | #define san "address"
  11001. | FUNC_STDCALL(x);
  11002. | int
  11003. | main ()
  11004. | {
  11005. |
  11006. | ;
  11007. | return 0;
  11008. | }
  11009. configure:17388: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11010. conftest.c:164:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  11011. FUNC_STDCALL(x);
  11012. ^
  11013. conftest.c:156:25: note: expanded from macro 'FUNC_STDCALL'
  11014. #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  11015. ^
  11016. 1 error generated.
  11017. configure:17388: $? = 1
  11018. configure: failed program was:
  11019. | /* confdefs.h */
  11020. | #define PACKAGE_NAME ""
  11021. | #define PACKAGE_TARNAME ""
  11022. | #define PACKAGE_VERSION ""
  11023. | #define PACKAGE_STRING ""
  11024. | #define PACKAGE_BUGREPORT ""
  11025. | #define PACKAGE_URL ""
  11026. | #define STDC_HEADERS 1
  11027. | #define HAVE_SYS_TYPES_H 1
  11028. | #define HAVE_SYS_STAT_H 1
  11029. | #define HAVE_STDLIB_H 1
  11030. | #define HAVE_STRING_H 1
  11031. | #define HAVE_MEMORY_H 1
  11032. | #define HAVE_STRINGS_H 1
  11033. | #define HAVE_INTTYPES_H 1
  11034. | #define HAVE_STDINT_H 1
  11035. | #define HAVE_UNISTD_H 1
  11036. | #define __EXTENSIONS__ 1
  11037. | #define _ALL_SOURCE 1
  11038. | #define _GNU_SOURCE 1
  11039. | #define _POSIX_PTHREAD_SEMANTICS 1
  11040. | #define _TANDEM_SOURCE 1
  11041. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11042. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11043. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11044. | #define BROKEN_CRYPT 1
  11045. | #define HAVE_CRT_EXTERNS_H 1
  11046. | #define HAVE_LIBDL 1
  11047. | #define HAVE_DIRENT_H 1
  11048. | #define HAVE__BOOL 1
  11049. | #define HAVE_STDBOOL_H 1
  11050. | #define HAVE_SYS_WAIT_H 1
  11051. | #define HAVE_GRP_H 1
  11052. | #define HAVE_FCNTL_H 1
  11053. | #define HAVE_FLOAT_H 1
  11054. | #define HAVE_LANGINFO_H 1
  11055. | #define HAVE_LIMITS_H 1
  11056. | #define HAVE_LOCALE_H 1
  11057. | #define HAVE_MALLOC_MALLOC_H 1
  11058. | #define HAVE_PWD_H 1
  11059. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11060. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11061. | #define HAVE_STDALIGN_H 1
  11062. | #define HAVE_SYS_ATTR_H 1
  11063. | #define HAVE_SYS_FCNTL_H 1
  11064. | #define HAVE_SYS_FILE_H 1
  11065. | #define HAVE_SYS_IOCTL_H 1
  11066. | #define HAVE_SYS_PARAM_H 1
  11067. | #define HAVE_SYS_RESOURCE_H 1
  11068. | #define HAVE_SYS_SELECT_H 1
  11069. | #define HAVE_SYS_SOCKET_H 1
  11070. | #define HAVE_SYS_TIME_H 1
  11071. | #define HAVE_SYS_TIMES_H 1
  11072. | #define HAVE_SYS_UIO_H 1
  11073. | #define HAVE_TIME_H 1
  11074. | #define HAVE_UCONTEXT_H 1
  11075. | #define HAVE_UTIME_H 1
  11076. | #define HAVE_GMP_H 1
  11077. | #define HAVE_LIBGMP 1
  11078. | #define HAVE_TYPEOF 1
  11079. | #define HAVE_LONG_LONG 1
  11080. | #define HAVE_OFF_T 1
  11081. | #define SIZEOF_INT 4
  11082. | #define SIZEOF_SHORT 2
  11083. | #define SIZEOF_LONG 8
  11084. | #define SIZEOF_LONG_LONG 8
  11085. | #define SIZEOF___INT64 0
  11086. | #define SIZEOF___INT128 16
  11087. | #define SIZEOF_OFF_T 8
  11088. | #define SIZEOF_VOIDP 8
  11089. | #define SIZEOF_FLOAT 4
  11090. | #define SIZEOF_DOUBLE 8
  11091. | #define SIZEOF_TIME_T 8
  11092. | #define SIZEOF_CLOCK_T 8
  11093. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11094. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11095. | #define PRI_LL_PREFIX "ll"
  11096. | #define HAVE_PID_T 1
  11097. | #define rb_pid_t pid_t
  11098. | #define SIGNEDNESS_OF_PID_T -1
  11099. | #define PIDT2NUM(v) INT2NUM(v)
  11100. | #define NUM2PIDT(v) NUM2INT(v)
  11101. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11102. | #define HAVE_UID_T 1
  11103. | #define rb_uid_t uid_t
  11104. | #define SIGNEDNESS_OF_UID_T +1
  11105. | #define UIDT2NUM(v) UINT2NUM(v)
  11106. | #define NUM2UIDT(v) NUM2UINT(v)
  11107. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11108. | #define HAVE_GID_T 1
  11109. | #define rb_gid_t gid_t
  11110. | #define SIGNEDNESS_OF_GID_T +1
  11111. | #define GIDT2NUM(v) UINT2NUM(v)
  11112. | #define NUM2GIDT(v) NUM2UINT(v)
  11113. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11114. | #define HAVE_TIME_T 1
  11115. | #define rb_time_t time_t
  11116. | #define SIGNEDNESS_OF_TIME_T -1
  11117. | #define TIMET2NUM(v) LONG2NUM(v)
  11118. | #define NUM2TIMET(v) NUM2LONG(v)
  11119. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11120. | #define HAVE_DEV_T 1
  11121. | #define rb_dev_t dev_t
  11122. | #define SIGNEDNESS_OF_DEV_T -1
  11123. | #define DEVT2NUM(v) INT2NUM(v)
  11124. | #define NUM2DEVT(v) NUM2INT(v)
  11125. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11126. | #define HAVE_MODE_T 1
  11127. | #define rb_mode_t mode_t
  11128. | #define SIGNEDNESS_OF_MODE_T +1
  11129. | #define MODET2NUM(v) USHORT2NUM(v)
  11130. | #define NUM2MODET(v) NUM2USHORT(v)
  11131. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  11132. | #define HAVE_RLIM_T 1
  11133. | #define rb_rlim_t rlim_t
  11134. | #define SIGNEDNESS_OF_RLIM_T +1
  11135. | #define RLIM2NUM(v) ULL2NUM(v)
  11136. | #define NUM2RLIM(v) NUM2ULL(v)
  11137. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11138. | #define HAVE_OFF_T 1
  11139. | #define rb_off_t off_t
  11140. | #define SIGNEDNESS_OF_OFF_T -1
  11141. | #define OFFT2NUM(v) LL2NUM(v)
  11142. | #define NUM2OFFT(v) NUM2LL(v)
  11143. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11144. | #define HAVE_CLOCKID_T 1
  11145. | #define rb_clockid_t clockid_t
  11146. | #define SIGNEDNESS_OF_CLOCKID_T +1
  11147. | #define CLOCKID2NUM(v) UINT2NUM(v)
  11148. | #define NUM2CLOCKID(v) NUM2UINT(v)
  11149. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11150. | #define HAVE_PROTOTYPES 1
  11151. | #define TOKEN_PASTE(x,y) x##y
  11152. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11153. | #define HAVE_STDARG_PROTOTYPES 1
  11154. | #define HAVE_VA_ARGS_MACRO 1
  11155. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  11156. | #define RUBY_ALIGNOF alignof
  11157. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11158. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11159. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11160. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11161. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11162. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11163. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11164. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11165. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  11166. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  11167. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  11168. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11169. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11170. | #define WEAK(x) __attribute__ ((__weak__)) x
  11171. | #define HAVE_FUNC_WEAK 1
  11172. | /* end confdefs.h. */
  11173. |
  11174. | #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  11175. |
  11176. |
  11177. |
  11178. | #define x int conftest_attribute_check(void)
  11179. |
  11180. | #define mesg ("")
  11181. | #define san "address"
  11182. | FUNC_STDCALL(x);
  11183. | int
  11184. | main ()
  11185. | {
  11186. |
  11187. | ;
  11188. | return 0;
  11189. | }
  11190. configure:17388: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11191. configure:17388: $? = 0
  11192. configure:17406: result: x
  11193. configure:17425: checking for FUNC_CDECL function attribute
  11194. configure:17470: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11195. configure:17470: $? = 0
  11196. configure:17488: result: __attribute__ ((__cdecl__)) x
  11197. configure:17507: checking for FUNC_FASTCALL function attribute
  11198. configure:17552: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11199. conftest.c:165:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  11200. FUNC_FASTCALL(x);
  11201. ^
  11202. conftest.c:157:42: note: expanded from macro 'FUNC_FASTCALL'
  11203. #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  11204. ^
  11205. 1 warning generated.
  11206. configure:17552: $? = 0
  11207. configure: failed program was:
  11208. | /* confdefs.h */
  11209. | #define PACKAGE_NAME ""
  11210. | #define PACKAGE_TARNAME ""
  11211. | #define PACKAGE_VERSION ""
  11212. | #define PACKAGE_STRING ""
  11213. | #define PACKAGE_BUGREPORT ""
  11214. | #define PACKAGE_URL ""
  11215. | #define STDC_HEADERS 1
  11216. | #define HAVE_SYS_TYPES_H 1
  11217. | #define HAVE_SYS_STAT_H 1
  11218. | #define HAVE_STDLIB_H 1
  11219. | #define HAVE_STRING_H 1
  11220. | #define HAVE_MEMORY_H 1
  11221. | #define HAVE_STRINGS_H 1
  11222. | #define HAVE_INTTYPES_H 1
  11223. | #define HAVE_STDINT_H 1
  11224. | #define HAVE_UNISTD_H 1
  11225. | #define __EXTENSIONS__ 1
  11226. | #define _ALL_SOURCE 1
  11227. | #define _GNU_SOURCE 1
  11228. | #define _POSIX_PTHREAD_SEMANTICS 1
  11229. | #define _TANDEM_SOURCE 1
  11230. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11231. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11232. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11233. | #define BROKEN_CRYPT 1
  11234. | #define HAVE_CRT_EXTERNS_H 1
  11235. | #define HAVE_LIBDL 1
  11236. | #define HAVE_DIRENT_H 1
  11237. | #define HAVE__BOOL 1
  11238. | #define HAVE_STDBOOL_H 1
  11239. | #define HAVE_SYS_WAIT_H 1
  11240. | #define HAVE_GRP_H 1
  11241. | #define HAVE_FCNTL_H 1
  11242. | #define HAVE_FLOAT_H 1
  11243. | #define HAVE_LANGINFO_H 1
  11244. | #define HAVE_LIMITS_H 1
  11245. | #define HAVE_LOCALE_H 1
  11246. | #define HAVE_MALLOC_MALLOC_H 1
  11247. | #define HAVE_PWD_H 1
  11248. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11249. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11250. | #define HAVE_STDALIGN_H 1
  11251. | #define HAVE_SYS_ATTR_H 1
  11252. | #define HAVE_SYS_FCNTL_H 1
  11253. | #define HAVE_SYS_FILE_H 1
  11254. | #define HAVE_SYS_IOCTL_H 1
  11255. | #define HAVE_SYS_PARAM_H 1
  11256. | #define HAVE_SYS_RESOURCE_H 1
  11257. | #define HAVE_SYS_SELECT_H 1
  11258. | #define HAVE_SYS_SOCKET_H 1
  11259. | #define HAVE_SYS_TIME_H 1
  11260. | #define HAVE_SYS_TIMES_H 1
  11261. | #define HAVE_SYS_UIO_H 1
  11262. | #define HAVE_TIME_H 1
  11263. | #define HAVE_UCONTEXT_H 1
  11264. | #define HAVE_UTIME_H 1
  11265. | #define HAVE_GMP_H 1
  11266. | #define HAVE_LIBGMP 1
  11267. | #define HAVE_TYPEOF 1
  11268. | #define HAVE_LONG_LONG 1
  11269. | #define HAVE_OFF_T 1
  11270. | #define SIZEOF_INT 4
  11271. | #define SIZEOF_SHORT 2
  11272. | #define SIZEOF_LONG 8
  11273. | #define SIZEOF_LONG_LONG 8
  11274. | #define SIZEOF___INT64 0
  11275. | #define SIZEOF___INT128 16
  11276. | #define SIZEOF_OFF_T 8
  11277. | #define SIZEOF_VOIDP 8
  11278. | #define SIZEOF_FLOAT 4
  11279. | #define SIZEOF_DOUBLE 8
  11280. | #define SIZEOF_TIME_T 8
  11281. | #define SIZEOF_CLOCK_T 8
  11282. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11283. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11284. | #define PRI_LL_PREFIX "ll"
  11285. | #define HAVE_PID_T 1
  11286. | #define rb_pid_t pid_t
  11287. | #define SIGNEDNESS_OF_PID_T -1
  11288. | #define PIDT2NUM(v) INT2NUM(v)
  11289. | #define NUM2PIDT(v) NUM2INT(v)
  11290. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11291. | #define HAVE_UID_T 1
  11292. | #define rb_uid_t uid_t
  11293. | #define SIGNEDNESS_OF_UID_T +1
  11294. | #define UIDT2NUM(v) UINT2NUM(v)
  11295. | #define NUM2UIDT(v) NUM2UINT(v)
  11296. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11297. | #define HAVE_GID_T 1
  11298. | #define rb_gid_t gid_t
  11299. | #define SIGNEDNESS_OF_GID_T +1
  11300. | #define GIDT2NUM(v) UINT2NUM(v)
  11301. | #define NUM2GIDT(v) NUM2UINT(v)
  11302. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11303. | #define HAVE_TIME_T 1
  11304. | #define rb_time_t time_t
  11305. | #define SIGNEDNESS_OF_TIME_T -1
  11306. | #define TIMET2NUM(v) LONG2NUM(v)
  11307. | #define NUM2TIMET(v) NUM2LONG(v)
  11308. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11309. | #define HAVE_DEV_T 1
  11310. | #define rb_dev_t dev_t
  11311. | #define SIGNEDNESS_OF_DEV_T -1
  11312. | #define DEVT2NUM(v) INT2NUM(v)
  11313. | #define NUM2DEVT(v) NUM2INT(v)
  11314. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11315. | #define HAVE_MODE_T 1
  11316. | #define rb_mode_t mode_t
  11317. | #define SIGNEDNESS_OF_MODE_T +1
  11318. | #define MODET2NUM(v) USHORT2NUM(v)
  11319. | #define NUM2MODET(v) NUM2USHORT(v)
  11320. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  11321. | #define HAVE_RLIM_T 1
  11322. | #define rb_rlim_t rlim_t
  11323. | #define SIGNEDNESS_OF_RLIM_T +1
  11324. | #define RLIM2NUM(v) ULL2NUM(v)
  11325. | #define NUM2RLIM(v) NUM2ULL(v)
  11326. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11327. | #define HAVE_OFF_T 1
  11328. | #define rb_off_t off_t
  11329. | #define SIGNEDNESS_OF_OFF_T -1
  11330. | #define OFFT2NUM(v) LL2NUM(v)
  11331. | #define NUM2OFFT(v) NUM2LL(v)
  11332. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11333. | #define HAVE_CLOCKID_T 1
  11334. | #define rb_clockid_t clockid_t
  11335. | #define SIGNEDNESS_OF_CLOCKID_T +1
  11336. | #define CLOCKID2NUM(v) UINT2NUM(v)
  11337. | #define NUM2CLOCKID(v) NUM2UINT(v)
  11338. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11339. | #define HAVE_PROTOTYPES 1
  11340. | #define TOKEN_PASTE(x,y) x##y
  11341. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11342. | #define HAVE_STDARG_PROTOTYPES 1
  11343. | #define HAVE_VA_ARGS_MACRO 1
  11344. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  11345. | #define RUBY_ALIGNOF alignof
  11346. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11347. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11348. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11349. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11350. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11351. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11352. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11353. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11354. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  11355. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  11356. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  11357. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11358. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11359. | #define WEAK(x) __attribute__ ((__weak__)) x
  11360. | #define HAVE_FUNC_WEAK 1
  11361. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11362. | /* end confdefs.h. */
  11363. |
  11364. | #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  11365. |
  11366. |
  11367. |
  11368. | #define x int conftest_attribute_check(void)
  11369. |
  11370. | #define mesg ("")
  11371. | #define san "address"
  11372. | FUNC_FASTCALL(x);
  11373. | int
  11374. | main ()
  11375. | {
  11376. |
  11377. | ;
  11378. | return 0;
  11379. | }
  11380. configure:17552: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11381. conftest.c:165:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  11382. FUNC_FASTCALL(x);
  11383. ^
  11384. conftest.c:157:44: note: expanded from macro 'FUNC_FASTCALL'
  11385. #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  11386. ^
  11387. 1 warning generated.
  11388. configure:17552: $? = 0
  11389. configure: failed program was:
  11390. | /* confdefs.h */
  11391. | #define PACKAGE_NAME ""
  11392. | #define PACKAGE_TARNAME ""
  11393. | #define PACKAGE_VERSION ""
  11394. | #define PACKAGE_STRING ""
  11395. | #define PACKAGE_BUGREPORT ""
  11396. | #define PACKAGE_URL ""
  11397. | #define STDC_HEADERS 1
  11398. | #define HAVE_SYS_TYPES_H 1
  11399. | #define HAVE_SYS_STAT_H 1
  11400. | #define HAVE_STDLIB_H 1
  11401. | #define HAVE_STRING_H 1
  11402. | #define HAVE_MEMORY_H 1
  11403. | #define HAVE_STRINGS_H 1
  11404. | #define HAVE_INTTYPES_H 1
  11405. | #define HAVE_STDINT_H 1
  11406. | #define HAVE_UNISTD_H 1
  11407. | #define __EXTENSIONS__ 1
  11408. | #define _ALL_SOURCE 1
  11409. | #define _GNU_SOURCE 1
  11410. | #define _POSIX_PTHREAD_SEMANTICS 1
  11411. | #define _TANDEM_SOURCE 1
  11412. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11413. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11414. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11415. | #define BROKEN_CRYPT 1
  11416. | #define HAVE_CRT_EXTERNS_H 1
  11417. | #define HAVE_LIBDL 1
  11418. | #define HAVE_DIRENT_H 1
  11419. | #define HAVE__BOOL 1
  11420. | #define HAVE_STDBOOL_H 1
  11421. | #define HAVE_SYS_WAIT_H 1
  11422. | #define HAVE_GRP_H 1
  11423. | #define HAVE_FCNTL_H 1
  11424. | #define HAVE_FLOAT_H 1
  11425. | #define HAVE_LANGINFO_H 1
  11426. | #define HAVE_LIMITS_H 1
  11427. | #define HAVE_LOCALE_H 1
  11428. | #define HAVE_MALLOC_MALLOC_H 1
  11429. | #define HAVE_PWD_H 1
  11430. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11431. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11432. | #define HAVE_STDALIGN_H 1
  11433. | #define HAVE_SYS_ATTR_H 1
  11434. | #define HAVE_SYS_FCNTL_H 1
  11435. | #define HAVE_SYS_FILE_H 1
  11436. | #define HAVE_SYS_IOCTL_H 1
  11437. | #define HAVE_SYS_PARAM_H 1
  11438. | #define HAVE_SYS_RESOURCE_H 1
  11439. | #define HAVE_SYS_SELECT_H 1
  11440. | #define HAVE_SYS_SOCKET_H 1
  11441. | #define HAVE_SYS_TIME_H 1
  11442. | #define HAVE_SYS_TIMES_H 1
  11443. | #define HAVE_SYS_UIO_H 1
  11444. | #define HAVE_TIME_H 1
  11445. | #define HAVE_UCONTEXT_H 1
  11446. | #define HAVE_UTIME_H 1
  11447. | #define HAVE_GMP_H 1
  11448. | #define HAVE_LIBGMP 1
  11449. | #define HAVE_TYPEOF 1
  11450. | #define HAVE_LONG_LONG 1
  11451. | #define HAVE_OFF_T 1
  11452. | #define SIZEOF_INT 4
  11453. | #define SIZEOF_SHORT 2
  11454. | #define SIZEOF_LONG 8
  11455. | #define SIZEOF_LONG_LONG 8
  11456. | #define SIZEOF___INT64 0
  11457. | #define SIZEOF___INT128 16
  11458. | #define SIZEOF_OFF_T 8
  11459. | #define SIZEOF_VOIDP 8
  11460. | #define SIZEOF_FLOAT 4
  11461. | #define SIZEOF_DOUBLE 8
  11462. | #define SIZEOF_TIME_T 8
  11463. | #define SIZEOF_CLOCK_T 8
  11464. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11465. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11466. | #define PRI_LL_PREFIX "ll"
  11467. | #define HAVE_PID_T 1
  11468. | #define rb_pid_t pid_t
  11469. | #define SIGNEDNESS_OF_PID_T -1
  11470. | #define PIDT2NUM(v) INT2NUM(v)
  11471. | #define NUM2PIDT(v) NUM2INT(v)
  11472. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11473. | #define HAVE_UID_T 1
  11474. | #define rb_uid_t uid_t
  11475. | #define SIGNEDNESS_OF_UID_T +1
  11476. | #define UIDT2NUM(v) UINT2NUM(v)
  11477. | #define NUM2UIDT(v) NUM2UINT(v)
  11478. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11479. | #define HAVE_GID_T 1
  11480. | #define rb_gid_t gid_t
  11481. | #define SIGNEDNESS_OF_GID_T +1
  11482. | #define GIDT2NUM(v) UINT2NUM(v)
  11483. | #define NUM2GIDT(v) NUM2UINT(v)
  11484. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11485. | #define HAVE_TIME_T 1
  11486. | #define rb_time_t time_t
  11487. | #define SIGNEDNESS_OF_TIME_T -1
  11488. | #define TIMET2NUM(v) LONG2NUM(v)
  11489. | #define NUM2TIMET(v) NUM2LONG(v)
  11490. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11491. | #define HAVE_DEV_T 1
  11492. | #define rb_dev_t dev_t
  11493. | #define SIGNEDNESS_OF_DEV_T -1
  11494. | #define DEVT2NUM(v) INT2NUM(v)
  11495. | #define NUM2DEVT(v) NUM2INT(v)
  11496. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11497. | #define HAVE_MODE_T 1
  11498. | #define rb_mode_t mode_t
  11499. | #define SIGNEDNESS_OF_MODE_T +1
  11500. | #define MODET2NUM(v) USHORT2NUM(v)
  11501. | #define NUM2MODET(v) NUM2USHORT(v)
  11502. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  11503. | #define HAVE_RLIM_T 1
  11504. | #define rb_rlim_t rlim_t
  11505. | #define SIGNEDNESS_OF_RLIM_T +1
  11506. | #define RLIM2NUM(v) ULL2NUM(v)
  11507. | #define NUM2RLIM(v) NUM2ULL(v)
  11508. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11509. | #define HAVE_OFF_T 1
  11510. | #define rb_off_t off_t
  11511. | #define SIGNEDNESS_OF_OFF_T -1
  11512. | #define OFFT2NUM(v) LL2NUM(v)
  11513. | #define NUM2OFFT(v) NUM2LL(v)
  11514. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11515. | #define HAVE_CLOCKID_T 1
  11516. | #define rb_clockid_t clockid_t
  11517. | #define SIGNEDNESS_OF_CLOCKID_T +1
  11518. | #define CLOCKID2NUM(v) UINT2NUM(v)
  11519. | #define NUM2CLOCKID(v) NUM2UINT(v)
  11520. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11521. | #define HAVE_PROTOTYPES 1
  11522. | #define TOKEN_PASTE(x,y) x##y
  11523. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11524. | #define HAVE_STDARG_PROTOTYPES 1
  11525. | #define HAVE_VA_ARGS_MACRO 1
  11526. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  11527. | #define RUBY_ALIGNOF alignof
  11528. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11529. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11530. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11531. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11532. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11533. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11534. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11535. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11536. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  11537. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  11538. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  11539. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11540. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11541. | #define WEAK(x) __attribute__ ((__weak__)) x
  11542. | #define HAVE_FUNC_WEAK 1
  11543. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11544. | /* end confdefs.h. */
  11545. |
  11546. | #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  11547. |
  11548. |
  11549. |
  11550. | #define x int conftest_attribute_check(void)
  11551. |
  11552. | #define mesg ("")
  11553. | #define san "address"
  11554. | FUNC_FASTCALL(x);
  11555. | int
  11556. | main ()
  11557. | {
  11558. |
  11559. | ;
  11560. | return 0;
  11561. | }
  11562. configure:17552: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11563. conftest.c:165:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  11564. FUNC_FASTCALL(x);
  11565. ^
  11566. conftest.c:157:26: note: expanded from macro 'FUNC_FASTCALL'
  11567. #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  11568. ^
  11569. 1 error generated.
  11570. configure:17552: $? = 1
  11571. configure: failed program was:
  11572. | /* confdefs.h */
  11573. | #define PACKAGE_NAME ""
  11574. | #define PACKAGE_TARNAME ""
  11575. | #define PACKAGE_VERSION ""
  11576. | #define PACKAGE_STRING ""
  11577. | #define PACKAGE_BUGREPORT ""
  11578. | #define PACKAGE_URL ""
  11579. | #define STDC_HEADERS 1
  11580. | #define HAVE_SYS_TYPES_H 1
  11581. | #define HAVE_SYS_STAT_H 1
  11582. | #define HAVE_STDLIB_H 1
  11583. | #define HAVE_STRING_H 1
  11584. | #define HAVE_MEMORY_H 1
  11585. | #define HAVE_STRINGS_H 1
  11586. | #define HAVE_INTTYPES_H 1
  11587. | #define HAVE_STDINT_H 1
  11588. | #define HAVE_UNISTD_H 1
  11589. | #define __EXTENSIONS__ 1
  11590. | #define _ALL_SOURCE 1
  11591. | #define _GNU_SOURCE 1
  11592. | #define _POSIX_PTHREAD_SEMANTICS 1
  11593. | #define _TANDEM_SOURCE 1
  11594. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11595. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11596. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11597. | #define BROKEN_CRYPT 1
  11598. | #define HAVE_CRT_EXTERNS_H 1
  11599. | #define HAVE_LIBDL 1
  11600. | #define HAVE_DIRENT_H 1
  11601. | #define HAVE__BOOL 1
  11602. | #define HAVE_STDBOOL_H 1
  11603. | #define HAVE_SYS_WAIT_H 1
  11604. | #define HAVE_GRP_H 1
  11605. | #define HAVE_FCNTL_H 1
  11606. | #define HAVE_FLOAT_H 1
  11607. | #define HAVE_LANGINFO_H 1
  11608. | #define HAVE_LIMITS_H 1
  11609. | #define HAVE_LOCALE_H 1
  11610. | #define HAVE_MALLOC_MALLOC_H 1
  11611. | #define HAVE_PWD_H 1
  11612. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11613. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11614. | #define HAVE_STDALIGN_H 1
  11615. | #define HAVE_SYS_ATTR_H 1
  11616. | #define HAVE_SYS_FCNTL_H 1
  11617. | #define HAVE_SYS_FILE_H 1
  11618. | #define HAVE_SYS_IOCTL_H 1
  11619. | #define HAVE_SYS_PARAM_H 1
  11620. | #define HAVE_SYS_RESOURCE_H 1
  11621. | #define HAVE_SYS_SELECT_H 1
  11622. | #define HAVE_SYS_SOCKET_H 1
  11623. | #define HAVE_SYS_TIME_H 1
  11624. | #define HAVE_SYS_TIMES_H 1
  11625. | #define HAVE_SYS_UIO_H 1
  11626. | #define HAVE_TIME_H 1
  11627. | #define HAVE_UCONTEXT_H 1
  11628. | #define HAVE_UTIME_H 1
  11629. | #define HAVE_GMP_H 1
  11630. | #define HAVE_LIBGMP 1
  11631. | #define HAVE_TYPEOF 1
  11632. | #define HAVE_LONG_LONG 1
  11633. | #define HAVE_OFF_T 1
  11634. | #define SIZEOF_INT 4
  11635. | #define SIZEOF_SHORT 2
  11636. | #define SIZEOF_LONG 8
  11637. | #define SIZEOF_LONG_LONG 8
  11638. | #define SIZEOF___INT64 0
  11639. | #define SIZEOF___INT128 16
  11640. | #define SIZEOF_OFF_T 8
  11641. | #define SIZEOF_VOIDP 8
  11642. | #define SIZEOF_FLOAT 4
  11643. | #define SIZEOF_DOUBLE 8
  11644. | #define SIZEOF_TIME_T 8
  11645. | #define SIZEOF_CLOCK_T 8
  11646. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11647. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11648. | #define PRI_LL_PREFIX "ll"
  11649. | #define HAVE_PID_T 1
  11650. | #define rb_pid_t pid_t
  11651. | #define SIGNEDNESS_OF_PID_T -1
  11652. | #define PIDT2NUM(v) INT2NUM(v)
  11653. | #define NUM2PIDT(v) NUM2INT(v)
  11654. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11655. | #define HAVE_UID_T 1
  11656. | #define rb_uid_t uid_t
  11657. | #define SIGNEDNESS_OF_UID_T +1
  11658. | #define UIDT2NUM(v) UINT2NUM(v)
  11659. | #define NUM2UIDT(v) NUM2UINT(v)
  11660. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11661. | #define HAVE_GID_T 1
  11662. | #define rb_gid_t gid_t
  11663. | #define SIGNEDNESS_OF_GID_T +1
  11664. | #define GIDT2NUM(v) UINT2NUM(v)
  11665. | #define NUM2GIDT(v) NUM2UINT(v)
  11666. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11667. | #define HAVE_TIME_T 1
  11668. | #define rb_time_t time_t
  11669. | #define SIGNEDNESS_OF_TIME_T -1
  11670. | #define TIMET2NUM(v) LONG2NUM(v)
  11671. | #define NUM2TIMET(v) NUM2LONG(v)
  11672. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11673. | #define HAVE_DEV_T 1
  11674. | #define rb_dev_t dev_t
  11675. | #define SIGNEDNESS_OF_DEV_T -1
  11676. | #define DEVT2NUM(v) INT2NUM(v)
  11677. | #define NUM2DEVT(v) NUM2INT(v)
  11678. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11679. | #define HAVE_MODE_T 1
  11680. | #define rb_mode_t mode_t
  11681. | #define SIGNEDNESS_OF_MODE_T +1
  11682. | #define MODET2NUM(v) USHORT2NUM(v)
  11683. | #define NUM2MODET(v) NUM2USHORT(v)
  11684. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  11685. | #define HAVE_RLIM_T 1
  11686. | #define rb_rlim_t rlim_t
  11687. | #define SIGNEDNESS_OF_RLIM_T +1
  11688. | #define RLIM2NUM(v) ULL2NUM(v)
  11689. | #define NUM2RLIM(v) NUM2ULL(v)
  11690. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11691. | #define HAVE_OFF_T 1
  11692. | #define rb_off_t off_t
  11693. | #define SIGNEDNESS_OF_OFF_T -1
  11694. | #define OFFT2NUM(v) LL2NUM(v)
  11695. | #define NUM2OFFT(v) NUM2LL(v)
  11696. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11697. | #define HAVE_CLOCKID_T 1
  11698. | #define rb_clockid_t clockid_t
  11699. | #define SIGNEDNESS_OF_CLOCKID_T +1
  11700. | #define CLOCKID2NUM(v) UINT2NUM(v)
  11701. | #define NUM2CLOCKID(v) NUM2UINT(v)
  11702. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11703. | #define HAVE_PROTOTYPES 1
  11704. | #define TOKEN_PASTE(x,y) x##y
  11705. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11706. | #define HAVE_STDARG_PROTOTYPES 1
  11707. | #define HAVE_VA_ARGS_MACRO 1
  11708. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  11709. | #define RUBY_ALIGNOF alignof
  11710. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11711. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11712. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11713. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11714. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11715. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11716. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11717. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11718. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  11719. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  11720. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  11721. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11722. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11723. | #define WEAK(x) __attribute__ ((__weak__)) x
  11724. | #define HAVE_FUNC_WEAK 1
  11725. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11726. | /* end confdefs.h. */
  11727. |
  11728. | #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  11729. |
  11730. |
  11731. |
  11732. | #define x int conftest_attribute_check(void)
  11733. |
  11734. | #define mesg ("")
  11735. | #define san "address"
  11736. | FUNC_FASTCALL(x);
  11737. | int
  11738. | main ()
  11739. | {
  11740. |
  11741. | ;
  11742. | return 0;
  11743. | }
  11744. configure:17552: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11745. configure:17552: $? = 0
  11746. configure:17570: result: x
  11747. configure:17589: checking for FUNC_UNOPTIMIZED function attribute
  11748. configure:17632: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11749. conftest.c:163:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11750. FUNC_UNOPTIMIZED(x);
  11751. ^
  11752. conftest.c:157:45: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11753. #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  11754. ^
  11755. 1 warning generated.
  11756. configure:17632: $? = 0
  11757. configure: failed program was:
  11758. | /* confdefs.h */
  11759. | #define PACKAGE_NAME ""
  11760. | #define PACKAGE_TARNAME ""
  11761. | #define PACKAGE_VERSION ""
  11762. | #define PACKAGE_STRING ""
  11763. | #define PACKAGE_BUGREPORT ""
  11764. | #define PACKAGE_URL ""
  11765. | #define STDC_HEADERS 1
  11766. | #define HAVE_SYS_TYPES_H 1
  11767. | #define HAVE_SYS_STAT_H 1
  11768. | #define HAVE_STDLIB_H 1
  11769. | #define HAVE_STRING_H 1
  11770. | #define HAVE_MEMORY_H 1
  11771. | #define HAVE_STRINGS_H 1
  11772. | #define HAVE_INTTYPES_H 1
  11773. | #define HAVE_STDINT_H 1
  11774. | #define HAVE_UNISTD_H 1
  11775. | #define __EXTENSIONS__ 1
  11776. | #define _ALL_SOURCE 1
  11777. | #define _GNU_SOURCE 1
  11778. | #define _POSIX_PTHREAD_SEMANTICS 1
  11779. | #define _TANDEM_SOURCE 1
  11780. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11781. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11782. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11783. | #define BROKEN_CRYPT 1
  11784. | #define HAVE_CRT_EXTERNS_H 1
  11785. | #define HAVE_LIBDL 1
  11786. | #define HAVE_DIRENT_H 1
  11787. | #define HAVE__BOOL 1
  11788. | #define HAVE_STDBOOL_H 1
  11789. | #define HAVE_SYS_WAIT_H 1
  11790. | #define HAVE_GRP_H 1
  11791. | #define HAVE_FCNTL_H 1
  11792. | #define HAVE_FLOAT_H 1
  11793. | #define HAVE_LANGINFO_H 1
  11794. | #define HAVE_LIMITS_H 1
  11795. | #define HAVE_LOCALE_H 1
  11796. | #define HAVE_MALLOC_MALLOC_H 1
  11797. | #define HAVE_PWD_H 1
  11798. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11799. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11800. | #define HAVE_STDALIGN_H 1
  11801. | #define HAVE_SYS_ATTR_H 1
  11802. | #define HAVE_SYS_FCNTL_H 1
  11803. | #define HAVE_SYS_FILE_H 1
  11804. | #define HAVE_SYS_IOCTL_H 1
  11805. | #define HAVE_SYS_PARAM_H 1
  11806. | #define HAVE_SYS_RESOURCE_H 1
  11807. | #define HAVE_SYS_SELECT_H 1
  11808. | #define HAVE_SYS_SOCKET_H 1
  11809. | #define HAVE_SYS_TIME_H 1
  11810. | #define HAVE_SYS_TIMES_H 1
  11811. | #define HAVE_SYS_UIO_H 1
  11812. | #define HAVE_TIME_H 1
  11813. | #define HAVE_UCONTEXT_H 1
  11814. | #define HAVE_UTIME_H 1
  11815. | #define HAVE_GMP_H 1
  11816. | #define HAVE_LIBGMP 1
  11817. | #define HAVE_TYPEOF 1
  11818. | #define HAVE_LONG_LONG 1
  11819. | #define HAVE_OFF_T 1
  11820. | #define SIZEOF_INT 4
  11821. | #define SIZEOF_SHORT 2
  11822. | #define SIZEOF_LONG 8
  11823. | #define SIZEOF_LONG_LONG 8
  11824. | #define SIZEOF___INT64 0
  11825. | #define SIZEOF___INT128 16
  11826. | #define SIZEOF_OFF_T 8
  11827. | #define SIZEOF_VOIDP 8
  11828. | #define SIZEOF_FLOAT 4
  11829. | #define SIZEOF_DOUBLE 8
  11830. | #define SIZEOF_TIME_T 8
  11831. | #define SIZEOF_CLOCK_T 8
  11832. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11833. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11834. | #define PRI_LL_PREFIX "ll"
  11835. | #define HAVE_PID_T 1
  11836. | #define rb_pid_t pid_t
  11837. | #define SIGNEDNESS_OF_PID_T -1
  11838. | #define PIDT2NUM(v) INT2NUM(v)
  11839. | #define NUM2PIDT(v) NUM2INT(v)
  11840. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11841. | #define HAVE_UID_T 1
  11842. | #define rb_uid_t uid_t
  11843. | #define SIGNEDNESS_OF_UID_T +1
  11844. | #define UIDT2NUM(v) UINT2NUM(v)
  11845. | #define NUM2UIDT(v) NUM2UINT(v)
  11846. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11847. | #define HAVE_GID_T 1
  11848. | #define rb_gid_t gid_t
  11849. | #define SIGNEDNESS_OF_GID_T +1
  11850. | #define GIDT2NUM(v) UINT2NUM(v)
  11851. | #define NUM2GIDT(v) NUM2UINT(v)
  11852. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11853. | #define HAVE_TIME_T 1
  11854. | #define rb_time_t time_t
  11855. | #define SIGNEDNESS_OF_TIME_T -1
  11856. | #define TIMET2NUM(v) LONG2NUM(v)
  11857. | #define NUM2TIMET(v) NUM2LONG(v)
  11858. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11859. | #define HAVE_DEV_T 1
  11860. | #define rb_dev_t dev_t
  11861. | #define SIGNEDNESS_OF_DEV_T -1
  11862. | #define DEVT2NUM(v) INT2NUM(v)
  11863. | #define NUM2DEVT(v) NUM2INT(v)
  11864. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11865. | #define HAVE_MODE_T 1
  11866. | #define rb_mode_t mode_t
  11867. | #define SIGNEDNESS_OF_MODE_T +1
  11868. | #define MODET2NUM(v) USHORT2NUM(v)
  11869. | #define NUM2MODET(v) NUM2USHORT(v)
  11870. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  11871. | #define HAVE_RLIM_T 1
  11872. | #define rb_rlim_t rlim_t
  11873. | #define SIGNEDNESS_OF_RLIM_T +1
  11874. | #define RLIM2NUM(v) ULL2NUM(v)
  11875. | #define NUM2RLIM(v) NUM2ULL(v)
  11876. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11877. | #define HAVE_OFF_T 1
  11878. | #define rb_off_t off_t
  11879. | #define SIGNEDNESS_OF_OFF_T -1
  11880. | #define OFFT2NUM(v) LL2NUM(v)
  11881. | #define NUM2OFFT(v) NUM2LL(v)
  11882. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11883. | #define HAVE_CLOCKID_T 1
  11884. | #define rb_clockid_t clockid_t
  11885. | #define SIGNEDNESS_OF_CLOCKID_T +1
  11886. | #define CLOCKID2NUM(v) UINT2NUM(v)
  11887. | #define NUM2CLOCKID(v) NUM2UINT(v)
  11888. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11889. | #define HAVE_PROTOTYPES 1
  11890. | #define TOKEN_PASTE(x,y) x##y
  11891. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11892. | #define HAVE_STDARG_PROTOTYPES 1
  11893. | #define HAVE_VA_ARGS_MACRO 1
  11894. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  11895. | #define RUBY_ALIGNOF alignof
  11896. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11897. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11898. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11899. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11900. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11901. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11902. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11903. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11904. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  11905. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  11906. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  11907. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11908. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11909. | #define WEAK(x) __attribute__ ((__weak__)) x
  11910. | #define HAVE_FUNC_WEAK 1
  11911. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11912. | /* end confdefs.h. */
  11913. |
  11914. | #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  11915. |
  11916. | #define x int conftest_attribute_check(void)
  11917. |
  11918. | #define mesg ("")
  11919. | #define san "address"
  11920. | FUNC_UNOPTIMIZED(x);
  11921. | int
  11922. | main ()
  11923. | {
  11924. |
  11925. | ;
  11926. | return 0;
  11927. | }
  11928. configure:17632: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11929. conftest.c:163:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11930. FUNC_UNOPTIMIZED(x);
  11931. ^
  11932. conftest.c:157:47: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11933. #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11934. ^
  11935. 1 warning generated.
  11936. configure:17632: $? = 0
  11937. configure: failed program was:
  11938. | /* confdefs.h */
  11939. | #define PACKAGE_NAME ""
  11940. | #define PACKAGE_TARNAME ""
  11941. | #define PACKAGE_VERSION ""
  11942. | #define PACKAGE_STRING ""
  11943. | #define PACKAGE_BUGREPORT ""
  11944. | #define PACKAGE_URL ""
  11945. | #define STDC_HEADERS 1
  11946. | #define HAVE_SYS_TYPES_H 1
  11947. | #define HAVE_SYS_STAT_H 1
  11948. | #define HAVE_STDLIB_H 1
  11949. | #define HAVE_STRING_H 1
  11950. | #define HAVE_MEMORY_H 1
  11951. | #define HAVE_STRINGS_H 1
  11952. | #define HAVE_INTTYPES_H 1
  11953. | #define HAVE_STDINT_H 1
  11954. | #define HAVE_UNISTD_H 1
  11955. | #define __EXTENSIONS__ 1
  11956. | #define _ALL_SOURCE 1
  11957. | #define _GNU_SOURCE 1
  11958. | #define _POSIX_PTHREAD_SEMANTICS 1
  11959. | #define _TANDEM_SOURCE 1
  11960. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11961. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11962. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  11963. | #define BROKEN_CRYPT 1
  11964. | #define HAVE_CRT_EXTERNS_H 1
  11965. | #define HAVE_LIBDL 1
  11966. | #define HAVE_DIRENT_H 1
  11967. | #define HAVE__BOOL 1
  11968. | #define HAVE_STDBOOL_H 1
  11969. | #define HAVE_SYS_WAIT_H 1
  11970. | #define HAVE_GRP_H 1
  11971. | #define HAVE_FCNTL_H 1
  11972. | #define HAVE_FLOAT_H 1
  11973. | #define HAVE_LANGINFO_H 1
  11974. | #define HAVE_LIMITS_H 1
  11975. | #define HAVE_LOCALE_H 1
  11976. | #define HAVE_MALLOC_MALLOC_H 1
  11977. | #define HAVE_PWD_H 1
  11978. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  11979. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  11980. | #define HAVE_STDALIGN_H 1
  11981. | #define HAVE_SYS_ATTR_H 1
  11982. | #define HAVE_SYS_FCNTL_H 1
  11983. | #define HAVE_SYS_FILE_H 1
  11984. | #define HAVE_SYS_IOCTL_H 1
  11985. | #define HAVE_SYS_PARAM_H 1
  11986. | #define HAVE_SYS_RESOURCE_H 1
  11987. | #define HAVE_SYS_SELECT_H 1
  11988. | #define HAVE_SYS_SOCKET_H 1
  11989. | #define HAVE_SYS_TIME_H 1
  11990. | #define HAVE_SYS_TIMES_H 1
  11991. | #define HAVE_SYS_UIO_H 1
  11992. | #define HAVE_TIME_H 1
  11993. | #define HAVE_UCONTEXT_H 1
  11994. | #define HAVE_UTIME_H 1
  11995. | #define HAVE_GMP_H 1
  11996. | #define HAVE_LIBGMP 1
  11997. | #define HAVE_TYPEOF 1
  11998. | #define HAVE_LONG_LONG 1
  11999. | #define HAVE_OFF_T 1
  12000. | #define SIZEOF_INT 4
  12001. | #define SIZEOF_SHORT 2
  12002. | #define SIZEOF_LONG 8
  12003. | #define SIZEOF_LONG_LONG 8
  12004. | #define SIZEOF___INT64 0
  12005. | #define SIZEOF___INT128 16
  12006. | #define SIZEOF_OFF_T 8
  12007. | #define SIZEOF_VOIDP 8
  12008. | #define SIZEOF_FLOAT 4
  12009. | #define SIZEOF_DOUBLE 8
  12010. | #define SIZEOF_TIME_T 8
  12011. | #define SIZEOF_CLOCK_T 8
  12012. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12013. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12014. | #define PRI_LL_PREFIX "ll"
  12015. | #define HAVE_PID_T 1
  12016. | #define rb_pid_t pid_t
  12017. | #define SIGNEDNESS_OF_PID_T -1
  12018. | #define PIDT2NUM(v) INT2NUM(v)
  12019. | #define NUM2PIDT(v) NUM2INT(v)
  12020. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12021. | #define HAVE_UID_T 1
  12022. | #define rb_uid_t uid_t
  12023. | #define SIGNEDNESS_OF_UID_T +1
  12024. | #define UIDT2NUM(v) UINT2NUM(v)
  12025. | #define NUM2UIDT(v) NUM2UINT(v)
  12026. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12027. | #define HAVE_GID_T 1
  12028. | #define rb_gid_t gid_t
  12029. | #define SIGNEDNESS_OF_GID_T +1
  12030. | #define GIDT2NUM(v) UINT2NUM(v)
  12031. | #define NUM2GIDT(v) NUM2UINT(v)
  12032. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12033. | #define HAVE_TIME_T 1
  12034. | #define rb_time_t time_t
  12035. | #define SIGNEDNESS_OF_TIME_T -1
  12036. | #define TIMET2NUM(v) LONG2NUM(v)
  12037. | #define NUM2TIMET(v) NUM2LONG(v)
  12038. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12039. | #define HAVE_DEV_T 1
  12040. | #define rb_dev_t dev_t
  12041. | #define SIGNEDNESS_OF_DEV_T -1
  12042. | #define DEVT2NUM(v) INT2NUM(v)
  12043. | #define NUM2DEVT(v) NUM2INT(v)
  12044. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12045. | #define HAVE_MODE_T 1
  12046. | #define rb_mode_t mode_t
  12047. | #define SIGNEDNESS_OF_MODE_T +1
  12048. | #define MODET2NUM(v) USHORT2NUM(v)
  12049. | #define NUM2MODET(v) NUM2USHORT(v)
  12050. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12051. | #define HAVE_RLIM_T 1
  12052. | #define rb_rlim_t rlim_t
  12053. | #define SIGNEDNESS_OF_RLIM_T +1
  12054. | #define RLIM2NUM(v) ULL2NUM(v)
  12055. | #define NUM2RLIM(v) NUM2ULL(v)
  12056. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12057. | #define HAVE_OFF_T 1
  12058. | #define rb_off_t off_t
  12059. | #define SIGNEDNESS_OF_OFF_T -1
  12060. | #define OFFT2NUM(v) LL2NUM(v)
  12061. | #define NUM2OFFT(v) NUM2LL(v)
  12062. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12063. | #define HAVE_CLOCKID_T 1
  12064. | #define rb_clockid_t clockid_t
  12065. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12066. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12067. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12068. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12069. | #define HAVE_PROTOTYPES 1
  12070. | #define TOKEN_PASTE(x,y) x##y
  12071. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12072. | #define HAVE_STDARG_PROTOTYPES 1
  12073. | #define HAVE_VA_ARGS_MACRO 1
  12074. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12075. | #define RUBY_ALIGNOF alignof
  12076. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12077. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12078. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12079. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12080. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12081. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12082. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12083. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12084. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12085. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12086. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12087. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12088. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12089. | #define WEAK(x) __attribute__ ((__weak__)) x
  12090. | #define HAVE_FUNC_WEAK 1
  12091. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12092. | /* end confdefs.h. */
  12093. |
  12094. | #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  12095. |
  12096. | #define x int conftest_attribute_check(void)
  12097. |
  12098. | #define mesg ("")
  12099. | #define san "address"
  12100. | FUNC_UNOPTIMIZED(x);
  12101. | int
  12102. | main ()
  12103. | {
  12104. |
  12105. | ;
  12106. | return 0;
  12107. | }
  12108. configure:17632: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12109. conftest.c:163:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  12110. FUNC_UNOPTIMIZED(x);
  12111. ^
  12112. conftest.c:157:29: note: expanded from macro 'FUNC_UNOPTIMIZED'
  12113. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  12114. ^
  12115. 1 error generated.
  12116. configure:17632: $? = 1
  12117. configure: failed program was:
  12118. | /* confdefs.h */
  12119. | #define PACKAGE_NAME ""
  12120. | #define PACKAGE_TARNAME ""
  12121. | #define PACKAGE_VERSION ""
  12122. | #define PACKAGE_STRING ""
  12123. | #define PACKAGE_BUGREPORT ""
  12124. | #define PACKAGE_URL ""
  12125. | #define STDC_HEADERS 1
  12126. | #define HAVE_SYS_TYPES_H 1
  12127. | #define HAVE_SYS_STAT_H 1
  12128. | #define HAVE_STDLIB_H 1
  12129. | #define HAVE_STRING_H 1
  12130. | #define HAVE_MEMORY_H 1
  12131. | #define HAVE_STRINGS_H 1
  12132. | #define HAVE_INTTYPES_H 1
  12133. | #define HAVE_STDINT_H 1
  12134. | #define HAVE_UNISTD_H 1
  12135. | #define __EXTENSIONS__ 1
  12136. | #define _ALL_SOURCE 1
  12137. | #define _GNU_SOURCE 1
  12138. | #define _POSIX_PTHREAD_SEMANTICS 1
  12139. | #define _TANDEM_SOURCE 1
  12140. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12141. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12142. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  12143. | #define BROKEN_CRYPT 1
  12144. | #define HAVE_CRT_EXTERNS_H 1
  12145. | #define HAVE_LIBDL 1
  12146. | #define HAVE_DIRENT_H 1
  12147. | #define HAVE__BOOL 1
  12148. | #define HAVE_STDBOOL_H 1
  12149. | #define HAVE_SYS_WAIT_H 1
  12150. | #define HAVE_GRP_H 1
  12151. | #define HAVE_FCNTL_H 1
  12152. | #define HAVE_FLOAT_H 1
  12153. | #define HAVE_LANGINFO_H 1
  12154. | #define HAVE_LIMITS_H 1
  12155. | #define HAVE_LOCALE_H 1
  12156. | #define HAVE_MALLOC_MALLOC_H 1
  12157. | #define HAVE_PWD_H 1
  12158. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  12159. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  12160. | #define HAVE_STDALIGN_H 1
  12161. | #define HAVE_SYS_ATTR_H 1
  12162. | #define HAVE_SYS_FCNTL_H 1
  12163. | #define HAVE_SYS_FILE_H 1
  12164. | #define HAVE_SYS_IOCTL_H 1
  12165. | #define HAVE_SYS_PARAM_H 1
  12166. | #define HAVE_SYS_RESOURCE_H 1
  12167. | #define HAVE_SYS_SELECT_H 1
  12168. | #define HAVE_SYS_SOCKET_H 1
  12169. | #define HAVE_SYS_TIME_H 1
  12170. | #define HAVE_SYS_TIMES_H 1
  12171. | #define HAVE_SYS_UIO_H 1
  12172. | #define HAVE_TIME_H 1
  12173. | #define HAVE_UCONTEXT_H 1
  12174. | #define HAVE_UTIME_H 1
  12175. | #define HAVE_GMP_H 1
  12176. | #define HAVE_LIBGMP 1
  12177. | #define HAVE_TYPEOF 1
  12178. | #define HAVE_LONG_LONG 1
  12179. | #define HAVE_OFF_T 1
  12180. | #define SIZEOF_INT 4
  12181. | #define SIZEOF_SHORT 2
  12182. | #define SIZEOF_LONG 8
  12183. | #define SIZEOF_LONG_LONG 8
  12184. | #define SIZEOF___INT64 0
  12185. | #define SIZEOF___INT128 16
  12186. | #define SIZEOF_OFF_T 8
  12187. | #define SIZEOF_VOIDP 8
  12188. | #define SIZEOF_FLOAT 4
  12189. | #define SIZEOF_DOUBLE 8
  12190. | #define SIZEOF_TIME_T 8
  12191. | #define SIZEOF_CLOCK_T 8
  12192. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12193. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12194. | #define PRI_LL_PREFIX "ll"
  12195. | #define HAVE_PID_T 1
  12196. | #define rb_pid_t pid_t
  12197. | #define SIGNEDNESS_OF_PID_T -1
  12198. | #define PIDT2NUM(v) INT2NUM(v)
  12199. | #define NUM2PIDT(v) NUM2INT(v)
  12200. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12201. | #define HAVE_UID_T 1
  12202. | #define rb_uid_t uid_t
  12203. | #define SIGNEDNESS_OF_UID_T +1
  12204. | #define UIDT2NUM(v) UINT2NUM(v)
  12205. | #define NUM2UIDT(v) NUM2UINT(v)
  12206. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12207. | #define HAVE_GID_T 1
  12208. | #define rb_gid_t gid_t
  12209. | #define SIGNEDNESS_OF_GID_T +1
  12210. | #define GIDT2NUM(v) UINT2NUM(v)
  12211. | #define NUM2GIDT(v) NUM2UINT(v)
  12212. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12213. | #define HAVE_TIME_T 1
  12214. | #define rb_time_t time_t
  12215. | #define SIGNEDNESS_OF_TIME_T -1
  12216. | #define TIMET2NUM(v) LONG2NUM(v)
  12217. | #define NUM2TIMET(v) NUM2LONG(v)
  12218. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12219. | #define HAVE_DEV_T 1
  12220. | #define rb_dev_t dev_t
  12221. | #define SIGNEDNESS_OF_DEV_T -1
  12222. | #define DEVT2NUM(v) INT2NUM(v)
  12223. | #define NUM2DEVT(v) NUM2INT(v)
  12224. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12225. | #define HAVE_MODE_T 1
  12226. | #define rb_mode_t mode_t
  12227. | #define SIGNEDNESS_OF_MODE_T +1
  12228. | #define MODET2NUM(v) USHORT2NUM(v)
  12229. | #define NUM2MODET(v) NUM2USHORT(v)
  12230. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12231. | #define HAVE_RLIM_T 1
  12232. | #define rb_rlim_t rlim_t
  12233. | #define SIGNEDNESS_OF_RLIM_T +1
  12234. | #define RLIM2NUM(v) ULL2NUM(v)
  12235. | #define NUM2RLIM(v) NUM2ULL(v)
  12236. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12237. | #define HAVE_OFF_T 1
  12238. | #define rb_off_t off_t
  12239. | #define SIGNEDNESS_OF_OFF_T -1
  12240. | #define OFFT2NUM(v) LL2NUM(v)
  12241. | #define NUM2OFFT(v) NUM2LL(v)
  12242. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12243. | #define HAVE_CLOCKID_T 1
  12244. | #define rb_clockid_t clockid_t
  12245. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12246. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12247. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12248. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12249. | #define HAVE_PROTOTYPES 1
  12250. | #define TOKEN_PASTE(x,y) x##y
  12251. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12252. | #define HAVE_STDARG_PROTOTYPES 1
  12253. | #define HAVE_VA_ARGS_MACRO 1
  12254. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12255. | #define RUBY_ALIGNOF alignof
  12256. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12257. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12258. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12259. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12260. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12261. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12262. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12263. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12264. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12265. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12266. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12267. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12268. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12269. | #define WEAK(x) __attribute__ ((__weak__)) x
  12270. | #define HAVE_FUNC_WEAK 1
  12271. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12272. | /* end confdefs.h. */
  12273. |
  12274. | #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  12275. |
  12276. | #define x int conftest_attribute_check(void)
  12277. |
  12278. | #define mesg ("")
  12279. | #define san "address"
  12280. | FUNC_UNOPTIMIZED(x);
  12281. | int
  12282. | main ()
  12283. | {
  12284. |
  12285. | ;
  12286. | return 0;
  12287. | }
  12288. configure:17632: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12289. configure:17632: $? = 0
  12290. configure:17650: result: x
  12291. configure:17663: checking for FUNC_MINIMIZED function attribute
  12292. configure:17706: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12293. conftest.c:163:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  12294. FUNC_MINIMIZED(x);
  12295. ^
  12296. conftest.c:157:43: note: expanded from macro 'FUNC_MINIMIZED'
  12297. #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  12298. ^
  12299. 1 warning generated.
  12300. configure:17706: $? = 0
  12301. configure: failed program was:
  12302. | /* confdefs.h */
  12303. | #define PACKAGE_NAME ""
  12304. | #define PACKAGE_TARNAME ""
  12305. | #define PACKAGE_VERSION ""
  12306. | #define PACKAGE_STRING ""
  12307. | #define PACKAGE_BUGREPORT ""
  12308. | #define PACKAGE_URL ""
  12309. | #define STDC_HEADERS 1
  12310. | #define HAVE_SYS_TYPES_H 1
  12311. | #define HAVE_SYS_STAT_H 1
  12312. | #define HAVE_STDLIB_H 1
  12313. | #define HAVE_STRING_H 1
  12314. | #define HAVE_MEMORY_H 1
  12315. | #define HAVE_STRINGS_H 1
  12316. | #define HAVE_INTTYPES_H 1
  12317. | #define HAVE_STDINT_H 1
  12318. | #define HAVE_UNISTD_H 1
  12319. | #define __EXTENSIONS__ 1
  12320. | #define _ALL_SOURCE 1
  12321. | #define _GNU_SOURCE 1
  12322. | #define _POSIX_PTHREAD_SEMANTICS 1
  12323. | #define _TANDEM_SOURCE 1
  12324. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12325. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12326. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  12327. | #define BROKEN_CRYPT 1
  12328. | #define HAVE_CRT_EXTERNS_H 1
  12329. | #define HAVE_LIBDL 1
  12330. | #define HAVE_DIRENT_H 1
  12331. | #define HAVE__BOOL 1
  12332. | #define HAVE_STDBOOL_H 1
  12333. | #define HAVE_SYS_WAIT_H 1
  12334. | #define HAVE_GRP_H 1
  12335. | #define HAVE_FCNTL_H 1
  12336. | #define HAVE_FLOAT_H 1
  12337. | #define HAVE_LANGINFO_H 1
  12338. | #define HAVE_LIMITS_H 1
  12339. | #define HAVE_LOCALE_H 1
  12340. | #define HAVE_MALLOC_MALLOC_H 1
  12341. | #define HAVE_PWD_H 1
  12342. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  12343. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  12344. | #define HAVE_STDALIGN_H 1
  12345. | #define HAVE_SYS_ATTR_H 1
  12346. | #define HAVE_SYS_FCNTL_H 1
  12347. | #define HAVE_SYS_FILE_H 1
  12348. | #define HAVE_SYS_IOCTL_H 1
  12349. | #define HAVE_SYS_PARAM_H 1
  12350. | #define HAVE_SYS_RESOURCE_H 1
  12351. | #define HAVE_SYS_SELECT_H 1
  12352. | #define HAVE_SYS_SOCKET_H 1
  12353. | #define HAVE_SYS_TIME_H 1
  12354. | #define HAVE_SYS_TIMES_H 1
  12355. | #define HAVE_SYS_UIO_H 1
  12356. | #define HAVE_TIME_H 1
  12357. | #define HAVE_UCONTEXT_H 1
  12358. | #define HAVE_UTIME_H 1
  12359. | #define HAVE_GMP_H 1
  12360. | #define HAVE_LIBGMP 1
  12361. | #define HAVE_TYPEOF 1
  12362. | #define HAVE_LONG_LONG 1
  12363. | #define HAVE_OFF_T 1
  12364. | #define SIZEOF_INT 4
  12365. | #define SIZEOF_SHORT 2
  12366. | #define SIZEOF_LONG 8
  12367. | #define SIZEOF_LONG_LONG 8
  12368. | #define SIZEOF___INT64 0
  12369. | #define SIZEOF___INT128 16
  12370. | #define SIZEOF_OFF_T 8
  12371. | #define SIZEOF_VOIDP 8
  12372. | #define SIZEOF_FLOAT 4
  12373. | #define SIZEOF_DOUBLE 8
  12374. | #define SIZEOF_TIME_T 8
  12375. | #define SIZEOF_CLOCK_T 8
  12376. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12377. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12378. | #define PRI_LL_PREFIX "ll"
  12379. | #define HAVE_PID_T 1
  12380. | #define rb_pid_t pid_t
  12381. | #define SIGNEDNESS_OF_PID_T -1
  12382. | #define PIDT2NUM(v) INT2NUM(v)
  12383. | #define NUM2PIDT(v) NUM2INT(v)
  12384. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12385. | #define HAVE_UID_T 1
  12386. | #define rb_uid_t uid_t
  12387. | #define SIGNEDNESS_OF_UID_T +1
  12388. | #define UIDT2NUM(v) UINT2NUM(v)
  12389. | #define NUM2UIDT(v) NUM2UINT(v)
  12390. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12391. | #define HAVE_GID_T 1
  12392. | #define rb_gid_t gid_t
  12393. | #define SIGNEDNESS_OF_GID_T +1
  12394. | #define GIDT2NUM(v) UINT2NUM(v)
  12395. | #define NUM2GIDT(v) NUM2UINT(v)
  12396. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12397. | #define HAVE_TIME_T 1
  12398. | #define rb_time_t time_t
  12399. | #define SIGNEDNESS_OF_TIME_T -1
  12400. | #define TIMET2NUM(v) LONG2NUM(v)
  12401. | #define NUM2TIMET(v) NUM2LONG(v)
  12402. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12403. | #define HAVE_DEV_T 1
  12404. | #define rb_dev_t dev_t
  12405. | #define SIGNEDNESS_OF_DEV_T -1
  12406. | #define DEVT2NUM(v) INT2NUM(v)
  12407. | #define NUM2DEVT(v) NUM2INT(v)
  12408. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12409. | #define HAVE_MODE_T 1
  12410. | #define rb_mode_t mode_t
  12411. | #define SIGNEDNESS_OF_MODE_T +1
  12412. | #define MODET2NUM(v) USHORT2NUM(v)
  12413. | #define NUM2MODET(v) NUM2USHORT(v)
  12414. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12415. | #define HAVE_RLIM_T 1
  12416. | #define rb_rlim_t rlim_t
  12417. | #define SIGNEDNESS_OF_RLIM_T +1
  12418. | #define RLIM2NUM(v) ULL2NUM(v)
  12419. | #define NUM2RLIM(v) NUM2ULL(v)
  12420. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12421. | #define HAVE_OFF_T 1
  12422. | #define rb_off_t off_t
  12423. | #define SIGNEDNESS_OF_OFF_T -1
  12424. | #define OFFT2NUM(v) LL2NUM(v)
  12425. | #define NUM2OFFT(v) NUM2LL(v)
  12426. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12427. | #define HAVE_CLOCKID_T 1
  12428. | #define rb_clockid_t clockid_t
  12429. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12430. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12431. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12432. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12433. | #define HAVE_PROTOTYPES 1
  12434. | #define TOKEN_PASTE(x,y) x##y
  12435. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12436. | #define HAVE_STDARG_PROTOTYPES 1
  12437. | #define HAVE_VA_ARGS_MACRO 1
  12438. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12439. | #define RUBY_ALIGNOF alignof
  12440. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12441. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12442. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12443. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12444. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12445. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12446. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12447. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12448. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12449. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12450. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12451. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12452. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12453. | #define WEAK(x) __attribute__ ((__weak__)) x
  12454. | #define HAVE_FUNC_WEAK 1
  12455. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12456. | /* end confdefs.h. */
  12457. |
  12458. | #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  12459. |
  12460. | #define x int conftest_attribute_check(void)
  12461. |
  12462. | #define mesg ("")
  12463. | #define san "address"
  12464. | FUNC_MINIMIZED(x);
  12465. | int
  12466. | main ()
  12467. | {
  12468. |
  12469. | ;
  12470. | return 0;
  12471. | }
  12472. configure:17706: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12473. conftest.c:163:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  12474. FUNC_MINIMIZED(x);
  12475. ^
  12476. conftest.c:157:45: note: expanded from macro 'FUNC_MINIMIZED'
  12477. #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  12478. ^
  12479. 1 warning generated.
  12480. configure:17706: $? = 0
  12481. configure: failed program was:
  12482. | /* confdefs.h */
  12483. | #define PACKAGE_NAME ""
  12484. | #define PACKAGE_TARNAME ""
  12485. | #define PACKAGE_VERSION ""
  12486. | #define PACKAGE_STRING ""
  12487. | #define PACKAGE_BUGREPORT ""
  12488. | #define PACKAGE_URL ""
  12489. | #define STDC_HEADERS 1
  12490. | #define HAVE_SYS_TYPES_H 1
  12491. | #define HAVE_SYS_STAT_H 1
  12492. | #define HAVE_STDLIB_H 1
  12493. | #define HAVE_STRING_H 1
  12494. | #define HAVE_MEMORY_H 1
  12495. | #define HAVE_STRINGS_H 1
  12496. | #define HAVE_INTTYPES_H 1
  12497. | #define HAVE_STDINT_H 1
  12498. | #define HAVE_UNISTD_H 1
  12499. | #define __EXTENSIONS__ 1
  12500. | #define _ALL_SOURCE 1
  12501. | #define _GNU_SOURCE 1
  12502. | #define _POSIX_PTHREAD_SEMANTICS 1
  12503. | #define _TANDEM_SOURCE 1
  12504. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12505. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12506. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  12507. | #define BROKEN_CRYPT 1
  12508. | #define HAVE_CRT_EXTERNS_H 1
  12509. | #define HAVE_LIBDL 1
  12510. | #define HAVE_DIRENT_H 1
  12511. | #define HAVE__BOOL 1
  12512. | #define HAVE_STDBOOL_H 1
  12513. | #define HAVE_SYS_WAIT_H 1
  12514. | #define HAVE_GRP_H 1
  12515. | #define HAVE_FCNTL_H 1
  12516. | #define HAVE_FLOAT_H 1
  12517. | #define HAVE_LANGINFO_H 1
  12518. | #define HAVE_LIMITS_H 1
  12519. | #define HAVE_LOCALE_H 1
  12520. | #define HAVE_MALLOC_MALLOC_H 1
  12521. | #define HAVE_PWD_H 1
  12522. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  12523. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  12524. | #define HAVE_STDALIGN_H 1
  12525. | #define HAVE_SYS_ATTR_H 1
  12526. | #define HAVE_SYS_FCNTL_H 1
  12527. | #define HAVE_SYS_FILE_H 1
  12528. | #define HAVE_SYS_IOCTL_H 1
  12529. | #define HAVE_SYS_PARAM_H 1
  12530. | #define HAVE_SYS_RESOURCE_H 1
  12531. | #define HAVE_SYS_SELECT_H 1
  12532. | #define HAVE_SYS_SOCKET_H 1
  12533. | #define HAVE_SYS_TIME_H 1
  12534. | #define HAVE_SYS_TIMES_H 1
  12535. | #define HAVE_SYS_UIO_H 1
  12536. | #define HAVE_TIME_H 1
  12537. | #define HAVE_UCONTEXT_H 1
  12538. | #define HAVE_UTIME_H 1
  12539. | #define HAVE_GMP_H 1
  12540. | #define HAVE_LIBGMP 1
  12541. | #define HAVE_TYPEOF 1
  12542. | #define HAVE_LONG_LONG 1
  12543. | #define HAVE_OFF_T 1
  12544. | #define SIZEOF_INT 4
  12545. | #define SIZEOF_SHORT 2
  12546. | #define SIZEOF_LONG 8
  12547. | #define SIZEOF_LONG_LONG 8
  12548. | #define SIZEOF___INT64 0
  12549. | #define SIZEOF___INT128 16
  12550. | #define SIZEOF_OFF_T 8
  12551. | #define SIZEOF_VOIDP 8
  12552. | #define SIZEOF_FLOAT 4
  12553. | #define SIZEOF_DOUBLE 8
  12554. | #define SIZEOF_TIME_T 8
  12555. | #define SIZEOF_CLOCK_T 8
  12556. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12557. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12558. | #define PRI_LL_PREFIX "ll"
  12559. | #define HAVE_PID_T 1
  12560. | #define rb_pid_t pid_t
  12561. | #define SIGNEDNESS_OF_PID_T -1
  12562. | #define PIDT2NUM(v) INT2NUM(v)
  12563. | #define NUM2PIDT(v) NUM2INT(v)
  12564. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12565. | #define HAVE_UID_T 1
  12566. | #define rb_uid_t uid_t
  12567. | #define SIGNEDNESS_OF_UID_T +1
  12568. | #define UIDT2NUM(v) UINT2NUM(v)
  12569. | #define NUM2UIDT(v) NUM2UINT(v)
  12570. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12571. | #define HAVE_GID_T 1
  12572. | #define rb_gid_t gid_t
  12573. | #define SIGNEDNESS_OF_GID_T +1
  12574. | #define GIDT2NUM(v) UINT2NUM(v)
  12575. | #define NUM2GIDT(v) NUM2UINT(v)
  12576. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12577. | #define HAVE_TIME_T 1
  12578. | #define rb_time_t time_t
  12579. | #define SIGNEDNESS_OF_TIME_T -1
  12580. | #define TIMET2NUM(v) LONG2NUM(v)
  12581. | #define NUM2TIMET(v) NUM2LONG(v)
  12582. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12583. | #define HAVE_DEV_T 1
  12584. | #define rb_dev_t dev_t
  12585. | #define SIGNEDNESS_OF_DEV_T -1
  12586. | #define DEVT2NUM(v) INT2NUM(v)
  12587. | #define NUM2DEVT(v) NUM2INT(v)
  12588. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12589. | #define HAVE_MODE_T 1
  12590. | #define rb_mode_t mode_t
  12591. | #define SIGNEDNESS_OF_MODE_T +1
  12592. | #define MODET2NUM(v) USHORT2NUM(v)
  12593. | #define NUM2MODET(v) NUM2USHORT(v)
  12594. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12595. | #define HAVE_RLIM_T 1
  12596. | #define rb_rlim_t rlim_t
  12597. | #define SIGNEDNESS_OF_RLIM_T +1
  12598. | #define RLIM2NUM(v) ULL2NUM(v)
  12599. | #define NUM2RLIM(v) NUM2ULL(v)
  12600. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12601. | #define HAVE_OFF_T 1
  12602. | #define rb_off_t off_t
  12603. | #define SIGNEDNESS_OF_OFF_T -1
  12604. | #define OFFT2NUM(v) LL2NUM(v)
  12605. | #define NUM2OFFT(v) NUM2LL(v)
  12606. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12607. | #define HAVE_CLOCKID_T 1
  12608. | #define rb_clockid_t clockid_t
  12609. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12610. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12611. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12612. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12613. | #define HAVE_PROTOTYPES 1
  12614. | #define TOKEN_PASTE(x,y) x##y
  12615. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12616. | #define HAVE_STDARG_PROTOTYPES 1
  12617. | #define HAVE_VA_ARGS_MACRO 1
  12618. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12619. | #define RUBY_ALIGNOF alignof
  12620. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12621. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12622. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12623. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12624. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12625. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12626. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12627. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12628. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12629. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12630. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12631. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12632. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12633. | #define WEAK(x) __attribute__ ((__weak__)) x
  12634. | #define HAVE_FUNC_WEAK 1
  12635. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12636. | /* end confdefs.h. */
  12637. |
  12638. | #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  12639. |
  12640. | #define x int conftest_attribute_check(void)
  12641. |
  12642. | #define mesg ("")
  12643. | #define san "address"
  12644. | FUNC_MINIMIZED(x);
  12645. | int
  12646. | main ()
  12647. | {
  12648. |
  12649. | ;
  12650. | return 0;
  12651. | }
  12652. configure:17706: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12653. conftest.c:163:5: error: '__declspec' attributes are not enabled; use '-fdeclspec' or '-fms-extensions' to enable support for __declspec attributes
  12654. FUNC_MINIMIZED(x);
  12655. ^
  12656. conftest.c:157:27: note: expanded from macro 'FUNC_MINIMIZED'
  12657. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  12658. ^
  12659. 1 error generated.
  12660. configure:17706: $? = 1
  12661. configure: failed program was:
  12662. | /* confdefs.h */
  12663. | #define PACKAGE_NAME ""
  12664. | #define PACKAGE_TARNAME ""
  12665. | #define PACKAGE_VERSION ""
  12666. | #define PACKAGE_STRING ""
  12667. | #define PACKAGE_BUGREPORT ""
  12668. | #define PACKAGE_URL ""
  12669. | #define STDC_HEADERS 1
  12670. | #define HAVE_SYS_TYPES_H 1
  12671. | #define HAVE_SYS_STAT_H 1
  12672. | #define HAVE_STDLIB_H 1
  12673. | #define HAVE_STRING_H 1
  12674. | #define HAVE_MEMORY_H 1
  12675. | #define HAVE_STRINGS_H 1
  12676. | #define HAVE_INTTYPES_H 1
  12677. | #define HAVE_STDINT_H 1
  12678. | #define HAVE_UNISTD_H 1
  12679. | #define __EXTENSIONS__ 1
  12680. | #define _ALL_SOURCE 1
  12681. | #define _GNU_SOURCE 1
  12682. | #define _POSIX_PTHREAD_SEMANTICS 1
  12683. | #define _TANDEM_SOURCE 1
  12684. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12685. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12686. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  12687. | #define BROKEN_CRYPT 1
  12688. | #define HAVE_CRT_EXTERNS_H 1
  12689. | #define HAVE_LIBDL 1
  12690. | #define HAVE_DIRENT_H 1
  12691. | #define HAVE__BOOL 1
  12692. | #define HAVE_STDBOOL_H 1
  12693. | #define HAVE_SYS_WAIT_H 1
  12694. | #define HAVE_GRP_H 1
  12695. | #define HAVE_FCNTL_H 1
  12696. | #define HAVE_FLOAT_H 1
  12697. | #define HAVE_LANGINFO_H 1
  12698. | #define HAVE_LIMITS_H 1
  12699. | #define HAVE_LOCALE_H 1
  12700. | #define HAVE_MALLOC_MALLOC_H 1
  12701. | #define HAVE_PWD_H 1
  12702. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  12703. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  12704. | #define HAVE_STDALIGN_H 1
  12705. | #define HAVE_SYS_ATTR_H 1
  12706. | #define HAVE_SYS_FCNTL_H 1
  12707. | #define HAVE_SYS_FILE_H 1
  12708. | #define HAVE_SYS_IOCTL_H 1
  12709. | #define HAVE_SYS_PARAM_H 1
  12710. | #define HAVE_SYS_RESOURCE_H 1
  12711. | #define HAVE_SYS_SELECT_H 1
  12712. | #define HAVE_SYS_SOCKET_H 1
  12713. | #define HAVE_SYS_TIME_H 1
  12714. | #define HAVE_SYS_TIMES_H 1
  12715. | #define HAVE_SYS_UIO_H 1
  12716. | #define HAVE_TIME_H 1
  12717. | #define HAVE_UCONTEXT_H 1
  12718. | #define HAVE_UTIME_H 1
  12719. | #define HAVE_GMP_H 1
  12720. | #define HAVE_LIBGMP 1
  12721. | #define HAVE_TYPEOF 1
  12722. | #define HAVE_LONG_LONG 1
  12723. | #define HAVE_OFF_T 1
  12724. | #define SIZEOF_INT 4
  12725. | #define SIZEOF_SHORT 2
  12726. | #define SIZEOF_LONG 8
  12727. | #define SIZEOF_LONG_LONG 8
  12728. | #define SIZEOF___INT64 0
  12729. | #define SIZEOF___INT128 16
  12730. | #define SIZEOF_OFF_T 8
  12731. | #define SIZEOF_VOIDP 8
  12732. | #define SIZEOF_FLOAT 4
  12733. | #define SIZEOF_DOUBLE 8
  12734. | #define SIZEOF_TIME_T 8
  12735. | #define SIZEOF_CLOCK_T 8
  12736. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12737. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12738. | #define PRI_LL_PREFIX "ll"
  12739. | #define HAVE_PID_T 1
  12740. | #define rb_pid_t pid_t
  12741. | #define SIGNEDNESS_OF_PID_T -1
  12742. | #define PIDT2NUM(v) INT2NUM(v)
  12743. | #define NUM2PIDT(v) NUM2INT(v)
  12744. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12745. | #define HAVE_UID_T 1
  12746. | #define rb_uid_t uid_t
  12747. | #define SIGNEDNESS_OF_UID_T +1
  12748. | #define UIDT2NUM(v) UINT2NUM(v)
  12749. | #define NUM2UIDT(v) NUM2UINT(v)
  12750. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12751. | #define HAVE_GID_T 1
  12752. | #define rb_gid_t gid_t
  12753. | #define SIGNEDNESS_OF_GID_T +1
  12754. | #define GIDT2NUM(v) UINT2NUM(v)
  12755. | #define NUM2GIDT(v) NUM2UINT(v)
  12756. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12757. | #define HAVE_TIME_T 1
  12758. | #define rb_time_t time_t
  12759. | #define SIGNEDNESS_OF_TIME_T -1
  12760. | #define TIMET2NUM(v) LONG2NUM(v)
  12761. | #define NUM2TIMET(v) NUM2LONG(v)
  12762. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12763. | #define HAVE_DEV_T 1
  12764. | #define rb_dev_t dev_t
  12765. | #define SIGNEDNESS_OF_DEV_T -1
  12766. | #define DEVT2NUM(v) INT2NUM(v)
  12767. | #define NUM2DEVT(v) NUM2INT(v)
  12768. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12769. | #define HAVE_MODE_T 1
  12770. | #define rb_mode_t mode_t
  12771. | #define SIGNEDNESS_OF_MODE_T +1
  12772. | #define MODET2NUM(v) USHORT2NUM(v)
  12773. | #define NUM2MODET(v) NUM2USHORT(v)
  12774. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12775. | #define HAVE_RLIM_T 1
  12776. | #define rb_rlim_t rlim_t
  12777. | #define SIGNEDNESS_OF_RLIM_T +1
  12778. | #define RLIM2NUM(v) ULL2NUM(v)
  12779. | #define NUM2RLIM(v) NUM2ULL(v)
  12780. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12781. | #define HAVE_OFF_T 1
  12782. | #define rb_off_t off_t
  12783. | #define SIGNEDNESS_OF_OFF_T -1
  12784. | #define OFFT2NUM(v) LL2NUM(v)
  12785. | #define NUM2OFFT(v) NUM2LL(v)
  12786. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12787. | #define HAVE_CLOCKID_T 1
  12788. | #define rb_clockid_t clockid_t
  12789. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12790. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12791. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12792. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12793. | #define HAVE_PROTOTYPES 1
  12794. | #define TOKEN_PASTE(x,y) x##y
  12795. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12796. | #define HAVE_STDARG_PROTOTYPES 1
  12797. | #define HAVE_VA_ARGS_MACRO 1
  12798. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12799. | #define RUBY_ALIGNOF alignof
  12800. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12801. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12802. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12803. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12804. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12805. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12806. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12807. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12808. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12809. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12810. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12811. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12812. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12813. | #define WEAK(x) __attribute__ ((__weak__)) x
  12814. | #define HAVE_FUNC_WEAK 1
  12815. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12816. | /* end confdefs.h. */
  12817. |
  12818. | #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  12819. |
  12820. | #define x int conftest_attribute_check(void)
  12821. |
  12822. | #define mesg ("")
  12823. | #define san "address"
  12824. | FUNC_MINIMIZED(x);
  12825. | int
  12826. | main ()
  12827. | {
  12828. |
  12829. | ;
  12830. | return 0;
  12831. | }
  12832. configure:17706: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12833. configure:17706: $? = 0
  12834. configure:17724: result: x
  12835. configure:17739: checking for function alias
  12836. configure:17758: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  12837. conftest.c:157:33: error: aliases are not supported on darwin
  12838. void bar(void) __attribute__((alias("foo")));
  12839. ^
  12840. 1 error generated.
  12841. configure:17758: $? = 1
  12842. configure: failed program was:
  12843. | /* confdefs.h */
  12844. | #define PACKAGE_NAME ""
  12845. | #define PACKAGE_TARNAME ""
  12846. | #define PACKAGE_VERSION ""
  12847. | #define PACKAGE_STRING ""
  12848. | #define PACKAGE_BUGREPORT ""
  12849. | #define PACKAGE_URL ""
  12850. | #define STDC_HEADERS 1
  12851. | #define HAVE_SYS_TYPES_H 1
  12852. | #define HAVE_SYS_STAT_H 1
  12853. | #define HAVE_STDLIB_H 1
  12854. | #define HAVE_STRING_H 1
  12855. | #define HAVE_MEMORY_H 1
  12856. | #define HAVE_STRINGS_H 1
  12857. | #define HAVE_INTTYPES_H 1
  12858. | #define HAVE_STDINT_H 1
  12859. | #define HAVE_UNISTD_H 1
  12860. | #define __EXTENSIONS__ 1
  12861. | #define _ALL_SOURCE 1
  12862. | #define _GNU_SOURCE 1
  12863. | #define _POSIX_PTHREAD_SEMANTICS 1
  12864. | #define _TANDEM_SOURCE 1
  12865. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12866. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12867. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  12868. | #define BROKEN_CRYPT 1
  12869. | #define HAVE_CRT_EXTERNS_H 1
  12870. | #define HAVE_LIBDL 1
  12871. | #define HAVE_DIRENT_H 1
  12872. | #define HAVE__BOOL 1
  12873. | #define HAVE_STDBOOL_H 1
  12874. | #define HAVE_SYS_WAIT_H 1
  12875. | #define HAVE_GRP_H 1
  12876. | #define HAVE_FCNTL_H 1
  12877. | #define HAVE_FLOAT_H 1
  12878. | #define HAVE_LANGINFO_H 1
  12879. | #define HAVE_LIMITS_H 1
  12880. | #define HAVE_LOCALE_H 1
  12881. | #define HAVE_MALLOC_MALLOC_H 1
  12882. | #define HAVE_PWD_H 1
  12883. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  12884. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  12885. | #define HAVE_STDALIGN_H 1
  12886. | #define HAVE_SYS_ATTR_H 1
  12887. | #define HAVE_SYS_FCNTL_H 1
  12888. | #define HAVE_SYS_FILE_H 1
  12889. | #define HAVE_SYS_IOCTL_H 1
  12890. | #define HAVE_SYS_PARAM_H 1
  12891. | #define HAVE_SYS_RESOURCE_H 1
  12892. | #define HAVE_SYS_SELECT_H 1
  12893. | #define HAVE_SYS_SOCKET_H 1
  12894. | #define HAVE_SYS_TIME_H 1
  12895. | #define HAVE_SYS_TIMES_H 1
  12896. | #define HAVE_SYS_UIO_H 1
  12897. | #define HAVE_TIME_H 1
  12898. | #define HAVE_UCONTEXT_H 1
  12899. | #define HAVE_UTIME_H 1
  12900. | #define HAVE_GMP_H 1
  12901. | #define HAVE_LIBGMP 1
  12902. | #define HAVE_TYPEOF 1
  12903. | #define HAVE_LONG_LONG 1
  12904. | #define HAVE_OFF_T 1
  12905. | #define SIZEOF_INT 4
  12906. | #define SIZEOF_SHORT 2
  12907. | #define SIZEOF_LONG 8
  12908. | #define SIZEOF_LONG_LONG 8
  12909. | #define SIZEOF___INT64 0
  12910. | #define SIZEOF___INT128 16
  12911. | #define SIZEOF_OFF_T 8
  12912. | #define SIZEOF_VOIDP 8
  12913. | #define SIZEOF_FLOAT 4
  12914. | #define SIZEOF_DOUBLE 8
  12915. | #define SIZEOF_TIME_T 8
  12916. | #define SIZEOF_CLOCK_T 8
  12917. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12918. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12919. | #define PRI_LL_PREFIX "ll"
  12920. | #define HAVE_PID_T 1
  12921. | #define rb_pid_t pid_t
  12922. | #define SIGNEDNESS_OF_PID_T -1
  12923. | #define PIDT2NUM(v) INT2NUM(v)
  12924. | #define NUM2PIDT(v) NUM2INT(v)
  12925. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12926. | #define HAVE_UID_T 1
  12927. | #define rb_uid_t uid_t
  12928. | #define SIGNEDNESS_OF_UID_T +1
  12929. | #define UIDT2NUM(v) UINT2NUM(v)
  12930. | #define NUM2UIDT(v) NUM2UINT(v)
  12931. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12932. | #define HAVE_GID_T 1
  12933. | #define rb_gid_t gid_t
  12934. | #define SIGNEDNESS_OF_GID_T +1
  12935. | #define GIDT2NUM(v) UINT2NUM(v)
  12936. | #define NUM2GIDT(v) NUM2UINT(v)
  12937. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12938. | #define HAVE_TIME_T 1
  12939. | #define rb_time_t time_t
  12940. | #define SIGNEDNESS_OF_TIME_T -1
  12941. | #define TIMET2NUM(v) LONG2NUM(v)
  12942. | #define NUM2TIMET(v) NUM2LONG(v)
  12943. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12944. | #define HAVE_DEV_T 1
  12945. | #define rb_dev_t dev_t
  12946. | #define SIGNEDNESS_OF_DEV_T -1
  12947. | #define DEVT2NUM(v) INT2NUM(v)
  12948. | #define NUM2DEVT(v) NUM2INT(v)
  12949. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12950. | #define HAVE_MODE_T 1
  12951. | #define rb_mode_t mode_t
  12952. | #define SIGNEDNESS_OF_MODE_T +1
  12953. | #define MODET2NUM(v) USHORT2NUM(v)
  12954. | #define NUM2MODET(v) NUM2USHORT(v)
  12955. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  12956. | #define HAVE_RLIM_T 1
  12957. | #define rb_rlim_t rlim_t
  12958. | #define SIGNEDNESS_OF_RLIM_T +1
  12959. | #define RLIM2NUM(v) ULL2NUM(v)
  12960. | #define NUM2RLIM(v) NUM2ULL(v)
  12961. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12962. | #define HAVE_OFF_T 1
  12963. | #define rb_off_t off_t
  12964. | #define SIGNEDNESS_OF_OFF_T -1
  12965. | #define OFFT2NUM(v) LL2NUM(v)
  12966. | #define NUM2OFFT(v) NUM2LL(v)
  12967. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12968. | #define HAVE_CLOCKID_T 1
  12969. | #define rb_clockid_t clockid_t
  12970. | #define SIGNEDNESS_OF_CLOCKID_T +1
  12971. | #define CLOCKID2NUM(v) UINT2NUM(v)
  12972. | #define NUM2CLOCKID(v) NUM2UINT(v)
  12973. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12974. | #define HAVE_PROTOTYPES 1
  12975. | #define TOKEN_PASTE(x,y) x##y
  12976. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12977. | #define HAVE_STDARG_PROTOTYPES 1
  12978. | #define HAVE_VA_ARGS_MACRO 1
  12979. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  12980. | #define RUBY_ALIGNOF alignof
  12981. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12982. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12983. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12984. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12985. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12986. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12987. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12988. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12989. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  12990. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  12991. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  12992. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12993. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12994. | #define WEAK(x) __attribute__ ((__weak__)) x
  12995. | #define HAVE_FUNC_WEAK 1
  12996. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12997. | /* end confdefs.h. */
  12998. | void foo(void) {}
  12999. | void bar(void) __attribute__((alias("foo")));
  13000. | int
  13001. | main ()
  13002. | {
  13003. | bar()
  13004. | ;
  13005. | return 0;
  13006. | }
  13007. configure:17758: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13008. conftest.c:157:38: error: aliases are not supported on darwin
  13009. void bar(void) __attribute__((weak,alias("foo")));
  13010. ^
  13011. 1 error generated.
  13012. configure:17758: $? = 1
  13013. configure: failed program was:
  13014. | /* confdefs.h */
  13015. | #define PACKAGE_NAME ""
  13016. | #define PACKAGE_TARNAME ""
  13017. | #define PACKAGE_VERSION ""
  13018. | #define PACKAGE_STRING ""
  13019. | #define PACKAGE_BUGREPORT ""
  13020. | #define PACKAGE_URL ""
  13021. | #define STDC_HEADERS 1
  13022. | #define HAVE_SYS_TYPES_H 1
  13023. | #define HAVE_SYS_STAT_H 1
  13024. | #define HAVE_STDLIB_H 1
  13025. | #define HAVE_STRING_H 1
  13026. | #define HAVE_MEMORY_H 1
  13027. | #define HAVE_STRINGS_H 1
  13028. | #define HAVE_INTTYPES_H 1
  13029. | #define HAVE_STDINT_H 1
  13030. | #define HAVE_UNISTD_H 1
  13031. | #define __EXTENSIONS__ 1
  13032. | #define _ALL_SOURCE 1
  13033. | #define _GNU_SOURCE 1
  13034. | #define _POSIX_PTHREAD_SEMANTICS 1
  13035. | #define _TANDEM_SOURCE 1
  13036. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13037. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13038. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  13039. | #define BROKEN_CRYPT 1
  13040. | #define HAVE_CRT_EXTERNS_H 1
  13041. | #define HAVE_LIBDL 1
  13042. | #define HAVE_DIRENT_H 1
  13043. | #define HAVE__BOOL 1
  13044. | #define HAVE_STDBOOL_H 1
  13045. | #define HAVE_SYS_WAIT_H 1
  13046. | #define HAVE_GRP_H 1
  13047. | #define HAVE_FCNTL_H 1
  13048. | #define HAVE_FLOAT_H 1
  13049. | #define HAVE_LANGINFO_H 1
  13050. | #define HAVE_LIMITS_H 1
  13051. | #define HAVE_LOCALE_H 1
  13052. | #define HAVE_MALLOC_MALLOC_H 1
  13053. | #define HAVE_PWD_H 1
  13054. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  13055. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  13056. | #define HAVE_STDALIGN_H 1
  13057. | #define HAVE_SYS_ATTR_H 1
  13058. | #define HAVE_SYS_FCNTL_H 1
  13059. | #define HAVE_SYS_FILE_H 1
  13060. | #define HAVE_SYS_IOCTL_H 1
  13061. | #define HAVE_SYS_PARAM_H 1
  13062. | #define HAVE_SYS_RESOURCE_H 1
  13063. | #define HAVE_SYS_SELECT_H 1
  13064. | #define HAVE_SYS_SOCKET_H 1
  13065. | #define HAVE_SYS_TIME_H 1
  13066. | #define HAVE_SYS_TIMES_H 1
  13067. | #define HAVE_SYS_UIO_H 1
  13068. | #define HAVE_TIME_H 1
  13069. | #define HAVE_UCONTEXT_H 1
  13070. | #define HAVE_UTIME_H 1
  13071. | #define HAVE_GMP_H 1
  13072. | #define HAVE_LIBGMP 1
  13073. | #define HAVE_TYPEOF 1
  13074. | #define HAVE_LONG_LONG 1
  13075. | #define HAVE_OFF_T 1
  13076. | #define SIZEOF_INT 4
  13077. | #define SIZEOF_SHORT 2
  13078. | #define SIZEOF_LONG 8
  13079. | #define SIZEOF_LONG_LONG 8
  13080. | #define SIZEOF___INT64 0
  13081. | #define SIZEOF___INT128 16
  13082. | #define SIZEOF_OFF_T 8
  13083. | #define SIZEOF_VOIDP 8
  13084. | #define SIZEOF_FLOAT 4
  13085. | #define SIZEOF_DOUBLE 8
  13086. | #define SIZEOF_TIME_T 8
  13087. | #define SIZEOF_CLOCK_T 8
  13088. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13089. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13090. | #define PRI_LL_PREFIX "ll"
  13091. | #define HAVE_PID_T 1
  13092. | #define rb_pid_t pid_t
  13093. | #define SIGNEDNESS_OF_PID_T -1
  13094. | #define PIDT2NUM(v) INT2NUM(v)
  13095. | #define NUM2PIDT(v) NUM2INT(v)
  13096. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13097. | #define HAVE_UID_T 1
  13098. | #define rb_uid_t uid_t
  13099. | #define SIGNEDNESS_OF_UID_T +1
  13100. | #define UIDT2NUM(v) UINT2NUM(v)
  13101. | #define NUM2UIDT(v) NUM2UINT(v)
  13102. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13103. | #define HAVE_GID_T 1
  13104. | #define rb_gid_t gid_t
  13105. | #define SIGNEDNESS_OF_GID_T +1
  13106. | #define GIDT2NUM(v) UINT2NUM(v)
  13107. | #define NUM2GIDT(v) NUM2UINT(v)
  13108. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13109. | #define HAVE_TIME_T 1
  13110. | #define rb_time_t time_t
  13111. | #define SIGNEDNESS_OF_TIME_T -1
  13112. | #define TIMET2NUM(v) LONG2NUM(v)
  13113. | #define NUM2TIMET(v) NUM2LONG(v)
  13114. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13115. | #define HAVE_DEV_T 1
  13116. | #define rb_dev_t dev_t
  13117. | #define SIGNEDNESS_OF_DEV_T -1
  13118. | #define DEVT2NUM(v) INT2NUM(v)
  13119. | #define NUM2DEVT(v) NUM2INT(v)
  13120. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13121. | #define HAVE_MODE_T 1
  13122. | #define rb_mode_t mode_t
  13123. | #define SIGNEDNESS_OF_MODE_T +1
  13124. | #define MODET2NUM(v) USHORT2NUM(v)
  13125. | #define NUM2MODET(v) NUM2USHORT(v)
  13126. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  13127. | #define HAVE_RLIM_T 1
  13128. | #define rb_rlim_t rlim_t
  13129. | #define SIGNEDNESS_OF_RLIM_T +1
  13130. | #define RLIM2NUM(v) ULL2NUM(v)
  13131. | #define NUM2RLIM(v) NUM2ULL(v)
  13132. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13133. | #define HAVE_OFF_T 1
  13134. | #define rb_off_t off_t
  13135. | #define SIGNEDNESS_OF_OFF_T -1
  13136. | #define OFFT2NUM(v) LL2NUM(v)
  13137. | #define NUM2OFFT(v) NUM2LL(v)
  13138. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13139. | #define HAVE_CLOCKID_T 1
  13140. | #define rb_clockid_t clockid_t
  13141. | #define SIGNEDNESS_OF_CLOCKID_T +1
  13142. | #define CLOCKID2NUM(v) UINT2NUM(v)
  13143. | #define NUM2CLOCKID(v) NUM2UINT(v)
  13144. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13145. | #define HAVE_PROTOTYPES 1
  13146. | #define TOKEN_PASTE(x,y) x##y
  13147. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13148. | #define HAVE_STDARG_PROTOTYPES 1
  13149. | #define HAVE_VA_ARGS_MACRO 1
  13150. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  13151. | #define RUBY_ALIGNOF alignof
  13152. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13153. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13154. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13155. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13156. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13157. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13158. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13159. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13160. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  13161. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  13162. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  13163. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13164. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13165. | #define WEAK(x) __attribute__ ((__weak__)) x
  13166. | #define HAVE_FUNC_WEAK 1
  13167. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13168. | /* end confdefs.h. */
  13169. | void foo(void) {}
  13170. | void bar(void) __attribute__((weak,alias("foo")));
  13171. | int
  13172. | main ()
  13173. | {
  13174. | bar()
  13175. | ;
  13176. | return 0;
  13177. | }
  13178. configure:17765: result: no
  13179. configure:17782: checking for __atomic builtins
  13180. configure:17805: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13181. configure:17805: $? = 0
  13182. configure:17813: result: yes
  13183. configure:17822: checking for __sync builtins
  13184. configure:17846: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13185. configure:17846: $? = 0
  13186. configure:17854: result: yes
  13187. configure:17863: checking for __builtin_unreachable
  13188. configure:17891: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13189. configure:17891: $? = 0
  13190. configure:17912: result: yes
  13191. configure:17925: checking for exported function attribute
  13192. configure:17958: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13193. configure:17958: $? = 0
  13194. configure:17976: result: __attribute__ ((__visibility__("default")))
  13195. configure:18008: checking for function name string predefined identifier
  13196. configure:18039: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13197. configure:18039: $? = 0
  13198. configure:18060: result: __func__
  13199. configure:18071: checking if enum over int is allowed
  13200. configure:18122: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13201. configure:18122: $? = 0
  13202. configure:18143: result: yes
  13203. configure:18152: checking whether sys_nerr is declared
  13204. configure:18152: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13205. configure:18152: $? = 0
  13206. configure:18152: result: yes
  13207. configure:18166: checking whether getenv is declared
  13208. configure:18166: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13209. configure:18166: $? = 0
  13210. configure:18166: result: yes
  13211. configure:18213: checking for size_t
  13212. configure:18213: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13213. configure:18213: $? = 0
  13214. configure:18213: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13215. conftest.c:200:21: error: expected expression
  13216. if (sizeof ((size_t)))
  13217. ^
  13218. 1 error generated.
  13219. configure:18213: $? = 1
  13220. configure: failed program was:
  13221. | /* confdefs.h */
  13222. | #define PACKAGE_NAME ""
  13223. | #define PACKAGE_TARNAME ""
  13224. | #define PACKAGE_VERSION ""
  13225. | #define PACKAGE_STRING ""
  13226. | #define PACKAGE_BUGREPORT ""
  13227. | #define PACKAGE_URL ""
  13228. | #define STDC_HEADERS 1
  13229. | #define HAVE_SYS_TYPES_H 1
  13230. | #define HAVE_SYS_STAT_H 1
  13231. | #define HAVE_STDLIB_H 1
  13232. | #define HAVE_STRING_H 1
  13233. | #define HAVE_MEMORY_H 1
  13234. | #define HAVE_STRINGS_H 1
  13235. | #define HAVE_INTTYPES_H 1
  13236. | #define HAVE_STDINT_H 1
  13237. | #define HAVE_UNISTD_H 1
  13238. | #define __EXTENSIONS__ 1
  13239. | #define _ALL_SOURCE 1
  13240. | #define _GNU_SOURCE 1
  13241. | #define _POSIX_PTHREAD_SEMANTICS 1
  13242. | #define _TANDEM_SOURCE 1
  13243. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13244. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13245. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  13246. | #define BROKEN_CRYPT 1
  13247. | #define HAVE_CRT_EXTERNS_H 1
  13248. | #define HAVE_LIBDL 1
  13249. | #define HAVE_DIRENT_H 1
  13250. | #define HAVE__BOOL 1
  13251. | #define HAVE_STDBOOL_H 1
  13252. | #define HAVE_SYS_WAIT_H 1
  13253. | #define HAVE_GRP_H 1
  13254. | #define HAVE_FCNTL_H 1
  13255. | #define HAVE_FLOAT_H 1
  13256. | #define HAVE_LANGINFO_H 1
  13257. | #define HAVE_LIMITS_H 1
  13258. | #define HAVE_LOCALE_H 1
  13259. | #define HAVE_MALLOC_MALLOC_H 1
  13260. | #define HAVE_PWD_H 1
  13261. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  13262. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  13263. | #define HAVE_STDALIGN_H 1
  13264. | #define HAVE_SYS_ATTR_H 1
  13265. | #define HAVE_SYS_FCNTL_H 1
  13266. | #define HAVE_SYS_FILE_H 1
  13267. | #define HAVE_SYS_IOCTL_H 1
  13268. | #define HAVE_SYS_PARAM_H 1
  13269. | #define HAVE_SYS_RESOURCE_H 1
  13270. | #define HAVE_SYS_SELECT_H 1
  13271. | #define HAVE_SYS_SOCKET_H 1
  13272. | #define HAVE_SYS_TIME_H 1
  13273. | #define HAVE_SYS_TIMES_H 1
  13274. | #define HAVE_SYS_UIO_H 1
  13275. | #define HAVE_TIME_H 1
  13276. | #define HAVE_UCONTEXT_H 1
  13277. | #define HAVE_UTIME_H 1
  13278. | #define HAVE_GMP_H 1
  13279. | #define HAVE_LIBGMP 1
  13280. | #define HAVE_TYPEOF 1
  13281. | #define HAVE_LONG_LONG 1
  13282. | #define HAVE_OFF_T 1
  13283. | #define SIZEOF_INT 4
  13284. | #define SIZEOF_SHORT 2
  13285. | #define SIZEOF_LONG 8
  13286. | #define SIZEOF_LONG_LONG 8
  13287. | #define SIZEOF___INT64 0
  13288. | #define SIZEOF___INT128 16
  13289. | #define SIZEOF_OFF_T 8
  13290. | #define SIZEOF_VOIDP 8
  13291. | #define SIZEOF_FLOAT 4
  13292. | #define SIZEOF_DOUBLE 8
  13293. | #define SIZEOF_TIME_T 8
  13294. | #define SIZEOF_CLOCK_T 8
  13295. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13296. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13297. | #define PRI_LL_PREFIX "ll"
  13298. | #define HAVE_PID_T 1
  13299. | #define rb_pid_t pid_t
  13300. | #define SIGNEDNESS_OF_PID_T -1
  13301. | #define PIDT2NUM(v) INT2NUM(v)
  13302. | #define NUM2PIDT(v) NUM2INT(v)
  13303. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13304. | #define HAVE_UID_T 1
  13305. | #define rb_uid_t uid_t
  13306. | #define SIGNEDNESS_OF_UID_T +1
  13307. | #define UIDT2NUM(v) UINT2NUM(v)
  13308. | #define NUM2UIDT(v) NUM2UINT(v)
  13309. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13310. | #define HAVE_GID_T 1
  13311. | #define rb_gid_t gid_t
  13312. | #define SIGNEDNESS_OF_GID_T +1
  13313. | #define GIDT2NUM(v) UINT2NUM(v)
  13314. | #define NUM2GIDT(v) NUM2UINT(v)
  13315. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13316. | #define HAVE_TIME_T 1
  13317. | #define rb_time_t time_t
  13318. | #define SIGNEDNESS_OF_TIME_T -1
  13319. | #define TIMET2NUM(v) LONG2NUM(v)
  13320. | #define NUM2TIMET(v) NUM2LONG(v)
  13321. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13322. | #define HAVE_DEV_T 1
  13323. | #define rb_dev_t dev_t
  13324. | #define SIGNEDNESS_OF_DEV_T -1
  13325. | #define DEVT2NUM(v) INT2NUM(v)
  13326. | #define NUM2DEVT(v) NUM2INT(v)
  13327. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13328. | #define HAVE_MODE_T 1
  13329. | #define rb_mode_t mode_t
  13330. | #define SIGNEDNESS_OF_MODE_T +1
  13331. | #define MODET2NUM(v) USHORT2NUM(v)
  13332. | #define NUM2MODET(v) NUM2USHORT(v)
  13333. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  13334. | #define HAVE_RLIM_T 1
  13335. | #define rb_rlim_t rlim_t
  13336. | #define SIGNEDNESS_OF_RLIM_T +1
  13337. | #define RLIM2NUM(v) ULL2NUM(v)
  13338. | #define NUM2RLIM(v) NUM2ULL(v)
  13339. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13340. | #define HAVE_OFF_T 1
  13341. | #define rb_off_t off_t
  13342. | #define SIGNEDNESS_OF_OFF_T -1
  13343. | #define OFFT2NUM(v) LL2NUM(v)
  13344. | #define NUM2OFFT(v) NUM2LL(v)
  13345. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13346. | #define HAVE_CLOCKID_T 1
  13347. | #define rb_clockid_t clockid_t
  13348. | #define SIGNEDNESS_OF_CLOCKID_T +1
  13349. | #define CLOCKID2NUM(v) UINT2NUM(v)
  13350. | #define NUM2CLOCKID(v) NUM2UINT(v)
  13351. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13352. | #define HAVE_PROTOTYPES 1
  13353. | #define TOKEN_PASTE(x,y) x##y
  13354. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13355. | #define HAVE_STDARG_PROTOTYPES 1
  13356. | #define HAVE_VA_ARGS_MACRO 1
  13357. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  13358. | #define RUBY_ALIGNOF alignof
  13359. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13360. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13361. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13362. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13363. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13364. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13365. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13366. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13367. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  13368. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  13369. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  13370. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13371. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13372. | #define WEAK(x) __attribute__ ((__weak__)) x
  13373. | #define HAVE_FUNC_WEAK 1
  13374. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13375. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13376. | #define HAVE_GCC_SYNC_BUILTINS 1
  13377. | #define UNREACHABLE __builtin_unreachable()
  13378. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13379. | #define RUBY_FUNCTION_NAME_STRING __func__
  13380. | #define ENUM_OVER_INT 1
  13381. | #define HAVE_DECL_SYS_NERR 1
  13382. | #define HAVE_DECL_GETENV 1
  13383. | /* end confdefs.h. */
  13384. | #include <stdio.h>
  13385. | #ifdef HAVE_SYS_TYPES_H
  13386. | # include <sys/types.h>
  13387. | #endif
  13388. | #ifdef HAVE_SYS_STAT_H
  13389. | # include <sys/stat.h>
  13390. | #endif
  13391. | #ifdef STDC_HEADERS
  13392. | # include <stdlib.h>
  13393. | # include <stddef.h>
  13394. | #else
  13395. | # ifdef HAVE_STDLIB_H
  13396. | # include <stdlib.h>
  13397. | # endif
  13398. | #endif
  13399. | #ifdef HAVE_STRING_H
  13400. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13401. | # include <memory.h>
  13402. | # endif
  13403. | # include <string.h>
  13404. | #endif
  13405. | #ifdef HAVE_STRINGS_H
  13406. | # include <strings.h>
  13407. | #endif
  13408. | #ifdef HAVE_INTTYPES_H
  13409. | # include <inttypes.h>
  13410. | #endif
  13411. | #ifdef HAVE_STDINT_H
  13412. | # include <stdint.h>
  13413. | #endif
  13414. | #ifdef HAVE_UNISTD_H
  13415. | # include <unistd.h>
  13416. | #endif
  13417. | int
  13418. | main ()
  13419. | {
  13420. | if (sizeof ((size_t)))
  13421. | return 0;
  13422. | ;
  13423. | return 0;
  13424. | }
  13425. configure:18213: result: yes
  13426. configure:18239: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13427. configure:18239: $? = 0
  13428. configure:18348: checking size of size_t
  13429. configure:18353: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13430. configure:18353: $? = 0
  13431. configure:18353: ./conftest
  13432. configure:18353: $? = 0
  13433. configure:18368: result: 8
  13434. configure:18483: checking size of ptrdiff_t
  13435. configure:18488: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  13436. configure:18488: $? = 0
  13437. configure:18488: ./conftest
  13438. configure:18488: $? = 0
  13439. configure:18503: result: 8
  13440. configure:18516: checking for printf prefix for size_t
  13441. configure:18572: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13442. configure:18572: $? = 0
  13443. configure:18589: result: z
  13444. configure:18601: checking for printf prefix for ptrdiff_t
  13445. configure:18657: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13446. configure:18657: $? = 0
  13447. configure:18674: result: t
  13448. configure:18685: checking for struct stat.st_blksize
  13449. configure:18685: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13450. configure:18685: $? = 0
  13451. configure:18685: result: yes
  13452. configure:18698: checking for struct stat.st_blocks
  13453. configure:18698: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13454. configure:18698: $? = 0
  13455. configure:18698: result: yes
  13456. configure:18718: checking for struct stat.st_rdev
  13457. configure:18718: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13458. configure:18718: $? = 0
  13459. configure:18718: result: yes
  13460. configure:18733: checking size of struct stat.st_size
  13461. configure:18763: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13462. configure:18763: $? = 0
  13463. configure:18800: result: SIZEOF_OFF_T
  13464. configure:18835: checking size of struct stat.st_blocks
  13465. configure:18865: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13466. configure:18865: $? = 0
  13467. configure:18902: result: SIZEOF_OFF_T
  13468. configure:18937: checking size of struct stat.st_ino
  13469. configure:18967: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13470. configure:18967: $? = 0
  13471. configure:19004: result: SIZEOF_LONG
  13472. configure:19035: checking for struct stat.st_atim
  13473. configure:19035: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13474. conftest.c:214:13: error: no member named 'st_atim' in 'struct stat'
  13475. if (ac_aggr.st_atim)
  13476. ~~~~~~~ ^
  13477. 1 error generated.
  13478. configure:19035: $? = 1
  13479. configure: failed program was:
  13480. | /* confdefs.h */
  13481. | #define PACKAGE_NAME ""
  13482. | #define PACKAGE_TARNAME ""
  13483. | #define PACKAGE_VERSION ""
  13484. | #define PACKAGE_STRING ""
  13485. | #define PACKAGE_BUGREPORT ""
  13486. | #define PACKAGE_URL ""
  13487. | #define STDC_HEADERS 1
  13488. | #define HAVE_SYS_TYPES_H 1
  13489. | #define HAVE_SYS_STAT_H 1
  13490. | #define HAVE_STDLIB_H 1
  13491. | #define HAVE_STRING_H 1
  13492. | #define HAVE_MEMORY_H 1
  13493. | #define HAVE_STRINGS_H 1
  13494. | #define HAVE_INTTYPES_H 1
  13495. | #define HAVE_STDINT_H 1
  13496. | #define HAVE_UNISTD_H 1
  13497. | #define __EXTENSIONS__ 1
  13498. | #define _ALL_SOURCE 1
  13499. | #define _GNU_SOURCE 1
  13500. | #define _POSIX_PTHREAD_SEMANTICS 1
  13501. | #define _TANDEM_SOURCE 1
  13502. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13503. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13504. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  13505. | #define BROKEN_CRYPT 1
  13506. | #define HAVE_CRT_EXTERNS_H 1
  13507. | #define HAVE_LIBDL 1
  13508. | #define HAVE_DIRENT_H 1
  13509. | #define HAVE__BOOL 1
  13510. | #define HAVE_STDBOOL_H 1
  13511. | #define HAVE_SYS_WAIT_H 1
  13512. | #define HAVE_GRP_H 1
  13513. | #define HAVE_FCNTL_H 1
  13514. | #define HAVE_FLOAT_H 1
  13515. | #define HAVE_LANGINFO_H 1
  13516. | #define HAVE_LIMITS_H 1
  13517. | #define HAVE_LOCALE_H 1
  13518. | #define HAVE_MALLOC_MALLOC_H 1
  13519. | #define HAVE_PWD_H 1
  13520. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  13521. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  13522. | #define HAVE_STDALIGN_H 1
  13523. | #define HAVE_SYS_ATTR_H 1
  13524. | #define HAVE_SYS_FCNTL_H 1
  13525. | #define HAVE_SYS_FILE_H 1
  13526. | #define HAVE_SYS_IOCTL_H 1
  13527. | #define HAVE_SYS_PARAM_H 1
  13528. | #define HAVE_SYS_RESOURCE_H 1
  13529. | #define HAVE_SYS_SELECT_H 1
  13530. | #define HAVE_SYS_SOCKET_H 1
  13531. | #define HAVE_SYS_TIME_H 1
  13532. | #define HAVE_SYS_TIMES_H 1
  13533. | #define HAVE_SYS_UIO_H 1
  13534. | #define HAVE_TIME_H 1
  13535. | #define HAVE_UCONTEXT_H 1
  13536. | #define HAVE_UTIME_H 1
  13537. | #define HAVE_GMP_H 1
  13538. | #define HAVE_LIBGMP 1
  13539. | #define HAVE_TYPEOF 1
  13540. | #define HAVE_LONG_LONG 1
  13541. | #define HAVE_OFF_T 1
  13542. | #define SIZEOF_INT 4
  13543. | #define SIZEOF_SHORT 2
  13544. | #define SIZEOF_LONG 8
  13545. | #define SIZEOF_LONG_LONG 8
  13546. | #define SIZEOF___INT64 0
  13547. | #define SIZEOF___INT128 16
  13548. | #define SIZEOF_OFF_T 8
  13549. | #define SIZEOF_VOIDP 8
  13550. | #define SIZEOF_FLOAT 4
  13551. | #define SIZEOF_DOUBLE 8
  13552. | #define SIZEOF_TIME_T 8
  13553. | #define SIZEOF_CLOCK_T 8
  13554. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13555. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13556. | #define PRI_LL_PREFIX "ll"
  13557. | #define HAVE_PID_T 1
  13558. | #define rb_pid_t pid_t
  13559. | #define SIGNEDNESS_OF_PID_T -1
  13560. | #define PIDT2NUM(v) INT2NUM(v)
  13561. | #define NUM2PIDT(v) NUM2INT(v)
  13562. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13563. | #define HAVE_UID_T 1
  13564. | #define rb_uid_t uid_t
  13565. | #define SIGNEDNESS_OF_UID_T +1
  13566. | #define UIDT2NUM(v) UINT2NUM(v)
  13567. | #define NUM2UIDT(v) NUM2UINT(v)
  13568. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13569. | #define HAVE_GID_T 1
  13570. | #define rb_gid_t gid_t
  13571. | #define SIGNEDNESS_OF_GID_T +1
  13572. | #define GIDT2NUM(v) UINT2NUM(v)
  13573. | #define NUM2GIDT(v) NUM2UINT(v)
  13574. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13575. | #define HAVE_TIME_T 1
  13576. | #define rb_time_t time_t
  13577. | #define SIGNEDNESS_OF_TIME_T -1
  13578. | #define TIMET2NUM(v) LONG2NUM(v)
  13579. | #define NUM2TIMET(v) NUM2LONG(v)
  13580. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13581. | #define HAVE_DEV_T 1
  13582. | #define rb_dev_t dev_t
  13583. | #define SIGNEDNESS_OF_DEV_T -1
  13584. | #define DEVT2NUM(v) INT2NUM(v)
  13585. | #define NUM2DEVT(v) NUM2INT(v)
  13586. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13587. | #define HAVE_MODE_T 1
  13588. | #define rb_mode_t mode_t
  13589. | #define SIGNEDNESS_OF_MODE_T +1
  13590. | #define MODET2NUM(v) USHORT2NUM(v)
  13591. | #define NUM2MODET(v) NUM2USHORT(v)
  13592. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  13593. | #define HAVE_RLIM_T 1
  13594. | #define rb_rlim_t rlim_t
  13595. | #define SIGNEDNESS_OF_RLIM_T +1
  13596. | #define RLIM2NUM(v) ULL2NUM(v)
  13597. | #define NUM2RLIM(v) NUM2ULL(v)
  13598. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13599. | #define HAVE_OFF_T 1
  13600. | #define rb_off_t off_t
  13601. | #define SIGNEDNESS_OF_OFF_T -1
  13602. | #define OFFT2NUM(v) LL2NUM(v)
  13603. | #define NUM2OFFT(v) NUM2LL(v)
  13604. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13605. | #define HAVE_CLOCKID_T 1
  13606. | #define rb_clockid_t clockid_t
  13607. | #define SIGNEDNESS_OF_CLOCKID_T +1
  13608. | #define CLOCKID2NUM(v) UINT2NUM(v)
  13609. | #define NUM2CLOCKID(v) NUM2UINT(v)
  13610. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13611. | #define HAVE_PROTOTYPES 1
  13612. | #define TOKEN_PASTE(x,y) x##y
  13613. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13614. | #define HAVE_STDARG_PROTOTYPES 1
  13615. | #define HAVE_VA_ARGS_MACRO 1
  13616. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  13617. | #define RUBY_ALIGNOF alignof
  13618. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13619. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13620. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13621. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13622. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13623. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13624. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13625. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13626. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  13627. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  13628. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  13629. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13630. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13631. | #define WEAK(x) __attribute__ ((__weak__)) x
  13632. | #define HAVE_FUNC_WEAK 1
  13633. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13634. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13635. | #define HAVE_GCC_SYNC_BUILTINS 1
  13636. | #define UNREACHABLE __builtin_unreachable()
  13637. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13638. | #define RUBY_FUNCTION_NAME_STRING __func__
  13639. | #define ENUM_OVER_INT 1
  13640. | #define HAVE_DECL_SYS_NERR 1
  13641. | #define HAVE_DECL_GETENV 1
  13642. | #define SIZEOF_SIZE_T 8
  13643. | #define SIZEOF_PTRDIFF_T 8
  13644. | #define PRI_SIZE_PREFIX "z"
  13645. | #define PRI_PTRDIFF_PREFIX "t"
  13646. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13647. | #define HAVE_ST_BLKSIZE 1
  13648. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13649. | #define HAVE_ST_BLOCKS 1
  13650. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13651. | #define HAVE_ST_RDEV 1
  13652. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13653. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13654. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13655. | /* end confdefs.h. */
  13656. | #include <stdio.h>
  13657. | #ifdef HAVE_SYS_TYPES_H
  13658. | # include <sys/types.h>
  13659. | #endif
  13660. | #ifdef HAVE_SYS_STAT_H
  13661. | # include <sys/stat.h>
  13662. | #endif
  13663. | #ifdef STDC_HEADERS
  13664. | # include <stdlib.h>
  13665. | # include <stddef.h>
  13666. | #else
  13667. | # ifdef HAVE_STDLIB_H
  13668. | # include <stdlib.h>
  13669. | # endif
  13670. | #endif
  13671. | #ifdef HAVE_STRING_H
  13672. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13673. | # include <memory.h>
  13674. | # endif
  13675. | # include <string.h>
  13676. | #endif
  13677. | #ifdef HAVE_STRINGS_H
  13678. | # include <strings.h>
  13679. | #endif
  13680. | #ifdef HAVE_INTTYPES_H
  13681. | # include <inttypes.h>
  13682. | #endif
  13683. | #ifdef HAVE_STDINT_H
  13684. | # include <stdint.h>
  13685. | #endif
  13686. | #ifdef HAVE_UNISTD_H
  13687. | # include <unistd.h>
  13688. | #endif
  13689. | int
  13690. | main ()
  13691. | {
  13692. | static struct stat ac_aggr;
  13693. | if (ac_aggr.st_atim)
  13694. | return 0;
  13695. | ;
  13696. | return 0;
  13697. | }
  13698. configure:19035: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13699. conftest.c:214:20: error: no member named 'st_atim' in 'struct stat'
  13700. if (sizeof ac_aggr.st_atim)
  13701. ~~~~~~~ ^
  13702. 1 error generated.
  13703. configure:19035: $? = 1
  13704. configure: failed program was:
  13705. | /* confdefs.h */
  13706. | #define PACKAGE_NAME ""
  13707. | #define PACKAGE_TARNAME ""
  13708. | #define PACKAGE_VERSION ""
  13709. | #define PACKAGE_STRING ""
  13710. | #define PACKAGE_BUGREPORT ""
  13711. | #define PACKAGE_URL ""
  13712. | #define STDC_HEADERS 1
  13713. | #define HAVE_SYS_TYPES_H 1
  13714. | #define HAVE_SYS_STAT_H 1
  13715. | #define HAVE_STDLIB_H 1
  13716. | #define HAVE_STRING_H 1
  13717. | #define HAVE_MEMORY_H 1
  13718. | #define HAVE_STRINGS_H 1
  13719. | #define HAVE_INTTYPES_H 1
  13720. | #define HAVE_STDINT_H 1
  13721. | #define HAVE_UNISTD_H 1
  13722. | #define __EXTENSIONS__ 1
  13723. | #define _ALL_SOURCE 1
  13724. | #define _GNU_SOURCE 1
  13725. | #define _POSIX_PTHREAD_SEMANTICS 1
  13726. | #define _TANDEM_SOURCE 1
  13727. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13728. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13729. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  13730. | #define BROKEN_CRYPT 1
  13731. | #define HAVE_CRT_EXTERNS_H 1
  13732. | #define HAVE_LIBDL 1
  13733. | #define HAVE_DIRENT_H 1
  13734. | #define HAVE__BOOL 1
  13735. | #define HAVE_STDBOOL_H 1
  13736. | #define HAVE_SYS_WAIT_H 1
  13737. | #define HAVE_GRP_H 1
  13738. | #define HAVE_FCNTL_H 1
  13739. | #define HAVE_FLOAT_H 1
  13740. | #define HAVE_LANGINFO_H 1
  13741. | #define HAVE_LIMITS_H 1
  13742. | #define HAVE_LOCALE_H 1
  13743. | #define HAVE_MALLOC_MALLOC_H 1
  13744. | #define HAVE_PWD_H 1
  13745. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  13746. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  13747. | #define HAVE_STDALIGN_H 1
  13748. | #define HAVE_SYS_ATTR_H 1
  13749. | #define HAVE_SYS_FCNTL_H 1
  13750. | #define HAVE_SYS_FILE_H 1
  13751. | #define HAVE_SYS_IOCTL_H 1
  13752. | #define HAVE_SYS_PARAM_H 1
  13753. | #define HAVE_SYS_RESOURCE_H 1
  13754. | #define HAVE_SYS_SELECT_H 1
  13755. | #define HAVE_SYS_SOCKET_H 1
  13756. | #define HAVE_SYS_TIME_H 1
  13757. | #define HAVE_SYS_TIMES_H 1
  13758. | #define HAVE_SYS_UIO_H 1
  13759. | #define HAVE_TIME_H 1
  13760. | #define HAVE_UCONTEXT_H 1
  13761. | #define HAVE_UTIME_H 1
  13762. | #define HAVE_GMP_H 1
  13763. | #define HAVE_LIBGMP 1
  13764. | #define HAVE_TYPEOF 1
  13765. | #define HAVE_LONG_LONG 1
  13766. | #define HAVE_OFF_T 1
  13767. | #define SIZEOF_INT 4
  13768. | #define SIZEOF_SHORT 2
  13769. | #define SIZEOF_LONG 8
  13770. | #define SIZEOF_LONG_LONG 8
  13771. | #define SIZEOF___INT64 0
  13772. | #define SIZEOF___INT128 16
  13773. | #define SIZEOF_OFF_T 8
  13774. | #define SIZEOF_VOIDP 8
  13775. | #define SIZEOF_FLOAT 4
  13776. | #define SIZEOF_DOUBLE 8
  13777. | #define SIZEOF_TIME_T 8
  13778. | #define SIZEOF_CLOCK_T 8
  13779. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13780. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13781. | #define PRI_LL_PREFIX "ll"
  13782. | #define HAVE_PID_T 1
  13783. | #define rb_pid_t pid_t
  13784. | #define SIGNEDNESS_OF_PID_T -1
  13785. | #define PIDT2NUM(v) INT2NUM(v)
  13786. | #define NUM2PIDT(v) NUM2INT(v)
  13787. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13788. | #define HAVE_UID_T 1
  13789. | #define rb_uid_t uid_t
  13790. | #define SIGNEDNESS_OF_UID_T +1
  13791. | #define UIDT2NUM(v) UINT2NUM(v)
  13792. | #define NUM2UIDT(v) NUM2UINT(v)
  13793. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13794. | #define HAVE_GID_T 1
  13795. | #define rb_gid_t gid_t
  13796. | #define SIGNEDNESS_OF_GID_T +1
  13797. | #define GIDT2NUM(v) UINT2NUM(v)
  13798. | #define NUM2GIDT(v) NUM2UINT(v)
  13799. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13800. | #define HAVE_TIME_T 1
  13801. | #define rb_time_t time_t
  13802. | #define SIGNEDNESS_OF_TIME_T -1
  13803. | #define TIMET2NUM(v) LONG2NUM(v)
  13804. | #define NUM2TIMET(v) NUM2LONG(v)
  13805. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13806. | #define HAVE_DEV_T 1
  13807. | #define rb_dev_t dev_t
  13808. | #define SIGNEDNESS_OF_DEV_T -1
  13809. | #define DEVT2NUM(v) INT2NUM(v)
  13810. | #define NUM2DEVT(v) NUM2INT(v)
  13811. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13812. | #define HAVE_MODE_T 1
  13813. | #define rb_mode_t mode_t
  13814. | #define SIGNEDNESS_OF_MODE_T +1
  13815. | #define MODET2NUM(v) USHORT2NUM(v)
  13816. | #define NUM2MODET(v) NUM2USHORT(v)
  13817. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  13818. | #define HAVE_RLIM_T 1
  13819. | #define rb_rlim_t rlim_t
  13820. | #define SIGNEDNESS_OF_RLIM_T +1
  13821. | #define RLIM2NUM(v) ULL2NUM(v)
  13822. | #define NUM2RLIM(v) NUM2ULL(v)
  13823. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13824. | #define HAVE_OFF_T 1
  13825. | #define rb_off_t off_t
  13826. | #define SIGNEDNESS_OF_OFF_T -1
  13827. | #define OFFT2NUM(v) LL2NUM(v)
  13828. | #define NUM2OFFT(v) NUM2LL(v)
  13829. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13830. | #define HAVE_CLOCKID_T 1
  13831. | #define rb_clockid_t clockid_t
  13832. | #define SIGNEDNESS_OF_CLOCKID_T +1
  13833. | #define CLOCKID2NUM(v) UINT2NUM(v)
  13834. | #define NUM2CLOCKID(v) NUM2UINT(v)
  13835. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13836. | #define HAVE_PROTOTYPES 1
  13837. | #define TOKEN_PASTE(x,y) x##y
  13838. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13839. | #define HAVE_STDARG_PROTOTYPES 1
  13840. | #define HAVE_VA_ARGS_MACRO 1
  13841. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  13842. | #define RUBY_ALIGNOF alignof
  13843. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13844. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13845. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13846. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13847. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13848. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13849. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13850. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13851. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  13852. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  13853. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  13854. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13855. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13856. | #define WEAK(x) __attribute__ ((__weak__)) x
  13857. | #define HAVE_FUNC_WEAK 1
  13858. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13859. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13860. | #define HAVE_GCC_SYNC_BUILTINS 1
  13861. | #define UNREACHABLE __builtin_unreachable()
  13862. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13863. | #define RUBY_FUNCTION_NAME_STRING __func__
  13864. | #define ENUM_OVER_INT 1
  13865. | #define HAVE_DECL_SYS_NERR 1
  13866. | #define HAVE_DECL_GETENV 1
  13867. | #define SIZEOF_SIZE_T 8
  13868. | #define SIZEOF_PTRDIFF_T 8
  13869. | #define PRI_SIZE_PREFIX "z"
  13870. | #define PRI_PTRDIFF_PREFIX "t"
  13871. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13872. | #define HAVE_ST_BLKSIZE 1
  13873. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13874. | #define HAVE_ST_BLOCKS 1
  13875. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13876. | #define HAVE_ST_RDEV 1
  13877. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13878. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13879. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13880. | /* end confdefs.h. */
  13881. | #include <stdio.h>
  13882. | #ifdef HAVE_SYS_TYPES_H
  13883. | # include <sys/types.h>
  13884. | #endif
  13885. | #ifdef HAVE_SYS_STAT_H
  13886. | # include <sys/stat.h>
  13887. | #endif
  13888. | #ifdef STDC_HEADERS
  13889. | # include <stdlib.h>
  13890. | # include <stddef.h>
  13891. | #else
  13892. | # ifdef HAVE_STDLIB_H
  13893. | # include <stdlib.h>
  13894. | # endif
  13895. | #endif
  13896. | #ifdef HAVE_STRING_H
  13897. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13898. | # include <memory.h>
  13899. | # endif
  13900. | # include <string.h>
  13901. | #endif
  13902. | #ifdef HAVE_STRINGS_H
  13903. | # include <strings.h>
  13904. | #endif
  13905. | #ifdef HAVE_INTTYPES_H
  13906. | # include <inttypes.h>
  13907. | #endif
  13908. | #ifdef HAVE_STDINT_H
  13909. | # include <stdint.h>
  13910. | #endif
  13911. | #ifdef HAVE_UNISTD_H
  13912. | # include <unistd.h>
  13913. | #endif
  13914. | int
  13915. | main ()
  13916. | {
  13917. | static struct stat ac_aggr;
  13918. | if (sizeof ac_aggr.st_atim)
  13919. | return 0;
  13920. | ;
  13921. | return 0;
  13922. | }
  13923. configure:19035: result: no
  13924. configure:19045: checking for struct stat.st_atimespec
  13925. configure:19045: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13926. conftest.c:214:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  13927. if (ac_aggr.st_atimespec)
  13928. ^ ~~~~~~~~~~~~~~~~~~~~
  13929. 1 error generated.
  13930. configure:19045: $? = 1
  13931. configure: failed program was:
  13932. | /* confdefs.h */
  13933. | #define PACKAGE_NAME ""
  13934. | #define PACKAGE_TARNAME ""
  13935. | #define PACKAGE_VERSION ""
  13936. | #define PACKAGE_STRING ""
  13937. | #define PACKAGE_BUGREPORT ""
  13938. | #define PACKAGE_URL ""
  13939. | #define STDC_HEADERS 1
  13940. | #define HAVE_SYS_TYPES_H 1
  13941. | #define HAVE_SYS_STAT_H 1
  13942. | #define HAVE_STDLIB_H 1
  13943. | #define HAVE_STRING_H 1
  13944. | #define HAVE_MEMORY_H 1
  13945. | #define HAVE_STRINGS_H 1
  13946. | #define HAVE_INTTYPES_H 1
  13947. | #define HAVE_STDINT_H 1
  13948. | #define HAVE_UNISTD_H 1
  13949. | #define __EXTENSIONS__ 1
  13950. | #define _ALL_SOURCE 1
  13951. | #define _GNU_SOURCE 1
  13952. | #define _POSIX_PTHREAD_SEMANTICS 1
  13953. | #define _TANDEM_SOURCE 1
  13954. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13955. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13956. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  13957. | #define BROKEN_CRYPT 1
  13958. | #define HAVE_CRT_EXTERNS_H 1
  13959. | #define HAVE_LIBDL 1
  13960. | #define HAVE_DIRENT_H 1
  13961. | #define HAVE__BOOL 1
  13962. | #define HAVE_STDBOOL_H 1
  13963. | #define HAVE_SYS_WAIT_H 1
  13964. | #define HAVE_GRP_H 1
  13965. | #define HAVE_FCNTL_H 1
  13966. | #define HAVE_FLOAT_H 1
  13967. | #define HAVE_LANGINFO_H 1
  13968. | #define HAVE_LIMITS_H 1
  13969. | #define HAVE_LOCALE_H 1
  13970. | #define HAVE_MALLOC_MALLOC_H 1
  13971. | #define HAVE_PWD_H 1
  13972. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  13973. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  13974. | #define HAVE_STDALIGN_H 1
  13975. | #define HAVE_SYS_ATTR_H 1
  13976. | #define HAVE_SYS_FCNTL_H 1
  13977. | #define HAVE_SYS_FILE_H 1
  13978. | #define HAVE_SYS_IOCTL_H 1
  13979. | #define HAVE_SYS_PARAM_H 1
  13980. | #define HAVE_SYS_RESOURCE_H 1
  13981. | #define HAVE_SYS_SELECT_H 1
  13982. | #define HAVE_SYS_SOCKET_H 1
  13983. | #define HAVE_SYS_TIME_H 1
  13984. | #define HAVE_SYS_TIMES_H 1
  13985. | #define HAVE_SYS_UIO_H 1
  13986. | #define HAVE_TIME_H 1
  13987. | #define HAVE_UCONTEXT_H 1
  13988. | #define HAVE_UTIME_H 1
  13989. | #define HAVE_GMP_H 1
  13990. | #define HAVE_LIBGMP 1
  13991. | #define HAVE_TYPEOF 1
  13992. | #define HAVE_LONG_LONG 1
  13993. | #define HAVE_OFF_T 1
  13994. | #define SIZEOF_INT 4
  13995. | #define SIZEOF_SHORT 2
  13996. | #define SIZEOF_LONG 8
  13997. | #define SIZEOF_LONG_LONG 8
  13998. | #define SIZEOF___INT64 0
  13999. | #define SIZEOF___INT128 16
  14000. | #define SIZEOF_OFF_T 8
  14001. | #define SIZEOF_VOIDP 8
  14002. | #define SIZEOF_FLOAT 4
  14003. | #define SIZEOF_DOUBLE 8
  14004. | #define SIZEOF_TIME_T 8
  14005. | #define SIZEOF_CLOCK_T 8
  14006. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14007. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14008. | #define PRI_LL_PREFIX "ll"
  14009. | #define HAVE_PID_T 1
  14010. | #define rb_pid_t pid_t
  14011. | #define SIGNEDNESS_OF_PID_T -1
  14012. | #define PIDT2NUM(v) INT2NUM(v)
  14013. | #define NUM2PIDT(v) NUM2INT(v)
  14014. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14015. | #define HAVE_UID_T 1
  14016. | #define rb_uid_t uid_t
  14017. | #define SIGNEDNESS_OF_UID_T +1
  14018. | #define UIDT2NUM(v) UINT2NUM(v)
  14019. | #define NUM2UIDT(v) NUM2UINT(v)
  14020. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14021. | #define HAVE_GID_T 1
  14022. | #define rb_gid_t gid_t
  14023. | #define SIGNEDNESS_OF_GID_T +1
  14024. | #define GIDT2NUM(v) UINT2NUM(v)
  14025. | #define NUM2GIDT(v) NUM2UINT(v)
  14026. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14027. | #define HAVE_TIME_T 1
  14028. | #define rb_time_t time_t
  14029. | #define SIGNEDNESS_OF_TIME_T -1
  14030. | #define TIMET2NUM(v) LONG2NUM(v)
  14031. | #define NUM2TIMET(v) NUM2LONG(v)
  14032. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14033. | #define HAVE_DEV_T 1
  14034. | #define rb_dev_t dev_t
  14035. | #define SIGNEDNESS_OF_DEV_T -1
  14036. | #define DEVT2NUM(v) INT2NUM(v)
  14037. | #define NUM2DEVT(v) NUM2INT(v)
  14038. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14039. | #define HAVE_MODE_T 1
  14040. | #define rb_mode_t mode_t
  14041. | #define SIGNEDNESS_OF_MODE_T +1
  14042. | #define MODET2NUM(v) USHORT2NUM(v)
  14043. | #define NUM2MODET(v) NUM2USHORT(v)
  14044. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  14045. | #define HAVE_RLIM_T 1
  14046. | #define rb_rlim_t rlim_t
  14047. | #define SIGNEDNESS_OF_RLIM_T +1
  14048. | #define RLIM2NUM(v) ULL2NUM(v)
  14049. | #define NUM2RLIM(v) NUM2ULL(v)
  14050. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14051. | #define HAVE_OFF_T 1
  14052. | #define rb_off_t off_t
  14053. | #define SIGNEDNESS_OF_OFF_T -1
  14054. | #define OFFT2NUM(v) LL2NUM(v)
  14055. | #define NUM2OFFT(v) NUM2LL(v)
  14056. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14057. | #define HAVE_CLOCKID_T 1
  14058. | #define rb_clockid_t clockid_t
  14059. | #define SIGNEDNESS_OF_CLOCKID_T +1
  14060. | #define CLOCKID2NUM(v) UINT2NUM(v)
  14061. | #define NUM2CLOCKID(v) NUM2UINT(v)
  14062. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14063. | #define HAVE_PROTOTYPES 1
  14064. | #define TOKEN_PASTE(x,y) x##y
  14065. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14066. | #define HAVE_STDARG_PROTOTYPES 1
  14067. | #define HAVE_VA_ARGS_MACRO 1
  14068. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  14069. | #define RUBY_ALIGNOF alignof
  14070. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14071. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14072. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14073. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14074. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14075. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14076. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14077. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14078. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  14079. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  14080. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  14081. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14082. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14083. | #define WEAK(x) __attribute__ ((__weak__)) x
  14084. | #define HAVE_FUNC_WEAK 1
  14085. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14086. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14087. | #define HAVE_GCC_SYNC_BUILTINS 1
  14088. | #define UNREACHABLE __builtin_unreachable()
  14089. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14090. | #define RUBY_FUNCTION_NAME_STRING __func__
  14091. | #define ENUM_OVER_INT 1
  14092. | #define HAVE_DECL_SYS_NERR 1
  14093. | #define HAVE_DECL_GETENV 1
  14094. | #define SIZEOF_SIZE_T 8
  14095. | #define SIZEOF_PTRDIFF_T 8
  14096. | #define PRI_SIZE_PREFIX "z"
  14097. | #define PRI_PTRDIFF_PREFIX "t"
  14098. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14099. | #define HAVE_ST_BLKSIZE 1
  14100. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14101. | #define HAVE_ST_BLOCKS 1
  14102. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14103. | #define HAVE_ST_RDEV 1
  14104. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14105. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14106. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14107. | /* end confdefs.h. */
  14108. | #include <stdio.h>
  14109. | #ifdef HAVE_SYS_TYPES_H
  14110. | # include <sys/types.h>
  14111. | #endif
  14112. | #ifdef HAVE_SYS_STAT_H
  14113. | # include <sys/stat.h>
  14114. | #endif
  14115. | #ifdef STDC_HEADERS
  14116. | # include <stdlib.h>
  14117. | # include <stddef.h>
  14118. | #else
  14119. | # ifdef HAVE_STDLIB_H
  14120. | # include <stdlib.h>
  14121. | # endif
  14122. | #endif
  14123. | #ifdef HAVE_STRING_H
  14124. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14125. | # include <memory.h>
  14126. | # endif
  14127. | # include <string.h>
  14128. | #endif
  14129. | #ifdef HAVE_STRINGS_H
  14130. | # include <strings.h>
  14131. | #endif
  14132. | #ifdef HAVE_INTTYPES_H
  14133. | # include <inttypes.h>
  14134. | #endif
  14135. | #ifdef HAVE_STDINT_H
  14136. | # include <stdint.h>
  14137. | #endif
  14138. | #ifdef HAVE_UNISTD_H
  14139. | # include <unistd.h>
  14140. | #endif
  14141. | int
  14142. | main ()
  14143. | {
  14144. | static struct stat ac_aggr;
  14145. | if (ac_aggr.st_atimespec)
  14146. | return 0;
  14147. | ;
  14148. | return 0;
  14149. | }
  14150. configure:19045: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14151. configure:19045: $? = 0
  14152. configure:19045: result: yes
  14153. configure:19055: checking for struct stat.st_atimensec
  14154. configure:19055: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14155. conftest.c:215:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  14156. if (ac_aggr.st_atimensec)
  14157. ^~~~~~~~~~~~
  14158. st_atimespec
  14159. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  14160. struct stat __DARWIN_STRUCT_STAT64;
  14161. ^
  14162. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14163. __DARWIN_STRUCT_STAT64_TIMES \
  14164. ^
  14165. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14166. struct timespec st_atimespec; /* time of last access */ \
  14167. ^
  14168. conftest.c:215:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14169. if (ac_aggr.st_atimensec)
  14170. ^ ~~~~~~~~~~~~~~~~~~~~
  14171. 2 errors generated.
  14172. configure:19055: $? = 1
  14173. configure: failed program was:
  14174. | /* confdefs.h */
  14175. | #define PACKAGE_NAME ""
  14176. | #define PACKAGE_TARNAME ""
  14177. | #define PACKAGE_VERSION ""
  14178. | #define PACKAGE_STRING ""
  14179. | #define PACKAGE_BUGREPORT ""
  14180. | #define PACKAGE_URL ""
  14181. | #define STDC_HEADERS 1
  14182. | #define HAVE_SYS_TYPES_H 1
  14183. | #define HAVE_SYS_STAT_H 1
  14184. | #define HAVE_STDLIB_H 1
  14185. | #define HAVE_STRING_H 1
  14186. | #define HAVE_MEMORY_H 1
  14187. | #define HAVE_STRINGS_H 1
  14188. | #define HAVE_INTTYPES_H 1
  14189. | #define HAVE_STDINT_H 1
  14190. | #define HAVE_UNISTD_H 1
  14191. | #define __EXTENSIONS__ 1
  14192. | #define _ALL_SOURCE 1
  14193. | #define _GNU_SOURCE 1
  14194. | #define _POSIX_PTHREAD_SEMANTICS 1
  14195. | #define _TANDEM_SOURCE 1
  14196. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14197. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14198. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  14199. | #define BROKEN_CRYPT 1
  14200. | #define HAVE_CRT_EXTERNS_H 1
  14201. | #define HAVE_LIBDL 1
  14202. | #define HAVE_DIRENT_H 1
  14203. | #define HAVE__BOOL 1
  14204. | #define HAVE_STDBOOL_H 1
  14205. | #define HAVE_SYS_WAIT_H 1
  14206. | #define HAVE_GRP_H 1
  14207. | #define HAVE_FCNTL_H 1
  14208. | #define HAVE_FLOAT_H 1
  14209. | #define HAVE_LANGINFO_H 1
  14210. | #define HAVE_LIMITS_H 1
  14211. | #define HAVE_LOCALE_H 1
  14212. | #define HAVE_MALLOC_MALLOC_H 1
  14213. | #define HAVE_PWD_H 1
  14214. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  14215. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  14216. | #define HAVE_STDALIGN_H 1
  14217. | #define HAVE_SYS_ATTR_H 1
  14218. | #define HAVE_SYS_FCNTL_H 1
  14219. | #define HAVE_SYS_FILE_H 1
  14220. | #define HAVE_SYS_IOCTL_H 1
  14221. | #define HAVE_SYS_PARAM_H 1
  14222. | #define HAVE_SYS_RESOURCE_H 1
  14223. | #define HAVE_SYS_SELECT_H 1
  14224. | #define HAVE_SYS_SOCKET_H 1
  14225. | #define HAVE_SYS_TIME_H 1
  14226. | #define HAVE_SYS_TIMES_H 1
  14227. | #define HAVE_SYS_UIO_H 1
  14228. | #define HAVE_TIME_H 1
  14229. | #define HAVE_UCONTEXT_H 1
  14230. | #define HAVE_UTIME_H 1
  14231. | #define HAVE_GMP_H 1
  14232. | #define HAVE_LIBGMP 1
  14233. | #define HAVE_TYPEOF 1
  14234. | #define HAVE_LONG_LONG 1
  14235. | #define HAVE_OFF_T 1
  14236. | #define SIZEOF_INT 4
  14237. | #define SIZEOF_SHORT 2
  14238. | #define SIZEOF_LONG 8
  14239. | #define SIZEOF_LONG_LONG 8
  14240. | #define SIZEOF___INT64 0
  14241. | #define SIZEOF___INT128 16
  14242. | #define SIZEOF_OFF_T 8
  14243. | #define SIZEOF_VOIDP 8
  14244. | #define SIZEOF_FLOAT 4
  14245. | #define SIZEOF_DOUBLE 8
  14246. | #define SIZEOF_TIME_T 8
  14247. | #define SIZEOF_CLOCK_T 8
  14248. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14249. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14250. | #define PRI_LL_PREFIX "ll"
  14251. | #define HAVE_PID_T 1
  14252. | #define rb_pid_t pid_t
  14253. | #define SIGNEDNESS_OF_PID_T -1
  14254. | #define PIDT2NUM(v) INT2NUM(v)
  14255. | #define NUM2PIDT(v) NUM2INT(v)
  14256. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14257. | #define HAVE_UID_T 1
  14258. | #define rb_uid_t uid_t
  14259. | #define SIGNEDNESS_OF_UID_T +1
  14260. | #define UIDT2NUM(v) UINT2NUM(v)
  14261. | #define NUM2UIDT(v) NUM2UINT(v)
  14262. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14263. | #define HAVE_GID_T 1
  14264. | #define rb_gid_t gid_t
  14265. | #define SIGNEDNESS_OF_GID_T +1
  14266. | #define GIDT2NUM(v) UINT2NUM(v)
  14267. | #define NUM2GIDT(v) NUM2UINT(v)
  14268. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14269. | #define HAVE_TIME_T 1
  14270. | #define rb_time_t time_t
  14271. | #define SIGNEDNESS_OF_TIME_T -1
  14272. | #define TIMET2NUM(v) LONG2NUM(v)
  14273. | #define NUM2TIMET(v) NUM2LONG(v)
  14274. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14275. | #define HAVE_DEV_T 1
  14276. | #define rb_dev_t dev_t
  14277. | #define SIGNEDNESS_OF_DEV_T -1
  14278. | #define DEVT2NUM(v) INT2NUM(v)
  14279. | #define NUM2DEVT(v) NUM2INT(v)
  14280. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14281. | #define HAVE_MODE_T 1
  14282. | #define rb_mode_t mode_t
  14283. | #define SIGNEDNESS_OF_MODE_T +1
  14284. | #define MODET2NUM(v) USHORT2NUM(v)
  14285. | #define NUM2MODET(v) NUM2USHORT(v)
  14286. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  14287. | #define HAVE_RLIM_T 1
  14288. | #define rb_rlim_t rlim_t
  14289. | #define SIGNEDNESS_OF_RLIM_T +1
  14290. | #define RLIM2NUM(v) ULL2NUM(v)
  14291. | #define NUM2RLIM(v) NUM2ULL(v)
  14292. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14293. | #define HAVE_OFF_T 1
  14294. | #define rb_off_t off_t
  14295. | #define SIGNEDNESS_OF_OFF_T -1
  14296. | #define OFFT2NUM(v) LL2NUM(v)
  14297. | #define NUM2OFFT(v) NUM2LL(v)
  14298. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14299. | #define HAVE_CLOCKID_T 1
  14300. | #define rb_clockid_t clockid_t
  14301. | #define SIGNEDNESS_OF_CLOCKID_T +1
  14302. | #define CLOCKID2NUM(v) UINT2NUM(v)
  14303. | #define NUM2CLOCKID(v) NUM2UINT(v)
  14304. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14305. | #define HAVE_PROTOTYPES 1
  14306. | #define TOKEN_PASTE(x,y) x##y
  14307. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14308. | #define HAVE_STDARG_PROTOTYPES 1
  14309. | #define HAVE_VA_ARGS_MACRO 1
  14310. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  14311. | #define RUBY_ALIGNOF alignof
  14312. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14313. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14314. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14315. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14316. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14317. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14318. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14319. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14320. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  14321. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  14322. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  14323. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14324. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14325. | #define WEAK(x) __attribute__ ((__weak__)) x
  14326. | #define HAVE_FUNC_WEAK 1
  14327. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14328. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14329. | #define HAVE_GCC_SYNC_BUILTINS 1
  14330. | #define UNREACHABLE __builtin_unreachable()
  14331. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14332. | #define RUBY_FUNCTION_NAME_STRING __func__
  14333. | #define ENUM_OVER_INT 1
  14334. | #define HAVE_DECL_SYS_NERR 1
  14335. | #define HAVE_DECL_GETENV 1
  14336. | #define SIZEOF_SIZE_T 8
  14337. | #define SIZEOF_PTRDIFF_T 8
  14338. | #define PRI_SIZE_PREFIX "z"
  14339. | #define PRI_PTRDIFF_PREFIX "t"
  14340. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14341. | #define HAVE_ST_BLKSIZE 1
  14342. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14343. | #define HAVE_ST_BLOCKS 1
  14344. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14345. | #define HAVE_ST_RDEV 1
  14346. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14347. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14348. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14349. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14350. | /* end confdefs.h. */
  14351. | #include <stdio.h>
  14352. | #ifdef HAVE_SYS_TYPES_H
  14353. | # include <sys/types.h>
  14354. | #endif
  14355. | #ifdef HAVE_SYS_STAT_H
  14356. | # include <sys/stat.h>
  14357. | #endif
  14358. | #ifdef STDC_HEADERS
  14359. | # include <stdlib.h>
  14360. | # include <stddef.h>
  14361. | #else
  14362. | # ifdef HAVE_STDLIB_H
  14363. | # include <stdlib.h>
  14364. | # endif
  14365. | #endif
  14366. | #ifdef HAVE_STRING_H
  14367. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14368. | # include <memory.h>
  14369. | # endif
  14370. | # include <string.h>
  14371. | #endif
  14372. | #ifdef HAVE_STRINGS_H
  14373. | # include <strings.h>
  14374. | #endif
  14375. | #ifdef HAVE_INTTYPES_H
  14376. | # include <inttypes.h>
  14377. | #endif
  14378. | #ifdef HAVE_STDINT_H
  14379. | # include <stdint.h>
  14380. | #endif
  14381. | #ifdef HAVE_UNISTD_H
  14382. | # include <unistd.h>
  14383. | #endif
  14384. | int
  14385. | main ()
  14386. | {
  14387. | static struct stat ac_aggr;
  14388. | if (ac_aggr.st_atimensec)
  14389. | return 0;
  14390. | ;
  14391. | return 0;
  14392. | }
  14393. configure:19055: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14394. conftest.c:215:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  14395. if (sizeof ac_aggr.st_atimensec)
  14396. ^~~~~~~~~~~~
  14397. st_atimespec
  14398. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  14399. struct stat __DARWIN_STRUCT_STAT64;
  14400. ^
  14401. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14402. __DARWIN_STRUCT_STAT64_TIMES \
  14403. ^
  14404. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14405. struct timespec st_atimespec; /* time of last access */ \
  14406. ^
  14407. 1 error generated.
  14408. configure:19055: $? = 1
  14409. configure: failed program was:
  14410. | /* confdefs.h */
  14411. | #define PACKAGE_NAME ""
  14412. | #define PACKAGE_TARNAME ""
  14413. | #define PACKAGE_VERSION ""
  14414. | #define PACKAGE_STRING ""
  14415. | #define PACKAGE_BUGREPORT ""
  14416. | #define PACKAGE_URL ""
  14417. | #define STDC_HEADERS 1
  14418. | #define HAVE_SYS_TYPES_H 1
  14419. | #define HAVE_SYS_STAT_H 1
  14420. | #define HAVE_STDLIB_H 1
  14421. | #define HAVE_STRING_H 1
  14422. | #define HAVE_MEMORY_H 1
  14423. | #define HAVE_STRINGS_H 1
  14424. | #define HAVE_INTTYPES_H 1
  14425. | #define HAVE_STDINT_H 1
  14426. | #define HAVE_UNISTD_H 1
  14427. | #define __EXTENSIONS__ 1
  14428. | #define _ALL_SOURCE 1
  14429. | #define _GNU_SOURCE 1
  14430. | #define _POSIX_PTHREAD_SEMANTICS 1
  14431. | #define _TANDEM_SOURCE 1
  14432. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14433. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14434. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  14435. | #define BROKEN_CRYPT 1
  14436. | #define HAVE_CRT_EXTERNS_H 1
  14437. | #define HAVE_LIBDL 1
  14438. | #define HAVE_DIRENT_H 1
  14439. | #define HAVE__BOOL 1
  14440. | #define HAVE_STDBOOL_H 1
  14441. | #define HAVE_SYS_WAIT_H 1
  14442. | #define HAVE_GRP_H 1
  14443. | #define HAVE_FCNTL_H 1
  14444. | #define HAVE_FLOAT_H 1
  14445. | #define HAVE_LANGINFO_H 1
  14446. | #define HAVE_LIMITS_H 1
  14447. | #define HAVE_LOCALE_H 1
  14448. | #define HAVE_MALLOC_MALLOC_H 1
  14449. | #define HAVE_PWD_H 1
  14450. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  14451. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  14452. | #define HAVE_STDALIGN_H 1
  14453. | #define HAVE_SYS_ATTR_H 1
  14454. | #define HAVE_SYS_FCNTL_H 1
  14455. | #define HAVE_SYS_FILE_H 1
  14456. | #define HAVE_SYS_IOCTL_H 1
  14457. | #define HAVE_SYS_PARAM_H 1
  14458. | #define HAVE_SYS_RESOURCE_H 1
  14459. | #define HAVE_SYS_SELECT_H 1
  14460. | #define HAVE_SYS_SOCKET_H 1
  14461. | #define HAVE_SYS_TIME_H 1
  14462. | #define HAVE_SYS_TIMES_H 1
  14463. | #define HAVE_SYS_UIO_H 1
  14464. | #define HAVE_TIME_H 1
  14465. | #define HAVE_UCONTEXT_H 1
  14466. | #define HAVE_UTIME_H 1
  14467. | #define HAVE_GMP_H 1
  14468. | #define HAVE_LIBGMP 1
  14469. | #define HAVE_TYPEOF 1
  14470. | #define HAVE_LONG_LONG 1
  14471. | #define HAVE_OFF_T 1
  14472. | #define SIZEOF_INT 4
  14473. | #define SIZEOF_SHORT 2
  14474. | #define SIZEOF_LONG 8
  14475. | #define SIZEOF_LONG_LONG 8
  14476. | #define SIZEOF___INT64 0
  14477. | #define SIZEOF___INT128 16
  14478. | #define SIZEOF_OFF_T 8
  14479. | #define SIZEOF_VOIDP 8
  14480. | #define SIZEOF_FLOAT 4
  14481. | #define SIZEOF_DOUBLE 8
  14482. | #define SIZEOF_TIME_T 8
  14483. | #define SIZEOF_CLOCK_T 8
  14484. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14485. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14486. | #define PRI_LL_PREFIX "ll"
  14487. | #define HAVE_PID_T 1
  14488. | #define rb_pid_t pid_t
  14489. | #define SIGNEDNESS_OF_PID_T -1
  14490. | #define PIDT2NUM(v) INT2NUM(v)
  14491. | #define NUM2PIDT(v) NUM2INT(v)
  14492. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14493. | #define HAVE_UID_T 1
  14494. | #define rb_uid_t uid_t
  14495. | #define SIGNEDNESS_OF_UID_T +1
  14496. | #define UIDT2NUM(v) UINT2NUM(v)
  14497. | #define NUM2UIDT(v) NUM2UINT(v)
  14498. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14499. | #define HAVE_GID_T 1
  14500. | #define rb_gid_t gid_t
  14501. | #define SIGNEDNESS_OF_GID_T +1
  14502. | #define GIDT2NUM(v) UINT2NUM(v)
  14503. | #define NUM2GIDT(v) NUM2UINT(v)
  14504. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14505. | #define HAVE_TIME_T 1
  14506. | #define rb_time_t time_t
  14507. | #define SIGNEDNESS_OF_TIME_T -1
  14508. | #define TIMET2NUM(v) LONG2NUM(v)
  14509. | #define NUM2TIMET(v) NUM2LONG(v)
  14510. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14511. | #define HAVE_DEV_T 1
  14512. | #define rb_dev_t dev_t
  14513. | #define SIGNEDNESS_OF_DEV_T -1
  14514. | #define DEVT2NUM(v) INT2NUM(v)
  14515. | #define NUM2DEVT(v) NUM2INT(v)
  14516. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14517. | #define HAVE_MODE_T 1
  14518. | #define rb_mode_t mode_t
  14519. | #define SIGNEDNESS_OF_MODE_T +1
  14520. | #define MODET2NUM(v) USHORT2NUM(v)
  14521. | #define NUM2MODET(v) NUM2USHORT(v)
  14522. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  14523. | #define HAVE_RLIM_T 1
  14524. | #define rb_rlim_t rlim_t
  14525. | #define SIGNEDNESS_OF_RLIM_T +1
  14526. | #define RLIM2NUM(v) ULL2NUM(v)
  14527. | #define NUM2RLIM(v) NUM2ULL(v)
  14528. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14529. | #define HAVE_OFF_T 1
  14530. | #define rb_off_t off_t
  14531. | #define SIGNEDNESS_OF_OFF_T -1
  14532. | #define OFFT2NUM(v) LL2NUM(v)
  14533. | #define NUM2OFFT(v) NUM2LL(v)
  14534. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14535. | #define HAVE_CLOCKID_T 1
  14536. | #define rb_clockid_t clockid_t
  14537. | #define SIGNEDNESS_OF_CLOCKID_T +1
  14538. | #define CLOCKID2NUM(v) UINT2NUM(v)
  14539. | #define NUM2CLOCKID(v) NUM2UINT(v)
  14540. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14541. | #define HAVE_PROTOTYPES 1
  14542. | #define TOKEN_PASTE(x,y) x##y
  14543. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14544. | #define HAVE_STDARG_PROTOTYPES 1
  14545. | #define HAVE_VA_ARGS_MACRO 1
  14546. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  14547. | #define RUBY_ALIGNOF alignof
  14548. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14549. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14550. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14551. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14552. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14553. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14554. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14555. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14556. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  14557. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  14558. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  14559. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14560. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14561. | #define WEAK(x) __attribute__ ((__weak__)) x
  14562. | #define HAVE_FUNC_WEAK 1
  14563. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14564. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14565. | #define HAVE_GCC_SYNC_BUILTINS 1
  14566. | #define UNREACHABLE __builtin_unreachable()
  14567. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14568. | #define RUBY_FUNCTION_NAME_STRING __func__
  14569. | #define ENUM_OVER_INT 1
  14570. | #define HAVE_DECL_SYS_NERR 1
  14571. | #define HAVE_DECL_GETENV 1
  14572. | #define SIZEOF_SIZE_T 8
  14573. | #define SIZEOF_PTRDIFF_T 8
  14574. | #define PRI_SIZE_PREFIX "z"
  14575. | #define PRI_PTRDIFF_PREFIX "t"
  14576. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14577. | #define HAVE_ST_BLKSIZE 1
  14578. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14579. | #define HAVE_ST_BLOCKS 1
  14580. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14581. | #define HAVE_ST_RDEV 1
  14582. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14583. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14584. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14585. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14586. | /* end confdefs.h. */
  14587. | #include <stdio.h>
  14588. | #ifdef HAVE_SYS_TYPES_H
  14589. | # include <sys/types.h>
  14590. | #endif
  14591. | #ifdef HAVE_SYS_STAT_H
  14592. | # include <sys/stat.h>
  14593. | #endif
  14594. | #ifdef STDC_HEADERS
  14595. | # include <stdlib.h>
  14596. | # include <stddef.h>
  14597. | #else
  14598. | # ifdef HAVE_STDLIB_H
  14599. | # include <stdlib.h>
  14600. | # endif
  14601. | #endif
  14602. | #ifdef HAVE_STRING_H
  14603. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14604. | # include <memory.h>
  14605. | # endif
  14606. | # include <string.h>
  14607. | #endif
  14608. | #ifdef HAVE_STRINGS_H
  14609. | # include <strings.h>
  14610. | #endif
  14611. | #ifdef HAVE_INTTYPES_H
  14612. | # include <inttypes.h>
  14613. | #endif
  14614. | #ifdef HAVE_STDINT_H
  14615. | # include <stdint.h>
  14616. | #endif
  14617. | #ifdef HAVE_UNISTD_H
  14618. | # include <unistd.h>
  14619. | #endif
  14620. | int
  14621. | main ()
  14622. | {
  14623. | static struct stat ac_aggr;
  14624. | if (sizeof ac_aggr.st_atimensec)
  14625. | return 0;
  14626. | ;
  14627. | return 0;
  14628. | }
  14629. configure:19055: result: no
  14630. configure:19065: checking for struct stat.st_mtim
  14631. configure:19065: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14632. conftest.c:215:13: error: no member named 'st_mtim' in 'struct stat'
  14633. if (ac_aggr.st_mtim)
  14634. ~~~~~~~ ^
  14635. 1 error generated.
  14636. configure:19065: $? = 1
  14637. configure: failed program was:
  14638. | /* confdefs.h */
  14639. | #define PACKAGE_NAME ""
  14640. | #define PACKAGE_TARNAME ""
  14641. | #define PACKAGE_VERSION ""
  14642. | #define PACKAGE_STRING ""
  14643. | #define PACKAGE_BUGREPORT ""
  14644. | #define PACKAGE_URL ""
  14645. | #define STDC_HEADERS 1
  14646. | #define HAVE_SYS_TYPES_H 1
  14647. | #define HAVE_SYS_STAT_H 1
  14648. | #define HAVE_STDLIB_H 1
  14649. | #define HAVE_STRING_H 1
  14650. | #define HAVE_MEMORY_H 1
  14651. | #define HAVE_STRINGS_H 1
  14652. | #define HAVE_INTTYPES_H 1
  14653. | #define HAVE_STDINT_H 1
  14654. | #define HAVE_UNISTD_H 1
  14655. | #define __EXTENSIONS__ 1
  14656. | #define _ALL_SOURCE 1
  14657. | #define _GNU_SOURCE 1
  14658. | #define _POSIX_PTHREAD_SEMANTICS 1
  14659. | #define _TANDEM_SOURCE 1
  14660. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14661. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14662. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  14663. | #define BROKEN_CRYPT 1
  14664. | #define HAVE_CRT_EXTERNS_H 1
  14665. | #define HAVE_LIBDL 1
  14666. | #define HAVE_DIRENT_H 1
  14667. | #define HAVE__BOOL 1
  14668. | #define HAVE_STDBOOL_H 1
  14669. | #define HAVE_SYS_WAIT_H 1
  14670. | #define HAVE_GRP_H 1
  14671. | #define HAVE_FCNTL_H 1
  14672. | #define HAVE_FLOAT_H 1
  14673. | #define HAVE_LANGINFO_H 1
  14674. | #define HAVE_LIMITS_H 1
  14675. | #define HAVE_LOCALE_H 1
  14676. | #define HAVE_MALLOC_MALLOC_H 1
  14677. | #define HAVE_PWD_H 1
  14678. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  14679. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  14680. | #define HAVE_STDALIGN_H 1
  14681. | #define HAVE_SYS_ATTR_H 1
  14682. | #define HAVE_SYS_FCNTL_H 1
  14683. | #define HAVE_SYS_FILE_H 1
  14684. | #define HAVE_SYS_IOCTL_H 1
  14685. | #define HAVE_SYS_PARAM_H 1
  14686. | #define HAVE_SYS_RESOURCE_H 1
  14687. | #define HAVE_SYS_SELECT_H 1
  14688. | #define HAVE_SYS_SOCKET_H 1
  14689. | #define HAVE_SYS_TIME_H 1
  14690. | #define HAVE_SYS_TIMES_H 1
  14691. | #define HAVE_SYS_UIO_H 1
  14692. | #define HAVE_TIME_H 1
  14693. | #define HAVE_UCONTEXT_H 1
  14694. | #define HAVE_UTIME_H 1
  14695. | #define HAVE_GMP_H 1
  14696. | #define HAVE_LIBGMP 1
  14697. | #define HAVE_TYPEOF 1
  14698. | #define HAVE_LONG_LONG 1
  14699. | #define HAVE_OFF_T 1
  14700. | #define SIZEOF_INT 4
  14701. | #define SIZEOF_SHORT 2
  14702. | #define SIZEOF_LONG 8
  14703. | #define SIZEOF_LONG_LONG 8
  14704. | #define SIZEOF___INT64 0
  14705. | #define SIZEOF___INT128 16
  14706. | #define SIZEOF_OFF_T 8
  14707. | #define SIZEOF_VOIDP 8
  14708. | #define SIZEOF_FLOAT 4
  14709. | #define SIZEOF_DOUBLE 8
  14710. | #define SIZEOF_TIME_T 8
  14711. | #define SIZEOF_CLOCK_T 8
  14712. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14713. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14714. | #define PRI_LL_PREFIX "ll"
  14715. | #define HAVE_PID_T 1
  14716. | #define rb_pid_t pid_t
  14717. | #define SIGNEDNESS_OF_PID_T -1
  14718. | #define PIDT2NUM(v) INT2NUM(v)
  14719. | #define NUM2PIDT(v) NUM2INT(v)
  14720. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14721. | #define HAVE_UID_T 1
  14722. | #define rb_uid_t uid_t
  14723. | #define SIGNEDNESS_OF_UID_T +1
  14724. | #define UIDT2NUM(v) UINT2NUM(v)
  14725. | #define NUM2UIDT(v) NUM2UINT(v)
  14726. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14727. | #define HAVE_GID_T 1
  14728. | #define rb_gid_t gid_t
  14729. | #define SIGNEDNESS_OF_GID_T +1
  14730. | #define GIDT2NUM(v) UINT2NUM(v)
  14731. | #define NUM2GIDT(v) NUM2UINT(v)
  14732. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14733. | #define HAVE_TIME_T 1
  14734. | #define rb_time_t time_t
  14735. | #define SIGNEDNESS_OF_TIME_T -1
  14736. | #define TIMET2NUM(v) LONG2NUM(v)
  14737. | #define NUM2TIMET(v) NUM2LONG(v)
  14738. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14739. | #define HAVE_DEV_T 1
  14740. | #define rb_dev_t dev_t
  14741. | #define SIGNEDNESS_OF_DEV_T -1
  14742. | #define DEVT2NUM(v) INT2NUM(v)
  14743. | #define NUM2DEVT(v) NUM2INT(v)
  14744. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14745. | #define HAVE_MODE_T 1
  14746. | #define rb_mode_t mode_t
  14747. | #define SIGNEDNESS_OF_MODE_T +1
  14748. | #define MODET2NUM(v) USHORT2NUM(v)
  14749. | #define NUM2MODET(v) NUM2USHORT(v)
  14750. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  14751. | #define HAVE_RLIM_T 1
  14752. | #define rb_rlim_t rlim_t
  14753. | #define SIGNEDNESS_OF_RLIM_T +1
  14754. | #define RLIM2NUM(v) ULL2NUM(v)
  14755. | #define NUM2RLIM(v) NUM2ULL(v)
  14756. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14757. | #define HAVE_OFF_T 1
  14758. | #define rb_off_t off_t
  14759. | #define SIGNEDNESS_OF_OFF_T -1
  14760. | #define OFFT2NUM(v) LL2NUM(v)
  14761. | #define NUM2OFFT(v) NUM2LL(v)
  14762. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14763. | #define HAVE_CLOCKID_T 1
  14764. | #define rb_clockid_t clockid_t
  14765. | #define SIGNEDNESS_OF_CLOCKID_T +1
  14766. | #define CLOCKID2NUM(v) UINT2NUM(v)
  14767. | #define NUM2CLOCKID(v) NUM2UINT(v)
  14768. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14769. | #define HAVE_PROTOTYPES 1
  14770. | #define TOKEN_PASTE(x,y) x##y
  14771. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14772. | #define HAVE_STDARG_PROTOTYPES 1
  14773. | #define HAVE_VA_ARGS_MACRO 1
  14774. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  14775. | #define RUBY_ALIGNOF alignof
  14776. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14777. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14778. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14779. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14780. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14781. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14782. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14783. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14784. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  14785. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  14786. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  14787. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14788. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14789. | #define WEAK(x) __attribute__ ((__weak__)) x
  14790. | #define HAVE_FUNC_WEAK 1
  14791. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14792. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14793. | #define HAVE_GCC_SYNC_BUILTINS 1
  14794. | #define UNREACHABLE __builtin_unreachable()
  14795. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14796. | #define RUBY_FUNCTION_NAME_STRING __func__
  14797. | #define ENUM_OVER_INT 1
  14798. | #define HAVE_DECL_SYS_NERR 1
  14799. | #define HAVE_DECL_GETENV 1
  14800. | #define SIZEOF_SIZE_T 8
  14801. | #define SIZEOF_PTRDIFF_T 8
  14802. | #define PRI_SIZE_PREFIX "z"
  14803. | #define PRI_PTRDIFF_PREFIX "t"
  14804. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14805. | #define HAVE_ST_BLKSIZE 1
  14806. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14807. | #define HAVE_ST_BLOCKS 1
  14808. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14809. | #define HAVE_ST_RDEV 1
  14810. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14811. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14812. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14813. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14814. | /* end confdefs.h. */
  14815. | #include <stdio.h>
  14816. | #ifdef HAVE_SYS_TYPES_H
  14817. | # include <sys/types.h>
  14818. | #endif
  14819. | #ifdef HAVE_SYS_STAT_H
  14820. | # include <sys/stat.h>
  14821. | #endif
  14822. | #ifdef STDC_HEADERS
  14823. | # include <stdlib.h>
  14824. | # include <stddef.h>
  14825. | #else
  14826. | # ifdef HAVE_STDLIB_H
  14827. | # include <stdlib.h>
  14828. | # endif
  14829. | #endif
  14830. | #ifdef HAVE_STRING_H
  14831. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14832. | # include <memory.h>
  14833. | # endif
  14834. | # include <string.h>
  14835. | #endif
  14836. | #ifdef HAVE_STRINGS_H
  14837. | # include <strings.h>
  14838. | #endif
  14839. | #ifdef HAVE_INTTYPES_H
  14840. | # include <inttypes.h>
  14841. | #endif
  14842. | #ifdef HAVE_STDINT_H
  14843. | # include <stdint.h>
  14844. | #endif
  14845. | #ifdef HAVE_UNISTD_H
  14846. | # include <unistd.h>
  14847. | #endif
  14848. | int
  14849. | main ()
  14850. | {
  14851. | static struct stat ac_aggr;
  14852. | if (ac_aggr.st_mtim)
  14853. | return 0;
  14854. | ;
  14855. | return 0;
  14856. | }
  14857. configure:19065: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14858. conftest.c:215:20: error: no member named 'st_mtim' in 'struct stat'
  14859. if (sizeof ac_aggr.st_mtim)
  14860. ~~~~~~~ ^
  14861. 1 error generated.
  14862. configure:19065: $? = 1
  14863. configure: failed program was:
  14864. | /* confdefs.h */
  14865. | #define PACKAGE_NAME ""
  14866. | #define PACKAGE_TARNAME ""
  14867. | #define PACKAGE_VERSION ""
  14868. | #define PACKAGE_STRING ""
  14869. | #define PACKAGE_BUGREPORT ""
  14870. | #define PACKAGE_URL ""
  14871. | #define STDC_HEADERS 1
  14872. | #define HAVE_SYS_TYPES_H 1
  14873. | #define HAVE_SYS_STAT_H 1
  14874. | #define HAVE_STDLIB_H 1
  14875. | #define HAVE_STRING_H 1
  14876. | #define HAVE_MEMORY_H 1
  14877. | #define HAVE_STRINGS_H 1
  14878. | #define HAVE_INTTYPES_H 1
  14879. | #define HAVE_STDINT_H 1
  14880. | #define HAVE_UNISTD_H 1
  14881. | #define __EXTENSIONS__ 1
  14882. | #define _ALL_SOURCE 1
  14883. | #define _GNU_SOURCE 1
  14884. | #define _POSIX_PTHREAD_SEMANTICS 1
  14885. | #define _TANDEM_SOURCE 1
  14886. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14887. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14888. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  14889. | #define BROKEN_CRYPT 1
  14890. | #define HAVE_CRT_EXTERNS_H 1
  14891. | #define HAVE_LIBDL 1
  14892. | #define HAVE_DIRENT_H 1
  14893. | #define HAVE__BOOL 1
  14894. | #define HAVE_STDBOOL_H 1
  14895. | #define HAVE_SYS_WAIT_H 1
  14896. | #define HAVE_GRP_H 1
  14897. | #define HAVE_FCNTL_H 1
  14898. | #define HAVE_FLOAT_H 1
  14899. | #define HAVE_LANGINFO_H 1
  14900. | #define HAVE_LIMITS_H 1
  14901. | #define HAVE_LOCALE_H 1
  14902. | #define HAVE_MALLOC_MALLOC_H 1
  14903. | #define HAVE_PWD_H 1
  14904. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  14905. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  14906. | #define HAVE_STDALIGN_H 1
  14907. | #define HAVE_SYS_ATTR_H 1
  14908. | #define HAVE_SYS_FCNTL_H 1
  14909. | #define HAVE_SYS_FILE_H 1
  14910. | #define HAVE_SYS_IOCTL_H 1
  14911. | #define HAVE_SYS_PARAM_H 1
  14912. | #define HAVE_SYS_RESOURCE_H 1
  14913. | #define HAVE_SYS_SELECT_H 1
  14914. | #define HAVE_SYS_SOCKET_H 1
  14915. | #define HAVE_SYS_TIME_H 1
  14916. | #define HAVE_SYS_TIMES_H 1
  14917. | #define HAVE_SYS_UIO_H 1
  14918. | #define HAVE_TIME_H 1
  14919. | #define HAVE_UCONTEXT_H 1
  14920. | #define HAVE_UTIME_H 1
  14921. | #define HAVE_GMP_H 1
  14922. | #define HAVE_LIBGMP 1
  14923. | #define HAVE_TYPEOF 1
  14924. | #define HAVE_LONG_LONG 1
  14925. | #define HAVE_OFF_T 1
  14926. | #define SIZEOF_INT 4
  14927. | #define SIZEOF_SHORT 2
  14928. | #define SIZEOF_LONG 8
  14929. | #define SIZEOF_LONG_LONG 8
  14930. | #define SIZEOF___INT64 0
  14931. | #define SIZEOF___INT128 16
  14932. | #define SIZEOF_OFF_T 8
  14933. | #define SIZEOF_VOIDP 8
  14934. | #define SIZEOF_FLOAT 4
  14935. | #define SIZEOF_DOUBLE 8
  14936. | #define SIZEOF_TIME_T 8
  14937. | #define SIZEOF_CLOCK_T 8
  14938. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14939. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14940. | #define PRI_LL_PREFIX "ll"
  14941. | #define HAVE_PID_T 1
  14942. | #define rb_pid_t pid_t
  14943. | #define SIGNEDNESS_OF_PID_T -1
  14944. | #define PIDT2NUM(v) INT2NUM(v)
  14945. | #define NUM2PIDT(v) NUM2INT(v)
  14946. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14947. | #define HAVE_UID_T 1
  14948. | #define rb_uid_t uid_t
  14949. | #define SIGNEDNESS_OF_UID_T +1
  14950. | #define UIDT2NUM(v) UINT2NUM(v)
  14951. | #define NUM2UIDT(v) NUM2UINT(v)
  14952. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14953. | #define HAVE_GID_T 1
  14954. | #define rb_gid_t gid_t
  14955. | #define SIGNEDNESS_OF_GID_T +1
  14956. | #define GIDT2NUM(v) UINT2NUM(v)
  14957. | #define NUM2GIDT(v) NUM2UINT(v)
  14958. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14959. | #define HAVE_TIME_T 1
  14960. | #define rb_time_t time_t
  14961. | #define SIGNEDNESS_OF_TIME_T -1
  14962. | #define TIMET2NUM(v) LONG2NUM(v)
  14963. | #define NUM2TIMET(v) NUM2LONG(v)
  14964. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14965. | #define HAVE_DEV_T 1
  14966. | #define rb_dev_t dev_t
  14967. | #define SIGNEDNESS_OF_DEV_T -1
  14968. | #define DEVT2NUM(v) INT2NUM(v)
  14969. | #define NUM2DEVT(v) NUM2INT(v)
  14970. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14971. | #define HAVE_MODE_T 1
  14972. | #define rb_mode_t mode_t
  14973. | #define SIGNEDNESS_OF_MODE_T +1
  14974. | #define MODET2NUM(v) USHORT2NUM(v)
  14975. | #define NUM2MODET(v) NUM2USHORT(v)
  14976. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  14977. | #define HAVE_RLIM_T 1
  14978. | #define rb_rlim_t rlim_t
  14979. | #define SIGNEDNESS_OF_RLIM_T +1
  14980. | #define RLIM2NUM(v) ULL2NUM(v)
  14981. | #define NUM2RLIM(v) NUM2ULL(v)
  14982. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14983. | #define HAVE_OFF_T 1
  14984. | #define rb_off_t off_t
  14985. | #define SIGNEDNESS_OF_OFF_T -1
  14986. | #define OFFT2NUM(v) LL2NUM(v)
  14987. | #define NUM2OFFT(v) NUM2LL(v)
  14988. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14989. | #define HAVE_CLOCKID_T 1
  14990. | #define rb_clockid_t clockid_t
  14991. | #define SIGNEDNESS_OF_CLOCKID_T +1
  14992. | #define CLOCKID2NUM(v) UINT2NUM(v)
  14993. | #define NUM2CLOCKID(v) NUM2UINT(v)
  14994. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14995. | #define HAVE_PROTOTYPES 1
  14996. | #define TOKEN_PASTE(x,y) x##y
  14997. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14998. | #define HAVE_STDARG_PROTOTYPES 1
  14999. | #define HAVE_VA_ARGS_MACRO 1
  15000. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  15001. | #define RUBY_ALIGNOF alignof
  15002. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15003. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15004. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15005. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15006. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15007. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15008. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15009. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15010. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  15011. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  15012. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  15013. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15014. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15015. | #define WEAK(x) __attribute__ ((__weak__)) x
  15016. | #define HAVE_FUNC_WEAK 1
  15017. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15018. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15019. | #define HAVE_GCC_SYNC_BUILTINS 1
  15020. | #define UNREACHABLE __builtin_unreachable()
  15021. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15022. | #define RUBY_FUNCTION_NAME_STRING __func__
  15023. | #define ENUM_OVER_INT 1
  15024. | #define HAVE_DECL_SYS_NERR 1
  15025. | #define HAVE_DECL_GETENV 1
  15026. | #define SIZEOF_SIZE_T 8
  15027. | #define SIZEOF_PTRDIFF_T 8
  15028. | #define PRI_SIZE_PREFIX "z"
  15029. | #define PRI_PTRDIFF_PREFIX "t"
  15030. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15031. | #define HAVE_ST_BLKSIZE 1
  15032. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15033. | #define HAVE_ST_BLOCKS 1
  15034. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15035. | #define HAVE_ST_RDEV 1
  15036. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15037. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15038. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15039. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15040. | /* end confdefs.h. */
  15041. | #include <stdio.h>
  15042. | #ifdef HAVE_SYS_TYPES_H
  15043. | # include <sys/types.h>
  15044. | #endif
  15045. | #ifdef HAVE_SYS_STAT_H
  15046. | # include <sys/stat.h>
  15047. | #endif
  15048. | #ifdef STDC_HEADERS
  15049. | # include <stdlib.h>
  15050. | # include <stddef.h>
  15051. | #else
  15052. | # ifdef HAVE_STDLIB_H
  15053. | # include <stdlib.h>
  15054. | # endif
  15055. | #endif
  15056. | #ifdef HAVE_STRING_H
  15057. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15058. | # include <memory.h>
  15059. | # endif
  15060. | # include <string.h>
  15061. | #endif
  15062. | #ifdef HAVE_STRINGS_H
  15063. | # include <strings.h>
  15064. | #endif
  15065. | #ifdef HAVE_INTTYPES_H
  15066. | # include <inttypes.h>
  15067. | #endif
  15068. | #ifdef HAVE_STDINT_H
  15069. | # include <stdint.h>
  15070. | #endif
  15071. | #ifdef HAVE_UNISTD_H
  15072. | # include <unistd.h>
  15073. | #endif
  15074. | int
  15075. | main ()
  15076. | {
  15077. | static struct stat ac_aggr;
  15078. | if (sizeof ac_aggr.st_mtim)
  15079. | return 0;
  15080. | ;
  15081. | return 0;
  15082. | }
  15083. configure:19065: result: no
  15084. configure:19075: checking for struct stat.st_mtimespec
  15085. configure:19075: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15086. conftest.c:215:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15087. if (ac_aggr.st_mtimespec)
  15088. ^ ~~~~~~~~~~~~~~~~~~~~
  15089. 1 error generated.
  15090. configure:19075: $? = 1
  15091. configure: failed program was:
  15092. | /* confdefs.h */
  15093. | #define PACKAGE_NAME ""
  15094. | #define PACKAGE_TARNAME ""
  15095. | #define PACKAGE_VERSION ""
  15096. | #define PACKAGE_STRING ""
  15097. | #define PACKAGE_BUGREPORT ""
  15098. | #define PACKAGE_URL ""
  15099. | #define STDC_HEADERS 1
  15100. | #define HAVE_SYS_TYPES_H 1
  15101. | #define HAVE_SYS_STAT_H 1
  15102. | #define HAVE_STDLIB_H 1
  15103. | #define HAVE_STRING_H 1
  15104. | #define HAVE_MEMORY_H 1
  15105. | #define HAVE_STRINGS_H 1
  15106. | #define HAVE_INTTYPES_H 1
  15107. | #define HAVE_STDINT_H 1
  15108. | #define HAVE_UNISTD_H 1
  15109. | #define __EXTENSIONS__ 1
  15110. | #define _ALL_SOURCE 1
  15111. | #define _GNU_SOURCE 1
  15112. | #define _POSIX_PTHREAD_SEMANTICS 1
  15113. | #define _TANDEM_SOURCE 1
  15114. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15115. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15116. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  15117. | #define BROKEN_CRYPT 1
  15118. | #define HAVE_CRT_EXTERNS_H 1
  15119. | #define HAVE_LIBDL 1
  15120. | #define HAVE_DIRENT_H 1
  15121. | #define HAVE__BOOL 1
  15122. | #define HAVE_STDBOOL_H 1
  15123. | #define HAVE_SYS_WAIT_H 1
  15124. | #define HAVE_GRP_H 1
  15125. | #define HAVE_FCNTL_H 1
  15126. | #define HAVE_FLOAT_H 1
  15127. | #define HAVE_LANGINFO_H 1
  15128. | #define HAVE_LIMITS_H 1
  15129. | #define HAVE_LOCALE_H 1
  15130. | #define HAVE_MALLOC_MALLOC_H 1
  15131. | #define HAVE_PWD_H 1
  15132. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  15133. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  15134. | #define HAVE_STDALIGN_H 1
  15135. | #define HAVE_SYS_ATTR_H 1
  15136. | #define HAVE_SYS_FCNTL_H 1
  15137. | #define HAVE_SYS_FILE_H 1
  15138. | #define HAVE_SYS_IOCTL_H 1
  15139. | #define HAVE_SYS_PARAM_H 1
  15140. | #define HAVE_SYS_RESOURCE_H 1
  15141. | #define HAVE_SYS_SELECT_H 1
  15142. | #define HAVE_SYS_SOCKET_H 1
  15143. | #define HAVE_SYS_TIME_H 1
  15144. | #define HAVE_SYS_TIMES_H 1
  15145. | #define HAVE_SYS_UIO_H 1
  15146. | #define HAVE_TIME_H 1
  15147. | #define HAVE_UCONTEXT_H 1
  15148. | #define HAVE_UTIME_H 1
  15149. | #define HAVE_GMP_H 1
  15150. | #define HAVE_LIBGMP 1
  15151. | #define HAVE_TYPEOF 1
  15152. | #define HAVE_LONG_LONG 1
  15153. | #define HAVE_OFF_T 1
  15154. | #define SIZEOF_INT 4
  15155. | #define SIZEOF_SHORT 2
  15156. | #define SIZEOF_LONG 8
  15157. | #define SIZEOF_LONG_LONG 8
  15158. | #define SIZEOF___INT64 0
  15159. | #define SIZEOF___INT128 16
  15160. | #define SIZEOF_OFF_T 8
  15161. | #define SIZEOF_VOIDP 8
  15162. | #define SIZEOF_FLOAT 4
  15163. | #define SIZEOF_DOUBLE 8
  15164. | #define SIZEOF_TIME_T 8
  15165. | #define SIZEOF_CLOCK_T 8
  15166. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15167. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15168. | #define PRI_LL_PREFIX "ll"
  15169. | #define HAVE_PID_T 1
  15170. | #define rb_pid_t pid_t
  15171. | #define SIGNEDNESS_OF_PID_T -1
  15172. | #define PIDT2NUM(v) INT2NUM(v)
  15173. | #define NUM2PIDT(v) NUM2INT(v)
  15174. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15175. | #define HAVE_UID_T 1
  15176. | #define rb_uid_t uid_t
  15177. | #define SIGNEDNESS_OF_UID_T +1
  15178. | #define UIDT2NUM(v) UINT2NUM(v)
  15179. | #define NUM2UIDT(v) NUM2UINT(v)
  15180. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15181. | #define HAVE_GID_T 1
  15182. | #define rb_gid_t gid_t
  15183. | #define SIGNEDNESS_OF_GID_T +1
  15184. | #define GIDT2NUM(v) UINT2NUM(v)
  15185. | #define NUM2GIDT(v) NUM2UINT(v)
  15186. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15187. | #define HAVE_TIME_T 1
  15188. | #define rb_time_t time_t
  15189. | #define SIGNEDNESS_OF_TIME_T -1
  15190. | #define TIMET2NUM(v) LONG2NUM(v)
  15191. | #define NUM2TIMET(v) NUM2LONG(v)
  15192. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15193. | #define HAVE_DEV_T 1
  15194. | #define rb_dev_t dev_t
  15195. | #define SIGNEDNESS_OF_DEV_T -1
  15196. | #define DEVT2NUM(v) INT2NUM(v)
  15197. | #define NUM2DEVT(v) NUM2INT(v)
  15198. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15199. | #define HAVE_MODE_T 1
  15200. | #define rb_mode_t mode_t
  15201. | #define SIGNEDNESS_OF_MODE_T +1
  15202. | #define MODET2NUM(v) USHORT2NUM(v)
  15203. | #define NUM2MODET(v) NUM2USHORT(v)
  15204. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  15205. | #define HAVE_RLIM_T 1
  15206. | #define rb_rlim_t rlim_t
  15207. | #define SIGNEDNESS_OF_RLIM_T +1
  15208. | #define RLIM2NUM(v) ULL2NUM(v)
  15209. | #define NUM2RLIM(v) NUM2ULL(v)
  15210. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15211. | #define HAVE_OFF_T 1
  15212. | #define rb_off_t off_t
  15213. | #define SIGNEDNESS_OF_OFF_T -1
  15214. | #define OFFT2NUM(v) LL2NUM(v)
  15215. | #define NUM2OFFT(v) NUM2LL(v)
  15216. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15217. | #define HAVE_CLOCKID_T 1
  15218. | #define rb_clockid_t clockid_t
  15219. | #define SIGNEDNESS_OF_CLOCKID_T +1
  15220. | #define CLOCKID2NUM(v) UINT2NUM(v)
  15221. | #define NUM2CLOCKID(v) NUM2UINT(v)
  15222. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15223. | #define HAVE_PROTOTYPES 1
  15224. | #define TOKEN_PASTE(x,y) x##y
  15225. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15226. | #define HAVE_STDARG_PROTOTYPES 1
  15227. | #define HAVE_VA_ARGS_MACRO 1
  15228. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  15229. | #define RUBY_ALIGNOF alignof
  15230. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15231. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15232. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15233. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15234. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15235. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15236. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15237. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15238. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  15239. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  15240. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  15241. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15242. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15243. | #define WEAK(x) __attribute__ ((__weak__)) x
  15244. | #define HAVE_FUNC_WEAK 1
  15245. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15246. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15247. | #define HAVE_GCC_SYNC_BUILTINS 1
  15248. | #define UNREACHABLE __builtin_unreachable()
  15249. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15250. | #define RUBY_FUNCTION_NAME_STRING __func__
  15251. | #define ENUM_OVER_INT 1
  15252. | #define HAVE_DECL_SYS_NERR 1
  15253. | #define HAVE_DECL_GETENV 1
  15254. | #define SIZEOF_SIZE_T 8
  15255. | #define SIZEOF_PTRDIFF_T 8
  15256. | #define PRI_SIZE_PREFIX "z"
  15257. | #define PRI_PTRDIFF_PREFIX "t"
  15258. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15259. | #define HAVE_ST_BLKSIZE 1
  15260. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15261. | #define HAVE_ST_BLOCKS 1
  15262. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15263. | #define HAVE_ST_RDEV 1
  15264. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15265. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15266. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15267. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15268. | /* end confdefs.h. */
  15269. | #include <stdio.h>
  15270. | #ifdef HAVE_SYS_TYPES_H
  15271. | # include <sys/types.h>
  15272. | #endif
  15273. | #ifdef HAVE_SYS_STAT_H
  15274. | # include <sys/stat.h>
  15275. | #endif
  15276. | #ifdef STDC_HEADERS
  15277. | # include <stdlib.h>
  15278. | # include <stddef.h>
  15279. | #else
  15280. | # ifdef HAVE_STDLIB_H
  15281. | # include <stdlib.h>
  15282. | # endif
  15283. | #endif
  15284. | #ifdef HAVE_STRING_H
  15285. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15286. | # include <memory.h>
  15287. | # endif
  15288. | # include <string.h>
  15289. | #endif
  15290. | #ifdef HAVE_STRINGS_H
  15291. | # include <strings.h>
  15292. | #endif
  15293. | #ifdef HAVE_INTTYPES_H
  15294. | # include <inttypes.h>
  15295. | #endif
  15296. | #ifdef HAVE_STDINT_H
  15297. | # include <stdint.h>
  15298. | #endif
  15299. | #ifdef HAVE_UNISTD_H
  15300. | # include <unistd.h>
  15301. | #endif
  15302. | int
  15303. | main ()
  15304. | {
  15305. | static struct stat ac_aggr;
  15306. | if (ac_aggr.st_mtimespec)
  15307. | return 0;
  15308. | ;
  15309. | return 0;
  15310. | }
  15311. configure:19075: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15312. configure:19075: $? = 0
  15313. configure:19075: result: yes
  15314. configure:19085: checking for struct stat.st_mtimensec
  15315. configure:19085: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15316. conftest.c:216:13: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  15317. if (ac_aggr.st_mtimensec)
  15318. ^~~~~~~~~~~~
  15319. st_mtimespec
  15320. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  15321. struct stat __DARWIN_STRUCT_STAT64;
  15322. ^
  15323. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15324. __DARWIN_STRUCT_STAT64_TIMES \
  15325. ^
  15326. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15327. struct timespec st_mtimespec; /* time of last data modification */ \
  15328. ^
  15329. conftest.c:216:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15330. if (ac_aggr.st_mtimensec)
  15331. ^ ~~~~~~~~~~~~~~~~~~~~
  15332. 2 errors generated.
  15333. configure:19085: $? = 1
  15334. configure: failed program was:
  15335. | /* confdefs.h */
  15336. | #define PACKAGE_NAME ""
  15337. | #define PACKAGE_TARNAME ""
  15338. | #define PACKAGE_VERSION ""
  15339. | #define PACKAGE_STRING ""
  15340. | #define PACKAGE_BUGREPORT ""
  15341. | #define PACKAGE_URL ""
  15342. | #define STDC_HEADERS 1
  15343. | #define HAVE_SYS_TYPES_H 1
  15344. | #define HAVE_SYS_STAT_H 1
  15345. | #define HAVE_STDLIB_H 1
  15346. | #define HAVE_STRING_H 1
  15347. | #define HAVE_MEMORY_H 1
  15348. | #define HAVE_STRINGS_H 1
  15349. | #define HAVE_INTTYPES_H 1
  15350. | #define HAVE_STDINT_H 1
  15351. | #define HAVE_UNISTD_H 1
  15352. | #define __EXTENSIONS__ 1
  15353. | #define _ALL_SOURCE 1
  15354. | #define _GNU_SOURCE 1
  15355. | #define _POSIX_PTHREAD_SEMANTICS 1
  15356. | #define _TANDEM_SOURCE 1
  15357. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15358. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15359. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  15360. | #define BROKEN_CRYPT 1
  15361. | #define HAVE_CRT_EXTERNS_H 1
  15362. | #define HAVE_LIBDL 1
  15363. | #define HAVE_DIRENT_H 1
  15364. | #define HAVE__BOOL 1
  15365. | #define HAVE_STDBOOL_H 1
  15366. | #define HAVE_SYS_WAIT_H 1
  15367. | #define HAVE_GRP_H 1
  15368. | #define HAVE_FCNTL_H 1
  15369. | #define HAVE_FLOAT_H 1
  15370. | #define HAVE_LANGINFO_H 1
  15371. | #define HAVE_LIMITS_H 1
  15372. | #define HAVE_LOCALE_H 1
  15373. | #define HAVE_MALLOC_MALLOC_H 1
  15374. | #define HAVE_PWD_H 1
  15375. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  15376. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  15377. | #define HAVE_STDALIGN_H 1
  15378. | #define HAVE_SYS_ATTR_H 1
  15379. | #define HAVE_SYS_FCNTL_H 1
  15380. | #define HAVE_SYS_FILE_H 1
  15381. | #define HAVE_SYS_IOCTL_H 1
  15382. | #define HAVE_SYS_PARAM_H 1
  15383. | #define HAVE_SYS_RESOURCE_H 1
  15384. | #define HAVE_SYS_SELECT_H 1
  15385. | #define HAVE_SYS_SOCKET_H 1
  15386. | #define HAVE_SYS_TIME_H 1
  15387. | #define HAVE_SYS_TIMES_H 1
  15388. | #define HAVE_SYS_UIO_H 1
  15389. | #define HAVE_TIME_H 1
  15390. | #define HAVE_UCONTEXT_H 1
  15391. | #define HAVE_UTIME_H 1
  15392. | #define HAVE_GMP_H 1
  15393. | #define HAVE_LIBGMP 1
  15394. | #define HAVE_TYPEOF 1
  15395. | #define HAVE_LONG_LONG 1
  15396. | #define HAVE_OFF_T 1
  15397. | #define SIZEOF_INT 4
  15398. | #define SIZEOF_SHORT 2
  15399. | #define SIZEOF_LONG 8
  15400. | #define SIZEOF_LONG_LONG 8
  15401. | #define SIZEOF___INT64 0
  15402. | #define SIZEOF___INT128 16
  15403. | #define SIZEOF_OFF_T 8
  15404. | #define SIZEOF_VOIDP 8
  15405. | #define SIZEOF_FLOAT 4
  15406. | #define SIZEOF_DOUBLE 8
  15407. | #define SIZEOF_TIME_T 8
  15408. | #define SIZEOF_CLOCK_T 8
  15409. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15410. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15411. | #define PRI_LL_PREFIX "ll"
  15412. | #define HAVE_PID_T 1
  15413. | #define rb_pid_t pid_t
  15414. | #define SIGNEDNESS_OF_PID_T -1
  15415. | #define PIDT2NUM(v) INT2NUM(v)
  15416. | #define NUM2PIDT(v) NUM2INT(v)
  15417. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15418. | #define HAVE_UID_T 1
  15419. | #define rb_uid_t uid_t
  15420. | #define SIGNEDNESS_OF_UID_T +1
  15421. | #define UIDT2NUM(v) UINT2NUM(v)
  15422. | #define NUM2UIDT(v) NUM2UINT(v)
  15423. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15424. | #define HAVE_GID_T 1
  15425. | #define rb_gid_t gid_t
  15426. | #define SIGNEDNESS_OF_GID_T +1
  15427. | #define GIDT2NUM(v) UINT2NUM(v)
  15428. | #define NUM2GIDT(v) NUM2UINT(v)
  15429. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15430. | #define HAVE_TIME_T 1
  15431. | #define rb_time_t time_t
  15432. | #define SIGNEDNESS_OF_TIME_T -1
  15433. | #define TIMET2NUM(v) LONG2NUM(v)
  15434. | #define NUM2TIMET(v) NUM2LONG(v)
  15435. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15436. | #define HAVE_DEV_T 1
  15437. | #define rb_dev_t dev_t
  15438. | #define SIGNEDNESS_OF_DEV_T -1
  15439. | #define DEVT2NUM(v) INT2NUM(v)
  15440. | #define NUM2DEVT(v) NUM2INT(v)
  15441. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15442. | #define HAVE_MODE_T 1
  15443. | #define rb_mode_t mode_t
  15444. | #define SIGNEDNESS_OF_MODE_T +1
  15445. | #define MODET2NUM(v) USHORT2NUM(v)
  15446. | #define NUM2MODET(v) NUM2USHORT(v)
  15447. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  15448. | #define HAVE_RLIM_T 1
  15449. | #define rb_rlim_t rlim_t
  15450. | #define SIGNEDNESS_OF_RLIM_T +1
  15451. | #define RLIM2NUM(v) ULL2NUM(v)
  15452. | #define NUM2RLIM(v) NUM2ULL(v)
  15453. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15454. | #define HAVE_OFF_T 1
  15455. | #define rb_off_t off_t
  15456. | #define SIGNEDNESS_OF_OFF_T -1
  15457. | #define OFFT2NUM(v) LL2NUM(v)
  15458. | #define NUM2OFFT(v) NUM2LL(v)
  15459. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15460. | #define HAVE_CLOCKID_T 1
  15461. | #define rb_clockid_t clockid_t
  15462. | #define SIGNEDNESS_OF_CLOCKID_T +1
  15463. | #define CLOCKID2NUM(v) UINT2NUM(v)
  15464. | #define NUM2CLOCKID(v) NUM2UINT(v)
  15465. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15466. | #define HAVE_PROTOTYPES 1
  15467. | #define TOKEN_PASTE(x,y) x##y
  15468. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15469. | #define HAVE_STDARG_PROTOTYPES 1
  15470. | #define HAVE_VA_ARGS_MACRO 1
  15471. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  15472. | #define RUBY_ALIGNOF alignof
  15473. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15474. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15475. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15476. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15477. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15478. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15479. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15480. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15481. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  15482. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  15483. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  15484. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15485. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15486. | #define WEAK(x) __attribute__ ((__weak__)) x
  15487. | #define HAVE_FUNC_WEAK 1
  15488. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15489. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15490. | #define HAVE_GCC_SYNC_BUILTINS 1
  15491. | #define UNREACHABLE __builtin_unreachable()
  15492. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15493. | #define RUBY_FUNCTION_NAME_STRING __func__
  15494. | #define ENUM_OVER_INT 1
  15495. | #define HAVE_DECL_SYS_NERR 1
  15496. | #define HAVE_DECL_GETENV 1
  15497. | #define SIZEOF_SIZE_T 8
  15498. | #define SIZEOF_PTRDIFF_T 8
  15499. | #define PRI_SIZE_PREFIX "z"
  15500. | #define PRI_PTRDIFF_PREFIX "t"
  15501. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15502. | #define HAVE_ST_BLKSIZE 1
  15503. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15504. | #define HAVE_ST_BLOCKS 1
  15505. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15506. | #define HAVE_ST_RDEV 1
  15507. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15508. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15509. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15510. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15511. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15512. | /* end confdefs.h. */
  15513. | #include <stdio.h>
  15514. | #ifdef HAVE_SYS_TYPES_H
  15515. | # include <sys/types.h>
  15516. | #endif
  15517. | #ifdef HAVE_SYS_STAT_H
  15518. | # include <sys/stat.h>
  15519. | #endif
  15520. | #ifdef STDC_HEADERS
  15521. | # include <stdlib.h>
  15522. | # include <stddef.h>
  15523. | #else
  15524. | # ifdef HAVE_STDLIB_H
  15525. | # include <stdlib.h>
  15526. | # endif
  15527. | #endif
  15528. | #ifdef HAVE_STRING_H
  15529. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15530. | # include <memory.h>
  15531. | # endif
  15532. | # include <string.h>
  15533. | #endif
  15534. | #ifdef HAVE_STRINGS_H
  15535. | # include <strings.h>
  15536. | #endif
  15537. | #ifdef HAVE_INTTYPES_H
  15538. | # include <inttypes.h>
  15539. | #endif
  15540. | #ifdef HAVE_STDINT_H
  15541. | # include <stdint.h>
  15542. | #endif
  15543. | #ifdef HAVE_UNISTD_H
  15544. | # include <unistd.h>
  15545. | #endif
  15546. | int
  15547. | main ()
  15548. | {
  15549. | static struct stat ac_aggr;
  15550. | if (ac_aggr.st_mtimensec)
  15551. | return 0;
  15552. | ;
  15553. | return 0;
  15554. | }
  15555. configure:19085: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15556. conftest.c:216:20: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  15557. if (sizeof ac_aggr.st_mtimensec)
  15558. ^~~~~~~~~~~~
  15559. st_mtimespec
  15560. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  15561. struct stat __DARWIN_STRUCT_STAT64;
  15562. ^
  15563. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15564. __DARWIN_STRUCT_STAT64_TIMES \
  15565. ^
  15566. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15567. struct timespec st_mtimespec; /* time of last data modification */ \
  15568. ^
  15569. 1 error generated.
  15570. configure:19085: $? = 1
  15571. configure: failed program was:
  15572. | /* confdefs.h */
  15573. | #define PACKAGE_NAME ""
  15574. | #define PACKAGE_TARNAME ""
  15575. | #define PACKAGE_VERSION ""
  15576. | #define PACKAGE_STRING ""
  15577. | #define PACKAGE_BUGREPORT ""
  15578. | #define PACKAGE_URL ""
  15579. | #define STDC_HEADERS 1
  15580. | #define HAVE_SYS_TYPES_H 1
  15581. | #define HAVE_SYS_STAT_H 1
  15582. | #define HAVE_STDLIB_H 1
  15583. | #define HAVE_STRING_H 1
  15584. | #define HAVE_MEMORY_H 1
  15585. | #define HAVE_STRINGS_H 1
  15586. | #define HAVE_INTTYPES_H 1
  15587. | #define HAVE_STDINT_H 1
  15588. | #define HAVE_UNISTD_H 1
  15589. | #define __EXTENSIONS__ 1
  15590. | #define _ALL_SOURCE 1
  15591. | #define _GNU_SOURCE 1
  15592. | #define _POSIX_PTHREAD_SEMANTICS 1
  15593. | #define _TANDEM_SOURCE 1
  15594. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15595. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15596. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  15597. | #define BROKEN_CRYPT 1
  15598. | #define HAVE_CRT_EXTERNS_H 1
  15599. | #define HAVE_LIBDL 1
  15600. | #define HAVE_DIRENT_H 1
  15601. | #define HAVE__BOOL 1
  15602. | #define HAVE_STDBOOL_H 1
  15603. | #define HAVE_SYS_WAIT_H 1
  15604. | #define HAVE_GRP_H 1
  15605. | #define HAVE_FCNTL_H 1
  15606. | #define HAVE_FLOAT_H 1
  15607. | #define HAVE_LANGINFO_H 1
  15608. | #define HAVE_LIMITS_H 1
  15609. | #define HAVE_LOCALE_H 1
  15610. | #define HAVE_MALLOC_MALLOC_H 1
  15611. | #define HAVE_PWD_H 1
  15612. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  15613. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  15614. | #define HAVE_STDALIGN_H 1
  15615. | #define HAVE_SYS_ATTR_H 1
  15616. | #define HAVE_SYS_FCNTL_H 1
  15617. | #define HAVE_SYS_FILE_H 1
  15618. | #define HAVE_SYS_IOCTL_H 1
  15619. | #define HAVE_SYS_PARAM_H 1
  15620. | #define HAVE_SYS_RESOURCE_H 1
  15621. | #define HAVE_SYS_SELECT_H 1
  15622. | #define HAVE_SYS_SOCKET_H 1
  15623. | #define HAVE_SYS_TIME_H 1
  15624. | #define HAVE_SYS_TIMES_H 1
  15625. | #define HAVE_SYS_UIO_H 1
  15626. | #define HAVE_TIME_H 1
  15627. | #define HAVE_UCONTEXT_H 1
  15628. | #define HAVE_UTIME_H 1
  15629. | #define HAVE_GMP_H 1
  15630. | #define HAVE_LIBGMP 1
  15631. | #define HAVE_TYPEOF 1
  15632. | #define HAVE_LONG_LONG 1
  15633. | #define HAVE_OFF_T 1
  15634. | #define SIZEOF_INT 4
  15635. | #define SIZEOF_SHORT 2
  15636. | #define SIZEOF_LONG 8
  15637. | #define SIZEOF_LONG_LONG 8
  15638. | #define SIZEOF___INT64 0
  15639. | #define SIZEOF___INT128 16
  15640. | #define SIZEOF_OFF_T 8
  15641. | #define SIZEOF_VOIDP 8
  15642. | #define SIZEOF_FLOAT 4
  15643. | #define SIZEOF_DOUBLE 8
  15644. | #define SIZEOF_TIME_T 8
  15645. | #define SIZEOF_CLOCK_T 8
  15646. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15647. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15648. | #define PRI_LL_PREFIX "ll"
  15649. | #define HAVE_PID_T 1
  15650. | #define rb_pid_t pid_t
  15651. | #define SIGNEDNESS_OF_PID_T -1
  15652. | #define PIDT2NUM(v) INT2NUM(v)
  15653. | #define NUM2PIDT(v) NUM2INT(v)
  15654. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15655. | #define HAVE_UID_T 1
  15656. | #define rb_uid_t uid_t
  15657. | #define SIGNEDNESS_OF_UID_T +1
  15658. | #define UIDT2NUM(v) UINT2NUM(v)
  15659. | #define NUM2UIDT(v) NUM2UINT(v)
  15660. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15661. | #define HAVE_GID_T 1
  15662. | #define rb_gid_t gid_t
  15663. | #define SIGNEDNESS_OF_GID_T +1
  15664. | #define GIDT2NUM(v) UINT2NUM(v)
  15665. | #define NUM2GIDT(v) NUM2UINT(v)
  15666. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15667. | #define HAVE_TIME_T 1
  15668. | #define rb_time_t time_t
  15669. | #define SIGNEDNESS_OF_TIME_T -1
  15670. | #define TIMET2NUM(v) LONG2NUM(v)
  15671. | #define NUM2TIMET(v) NUM2LONG(v)
  15672. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15673. | #define HAVE_DEV_T 1
  15674. | #define rb_dev_t dev_t
  15675. | #define SIGNEDNESS_OF_DEV_T -1
  15676. | #define DEVT2NUM(v) INT2NUM(v)
  15677. | #define NUM2DEVT(v) NUM2INT(v)
  15678. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15679. | #define HAVE_MODE_T 1
  15680. | #define rb_mode_t mode_t
  15681. | #define SIGNEDNESS_OF_MODE_T +1
  15682. | #define MODET2NUM(v) USHORT2NUM(v)
  15683. | #define NUM2MODET(v) NUM2USHORT(v)
  15684. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  15685. | #define HAVE_RLIM_T 1
  15686. | #define rb_rlim_t rlim_t
  15687. | #define SIGNEDNESS_OF_RLIM_T +1
  15688. | #define RLIM2NUM(v) ULL2NUM(v)
  15689. | #define NUM2RLIM(v) NUM2ULL(v)
  15690. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15691. | #define HAVE_OFF_T 1
  15692. | #define rb_off_t off_t
  15693. | #define SIGNEDNESS_OF_OFF_T -1
  15694. | #define OFFT2NUM(v) LL2NUM(v)
  15695. | #define NUM2OFFT(v) NUM2LL(v)
  15696. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15697. | #define HAVE_CLOCKID_T 1
  15698. | #define rb_clockid_t clockid_t
  15699. | #define SIGNEDNESS_OF_CLOCKID_T +1
  15700. | #define CLOCKID2NUM(v) UINT2NUM(v)
  15701. | #define NUM2CLOCKID(v) NUM2UINT(v)
  15702. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15703. | #define HAVE_PROTOTYPES 1
  15704. | #define TOKEN_PASTE(x,y) x##y
  15705. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15706. | #define HAVE_STDARG_PROTOTYPES 1
  15707. | #define HAVE_VA_ARGS_MACRO 1
  15708. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  15709. | #define RUBY_ALIGNOF alignof
  15710. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15711. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15712. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15713. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15714. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15715. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15716. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15717. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15718. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  15719. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  15720. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  15721. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15722. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15723. | #define WEAK(x) __attribute__ ((__weak__)) x
  15724. | #define HAVE_FUNC_WEAK 1
  15725. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15726. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15727. | #define HAVE_GCC_SYNC_BUILTINS 1
  15728. | #define UNREACHABLE __builtin_unreachable()
  15729. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15730. | #define RUBY_FUNCTION_NAME_STRING __func__
  15731. | #define ENUM_OVER_INT 1
  15732. | #define HAVE_DECL_SYS_NERR 1
  15733. | #define HAVE_DECL_GETENV 1
  15734. | #define SIZEOF_SIZE_T 8
  15735. | #define SIZEOF_PTRDIFF_T 8
  15736. | #define PRI_SIZE_PREFIX "z"
  15737. | #define PRI_PTRDIFF_PREFIX "t"
  15738. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15739. | #define HAVE_ST_BLKSIZE 1
  15740. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15741. | #define HAVE_ST_BLOCKS 1
  15742. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15743. | #define HAVE_ST_RDEV 1
  15744. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15745. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15746. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15747. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15748. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15749. | /* end confdefs.h. */
  15750. | #include <stdio.h>
  15751. | #ifdef HAVE_SYS_TYPES_H
  15752. | # include <sys/types.h>
  15753. | #endif
  15754. | #ifdef HAVE_SYS_STAT_H
  15755. | # include <sys/stat.h>
  15756. | #endif
  15757. | #ifdef STDC_HEADERS
  15758. | # include <stdlib.h>
  15759. | # include <stddef.h>
  15760. | #else
  15761. | # ifdef HAVE_STDLIB_H
  15762. | # include <stdlib.h>
  15763. | # endif
  15764. | #endif
  15765. | #ifdef HAVE_STRING_H
  15766. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15767. | # include <memory.h>
  15768. | # endif
  15769. | # include <string.h>
  15770. | #endif
  15771. | #ifdef HAVE_STRINGS_H
  15772. | # include <strings.h>
  15773. | #endif
  15774. | #ifdef HAVE_INTTYPES_H
  15775. | # include <inttypes.h>
  15776. | #endif
  15777. | #ifdef HAVE_STDINT_H
  15778. | # include <stdint.h>
  15779. | #endif
  15780. | #ifdef HAVE_UNISTD_H
  15781. | # include <unistd.h>
  15782. | #endif
  15783. | int
  15784. | main ()
  15785. | {
  15786. | static struct stat ac_aggr;
  15787. | if (sizeof ac_aggr.st_mtimensec)
  15788. | return 0;
  15789. | ;
  15790. | return 0;
  15791. | }
  15792. configure:19085: result: no
  15793. configure:19095: checking for struct stat.st_ctim
  15794. configure:19095: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15795. conftest.c:216:13: error: no member named 'st_ctim' in 'struct stat'
  15796. if (ac_aggr.st_ctim)
  15797. ~~~~~~~ ^
  15798. 1 error generated.
  15799. configure:19095: $? = 1
  15800. configure: failed program was:
  15801. | /* confdefs.h */
  15802. | #define PACKAGE_NAME ""
  15803. | #define PACKAGE_TARNAME ""
  15804. | #define PACKAGE_VERSION ""
  15805. | #define PACKAGE_STRING ""
  15806. | #define PACKAGE_BUGREPORT ""
  15807. | #define PACKAGE_URL ""
  15808. | #define STDC_HEADERS 1
  15809. | #define HAVE_SYS_TYPES_H 1
  15810. | #define HAVE_SYS_STAT_H 1
  15811. | #define HAVE_STDLIB_H 1
  15812. | #define HAVE_STRING_H 1
  15813. | #define HAVE_MEMORY_H 1
  15814. | #define HAVE_STRINGS_H 1
  15815. | #define HAVE_INTTYPES_H 1
  15816. | #define HAVE_STDINT_H 1
  15817. | #define HAVE_UNISTD_H 1
  15818. | #define __EXTENSIONS__ 1
  15819. | #define _ALL_SOURCE 1
  15820. | #define _GNU_SOURCE 1
  15821. | #define _POSIX_PTHREAD_SEMANTICS 1
  15822. | #define _TANDEM_SOURCE 1
  15823. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15824. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15825. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  15826. | #define BROKEN_CRYPT 1
  15827. | #define HAVE_CRT_EXTERNS_H 1
  15828. | #define HAVE_LIBDL 1
  15829. | #define HAVE_DIRENT_H 1
  15830. | #define HAVE__BOOL 1
  15831. | #define HAVE_STDBOOL_H 1
  15832. | #define HAVE_SYS_WAIT_H 1
  15833. | #define HAVE_GRP_H 1
  15834. | #define HAVE_FCNTL_H 1
  15835. | #define HAVE_FLOAT_H 1
  15836. | #define HAVE_LANGINFO_H 1
  15837. | #define HAVE_LIMITS_H 1
  15838. | #define HAVE_LOCALE_H 1
  15839. | #define HAVE_MALLOC_MALLOC_H 1
  15840. | #define HAVE_PWD_H 1
  15841. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  15842. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  15843. | #define HAVE_STDALIGN_H 1
  15844. | #define HAVE_SYS_ATTR_H 1
  15845. | #define HAVE_SYS_FCNTL_H 1
  15846. | #define HAVE_SYS_FILE_H 1
  15847. | #define HAVE_SYS_IOCTL_H 1
  15848. | #define HAVE_SYS_PARAM_H 1
  15849. | #define HAVE_SYS_RESOURCE_H 1
  15850. | #define HAVE_SYS_SELECT_H 1
  15851. | #define HAVE_SYS_SOCKET_H 1
  15852. | #define HAVE_SYS_TIME_H 1
  15853. | #define HAVE_SYS_TIMES_H 1
  15854. | #define HAVE_SYS_UIO_H 1
  15855. | #define HAVE_TIME_H 1
  15856. | #define HAVE_UCONTEXT_H 1
  15857. | #define HAVE_UTIME_H 1
  15858. | #define HAVE_GMP_H 1
  15859. | #define HAVE_LIBGMP 1
  15860. | #define HAVE_TYPEOF 1
  15861. | #define HAVE_LONG_LONG 1
  15862. | #define HAVE_OFF_T 1
  15863. | #define SIZEOF_INT 4
  15864. | #define SIZEOF_SHORT 2
  15865. | #define SIZEOF_LONG 8
  15866. | #define SIZEOF_LONG_LONG 8
  15867. | #define SIZEOF___INT64 0
  15868. | #define SIZEOF___INT128 16
  15869. | #define SIZEOF_OFF_T 8
  15870. | #define SIZEOF_VOIDP 8
  15871. | #define SIZEOF_FLOAT 4
  15872. | #define SIZEOF_DOUBLE 8
  15873. | #define SIZEOF_TIME_T 8
  15874. | #define SIZEOF_CLOCK_T 8
  15875. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15876. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15877. | #define PRI_LL_PREFIX "ll"
  15878. | #define HAVE_PID_T 1
  15879. | #define rb_pid_t pid_t
  15880. | #define SIGNEDNESS_OF_PID_T -1
  15881. | #define PIDT2NUM(v) INT2NUM(v)
  15882. | #define NUM2PIDT(v) NUM2INT(v)
  15883. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15884. | #define HAVE_UID_T 1
  15885. | #define rb_uid_t uid_t
  15886. | #define SIGNEDNESS_OF_UID_T +1
  15887. | #define UIDT2NUM(v) UINT2NUM(v)
  15888. | #define NUM2UIDT(v) NUM2UINT(v)
  15889. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15890. | #define HAVE_GID_T 1
  15891. | #define rb_gid_t gid_t
  15892. | #define SIGNEDNESS_OF_GID_T +1
  15893. | #define GIDT2NUM(v) UINT2NUM(v)
  15894. | #define NUM2GIDT(v) NUM2UINT(v)
  15895. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15896. | #define HAVE_TIME_T 1
  15897. | #define rb_time_t time_t
  15898. | #define SIGNEDNESS_OF_TIME_T -1
  15899. | #define TIMET2NUM(v) LONG2NUM(v)
  15900. | #define NUM2TIMET(v) NUM2LONG(v)
  15901. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15902. | #define HAVE_DEV_T 1
  15903. | #define rb_dev_t dev_t
  15904. | #define SIGNEDNESS_OF_DEV_T -1
  15905. | #define DEVT2NUM(v) INT2NUM(v)
  15906. | #define NUM2DEVT(v) NUM2INT(v)
  15907. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15908. | #define HAVE_MODE_T 1
  15909. | #define rb_mode_t mode_t
  15910. | #define SIGNEDNESS_OF_MODE_T +1
  15911. | #define MODET2NUM(v) USHORT2NUM(v)
  15912. | #define NUM2MODET(v) NUM2USHORT(v)
  15913. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  15914. | #define HAVE_RLIM_T 1
  15915. | #define rb_rlim_t rlim_t
  15916. | #define SIGNEDNESS_OF_RLIM_T +1
  15917. | #define RLIM2NUM(v) ULL2NUM(v)
  15918. | #define NUM2RLIM(v) NUM2ULL(v)
  15919. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15920. | #define HAVE_OFF_T 1
  15921. | #define rb_off_t off_t
  15922. | #define SIGNEDNESS_OF_OFF_T -1
  15923. | #define OFFT2NUM(v) LL2NUM(v)
  15924. | #define NUM2OFFT(v) NUM2LL(v)
  15925. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15926. | #define HAVE_CLOCKID_T 1
  15927. | #define rb_clockid_t clockid_t
  15928. | #define SIGNEDNESS_OF_CLOCKID_T +1
  15929. | #define CLOCKID2NUM(v) UINT2NUM(v)
  15930. | #define NUM2CLOCKID(v) NUM2UINT(v)
  15931. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15932. | #define HAVE_PROTOTYPES 1
  15933. | #define TOKEN_PASTE(x,y) x##y
  15934. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15935. | #define HAVE_STDARG_PROTOTYPES 1
  15936. | #define HAVE_VA_ARGS_MACRO 1
  15937. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  15938. | #define RUBY_ALIGNOF alignof
  15939. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15940. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15941. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15942. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15943. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15944. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15945. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15946. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15947. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  15948. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  15949. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  15950. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15951. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15952. | #define WEAK(x) __attribute__ ((__weak__)) x
  15953. | #define HAVE_FUNC_WEAK 1
  15954. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15955. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15956. | #define HAVE_GCC_SYNC_BUILTINS 1
  15957. | #define UNREACHABLE __builtin_unreachable()
  15958. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15959. | #define RUBY_FUNCTION_NAME_STRING __func__
  15960. | #define ENUM_OVER_INT 1
  15961. | #define HAVE_DECL_SYS_NERR 1
  15962. | #define HAVE_DECL_GETENV 1
  15963. | #define SIZEOF_SIZE_T 8
  15964. | #define SIZEOF_PTRDIFF_T 8
  15965. | #define PRI_SIZE_PREFIX "z"
  15966. | #define PRI_PTRDIFF_PREFIX "t"
  15967. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15968. | #define HAVE_ST_BLKSIZE 1
  15969. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15970. | #define HAVE_ST_BLOCKS 1
  15971. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15972. | #define HAVE_ST_RDEV 1
  15973. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15974. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15975. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15976. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15977. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15978. | /* end confdefs.h. */
  15979. | #include <stdio.h>
  15980. | #ifdef HAVE_SYS_TYPES_H
  15981. | # include <sys/types.h>
  15982. | #endif
  15983. | #ifdef HAVE_SYS_STAT_H
  15984. | # include <sys/stat.h>
  15985. | #endif
  15986. | #ifdef STDC_HEADERS
  15987. | # include <stdlib.h>
  15988. | # include <stddef.h>
  15989. | #else
  15990. | # ifdef HAVE_STDLIB_H
  15991. | # include <stdlib.h>
  15992. | # endif
  15993. | #endif
  15994. | #ifdef HAVE_STRING_H
  15995. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15996. | # include <memory.h>
  15997. | # endif
  15998. | # include <string.h>
  15999. | #endif
  16000. | #ifdef HAVE_STRINGS_H
  16001. | # include <strings.h>
  16002. | #endif
  16003. | #ifdef HAVE_INTTYPES_H
  16004. | # include <inttypes.h>
  16005. | #endif
  16006. | #ifdef HAVE_STDINT_H
  16007. | # include <stdint.h>
  16008. | #endif
  16009. | #ifdef HAVE_UNISTD_H
  16010. | # include <unistd.h>
  16011. | #endif
  16012. | int
  16013. | main ()
  16014. | {
  16015. | static struct stat ac_aggr;
  16016. | if (ac_aggr.st_ctim)
  16017. | return 0;
  16018. | ;
  16019. | return 0;
  16020. | }
  16021. configure:19095: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16022. conftest.c:216:20: error: no member named 'st_ctim' in 'struct stat'
  16023. if (sizeof ac_aggr.st_ctim)
  16024. ~~~~~~~ ^
  16025. 1 error generated.
  16026. configure:19095: $? = 1
  16027. configure: failed program was:
  16028. | /* confdefs.h */
  16029. | #define PACKAGE_NAME ""
  16030. | #define PACKAGE_TARNAME ""
  16031. | #define PACKAGE_VERSION ""
  16032. | #define PACKAGE_STRING ""
  16033. | #define PACKAGE_BUGREPORT ""
  16034. | #define PACKAGE_URL ""
  16035. | #define STDC_HEADERS 1
  16036. | #define HAVE_SYS_TYPES_H 1
  16037. | #define HAVE_SYS_STAT_H 1
  16038. | #define HAVE_STDLIB_H 1
  16039. | #define HAVE_STRING_H 1
  16040. | #define HAVE_MEMORY_H 1
  16041. | #define HAVE_STRINGS_H 1
  16042. | #define HAVE_INTTYPES_H 1
  16043. | #define HAVE_STDINT_H 1
  16044. | #define HAVE_UNISTD_H 1
  16045. | #define __EXTENSIONS__ 1
  16046. | #define _ALL_SOURCE 1
  16047. | #define _GNU_SOURCE 1
  16048. | #define _POSIX_PTHREAD_SEMANTICS 1
  16049. | #define _TANDEM_SOURCE 1
  16050. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16051. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16052. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  16053. | #define BROKEN_CRYPT 1
  16054. | #define HAVE_CRT_EXTERNS_H 1
  16055. | #define HAVE_LIBDL 1
  16056. | #define HAVE_DIRENT_H 1
  16057. | #define HAVE__BOOL 1
  16058. | #define HAVE_STDBOOL_H 1
  16059. | #define HAVE_SYS_WAIT_H 1
  16060. | #define HAVE_GRP_H 1
  16061. | #define HAVE_FCNTL_H 1
  16062. | #define HAVE_FLOAT_H 1
  16063. | #define HAVE_LANGINFO_H 1
  16064. | #define HAVE_LIMITS_H 1
  16065. | #define HAVE_LOCALE_H 1
  16066. | #define HAVE_MALLOC_MALLOC_H 1
  16067. | #define HAVE_PWD_H 1
  16068. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  16069. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  16070. | #define HAVE_STDALIGN_H 1
  16071. | #define HAVE_SYS_ATTR_H 1
  16072. | #define HAVE_SYS_FCNTL_H 1
  16073. | #define HAVE_SYS_FILE_H 1
  16074. | #define HAVE_SYS_IOCTL_H 1
  16075. | #define HAVE_SYS_PARAM_H 1
  16076. | #define HAVE_SYS_RESOURCE_H 1
  16077. | #define HAVE_SYS_SELECT_H 1
  16078. | #define HAVE_SYS_SOCKET_H 1
  16079. | #define HAVE_SYS_TIME_H 1
  16080. | #define HAVE_SYS_TIMES_H 1
  16081. | #define HAVE_SYS_UIO_H 1
  16082. | #define HAVE_TIME_H 1
  16083. | #define HAVE_UCONTEXT_H 1
  16084. | #define HAVE_UTIME_H 1
  16085. | #define HAVE_GMP_H 1
  16086. | #define HAVE_LIBGMP 1
  16087. | #define HAVE_TYPEOF 1
  16088. | #define HAVE_LONG_LONG 1
  16089. | #define HAVE_OFF_T 1
  16090. | #define SIZEOF_INT 4
  16091. | #define SIZEOF_SHORT 2
  16092. | #define SIZEOF_LONG 8
  16093. | #define SIZEOF_LONG_LONG 8
  16094. | #define SIZEOF___INT64 0
  16095. | #define SIZEOF___INT128 16
  16096. | #define SIZEOF_OFF_T 8
  16097. | #define SIZEOF_VOIDP 8
  16098. | #define SIZEOF_FLOAT 4
  16099. | #define SIZEOF_DOUBLE 8
  16100. | #define SIZEOF_TIME_T 8
  16101. | #define SIZEOF_CLOCK_T 8
  16102. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16103. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16104. | #define PRI_LL_PREFIX "ll"
  16105. | #define HAVE_PID_T 1
  16106. | #define rb_pid_t pid_t
  16107. | #define SIGNEDNESS_OF_PID_T -1
  16108. | #define PIDT2NUM(v) INT2NUM(v)
  16109. | #define NUM2PIDT(v) NUM2INT(v)
  16110. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16111. | #define HAVE_UID_T 1
  16112. | #define rb_uid_t uid_t
  16113. | #define SIGNEDNESS_OF_UID_T +1
  16114. | #define UIDT2NUM(v) UINT2NUM(v)
  16115. | #define NUM2UIDT(v) NUM2UINT(v)
  16116. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16117. | #define HAVE_GID_T 1
  16118. | #define rb_gid_t gid_t
  16119. | #define SIGNEDNESS_OF_GID_T +1
  16120. | #define GIDT2NUM(v) UINT2NUM(v)
  16121. | #define NUM2GIDT(v) NUM2UINT(v)
  16122. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16123. | #define HAVE_TIME_T 1
  16124. | #define rb_time_t time_t
  16125. | #define SIGNEDNESS_OF_TIME_T -1
  16126. | #define TIMET2NUM(v) LONG2NUM(v)
  16127. | #define NUM2TIMET(v) NUM2LONG(v)
  16128. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16129. | #define HAVE_DEV_T 1
  16130. | #define rb_dev_t dev_t
  16131. | #define SIGNEDNESS_OF_DEV_T -1
  16132. | #define DEVT2NUM(v) INT2NUM(v)
  16133. | #define NUM2DEVT(v) NUM2INT(v)
  16134. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16135. | #define HAVE_MODE_T 1
  16136. | #define rb_mode_t mode_t
  16137. | #define SIGNEDNESS_OF_MODE_T +1
  16138. | #define MODET2NUM(v) USHORT2NUM(v)
  16139. | #define NUM2MODET(v) NUM2USHORT(v)
  16140. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  16141. | #define HAVE_RLIM_T 1
  16142. | #define rb_rlim_t rlim_t
  16143. | #define SIGNEDNESS_OF_RLIM_T +1
  16144. | #define RLIM2NUM(v) ULL2NUM(v)
  16145. | #define NUM2RLIM(v) NUM2ULL(v)
  16146. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16147. | #define HAVE_OFF_T 1
  16148. | #define rb_off_t off_t
  16149. | #define SIGNEDNESS_OF_OFF_T -1
  16150. | #define OFFT2NUM(v) LL2NUM(v)
  16151. | #define NUM2OFFT(v) NUM2LL(v)
  16152. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16153. | #define HAVE_CLOCKID_T 1
  16154. | #define rb_clockid_t clockid_t
  16155. | #define SIGNEDNESS_OF_CLOCKID_T +1
  16156. | #define CLOCKID2NUM(v) UINT2NUM(v)
  16157. | #define NUM2CLOCKID(v) NUM2UINT(v)
  16158. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16159. | #define HAVE_PROTOTYPES 1
  16160. | #define TOKEN_PASTE(x,y) x##y
  16161. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16162. | #define HAVE_STDARG_PROTOTYPES 1
  16163. | #define HAVE_VA_ARGS_MACRO 1
  16164. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  16165. | #define RUBY_ALIGNOF alignof
  16166. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16167. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16168. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16169. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16170. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16171. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16172. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16173. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16174. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  16175. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  16176. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  16177. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16178. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16179. | #define WEAK(x) __attribute__ ((__weak__)) x
  16180. | #define HAVE_FUNC_WEAK 1
  16181. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16182. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16183. | #define HAVE_GCC_SYNC_BUILTINS 1
  16184. | #define UNREACHABLE __builtin_unreachable()
  16185. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16186. | #define RUBY_FUNCTION_NAME_STRING __func__
  16187. | #define ENUM_OVER_INT 1
  16188. | #define HAVE_DECL_SYS_NERR 1
  16189. | #define HAVE_DECL_GETENV 1
  16190. | #define SIZEOF_SIZE_T 8
  16191. | #define SIZEOF_PTRDIFF_T 8
  16192. | #define PRI_SIZE_PREFIX "z"
  16193. | #define PRI_PTRDIFF_PREFIX "t"
  16194. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16195. | #define HAVE_ST_BLKSIZE 1
  16196. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16197. | #define HAVE_ST_BLOCKS 1
  16198. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16199. | #define HAVE_ST_RDEV 1
  16200. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16201. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16202. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16203. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16204. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16205. | /* end confdefs.h. */
  16206. | #include <stdio.h>
  16207. | #ifdef HAVE_SYS_TYPES_H
  16208. | # include <sys/types.h>
  16209. | #endif
  16210. | #ifdef HAVE_SYS_STAT_H
  16211. | # include <sys/stat.h>
  16212. | #endif
  16213. | #ifdef STDC_HEADERS
  16214. | # include <stdlib.h>
  16215. | # include <stddef.h>
  16216. | #else
  16217. | # ifdef HAVE_STDLIB_H
  16218. | # include <stdlib.h>
  16219. | # endif
  16220. | #endif
  16221. | #ifdef HAVE_STRING_H
  16222. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  16223. | # include <memory.h>
  16224. | # endif
  16225. | # include <string.h>
  16226. | #endif
  16227. | #ifdef HAVE_STRINGS_H
  16228. | # include <strings.h>
  16229. | #endif
  16230. | #ifdef HAVE_INTTYPES_H
  16231. | # include <inttypes.h>
  16232. | #endif
  16233. | #ifdef HAVE_STDINT_H
  16234. | # include <stdint.h>
  16235. | #endif
  16236. | #ifdef HAVE_UNISTD_H
  16237. | # include <unistd.h>
  16238. | #endif
  16239. | int
  16240. | main ()
  16241. | {
  16242. | static struct stat ac_aggr;
  16243. | if (sizeof ac_aggr.st_ctim)
  16244. | return 0;
  16245. | ;
  16246. | return 0;
  16247. | }
  16248. configure:19095: result: no
  16249. configure:19105: checking for struct stat.st_ctimespec
  16250. configure:19105: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16251. conftest.c:216:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  16252. if (ac_aggr.st_ctimespec)
  16253. ^ ~~~~~~~~~~~~~~~~~~~~
  16254. 1 error generated.
  16255. configure:19105: $? = 1
  16256. configure: failed program was:
  16257. | /* confdefs.h */
  16258. | #define PACKAGE_NAME ""
  16259. | #define PACKAGE_TARNAME ""
  16260. | #define PACKAGE_VERSION ""
  16261. | #define PACKAGE_STRING ""
  16262. | #define PACKAGE_BUGREPORT ""
  16263. | #define PACKAGE_URL ""
  16264. | #define STDC_HEADERS 1
  16265. | #define HAVE_SYS_TYPES_H 1
  16266. | #define HAVE_SYS_STAT_H 1
  16267. | #define HAVE_STDLIB_H 1
  16268. | #define HAVE_STRING_H 1
  16269. | #define HAVE_MEMORY_H 1
  16270. | #define HAVE_STRINGS_H 1
  16271. | #define HAVE_INTTYPES_H 1
  16272. | #define HAVE_STDINT_H 1
  16273. | #define HAVE_UNISTD_H 1
  16274. | #define __EXTENSIONS__ 1
  16275. | #define _ALL_SOURCE 1
  16276. | #define _GNU_SOURCE 1
  16277. | #define _POSIX_PTHREAD_SEMANTICS 1
  16278. | #define _TANDEM_SOURCE 1
  16279. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16280. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16281. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  16282. | #define BROKEN_CRYPT 1
  16283. | #define HAVE_CRT_EXTERNS_H 1
  16284. | #define HAVE_LIBDL 1
  16285. | #define HAVE_DIRENT_H 1
  16286. | #define HAVE__BOOL 1
  16287. | #define HAVE_STDBOOL_H 1
  16288. | #define HAVE_SYS_WAIT_H 1
  16289. | #define HAVE_GRP_H 1
  16290. | #define HAVE_FCNTL_H 1
  16291. | #define HAVE_FLOAT_H 1
  16292. | #define HAVE_LANGINFO_H 1
  16293. | #define HAVE_LIMITS_H 1
  16294. | #define HAVE_LOCALE_H 1
  16295. | #define HAVE_MALLOC_MALLOC_H 1
  16296. | #define HAVE_PWD_H 1
  16297. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  16298. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  16299. | #define HAVE_STDALIGN_H 1
  16300. | #define HAVE_SYS_ATTR_H 1
  16301. | #define HAVE_SYS_FCNTL_H 1
  16302. | #define HAVE_SYS_FILE_H 1
  16303. | #define HAVE_SYS_IOCTL_H 1
  16304. | #define HAVE_SYS_PARAM_H 1
  16305. | #define HAVE_SYS_RESOURCE_H 1
  16306. | #define HAVE_SYS_SELECT_H 1
  16307. | #define HAVE_SYS_SOCKET_H 1
  16308. | #define HAVE_SYS_TIME_H 1
  16309. | #define HAVE_SYS_TIMES_H 1
  16310. | #define HAVE_SYS_UIO_H 1
  16311. | #define HAVE_TIME_H 1
  16312. | #define HAVE_UCONTEXT_H 1
  16313. | #define HAVE_UTIME_H 1
  16314. | #define HAVE_GMP_H 1
  16315. | #define HAVE_LIBGMP 1
  16316. | #define HAVE_TYPEOF 1
  16317. | #define HAVE_LONG_LONG 1
  16318. | #define HAVE_OFF_T 1
  16319. | #define SIZEOF_INT 4
  16320. | #define SIZEOF_SHORT 2
  16321. | #define SIZEOF_LONG 8
  16322. | #define SIZEOF_LONG_LONG 8
  16323. | #define SIZEOF___INT64 0
  16324. | #define SIZEOF___INT128 16
  16325. | #define SIZEOF_OFF_T 8
  16326. | #define SIZEOF_VOIDP 8
  16327. | #define SIZEOF_FLOAT 4
  16328. | #define SIZEOF_DOUBLE 8
  16329. | #define SIZEOF_TIME_T 8
  16330. | #define SIZEOF_CLOCK_T 8
  16331. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16332. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16333. | #define PRI_LL_PREFIX "ll"
  16334. | #define HAVE_PID_T 1
  16335. | #define rb_pid_t pid_t
  16336. | #define SIGNEDNESS_OF_PID_T -1
  16337. | #define PIDT2NUM(v) INT2NUM(v)
  16338. | #define NUM2PIDT(v) NUM2INT(v)
  16339. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16340. | #define HAVE_UID_T 1
  16341. | #define rb_uid_t uid_t
  16342. | #define SIGNEDNESS_OF_UID_T +1
  16343. | #define UIDT2NUM(v) UINT2NUM(v)
  16344. | #define NUM2UIDT(v) NUM2UINT(v)
  16345. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16346. | #define HAVE_GID_T 1
  16347. | #define rb_gid_t gid_t
  16348. | #define SIGNEDNESS_OF_GID_T +1
  16349. | #define GIDT2NUM(v) UINT2NUM(v)
  16350. | #define NUM2GIDT(v) NUM2UINT(v)
  16351. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16352. | #define HAVE_TIME_T 1
  16353. | #define rb_time_t time_t
  16354. | #define SIGNEDNESS_OF_TIME_T -1
  16355. | #define TIMET2NUM(v) LONG2NUM(v)
  16356. | #define NUM2TIMET(v) NUM2LONG(v)
  16357. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16358. | #define HAVE_DEV_T 1
  16359. | #define rb_dev_t dev_t
  16360. | #define SIGNEDNESS_OF_DEV_T -1
  16361. | #define DEVT2NUM(v) INT2NUM(v)
  16362. | #define NUM2DEVT(v) NUM2INT(v)
  16363. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16364. | #define HAVE_MODE_T 1
  16365. | #define rb_mode_t mode_t
  16366. | #define SIGNEDNESS_OF_MODE_T +1
  16367. | #define MODET2NUM(v) USHORT2NUM(v)
  16368. | #define NUM2MODET(v) NUM2USHORT(v)
  16369. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  16370. | #define HAVE_RLIM_T 1
  16371. | #define rb_rlim_t rlim_t
  16372. | #define SIGNEDNESS_OF_RLIM_T +1
  16373. | #define RLIM2NUM(v) ULL2NUM(v)
  16374. | #define NUM2RLIM(v) NUM2ULL(v)
  16375. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16376. | #define HAVE_OFF_T 1
  16377. | #define rb_off_t off_t
  16378. | #define SIGNEDNESS_OF_OFF_T -1
  16379. | #define OFFT2NUM(v) LL2NUM(v)
  16380. | #define NUM2OFFT(v) NUM2LL(v)
  16381. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16382. | #define HAVE_CLOCKID_T 1
  16383. | #define rb_clockid_t clockid_t
  16384. | #define SIGNEDNESS_OF_CLOCKID_T +1
  16385. | #define CLOCKID2NUM(v) UINT2NUM(v)
  16386. | #define NUM2CLOCKID(v) NUM2UINT(v)
  16387. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16388. | #define HAVE_PROTOTYPES 1
  16389. | #define TOKEN_PASTE(x,y) x##y
  16390. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16391. | #define HAVE_STDARG_PROTOTYPES 1
  16392. | #define HAVE_VA_ARGS_MACRO 1
  16393. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  16394. | #define RUBY_ALIGNOF alignof
  16395. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16396. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16397. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16398. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16399. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16400. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16401. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16402. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16403. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  16404. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  16405. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  16406. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16407. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16408. | #define WEAK(x) __attribute__ ((__weak__)) x
  16409. | #define HAVE_FUNC_WEAK 1
  16410. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16411. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16412. | #define HAVE_GCC_SYNC_BUILTINS 1
  16413. | #define UNREACHABLE __builtin_unreachable()
  16414. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16415. | #define RUBY_FUNCTION_NAME_STRING __func__
  16416. | #define ENUM_OVER_INT 1
  16417. | #define HAVE_DECL_SYS_NERR 1
  16418. | #define HAVE_DECL_GETENV 1
  16419. | #define SIZEOF_SIZE_T 8
  16420. | #define SIZEOF_PTRDIFF_T 8
  16421. | #define PRI_SIZE_PREFIX "z"
  16422. | #define PRI_PTRDIFF_PREFIX "t"
  16423. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16424. | #define HAVE_ST_BLKSIZE 1
  16425. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16426. | #define HAVE_ST_BLOCKS 1
  16427. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16428. | #define HAVE_ST_RDEV 1
  16429. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16430. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16431. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16432. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16433. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16434. | /* end confdefs.h. */
  16435. | #include <stdio.h>
  16436. | #ifdef HAVE_SYS_TYPES_H
  16437. | # include <sys/types.h>
  16438. | #endif
  16439. | #ifdef HAVE_SYS_STAT_H
  16440. | # include <sys/stat.h>
  16441. | #endif
  16442. | #ifdef STDC_HEADERS
  16443. | # include <stdlib.h>
  16444. | # include <stddef.h>
  16445. | #else
  16446. | # ifdef HAVE_STDLIB_H
  16447. | # include <stdlib.h>
  16448. | # endif
  16449. | #endif
  16450. | #ifdef HAVE_STRING_H
  16451. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  16452. | # include <memory.h>
  16453. | # endif
  16454. | # include <string.h>
  16455. | #endif
  16456. | #ifdef HAVE_STRINGS_H
  16457. | # include <strings.h>
  16458. | #endif
  16459. | #ifdef HAVE_INTTYPES_H
  16460. | # include <inttypes.h>
  16461. | #endif
  16462. | #ifdef HAVE_STDINT_H
  16463. | # include <stdint.h>
  16464. | #endif
  16465. | #ifdef HAVE_UNISTD_H
  16466. | # include <unistd.h>
  16467. | #endif
  16468. | int
  16469. | main ()
  16470. | {
  16471. | static struct stat ac_aggr;
  16472. | if (ac_aggr.st_ctimespec)
  16473. | return 0;
  16474. | ;
  16475. | return 0;
  16476. | }
  16477. configure:19105: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16478. configure:19105: $? = 0
  16479. configure:19105: result: yes
  16480. configure:19115: checking for struct stat.st_ctimensec
  16481. configure:19115: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16482. conftest.c:217:13: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  16483. if (ac_aggr.st_ctimensec)
  16484. ^~~~~~~~~~~~
  16485. st_ctimespec
  16486. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  16487. struct stat __DARWIN_STRUCT_STAT64;
  16488. ^
  16489. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  16490. __DARWIN_STRUCT_STAT64_TIMES \
  16491. ^
  16492. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  16493. struct timespec st_ctimespec; /* time of last status change */ \
  16494. ^
  16495. conftest.c:217:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  16496. if (ac_aggr.st_ctimensec)
  16497. ^ ~~~~~~~~~~~~~~~~~~~~
  16498. 2 errors generated.
  16499. configure:19115: $? = 1
  16500. configure: failed program was:
  16501. | /* confdefs.h */
  16502. | #define PACKAGE_NAME ""
  16503. | #define PACKAGE_TARNAME ""
  16504. | #define PACKAGE_VERSION ""
  16505. | #define PACKAGE_STRING ""
  16506. | #define PACKAGE_BUGREPORT ""
  16507. | #define PACKAGE_URL ""
  16508. | #define STDC_HEADERS 1
  16509. | #define HAVE_SYS_TYPES_H 1
  16510. | #define HAVE_SYS_STAT_H 1
  16511. | #define HAVE_STDLIB_H 1
  16512. | #define HAVE_STRING_H 1
  16513. | #define HAVE_MEMORY_H 1
  16514. | #define HAVE_STRINGS_H 1
  16515. | #define HAVE_INTTYPES_H 1
  16516. | #define HAVE_STDINT_H 1
  16517. | #define HAVE_UNISTD_H 1
  16518. | #define __EXTENSIONS__ 1
  16519. | #define _ALL_SOURCE 1
  16520. | #define _GNU_SOURCE 1
  16521. | #define _POSIX_PTHREAD_SEMANTICS 1
  16522. | #define _TANDEM_SOURCE 1
  16523. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16524. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16525. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  16526. | #define BROKEN_CRYPT 1
  16527. | #define HAVE_CRT_EXTERNS_H 1
  16528. | #define HAVE_LIBDL 1
  16529. | #define HAVE_DIRENT_H 1
  16530. | #define HAVE__BOOL 1
  16531. | #define HAVE_STDBOOL_H 1
  16532. | #define HAVE_SYS_WAIT_H 1
  16533. | #define HAVE_GRP_H 1
  16534. | #define HAVE_FCNTL_H 1
  16535. | #define HAVE_FLOAT_H 1
  16536. | #define HAVE_LANGINFO_H 1
  16537. | #define HAVE_LIMITS_H 1
  16538. | #define HAVE_LOCALE_H 1
  16539. | #define HAVE_MALLOC_MALLOC_H 1
  16540. | #define HAVE_PWD_H 1
  16541. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  16542. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  16543. | #define HAVE_STDALIGN_H 1
  16544. | #define HAVE_SYS_ATTR_H 1
  16545. | #define HAVE_SYS_FCNTL_H 1
  16546. | #define HAVE_SYS_FILE_H 1
  16547. | #define HAVE_SYS_IOCTL_H 1
  16548. | #define HAVE_SYS_PARAM_H 1
  16549. | #define HAVE_SYS_RESOURCE_H 1
  16550. | #define HAVE_SYS_SELECT_H 1
  16551. | #define HAVE_SYS_SOCKET_H 1
  16552. | #define HAVE_SYS_TIME_H 1
  16553. | #define HAVE_SYS_TIMES_H 1
  16554. | #define HAVE_SYS_UIO_H 1
  16555. | #define HAVE_TIME_H 1
  16556. | #define HAVE_UCONTEXT_H 1
  16557. | #define HAVE_UTIME_H 1
  16558. | #define HAVE_GMP_H 1
  16559. | #define HAVE_LIBGMP 1
  16560. | #define HAVE_TYPEOF 1
  16561. | #define HAVE_LONG_LONG 1
  16562. | #define HAVE_OFF_T 1
  16563. | #define SIZEOF_INT 4
  16564. | #define SIZEOF_SHORT 2
  16565. | #define SIZEOF_LONG 8
  16566. | #define SIZEOF_LONG_LONG 8
  16567. | #define SIZEOF___INT64 0
  16568. | #define SIZEOF___INT128 16
  16569. | #define SIZEOF_OFF_T 8
  16570. | #define SIZEOF_VOIDP 8
  16571. | #define SIZEOF_FLOAT 4
  16572. | #define SIZEOF_DOUBLE 8
  16573. | #define SIZEOF_TIME_T 8
  16574. | #define SIZEOF_CLOCK_T 8
  16575. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16576. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16577. | #define PRI_LL_PREFIX "ll"
  16578. | #define HAVE_PID_T 1
  16579. | #define rb_pid_t pid_t
  16580. | #define SIGNEDNESS_OF_PID_T -1
  16581. | #define PIDT2NUM(v) INT2NUM(v)
  16582. | #define NUM2PIDT(v) NUM2INT(v)
  16583. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16584. | #define HAVE_UID_T 1
  16585. | #define rb_uid_t uid_t
  16586. | #define SIGNEDNESS_OF_UID_T +1
  16587. | #define UIDT2NUM(v) UINT2NUM(v)
  16588. | #define NUM2UIDT(v) NUM2UINT(v)
  16589. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16590. | #define HAVE_GID_T 1
  16591. | #define rb_gid_t gid_t
  16592. | #define SIGNEDNESS_OF_GID_T +1
  16593. | #define GIDT2NUM(v) UINT2NUM(v)
  16594. | #define NUM2GIDT(v) NUM2UINT(v)
  16595. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16596. | #define HAVE_TIME_T 1
  16597. | #define rb_time_t time_t
  16598. | #define SIGNEDNESS_OF_TIME_T -1
  16599. | #define TIMET2NUM(v) LONG2NUM(v)
  16600. | #define NUM2TIMET(v) NUM2LONG(v)
  16601. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16602. | #define HAVE_DEV_T 1
  16603. | #define rb_dev_t dev_t
  16604. | #define SIGNEDNESS_OF_DEV_T -1
  16605. | #define DEVT2NUM(v) INT2NUM(v)
  16606. | #define NUM2DEVT(v) NUM2INT(v)
  16607. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16608. | #define HAVE_MODE_T 1
  16609. | #define rb_mode_t mode_t
  16610. | #define SIGNEDNESS_OF_MODE_T +1
  16611. | #define MODET2NUM(v) USHORT2NUM(v)
  16612. | #define NUM2MODET(v) NUM2USHORT(v)
  16613. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  16614. | #define HAVE_RLIM_T 1
  16615. | #define rb_rlim_t rlim_t
  16616. | #define SIGNEDNESS_OF_RLIM_T +1
  16617. | #define RLIM2NUM(v) ULL2NUM(v)
  16618. | #define NUM2RLIM(v) NUM2ULL(v)
  16619. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16620. | #define HAVE_OFF_T 1
  16621. | #define rb_off_t off_t
  16622. | #define SIGNEDNESS_OF_OFF_T -1
  16623. | #define OFFT2NUM(v) LL2NUM(v)
  16624. | #define NUM2OFFT(v) NUM2LL(v)
  16625. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16626. | #define HAVE_CLOCKID_T 1
  16627. | #define rb_clockid_t clockid_t
  16628. | #define SIGNEDNESS_OF_CLOCKID_T +1
  16629. | #define CLOCKID2NUM(v) UINT2NUM(v)
  16630. | #define NUM2CLOCKID(v) NUM2UINT(v)
  16631. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16632. | #define HAVE_PROTOTYPES 1
  16633. | #define TOKEN_PASTE(x,y) x##y
  16634. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16635. | #define HAVE_STDARG_PROTOTYPES 1
  16636. | #define HAVE_VA_ARGS_MACRO 1
  16637. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  16638. | #define RUBY_ALIGNOF alignof
  16639. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16640. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16641. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16642. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16643. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16644. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16645. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16646. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16647. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  16648. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  16649. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  16650. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16651. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16652. | #define WEAK(x) __attribute__ ((__weak__)) x
  16653. | #define HAVE_FUNC_WEAK 1
  16654. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16655. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16656. | #define HAVE_GCC_SYNC_BUILTINS 1
  16657. | #define UNREACHABLE __builtin_unreachable()
  16658. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16659. | #define RUBY_FUNCTION_NAME_STRING __func__
  16660. | #define ENUM_OVER_INT 1
  16661. | #define HAVE_DECL_SYS_NERR 1
  16662. | #define HAVE_DECL_GETENV 1
  16663. | #define SIZEOF_SIZE_T 8
  16664. | #define SIZEOF_PTRDIFF_T 8
  16665. | #define PRI_SIZE_PREFIX "z"
  16666. | #define PRI_PTRDIFF_PREFIX "t"
  16667. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16668. | #define HAVE_ST_BLKSIZE 1
  16669. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16670. | #define HAVE_ST_BLOCKS 1
  16671. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16672. | #define HAVE_ST_RDEV 1
  16673. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16674. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16675. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16676. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16677. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16678. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16679. | /* end confdefs.h. */
  16680. | #include <stdio.h>
  16681. | #ifdef HAVE_SYS_TYPES_H
  16682. | # include <sys/types.h>
  16683. | #endif
  16684. | #ifdef HAVE_SYS_STAT_H
  16685. | # include <sys/stat.h>
  16686. | #endif
  16687. | #ifdef STDC_HEADERS
  16688. | # include <stdlib.h>
  16689. | # include <stddef.h>
  16690. | #else
  16691. | # ifdef HAVE_STDLIB_H
  16692. | # include <stdlib.h>
  16693. | # endif
  16694. | #endif
  16695. | #ifdef HAVE_STRING_H
  16696. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  16697. | # include <memory.h>
  16698. | # endif
  16699. | # include <string.h>
  16700. | #endif
  16701. | #ifdef HAVE_STRINGS_H
  16702. | # include <strings.h>
  16703. | #endif
  16704. | #ifdef HAVE_INTTYPES_H
  16705. | # include <inttypes.h>
  16706. | #endif
  16707. | #ifdef HAVE_STDINT_H
  16708. | # include <stdint.h>
  16709. | #endif
  16710. | #ifdef HAVE_UNISTD_H
  16711. | # include <unistd.h>
  16712. | #endif
  16713. | int
  16714. | main ()
  16715. | {
  16716. | static struct stat ac_aggr;
  16717. | if (ac_aggr.st_ctimensec)
  16718. | return 0;
  16719. | ;
  16720. | return 0;
  16721. | }
  16722. configure:19115: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16723. conftest.c:217:20: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  16724. if (sizeof ac_aggr.st_ctimensec)
  16725. ^~~~~~~~~~~~
  16726. st_ctimespec
  16727. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  16728. struct stat __DARWIN_STRUCT_STAT64;
  16729. ^
  16730. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  16731. __DARWIN_STRUCT_STAT64_TIMES \
  16732. ^
  16733. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  16734. struct timespec st_ctimespec; /* time of last status change */ \
  16735. ^
  16736. 1 error generated.
  16737. configure:19115: $? = 1
  16738. configure: failed program was:
  16739. | /* confdefs.h */
  16740. | #define PACKAGE_NAME ""
  16741. | #define PACKAGE_TARNAME ""
  16742. | #define PACKAGE_VERSION ""
  16743. | #define PACKAGE_STRING ""
  16744. | #define PACKAGE_BUGREPORT ""
  16745. | #define PACKAGE_URL ""
  16746. | #define STDC_HEADERS 1
  16747. | #define HAVE_SYS_TYPES_H 1
  16748. | #define HAVE_SYS_STAT_H 1
  16749. | #define HAVE_STDLIB_H 1
  16750. | #define HAVE_STRING_H 1
  16751. | #define HAVE_MEMORY_H 1
  16752. | #define HAVE_STRINGS_H 1
  16753. | #define HAVE_INTTYPES_H 1
  16754. | #define HAVE_STDINT_H 1
  16755. | #define HAVE_UNISTD_H 1
  16756. | #define __EXTENSIONS__ 1
  16757. | #define _ALL_SOURCE 1
  16758. | #define _GNU_SOURCE 1
  16759. | #define _POSIX_PTHREAD_SEMANTICS 1
  16760. | #define _TANDEM_SOURCE 1
  16761. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16762. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16763. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  16764. | #define BROKEN_CRYPT 1
  16765. | #define HAVE_CRT_EXTERNS_H 1
  16766. | #define HAVE_LIBDL 1
  16767. | #define HAVE_DIRENT_H 1
  16768. | #define HAVE__BOOL 1
  16769. | #define HAVE_STDBOOL_H 1
  16770. | #define HAVE_SYS_WAIT_H 1
  16771. | #define HAVE_GRP_H 1
  16772. | #define HAVE_FCNTL_H 1
  16773. | #define HAVE_FLOAT_H 1
  16774. | #define HAVE_LANGINFO_H 1
  16775. | #define HAVE_LIMITS_H 1
  16776. | #define HAVE_LOCALE_H 1
  16777. | #define HAVE_MALLOC_MALLOC_H 1
  16778. | #define HAVE_PWD_H 1
  16779. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  16780. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  16781. | #define HAVE_STDALIGN_H 1
  16782. | #define HAVE_SYS_ATTR_H 1
  16783. | #define HAVE_SYS_FCNTL_H 1
  16784. | #define HAVE_SYS_FILE_H 1
  16785. | #define HAVE_SYS_IOCTL_H 1
  16786. | #define HAVE_SYS_PARAM_H 1
  16787. | #define HAVE_SYS_RESOURCE_H 1
  16788. | #define HAVE_SYS_SELECT_H 1
  16789. | #define HAVE_SYS_SOCKET_H 1
  16790. | #define HAVE_SYS_TIME_H 1
  16791. | #define HAVE_SYS_TIMES_H 1
  16792. | #define HAVE_SYS_UIO_H 1
  16793. | #define HAVE_TIME_H 1
  16794. | #define HAVE_UCONTEXT_H 1
  16795. | #define HAVE_UTIME_H 1
  16796. | #define HAVE_GMP_H 1
  16797. | #define HAVE_LIBGMP 1
  16798. | #define HAVE_TYPEOF 1
  16799. | #define HAVE_LONG_LONG 1
  16800. | #define HAVE_OFF_T 1
  16801. | #define SIZEOF_INT 4
  16802. | #define SIZEOF_SHORT 2
  16803. | #define SIZEOF_LONG 8
  16804. | #define SIZEOF_LONG_LONG 8
  16805. | #define SIZEOF___INT64 0
  16806. | #define SIZEOF___INT128 16
  16807. | #define SIZEOF_OFF_T 8
  16808. | #define SIZEOF_VOIDP 8
  16809. | #define SIZEOF_FLOAT 4
  16810. | #define SIZEOF_DOUBLE 8
  16811. | #define SIZEOF_TIME_T 8
  16812. | #define SIZEOF_CLOCK_T 8
  16813. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16814. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16815. | #define PRI_LL_PREFIX "ll"
  16816. | #define HAVE_PID_T 1
  16817. | #define rb_pid_t pid_t
  16818. | #define SIGNEDNESS_OF_PID_T -1
  16819. | #define PIDT2NUM(v) INT2NUM(v)
  16820. | #define NUM2PIDT(v) NUM2INT(v)
  16821. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16822. | #define HAVE_UID_T 1
  16823. | #define rb_uid_t uid_t
  16824. | #define SIGNEDNESS_OF_UID_T +1
  16825. | #define UIDT2NUM(v) UINT2NUM(v)
  16826. | #define NUM2UIDT(v) NUM2UINT(v)
  16827. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16828. | #define HAVE_GID_T 1
  16829. | #define rb_gid_t gid_t
  16830. | #define SIGNEDNESS_OF_GID_T +1
  16831. | #define GIDT2NUM(v) UINT2NUM(v)
  16832. | #define NUM2GIDT(v) NUM2UINT(v)
  16833. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16834. | #define HAVE_TIME_T 1
  16835. | #define rb_time_t time_t
  16836. | #define SIGNEDNESS_OF_TIME_T -1
  16837. | #define TIMET2NUM(v) LONG2NUM(v)
  16838. | #define NUM2TIMET(v) NUM2LONG(v)
  16839. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16840. | #define HAVE_DEV_T 1
  16841. | #define rb_dev_t dev_t
  16842. | #define SIGNEDNESS_OF_DEV_T -1
  16843. | #define DEVT2NUM(v) INT2NUM(v)
  16844. | #define NUM2DEVT(v) NUM2INT(v)
  16845. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16846. | #define HAVE_MODE_T 1
  16847. | #define rb_mode_t mode_t
  16848. | #define SIGNEDNESS_OF_MODE_T +1
  16849. | #define MODET2NUM(v) USHORT2NUM(v)
  16850. | #define NUM2MODET(v) NUM2USHORT(v)
  16851. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  16852. | #define HAVE_RLIM_T 1
  16853. | #define rb_rlim_t rlim_t
  16854. | #define SIGNEDNESS_OF_RLIM_T +1
  16855. | #define RLIM2NUM(v) ULL2NUM(v)
  16856. | #define NUM2RLIM(v) NUM2ULL(v)
  16857. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16858. | #define HAVE_OFF_T 1
  16859. | #define rb_off_t off_t
  16860. | #define SIGNEDNESS_OF_OFF_T -1
  16861. | #define OFFT2NUM(v) LL2NUM(v)
  16862. | #define NUM2OFFT(v) NUM2LL(v)
  16863. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16864. | #define HAVE_CLOCKID_T 1
  16865. | #define rb_clockid_t clockid_t
  16866. | #define SIGNEDNESS_OF_CLOCKID_T +1
  16867. | #define CLOCKID2NUM(v) UINT2NUM(v)
  16868. | #define NUM2CLOCKID(v) NUM2UINT(v)
  16869. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16870. | #define HAVE_PROTOTYPES 1
  16871. | #define TOKEN_PASTE(x,y) x##y
  16872. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16873. | #define HAVE_STDARG_PROTOTYPES 1
  16874. | #define HAVE_VA_ARGS_MACRO 1
  16875. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  16876. | #define RUBY_ALIGNOF alignof
  16877. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16878. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16879. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16880. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16881. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16882. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16883. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16884. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16885. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  16886. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  16887. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  16888. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16889. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16890. | #define WEAK(x) __attribute__ ((__weak__)) x
  16891. | #define HAVE_FUNC_WEAK 1
  16892. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16893. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16894. | #define HAVE_GCC_SYNC_BUILTINS 1
  16895. | #define UNREACHABLE __builtin_unreachable()
  16896. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16897. | #define RUBY_FUNCTION_NAME_STRING __func__
  16898. | #define ENUM_OVER_INT 1
  16899. | #define HAVE_DECL_SYS_NERR 1
  16900. | #define HAVE_DECL_GETENV 1
  16901. | #define SIZEOF_SIZE_T 8
  16902. | #define SIZEOF_PTRDIFF_T 8
  16903. | #define PRI_SIZE_PREFIX "z"
  16904. | #define PRI_PTRDIFF_PREFIX "t"
  16905. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16906. | #define HAVE_ST_BLKSIZE 1
  16907. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16908. | #define HAVE_ST_BLOCKS 1
  16909. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16910. | #define HAVE_ST_RDEV 1
  16911. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16912. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16913. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16914. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16915. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16916. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16917. | /* end confdefs.h. */
  16918. | #include <stdio.h>
  16919. | #ifdef HAVE_SYS_TYPES_H
  16920. | # include <sys/types.h>
  16921. | #endif
  16922. | #ifdef HAVE_SYS_STAT_H
  16923. | # include <sys/stat.h>
  16924. | #endif
  16925. | #ifdef STDC_HEADERS
  16926. | # include <stdlib.h>
  16927. | # include <stddef.h>
  16928. | #else
  16929. | # ifdef HAVE_STDLIB_H
  16930. | # include <stdlib.h>
  16931. | # endif
  16932. | #endif
  16933. | #ifdef HAVE_STRING_H
  16934. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  16935. | # include <memory.h>
  16936. | # endif
  16937. | # include <string.h>
  16938. | #endif
  16939. | #ifdef HAVE_STRINGS_H
  16940. | # include <strings.h>
  16941. | #endif
  16942. | #ifdef HAVE_INTTYPES_H
  16943. | # include <inttypes.h>
  16944. | #endif
  16945. | #ifdef HAVE_STDINT_H
  16946. | # include <stdint.h>
  16947. | #endif
  16948. | #ifdef HAVE_UNISTD_H
  16949. | # include <unistd.h>
  16950. | #endif
  16951. | int
  16952. | main ()
  16953. | {
  16954. | static struct stat ac_aggr;
  16955. | if (sizeof ac_aggr.st_ctimensec)
  16956. | return 0;
  16957. | ;
  16958. | return 0;
  16959. | }
  16960. configure:19115: result: no
  16961. configure:19125: checking for struct stat.st_birthtimespec
  16962. configure:19125: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16963. conftest.c:217:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  16964. if (ac_aggr.st_birthtimespec)
  16965. ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  16966. 1 error generated.
  16967. configure:19125: $? = 1
  16968. configure: failed program was:
  16969. | /* confdefs.h */
  16970. | #define PACKAGE_NAME ""
  16971. | #define PACKAGE_TARNAME ""
  16972. | #define PACKAGE_VERSION ""
  16973. | #define PACKAGE_STRING ""
  16974. | #define PACKAGE_BUGREPORT ""
  16975. | #define PACKAGE_URL ""
  16976. | #define STDC_HEADERS 1
  16977. | #define HAVE_SYS_TYPES_H 1
  16978. | #define HAVE_SYS_STAT_H 1
  16979. | #define HAVE_STDLIB_H 1
  16980. | #define HAVE_STRING_H 1
  16981. | #define HAVE_MEMORY_H 1
  16982. | #define HAVE_STRINGS_H 1
  16983. | #define HAVE_INTTYPES_H 1
  16984. | #define HAVE_STDINT_H 1
  16985. | #define HAVE_UNISTD_H 1
  16986. | #define __EXTENSIONS__ 1
  16987. | #define _ALL_SOURCE 1
  16988. | #define _GNU_SOURCE 1
  16989. | #define _POSIX_PTHREAD_SEMANTICS 1
  16990. | #define _TANDEM_SOURCE 1
  16991. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16992. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16993. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  16994. | #define BROKEN_CRYPT 1
  16995. | #define HAVE_CRT_EXTERNS_H 1
  16996. | #define HAVE_LIBDL 1
  16997. | #define HAVE_DIRENT_H 1
  16998. | #define HAVE__BOOL 1
  16999. | #define HAVE_STDBOOL_H 1
  17000. | #define HAVE_SYS_WAIT_H 1
  17001. | #define HAVE_GRP_H 1
  17002. | #define HAVE_FCNTL_H 1
  17003. | #define HAVE_FLOAT_H 1
  17004. | #define HAVE_LANGINFO_H 1
  17005. | #define HAVE_LIMITS_H 1
  17006. | #define HAVE_LOCALE_H 1
  17007. | #define HAVE_MALLOC_MALLOC_H 1
  17008. | #define HAVE_PWD_H 1
  17009. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  17010. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  17011. | #define HAVE_STDALIGN_H 1
  17012. | #define HAVE_SYS_ATTR_H 1
  17013. | #define HAVE_SYS_FCNTL_H 1
  17014. | #define HAVE_SYS_FILE_H 1
  17015. | #define HAVE_SYS_IOCTL_H 1
  17016. | #define HAVE_SYS_PARAM_H 1
  17017. | #define HAVE_SYS_RESOURCE_H 1
  17018. | #define HAVE_SYS_SELECT_H 1
  17019. | #define HAVE_SYS_SOCKET_H 1
  17020. | #define HAVE_SYS_TIME_H 1
  17021. | #define HAVE_SYS_TIMES_H 1
  17022. | #define HAVE_SYS_UIO_H 1
  17023. | #define HAVE_TIME_H 1
  17024. | #define HAVE_UCONTEXT_H 1
  17025. | #define HAVE_UTIME_H 1
  17026. | #define HAVE_GMP_H 1
  17027. | #define HAVE_LIBGMP 1
  17028. | #define HAVE_TYPEOF 1
  17029. | #define HAVE_LONG_LONG 1
  17030. | #define HAVE_OFF_T 1
  17031. | #define SIZEOF_INT 4
  17032. | #define SIZEOF_SHORT 2
  17033. | #define SIZEOF_LONG 8
  17034. | #define SIZEOF_LONG_LONG 8
  17035. | #define SIZEOF___INT64 0
  17036. | #define SIZEOF___INT128 16
  17037. | #define SIZEOF_OFF_T 8
  17038. | #define SIZEOF_VOIDP 8
  17039. | #define SIZEOF_FLOAT 4
  17040. | #define SIZEOF_DOUBLE 8
  17041. | #define SIZEOF_TIME_T 8
  17042. | #define SIZEOF_CLOCK_T 8
  17043. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17044. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17045. | #define PRI_LL_PREFIX "ll"
  17046. | #define HAVE_PID_T 1
  17047. | #define rb_pid_t pid_t
  17048. | #define SIGNEDNESS_OF_PID_T -1
  17049. | #define PIDT2NUM(v) INT2NUM(v)
  17050. | #define NUM2PIDT(v) NUM2INT(v)
  17051. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17052. | #define HAVE_UID_T 1
  17053. | #define rb_uid_t uid_t
  17054. | #define SIGNEDNESS_OF_UID_T +1
  17055. | #define UIDT2NUM(v) UINT2NUM(v)
  17056. | #define NUM2UIDT(v) NUM2UINT(v)
  17057. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17058. | #define HAVE_GID_T 1
  17059. | #define rb_gid_t gid_t
  17060. | #define SIGNEDNESS_OF_GID_T +1
  17061. | #define GIDT2NUM(v) UINT2NUM(v)
  17062. | #define NUM2GIDT(v) NUM2UINT(v)
  17063. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17064. | #define HAVE_TIME_T 1
  17065. | #define rb_time_t time_t
  17066. | #define SIGNEDNESS_OF_TIME_T -1
  17067. | #define TIMET2NUM(v) LONG2NUM(v)
  17068. | #define NUM2TIMET(v) NUM2LONG(v)
  17069. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17070. | #define HAVE_DEV_T 1
  17071. | #define rb_dev_t dev_t
  17072. | #define SIGNEDNESS_OF_DEV_T -1
  17073. | #define DEVT2NUM(v) INT2NUM(v)
  17074. | #define NUM2DEVT(v) NUM2INT(v)
  17075. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17076. | #define HAVE_MODE_T 1
  17077. | #define rb_mode_t mode_t
  17078. | #define SIGNEDNESS_OF_MODE_T +1
  17079. | #define MODET2NUM(v) USHORT2NUM(v)
  17080. | #define NUM2MODET(v) NUM2USHORT(v)
  17081. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  17082. | #define HAVE_RLIM_T 1
  17083. | #define rb_rlim_t rlim_t
  17084. | #define SIGNEDNESS_OF_RLIM_T +1
  17085. | #define RLIM2NUM(v) ULL2NUM(v)
  17086. | #define NUM2RLIM(v) NUM2ULL(v)
  17087. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17088. | #define HAVE_OFF_T 1
  17089. | #define rb_off_t off_t
  17090. | #define SIGNEDNESS_OF_OFF_T -1
  17091. | #define OFFT2NUM(v) LL2NUM(v)
  17092. | #define NUM2OFFT(v) NUM2LL(v)
  17093. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17094. | #define HAVE_CLOCKID_T 1
  17095. | #define rb_clockid_t clockid_t
  17096. | #define SIGNEDNESS_OF_CLOCKID_T +1
  17097. | #define CLOCKID2NUM(v) UINT2NUM(v)
  17098. | #define NUM2CLOCKID(v) NUM2UINT(v)
  17099. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17100. | #define HAVE_PROTOTYPES 1
  17101. | #define TOKEN_PASTE(x,y) x##y
  17102. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17103. | #define HAVE_STDARG_PROTOTYPES 1
  17104. | #define HAVE_VA_ARGS_MACRO 1
  17105. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  17106. | #define RUBY_ALIGNOF alignof
  17107. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17108. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17109. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17110. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17111. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17112. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17113. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17114. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17115. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  17116. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  17117. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  17118. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17119. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17120. | #define WEAK(x) __attribute__ ((__weak__)) x
  17121. | #define HAVE_FUNC_WEAK 1
  17122. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17123. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17124. | #define HAVE_GCC_SYNC_BUILTINS 1
  17125. | #define UNREACHABLE __builtin_unreachable()
  17126. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17127. | #define RUBY_FUNCTION_NAME_STRING __func__
  17128. | #define ENUM_OVER_INT 1
  17129. | #define HAVE_DECL_SYS_NERR 1
  17130. | #define HAVE_DECL_GETENV 1
  17131. | #define SIZEOF_SIZE_T 8
  17132. | #define SIZEOF_PTRDIFF_T 8
  17133. | #define PRI_SIZE_PREFIX "z"
  17134. | #define PRI_PTRDIFF_PREFIX "t"
  17135. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17136. | #define HAVE_ST_BLKSIZE 1
  17137. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17138. | #define HAVE_ST_BLOCKS 1
  17139. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17140. | #define HAVE_ST_RDEV 1
  17141. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17142. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17143. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17144. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17145. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17146. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17147. | /* end confdefs.h. */
  17148. | #include <stdio.h>
  17149. | #ifdef HAVE_SYS_TYPES_H
  17150. | # include <sys/types.h>
  17151. | #endif
  17152. | #ifdef HAVE_SYS_STAT_H
  17153. | # include <sys/stat.h>
  17154. | #endif
  17155. | #ifdef STDC_HEADERS
  17156. | # include <stdlib.h>
  17157. | # include <stddef.h>
  17158. | #else
  17159. | # ifdef HAVE_STDLIB_H
  17160. | # include <stdlib.h>
  17161. | # endif
  17162. | #endif
  17163. | #ifdef HAVE_STRING_H
  17164. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17165. | # include <memory.h>
  17166. | # endif
  17167. | # include <string.h>
  17168. | #endif
  17169. | #ifdef HAVE_STRINGS_H
  17170. | # include <strings.h>
  17171. | #endif
  17172. | #ifdef HAVE_INTTYPES_H
  17173. | # include <inttypes.h>
  17174. | #endif
  17175. | #ifdef HAVE_STDINT_H
  17176. | # include <stdint.h>
  17177. | #endif
  17178. | #ifdef HAVE_UNISTD_H
  17179. | # include <unistd.h>
  17180. | #endif
  17181. | int
  17182. | main ()
  17183. | {
  17184. | static struct stat ac_aggr;
  17185. | if (ac_aggr.st_birthtimespec)
  17186. | return 0;
  17187. | ;
  17188. | return 0;
  17189. | }
  17190. configure:19125: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17191. configure:19125: $? = 0
  17192. configure:19125: result: yes
  17193. configure:19136: checking for struct timeval
  17194. configure:19136: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17195. configure:19136: $? = 0
  17196. configure:19136: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17197. conftest.c:191:29: error: expected expression
  17198. if (sizeof ((struct timeval)))
  17199. ^
  17200. 1 error generated.
  17201. configure:19136: $? = 1
  17202. configure: failed program was:
  17203. | /* confdefs.h */
  17204. | #define PACKAGE_NAME ""
  17205. | #define PACKAGE_TARNAME ""
  17206. | #define PACKAGE_VERSION ""
  17207. | #define PACKAGE_STRING ""
  17208. | #define PACKAGE_BUGREPORT ""
  17209. | #define PACKAGE_URL ""
  17210. | #define STDC_HEADERS 1
  17211. | #define HAVE_SYS_TYPES_H 1
  17212. | #define HAVE_SYS_STAT_H 1
  17213. | #define HAVE_STDLIB_H 1
  17214. | #define HAVE_STRING_H 1
  17215. | #define HAVE_MEMORY_H 1
  17216. | #define HAVE_STRINGS_H 1
  17217. | #define HAVE_INTTYPES_H 1
  17218. | #define HAVE_STDINT_H 1
  17219. | #define HAVE_UNISTD_H 1
  17220. | #define __EXTENSIONS__ 1
  17221. | #define _ALL_SOURCE 1
  17222. | #define _GNU_SOURCE 1
  17223. | #define _POSIX_PTHREAD_SEMANTICS 1
  17224. | #define _TANDEM_SOURCE 1
  17225. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17226. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17227. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  17228. | #define BROKEN_CRYPT 1
  17229. | #define HAVE_CRT_EXTERNS_H 1
  17230. | #define HAVE_LIBDL 1
  17231. | #define HAVE_DIRENT_H 1
  17232. | #define HAVE__BOOL 1
  17233. | #define HAVE_STDBOOL_H 1
  17234. | #define HAVE_SYS_WAIT_H 1
  17235. | #define HAVE_GRP_H 1
  17236. | #define HAVE_FCNTL_H 1
  17237. | #define HAVE_FLOAT_H 1
  17238. | #define HAVE_LANGINFO_H 1
  17239. | #define HAVE_LIMITS_H 1
  17240. | #define HAVE_LOCALE_H 1
  17241. | #define HAVE_MALLOC_MALLOC_H 1
  17242. | #define HAVE_PWD_H 1
  17243. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  17244. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  17245. | #define HAVE_STDALIGN_H 1
  17246. | #define HAVE_SYS_ATTR_H 1
  17247. | #define HAVE_SYS_FCNTL_H 1
  17248. | #define HAVE_SYS_FILE_H 1
  17249. | #define HAVE_SYS_IOCTL_H 1
  17250. | #define HAVE_SYS_PARAM_H 1
  17251. | #define HAVE_SYS_RESOURCE_H 1
  17252. | #define HAVE_SYS_SELECT_H 1
  17253. | #define HAVE_SYS_SOCKET_H 1
  17254. | #define HAVE_SYS_TIME_H 1
  17255. | #define HAVE_SYS_TIMES_H 1
  17256. | #define HAVE_SYS_UIO_H 1
  17257. | #define HAVE_TIME_H 1
  17258. | #define HAVE_UCONTEXT_H 1
  17259. | #define HAVE_UTIME_H 1
  17260. | #define HAVE_GMP_H 1
  17261. | #define HAVE_LIBGMP 1
  17262. | #define HAVE_TYPEOF 1
  17263. | #define HAVE_LONG_LONG 1
  17264. | #define HAVE_OFF_T 1
  17265. | #define SIZEOF_INT 4
  17266. | #define SIZEOF_SHORT 2
  17267. | #define SIZEOF_LONG 8
  17268. | #define SIZEOF_LONG_LONG 8
  17269. | #define SIZEOF___INT64 0
  17270. | #define SIZEOF___INT128 16
  17271. | #define SIZEOF_OFF_T 8
  17272. | #define SIZEOF_VOIDP 8
  17273. | #define SIZEOF_FLOAT 4
  17274. | #define SIZEOF_DOUBLE 8
  17275. | #define SIZEOF_TIME_T 8
  17276. | #define SIZEOF_CLOCK_T 8
  17277. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17278. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17279. | #define PRI_LL_PREFIX "ll"
  17280. | #define HAVE_PID_T 1
  17281. | #define rb_pid_t pid_t
  17282. | #define SIGNEDNESS_OF_PID_T -1
  17283. | #define PIDT2NUM(v) INT2NUM(v)
  17284. | #define NUM2PIDT(v) NUM2INT(v)
  17285. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17286. | #define HAVE_UID_T 1
  17287. | #define rb_uid_t uid_t
  17288. | #define SIGNEDNESS_OF_UID_T +1
  17289. | #define UIDT2NUM(v) UINT2NUM(v)
  17290. | #define NUM2UIDT(v) NUM2UINT(v)
  17291. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17292. | #define HAVE_GID_T 1
  17293. | #define rb_gid_t gid_t
  17294. | #define SIGNEDNESS_OF_GID_T +1
  17295. | #define GIDT2NUM(v) UINT2NUM(v)
  17296. | #define NUM2GIDT(v) NUM2UINT(v)
  17297. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17298. | #define HAVE_TIME_T 1
  17299. | #define rb_time_t time_t
  17300. | #define SIGNEDNESS_OF_TIME_T -1
  17301. | #define TIMET2NUM(v) LONG2NUM(v)
  17302. | #define NUM2TIMET(v) NUM2LONG(v)
  17303. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17304. | #define HAVE_DEV_T 1
  17305. | #define rb_dev_t dev_t
  17306. | #define SIGNEDNESS_OF_DEV_T -1
  17307. | #define DEVT2NUM(v) INT2NUM(v)
  17308. | #define NUM2DEVT(v) NUM2INT(v)
  17309. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17310. | #define HAVE_MODE_T 1
  17311. | #define rb_mode_t mode_t
  17312. | #define SIGNEDNESS_OF_MODE_T +1
  17313. | #define MODET2NUM(v) USHORT2NUM(v)
  17314. | #define NUM2MODET(v) NUM2USHORT(v)
  17315. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  17316. | #define HAVE_RLIM_T 1
  17317. | #define rb_rlim_t rlim_t
  17318. | #define SIGNEDNESS_OF_RLIM_T +1
  17319. | #define RLIM2NUM(v) ULL2NUM(v)
  17320. | #define NUM2RLIM(v) NUM2ULL(v)
  17321. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17322. | #define HAVE_OFF_T 1
  17323. | #define rb_off_t off_t
  17324. | #define SIGNEDNESS_OF_OFF_T -1
  17325. | #define OFFT2NUM(v) LL2NUM(v)
  17326. | #define NUM2OFFT(v) NUM2LL(v)
  17327. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17328. | #define HAVE_CLOCKID_T 1
  17329. | #define rb_clockid_t clockid_t
  17330. | #define SIGNEDNESS_OF_CLOCKID_T +1
  17331. | #define CLOCKID2NUM(v) UINT2NUM(v)
  17332. | #define NUM2CLOCKID(v) NUM2UINT(v)
  17333. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17334. | #define HAVE_PROTOTYPES 1
  17335. | #define TOKEN_PASTE(x,y) x##y
  17336. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17337. | #define HAVE_STDARG_PROTOTYPES 1
  17338. | #define HAVE_VA_ARGS_MACRO 1
  17339. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  17340. | #define RUBY_ALIGNOF alignof
  17341. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17342. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17343. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17344. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17345. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17346. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17347. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17348. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17349. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  17350. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  17351. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  17352. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17353. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17354. | #define WEAK(x) __attribute__ ((__weak__)) x
  17355. | #define HAVE_FUNC_WEAK 1
  17356. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17357. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17358. | #define HAVE_GCC_SYNC_BUILTINS 1
  17359. | #define UNREACHABLE __builtin_unreachable()
  17360. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17361. | #define RUBY_FUNCTION_NAME_STRING __func__
  17362. | #define ENUM_OVER_INT 1
  17363. | #define HAVE_DECL_SYS_NERR 1
  17364. | #define HAVE_DECL_GETENV 1
  17365. | #define SIZEOF_SIZE_T 8
  17366. | #define SIZEOF_PTRDIFF_T 8
  17367. | #define PRI_SIZE_PREFIX "z"
  17368. | #define PRI_PTRDIFF_PREFIX "t"
  17369. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17370. | #define HAVE_ST_BLKSIZE 1
  17371. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17372. | #define HAVE_ST_BLOCKS 1
  17373. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17374. | #define HAVE_ST_RDEV 1
  17375. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17376. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17377. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17378. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17379. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17380. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17381. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17382. | /* end confdefs.h. */
  17383. | #ifdef HAVE_TIME_H
  17384. | #include <time.h>
  17385. | #endif
  17386. | #ifdef HAVE_SYS_TIME_H
  17387. | #include <sys/time.h>
  17388. | #endif
  17389. |
  17390. | int
  17391. | main ()
  17392. | {
  17393. | if (sizeof ((struct timeval)))
  17394. | return 0;
  17395. | ;
  17396. | return 0;
  17397. | }
  17398. configure:19136: result: yes
  17399. configure:19157: checking size of struct timeval.tv_sec
  17400. configure:19192: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17401. configure:19192: $? = 0
  17402. configure:19234: result: SIZEOF_TIME_T
  17403. configure:19286: checking for struct timespec
  17404. configure:19286: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17405. configure:19286: $? = 0
  17406. configure:19286: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17407. conftest.c:193:30: error: expected expression
  17408. if (sizeof ((struct timespec)))
  17409. ^
  17410. 1 error generated.
  17411. configure:19286: $? = 1
  17412. configure: failed program was:
  17413. | /* confdefs.h */
  17414. | #define PACKAGE_NAME ""
  17415. | #define PACKAGE_TARNAME ""
  17416. | #define PACKAGE_VERSION ""
  17417. | #define PACKAGE_STRING ""
  17418. | #define PACKAGE_BUGREPORT ""
  17419. | #define PACKAGE_URL ""
  17420. | #define STDC_HEADERS 1
  17421. | #define HAVE_SYS_TYPES_H 1
  17422. | #define HAVE_SYS_STAT_H 1
  17423. | #define HAVE_STDLIB_H 1
  17424. | #define HAVE_STRING_H 1
  17425. | #define HAVE_MEMORY_H 1
  17426. | #define HAVE_STRINGS_H 1
  17427. | #define HAVE_INTTYPES_H 1
  17428. | #define HAVE_STDINT_H 1
  17429. | #define HAVE_UNISTD_H 1
  17430. | #define __EXTENSIONS__ 1
  17431. | #define _ALL_SOURCE 1
  17432. | #define _GNU_SOURCE 1
  17433. | #define _POSIX_PTHREAD_SEMANTICS 1
  17434. | #define _TANDEM_SOURCE 1
  17435. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17436. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17437. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  17438. | #define BROKEN_CRYPT 1
  17439. | #define HAVE_CRT_EXTERNS_H 1
  17440. | #define HAVE_LIBDL 1
  17441. | #define HAVE_DIRENT_H 1
  17442. | #define HAVE__BOOL 1
  17443. | #define HAVE_STDBOOL_H 1
  17444. | #define HAVE_SYS_WAIT_H 1
  17445. | #define HAVE_GRP_H 1
  17446. | #define HAVE_FCNTL_H 1
  17447. | #define HAVE_FLOAT_H 1
  17448. | #define HAVE_LANGINFO_H 1
  17449. | #define HAVE_LIMITS_H 1
  17450. | #define HAVE_LOCALE_H 1
  17451. | #define HAVE_MALLOC_MALLOC_H 1
  17452. | #define HAVE_PWD_H 1
  17453. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  17454. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  17455. | #define HAVE_STDALIGN_H 1
  17456. | #define HAVE_SYS_ATTR_H 1
  17457. | #define HAVE_SYS_FCNTL_H 1
  17458. | #define HAVE_SYS_FILE_H 1
  17459. | #define HAVE_SYS_IOCTL_H 1
  17460. | #define HAVE_SYS_PARAM_H 1
  17461. | #define HAVE_SYS_RESOURCE_H 1
  17462. | #define HAVE_SYS_SELECT_H 1
  17463. | #define HAVE_SYS_SOCKET_H 1
  17464. | #define HAVE_SYS_TIME_H 1
  17465. | #define HAVE_SYS_TIMES_H 1
  17466. | #define HAVE_SYS_UIO_H 1
  17467. | #define HAVE_TIME_H 1
  17468. | #define HAVE_UCONTEXT_H 1
  17469. | #define HAVE_UTIME_H 1
  17470. | #define HAVE_GMP_H 1
  17471. | #define HAVE_LIBGMP 1
  17472. | #define HAVE_TYPEOF 1
  17473. | #define HAVE_LONG_LONG 1
  17474. | #define HAVE_OFF_T 1
  17475. | #define SIZEOF_INT 4
  17476. | #define SIZEOF_SHORT 2
  17477. | #define SIZEOF_LONG 8
  17478. | #define SIZEOF_LONG_LONG 8
  17479. | #define SIZEOF___INT64 0
  17480. | #define SIZEOF___INT128 16
  17481. | #define SIZEOF_OFF_T 8
  17482. | #define SIZEOF_VOIDP 8
  17483. | #define SIZEOF_FLOAT 4
  17484. | #define SIZEOF_DOUBLE 8
  17485. | #define SIZEOF_TIME_T 8
  17486. | #define SIZEOF_CLOCK_T 8
  17487. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17488. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17489. | #define PRI_LL_PREFIX "ll"
  17490. | #define HAVE_PID_T 1
  17491. | #define rb_pid_t pid_t
  17492. | #define SIGNEDNESS_OF_PID_T -1
  17493. | #define PIDT2NUM(v) INT2NUM(v)
  17494. | #define NUM2PIDT(v) NUM2INT(v)
  17495. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17496. | #define HAVE_UID_T 1
  17497. | #define rb_uid_t uid_t
  17498. | #define SIGNEDNESS_OF_UID_T +1
  17499. | #define UIDT2NUM(v) UINT2NUM(v)
  17500. | #define NUM2UIDT(v) NUM2UINT(v)
  17501. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17502. | #define HAVE_GID_T 1
  17503. | #define rb_gid_t gid_t
  17504. | #define SIGNEDNESS_OF_GID_T +1
  17505. | #define GIDT2NUM(v) UINT2NUM(v)
  17506. | #define NUM2GIDT(v) NUM2UINT(v)
  17507. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17508. | #define HAVE_TIME_T 1
  17509. | #define rb_time_t time_t
  17510. | #define SIGNEDNESS_OF_TIME_T -1
  17511. | #define TIMET2NUM(v) LONG2NUM(v)
  17512. | #define NUM2TIMET(v) NUM2LONG(v)
  17513. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17514. | #define HAVE_DEV_T 1
  17515. | #define rb_dev_t dev_t
  17516. | #define SIGNEDNESS_OF_DEV_T -1
  17517. | #define DEVT2NUM(v) INT2NUM(v)
  17518. | #define NUM2DEVT(v) NUM2INT(v)
  17519. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17520. | #define HAVE_MODE_T 1
  17521. | #define rb_mode_t mode_t
  17522. | #define SIGNEDNESS_OF_MODE_T +1
  17523. | #define MODET2NUM(v) USHORT2NUM(v)
  17524. | #define NUM2MODET(v) NUM2USHORT(v)
  17525. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  17526. | #define HAVE_RLIM_T 1
  17527. | #define rb_rlim_t rlim_t
  17528. | #define SIGNEDNESS_OF_RLIM_T +1
  17529. | #define RLIM2NUM(v) ULL2NUM(v)
  17530. | #define NUM2RLIM(v) NUM2ULL(v)
  17531. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17532. | #define HAVE_OFF_T 1
  17533. | #define rb_off_t off_t
  17534. | #define SIGNEDNESS_OF_OFF_T -1
  17535. | #define OFFT2NUM(v) LL2NUM(v)
  17536. | #define NUM2OFFT(v) NUM2LL(v)
  17537. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17538. | #define HAVE_CLOCKID_T 1
  17539. | #define rb_clockid_t clockid_t
  17540. | #define SIGNEDNESS_OF_CLOCKID_T +1
  17541. | #define CLOCKID2NUM(v) UINT2NUM(v)
  17542. | #define NUM2CLOCKID(v) NUM2UINT(v)
  17543. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17544. | #define HAVE_PROTOTYPES 1
  17545. | #define TOKEN_PASTE(x,y) x##y
  17546. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17547. | #define HAVE_STDARG_PROTOTYPES 1
  17548. | #define HAVE_VA_ARGS_MACRO 1
  17549. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  17550. | #define RUBY_ALIGNOF alignof
  17551. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17552. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17553. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17554. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17555. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17556. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17557. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17558. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17559. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  17560. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  17561. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  17562. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17563. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17564. | #define WEAK(x) __attribute__ ((__weak__)) x
  17565. | #define HAVE_FUNC_WEAK 1
  17566. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17567. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17568. | #define HAVE_GCC_SYNC_BUILTINS 1
  17569. | #define UNREACHABLE __builtin_unreachable()
  17570. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17571. | #define RUBY_FUNCTION_NAME_STRING __func__
  17572. | #define ENUM_OVER_INT 1
  17573. | #define HAVE_DECL_SYS_NERR 1
  17574. | #define HAVE_DECL_GETENV 1
  17575. | #define SIZEOF_SIZE_T 8
  17576. | #define SIZEOF_PTRDIFF_T 8
  17577. | #define PRI_SIZE_PREFIX "z"
  17578. | #define PRI_PTRDIFF_PREFIX "t"
  17579. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17580. | #define HAVE_ST_BLKSIZE 1
  17581. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17582. | #define HAVE_ST_BLOCKS 1
  17583. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17584. | #define HAVE_ST_RDEV 1
  17585. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17586. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17587. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17588. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17589. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17590. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17591. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17592. | #define HAVE_STRUCT_TIMEVAL 1
  17593. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17594. | /* end confdefs.h. */
  17595. | #ifdef HAVE_TIME_H
  17596. | #include <time.h>
  17597. | #endif
  17598. | #ifdef HAVE_SYS_TIME_H
  17599. | #include <sys/time.h>
  17600. | #endif
  17601. |
  17602. | int
  17603. | main ()
  17604. | {
  17605. | if (sizeof ((struct timespec)))
  17606. | return 0;
  17607. | ;
  17608. | return 0;
  17609. | }
  17610. configure:19286: result: yes
  17611. configure:19303: checking for struct timezone
  17612. configure:19303: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17613. configure:19303: $? = 0
  17614. configure:19303: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17615. conftest.c:194:30: error: expected expression
  17616. if (sizeof ((struct timezone)))
  17617. ^
  17618. 1 error generated.
  17619. configure:19303: $? = 1
  17620. configure: failed program was:
  17621. | /* confdefs.h */
  17622. | #define PACKAGE_NAME ""
  17623. | #define PACKAGE_TARNAME ""
  17624. | #define PACKAGE_VERSION ""
  17625. | #define PACKAGE_STRING ""
  17626. | #define PACKAGE_BUGREPORT ""
  17627. | #define PACKAGE_URL ""
  17628. | #define STDC_HEADERS 1
  17629. | #define HAVE_SYS_TYPES_H 1
  17630. | #define HAVE_SYS_STAT_H 1
  17631. | #define HAVE_STDLIB_H 1
  17632. | #define HAVE_STRING_H 1
  17633. | #define HAVE_MEMORY_H 1
  17634. | #define HAVE_STRINGS_H 1
  17635. | #define HAVE_INTTYPES_H 1
  17636. | #define HAVE_STDINT_H 1
  17637. | #define HAVE_UNISTD_H 1
  17638. | #define __EXTENSIONS__ 1
  17639. | #define _ALL_SOURCE 1
  17640. | #define _GNU_SOURCE 1
  17641. | #define _POSIX_PTHREAD_SEMANTICS 1
  17642. | #define _TANDEM_SOURCE 1
  17643. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17644. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17645. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  17646. | #define BROKEN_CRYPT 1
  17647. | #define HAVE_CRT_EXTERNS_H 1
  17648. | #define HAVE_LIBDL 1
  17649. | #define HAVE_DIRENT_H 1
  17650. | #define HAVE__BOOL 1
  17651. | #define HAVE_STDBOOL_H 1
  17652. | #define HAVE_SYS_WAIT_H 1
  17653. | #define HAVE_GRP_H 1
  17654. | #define HAVE_FCNTL_H 1
  17655. | #define HAVE_FLOAT_H 1
  17656. | #define HAVE_LANGINFO_H 1
  17657. | #define HAVE_LIMITS_H 1
  17658. | #define HAVE_LOCALE_H 1
  17659. | #define HAVE_MALLOC_MALLOC_H 1
  17660. | #define HAVE_PWD_H 1
  17661. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  17662. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  17663. | #define HAVE_STDALIGN_H 1
  17664. | #define HAVE_SYS_ATTR_H 1
  17665. | #define HAVE_SYS_FCNTL_H 1
  17666. | #define HAVE_SYS_FILE_H 1
  17667. | #define HAVE_SYS_IOCTL_H 1
  17668. | #define HAVE_SYS_PARAM_H 1
  17669. | #define HAVE_SYS_RESOURCE_H 1
  17670. | #define HAVE_SYS_SELECT_H 1
  17671. | #define HAVE_SYS_SOCKET_H 1
  17672. | #define HAVE_SYS_TIME_H 1
  17673. | #define HAVE_SYS_TIMES_H 1
  17674. | #define HAVE_SYS_UIO_H 1
  17675. | #define HAVE_TIME_H 1
  17676. | #define HAVE_UCONTEXT_H 1
  17677. | #define HAVE_UTIME_H 1
  17678. | #define HAVE_GMP_H 1
  17679. | #define HAVE_LIBGMP 1
  17680. | #define HAVE_TYPEOF 1
  17681. | #define HAVE_LONG_LONG 1
  17682. | #define HAVE_OFF_T 1
  17683. | #define SIZEOF_INT 4
  17684. | #define SIZEOF_SHORT 2
  17685. | #define SIZEOF_LONG 8
  17686. | #define SIZEOF_LONG_LONG 8
  17687. | #define SIZEOF___INT64 0
  17688. | #define SIZEOF___INT128 16
  17689. | #define SIZEOF_OFF_T 8
  17690. | #define SIZEOF_VOIDP 8
  17691. | #define SIZEOF_FLOAT 4
  17692. | #define SIZEOF_DOUBLE 8
  17693. | #define SIZEOF_TIME_T 8
  17694. | #define SIZEOF_CLOCK_T 8
  17695. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17696. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17697. | #define PRI_LL_PREFIX "ll"
  17698. | #define HAVE_PID_T 1
  17699. | #define rb_pid_t pid_t
  17700. | #define SIGNEDNESS_OF_PID_T -1
  17701. | #define PIDT2NUM(v) INT2NUM(v)
  17702. | #define NUM2PIDT(v) NUM2INT(v)
  17703. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17704. | #define HAVE_UID_T 1
  17705. | #define rb_uid_t uid_t
  17706. | #define SIGNEDNESS_OF_UID_T +1
  17707. | #define UIDT2NUM(v) UINT2NUM(v)
  17708. | #define NUM2UIDT(v) NUM2UINT(v)
  17709. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17710. | #define HAVE_GID_T 1
  17711. | #define rb_gid_t gid_t
  17712. | #define SIGNEDNESS_OF_GID_T +1
  17713. | #define GIDT2NUM(v) UINT2NUM(v)
  17714. | #define NUM2GIDT(v) NUM2UINT(v)
  17715. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17716. | #define HAVE_TIME_T 1
  17717. | #define rb_time_t time_t
  17718. | #define SIGNEDNESS_OF_TIME_T -1
  17719. | #define TIMET2NUM(v) LONG2NUM(v)
  17720. | #define NUM2TIMET(v) NUM2LONG(v)
  17721. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17722. | #define HAVE_DEV_T 1
  17723. | #define rb_dev_t dev_t
  17724. | #define SIGNEDNESS_OF_DEV_T -1
  17725. | #define DEVT2NUM(v) INT2NUM(v)
  17726. | #define NUM2DEVT(v) NUM2INT(v)
  17727. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17728. | #define HAVE_MODE_T 1
  17729. | #define rb_mode_t mode_t
  17730. | #define SIGNEDNESS_OF_MODE_T +1
  17731. | #define MODET2NUM(v) USHORT2NUM(v)
  17732. | #define NUM2MODET(v) NUM2USHORT(v)
  17733. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  17734. | #define HAVE_RLIM_T 1
  17735. | #define rb_rlim_t rlim_t
  17736. | #define SIGNEDNESS_OF_RLIM_T +1
  17737. | #define RLIM2NUM(v) ULL2NUM(v)
  17738. | #define NUM2RLIM(v) NUM2ULL(v)
  17739. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17740. | #define HAVE_OFF_T 1
  17741. | #define rb_off_t off_t
  17742. | #define SIGNEDNESS_OF_OFF_T -1
  17743. | #define OFFT2NUM(v) LL2NUM(v)
  17744. | #define NUM2OFFT(v) NUM2LL(v)
  17745. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17746. | #define HAVE_CLOCKID_T 1
  17747. | #define rb_clockid_t clockid_t
  17748. | #define SIGNEDNESS_OF_CLOCKID_T +1
  17749. | #define CLOCKID2NUM(v) UINT2NUM(v)
  17750. | #define NUM2CLOCKID(v) NUM2UINT(v)
  17751. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17752. | #define HAVE_PROTOTYPES 1
  17753. | #define TOKEN_PASTE(x,y) x##y
  17754. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17755. | #define HAVE_STDARG_PROTOTYPES 1
  17756. | #define HAVE_VA_ARGS_MACRO 1
  17757. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  17758. | #define RUBY_ALIGNOF alignof
  17759. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17760. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17761. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17762. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17763. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17764. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17765. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17766. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17767. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  17768. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  17769. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  17770. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17771. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17772. | #define WEAK(x) __attribute__ ((__weak__)) x
  17773. | #define HAVE_FUNC_WEAK 1
  17774. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17775. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17776. | #define HAVE_GCC_SYNC_BUILTINS 1
  17777. | #define UNREACHABLE __builtin_unreachable()
  17778. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17779. | #define RUBY_FUNCTION_NAME_STRING __func__
  17780. | #define ENUM_OVER_INT 1
  17781. | #define HAVE_DECL_SYS_NERR 1
  17782. | #define HAVE_DECL_GETENV 1
  17783. | #define SIZEOF_SIZE_T 8
  17784. | #define SIZEOF_PTRDIFF_T 8
  17785. | #define PRI_SIZE_PREFIX "z"
  17786. | #define PRI_PTRDIFF_PREFIX "t"
  17787. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17788. | #define HAVE_ST_BLKSIZE 1
  17789. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17790. | #define HAVE_ST_BLOCKS 1
  17791. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17792. | #define HAVE_ST_RDEV 1
  17793. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17794. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17795. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17796. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17797. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17798. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17799. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17800. | #define HAVE_STRUCT_TIMEVAL 1
  17801. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17802. | #define HAVE_STRUCT_TIMESPEC 1
  17803. | /* end confdefs.h. */
  17804. | #ifdef HAVE_TIME_H
  17805. | # include <time.h>
  17806. | #endif
  17807. | #ifdef HAVE_SYS_TIME_H
  17808. | # include <sys/time.h>
  17809. | #endif
  17810. |
  17811. | int
  17812. | main ()
  17813. | {
  17814. | if (sizeof ((struct timezone)))
  17815. | return 0;
  17816. | ;
  17817. | return 0;
  17818. | }
  17819. configure:19303: result: yes
  17820. configure:19323: checking for fd_mask
  17821. configure:19323: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17822. configure:19323: $? = 0
  17823. configure:19323: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17824. conftest.c:225:22: error: expected expression
  17825. if (sizeof ((fd_mask)))
  17826. ^
  17827. 1 error generated.
  17828. configure:19323: $? = 1
  17829. configure: failed program was:
  17830. | /* confdefs.h */
  17831. | #define PACKAGE_NAME ""
  17832. | #define PACKAGE_TARNAME ""
  17833. | #define PACKAGE_VERSION ""
  17834. | #define PACKAGE_STRING ""
  17835. | #define PACKAGE_BUGREPORT ""
  17836. | #define PACKAGE_URL ""
  17837. | #define STDC_HEADERS 1
  17838. | #define HAVE_SYS_TYPES_H 1
  17839. | #define HAVE_SYS_STAT_H 1
  17840. | #define HAVE_STDLIB_H 1
  17841. | #define HAVE_STRING_H 1
  17842. | #define HAVE_MEMORY_H 1
  17843. | #define HAVE_STRINGS_H 1
  17844. | #define HAVE_INTTYPES_H 1
  17845. | #define HAVE_STDINT_H 1
  17846. | #define HAVE_UNISTD_H 1
  17847. | #define __EXTENSIONS__ 1
  17848. | #define _ALL_SOURCE 1
  17849. | #define _GNU_SOURCE 1
  17850. | #define _POSIX_PTHREAD_SEMANTICS 1
  17851. | #define _TANDEM_SOURCE 1
  17852. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17853. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17854. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  17855. | #define BROKEN_CRYPT 1
  17856. | #define HAVE_CRT_EXTERNS_H 1
  17857. | #define HAVE_LIBDL 1
  17858. | #define HAVE_DIRENT_H 1
  17859. | #define HAVE__BOOL 1
  17860. | #define HAVE_STDBOOL_H 1
  17861. | #define HAVE_SYS_WAIT_H 1
  17862. | #define HAVE_GRP_H 1
  17863. | #define HAVE_FCNTL_H 1
  17864. | #define HAVE_FLOAT_H 1
  17865. | #define HAVE_LANGINFO_H 1
  17866. | #define HAVE_LIMITS_H 1
  17867. | #define HAVE_LOCALE_H 1
  17868. | #define HAVE_MALLOC_MALLOC_H 1
  17869. | #define HAVE_PWD_H 1
  17870. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  17871. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  17872. | #define HAVE_STDALIGN_H 1
  17873. | #define HAVE_SYS_ATTR_H 1
  17874. | #define HAVE_SYS_FCNTL_H 1
  17875. | #define HAVE_SYS_FILE_H 1
  17876. | #define HAVE_SYS_IOCTL_H 1
  17877. | #define HAVE_SYS_PARAM_H 1
  17878. | #define HAVE_SYS_RESOURCE_H 1
  17879. | #define HAVE_SYS_SELECT_H 1
  17880. | #define HAVE_SYS_SOCKET_H 1
  17881. | #define HAVE_SYS_TIME_H 1
  17882. | #define HAVE_SYS_TIMES_H 1
  17883. | #define HAVE_SYS_UIO_H 1
  17884. | #define HAVE_TIME_H 1
  17885. | #define HAVE_UCONTEXT_H 1
  17886. | #define HAVE_UTIME_H 1
  17887. | #define HAVE_GMP_H 1
  17888. | #define HAVE_LIBGMP 1
  17889. | #define HAVE_TYPEOF 1
  17890. | #define HAVE_LONG_LONG 1
  17891. | #define HAVE_OFF_T 1
  17892. | #define SIZEOF_INT 4
  17893. | #define SIZEOF_SHORT 2
  17894. | #define SIZEOF_LONG 8
  17895. | #define SIZEOF_LONG_LONG 8
  17896. | #define SIZEOF___INT64 0
  17897. | #define SIZEOF___INT128 16
  17898. | #define SIZEOF_OFF_T 8
  17899. | #define SIZEOF_VOIDP 8
  17900. | #define SIZEOF_FLOAT 4
  17901. | #define SIZEOF_DOUBLE 8
  17902. | #define SIZEOF_TIME_T 8
  17903. | #define SIZEOF_CLOCK_T 8
  17904. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17905. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17906. | #define PRI_LL_PREFIX "ll"
  17907. | #define HAVE_PID_T 1
  17908. | #define rb_pid_t pid_t
  17909. | #define SIGNEDNESS_OF_PID_T -1
  17910. | #define PIDT2NUM(v) INT2NUM(v)
  17911. | #define NUM2PIDT(v) NUM2INT(v)
  17912. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17913. | #define HAVE_UID_T 1
  17914. | #define rb_uid_t uid_t
  17915. | #define SIGNEDNESS_OF_UID_T +1
  17916. | #define UIDT2NUM(v) UINT2NUM(v)
  17917. | #define NUM2UIDT(v) NUM2UINT(v)
  17918. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17919. | #define HAVE_GID_T 1
  17920. | #define rb_gid_t gid_t
  17921. | #define SIGNEDNESS_OF_GID_T +1
  17922. | #define GIDT2NUM(v) UINT2NUM(v)
  17923. | #define NUM2GIDT(v) NUM2UINT(v)
  17924. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17925. | #define HAVE_TIME_T 1
  17926. | #define rb_time_t time_t
  17927. | #define SIGNEDNESS_OF_TIME_T -1
  17928. | #define TIMET2NUM(v) LONG2NUM(v)
  17929. | #define NUM2TIMET(v) NUM2LONG(v)
  17930. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17931. | #define HAVE_DEV_T 1
  17932. | #define rb_dev_t dev_t
  17933. | #define SIGNEDNESS_OF_DEV_T -1
  17934. | #define DEVT2NUM(v) INT2NUM(v)
  17935. | #define NUM2DEVT(v) NUM2INT(v)
  17936. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17937. | #define HAVE_MODE_T 1
  17938. | #define rb_mode_t mode_t
  17939. | #define SIGNEDNESS_OF_MODE_T +1
  17940. | #define MODET2NUM(v) USHORT2NUM(v)
  17941. | #define NUM2MODET(v) NUM2USHORT(v)
  17942. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  17943. | #define HAVE_RLIM_T 1
  17944. | #define rb_rlim_t rlim_t
  17945. | #define SIGNEDNESS_OF_RLIM_T +1
  17946. | #define RLIM2NUM(v) ULL2NUM(v)
  17947. | #define NUM2RLIM(v) NUM2ULL(v)
  17948. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17949. | #define HAVE_OFF_T 1
  17950. | #define rb_off_t off_t
  17951. | #define SIGNEDNESS_OF_OFF_T -1
  17952. | #define OFFT2NUM(v) LL2NUM(v)
  17953. | #define NUM2OFFT(v) NUM2LL(v)
  17954. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17955. | #define HAVE_CLOCKID_T 1
  17956. | #define rb_clockid_t clockid_t
  17957. | #define SIGNEDNESS_OF_CLOCKID_T +1
  17958. | #define CLOCKID2NUM(v) UINT2NUM(v)
  17959. | #define NUM2CLOCKID(v) NUM2UINT(v)
  17960. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17961. | #define HAVE_PROTOTYPES 1
  17962. | #define TOKEN_PASTE(x,y) x##y
  17963. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17964. | #define HAVE_STDARG_PROTOTYPES 1
  17965. | #define HAVE_VA_ARGS_MACRO 1
  17966. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  17967. | #define RUBY_ALIGNOF alignof
  17968. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17969. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17970. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17971. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17972. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17973. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17974. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17975. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17976. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  17977. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  17978. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  17979. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17980. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17981. | #define WEAK(x) __attribute__ ((__weak__)) x
  17982. | #define HAVE_FUNC_WEAK 1
  17983. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17984. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17985. | #define HAVE_GCC_SYNC_BUILTINS 1
  17986. | #define UNREACHABLE __builtin_unreachable()
  17987. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17988. | #define RUBY_FUNCTION_NAME_STRING __func__
  17989. | #define ENUM_OVER_INT 1
  17990. | #define HAVE_DECL_SYS_NERR 1
  17991. | #define HAVE_DECL_GETENV 1
  17992. | #define SIZEOF_SIZE_T 8
  17993. | #define SIZEOF_PTRDIFF_T 8
  17994. | #define PRI_SIZE_PREFIX "z"
  17995. | #define PRI_PTRDIFF_PREFIX "t"
  17996. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17997. | #define HAVE_ST_BLKSIZE 1
  17998. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17999. | #define HAVE_ST_BLOCKS 1
  18000. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18001. | #define HAVE_ST_RDEV 1
  18002. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18003. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18004. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18005. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18006. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18007. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18008. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18009. | #define HAVE_STRUCT_TIMEVAL 1
  18010. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18011. | #define HAVE_STRUCT_TIMESPEC 1
  18012. | #define HAVE_STRUCT_TIMEZONE 1
  18013. | /* end confdefs.h. */
  18014. | #include <stdio.h>
  18015. | #ifdef HAVE_SYS_TYPES_H
  18016. | # include <sys/types.h>
  18017. | #endif
  18018. | #ifdef HAVE_SYS_STAT_H
  18019. | # include <sys/stat.h>
  18020. | #endif
  18021. | #ifdef STDC_HEADERS
  18022. | # include <stdlib.h>
  18023. | # include <stddef.h>
  18024. | #else
  18025. | # ifdef HAVE_STDLIB_H
  18026. | # include <stdlib.h>
  18027. | # endif
  18028. | #endif
  18029. | #ifdef HAVE_STRING_H
  18030. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18031. | # include <memory.h>
  18032. | # endif
  18033. | # include <string.h>
  18034. | #endif
  18035. | #ifdef HAVE_STRINGS_H
  18036. | # include <strings.h>
  18037. | #endif
  18038. | #ifdef HAVE_INTTYPES_H
  18039. | # include <inttypes.h>
  18040. | #endif
  18041. | #ifdef HAVE_STDINT_H
  18042. | # include <stdint.h>
  18043. | #endif
  18044. | #ifdef HAVE_UNISTD_H
  18045. | # include <unistd.h>
  18046. | #endif
  18047. | #ifdef HAVE_SYS_SELECT_H
  18048. | # include <sys/select.h>
  18049. | #endif
  18050. |
  18051. | int
  18052. | main ()
  18053. | {
  18054. | if (sizeof ((fd_mask)))
  18055. | return 0;
  18056. | ;
  18057. | return 0;
  18058. | }
  18059. configure:19323: result: yes
  18060. configure:19343: checking for int8_t
  18061. configure:19360: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18062. configure:19360: $? = 0
  18063. configure:19384: result: yes
  18064. configure:19413: checking size of int8_t
  18065. configure:19418: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18066. configure:19418: $? = 0
  18067. configure:19418: ./conftest
  18068. configure:19418: $? = 0
  18069. configure:19433: result: 1
  18070. configure:19460: checking for uint8_t
  18071. configure:19477: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18072. configure:19477: $? = 0
  18073. configure:19501: result: yes
  18074. configure:19530: checking size of uint8_t
  18075. configure:19535: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18076. configure:19535: $? = 0
  18077. configure:19535: ./conftest
  18078. configure:19535: $? = 0
  18079. configure:19550: result: 1
  18080. configure:19577: checking for int16_t
  18081. configure:19594: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18082. configure:19594: $? = 0
  18083. configure:19618: result: yes
  18084. configure:19647: checking size of int16_t
  18085. configure:19652: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18086. configure:19652: $? = 0
  18087. configure:19652: ./conftest
  18088. configure:19652: $? = 0
  18089. configure:19667: result: 2
  18090. configure:19694: checking for uint16_t
  18091. configure:19711: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18092. configure:19711: $? = 0
  18093. configure:19735: result: yes
  18094. configure:19764: checking size of uint16_t
  18095. configure:19769: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18096. configure:19769: $? = 0
  18097. configure:19769: ./conftest
  18098. configure:19769: $? = 0
  18099. configure:19784: result: 2
  18100. configure:19811: checking for int32_t
  18101. configure:19828: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18102. configure:19828: $? = 0
  18103. configure:19852: result: yes
  18104. configure:19881: checking size of int32_t
  18105. configure:19886: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18106. configure:19886: $? = 0
  18107. configure:19886: ./conftest
  18108. configure:19886: $? = 0
  18109. configure:19901: result: 4
  18110. configure:19928: checking for uint32_t
  18111. configure:19945: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18112. configure:19945: $? = 0
  18113. configure:19969: result: yes
  18114. configure:19998: checking size of uint32_t
  18115. configure:20003: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18116. configure:20003: $? = 0
  18117. configure:20003: ./conftest
  18118. configure:20003: $? = 0
  18119. configure:20018: result: 4
  18120. configure:20045: checking for int64_t
  18121. configure:20062: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18122. configure:20062: $? = 0
  18123. configure:20086: result: yes
  18124. configure:20115: checking size of int64_t
  18125. configure:20120: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18126. configure:20120: $? = 0
  18127. configure:20120: ./conftest
  18128. configure:20120: $? = 0
  18129. configure:20135: result: 8
  18130. configure:20162: checking for uint64_t
  18131. configure:20179: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18132. configure:20179: $? = 0
  18133. configure:20203: result: yes
  18134. configure:20232: checking size of uint64_t
  18135. configure:20237: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18136. configure:20237: $? = 0
  18137. configure:20237: ./conftest
  18138. configure:20237: $? = 0
  18139. configure:20252: result: 8
  18140. configure:20279: checking for int128_t
  18141. configure:20296: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18142. conftest.c:235:9: error: unknown type name 'int128_t'
  18143. typedef int128_t t; int s = sizeof(t) == 42;
  18144. ^
  18145. 1 error generated.
  18146. configure:20296: $? = 1
  18147. configure: failed program was:
  18148. | /* confdefs.h */
  18149. | #define PACKAGE_NAME ""
  18150. | #define PACKAGE_TARNAME ""
  18151. | #define PACKAGE_VERSION ""
  18152. | #define PACKAGE_STRING ""
  18153. | #define PACKAGE_BUGREPORT ""
  18154. | #define PACKAGE_URL ""
  18155. | #define STDC_HEADERS 1
  18156. | #define HAVE_SYS_TYPES_H 1
  18157. | #define HAVE_SYS_STAT_H 1
  18158. | #define HAVE_STDLIB_H 1
  18159. | #define HAVE_STRING_H 1
  18160. | #define HAVE_MEMORY_H 1
  18161. | #define HAVE_STRINGS_H 1
  18162. | #define HAVE_INTTYPES_H 1
  18163. | #define HAVE_STDINT_H 1
  18164. | #define HAVE_UNISTD_H 1
  18165. | #define __EXTENSIONS__ 1
  18166. | #define _ALL_SOURCE 1
  18167. | #define _GNU_SOURCE 1
  18168. | #define _POSIX_PTHREAD_SEMANTICS 1
  18169. | #define _TANDEM_SOURCE 1
  18170. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18171. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18172. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  18173. | #define BROKEN_CRYPT 1
  18174. | #define HAVE_CRT_EXTERNS_H 1
  18175. | #define HAVE_LIBDL 1
  18176. | #define HAVE_DIRENT_H 1
  18177. | #define HAVE__BOOL 1
  18178. | #define HAVE_STDBOOL_H 1
  18179. | #define HAVE_SYS_WAIT_H 1
  18180. | #define HAVE_GRP_H 1
  18181. | #define HAVE_FCNTL_H 1
  18182. | #define HAVE_FLOAT_H 1
  18183. | #define HAVE_LANGINFO_H 1
  18184. | #define HAVE_LIMITS_H 1
  18185. | #define HAVE_LOCALE_H 1
  18186. | #define HAVE_MALLOC_MALLOC_H 1
  18187. | #define HAVE_PWD_H 1
  18188. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  18189. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  18190. | #define HAVE_STDALIGN_H 1
  18191. | #define HAVE_SYS_ATTR_H 1
  18192. | #define HAVE_SYS_FCNTL_H 1
  18193. | #define HAVE_SYS_FILE_H 1
  18194. | #define HAVE_SYS_IOCTL_H 1
  18195. | #define HAVE_SYS_PARAM_H 1
  18196. | #define HAVE_SYS_RESOURCE_H 1
  18197. | #define HAVE_SYS_SELECT_H 1
  18198. | #define HAVE_SYS_SOCKET_H 1
  18199. | #define HAVE_SYS_TIME_H 1
  18200. | #define HAVE_SYS_TIMES_H 1
  18201. | #define HAVE_SYS_UIO_H 1
  18202. | #define HAVE_TIME_H 1
  18203. | #define HAVE_UCONTEXT_H 1
  18204. | #define HAVE_UTIME_H 1
  18205. | #define HAVE_GMP_H 1
  18206. | #define HAVE_LIBGMP 1
  18207. | #define HAVE_TYPEOF 1
  18208. | #define HAVE_LONG_LONG 1
  18209. | #define HAVE_OFF_T 1
  18210. | #define SIZEOF_INT 4
  18211. | #define SIZEOF_SHORT 2
  18212. | #define SIZEOF_LONG 8
  18213. | #define SIZEOF_LONG_LONG 8
  18214. | #define SIZEOF___INT64 0
  18215. | #define SIZEOF___INT128 16
  18216. | #define SIZEOF_OFF_T 8
  18217. | #define SIZEOF_VOIDP 8
  18218. | #define SIZEOF_FLOAT 4
  18219. | #define SIZEOF_DOUBLE 8
  18220. | #define SIZEOF_TIME_T 8
  18221. | #define SIZEOF_CLOCK_T 8
  18222. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18223. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18224. | #define PRI_LL_PREFIX "ll"
  18225. | #define HAVE_PID_T 1
  18226. | #define rb_pid_t pid_t
  18227. | #define SIGNEDNESS_OF_PID_T -1
  18228. | #define PIDT2NUM(v) INT2NUM(v)
  18229. | #define NUM2PIDT(v) NUM2INT(v)
  18230. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18231. | #define HAVE_UID_T 1
  18232. | #define rb_uid_t uid_t
  18233. | #define SIGNEDNESS_OF_UID_T +1
  18234. | #define UIDT2NUM(v) UINT2NUM(v)
  18235. | #define NUM2UIDT(v) NUM2UINT(v)
  18236. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18237. | #define HAVE_GID_T 1
  18238. | #define rb_gid_t gid_t
  18239. | #define SIGNEDNESS_OF_GID_T +1
  18240. | #define GIDT2NUM(v) UINT2NUM(v)
  18241. | #define NUM2GIDT(v) NUM2UINT(v)
  18242. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18243. | #define HAVE_TIME_T 1
  18244. | #define rb_time_t time_t
  18245. | #define SIGNEDNESS_OF_TIME_T -1
  18246. | #define TIMET2NUM(v) LONG2NUM(v)
  18247. | #define NUM2TIMET(v) NUM2LONG(v)
  18248. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18249. | #define HAVE_DEV_T 1
  18250. | #define rb_dev_t dev_t
  18251. | #define SIGNEDNESS_OF_DEV_T -1
  18252. | #define DEVT2NUM(v) INT2NUM(v)
  18253. | #define NUM2DEVT(v) NUM2INT(v)
  18254. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18255. | #define HAVE_MODE_T 1
  18256. | #define rb_mode_t mode_t
  18257. | #define SIGNEDNESS_OF_MODE_T +1
  18258. | #define MODET2NUM(v) USHORT2NUM(v)
  18259. | #define NUM2MODET(v) NUM2USHORT(v)
  18260. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  18261. | #define HAVE_RLIM_T 1
  18262. | #define rb_rlim_t rlim_t
  18263. | #define SIGNEDNESS_OF_RLIM_T +1
  18264. | #define RLIM2NUM(v) ULL2NUM(v)
  18265. | #define NUM2RLIM(v) NUM2ULL(v)
  18266. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18267. | #define HAVE_OFF_T 1
  18268. | #define rb_off_t off_t
  18269. | #define SIGNEDNESS_OF_OFF_T -1
  18270. | #define OFFT2NUM(v) LL2NUM(v)
  18271. | #define NUM2OFFT(v) NUM2LL(v)
  18272. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18273. | #define HAVE_CLOCKID_T 1
  18274. | #define rb_clockid_t clockid_t
  18275. | #define SIGNEDNESS_OF_CLOCKID_T +1
  18276. | #define CLOCKID2NUM(v) UINT2NUM(v)
  18277. | #define NUM2CLOCKID(v) NUM2UINT(v)
  18278. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18279. | #define HAVE_PROTOTYPES 1
  18280. | #define TOKEN_PASTE(x,y) x##y
  18281. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18282. | #define HAVE_STDARG_PROTOTYPES 1
  18283. | #define HAVE_VA_ARGS_MACRO 1
  18284. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  18285. | #define RUBY_ALIGNOF alignof
  18286. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18287. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18288. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18289. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18290. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18291. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18292. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18293. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18294. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  18295. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  18296. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  18297. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18298. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18299. | #define WEAK(x) __attribute__ ((__weak__)) x
  18300. | #define HAVE_FUNC_WEAK 1
  18301. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18302. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18303. | #define HAVE_GCC_SYNC_BUILTINS 1
  18304. | #define UNREACHABLE __builtin_unreachable()
  18305. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18306. | #define RUBY_FUNCTION_NAME_STRING __func__
  18307. | #define ENUM_OVER_INT 1
  18308. | #define HAVE_DECL_SYS_NERR 1
  18309. | #define HAVE_DECL_GETENV 1
  18310. | #define SIZEOF_SIZE_T 8
  18311. | #define SIZEOF_PTRDIFF_T 8
  18312. | #define PRI_SIZE_PREFIX "z"
  18313. | #define PRI_PTRDIFF_PREFIX "t"
  18314. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18315. | #define HAVE_ST_BLKSIZE 1
  18316. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18317. | #define HAVE_ST_BLOCKS 1
  18318. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18319. | #define HAVE_ST_RDEV 1
  18320. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18321. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18322. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18323. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18324. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18325. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18326. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18327. | #define HAVE_STRUCT_TIMEVAL 1
  18328. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18329. | #define HAVE_STRUCT_TIMESPEC 1
  18330. | #define HAVE_STRUCT_TIMEZONE 1
  18331. | #define HAVE_RB_FD_INIT 1
  18332. | #define HAVE_INT8_T 1
  18333. | #define SIZEOF_INT8_T 1
  18334. | #define HAVE_UINT8_T 1
  18335. | #define SIZEOF_UINT8_T 1
  18336. | #define HAVE_INT16_T 1
  18337. | #define SIZEOF_INT16_T 2
  18338. | #define HAVE_UINT16_T 1
  18339. | #define SIZEOF_UINT16_T 2
  18340. | #define HAVE_INT32_T 1
  18341. | #define SIZEOF_INT32_T 4
  18342. | #define HAVE_UINT32_T 1
  18343. | #define SIZEOF_UINT32_T 4
  18344. | #define HAVE_INT64_T 1
  18345. | #define SIZEOF_INT64_T 8
  18346. | #define HAVE_UINT64_T 1
  18347. | #define SIZEOF_UINT64_T 8
  18348. | /* end confdefs.h. */
  18349. | #include <stdio.h>
  18350. | #ifdef HAVE_SYS_TYPES_H
  18351. | # include <sys/types.h>
  18352. | #endif
  18353. | #ifdef HAVE_SYS_STAT_H
  18354. | # include <sys/stat.h>
  18355. | #endif
  18356. | #ifdef STDC_HEADERS
  18357. | # include <stdlib.h>
  18358. | # include <stddef.h>
  18359. | #else
  18360. | # ifdef HAVE_STDLIB_H
  18361. | # include <stdlib.h>
  18362. | # endif
  18363. | #endif
  18364. | #ifdef HAVE_STRING_H
  18365. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18366. | # include <memory.h>
  18367. | # endif
  18368. | # include <string.h>
  18369. | #endif
  18370. | #ifdef HAVE_STRINGS_H
  18371. | # include <strings.h>
  18372. | #endif
  18373. | #ifdef HAVE_INTTYPES_H
  18374. | # include <inttypes.h>
  18375. | #endif
  18376. | #ifdef HAVE_STDINT_H
  18377. | # include <stdint.h>
  18378. | #endif
  18379. | #ifdef HAVE_UNISTD_H
  18380. | # include <unistd.h>
  18381. | #endif
  18382. | typedef int128_t t; int s = sizeof(t) == 42;
  18383. | int
  18384. | main ()
  18385. | {
  18386. |
  18387. | ;
  18388. | return 0;
  18389. | }
  18390. configure:20320: result: __int128
  18391. configure:20396: checking for uint128_t
  18392. configure:20413: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18393. conftest.c:238:9: error: unknown type name 'uint128_t'
  18394. typedef uint128_t t; int s = sizeof(t) == 42;
  18395. ^
  18396. 1 error generated.
  18397. configure:20413: $? = 1
  18398. configure: failed program was:
  18399. | /* confdefs.h */
  18400. | #define PACKAGE_NAME ""
  18401. | #define PACKAGE_TARNAME ""
  18402. | #define PACKAGE_VERSION ""
  18403. | #define PACKAGE_STRING ""
  18404. | #define PACKAGE_BUGREPORT ""
  18405. | #define PACKAGE_URL ""
  18406. | #define STDC_HEADERS 1
  18407. | #define HAVE_SYS_TYPES_H 1
  18408. | #define HAVE_SYS_STAT_H 1
  18409. | #define HAVE_STDLIB_H 1
  18410. | #define HAVE_STRING_H 1
  18411. | #define HAVE_MEMORY_H 1
  18412. | #define HAVE_STRINGS_H 1
  18413. | #define HAVE_INTTYPES_H 1
  18414. | #define HAVE_STDINT_H 1
  18415. | #define HAVE_UNISTD_H 1
  18416. | #define __EXTENSIONS__ 1
  18417. | #define _ALL_SOURCE 1
  18418. | #define _GNU_SOURCE 1
  18419. | #define _POSIX_PTHREAD_SEMANTICS 1
  18420. | #define _TANDEM_SOURCE 1
  18421. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18422. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18423. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  18424. | #define BROKEN_CRYPT 1
  18425. | #define HAVE_CRT_EXTERNS_H 1
  18426. | #define HAVE_LIBDL 1
  18427. | #define HAVE_DIRENT_H 1
  18428. | #define HAVE__BOOL 1
  18429. | #define HAVE_STDBOOL_H 1
  18430. | #define HAVE_SYS_WAIT_H 1
  18431. | #define HAVE_GRP_H 1
  18432. | #define HAVE_FCNTL_H 1
  18433. | #define HAVE_FLOAT_H 1
  18434. | #define HAVE_LANGINFO_H 1
  18435. | #define HAVE_LIMITS_H 1
  18436. | #define HAVE_LOCALE_H 1
  18437. | #define HAVE_MALLOC_MALLOC_H 1
  18438. | #define HAVE_PWD_H 1
  18439. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  18440. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  18441. | #define HAVE_STDALIGN_H 1
  18442. | #define HAVE_SYS_ATTR_H 1
  18443. | #define HAVE_SYS_FCNTL_H 1
  18444. | #define HAVE_SYS_FILE_H 1
  18445. | #define HAVE_SYS_IOCTL_H 1
  18446. | #define HAVE_SYS_PARAM_H 1
  18447. | #define HAVE_SYS_RESOURCE_H 1
  18448. | #define HAVE_SYS_SELECT_H 1
  18449. | #define HAVE_SYS_SOCKET_H 1
  18450. | #define HAVE_SYS_TIME_H 1
  18451. | #define HAVE_SYS_TIMES_H 1
  18452. | #define HAVE_SYS_UIO_H 1
  18453. | #define HAVE_TIME_H 1
  18454. | #define HAVE_UCONTEXT_H 1
  18455. | #define HAVE_UTIME_H 1
  18456. | #define HAVE_GMP_H 1
  18457. | #define HAVE_LIBGMP 1
  18458. | #define HAVE_TYPEOF 1
  18459. | #define HAVE_LONG_LONG 1
  18460. | #define HAVE_OFF_T 1
  18461. | #define SIZEOF_INT 4
  18462. | #define SIZEOF_SHORT 2
  18463. | #define SIZEOF_LONG 8
  18464. | #define SIZEOF_LONG_LONG 8
  18465. | #define SIZEOF___INT64 0
  18466. | #define SIZEOF___INT128 16
  18467. | #define SIZEOF_OFF_T 8
  18468. | #define SIZEOF_VOIDP 8
  18469. | #define SIZEOF_FLOAT 4
  18470. | #define SIZEOF_DOUBLE 8
  18471. | #define SIZEOF_TIME_T 8
  18472. | #define SIZEOF_CLOCK_T 8
  18473. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18474. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18475. | #define PRI_LL_PREFIX "ll"
  18476. | #define HAVE_PID_T 1
  18477. | #define rb_pid_t pid_t
  18478. | #define SIGNEDNESS_OF_PID_T -1
  18479. | #define PIDT2NUM(v) INT2NUM(v)
  18480. | #define NUM2PIDT(v) NUM2INT(v)
  18481. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18482. | #define HAVE_UID_T 1
  18483. | #define rb_uid_t uid_t
  18484. | #define SIGNEDNESS_OF_UID_T +1
  18485. | #define UIDT2NUM(v) UINT2NUM(v)
  18486. | #define NUM2UIDT(v) NUM2UINT(v)
  18487. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18488. | #define HAVE_GID_T 1
  18489. | #define rb_gid_t gid_t
  18490. | #define SIGNEDNESS_OF_GID_T +1
  18491. | #define GIDT2NUM(v) UINT2NUM(v)
  18492. | #define NUM2GIDT(v) NUM2UINT(v)
  18493. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18494. | #define HAVE_TIME_T 1
  18495. | #define rb_time_t time_t
  18496. | #define SIGNEDNESS_OF_TIME_T -1
  18497. | #define TIMET2NUM(v) LONG2NUM(v)
  18498. | #define NUM2TIMET(v) NUM2LONG(v)
  18499. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18500. | #define HAVE_DEV_T 1
  18501. | #define rb_dev_t dev_t
  18502. | #define SIGNEDNESS_OF_DEV_T -1
  18503. | #define DEVT2NUM(v) INT2NUM(v)
  18504. | #define NUM2DEVT(v) NUM2INT(v)
  18505. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18506. | #define HAVE_MODE_T 1
  18507. | #define rb_mode_t mode_t
  18508. | #define SIGNEDNESS_OF_MODE_T +1
  18509. | #define MODET2NUM(v) USHORT2NUM(v)
  18510. | #define NUM2MODET(v) NUM2USHORT(v)
  18511. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  18512. | #define HAVE_RLIM_T 1
  18513. | #define rb_rlim_t rlim_t
  18514. | #define SIGNEDNESS_OF_RLIM_T +1
  18515. | #define RLIM2NUM(v) ULL2NUM(v)
  18516. | #define NUM2RLIM(v) NUM2ULL(v)
  18517. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18518. | #define HAVE_OFF_T 1
  18519. | #define rb_off_t off_t
  18520. | #define SIGNEDNESS_OF_OFF_T -1
  18521. | #define OFFT2NUM(v) LL2NUM(v)
  18522. | #define NUM2OFFT(v) NUM2LL(v)
  18523. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18524. | #define HAVE_CLOCKID_T 1
  18525. | #define rb_clockid_t clockid_t
  18526. | #define SIGNEDNESS_OF_CLOCKID_T +1
  18527. | #define CLOCKID2NUM(v) UINT2NUM(v)
  18528. | #define NUM2CLOCKID(v) NUM2UINT(v)
  18529. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18530. | #define HAVE_PROTOTYPES 1
  18531. | #define TOKEN_PASTE(x,y) x##y
  18532. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18533. | #define HAVE_STDARG_PROTOTYPES 1
  18534. | #define HAVE_VA_ARGS_MACRO 1
  18535. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  18536. | #define RUBY_ALIGNOF alignof
  18537. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18538. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18539. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18540. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18541. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18542. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18543. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18544. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18545. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  18546. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  18547. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  18548. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18549. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18550. | #define WEAK(x) __attribute__ ((__weak__)) x
  18551. | #define HAVE_FUNC_WEAK 1
  18552. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18553. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18554. | #define HAVE_GCC_SYNC_BUILTINS 1
  18555. | #define UNREACHABLE __builtin_unreachable()
  18556. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18557. | #define RUBY_FUNCTION_NAME_STRING __func__
  18558. | #define ENUM_OVER_INT 1
  18559. | #define HAVE_DECL_SYS_NERR 1
  18560. | #define HAVE_DECL_GETENV 1
  18561. | #define SIZEOF_SIZE_T 8
  18562. | #define SIZEOF_PTRDIFF_T 8
  18563. | #define PRI_SIZE_PREFIX "z"
  18564. | #define PRI_PTRDIFF_PREFIX "t"
  18565. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18566. | #define HAVE_ST_BLKSIZE 1
  18567. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18568. | #define HAVE_ST_BLOCKS 1
  18569. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18570. | #define HAVE_ST_RDEV 1
  18571. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18572. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18573. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18574. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18575. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18576. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18577. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18578. | #define HAVE_STRUCT_TIMEVAL 1
  18579. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18580. | #define HAVE_STRUCT_TIMESPEC 1
  18581. | #define HAVE_STRUCT_TIMEZONE 1
  18582. | #define HAVE_RB_FD_INIT 1
  18583. | #define HAVE_INT8_T 1
  18584. | #define SIZEOF_INT8_T 1
  18585. | #define HAVE_UINT8_T 1
  18586. | #define SIZEOF_UINT8_T 1
  18587. | #define HAVE_INT16_T 1
  18588. | #define SIZEOF_INT16_T 2
  18589. | #define HAVE_UINT16_T 1
  18590. | #define SIZEOF_UINT16_T 2
  18591. | #define HAVE_INT32_T 1
  18592. | #define SIZEOF_INT32_T 4
  18593. | #define HAVE_UINT32_T 1
  18594. | #define SIZEOF_UINT32_T 4
  18595. | #define HAVE_INT64_T 1
  18596. | #define SIZEOF_INT64_T 8
  18597. | #define HAVE_UINT64_T 1
  18598. | #define SIZEOF_UINT64_T 8
  18599. | #define HAVE_INT128_T 1
  18600. | #define int128_t __int128
  18601. | #define SIZEOF_INT128_T SIZEOF___INT128
  18602. | /* end confdefs.h. */
  18603. | #include <stdio.h>
  18604. | #ifdef HAVE_SYS_TYPES_H
  18605. | # include <sys/types.h>
  18606. | #endif
  18607. | #ifdef HAVE_SYS_STAT_H
  18608. | # include <sys/stat.h>
  18609. | #endif
  18610. | #ifdef STDC_HEADERS
  18611. | # include <stdlib.h>
  18612. | # include <stddef.h>
  18613. | #else
  18614. | # ifdef HAVE_STDLIB_H
  18615. | # include <stdlib.h>
  18616. | # endif
  18617. | #endif
  18618. | #ifdef HAVE_STRING_H
  18619. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18620. | # include <memory.h>
  18621. | # endif
  18622. | # include <string.h>
  18623. | #endif
  18624. | #ifdef HAVE_STRINGS_H
  18625. | # include <strings.h>
  18626. | #endif
  18627. | #ifdef HAVE_INTTYPES_H
  18628. | # include <inttypes.h>
  18629. | #endif
  18630. | #ifdef HAVE_STDINT_H
  18631. | # include <stdint.h>
  18632. | #endif
  18633. | #ifdef HAVE_UNISTD_H
  18634. | # include <unistd.h>
  18635. | #endif
  18636. | typedef uint128_t t; int s = sizeof(t) == 42;
  18637. | int
  18638. | main ()
  18639. | {
  18640. |
  18641. | ;
  18642. | return 0;
  18643. | }
  18644. configure:20437: result: unsigned __int128
  18645. configure:20513: checking for intptr_t
  18646. configure:20530: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18647. configure:20530: $? = 0
  18648. configure:20554: result: yes
  18649. configure:20682: checking size of intptr_t
  18650. configure:20687: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18651. configure:20687: $? = 0
  18652. configure:20687: ./conftest
  18653. configure:20687: $? = 0
  18654. configure:20702: result: 8
  18655. configure:20731: checking for uintptr_t
  18656. configure:20748: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18657. configure:20748: $? = 0
  18658. configure:20772: result: yes
  18659. configure:20900: checking size of uintptr_t
  18660. configure:20905: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  18661. configure:20905: $? = 0
  18662. configure:20905: ./conftest
  18663. configure:20905: $? = 0
  18664. configure:20920: result: 8
  18665. configure:20952: checking for printf prefix for intptr_t
  18666. configure:21008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18667. conftest.c:227:14: warning: format specifies type 'int' but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  18668. printf("%d", (intptr_t)42);
  18669. ~~ ^~~~~~~~~~~~
  18670. %ld
  18671. conftest.c:228:32: warning: format specifies type 'int' but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  18672. test_sprintf("%d", (intptr_t)42);
  18673. ~~ ^~~~~~~~~~~~
  18674. %ld
  18675. 2 warnings generated.
  18676. configure:21008: $? = 0
  18677. configure: failed program was:
  18678. | /* confdefs.h */
  18679. | #define PACKAGE_NAME ""
  18680. | #define PACKAGE_TARNAME ""
  18681. | #define PACKAGE_VERSION ""
  18682. | #define PACKAGE_STRING ""
  18683. | #define PACKAGE_BUGREPORT ""
  18684. | #define PACKAGE_URL ""
  18685. | #define STDC_HEADERS 1
  18686. | #define HAVE_SYS_TYPES_H 1
  18687. | #define HAVE_SYS_STAT_H 1
  18688. | #define HAVE_STDLIB_H 1
  18689. | #define HAVE_STRING_H 1
  18690. | #define HAVE_MEMORY_H 1
  18691. | #define HAVE_STRINGS_H 1
  18692. | #define HAVE_INTTYPES_H 1
  18693. | #define HAVE_STDINT_H 1
  18694. | #define HAVE_UNISTD_H 1
  18695. | #define __EXTENSIONS__ 1
  18696. | #define _ALL_SOURCE 1
  18697. | #define _GNU_SOURCE 1
  18698. | #define _POSIX_PTHREAD_SEMANTICS 1
  18699. | #define _TANDEM_SOURCE 1
  18700. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18701. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18702. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  18703. | #define BROKEN_CRYPT 1
  18704. | #define HAVE_CRT_EXTERNS_H 1
  18705. | #define HAVE_LIBDL 1
  18706. | #define HAVE_DIRENT_H 1
  18707. | #define HAVE__BOOL 1
  18708. | #define HAVE_STDBOOL_H 1
  18709. | #define HAVE_SYS_WAIT_H 1
  18710. | #define HAVE_GRP_H 1
  18711. | #define HAVE_FCNTL_H 1
  18712. | #define HAVE_FLOAT_H 1
  18713. | #define HAVE_LANGINFO_H 1
  18714. | #define HAVE_LIMITS_H 1
  18715. | #define HAVE_LOCALE_H 1
  18716. | #define HAVE_MALLOC_MALLOC_H 1
  18717. | #define HAVE_PWD_H 1
  18718. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  18719. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  18720. | #define HAVE_STDALIGN_H 1
  18721. | #define HAVE_SYS_ATTR_H 1
  18722. | #define HAVE_SYS_FCNTL_H 1
  18723. | #define HAVE_SYS_FILE_H 1
  18724. | #define HAVE_SYS_IOCTL_H 1
  18725. | #define HAVE_SYS_PARAM_H 1
  18726. | #define HAVE_SYS_RESOURCE_H 1
  18727. | #define HAVE_SYS_SELECT_H 1
  18728. | #define HAVE_SYS_SOCKET_H 1
  18729. | #define HAVE_SYS_TIME_H 1
  18730. | #define HAVE_SYS_TIMES_H 1
  18731. | #define HAVE_SYS_UIO_H 1
  18732. | #define HAVE_TIME_H 1
  18733. | #define HAVE_UCONTEXT_H 1
  18734. | #define HAVE_UTIME_H 1
  18735. | #define HAVE_GMP_H 1
  18736. | #define HAVE_LIBGMP 1
  18737. | #define HAVE_TYPEOF 1
  18738. | #define HAVE_LONG_LONG 1
  18739. | #define HAVE_OFF_T 1
  18740. | #define SIZEOF_INT 4
  18741. | #define SIZEOF_SHORT 2
  18742. | #define SIZEOF_LONG 8
  18743. | #define SIZEOF_LONG_LONG 8
  18744. | #define SIZEOF___INT64 0
  18745. | #define SIZEOF___INT128 16
  18746. | #define SIZEOF_OFF_T 8
  18747. | #define SIZEOF_VOIDP 8
  18748. | #define SIZEOF_FLOAT 4
  18749. | #define SIZEOF_DOUBLE 8
  18750. | #define SIZEOF_TIME_T 8
  18751. | #define SIZEOF_CLOCK_T 8
  18752. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18753. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18754. | #define PRI_LL_PREFIX "ll"
  18755. | #define HAVE_PID_T 1
  18756. | #define rb_pid_t pid_t
  18757. | #define SIGNEDNESS_OF_PID_T -1
  18758. | #define PIDT2NUM(v) INT2NUM(v)
  18759. | #define NUM2PIDT(v) NUM2INT(v)
  18760. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18761. | #define HAVE_UID_T 1
  18762. | #define rb_uid_t uid_t
  18763. | #define SIGNEDNESS_OF_UID_T +1
  18764. | #define UIDT2NUM(v) UINT2NUM(v)
  18765. | #define NUM2UIDT(v) NUM2UINT(v)
  18766. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18767. | #define HAVE_GID_T 1
  18768. | #define rb_gid_t gid_t
  18769. | #define SIGNEDNESS_OF_GID_T +1
  18770. | #define GIDT2NUM(v) UINT2NUM(v)
  18771. | #define NUM2GIDT(v) NUM2UINT(v)
  18772. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18773. | #define HAVE_TIME_T 1
  18774. | #define rb_time_t time_t
  18775. | #define SIGNEDNESS_OF_TIME_T -1
  18776. | #define TIMET2NUM(v) LONG2NUM(v)
  18777. | #define NUM2TIMET(v) NUM2LONG(v)
  18778. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18779. | #define HAVE_DEV_T 1
  18780. | #define rb_dev_t dev_t
  18781. | #define SIGNEDNESS_OF_DEV_T -1
  18782. | #define DEVT2NUM(v) INT2NUM(v)
  18783. | #define NUM2DEVT(v) NUM2INT(v)
  18784. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18785. | #define HAVE_MODE_T 1
  18786. | #define rb_mode_t mode_t
  18787. | #define SIGNEDNESS_OF_MODE_T +1
  18788. | #define MODET2NUM(v) USHORT2NUM(v)
  18789. | #define NUM2MODET(v) NUM2USHORT(v)
  18790. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  18791. | #define HAVE_RLIM_T 1
  18792. | #define rb_rlim_t rlim_t
  18793. | #define SIGNEDNESS_OF_RLIM_T +1
  18794. | #define RLIM2NUM(v) ULL2NUM(v)
  18795. | #define NUM2RLIM(v) NUM2ULL(v)
  18796. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18797. | #define HAVE_OFF_T 1
  18798. | #define rb_off_t off_t
  18799. | #define SIGNEDNESS_OF_OFF_T -1
  18800. | #define OFFT2NUM(v) LL2NUM(v)
  18801. | #define NUM2OFFT(v) NUM2LL(v)
  18802. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18803. | #define HAVE_CLOCKID_T 1
  18804. | #define rb_clockid_t clockid_t
  18805. | #define SIGNEDNESS_OF_CLOCKID_T +1
  18806. | #define CLOCKID2NUM(v) UINT2NUM(v)
  18807. | #define NUM2CLOCKID(v) NUM2UINT(v)
  18808. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18809. | #define HAVE_PROTOTYPES 1
  18810. | #define TOKEN_PASTE(x,y) x##y
  18811. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18812. | #define HAVE_STDARG_PROTOTYPES 1
  18813. | #define HAVE_VA_ARGS_MACRO 1
  18814. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  18815. | #define RUBY_ALIGNOF alignof
  18816. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18817. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18818. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18819. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18820. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18821. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18822. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18823. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18824. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  18825. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  18826. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  18827. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18828. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18829. | #define WEAK(x) __attribute__ ((__weak__)) x
  18830. | #define HAVE_FUNC_WEAK 1
  18831. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18832. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18833. | #define HAVE_GCC_SYNC_BUILTINS 1
  18834. | #define UNREACHABLE __builtin_unreachable()
  18835. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18836. | #define RUBY_FUNCTION_NAME_STRING __func__
  18837. | #define ENUM_OVER_INT 1
  18838. | #define HAVE_DECL_SYS_NERR 1
  18839. | #define HAVE_DECL_GETENV 1
  18840. | #define SIZEOF_SIZE_T 8
  18841. | #define SIZEOF_PTRDIFF_T 8
  18842. | #define PRI_SIZE_PREFIX "z"
  18843. | #define PRI_PTRDIFF_PREFIX "t"
  18844. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18845. | #define HAVE_ST_BLKSIZE 1
  18846. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18847. | #define HAVE_ST_BLOCKS 1
  18848. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18849. | #define HAVE_ST_RDEV 1
  18850. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18851. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18852. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18853. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18854. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18855. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18856. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18857. | #define HAVE_STRUCT_TIMEVAL 1
  18858. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18859. | #define HAVE_STRUCT_TIMESPEC 1
  18860. | #define HAVE_STRUCT_TIMEZONE 1
  18861. | #define HAVE_RB_FD_INIT 1
  18862. | #define HAVE_INT8_T 1
  18863. | #define SIZEOF_INT8_T 1
  18864. | #define HAVE_UINT8_T 1
  18865. | #define SIZEOF_UINT8_T 1
  18866. | #define HAVE_INT16_T 1
  18867. | #define SIZEOF_INT16_T 2
  18868. | #define HAVE_UINT16_T 1
  18869. | #define SIZEOF_UINT16_T 2
  18870. | #define HAVE_INT32_T 1
  18871. | #define SIZEOF_INT32_T 4
  18872. | #define HAVE_UINT32_T 1
  18873. | #define SIZEOF_UINT32_T 4
  18874. | #define HAVE_INT64_T 1
  18875. | #define SIZEOF_INT64_T 8
  18876. | #define HAVE_UINT64_T 1
  18877. | #define SIZEOF_UINT64_T 8
  18878. | #define HAVE_INT128_T 1
  18879. | #define int128_t __int128
  18880. | #define SIZEOF_INT128_T SIZEOF___INT128
  18881. | #define HAVE_UINT128_T 1
  18882. | #define uint128_t unsigned __int128
  18883. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18884. | #define HAVE_INTPTR_T 1
  18885. | #define SIZEOF_INTPTR_T 8
  18886. | #define HAVE_UINTPTR_T 1
  18887. | #define SIZEOF_UINTPTR_T 8
  18888. | /* end confdefs.h. */
  18889. | #include <stdio.h>
  18890. | #include <stddef.h>
  18891. | #ifdef __GNUC__
  18892. | #if defined __MINGW_PRINTF_FORMAT
  18893. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
  18894. | #else
  18895. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(printf, string_index, first_to_check)))
  18896. | #endif
  18897. | #else
  18898. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl
  18899. | #endif
  18900. | PRINTF_ARGS(void test_sprintf(const char*, ...), 1, 2);
  18901. | int
  18902. | main ()
  18903. | {
  18904. | printf("%d", (intptr_t)42);
  18905. | test_sprintf("%d", (intptr_t)42);
  18906. | ;
  18907. | return 0;
  18908. | }
  18909. configure:21008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18910. conftest.c:227:16: warning: format specifies type 'long long' but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  18911. printf("%lld", (intptr_t)42);
  18912. ~~~~ ^~~~~~~~~~~~
  18913. %ld
  18914. conftest.c:228:34: warning: format specifies type 'long long' but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  18915. test_sprintf("%lld", (intptr_t)42);
  18916. ~~~~ ^~~~~~~~~~~~
  18917. %ld
  18918. 2 warnings generated.
  18919. configure:21008: $? = 0
  18920. configure: failed program was:
  18921. | /* confdefs.h */
  18922. | #define PACKAGE_NAME ""
  18923. | #define PACKAGE_TARNAME ""
  18924. | #define PACKAGE_VERSION ""
  18925. | #define PACKAGE_STRING ""
  18926. | #define PACKAGE_BUGREPORT ""
  18927. | #define PACKAGE_URL ""
  18928. | #define STDC_HEADERS 1
  18929. | #define HAVE_SYS_TYPES_H 1
  18930. | #define HAVE_SYS_STAT_H 1
  18931. | #define HAVE_STDLIB_H 1
  18932. | #define HAVE_STRING_H 1
  18933. | #define HAVE_MEMORY_H 1
  18934. | #define HAVE_STRINGS_H 1
  18935. | #define HAVE_INTTYPES_H 1
  18936. | #define HAVE_STDINT_H 1
  18937. | #define HAVE_UNISTD_H 1
  18938. | #define __EXTENSIONS__ 1
  18939. | #define _ALL_SOURCE 1
  18940. | #define _GNU_SOURCE 1
  18941. | #define _POSIX_PTHREAD_SEMANTICS 1
  18942. | #define _TANDEM_SOURCE 1
  18943. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18944. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18945. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  18946. | #define BROKEN_CRYPT 1
  18947. | #define HAVE_CRT_EXTERNS_H 1
  18948. | #define HAVE_LIBDL 1
  18949. | #define HAVE_DIRENT_H 1
  18950. | #define HAVE__BOOL 1
  18951. | #define HAVE_STDBOOL_H 1
  18952. | #define HAVE_SYS_WAIT_H 1
  18953. | #define HAVE_GRP_H 1
  18954. | #define HAVE_FCNTL_H 1
  18955. | #define HAVE_FLOAT_H 1
  18956. | #define HAVE_LANGINFO_H 1
  18957. | #define HAVE_LIMITS_H 1
  18958. | #define HAVE_LOCALE_H 1
  18959. | #define HAVE_MALLOC_MALLOC_H 1
  18960. | #define HAVE_PWD_H 1
  18961. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  18962. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  18963. | #define HAVE_STDALIGN_H 1
  18964. | #define HAVE_SYS_ATTR_H 1
  18965. | #define HAVE_SYS_FCNTL_H 1
  18966. | #define HAVE_SYS_FILE_H 1
  18967. | #define HAVE_SYS_IOCTL_H 1
  18968. | #define HAVE_SYS_PARAM_H 1
  18969. | #define HAVE_SYS_RESOURCE_H 1
  18970. | #define HAVE_SYS_SELECT_H 1
  18971. | #define HAVE_SYS_SOCKET_H 1
  18972. | #define HAVE_SYS_TIME_H 1
  18973. | #define HAVE_SYS_TIMES_H 1
  18974. | #define HAVE_SYS_UIO_H 1
  18975. | #define HAVE_TIME_H 1
  18976. | #define HAVE_UCONTEXT_H 1
  18977. | #define HAVE_UTIME_H 1
  18978. | #define HAVE_GMP_H 1
  18979. | #define HAVE_LIBGMP 1
  18980. | #define HAVE_TYPEOF 1
  18981. | #define HAVE_LONG_LONG 1
  18982. | #define HAVE_OFF_T 1
  18983. | #define SIZEOF_INT 4
  18984. | #define SIZEOF_SHORT 2
  18985. | #define SIZEOF_LONG 8
  18986. | #define SIZEOF_LONG_LONG 8
  18987. | #define SIZEOF___INT64 0
  18988. | #define SIZEOF___INT128 16
  18989. | #define SIZEOF_OFF_T 8
  18990. | #define SIZEOF_VOIDP 8
  18991. | #define SIZEOF_FLOAT 4
  18992. | #define SIZEOF_DOUBLE 8
  18993. | #define SIZEOF_TIME_T 8
  18994. | #define SIZEOF_CLOCK_T 8
  18995. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18996. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18997. | #define PRI_LL_PREFIX "ll"
  18998. | #define HAVE_PID_T 1
  18999. | #define rb_pid_t pid_t
  19000. | #define SIGNEDNESS_OF_PID_T -1
  19001. | #define PIDT2NUM(v) INT2NUM(v)
  19002. | #define NUM2PIDT(v) NUM2INT(v)
  19003. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19004. | #define HAVE_UID_T 1
  19005. | #define rb_uid_t uid_t
  19006. | #define SIGNEDNESS_OF_UID_T +1
  19007. | #define UIDT2NUM(v) UINT2NUM(v)
  19008. | #define NUM2UIDT(v) NUM2UINT(v)
  19009. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19010. | #define HAVE_GID_T 1
  19011. | #define rb_gid_t gid_t
  19012. | #define SIGNEDNESS_OF_GID_T +1
  19013. | #define GIDT2NUM(v) UINT2NUM(v)
  19014. | #define NUM2GIDT(v) NUM2UINT(v)
  19015. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19016. | #define HAVE_TIME_T 1
  19017. | #define rb_time_t time_t
  19018. | #define SIGNEDNESS_OF_TIME_T -1
  19019. | #define TIMET2NUM(v) LONG2NUM(v)
  19020. | #define NUM2TIMET(v) NUM2LONG(v)
  19021. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19022. | #define HAVE_DEV_T 1
  19023. | #define rb_dev_t dev_t
  19024. | #define SIGNEDNESS_OF_DEV_T -1
  19025. | #define DEVT2NUM(v) INT2NUM(v)
  19026. | #define NUM2DEVT(v) NUM2INT(v)
  19027. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19028. | #define HAVE_MODE_T 1
  19029. | #define rb_mode_t mode_t
  19030. | #define SIGNEDNESS_OF_MODE_T +1
  19031. | #define MODET2NUM(v) USHORT2NUM(v)
  19032. | #define NUM2MODET(v) NUM2USHORT(v)
  19033. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  19034. | #define HAVE_RLIM_T 1
  19035. | #define rb_rlim_t rlim_t
  19036. | #define SIGNEDNESS_OF_RLIM_T +1
  19037. | #define RLIM2NUM(v) ULL2NUM(v)
  19038. | #define NUM2RLIM(v) NUM2ULL(v)
  19039. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19040. | #define HAVE_OFF_T 1
  19041. | #define rb_off_t off_t
  19042. | #define SIGNEDNESS_OF_OFF_T -1
  19043. | #define OFFT2NUM(v) LL2NUM(v)
  19044. | #define NUM2OFFT(v) NUM2LL(v)
  19045. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19046. | #define HAVE_CLOCKID_T 1
  19047. | #define rb_clockid_t clockid_t
  19048. | #define SIGNEDNESS_OF_CLOCKID_T +1
  19049. | #define CLOCKID2NUM(v) UINT2NUM(v)
  19050. | #define NUM2CLOCKID(v) NUM2UINT(v)
  19051. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19052. | #define HAVE_PROTOTYPES 1
  19053. | #define TOKEN_PASTE(x,y) x##y
  19054. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19055. | #define HAVE_STDARG_PROTOTYPES 1
  19056. | #define HAVE_VA_ARGS_MACRO 1
  19057. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  19058. | #define RUBY_ALIGNOF alignof
  19059. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19060. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19061. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19062. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19063. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19064. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19065. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19066. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19067. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  19068. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  19069. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  19070. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19071. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19072. | #define WEAK(x) __attribute__ ((__weak__)) x
  19073. | #define HAVE_FUNC_WEAK 1
  19074. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19075. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19076. | #define HAVE_GCC_SYNC_BUILTINS 1
  19077. | #define UNREACHABLE __builtin_unreachable()
  19078. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19079. | #define RUBY_FUNCTION_NAME_STRING __func__
  19080. | #define ENUM_OVER_INT 1
  19081. | #define HAVE_DECL_SYS_NERR 1
  19082. | #define HAVE_DECL_GETENV 1
  19083. | #define SIZEOF_SIZE_T 8
  19084. | #define SIZEOF_PTRDIFF_T 8
  19085. | #define PRI_SIZE_PREFIX "z"
  19086. | #define PRI_PTRDIFF_PREFIX "t"
  19087. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19088. | #define HAVE_ST_BLKSIZE 1
  19089. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19090. | #define HAVE_ST_BLOCKS 1
  19091. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19092. | #define HAVE_ST_RDEV 1
  19093. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19094. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19095. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19096. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19097. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19098. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19099. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19100. | #define HAVE_STRUCT_TIMEVAL 1
  19101. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19102. | #define HAVE_STRUCT_TIMESPEC 1
  19103. | #define HAVE_STRUCT_TIMEZONE 1
  19104. | #define HAVE_RB_FD_INIT 1
  19105. | #define HAVE_INT8_T 1
  19106. | #define SIZEOF_INT8_T 1
  19107. | #define HAVE_UINT8_T 1
  19108. | #define SIZEOF_UINT8_T 1
  19109. | #define HAVE_INT16_T 1
  19110. | #define SIZEOF_INT16_T 2
  19111. | #define HAVE_UINT16_T 1
  19112. | #define SIZEOF_UINT16_T 2
  19113. | #define HAVE_INT32_T 1
  19114. | #define SIZEOF_INT32_T 4
  19115. | #define HAVE_UINT32_T 1
  19116. | #define SIZEOF_UINT32_T 4
  19117. | #define HAVE_INT64_T 1
  19118. | #define SIZEOF_INT64_T 8
  19119. | #define HAVE_UINT64_T 1
  19120. | #define SIZEOF_UINT64_T 8
  19121. | #define HAVE_INT128_T 1
  19122. | #define int128_t __int128
  19123. | #define SIZEOF_INT128_T SIZEOF___INT128
  19124. | #define HAVE_UINT128_T 1
  19125. | #define uint128_t unsigned __int128
  19126. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19127. | #define HAVE_INTPTR_T 1
  19128. | #define SIZEOF_INTPTR_T 8
  19129. | #define HAVE_UINTPTR_T 1
  19130. | #define SIZEOF_UINTPTR_T 8
  19131. | /* end confdefs.h. */
  19132. | #include <stdio.h>
  19133. | #include <stddef.h>
  19134. | #ifdef __GNUC__
  19135. | #if defined __MINGW_PRINTF_FORMAT
  19136. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
  19137. | #else
  19138. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(printf, string_index, first_to_check)))
  19139. | #endif
  19140. | #else
  19141. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl
  19142. | #endif
  19143. | PRINTF_ARGS(void test_sprintf(const char*, ...), 1, 2);
  19144. | int
  19145. | main ()
  19146. | {
  19147. | printf("%lld", (intptr_t)42);
  19148. | test_sprintf("%lld", (intptr_t)42);
  19149. | ;
  19150. | return 0;
  19151. | }
  19152. configure:21008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19153. conftest.c:227:10: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat]
  19154. printf("%I64d", (intptr_t)42);
  19155. ~^~~~
  19156. conftest.c:227:17: warning: format specifies type '__int64' (aka 'long long') but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  19157. printf("%I64d", (intptr_t)42);
  19158. ~~~~~ ^~~~~~~~~~~~
  19159. %ld
  19160. conftest.c:228:28: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat]
  19161. test_sprintf("%I64d", (intptr_t)42);
  19162. ~^~~~
  19163. conftest.c:228:35: warning: format specifies type '__int64' (aka 'long long') but the argument has type 'intptr_t' (aka 'long') [-Wformat]
  19164. test_sprintf("%I64d", (intptr_t)42);
  19165. ~~~~~ ^~~~~~~~~~~~
  19166. %ld
  19167. 4 warnings generated.
  19168. configure:21008: $? = 0
  19169. configure: failed program was:
  19170. | /* confdefs.h */
  19171. | #define PACKAGE_NAME ""
  19172. | #define PACKAGE_TARNAME ""
  19173. | #define PACKAGE_VERSION ""
  19174. | #define PACKAGE_STRING ""
  19175. | #define PACKAGE_BUGREPORT ""
  19176. | #define PACKAGE_URL ""
  19177. | #define STDC_HEADERS 1
  19178. | #define HAVE_SYS_TYPES_H 1
  19179. | #define HAVE_SYS_STAT_H 1
  19180. | #define HAVE_STDLIB_H 1
  19181. | #define HAVE_STRING_H 1
  19182. | #define HAVE_MEMORY_H 1
  19183. | #define HAVE_STRINGS_H 1
  19184. | #define HAVE_INTTYPES_H 1
  19185. | #define HAVE_STDINT_H 1
  19186. | #define HAVE_UNISTD_H 1
  19187. | #define __EXTENSIONS__ 1
  19188. | #define _ALL_SOURCE 1
  19189. | #define _GNU_SOURCE 1
  19190. | #define _POSIX_PTHREAD_SEMANTICS 1
  19191. | #define _TANDEM_SOURCE 1
  19192. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19193. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19194. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  19195. | #define BROKEN_CRYPT 1
  19196. | #define HAVE_CRT_EXTERNS_H 1
  19197. | #define HAVE_LIBDL 1
  19198. | #define HAVE_DIRENT_H 1
  19199. | #define HAVE__BOOL 1
  19200. | #define HAVE_STDBOOL_H 1
  19201. | #define HAVE_SYS_WAIT_H 1
  19202. | #define HAVE_GRP_H 1
  19203. | #define HAVE_FCNTL_H 1
  19204. | #define HAVE_FLOAT_H 1
  19205. | #define HAVE_LANGINFO_H 1
  19206. | #define HAVE_LIMITS_H 1
  19207. | #define HAVE_LOCALE_H 1
  19208. | #define HAVE_MALLOC_MALLOC_H 1
  19209. | #define HAVE_PWD_H 1
  19210. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  19211. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  19212. | #define HAVE_STDALIGN_H 1
  19213. | #define HAVE_SYS_ATTR_H 1
  19214. | #define HAVE_SYS_FCNTL_H 1
  19215. | #define HAVE_SYS_FILE_H 1
  19216. | #define HAVE_SYS_IOCTL_H 1
  19217. | #define HAVE_SYS_PARAM_H 1
  19218. | #define HAVE_SYS_RESOURCE_H 1
  19219. | #define HAVE_SYS_SELECT_H 1
  19220. | #define HAVE_SYS_SOCKET_H 1
  19221. | #define HAVE_SYS_TIME_H 1
  19222. | #define HAVE_SYS_TIMES_H 1
  19223. | #define HAVE_SYS_UIO_H 1
  19224. | #define HAVE_TIME_H 1
  19225. | #define HAVE_UCONTEXT_H 1
  19226. | #define HAVE_UTIME_H 1
  19227. | #define HAVE_GMP_H 1
  19228. | #define HAVE_LIBGMP 1
  19229. | #define HAVE_TYPEOF 1
  19230. | #define HAVE_LONG_LONG 1
  19231. | #define HAVE_OFF_T 1
  19232. | #define SIZEOF_INT 4
  19233. | #define SIZEOF_SHORT 2
  19234. | #define SIZEOF_LONG 8
  19235. | #define SIZEOF_LONG_LONG 8
  19236. | #define SIZEOF___INT64 0
  19237. | #define SIZEOF___INT128 16
  19238. | #define SIZEOF_OFF_T 8
  19239. | #define SIZEOF_VOIDP 8
  19240. | #define SIZEOF_FLOAT 4
  19241. | #define SIZEOF_DOUBLE 8
  19242. | #define SIZEOF_TIME_T 8
  19243. | #define SIZEOF_CLOCK_T 8
  19244. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19245. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19246. | #define PRI_LL_PREFIX "ll"
  19247. | #define HAVE_PID_T 1
  19248. | #define rb_pid_t pid_t
  19249. | #define SIGNEDNESS_OF_PID_T -1
  19250. | #define PIDT2NUM(v) INT2NUM(v)
  19251. | #define NUM2PIDT(v) NUM2INT(v)
  19252. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19253. | #define HAVE_UID_T 1
  19254. | #define rb_uid_t uid_t
  19255. | #define SIGNEDNESS_OF_UID_T +1
  19256. | #define UIDT2NUM(v) UINT2NUM(v)
  19257. | #define NUM2UIDT(v) NUM2UINT(v)
  19258. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19259. | #define HAVE_GID_T 1
  19260. | #define rb_gid_t gid_t
  19261. | #define SIGNEDNESS_OF_GID_T +1
  19262. | #define GIDT2NUM(v) UINT2NUM(v)
  19263. | #define NUM2GIDT(v) NUM2UINT(v)
  19264. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19265. | #define HAVE_TIME_T 1
  19266. | #define rb_time_t time_t
  19267. | #define SIGNEDNESS_OF_TIME_T -1
  19268. | #define TIMET2NUM(v) LONG2NUM(v)
  19269. | #define NUM2TIMET(v) NUM2LONG(v)
  19270. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19271. | #define HAVE_DEV_T 1
  19272. | #define rb_dev_t dev_t
  19273. | #define SIGNEDNESS_OF_DEV_T -1
  19274. | #define DEVT2NUM(v) INT2NUM(v)
  19275. | #define NUM2DEVT(v) NUM2INT(v)
  19276. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19277. | #define HAVE_MODE_T 1
  19278. | #define rb_mode_t mode_t
  19279. | #define SIGNEDNESS_OF_MODE_T +1
  19280. | #define MODET2NUM(v) USHORT2NUM(v)
  19281. | #define NUM2MODET(v) NUM2USHORT(v)
  19282. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  19283. | #define HAVE_RLIM_T 1
  19284. | #define rb_rlim_t rlim_t
  19285. | #define SIGNEDNESS_OF_RLIM_T +1
  19286. | #define RLIM2NUM(v) ULL2NUM(v)
  19287. | #define NUM2RLIM(v) NUM2ULL(v)
  19288. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19289. | #define HAVE_OFF_T 1
  19290. | #define rb_off_t off_t
  19291. | #define SIGNEDNESS_OF_OFF_T -1
  19292. | #define OFFT2NUM(v) LL2NUM(v)
  19293. | #define NUM2OFFT(v) NUM2LL(v)
  19294. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19295. | #define HAVE_CLOCKID_T 1
  19296. | #define rb_clockid_t clockid_t
  19297. | #define SIGNEDNESS_OF_CLOCKID_T +1
  19298. | #define CLOCKID2NUM(v) UINT2NUM(v)
  19299. | #define NUM2CLOCKID(v) NUM2UINT(v)
  19300. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19301. | #define HAVE_PROTOTYPES 1
  19302. | #define TOKEN_PASTE(x,y) x##y
  19303. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19304. | #define HAVE_STDARG_PROTOTYPES 1
  19305. | #define HAVE_VA_ARGS_MACRO 1
  19306. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  19307. | #define RUBY_ALIGNOF alignof
  19308. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19309. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19310. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19311. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19312. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19313. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19314. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19315. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19316. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  19317. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  19318. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  19319. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19320. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19321. | #define WEAK(x) __attribute__ ((__weak__)) x
  19322. | #define HAVE_FUNC_WEAK 1
  19323. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19324. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19325. | #define HAVE_GCC_SYNC_BUILTINS 1
  19326. | #define UNREACHABLE __builtin_unreachable()
  19327. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19328. | #define RUBY_FUNCTION_NAME_STRING __func__
  19329. | #define ENUM_OVER_INT 1
  19330. | #define HAVE_DECL_SYS_NERR 1
  19331. | #define HAVE_DECL_GETENV 1
  19332. | #define SIZEOF_SIZE_T 8
  19333. | #define SIZEOF_PTRDIFF_T 8
  19334. | #define PRI_SIZE_PREFIX "z"
  19335. | #define PRI_PTRDIFF_PREFIX "t"
  19336. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19337. | #define HAVE_ST_BLKSIZE 1
  19338. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19339. | #define HAVE_ST_BLOCKS 1
  19340. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19341. | #define HAVE_ST_RDEV 1
  19342. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19343. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19344. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19345. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19346. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19347. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19348. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19349. | #define HAVE_STRUCT_TIMEVAL 1
  19350. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19351. | #define HAVE_STRUCT_TIMESPEC 1
  19352. | #define HAVE_STRUCT_TIMEZONE 1
  19353. | #define HAVE_RB_FD_INIT 1
  19354. | #define HAVE_INT8_T 1
  19355. | #define SIZEOF_INT8_T 1
  19356. | #define HAVE_UINT8_T 1
  19357. | #define SIZEOF_UINT8_T 1
  19358. | #define HAVE_INT16_T 1
  19359. | #define SIZEOF_INT16_T 2
  19360. | #define HAVE_UINT16_T 1
  19361. | #define SIZEOF_UINT16_T 2
  19362. | #define HAVE_INT32_T 1
  19363. | #define SIZEOF_INT32_T 4
  19364. | #define HAVE_UINT32_T 1
  19365. | #define SIZEOF_UINT32_T 4
  19366. | #define HAVE_INT64_T 1
  19367. | #define SIZEOF_INT64_T 8
  19368. | #define HAVE_UINT64_T 1
  19369. | #define SIZEOF_UINT64_T 8
  19370. | #define HAVE_INT128_T 1
  19371. | #define int128_t __int128
  19372. | #define SIZEOF_INT128_T SIZEOF___INT128
  19373. | #define HAVE_UINT128_T 1
  19374. | #define uint128_t unsigned __int128
  19375. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19376. | #define HAVE_INTPTR_T 1
  19377. | #define SIZEOF_INTPTR_T 8
  19378. | #define HAVE_UINTPTR_T 1
  19379. | #define SIZEOF_UINTPTR_T 8
  19380. | /* end confdefs.h. */
  19381. | #include <stdio.h>
  19382. | #include <stddef.h>
  19383. | #ifdef __GNUC__
  19384. | #if defined __MINGW_PRINTF_FORMAT
  19385. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(__MINGW_PRINTF_FORMAT, string_index, first_to_check)))
  19386. | #else
  19387. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl __attribute__((format(printf, string_index, first_to_check)))
  19388. | #endif
  19389. | #else
  19390. | #define PRINTF_ARGS(decl, string_index, first_to_check) decl
  19391. | #endif
  19392. | PRINTF_ARGS(void test_sprintf(const char*, ...), 1, 2);
  19393. | int
  19394. | main ()
  19395. | {
  19396. | printf("%I64d", (intptr_t)42);
  19397. | test_sprintf("%I64d", (intptr_t)42);
  19398. | ;
  19399. | return 0;
  19400. | }
  19401. configure:21008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19402. configure:21008: $? = 0
  19403. configure:21025: result: l
  19404. configure:21038: checking for ssize_t
  19405. configure:21056: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19406. configure:21056: $? = 0
  19407. configure:21080: result: yes
  19408. configure:21210: checking size of ssize_t
  19409. configure:21215: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19410. configure:21215: $? = 0
  19411. configure:21215: ./conftest
  19412. configure:21215: $? = 0
  19413. configure:21231: result: 8
  19414. configure:21262: checking for printf prefix for int64_t
  19415. configure:21318: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19416. configure:21318: $? = 0
  19417. configure:21335: result: ll
  19418. configure:21349: checking for stack end address
  19419. configure:21366: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19420. Undefined symbols for architecture x86_64:
  19421. "___libc_stack_end", referenced from:
  19422. _main in conftest-29d136.o
  19423. ld: symbol(s) not found for architecture x86_64
  19424. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19425. configure:21366: $? = 1
  19426. configure: failed program was:
  19427. | /* confdefs.h */
  19428. | #define PACKAGE_NAME ""
  19429. | #define PACKAGE_TARNAME ""
  19430. | #define PACKAGE_VERSION ""
  19431. | #define PACKAGE_STRING ""
  19432. | #define PACKAGE_BUGREPORT ""
  19433. | #define PACKAGE_URL ""
  19434. | #define STDC_HEADERS 1
  19435. | #define HAVE_SYS_TYPES_H 1
  19436. | #define HAVE_SYS_STAT_H 1
  19437. | #define HAVE_STDLIB_H 1
  19438. | #define HAVE_STRING_H 1
  19439. | #define HAVE_MEMORY_H 1
  19440. | #define HAVE_STRINGS_H 1
  19441. | #define HAVE_INTTYPES_H 1
  19442. | #define HAVE_STDINT_H 1
  19443. | #define HAVE_UNISTD_H 1
  19444. | #define __EXTENSIONS__ 1
  19445. | #define _ALL_SOURCE 1
  19446. | #define _GNU_SOURCE 1
  19447. | #define _POSIX_PTHREAD_SEMANTICS 1
  19448. | #define _TANDEM_SOURCE 1
  19449. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19450. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19451. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  19452. | #define BROKEN_CRYPT 1
  19453. | #define HAVE_CRT_EXTERNS_H 1
  19454. | #define HAVE_LIBDL 1
  19455. | #define HAVE_DIRENT_H 1
  19456. | #define HAVE__BOOL 1
  19457. | #define HAVE_STDBOOL_H 1
  19458. | #define HAVE_SYS_WAIT_H 1
  19459. | #define HAVE_GRP_H 1
  19460. | #define HAVE_FCNTL_H 1
  19461. | #define HAVE_FLOAT_H 1
  19462. | #define HAVE_LANGINFO_H 1
  19463. | #define HAVE_LIMITS_H 1
  19464. | #define HAVE_LOCALE_H 1
  19465. | #define HAVE_MALLOC_MALLOC_H 1
  19466. | #define HAVE_PWD_H 1
  19467. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  19468. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  19469. | #define HAVE_STDALIGN_H 1
  19470. | #define HAVE_SYS_ATTR_H 1
  19471. | #define HAVE_SYS_FCNTL_H 1
  19472. | #define HAVE_SYS_FILE_H 1
  19473. | #define HAVE_SYS_IOCTL_H 1
  19474. | #define HAVE_SYS_PARAM_H 1
  19475. | #define HAVE_SYS_RESOURCE_H 1
  19476. | #define HAVE_SYS_SELECT_H 1
  19477. | #define HAVE_SYS_SOCKET_H 1
  19478. | #define HAVE_SYS_TIME_H 1
  19479. | #define HAVE_SYS_TIMES_H 1
  19480. | #define HAVE_SYS_UIO_H 1
  19481. | #define HAVE_TIME_H 1
  19482. | #define HAVE_UCONTEXT_H 1
  19483. | #define HAVE_UTIME_H 1
  19484. | #define HAVE_GMP_H 1
  19485. | #define HAVE_LIBGMP 1
  19486. | #define HAVE_TYPEOF 1
  19487. | #define HAVE_LONG_LONG 1
  19488. | #define HAVE_OFF_T 1
  19489. | #define SIZEOF_INT 4
  19490. | #define SIZEOF_SHORT 2
  19491. | #define SIZEOF_LONG 8
  19492. | #define SIZEOF_LONG_LONG 8
  19493. | #define SIZEOF___INT64 0
  19494. | #define SIZEOF___INT128 16
  19495. | #define SIZEOF_OFF_T 8
  19496. | #define SIZEOF_VOIDP 8
  19497. | #define SIZEOF_FLOAT 4
  19498. | #define SIZEOF_DOUBLE 8
  19499. | #define SIZEOF_TIME_T 8
  19500. | #define SIZEOF_CLOCK_T 8
  19501. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19502. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19503. | #define PRI_LL_PREFIX "ll"
  19504. | #define HAVE_PID_T 1
  19505. | #define rb_pid_t pid_t
  19506. | #define SIGNEDNESS_OF_PID_T -1
  19507. | #define PIDT2NUM(v) INT2NUM(v)
  19508. | #define NUM2PIDT(v) NUM2INT(v)
  19509. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19510. | #define HAVE_UID_T 1
  19511. | #define rb_uid_t uid_t
  19512. | #define SIGNEDNESS_OF_UID_T +1
  19513. | #define UIDT2NUM(v) UINT2NUM(v)
  19514. | #define NUM2UIDT(v) NUM2UINT(v)
  19515. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19516. | #define HAVE_GID_T 1
  19517. | #define rb_gid_t gid_t
  19518. | #define SIGNEDNESS_OF_GID_T +1
  19519. | #define GIDT2NUM(v) UINT2NUM(v)
  19520. | #define NUM2GIDT(v) NUM2UINT(v)
  19521. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19522. | #define HAVE_TIME_T 1
  19523. | #define rb_time_t time_t
  19524. | #define SIGNEDNESS_OF_TIME_T -1
  19525. | #define TIMET2NUM(v) LONG2NUM(v)
  19526. | #define NUM2TIMET(v) NUM2LONG(v)
  19527. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19528. | #define HAVE_DEV_T 1
  19529. | #define rb_dev_t dev_t
  19530. | #define SIGNEDNESS_OF_DEV_T -1
  19531. | #define DEVT2NUM(v) INT2NUM(v)
  19532. | #define NUM2DEVT(v) NUM2INT(v)
  19533. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19534. | #define HAVE_MODE_T 1
  19535. | #define rb_mode_t mode_t
  19536. | #define SIGNEDNESS_OF_MODE_T +1
  19537. | #define MODET2NUM(v) USHORT2NUM(v)
  19538. | #define NUM2MODET(v) NUM2USHORT(v)
  19539. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  19540. | #define HAVE_RLIM_T 1
  19541. | #define rb_rlim_t rlim_t
  19542. | #define SIGNEDNESS_OF_RLIM_T +1
  19543. | #define RLIM2NUM(v) ULL2NUM(v)
  19544. | #define NUM2RLIM(v) NUM2ULL(v)
  19545. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19546. | #define HAVE_OFF_T 1
  19547. | #define rb_off_t off_t
  19548. | #define SIGNEDNESS_OF_OFF_T -1
  19549. | #define OFFT2NUM(v) LL2NUM(v)
  19550. | #define NUM2OFFT(v) NUM2LL(v)
  19551. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19552. | #define HAVE_CLOCKID_T 1
  19553. | #define rb_clockid_t clockid_t
  19554. | #define SIGNEDNESS_OF_CLOCKID_T +1
  19555. | #define CLOCKID2NUM(v) UINT2NUM(v)
  19556. | #define NUM2CLOCKID(v) NUM2UINT(v)
  19557. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19558. | #define HAVE_PROTOTYPES 1
  19559. | #define TOKEN_PASTE(x,y) x##y
  19560. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19561. | #define HAVE_STDARG_PROTOTYPES 1
  19562. | #define HAVE_VA_ARGS_MACRO 1
  19563. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  19564. | #define RUBY_ALIGNOF alignof
  19565. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19566. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19567. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19568. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19569. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19570. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19571. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19572. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19573. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  19574. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  19575. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  19576. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19577. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19578. | #define WEAK(x) __attribute__ ((__weak__)) x
  19579. | #define HAVE_FUNC_WEAK 1
  19580. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19581. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19582. | #define HAVE_GCC_SYNC_BUILTINS 1
  19583. | #define UNREACHABLE __builtin_unreachable()
  19584. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19585. | #define RUBY_FUNCTION_NAME_STRING __func__
  19586. | #define ENUM_OVER_INT 1
  19587. | #define HAVE_DECL_SYS_NERR 1
  19588. | #define HAVE_DECL_GETENV 1
  19589. | #define SIZEOF_SIZE_T 8
  19590. | #define SIZEOF_PTRDIFF_T 8
  19591. | #define PRI_SIZE_PREFIX "z"
  19592. | #define PRI_PTRDIFF_PREFIX "t"
  19593. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19594. | #define HAVE_ST_BLKSIZE 1
  19595. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19596. | #define HAVE_ST_BLOCKS 1
  19597. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19598. | #define HAVE_ST_RDEV 1
  19599. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19600. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19601. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19602. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19603. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19604. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19605. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19606. | #define HAVE_STRUCT_TIMEVAL 1
  19607. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19608. | #define HAVE_STRUCT_TIMESPEC 1
  19609. | #define HAVE_STRUCT_TIMEZONE 1
  19610. | #define HAVE_RB_FD_INIT 1
  19611. | #define HAVE_INT8_T 1
  19612. | #define SIZEOF_INT8_T 1
  19613. | #define HAVE_UINT8_T 1
  19614. | #define SIZEOF_UINT8_T 1
  19615. | #define HAVE_INT16_T 1
  19616. | #define SIZEOF_INT16_T 2
  19617. | #define HAVE_UINT16_T 1
  19618. | #define SIZEOF_UINT16_T 2
  19619. | #define HAVE_INT32_T 1
  19620. | #define SIZEOF_INT32_T 4
  19621. | #define HAVE_UINT32_T 1
  19622. | #define SIZEOF_UINT32_T 4
  19623. | #define HAVE_INT64_T 1
  19624. | #define SIZEOF_INT64_T 8
  19625. | #define HAVE_UINT64_T 1
  19626. | #define SIZEOF_UINT64_T 8
  19627. | #define HAVE_INT128_T 1
  19628. | #define int128_t __int128
  19629. | #define SIZEOF_INT128_T SIZEOF___INT128
  19630. | #define HAVE_UINT128_T 1
  19631. | #define uint128_t unsigned __int128
  19632. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19633. | #define HAVE_INTPTR_T 1
  19634. | #define SIZEOF_INTPTR_T 8
  19635. | #define HAVE_UINTPTR_T 1
  19636. | #define SIZEOF_UINTPTR_T 8
  19637. | #define PRI_PTR_PREFIX "l"
  19638. | #define HAVE_SSIZE_T 1
  19639. | #define SIZEOF_SSIZE_T 8
  19640. | #define PRI_64_PREFIX "ll"
  19641. | /* end confdefs.h. */
  19642. | extern void *__libc_stack_end;
  19643. | int
  19644. | main ()
  19645. | {
  19646. | if (!__libc_stack_end) return 1;
  19647. | ;
  19648. | return 0;
  19649. | }
  19650. configure:21373: result: no
  19651. configure:21384: checking for uid_t in sys/types.h
  19652. configure:21403: result: yes
  19653. configure:21414: checking type of array argument to getgroups
  19654. configure:21473: result: gid_t
  19655. configure:21481: checking return type of signal handlers
  19656. configure:21499: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19657. conftest.c:223:8: error: indirection requires pointer operand ('void' invalid)
  19658. return *(signal (0, 0)) (0) == 1;
  19659. ^~~~~~~~~~~~~~~~~~~~
  19660. 1 error generated.
  19661. configure:21499: $? = 1
  19662. configure: failed program was:
  19663. | /* confdefs.h */
  19664. | #define PACKAGE_NAME ""
  19665. | #define PACKAGE_TARNAME ""
  19666. | #define PACKAGE_VERSION ""
  19667. | #define PACKAGE_STRING ""
  19668. | #define PACKAGE_BUGREPORT ""
  19669. | #define PACKAGE_URL ""
  19670. | #define STDC_HEADERS 1
  19671. | #define HAVE_SYS_TYPES_H 1
  19672. | #define HAVE_SYS_STAT_H 1
  19673. | #define HAVE_STDLIB_H 1
  19674. | #define HAVE_STRING_H 1
  19675. | #define HAVE_MEMORY_H 1
  19676. | #define HAVE_STRINGS_H 1
  19677. | #define HAVE_INTTYPES_H 1
  19678. | #define HAVE_STDINT_H 1
  19679. | #define HAVE_UNISTD_H 1
  19680. | #define __EXTENSIONS__ 1
  19681. | #define _ALL_SOURCE 1
  19682. | #define _GNU_SOURCE 1
  19683. | #define _POSIX_PTHREAD_SEMANTICS 1
  19684. | #define _TANDEM_SOURCE 1
  19685. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19686. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19687. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  19688. | #define BROKEN_CRYPT 1
  19689. | #define HAVE_CRT_EXTERNS_H 1
  19690. | #define HAVE_LIBDL 1
  19691. | #define HAVE_DIRENT_H 1
  19692. | #define HAVE__BOOL 1
  19693. | #define HAVE_STDBOOL_H 1
  19694. | #define HAVE_SYS_WAIT_H 1
  19695. | #define HAVE_GRP_H 1
  19696. | #define HAVE_FCNTL_H 1
  19697. | #define HAVE_FLOAT_H 1
  19698. | #define HAVE_LANGINFO_H 1
  19699. | #define HAVE_LIMITS_H 1
  19700. | #define HAVE_LOCALE_H 1
  19701. | #define HAVE_MALLOC_MALLOC_H 1
  19702. | #define HAVE_PWD_H 1
  19703. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  19704. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  19705. | #define HAVE_STDALIGN_H 1
  19706. | #define HAVE_SYS_ATTR_H 1
  19707. | #define HAVE_SYS_FCNTL_H 1
  19708. | #define HAVE_SYS_FILE_H 1
  19709. | #define HAVE_SYS_IOCTL_H 1
  19710. | #define HAVE_SYS_PARAM_H 1
  19711. | #define HAVE_SYS_RESOURCE_H 1
  19712. | #define HAVE_SYS_SELECT_H 1
  19713. | #define HAVE_SYS_SOCKET_H 1
  19714. | #define HAVE_SYS_TIME_H 1
  19715. | #define HAVE_SYS_TIMES_H 1
  19716. | #define HAVE_SYS_UIO_H 1
  19717. | #define HAVE_TIME_H 1
  19718. | #define HAVE_UCONTEXT_H 1
  19719. | #define HAVE_UTIME_H 1
  19720. | #define HAVE_GMP_H 1
  19721. | #define HAVE_LIBGMP 1
  19722. | #define HAVE_TYPEOF 1
  19723. | #define HAVE_LONG_LONG 1
  19724. | #define HAVE_OFF_T 1
  19725. | #define SIZEOF_INT 4
  19726. | #define SIZEOF_SHORT 2
  19727. | #define SIZEOF_LONG 8
  19728. | #define SIZEOF_LONG_LONG 8
  19729. | #define SIZEOF___INT64 0
  19730. | #define SIZEOF___INT128 16
  19731. | #define SIZEOF_OFF_T 8
  19732. | #define SIZEOF_VOIDP 8
  19733. | #define SIZEOF_FLOAT 4
  19734. | #define SIZEOF_DOUBLE 8
  19735. | #define SIZEOF_TIME_T 8
  19736. | #define SIZEOF_CLOCK_T 8
  19737. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19738. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19739. | #define PRI_LL_PREFIX "ll"
  19740. | #define HAVE_PID_T 1
  19741. | #define rb_pid_t pid_t
  19742. | #define SIGNEDNESS_OF_PID_T -1
  19743. | #define PIDT2NUM(v) INT2NUM(v)
  19744. | #define NUM2PIDT(v) NUM2INT(v)
  19745. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19746. | #define HAVE_UID_T 1
  19747. | #define rb_uid_t uid_t
  19748. | #define SIGNEDNESS_OF_UID_T +1
  19749. | #define UIDT2NUM(v) UINT2NUM(v)
  19750. | #define NUM2UIDT(v) NUM2UINT(v)
  19751. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19752. | #define HAVE_GID_T 1
  19753. | #define rb_gid_t gid_t
  19754. | #define SIGNEDNESS_OF_GID_T +1
  19755. | #define GIDT2NUM(v) UINT2NUM(v)
  19756. | #define NUM2GIDT(v) NUM2UINT(v)
  19757. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19758. | #define HAVE_TIME_T 1
  19759. | #define rb_time_t time_t
  19760. | #define SIGNEDNESS_OF_TIME_T -1
  19761. | #define TIMET2NUM(v) LONG2NUM(v)
  19762. | #define NUM2TIMET(v) NUM2LONG(v)
  19763. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19764. | #define HAVE_DEV_T 1
  19765. | #define rb_dev_t dev_t
  19766. | #define SIGNEDNESS_OF_DEV_T -1
  19767. | #define DEVT2NUM(v) INT2NUM(v)
  19768. | #define NUM2DEVT(v) NUM2INT(v)
  19769. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19770. | #define HAVE_MODE_T 1
  19771. | #define rb_mode_t mode_t
  19772. | #define SIGNEDNESS_OF_MODE_T +1
  19773. | #define MODET2NUM(v) USHORT2NUM(v)
  19774. | #define NUM2MODET(v) NUM2USHORT(v)
  19775. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  19776. | #define HAVE_RLIM_T 1
  19777. | #define rb_rlim_t rlim_t
  19778. | #define SIGNEDNESS_OF_RLIM_T +1
  19779. | #define RLIM2NUM(v) ULL2NUM(v)
  19780. | #define NUM2RLIM(v) NUM2ULL(v)
  19781. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19782. | #define HAVE_OFF_T 1
  19783. | #define rb_off_t off_t
  19784. | #define SIGNEDNESS_OF_OFF_T -1
  19785. | #define OFFT2NUM(v) LL2NUM(v)
  19786. | #define NUM2OFFT(v) NUM2LL(v)
  19787. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19788. | #define HAVE_CLOCKID_T 1
  19789. | #define rb_clockid_t clockid_t
  19790. | #define SIGNEDNESS_OF_CLOCKID_T +1
  19791. | #define CLOCKID2NUM(v) UINT2NUM(v)
  19792. | #define NUM2CLOCKID(v) NUM2UINT(v)
  19793. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19794. | #define HAVE_PROTOTYPES 1
  19795. | #define TOKEN_PASTE(x,y) x##y
  19796. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19797. | #define HAVE_STDARG_PROTOTYPES 1
  19798. | #define HAVE_VA_ARGS_MACRO 1
  19799. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  19800. | #define RUBY_ALIGNOF alignof
  19801. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19802. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19803. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19804. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19805. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19806. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19807. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19808. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19809. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  19810. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  19811. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  19812. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19813. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19814. | #define WEAK(x) __attribute__ ((__weak__)) x
  19815. | #define HAVE_FUNC_WEAK 1
  19816. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19817. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19818. | #define HAVE_GCC_SYNC_BUILTINS 1
  19819. | #define UNREACHABLE __builtin_unreachable()
  19820. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19821. | #define RUBY_FUNCTION_NAME_STRING __func__
  19822. | #define ENUM_OVER_INT 1
  19823. | #define HAVE_DECL_SYS_NERR 1
  19824. | #define HAVE_DECL_GETENV 1
  19825. | #define SIZEOF_SIZE_T 8
  19826. | #define SIZEOF_PTRDIFF_T 8
  19827. | #define PRI_SIZE_PREFIX "z"
  19828. | #define PRI_PTRDIFF_PREFIX "t"
  19829. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19830. | #define HAVE_ST_BLKSIZE 1
  19831. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19832. | #define HAVE_ST_BLOCKS 1
  19833. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19834. | #define HAVE_ST_RDEV 1
  19835. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19836. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19837. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19838. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19839. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19840. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19841. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19842. | #define HAVE_STRUCT_TIMEVAL 1
  19843. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19844. | #define HAVE_STRUCT_TIMESPEC 1
  19845. | #define HAVE_STRUCT_TIMEZONE 1
  19846. | #define HAVE_RB_FD_INIT 1
  19847. | #define HAVE_INT8_T 1
  19848. | #define SIZEOF_INT8_T 1
  19849. | #define HAVE_UINT8_T 1
  19850. | #define SIZEOF_UINT8_T 1
  19851. | #define HAVE_INT16_T 1
  19852. | #define SIZEOF_INT16_T 2
  19853. | #define HAVE_UINT16_T 1
  19854. | #define SIZEOF_UINT16_T 2
  19855. | #define HAVE_INT32_T 1
  19856. | #define SIZEOF_INT32_T 4
  19857. | #define HAVE_UINT32_T 1
  19858. | #define SIZEOF_UINT32_T 4
  19859. | #define HAVE_INT64_T 1
  19860. | #define SIZEOF_INT64_T 8
  19861. | #define HAVE_UINT64_T 1
  19862. | #define SIZEOF_UINT64_T 8
  19863. | #define HAVE_INT128_T 1
  19864. | #define int128_t __int128
  19865. | #define SIZEOF_INT128_T SIZEOF___INT128
  19866. | #define HAVE_UINT128_T 1
  19867. | #define uint128_t unsigned __int128
  19868. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19869. | #define HAVE_INTPTR_T 1
  19870. | #define SIZEOF_INTPTR_T 8
  19871. | #define HAVE_UINTPTR_T 1
  19872. | #define SIZEOF_UINTPTR_T 8
  19873. | #define PRI_PTR_PREFIX "l"
  19874. | #define HAVE_SSIZE_T 1
  19875. | #define SIZEOF_SSIZE_T 8
  19876. | #define PRI_64_PREFIX "ll"
  19877. | #define GETGROUPS_T gid_t
  19878. | /* end confdefs.h. */
  19879. | #include <sys/types.h>
  19880. | #include <signal.h>
  19881. |
  19882. | int
  19883. | main ()
  19884. | {
  19885. | return *(signal (0, 0)) (0) == 1;
  19886. | ;
  19887. | return 0;
  19888. | }
  19889. configure:21506: result: void
  19890. configure:21557: checking for working alloca.h
  19891. configure:21574: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19892. configure:21574: $? = 0
  19893. configure:21582: result: yes
  19894. configure:21590: checking for alloca
  19895. configure:21627: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19896. configure:21627: $? = 0
  19897. configure:21635: result: yes
  19898. configure:21745: checking for dynamic size alloca
  19899. configure:21769: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19900. configure:21769: $? = 0
  19901. configure:21776: result: ok
  19902. configure:21797: checking for working memcmp
  19903. configure:21840: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19904. configure:21840: $? = 0
  19905. configure:21840: ./conftest
  19906. configure:21840: $? = 0
  19907. configure:21850: result: yes
  19908. configure:21863: checking for broken erfc of glibc-2.3.6 on IA64
  19909. configure:21883: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19910. conftest.c:225:4: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  19911. erfc(10000.0);
  19912. ^~~~ ~~~~~~~
  19913. 1 warning generated.
  19914. configure:21883: $? = 0
  19915. configure:21883: ./conftest
  19916. configure:21883: $? = 0
  19917. configure:21893: result: no
  19918. configure:21926: checking for acosh
  19919. configure:21926: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19920. conftest.c:243:6: warning: incompatible redeclaration of library function 'acosh' [-Wincompatible-library-redeclaration]
  19921. char acosh ();
  19922. ^
  19923. conftest.c:243:6: note: 'acosh' is a builtin with type 'double (double)'
  19924. 1 warning generated.
  19925. configure:21926: $? = 0
  19926. configure:21926: result: yes
  19927. configure:21940: checking for cbrt
  19928. configure:21940: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19929. conftest.c:244:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
  19930. char cbrt ();
  19931. ^
  19932. conftest.c:244:6: note: 'cbrt' is a builtin with type 'double (double)'
  19933. 1 warning generated.
  19934. configure:21940: $? = 0
  19935. configure:21940: result: yes
  19936. configure:21954: checking for crypt
  19937. configure:21954: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19938. configure:21954: $? = 0
  19939. configure:21954: result: yes
  19940. configure:21968: checking for dup2
  19941. configure:21968: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19942. configure:21968: $? = 0
  19943. configure:21968: result: yes
  19944. configure:21982: checking for erf
  19945. configure:21982: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19946. conftest.c:247:6: warning: incompatible redeclaration of library function 'erf' [-Wincompatible-library-redeclaration]
  19947. char erf ();
  19948. ^
  19949. conftest.c:247:6: note: 'erf' is a builtin with type 'double (double)'
  19950. 1 warning generated.
  19951. configure:21982: $? = 0
  19952. configure:21982: result: yes
  19953. configure:21996: checking for explicit_bzero
  19954. configure:21996: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  19955. Undefined symbols for architecture x86_64:
  19956. "_explicit_bzero", referenced from:
  19957. _main in conftest-701a6a.o
  19958. ld: symbol(s) not found for architecture x86_64
  19959. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19960. configure:21996: $? = 1
  19961. configure: failed program was:
  19962. | /* confdefs.h */
  19963. | #define PACKAGE_NAME ""
  19964. | #define PACKAGE_TARNAME ""
  19965. | #define PACKAGE_VERSION ""
  19966. | #define PACKAGE_STRING ""
  19967. | #define PACKAGE_BUGREPORT ""
  19968. | #define PACKAGE_URL ""
  19969. | #define STDC_HEADERS 1
  19970. | #define HAVE_SYS_TYPES_H 1
  19971. | #define HAVE_SYS_STAT_H 1
  19972. | #define HAVE_STDLIB_H 1
  19973. | #define HAVE_STRING_H 1
  19974. | #define HAVE_MEMORY_H 1
  19975. | #define HAVE_STRINGS_H 1
  19976. | #define HAVE_INTTYPES_H 1
  19977. | #define HAVE_STDINT_H 1
  19978. | #define HAVE_UNISTD_H 1
  19979. | #define __EXTENSIONS__ 1
  19980. | #define _ALL_SOURCE 1
  19981. | #define _GNU_SOURCE 1
  19982. | #define _POSIX_PTHREAD_SEMANTICS 1
  19983. | #define _TANDEM_SOURCE 1
  19984. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19985. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19986. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  19987. | #define BROKEN_CRYPT 1
  19988. | #define HAVE_CRT_EXTERNS_H 1
  19989. | #define HAVE_LIBDL 1
  19990. | #define HAVE_DIRENT_H 1
  19991. | #define HAVE__BOOL 1
  19992. | #define HAVE_STDBOOL_H 1
  19993. | #define HAVE_SYS_WAIT_H 1
  19994. | #define HAVE_GRP_H 1
  19995. | #define HAVE_FCNTL_H 1
  19996. | #define HAVE_FLOAT_H 1
  19997. | #define HAVE_LANGINFO_H 1
  19998. | #define HAVE_LIMITS_H 1
  19999. | #define HAVE_LOCALE_H 1
  20000. | #define HAVE_MALLOC_MALLOC_H 1
  20001. | #define HAVE_PWD_H 1
  20002. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  20003. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  20004. | #define HAVE_STDALIGN_H 1
  20005. | #define HAVE_SYS_ATTR_H 1
  20006. | #define HAVE_SYS_FCNTL_H 1
  20007. | #define HAVE_SYS_FILE_H 1
  20008. | #define HAVE_SYS_IOCTL_H 1
  20009. | #define HAVE_SYS_PARAM_H 1
  20010. | #define HAVE_SYS_RESOURCE_H 1
  20011. | #define HAVE_SYS_SELECT_H 1
  20012. | #define HAVE_SYS_SOCKET_H 1
  20013. | #define HAVE_SYS_TIME_H 1
  20014. | #define HAVE_SYS_TIMES_H 1
  20015. | #define HAVE_SYS_UIO_H 1
  20016. | #define HAVE_TIME_H 1
  20017. | #define HAVE_UCONTEXT_H 1
  20018. | #define HAVE_UTIME_H 1
  20019. | #define HAVE_GMP_H 1
  20020. | #define HAVE_LIBGMP 1
  20021. | #define HAVE_TYPEOF 1
  20022. | #define HAVE_LONG_LONG 1
  20023. | #define HAVE_OFF_T 1
  20024. | #define SIZEOF_INT 4
  20025. | #define SIZEOF_SHORT 2
  20026. | #define SIZEOF_LONG 8
  20027. | #define SIZEOF_LONG_LONG 8
  20028. | #define SIZEOF___INT64 0
  20029. | #define SIZEOF___INT128 16
  20030. | #define SIZEOF_OFF_T 8
  20031. | #define SIZEOF_VOIDP 8
  20032. | #define SIZEOF_FLOAT 4
  20033. | #define SIZEOF_DOUBLE 8
  20034. | #define SIZEOF_TIME_T 8
  20035. | #define SIZEOF_CLOCK_T 8
  20036. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20037. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20038. | #define PRI_LL_PREFIX "ll"
  20039. | #define HAVE_PID_T 1
  20040. | #define rb_pid_t pid_t
  20041. | #define SIGNEDNESS_OF_PID_T -1
  20042. | #define PIDT2NUM(v) INT2NUM(v)
  20043. | #define NUM2PIDT(v) NUM2INT(v)
  20044. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20045. | #define HAVE_UID_T 1
  20046. | #define rb_uid_t uid_t
  20047. | #define SIGNEDNESS_OF_UID_T +1
  20048. | #define UIDT2NUM(v) UINT2NUM(v)
  20049. | #define NUM2UIDT(v) NUM2UINT(v)
  20050. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20051. | #define HAVE_GID_T 1
  20052. | #define rb_gid_t gid_t
  20053. | #define SIGNEDNESS_OF_GID_T +1
  20054. | #define GIDT2NUM(v) UINT2NUM(v)
  20055. | #define NUM2GIDT(v) NUM2UINT(v)
  20056. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20057. | #define HAVE_TIME_T 1
  20058. | #define rb_time_t time_t
  20059. | #define SIGNEDNESS_OF_TIME_T -1
  20060. | #define TIMET2NUM(v) LONG2NUM(v)
  20061. | #define NUM2TIMET(v) NUM2LONG(v)
  20062. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20063. | #define HAVE_DEV_T 1
  20064. | #define rb_dev_t dev_t
  20065. | #define SIGNEDNESS_OF_DEV_T -1
  20066. | #define DEVT2NUM(v) INT2NUM(v)
  20067. | #define NUM2DEVT(v) NUM2INT(v)
  20068. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20069. | #define HAVE_MODE_T 1
  20070. | #define rb_mode_t mode_t
  20071. | #define SIGNEDNESS_OF_MODE_T +1
  20072. | #define MODET2NUM(v) USHORT2NUM(v)
  20073. | #define NUM2MODET(v) NUM2USHORT(v)
  20074. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  20075. | #define HAVE_RLIM_T 1
  20076. | #define rb_rlim_t rlim_t
  20077. | #define SIGNEDNESS_OF_RLIM_T +1
  20078. | #define RLIM2NUM(v) ULL2NUM(v)
  20079. | #define NUM2RLIM(v) NUM2ULL(v)
  20080. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20081. | #define HAVE_OFF_T 1
  20082. | #define rb_off_t off_t
  20083. | #define SIGNEDNESS_OF_OFF_T -1
  20084. | #define OFFT2NUM(v) LL2NUM(v)
  20085. | #define NUM2OFFT(v) NUM2LL(v)
  20086. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20087. | #define HAVE_CLOCKID_T 1
  20088. | #define rb_clockid_t clockid_t
  20089. | #define SIGNEDNESS_OF_CLOCKID_T +1
  20090. | #define CLOCKID2NUM(v) UINT2NUM(v)
  20091. | #define NUM2CLOCKID(v) NUM2UINT(v)
  20092. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20093. | #define HAVE_PROTOTYPES 1
  20094. | #define TOKEN_PASTE(x,y) x##y
  20095. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20096. | #define HAVE_STDARG_PROTOTYPES 1
  20097. | #define HAVE_VA_ARGS_MACRO 1
  20098. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  20099. | #define RUBY_ALIGNOF alignof
  20100. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20101. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20102. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20103. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20104. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20105. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20106. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20107. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20108. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  20109. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  20110. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  20111. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20112. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20113. | #define WEAK(x) __attribute__ ((__weak__)) x
  20114. | #define HAVE_FUNC_WEAK 1
  20115. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20116. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20117. | #define HAVE_GCC_SYNC_BUILTINS 1
  20118. | #define UNREACHABLE __builtin_unreachable()
  20119. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20120. | #define RUBY_FUNCTION_NAME_STRING __func__
  20121. | #define ENUM_OVER_INT 1
  20122. | #define HAVE_DECL_SYS_NERR 1
  20123. | #define HAVE_DECL_GETENV 1
  20124. | #define SIZEOF_SIZE_T 8
  20125. | #define SIZEOF_PTRDIFF_T 8
  20126. | #define PRI_SIZE_PREFIX "z"
  20127. | #define PRI_PTRDIFF_PREFIX "t"
  20128. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20129. | #define HAVE_ST_BLKSIZE 1
  20130. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20131. | #define HAVE_ST_BLOCKS 1
  20132. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20133. | #define HAVE_ST_RDEV 1
  20134. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20135. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20136. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20137. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20138. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20139. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20140. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20141. | #define HAVE_STRUCT_TIMEVAL 1
  20142. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20143. | #define HAVE_STRUCT_TIMESPEC 1
  20144. | #define HAVE_STRUCT_TIMEZONE 1
  20145. | #define HAVE_RB_FD_INIT 1
  20146. | #define HAVE_INT8_T 1
  20147. | #define SIZEOF_INT8_T 1
  20148. | #define HAVE_UINT8_T 1
  20149. | #define SIZEOF_UINT8_T 1
  20150. | #define HAVE_INT16_T 1
  20151. | #define SIZEOF_INT16_T 2
  20152. | #define HAVE_UINT16_T 1
  20153. | #define SIZEOF_UINT16_T 2
  20154. | #define HAVE_INT32_T 1
  20155. | #define SIZEOF_INT32_T 4
  20156. | #define HAVE_UINT32_T 1
  20157. | #define SIZEOF_UINT32_T 4
  20158. | #define HAVE_INT64_T 1
  20159. | #define SIZEOF_INT64_T 8
  20160. | #define HAVE_UINT64_T 1
  20161. | #define SIZEOF_UINT64_T 8
  20162. | #define HAVE_INT128_T 1
  20163. | #define int128_t __int128
  20164. | #define SIZEOF_INT128_T SIZEOF___INT128
  20165. | #define HAVE_UINT128_T 1
  20166. | #define uint128_t unsigned __int128
  20167. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20168. | #define HAVE_INTPTR_T 1
  20169. | #define SIZEOF_INTPTR_T 8
  20170. | #define HAVE_UINTPTR_T 1
  20171. | #define SIZEOF_UINTPTR_T 8
  20172. | #define PRI_PTR_PREFIX "l"
  20173. | #define HAVE_SSIZE_T 1
  20174. | #define SIZEOF_SSIZE_T 8
  20175. | #define PRI_64_PREFIX "ll"
  20176. | #define GETGROUPS_T gid_t
  20177. | #define RETSIGTYPE void
  20178. | #define HAVE_ALLOCA_H 1
  20179. | #define HAVE_ALLOCA 1
  20180. | #define HAVE_ACOSH 1
  20181. | #define HAVE_CBRT 1
  20182. | #define HAVE_CRYPT 1
  20183. | #define HAVE_DUP2 1
  20184. | #define HAVE_ERF 1
  20185. | /* end confdefs.h. */
  20186. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  20187. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20188. | #define explicit_bzero innocuous_explicit_bzero
  20189. |
  20190. | /* System header to define __stub macros and hopefully few prototypes,
  20191. | which can conflict with char explicit_bzero (); below.
  20192. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20193. | <limits.h> exists even on freestanding compilers. */
  20194. |
  20195. | #ifdef __STDC__
  20196. | # include <limits.h>
  20197. | #else
  20198. | # include <assert.h>
  20199. | #endif
  20200. |
  20201. | #undef explicit_bzero
  20202. |
  20203. | /* Override any GCC internal prototype to avoid an error.
  20204. | Use char because int might match the return type of a GCC
  20205. | builtin and then its argument prototype would still apply. */
  20206. | #ifdef __cplusplus
  20207. | extern "C"
  20208. | #endif
  20209. | char explicit_bzero ();
  20210. | /* The GNU C library defines this for functions which it implements
  20211. | to always fail with ENOSYS. Some functions are actually named
  20212. | something starting with __ and the normal name is an alias. */
  20213. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  20214. | choke me
  20215. | #endif
  20216. |
  20217. | int
  20218. | main ()
  20219. | {
  20220. | return explicit_bzero ();
  20221. | ;
  20222. | return 0;
  20223. | }
  20224. configure:21996: result: no
  20225. configure:22010: checking for ffs
  20226. configure:22010: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20227. configure:22010: $? = 0
  20228. configure:22010: result: yes
  20229. configure:22024: checking for finite
  20230. configure:22024: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20231. conftest.c:249:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration]
  20232. char finite ();
  20233. ^
  20234. conftest.c:249:6: note: 'finite' is a builtin with type 'int (double)'
  20235. 1 warning generated.
  20236. configure:22024: $? = 0
  20237. configure:22024: result: yes
  20238. configure:22038: checking for flock
  20239. configure:22038: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20240. configure:22038: $? = 0
  20241. configure:22038: result: yes
  20242. configure:22052: checking for hypot
  20243. configure:22052: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20244. conftest.c:251:6: warning: incompatible redeclaration of library function 'hypot' [-Wincompatible-library-redeclaration]
  20245. char hypot ();
  20246. ^
  20247. conftest.c:251:6: note: 'hypot' is a builtin with type 'double (double, double)'
  20248. 1 warning generated.
  20249. configure:22052: $? = 0
  20250. configure:22052: result: yes
  20251. configure:22066: checking for isinf
  20252. configure:22066: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20253. configure:22066: $? = 0
  20254. configure:22066: result: yes
  20255. configure:22080: checking for isnan
  20256. configure:22080: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20257. configure:22080: $? = 0
  20258. configure:22080: result: yes
  20259. configure:22094: checking for lgamma_r
  20260. configure:22094: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20261. configure:22094: $? = 0
  20262. configure:22094: result: yes
  20263. configure:22108: checking for memmove
  20264. configure:22108: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20265. conftest.c:255:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
  20266. char memmove ();
  20267. ^
  20268. conftest.c:255:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
  20269. 1 warning generated.
  20270. configure:22108: $? = 0
  20271. configure:22108: result: yes
  20272. configure:22122: checking for nan
  20273. configure:22122: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20274. conftest.c:256:6: warning: incompatible redeclaration of library function 'nan' [-Wincompatible-library-redeclaration]
  20275. char nan ();
  20276. ^
  20277. conftest.c:256:6: note: 'nan' is a builtin with type 'double (const char *)'
  20278. 1 warning generated.
  20279. configure:22122: $? = 0
  20280. configure:22122: result: yes
  20281. configure:22136: checking for nextafter
  20282. configure:22136: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20283. conftest.c:257:6: warning: incompatible redeclaration of library function 'nextafter' [-Wincompatible-library-redeclaration]
  20284. char nextafter ();
  20285. ^
  20286. conftest.c:257:6: note: 'nextafter' is a builtin with type 'double (double, double)'
  20287. 1 warning generated.
  20288. configure:22136: $? = 0
  20289. configure:22136: result: yes
  20290. configure:22150: checking for setproctitle
  20291. configure:22150: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20292. Undefined symbols for architecture x86_64:
  20293. "_setproctitle", referenced from:
  20294. _main in conftest-d8bfd4.o
  20295. ld: symbol(s) not found for architecture x86_64
  20296. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20297. configure:22150: $? = 1
  20298. configure: failed program was:
  20299. | /* confdefs.h */
  20300. | #define PACKAGE_NAME ""
  20301. | #define PACKAGE_TARNAME ""
  20302. | #define PACKAGE_VERSION ""
  20303. | #define PACKAGE_STRING ""
  20304. | #define PACKAGE_BUGREPORT ""
  20305. | #define PACKAGE_URL ""
  20306. | #define STDC_HEADERS 1
  20307. | #define HAVE_SYS_TYPES_H 1
  20308. | #define HAVE_SYS_STAT_H 1
  20309. | #define HAVE_STDLIB_H 1
  20310. | #define HAVE_STRING_H 1
  20311. | #define HAVE_MEMORY_H 1
  20312. | #define HAVE_STRINGS_H 1
  20313. | #define HAVE_INTTYPES_H 1
  20314. | #define HAVE_STDINT_H 1
  20315. | #define HAVE_UNISTD_H 1
  20316. | #define __EXTENSIONS__ 1
  20317. | #define _ALL_SOURCE 1
  20318. | #define _GNU_SOURCE 1
  20319. | #define _POSIX_PTHREAD_SEMANTICS 1
  20320. | #define _TANDEM_SOURCE 1
  20321. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20322. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20323. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  20324. | #define BROKEN_CRYPT 1
  20325. | #define HAVE_CRT_EXTERNS_H 1
  20326. | #define HAVE_LIBDL 1
  20327. | #define HAVE_DIRENT_H 1
  20328. | #define HAVE__BOOL 1
  20329. | #define HAVE_STDBOOL_H 1
  20330. | #define HAVE_SYS_WAIT_H 1
  20331. | #define HAVE_GRP_H 1
  20332. | #define HAVE_FCNTL_H 1
  20333. | #define HAVE_FLOAT_H 1
  20334. | #define HAVE_LANGINFO_H 1
  20335. | #define HAVE_LIMITS_H 1
  20336. | #define HAVE_LOCALE_H 1
  20337. | #define HAVE_MALLOC_MALLOC_H 1
  20338. | #define HAVE_PWD_H 1
  20339. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  20340. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  20341. | #define HAVE_STDALIGN_H 1
  20342. | #define HAVE_SYS_ATTR_H 1
  20343. | #define HAVE_SYS_FCNTL_H 1
  20344. | #define HAVE_SYS_FILE_H 1
  20345. | #define HAVE_SYS_IOCTL_H 1
  20346. | #define HAVE_SYS_PARAM_H 1
  20347. | #define HAVE_SYS_RESOURCE_H 1
  20348. | #define HAVE_SYS_SELECT_H 1
  20349. | #define HAVE_SYS_SOCKET_H 1
  20350. | #define HAVE_SYS_TIME_H 1
  20351. | #define HAVE_SYS_TIMES_H 1
  20352. | #define HAVE_SYS_UIO_H 1
  20353. | #define HAVE_TIME_H 1
  20354. | #define HAVE_UCONTEXT_H 1
  20355. | #define HAVE_UTIME_H 1
  20356. | #define HAVE_GMP_H 1
  20357. | #define HAVE_LIBGMP 1
  20358. | #define HAVE_TYPEOF 1
  20359. | #define HAVE_LONG_LONG 1
  20360. | #define HAVE_OFF_T 1
  20361. | #define SIZEOF_INT 4
  20362. | #define SIZEOF_SHORT 2
  20363. | #define SIZEOF_LONG 8
  20364. | #define SIZEOF_LONG_LONG 8
  20365. | #define SIZEOF___INT64 0
  20366. | #define SIZEOF___INT128 16
  20367. | #define SIZEOF_OFF_T 8
  20368. | #define SIZEOF_VOIDP 8
  20369. | #define SIZEOF_FLOAT 4
  20370. | #define SIZEOF_DOUBLE 8
  20371. | #define SIZEOF_TIME_T 8
  20372. | #define SIZEOF_CLOCK_T 8
  20373. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20374. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20375. | #define PRI_LL_PREFIX "ll"
  20376. | #define HAVE_PID_T 1
  20377. | #define rb_pid_t pid_t
  20378. | #define SIGNEDNESS_OF_PID_T -1
  20379. | #define PIDT2NUM(v) INT2NUM(v)
  20380. | #define NUM2PIDT(v) NUM2INT(v)
  20381. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20382. | #define HAVE_UID_T 1
  20383. | #define rb_uid_t uid_t
  20384. | #define SIGNEDNESS_OF_UID_T +1
  20385. | #define UIDT2NUM(v) UINT2NUM(v)
  20386. | #define NUM2UIDT(v) NUM2UINT(v)
  20387. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20388. | #define HAVE_GID_T 1
  20389. | #define rb_gid_t gid_t
  20390. | #define SIGNEDNESS_OF_GID_T +1
  20391. | #define GIDT2NUM(v) UINT2NUM(v)
  20392. | #define NUM2GIDT(v) NUM2UINT(v)
  20393. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20394. | #define HAVE_TIME_T 1
  20395. | #define rb_time_t time_t
  20396. | #define SIGNEDNESS_OF_TIME_T -1
  20397. | #define TIMET2NUM(v) LONG2NUM(v)
  20398. | #define NUM2TIMET(v) NUM2LONG(v)
  20399. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20400. | #define HAVE_DEV_T 1
  20401. | #define rb_dev_t dev_t
  20402. | #define SIGNEDNESS_OF_DEV_T -1
  20403. | #define DEVT2NUM(v) INT2NUM(v)
  20404. | #define NUM2DEVT(v) NUM2INT(v)
  20405. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20406. | #define HAVE_MODE_T 1
  20407. | #define rb_mode_t mode_t
  20408. | #define SIGNEDNESS_OF_MODE_T +1
  20409. | #define MODET2NUM(v) USHORT2NUM(v)
  20410. | #define NUM2MODET(v) NUM2USHORT(v)
  20411. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  20412. | #define HAVE_RLIM_T 1
  20413. | #define rb_rlim_t rlim_t
  20414. | #define SIGNEDNESS_OF_RLIM_T +1
  20415. | #define RLIM2NUM(v) ULL2NUM(v)
  20416. | #define NUM2RLIM(v) NUM2ULL(v)
  20417. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20418. | #define HAVE_OFF_T 1
  20419. | #define rb_off_t off_t
  20420. | #define SIGNEDNESS_OF_OFF_T -1
  20421. | #define OFFT2NUM(v) LL2NUM(v)
  20422. | #define NUM2OFFT(v) NUM2LL(v)
  20423. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20424. | #define HAVE_CLOCKID_T 1
  20425. | #define rb_clockid_t clockid_t
  20426. | #define SIGNEDNESS_OF_CLOCKID_T +1
  20427. | #define CLOCKID2NUM(v) UINT2NUM(v)
  20428. | #define NUM2CLOCKID(v) NUM2UINT(v)
  20429. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20430. | #define HAVE_PROTOTYPES 1
  20431. | #define TOKEN_PASTE(x,y) x##y
  20432. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20433. | #define HAVE_STDARG_PROTOTYPES 1
  20434. | #define HAVE_VA_ARGS_MACRO 1
  20435. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  20436. | #define RUBY_ALIGNOF alignof
  20437. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20438. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20439. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20440. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20441. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20442. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20443. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20444. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20445. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  20446. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  20447. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  20448. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20449. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20450. | #define WEAK(x) __attribute__ ((__weak__)) x
  20451. | #define HAVE_FUNC_WEAK 1
  20452. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20453. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20454. | #define HAVE_GCC_SYNC_BUILTINS 1
  20455. | #define UNREACHABLE __builtin_unreachable()
  20456. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20457. | #define RUBY_FUNCTION_NAME_STRING __func__
  20458. | #define ENUM_OVER_INT 1
  20459. | #define HAVE_DECL_SYS_NERR 1
  20460. | #define HAVE_DECL_GETENV 1
  20461. | #define SIZEOF_SIZE_T 8
  20462. | #define SIZEOF_PTRDIFF_T 8
  20463. | #define PRI_SIZE_PREFIX "z"
  20464. | #define PRI_PTRDIFF_PREFIX "t"
  20465. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20466. | #define HAVE_ST_BLKSIZE 1
  20467. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20468. | #define HAVE_ST_BLOCKS 1
  20469. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20470. | #define HAVE_ST_RDEV 1
  20471. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20472. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20473. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20474. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20475. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20476. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20477. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20478. | #define HAVE_STRUCT_TIMEVAL 1
  20479. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20480. | #define HAVE_STRUCT_TIMESPEC 1
  20481. | #define HAVE_STRUCT_TIMEZONE 1
  20482. | #define HAVE_RB_FD_INIT 1
  20483. | #define HAVE_INT8_T 1
  20484. | #define SIZEOF_INT8_T 1
  20485. | #define HAVE_UINT8_T 1
  20486. | #define SIZEOF_UINT8_T 1
  20487. | #define HAVE_INT16_T 1
  20488. | #define SIZEOF_INT16_T 2
  20489. | #define HAVE_UINT16_T 1
  20490. | #define SIZEOF_UINT16_T 2
  20491. | #define HAVE_INT32_T 1
  20492. | #define SIZEOF_INT32_T 4
  20493. | #define HAVE_UINT32_T 1
  20494. | #define SIZEOF_UINT32_T 4
  20495. | #define HAVE_INT64_T 1
  20496. | #define SIZEOF_INT64_T 8
  20497. | #define HAVE_UINT64_T 1
  20498. | #define SIZEOF_UINT64_T 8
  20499. | #define HAVE_INT128_T 1
  20500. | #define int128_t __int128
  20501. | #define SIZEOF_INT128_T SIZEOF___INT128
  20502. | #define HAVE_UINT128_T 1
  20503. | #define uint128_t unsigned __int128
  20504. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20505. | #define HAVE_INTPTR_T 1
  20506. | #define SIZEOF_INTPTR_T 8
  20507. | #define HAVE_UINTPTR_T 1
  20508. | #define SIZEOF_UINTPTR_T 8
  20509. | #define PRI_PTR_PREFIX "l"
  20510. | #define HAVE_SSIZE_T 1
  20511. | #define SIZEOF_SSIZE_T 8
  20512. | #define PRI_64_PREFIX "ll"
  20513. | #define GETGROUPS_T gid_t
  20514. | #define RETSIGTYPE void
  20515. | #define HAVE_ALLOCA_H 1
  20516. | #define HAVE_ALLOCA 1
  20517. | #define HAVE_ACOSH 1
  20518. | #define HAVE_CBRT 1
  20519. | #define HAVE_CRYPT 1
  20520. | #define HAVE_DUP2 1
  20521. | #define HAVE_ERF 1
  20522. | #define HAVE_FFS 1
  20523. | #define HAVE_FINITE 1
  20524. | #define HAVE_FLOCK 1
  20525. | #define HAVE_HYPOT 1
  20526. | #define HAVE_ISINF 1
  20527. | #define HAVE_ISNAN 1
  20528. | #define HAVE_LGAMMA_R 1
  20529. | #define HAVE_MEMMOVE 1
  20530. | #define HAVE_NAN 1
  20531. | #define HAVE_NEXTAFTER 1
  20532. | /* end confdefs.h. */
  20533. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  20534. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20535. | #define setproctitle innocuous_setproctitle
  20536. |
  20537. | /* System header to define __stub macros and hopefully few prototypes,
  20538. | which can conflict with char setproctitle (); below.
  20539. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20540. | <limits.h> exists even on freestanding compilers. */
  20541. |
  20542. | #ifdef __STDC__
  20543. | # include <limits.h>
  20544. | #else
  20545. | # include <assert.h>
  20546. | #endif
  20547. |
  20548. | #undef setproctitle
  20549. |
  20550. | /* Override any GCC internal prototype to avoid an error.
  20551. | Use char because int might match the return type of a GCC
  20552. | builtin and then its argument prototype would still apply. */
  20553. | #ifdef __cplusplus
  20554. | extern "C"
  20555. | #endif
  20556. | char setproctitle ();
  20557. | /* The GNU C library defines this for functions which it implements
  20558. | to always fail with ENOSYS. Some functions are actually named
  20559. | something starting with __ and the normal name is an alias. */
  20560. | #if defined __stub_setproctitle || defined __stub___setproctitle
  20561. | choke me
  20562. | #endif
  20563. |
  20564. | int
  20565. | main ()
  20566. | {
  20567. | return setproctitle ();
  20568. | ;
  20569. | return 0;
  20570. | }
  20571. configure:22150: result: no
  20572. configure:22164: checking for strchr
  20573. configure:22164: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20574. conftest.c:258:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
  20575. char strchr ();
  20576. ^
  20577. conftest.c:258:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
  20578. 1 warning generated.
  20579. configure:22164: $? = 0
  20580. configure:22164: result: yes
  20581. configure:22178: checking for strerror
  20582. configure:22178: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20583. conftest.c:259:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  20584. char strerror ();
  20585. ^
  20586. conftest.c:259:6: note: 'strerror' is a builtin with type 'char *(int)'
  20587. 1 warning generated.
  20588. configure:22178: $? = 0
  20589. configure:22178: result: yes
  20590. configure:22192: checking for strlcat
  20591. configure:22192: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20592. conftest.c:260:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
  20593. char strlcat ();
  20594. ^
  20595. conftest.c:260:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  20596. 1 warning generated.
  20597. configure:22192: $? = 0
  20598. configure:22192: result: yes
  20599. configure:22206: checking for strlcpy
  20600. configure:22206: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20601. conftest.c:261:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
  20602. char strlcpy ();
  20603. ^
  20604. conftest.c:261:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  20605. 1 warning generated.
  20606. configure:22206: $? = 0
  20607. configure:22206: result: yes
  20608. configure:22220: checking for strstr
  20609. configure:22220: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20610. conftest.c:262:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
  20611. char strstr ();
  20612. ^
  20613. conftest.c:262:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
  20614. 1 warning generated.
  20615. configure:22220: $? = 0
  20616. configure:22220: result: yes
  20617. configure:22234: checking for tgamma
  20618. configure:22234: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  20619. conftest.c:263:6: warning: incompatible redeclaration of library function 'tgamma' [-Wincompatible-library-redeclaration]
  20620. char tgamma ();
  20621. ^
  20622. conftest.c:263:6: note: 'tgamma' is a builtin with type 'double (double)'
  20623. 1 warning generated.
  20624. configure:22234: $? = 0
  20625. configure:22234: result: yes
  20626. configure:22262: checking sys/pstat.h usability
  20627. configure:22262: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  20628. conftest.c:275:10: fatal error: 'sys/pstat.h' file not found
  20629. #include <sys/pstat.h>
  20630. ^~~~~~~~~~~~~
  20631. 1 error generated.
  20632. configure:22262: $? = 1
  20633. configure: failed program was:
  20634. | /* confdefs.h */
  20635. | #define PACKAGE_NAME ""
  20636. | #define PACKAGE_TARNAME ""
  20637. | #define PACKAGE_VERSION ""
  20638. | #define PACKAGE_STRING ""
  20639. | #define PACKAGE_BUGREPORT ""
  20640. | #define PACKAGE_URL ""
  20641. | #define STDC_HEADERS 1
  20642. | #define HAVE_SYS_TYPES_H 1
  20643. | #define HAVE_SYS_STAT_H 1
  20644. | #define HAVE_STDLIB_H 1
  20645. | #define HAVE_STRING_H 1
  20646. | #define HAVE_MEMORY_H 1
  20647. | #define HAVE_STRINGS_H 1
  20648. | #define HAVE_INTTYPES_H 1
  20649. | #define HAVE_STDINT_H 1
  20650. | #define HAVE_UNISTD_H 1
  20651. | #define __EXTENSIONS__ 1
  20652. | #define _ALL_SOURCE 1
  20653. | #define _GNU_SOURCE 1
  20654. | #define _POSIX_PTHREAD_SEMANTICS 1
  20655. | #define _TANDEM_SOURCE 1
  20656. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20657. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20658. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  20659. | #define BROKEN_CRYPT 1
  20660. | #define HAVE_CRT_EXTERNS_H 1
  20661. | #define HAVE_LIBDL 1
  20662. | #define HAVE_DIRENT_H 1
  20663. | #define HAVE__BOOL 1
  20664. | #define HAVE_STDBOOL_H 1
  20665. | #define HAVE_SYS_WAIT_H 1
  20666. | #define HAVE_GRP_H 1
  20667. | #define HAVE_FCNTL_H 1
  20668. | #define HAVE_FLOAT_H 1
  20669. | #define HAVE_LANGINFO_H 1
  20670. | #define HAVE_LIMITS_H 1
  20671. | #define HAVE_LOCALE_H 1
  20672. | #define HAVE_MALLOC_MALLOC_H 1
  20673. | #define HAVE_PWD_H 1
  20674. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  20675. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  20676. | #define HAVE_STDALIGN_H 1
  20677. | #define HAVE_SYS_ATTR_H 1
  20678. | #define HAVE_SYS_FCNTL_H 1
  20679. | #define HAVE_SYS_FILE_H 1
  20680. | #define HAVE_SYS_IOCTL_H 1
  20681. | #define HAVE_SYS_PARAM_H 1
  20682. | #define HAVE_SYS_RESOURCE_H 1
  20683. | #define HAVE_SYS_SELECT_H 1
  20684. | #define HAVE_SYS_SOCKET_H 1
  20685. | #define HAVE_SYS_TIME_H 1
  20686. | #define HAVE_SYS_TIMES_H 1
  20687. | #define HAVE_SYS_UIO_H 1
  20688. | #define HAVE_TIME_H 1
  20689. | #define HAVE_UCONTEXT_H 1
  20690. | #define HAVE_UTIME_H 1
  20691. | #define HAVE_GMP_H 1
  20692. | #define HAVE_LIBGMP 1
  20693. | #define HAVE_TYPEOF 1
  20694. | #define HAVE_LONG_LONG 1
  20695. | #define HAVE_OFF_T 1
  20696. | #define SIZEOF_INT 4
  20697. | #define SIZEOF_SHORT 2
  20698. | #define SIZEOF_LONG 8
  20699. | #define SIZEOF_LONG_LONG 8
  20700. | #define SIZEOF___INT64 0
  20701. | #define SIZEOF___INT128 16
  20702. | #define SIZEOF_OFF_T 8
  20703. | #define SIZEOF_VOIDP 8
  20704. | #define SIZEOF_FLOAT 4
  20705. | #define SIZEOF_DOUBLE 8
  20706. | #define SIZEOF_TIME_T 8
  20707. | #define SIZEOF_CLOCK_T 8
  20708. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20709. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20710. | #define PRI_LL_PREFIX "ll"
  20711. | #define HAVE_PID_T 1
  20712. | #define rb_pid_t pid_t
  20713. | #define SIGNEDNESS_OF_PID_T -1
  20714. | #define PIDT2NUM(v) INT2NUM(v)
  20715. | #define NUM2PIDT(v) NUM2INT(v)
  20716. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20717. | #define HAVE_UID_T 1
  20718. | #define rb_uid_t uid_t
  20719. | #define SIGNEDNESS_OF_UID_T +1
  20720. | #define UIDT2NUM(v) UINT2NUM(v)
  20721. | #define NUM2UIDT(v) NUM2UINT(v)
  20722. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20723. | #define HAVE_GID_T 1
  20724. | #define rb_gid_t gid_t
  20725. | #define SIGNEDNESS_OF_GID_T +1
  20726. | #define GIDT2NUM(v) UINT2NUM(v)
  20727. | #define NUM2GIDT(v) NUM2UINT(v)
  20728. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20729. | #define HAVE_TIME_T 1
  20730. | #define rb_time_t time_t
  20731. | #define SIGNEDNESS_OF_TIME_T -1
  20732. | #define TIMET2NUM(v) LONG2NUM(v)
  20733. | #define NUM2TIMET(v) NUM2LONG(v)
  20734. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20735. | #define HAVE_DEV_T 1
  20736. | #define rb_dev_t dev_t
  20737. | #define SIGNEDNESS_OF_DEV_T -1
  20738. | #define DEVT2NUM(v) INT2NUM(v)
  20739. | #define NUM2DEVT(v) NUM2INT(v)
  20740. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20741. | #define HAVE_MODE_T 1
  20742. | #define rb_mode_t mode_t
  20743. | #define SIGNEDNESS_OF_MODE_T +1
  20744. | #define MODET2NUM(v) USHORT2NUM(v)
  20745. | #define NUM2MODET(v) NUM2USHORT(v)
  20746. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  20747. | #define HAVE_RLIM_T 1
  20748. | #define rb_rlim_t rlim_t
  20749. | #define SIGNEDNESS_OF_RLIM_T +1
  20750. | #define RLIM2NUM(v) ULL2NUM(v)
  20751. | #define NUM2RLIM(v) NUM2ULL(v)
  20752. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20753. | #define HAVE_OFF_T 1
  20754. | #define rb_off_t off_t
  20755. | #define SIGNEDNESS_OF_OFF_T -1
  20756. | #define OFFT2NUM(v) LL2NUM(v)
  20757. | #define NUM2OFFT(v) NUM2LL(v)
  20758. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20759. | #define HAVE_CLOCKID_T 1
  20760. | #define rb_clockid_t clockid_t
  20761. | #define SIGNEDNESS_OF_CLOCKID_T +1
  20762. | #define CLOCKID2NUM(v) UINT2NUM(v)
  20763. | #define NUM2CLOCKID(v) NUM2UINT(v)
  20764. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20765. | #define HAVE_PROTOTYPES 1
  20766. | #define TOKEN_PASTE(x,y) x##y
  20767. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20768. | #define HAVE_STDARG_PROTOTYPES 1
  20769. | #define HAVE_VA_ARGS_MACRO 1
  20770. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  20771. | #define RUBY_ALIGNOF alignof
  20772. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20773. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20774. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20775. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20776. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20777. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20778. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20779. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20780. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  20781. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  20782. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  20783. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20784. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20785. | #define WEAK(x) __attribute__ ((__weak__)) x
  20786. | #define HAVE_FUNC_WEAK 1
  20787. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20788. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20789. | #define HAVE_GCC_SYNC_BUILTINS 1
  20790. | #define UNREACHABLE __builtin_unreachable()
  20791. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20792. | #define RUBY_FUNCTION_NAME_STRING __func__
  20793. | #define ENUM_OVER_INT 1
  20794. | #define HAVE_DECL_SYS_NERR 1
  20795. | #define HAVE_DECL_GETENV 1
  20796. | #define SIZEOF_SIZE_T 8
  20797. | #define SIZEOF_PTRDIFF_T 8
  20798. | #define PRI_SIZE_PREFIX "z"
  20799. | #define PRI_PTRDIFF_PREFIX "t"
  20800. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20801. | #define HAVE_ST_BLKSIZE 1
  20802. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20803. | #define HAVE_ST_BLOCKS 1
  20804. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20805. | #define HAVE_ST_RDEV 1
  20806. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20807. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20808. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20809. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20810. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20811. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20812. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20813. | #define HAVE_STRUCT_TIMEVAL 1
  20814. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20815. | #define HAVE_STRUCT_TIMESPEC 1
  20816. | #define HAVE_STRUCT_TIMEZONE 1
  20817. | #define HAVE_RB_FD_INIT 1
  20818. | #define HAVE_INT8_T 1
  20819. | #define SIZEOF_INT8_T 1
  20820. | #define HAVE_UINT8_T 1
  20821. | #define SIZEOF_UINT8_T 1
  20822. | #define HAVE_INT16_T 1
  20823. | #define SIZEOF_INT16_T 2
  20824. | #define HAVE_UINT16_T 1
  20825. | #define SIZEOF_UINT16_T 2
  20826. | #define HAVE_INT32_T 1
  20827. | #define SIZEOF_INT32_T 4
  20828. | #define HAVE_UINT32_T 1
  20829. | #define SIZEOF_UINT32_T 4
  20830. | #define HAVE_INT64_T 1
  20831. | #define SIZEOF_INT64_T 8
  20832. | #define HAVE_UINT64_T 1
  20833. | #define SIZEOF_UINT64_T 8
  20834. | #define HAVE_INT128_T 1
  20835. | #define int128_t __int128
  20836. | #define SIZEOF_INT128_T SIZEOF___INT128
  20837. | #define HAVE_UINT128_T 1
  20838. | #define uint128_t unsigned __int128
  20839. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20840. | #define HAVE_INTPTR_T 1
  20841. | #define SIZEOF_INTPTR_T 8
  20842. | #define HAVE_UINTPTR_T 1
  20843. | #define SIZEOF_UINTPTR_T 8
  20844. | #define PRI_PTR_PREFIX "l"
  20845. | #define HAVE_SSIZE_T 1
  20846. | #define SIZEOF_SSIZE_T 8
  20847. | #define PRI_64_PREFIX "ll"
  20848. | #define GETGROUPS_T gid_t
  20849. | #define RETSIGTYPE void
  20850. | #define HAVE_ALLOCA_H 1
  20851. | #define HAVE_ALLOCA 1
  20852. | #define HAVE_ACOSH 1
  20853. | #define HAVE_CBRT 1
  20854. | #define HAVE_CRYPT 1
  20855. | #define HAVE_DUP2 1
  20856. | #define HAVE_ERF 1
  20857. | #define HAVE_FFS 1
  20858. | #define HAVE_FINITE 1
  20859. | #define HAVE_FLOCK 1
  20860. | #define HAVE_HYPOT 1
  20861. | #define HAVE_ISINF 1
  20862. | #define HAVE_ISNAN 1
  20863. | #define HAVE_LGAMMA_R 1
  20864. | #define HAVE_MEMMOVE 1
  20865. | #define HAVE_NAN 1
  20866. | #define HAVE_NEXTAFTER 1
  20867. | #define HAVE_STRCHR 1
  20868. | #define HAVE_STRERROR 1
  20869. | #define HAVE_STRLCAT 1
  20870. | #define HAVE_STRLCPY 1
  20871. | #define HAVE_STRSTR 1
  20872. | #define HAVE_TGAMMA 1
  20873. | #define SPT_TYPE SPT_REUSEARGV
  20874. | /* end confdefs.h. */
  20875. | #include <stdio.h>
  20876. | #ifdef HAVE_SYS_TYPES_H
  20877. | # include <sys/types.h>
  20878. | #endif
  20879. | #ifdef HAVE_SYS_STAT_H
  20880. | # include <sys/stat.h>
  20881. | #endif
  20882. | #ifdef STDC_HEADERS
  20883. | # include <stdlib.h>
  20884. | # include <stddef.h>
  20885. | #else
  20886. | # ifdef HAVE_STDLIB_H
  20887. | # include <stdlib.h>
  20888. | # endif
  20889. | #endif
  20890. | #ifdef HAVE_STRING_H
  20891. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  20892. | # include <memory.h>
  20893. | # endif
  20894. | # include <string.h>
  20895. | #endif
  20896. | #ifdef HAVE_STRINGS_H
  20897. | # include <strings.h>
  20898. | #endif
  20899. | #ifdef HAVE_INTTYPES_H
  20900. | # include <inttypes.h>
  20901. | #endif
  20902. | #ifdef HAVE_STDINT_H
  20903. | # include <stdint.h>
  20904. | #endif
  20905. | #ifdef HAVE_UNISTD_H
  20906. | # include <unistd.h>
  20907. | #endif
  20908. | #include <sys/pstat.h>
  20909. configure:22262: result: no
  20910. configure:22262: checking sys/pstat.h presence
  20911. configure:22262: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  20912. conftest.c:242:10: fatal error: 'sys/pstat.h' file not found
  20913. #include <sys/pstat.h>
  20914. ^~~~~~~~~~~~~
  20915. 1 error generated.
  20916. configure:22262: $? = 1
  20917. configure: failed program was:
  20918. | /* confdefs.h */
  20919. | #define PACKAGE_NAME ""
  20920. | #define PACKAGE_TARNAME ""
  20921. | #define PACKAGE_VERSION ""
  20922. | #define PACKAGE_STRING ""
  20923. | #define PACKAGE_BUGREPORT ""
  20924. | #define PACKAGE_URL ""
  20925. | #define STDC_HEADERS 1
  20926. | #define HAVE_SYS_TYPES_H 1
  20927. | #define HAVE_SYS_STAT_H 1
  20928. | #define HAVE_STDLIB_H 1
  20929. | #define HAVE_STRING_H 1
  20930. | #define HAVE_MEMORY_H 1
  20931. | #define HAVE_STRINGS_H 1
  20932. | #define HAVE_INTTYPES_H 1
  20933. | #define HAVE_STDINT_H 1
  20934. | #define HAVE_UNISTD_H 1
  20935. | #define __EXTENSIONS__ 1
  20936. | #define _ALL_SOURCE 1
  20937. | #define _GNU_SOURCE 1
  20938. | #define _POSIX_PTHREAD_SEMANTICS 1
  20939. | #define _TANDEM_SOURCE 1
  20940. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20941. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20942. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  20943. | #define BROKEN_CRYPT 1
  20944. | #define HAVE_CRT_EXTERNS_H 1
  20945. | #define HAVE_LIBDL 1
  20946. | #define HAVE_DIRENT_H 1
  20947. | #define HAVE__BOOL 1
  20948. | #define HAVE_STDBOOL_H 1
  20949. | #define HAVE_SYS_WAIT_H 1
  20950. | #define HAVE_GRP_H 1
  20951. | #define HAVE_FCNTL_H 1
  20952. | #define HAVE_FLOAT_H 1
  20953. | #define HAVE_LANGINFO_H 1
  20954. | #define HAVE_LIMITS_H 1
  20955. | #define HAVE_LOCALE_H 1
  20956. | #define HAVE_MALLOC_MALLOC_H 1
  20957. | #define HAVE_PWD_H 1
  20958. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  20959. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  20960. | #define HAVE_STDALIGN_H 1
  20961. | #define HAVE_SYS_ATTR_H 1
  20962. | #define HAVE_SYS_FCNTL_H 1
  20963. | #define HAVE_SYS_FILE_H 1
  20964. | #define HAVE_SYS_IOCTL_H 1
  20965. | #define HAVE_SYS_PARAM_H 1
  20966. | #define HAVE_SYS_RESOURCE_H 1
  20967. | #define HAVE_SYS_SELECT_H 1
  20968. | #define HAVE_SYS_SOCKET_H 1
  20969. | #define HAVE_SYS_TIME_H 1
  20970. | #define HAVE_SYS_TIMES_H 1
  20971. | #define HAVE_SYS_UIO_H 1
  20972. | #define HAVE_TIME_H 1
  20973. | #define HAVE_UCONTEXT_H 1
  20974. | #define HAVE_UTIME_H 1
  20975. | #define HAVE_GMP_H 1
  20976. | #define HAVE_LIBGMP 1
  20977. | #define HAVE_TYPEOF 1
  20978. | #define HAVE_LONG_LONG 1
  20979. | #define HAVE_OFF_T 1
  20980. | #define SIZEOF_INT 4
  20981. | #define SIZEOF_SHORT 2
  20982. | #define SIZEOF_LONG 8
  20983. | #define SIZEOF_LONG_LONG 8
  20984. | #define SIZEOF___INT64 0
  20985. | #define SIZEOF___INT128 16
  20986. | #define SIZEOF_OFF_T 8
  20987. | #define SIZEOF_VOIDP 8
  20988. | #define SIZEOF_FLOAT 4
  20989. | #define SIZEOF_DOUBLE 8
  20990. | #define SIZEOF_TIME_T 8
  20991. | #define SIZEOF_CLOCK_T 8
  20992. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20993. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20994. | #define PRI_LL_PREFIX "ll"
  20995. | #define HAVE_PID_T 1
  20996. | #define rb_pid_t pid_t
  20997. | #define SIGNEDNESS_OF_PID_T -1
  20998. | #define PIDT2NUM(v) INT2NUM(v)
  20999. | #define NUM2PIDT(v) NUM2INT(v)
  21000. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21001. | #define HAVE_UID_T 1
  21002. | #define rb_uid_t uid_t
  21003. | #define SIGNEDNESS_OF_UID_T +1
  21004. | #define UIDT2NUM(v) UINT2NUM(v)
  21005. | #define NUM2UIDT(v) NUM2UINT(v)
  21006. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21007. | #define HAVE_GID_T 1
  21008. | #define rb_gid_t gid_t
  21009. | #define SIGNEDNESS_OF_GID_T +1
  21010. | #define GIDT2NUM(v) UINT2NUM(v)
  21011. | #define NUM2GIDT(v) NUM2UINT(v)
  21012. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21013. | #define HAVE_TIME_T 1
  21014. | #define rb_time_t time_t
  21015. | #define SIGNEDNESS_OF_TIME_T -1
  21016. | #define TIMET2NUM(v) LONG2NUM(v)
  21017. | #define NUM2TIMET(v) NUM2LONG(v)
  21018. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21019. | #define HAVE_DEV_T 1
  21020. | #define rb_dev_t dev_t
  21021. | #define SIGNEDNESS_OF_DEV_T -1
  21022. | #define DEVT2NUM(v) INT2NUM(v)
  21023. | #define NUM2DEVT(v) NUM2INT(v)
  21024. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21025. | #define HAVE_MODE_T 1
  21026. | #define rb_mode_t mode_t
  21027. | #define SIGNEDNESS_OF_MODE_T +1
  21028. | #define MODET2NUM(v) USHORT2NUM(v)
  21029. | #define NUM2MODET(v) NUM2USHORT(v)
  21030. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  21031. | #define HAVE_RLIM_T 1
  21032. | #define rb_rlim_t rlim_t
  21033. | #define SIGNEDNESS_OF_RLIM_T +1
  21034. | #define RLIM2NUM(v) ULL2NUM(v)
  21035. | #define NUM2RLIM(v) NUM2ULL(v)
  21036. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21037. | #define HAVE_OFF_T 1
  21038. | #define rb_off_t off_t
  21039. | #define SIGNEDNESS_OF_OFF_T -1
  21040. | #define OFFT2NUM(v) LL2NUM(v)
  21041. | #define NUM2OFFT(v) NUM2LL(v)
  21042. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21043. | #define HAVE_CLOCKID_T 1
  21044. | #define rb_clockid_t clockid_t
  21045. | #define SIGNEDNESS_OF_CLOCKID_T +1
  21046. | #define CLOCKID2NUM(v) UINT2NUM(v)
  21047. | #define NUM2CLOCKID(v) NUM2UINT(v)
  21048. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21049. | #define HAVE_PROTOTYPES 1
  21050. | #define TOKEN_PASTE(x,y) x##y
  21051. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21052. | #define HAVE_STDARG_PROTOTYPES 1
  21053. | #define HAVE_VA_ARGS_MACRO 1
  21054. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  21055. | #define RUBY_ALIGNOF alignof
  21056. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21057. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21058. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21059. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21060. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21061. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21062. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21063. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21064. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  21065. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  21066. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  21067. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21068. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21069. | #define WEAK(x) __attribute__ ((__weak__)) x
  21070. | #define HAVE_FUNC_WEAK 1
  21071. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21072. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21073. | #define HAVE_GCC_SYNC_BUILTINS 1
  21074. | #define UNREACHABLE __builtin_unreachable()
  21075. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21076. | #define RUBY_FUNCTION_NAME_STRING __func__
  21077. | #define ENUM_OVER_INT 1
  21078. | #define HAVE_DECL_SYS_NERR 1
  21079. | #define HAVE_DECL_GETENV 1
  21080. | #define SIZEOF_SIZE_T 8
  21081. | #define SIZEOF_PTRDIFF_T 8
  21082. | #define PRI_SIZE_PREFIX "z"
  21083. | #define PRI_PTRDIFF_PREFIX "t"
  21084. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21085. | #define HAVE_ST_BLKSIZE 1
  21086. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21087. | #define HAVE_ST_BLOCKS 1
  21088. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21089. | #define HAVE_ST_RDEV 1
  21090. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21091. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21092. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21093. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21094. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21095. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21096. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21097. | #define HAVE_STRUCT_TIMEVAL 1
  21098. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21099. | #define HAVE_STRUCT_TIMESPEC 1
  21100. | #define HAVE_STRUCT_TIMEZONE 1
  21101. | #define HAVE_RB_FD_INIT 1
  21102. | #define HAVE_INT8_T 1
  21103. | #define SIZEOF_INT8_T 1
  21104. | #define HAVE_UINT8_T 1
  21105. | #define SIZEOF_UINT8_T 1
  21106. | #define HAVE_INT16_T 1
  21107. | #define SIZEOF_INT16_T 2
  21108. | #define HAVE_UINT16_T 1
  21109. | #define SIZEOF_UINT16_T 2
  21110. | #define HAVE_INT32_T 1
  21111. | #define SIZEOF_INT32_T 4
  21112. | #define HAVE_UINT32_T 1
  21113. | #define SIZEOF_UINT32_T 4
  21114. | #define HAVE_INT64_T 1
  21115. | #define SIZEOF_INT64_T 8
  21116. | #define HAVE_UINT64_T 1
  21117. | #define SIZEOF_UINT64_T 8
  21118. | #define HAVE_INT128_T 1
  21119. | #define int128_t __int128
  21120. | #define SIZEOF_INT128_T SIZEOF___INT128
  21121. | #define HAVE_UINT128_T 1
  21122. | #define uint128_t unsigned __int128
  21123. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21124. | #define HAVE_INTPTR_T 1
  21125. | #define SIZEOF_INTPTR_T 8
  21126. | #define HAVE_UINTPTR_T 1
  21127. | #define SIZEOF_UINTPTR_T 8
  21128. | #define PRI_PTR_PREFIX "l"
  21129. | #define HAVE_SSIZE_T 1
  21130. | #define SIZEOF_SSIZE_T 8
  21131. | #define PRI_64_PREFIX "ll"
  21132. | #define GETGROUPS_T gid_t
  21133. | #define RETSIGTYPE void
  21134. | #define HAVE_ALLOCA_H 1
  21135. | #define HAVE_ALLOCA 1
  21136. | #define HAVE_ACOSH 1
  21137. | #define HAVE_CBRT 1
  21138. | #define HAVE_CRYPT 1
  21139. | #define HAVE_DUP2 1
  21140. | #define HAVE_ERF 1
  21141. | #define HAVE_FFS 1
  21142. | #define HAVE_FINITE 1
  21143. | #define HAVE_FLOCK 1
  21144. | #define HAVE_HYPOT 1
  21145. | #define HAVE_ISINF 1
  21146. | #define HAVE_ISNAN 1
  21147. | #define HAVE_LGAMMA_R 1
  21148. | #define HAVE_MEMMOVE 1
  21149. | #define HAVE_NAN 1
  21150. | #define HAVE_NEXTAFTER 1
  21151. | #define HAVE_STRCHR 1
  21152. | #define HAVE_STRERROR 1
  21153. | #define HAVE_STRLCAT 1
  21154. | #define HAVE_STRLCPY 1
  21155. | #define HAVE_STRSTR 1
  21156. | #define HAVE_TGAMMA 1
  21157. | #define SPT_TYPE SPT_REUSEARGV
  21158. | /* end confdefs.h. */
  21159. | #include <sys/pstat.h>
  21160. configure:22262: result: no
  21161. configure:22262: checking for sys/pstat.h
  21162. configure:22262: result: no
  21163. configure:22274: checking for signbit
  21164. configure:22292: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  21165. configure:22292: $? = 0
  21166. configure:22300: result: yes
  21167. configure:22318: checking for broken memmem
  21168. configure:22350: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  21169. configure:22350: $? = 0
  21170. configure:22350: ./conftest
  21171. configure:22350: $? = 1
  21172. configure: program exited with status 1
  21173. configure: failed program was:
  21174. | /* confdefs.h */
  21175. | #define PACKAGE_NAME ""
  21176. | #define PACKAGE_TARNAME ""
  21177. | #define PACKAGE_VERSION ""
  21178. | #define PACKAGE_STRING ""
  21179. | #define PACKAGE_BUGREPORT ""
  21180. | #define PACKAGE_URL ""
  21181. | #define STDC_HEADERS 1
  21182. | #define HAVE_SYS_TYPES_H 1
  21183. | #define HAVE_SYS_STAT_H 1
  21184. | #define HAVE_STDLIB_H 1
  21185. | #define HAVE_STRING_H 1
  21186. | #define HAVE_MEMORY_H 1
  21187. | #define HAVE_STRINGS_H 1
  21188. | #define HAVE_INTTYPES_H 1
  21189. | #define HAVE_STDINT_H 1
  21190. | #define HAVE_UNISTD_H 1
  21191. | #define __EXTENSIONS__ 1
  21192. | #define _ALL_SOURCE 1
  21193. | #define _GNU_SOURCE 1
  21194. | #define _POSIX_PTHREAD_SEMANTICS 1
  21195. | #define _TANDEM_SOURCE 1
  21196. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21197. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21198. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  21199. | #define BROKEN_CRYPT 1
  21200. | #define HAVE_CRT_EXTERNS_H 1
  21201. | #define HAVE_LIBDL 1
  21202. | #define HAVE_DIRENT_H 1
  21203. | #define HAVE__BOOL 1
  21204. | #define HAVE_STDBOOL_H 1
  21205. | #define HAVE_SYS_WAIT_H 1
  21206. | #define HAVE_GRP_H 1
  21207. | #define HAVE_FCNTL_H 1
  21208. | #define HAVE_FLOAT_H 1
  21209. | #define HAVE_LANGINFO_H 1
  21210. | #define HAVE_LIMITS_H 1
  21211. | #define HAVE_LOCALE_H 1
  21212. | #define HAVE_MALLOC_MALLOC_H 1
  21213. | #define HAVE_PWD_H 1
  21214. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  21215. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  21216. | #define HAVE_STDALIGN_H 1
  21217. | #define HAVE_SYS_ATTR_H 1
  21218. | #define HAVE_SYS_FCNTL_H 1
  21219. | #define HAVE_SYS_FILE_H 1
  21220. | #define HAVE_SYS_IOCTL_H 1
  21221. | #define HAVE_SYS_PARAM_H 1
  21222. | #define HAVE_SYS_RESOURCE_H 1
  21223. | #define HAVE_SYS_SELECT_H 1
  21224. | #define HAVE_SYS_SOCKET_H 1
  21225. | #define HAVE_SYS_TIME_H 1
  21226. | #define HAVE_SYS_TIMES_H 1
  21227. | #define HAVE_SYS_UIO_H 1
  21228. | #define HAVE_TIME_H 1
  21229. | #define HAVE_UCONTEXT_H 1
  21230. | #define HAVE_UTIME_H 1
  21231. | #define HAVE_GMP_H 1
  21232. | #define HAVE_LIBGMP 1
  21233. | #define HAVE_TYPEOF 1
  21234. | #define HAVE_LONG_LONG 1
  21235. | #define HAVE_OFF_T 1
  21236. | #define SIZEOF_INT 4
  21237. | #define SIZEOF_SHORT 2
  21238. | #define SIZEOF_LONG 8
  21239. | #define SIZEOF_LONG_LONG 8
  21240. | #define SIZEOF___INT64 0
  21241. | #define SIZEOF___INT128 16
  21242. | #define SIZEOF_OFF_T 8
  21243. | #define SIZEOF_VOIDP 8
  21244. | #define SIZEOF_FLOAT 4
  21245. | #define SIZEOF_DOUBLE 8
  21246. | #define SIZEOF_TIME_T 8
  21247. | #define SIZEOF_CLOCK_T 8
  21248. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21249. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21250. | #define PRI_LL_PREFIX "ll"
  21251. | #define HAVE_PID_T 1
  21252. | #define rb_pid_t pid_t
  21253. | #define SIGNEDNESS_OF_PID_T -1
  21254. | #define PIDT2NUM(v) INT2NUM(v)
  21255. | #define NUM2PIDT(v) NUM2INT(v)
  21256. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21257. | #define HAVE_UID_T 1
  21258. | #define rb_uid_t uid_t
  21259. | #define SIGNEDNESS_OF_UID_T +1
  21260. | #define UIDT2NUM(v) UINT2NUM(v)
  21261. | #define NUM2UIDT(v) NUM2UINT(v)
  21262. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21263. | #define HAVE_GID_T 1
  21264. | #define rb_gid_t gid_t
  21265. | #define SIGNEDNESS_OF_GID_T +1
  21266. | #define GIDT2NUM(v) UINT2NUM(v)
  21267. | #define NUM2GIDT(v) NUM2UINT(v)
  21268. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21269. | #define HAVE_TIME_T 1
  21270. | #define rb_time_t time_t
  21271. | #define SIGNEDNESS_OF_TIME_T -1
  21272. | #define TIMET2NUM(v) LONG2NUM(v)
  21273. | #define NUM2TIMET(v) NUM2LONG(v)
  21274. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21275. | #define HAVE_DEV_T 1
  21276. | #define rb_dev_t dev_t
  21277. | #define SIGNEDNESS_OF_DEV_T -1
  21278. | #define DEVT2NUM(v) INT2NUM(v)
  21279. | #define NUM2DEVT(v) NUM2INT(v)
  21280. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21281. | #define HAVE_MODE_T 1
  21282. | #define rb_mode_t mode_t
  21283. | #define SIGNEDNESS_OF_MODE_T +1
  21284. | #define MODET2NUM(v) USHORT2NUM(v)
  21285. | #define NUM2MODET(v) NUM2USHORT(v)
  21286. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  21287. | #define HAVE_RLIM_T 1
  21288. | #define rb_rlim_t rlim_t
  21289. | #define SIGNEDNESS_OF_RLIM_T +1
  21290. | #define RLIM2NUM(v) ULL2NUM(v)
  21291. | #define NUM2RLIM(v) NUM2ULL(v)
  21292. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21293. | #define HAVE_OFF_T 1
  21294. | #define rb_off_t off_t
  21295. | #define SIGNEDNESS_OF_OFF_T -1
  21296. | #define OFFT2NUM(v) LL2NUM(v)
  21297. | #define NUM2OFFT(v) NUM2LL(v)
  21298. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21299. | #define HAVE_CLOCKID_T 1
  21300. | #define rb_clockid_t clockid_t
  21301. | #define SIGNEDNESS_OF_CLOCKID_T +1
  21302. | #define CLOCKID2NUM(v) UINT2NUM(v)
  21303. | #define NUM2CLOCKID(v) NUM2UINT(v)
  21304. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21305. | #define HAVE_PROTOTYPES 1
  21306. | #define TOKEN_PASTE(x,y) x##y
  21307. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21308. | #define HAVE_STDARG_PROTOTYPES 1
  21309. | #define HAVE_VA_ARGS_MACRO 1
  21310. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  21311. | #define RUBY_ALIGNOF alignof
  21312. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21313. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21314. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21315. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21316. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21317. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21318. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21319. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21320. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  21321. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  21322. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  21323. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21324. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21325. | #define WEAK(x) __attribute__ ((__weak__)) x
  21326. | #define HAVE_FUNC_WEAK 1
  21327. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21328. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21329. | #define HAVE_GCC_SYNC_BUILTINS 1
  21330. | #define UNREACHABLE __builtin_unreachable()
  21331. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21332. | #define RUBY_FUNCTION_NAME_STRING __func__
  21333. | #define ENUM_OVER_INT 1
  21334. | #define HAVE_DECL_SYS_NERR 1
  21335. | #define HAVE_DECL_GETENV 1
  21336. | #define SIZEOF_SIZE_T 8
  21337. | #define SIZEOF_PTRDIFF_T 8
  21338. | #define PRI_SIZE_PREFIX "z"
  21339. | #define PRI_PTRDIFF_PREFIX "t"
  21340. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21341. | #define HAVE_ST_BLKSIZE 1
  21342. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21343. | #define HAVE_ST_BLOCKS 1
  21344. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21345. | #define HAVE_ST_RDEV 1
  21346. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21347. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21348. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21349. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21350. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21351. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21352. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21353. | #define HAVE_STRUCT_TIMEVAL 1
  21354. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21355. | #define HAVE_STRUCT_TIMESPEC 1
  21356. | #define HAVE_STRUCT_TIMEZONE 1
  21357. | #define HAVE_RB_FD_INIT 1
  21358. | #define HAVE_INT8_T 1
  21359. | #define SIZEOF_INT8_T 1
  21360. | #define HAVE_UINT8_T 1
  21361. | #define SIZEOF_UINT8_T 1
  21362. | #define HAVE_INT16_T 1
  21363. | #define SIZEOF_INT16_T 2
  21364. | #define HAVE_UINT16_T 1
  21365. | #define SIZEOF_UINT16_T 2
  21366. | #define HAVE_INT32_T 1
  21367. | #define SIZEOF_INT32_T 4
  21368. | #define HAVE_UINT32_T 1
  21369. | #define SIZEOF_UINT32_T 4
  21370. | #define HAVE_INT64_T 1
  21371. | #define SIZEOF_INT64_T 8
  21372. | #define HAVE_UINT64_T 1
  21373. | #define SIZEOF_UINT64_T 8
  21374. | #define HAVE_INT128_T 1
  21375. | #define int128_t __int128
  21376. | #define SIZEOF_INT128_T SIZEOF___INT128
  21377. | #define HAVE_UINT128_T 1
  21378. | #define uint128_t unsigned __int128
  21379. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21380. | #define HAVE_INTPTR_T 1
  21381. | #define SIZEOF_INTPTR_T 8
  21382. | #define HAVE_UINTPTR_T 1
  21383. | #define SIZEOF_UINTPTR_T 8
  21384. | #define PRI_PTR_PREFIX "l"
  21385. | #define HAVE_SSIZE_T 1
  21386. | #define SIZEOF_SSIZE_T 8
  21387. | #define PRI_64_PREFIX "ll"
  21388. | #define GETGROUPS_T gid_t
  21389. | #define RETSIGTYPE void
  21390. | #define HAVE_ALLOCA_H 1
  21391. | #define HAVE_ALLOCA 1
  21392. | #define HAVE_ACOSH 1
  21393. | #define HAVE_CBRT 1
  21394. | #define HAVE_CRYPT 1
  21395. | #define HAVE_DUP2 1
  21396. | #define HAVE_ERF 1
  21397. | #define HAVE_FFS 1
  21398. | #define HAVE_FINITE 1
  21399. | #define HAVE_FLOCK 1
  21400. | #define HAVE_HYPOT 1
  21401. | #define HAVE_ISINF 1
  21402. | #define HAVE_ISNAN 1
  21403. | #define HAVE_LGAMMA_R 1
  21404. | #define HAVE_MEMMOVE 1
  21405. | #define HAVE_NAN 1
  21406. | #define HAVE_NEXTAFTER 1
  21407. | #define HAVE_STRCHR 1
  21408. | #define HAVE_STRERROR 1
  21409. | #define HAVE_STRLCAT 1
  21410. | #define HAVE_STRLCPY 1
  21411. | #define HAVE_STRSTR 1
  21412. | #define HAVE_TGAMMA 1
  21413. | #define SPT_TYPE SPT_REUSEARGV
  21414. | #define HAVE_SIGNBIT 1
  21415. | /* end confdefs.h. */
  21416. |
  21417. | #include <string.h>
  21418. |
  21419. | int
  21420. | main(int argc, char **argv)
  21421. | {
  21422. | const char *str = "hogefugafoobar";
  21423. | const char *rs = "foo";
  21424. | const char *empty = "";
  21425. | char *p;
  21426. |
  21427. | p = memmem(str, strlen(str), rs, strlen(rs));
  21428. | if (p == str+8) {
  21429. | p = memmem(str, strlen(str), empty, strlen(empty));
  21430. | if (p == str)
  21431. | return 0;
  21432. | }
  21433. | return 1;
  21434. | }
  21435. |
  21436. configure:22361: result: yes
  21437. configure:22365: checking for pid_t
  21438. configure:22365: result: yes
  21439. configure:22378: checking vfork.h usability
  21440. configure:22378: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  21441. conftest.c:276:10: fatal error: 'vfork.h' file not found
  21442. #include <vfork.h>
  21443. ^~~~~~~~~
  21444. 1 error generated.
  21445. configure:22378: $? = 1
  21446. configure: failed program was:
  21447. | /* confdefs.h */
  21448. | #define PACKAGE_NAME ""
  21449. | #define PACKAGE_TARNAME ""
  21450. | #define PACKAGE_VERSION ""
  21451. | #define PACKAGE_STRING ""
  21452. | #define PACKAGE_BUGREPORT ""
  21453. | #define PACKAGE_URL ""
  21454. | #define STDC_HEADERS 1
  21455. | #define HAVE_SYS_TYPES_H 1
  21456. | #define HAVE_SYS_STAT_H 1
  21457. | #define HAVE_STDLIB_H 1
  21458. | #define HAVE_STRING_H 1
  21459. | #define HAVE_MEMORY_H 1
  21460. | #define HAVE_STRINGS_H 1
  21461. | #define HAVE_INTTYPES_H 1
  21462. | #define HAVE_STDINT_H 1
  21463. | #define HAVE_UNISTD_H 1
  21464. | #define __EXTENSIONS__ 1
  21465. | #define _ALL_SOURCE 1
  21466. | #define _GNU_SOURCE 1
  21467. | #define _POSIX_PTHREAD_SEMANTICS 1
  21468. | #define _TANDEM_SOURCE 1
  21469. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21470. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21471. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  21472. | #define BROKEN_CRYPT 1
  21473. | #define HAVE_CRT_EXTERNS_H 1
  21474. | #define HAVE_LIBDL 1
  21475. | #define HAVE_DIRENT_H 1
  21476. | #define HAVE__BOOL 1
  21477. | #define HAVE_STDBOOL_H 1
  21478. | #define HAVE_SYS_WAIT_H 1
  21479. | #define HAVE_GRP_H 1
  21480. | #define HAVE_FCNTL_H 1
  21481. | #define HAVE_FLOAT_H 1
  21482. | #define HAVE_LANGINFO_H 1
  21483. | #define HAVE_LIMITS_H 1
  21484. | #define HAVE_LOCALE_H 1
  21485. | #define HAVE_MALLOC_MALLOC_H 1
  21486. | #define HAVE_PWD_H 1
  21487. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  21488. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  21489. | #define HAVE_STDALIGN_H 1
  21490. | #define HAVE_SYS_ATTR_H 1
  21491. | #define HAVE_SYS_FCNTL_H 1
  21492. | #define HAVE_SYS_FILE_H 1
  21493. | #define HAVE_SYS_IOCTL_H 1
  21494. | #define HAVE_SYS_PARAM_H 1
  21495. | #define HAVE_SYS_RESOURCE_H 1
  21496. | #define HAVE_SYS_SELECT_H 1
  21497. | #define HAVE_SYS_SOCKET_H 1
  21498. | #define HAVE_SYS_TIME_H 1
  21499. | #define HAVE_SYS_TIMES_H 1
  21500. | #define HAVE_SYS_UIO_H 1
  21501. | #define HAVE_TIME_H 1
  21502. | #define HAVE_UCONTEXT_H 1
  21503. | #define HAVE_UTIME_H 1
  21504. | #define HAVE_GMP_H 1
  21505. | #define HAVE_LIBGMP 1
  21506. | #define HAVE_TYPEOF 1
  21507. | #define HAVE_LONG_LONG 1
  21508. | #define HAVE_OFF_T 1
  21509. | #define SIZEOF_INT 4
  21510. | #define SIZEOF_SHORT 2
  21511. | #define SIZEOF_LONG 8
  21512. | #define SIZEOF_LONG_LONG 8
  21513. | #define SIZEOF___INT64 0
  21514. | #define SIZEOF___INT128 16
  21515. | #define SIZEOF_OFF_T 8
  21516. | #define SIZEOF_VOIDP 8
  21517. | #define SIZEOF_FLOAT 4
  21518. | #define SIZEOF_DOUBLE 8
  21519. | #define SIZEOF_TIME_T 8
  21520. | #define SIZEOF_CLOCK_T 8
  21521. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21522. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21523. | #define PRI_LL_PREFIX "ll"
  21524. | #define HAVE_PID_T 1
  21525. | #define rb_pid_t pid_t
  21526. | #define SIGNEDNESS_OF_PID_T -1
  21527. | #define PIDT2NUM(v) INT2NUM(v)
  21528. | #define NUM2PIDT(v) NUM2INT(v)
  21529. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21530. | #define HAVE_UID_T 1
  21531. | #define rb_uid_t uid_t
  21532. | #define SIGNEDNESS_OF_UID_T +1
  21533. | #define UIDT2NUM(v) UINT2NUM(v)
  21534. | #define NUM2UIDT(v) NUM2UINT(v)
  21535. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21536. | #define HAVE_GID_T 1
  21537. | #define rb_gid_t gid_t
  21538. | #define SIGNEDNESS_OF_GID_T +1
  21539. | #define GIDT2NUM(v) UINT2NUM(v)
  21540. | #define NUM2GIDT(v) NUM2UINT(v)
  21541. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21542. | #define HAVE_TIME_T 1
  21543. | #define rb_time_t time_t
  21544. | #define SIGNEDNESS_OF_TIME_T -1
  21545. | #define TIMET2NUM(v) LONG2NUM(v)
  21546. | #define NUM2TIMET(v) NUM2LONG(v)
  21547. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21548. | #define HAVE_DEV_T 1
  21549. | #define rb_dev_t dev_t
  21550. | #define SIGNEDNESS_OF_DEV_T -1
  21551. | #define DEVT2NUM(v) INT2NUM(v)
  21552. | #define NUM2DEVT(v) NUM2INT(v)
  21553. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21554. | #define HAVE_MODE_T 1
  21555. | #define rb_mode_t mode_t
  21556. | #define SIGNEDNESS_OF_MODE_T +1
  21557. | #define MODET2NUM(v) USHORT2NUM(v)
  21558. | #define NUM2MODET(v) NUM2USHORT(v)
  21559. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  21560. | #define HAVE_RLIM_T 1
  21561. | #define rb_rlim_t rlim_t
  21562. | #define SIGNEDNESS_OF_RLIM_T +1
  21563. | #define RLIM2NUM(v) ULL2NUM(v)
  21564. | #define NUM2RLIM(v) NUM2ULL(v)
  21565. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21566. | #define HAVE_OFF_T 1
  21567. | #define rb_off_t off_t
  21568. | #define SIGNEDNESS_OF_OFF_T -1
  21569. | #define OFFT2NUM(v) LL2NUM(v)
  21570. | #define NUM2OFFT(v) NUM2LL(v)
  21571. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21572. | #define HAVE_CLOCKID_T 1
  21573. | #define rb_clockid_t clockid_t
  21574. | #define SIGNEDNESS_OF_CLOCKID_T +1
  21575. | #define CLOCKID2NUM(v) UINT2NUM(v)
  21576. | #define NUM2CLOCKID(v) NUM2UINT(v)
  21577. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21578. | #define HAVE_PROTOTYPES 1
  21579. | #define TOKEN_PASTE(x,y) x##y
  21580. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21581. | #define HAVE_STDARG_PROTOTYPES 1
  21582. | #define HAVE_VA_ARGS_MACRO 1
  21583. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  21584. | #define RUBY_ALIGNOF alignof
  21585. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21586. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21587. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21588. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21589. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21590. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21591. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21592. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21593. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  21594. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  21595. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  21596. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21597. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21598. | #define WEAK(x) __attribute__ ((__weak__)) x
  21599. | #define HAVE_FUNC_WEAK 1
  21600. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21601. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21602. | #define HAVE_GCC_SYNC_BUILTINS 1
  21603. | #define UNREACHABLE __builtin_unreachable()
  21604. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21605. | #define RUBY_FUNCTION_NAME_STRING __func__
  21606. | #define ENUM_OVER_INT 1
  21607. | #define HAVE_DECL_SYS_NERR 1
  21608. | #define HAVE_DECL_GETENV 1
  21609. | #define SIZEOF_SIZE_T 8
  21610. | #define SIZEOF_PTRDIFF_T 8
  21611. | #define PRI_SIZE_PREFIX "z"
  21612. | #define PRI_PTRDIFF_PREFIX "t"
  21613. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21614. | #define HAVE_ST_BLKSIZE 1
  21615. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21616. | #define HAVE_ST_BLOCKS 1
  21617. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21618. | #define HAVE_ST_RDEV 1
  21619. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21620. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21621. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21622. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21623. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21624. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21625. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21626. | #define HAVE_STRUCT_TIMEVAL 1
  21627. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21628. | #define HAVE_STRUCT_TIMESPEC 1
  21629. | #define HAVE_STRUCT_TIMEZONE 1
  21630. | #define HAVE_RB_FD_INIT 1
  21631. | #define HAVE_INT8_T 1
  21632. | #define SIZEOF_INT8_T 1
  21633. | #define HAVE_UINT8_T 1
  21634. | #define SIZEOF_UINT8_T 1
  21635. | #define HAVE_INT16_T 1
  21636. | #define SIZEOF_INT16_T 2
  21637. | #define HAVE_UINT16_T 1
  21638. | #define SIZEOF_UINT16_T 2
  21639. | #define HAVE_INT32_T 1
  21640. | #define SIZEOF_INT32_T 4
  21641. | #define HAVE_UINT32_T 1
  21642. | #define SIZEOF_UINT32_T 4
  21643. | #define HAVE_INT64_T 1
  21644. | #define SIZEOF_INT64_T 8
  21645. | #define HAVE_UINT64_T 1
  21646. | #define SIZEOF_UINT64_T 8
  21647. | #define HAVE_INT128_T 1
  21648. | #define int128_t __int128
  21649. | #define SIZEOF_INT128_T SIZEOF___INT128
  21650. | #define HAVE_UINT128_T 1
  21651. | #define uint128_t unsigned __int128
  21652. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21653. | #define HAVE_INTPTR_T 1
  21654. | #define SIZEOF_INTPTR_T 8
  21655. | #define HAVE_UINTPTR_T 1
  21656. | #define SIZEOF_UINTPTR_T 8
  21657. | #define PRI_PTR_PREFIX "l"
  21658. | #define HAVE_SSIZE_T 1
  21659. | #define SIZEOF_SSIZE_T 8
  21660. | #define PRI_64_PREFIX "ll"
  21661. | #define GETGROUPS_T gid_t
  21662. | #define RETSIGTYPE void
  21663. | #define HAVE_ALLOCA_H 1
  21664. | #define HAVE_ALLOCA 1
  21665. | #define HAVE_ACOSH 1
  21666. | #define HAVE_CBRT 1
  21667. | #define HAVE_CRYPT 1
  21668. | #define HAVE_DUP2 1
  21669. | #define HAVE_ERF 1
  21670. | #define HAVE_FFS 1
  21671. | #define HAVE_FINITE 1
  21672. | #define HAVE_FLOCK 1
  21673. | #define HAVE_HYPOT 1
  21674. | #define HAVE_ISINF 1
  21675. | #define HAVE_ISNAN 1
  21676. | #define HAVE_LGAMMA_R 1
  21677. | #define HAVE_MEMMOVE 1
  21678. | #define HAVE_NAN 1
  21679. | #define HAVE_NEXTAFTER 1
  21680. | #define HAVE_STRCHR 1
  21681. | #define HAVE_STRERROR 1
  21682. | #define HAVE_STRLCAT 1
  21683. | #define HAVE_STRLCPY 1
  21684. | #define HAVE_STRSTR 1
  21685. | #define HAVE_TGAMMA 1
  21686. | #define SPT_TYPE SPT_REUSEARGV
  21687. | #define HAVE_SIGNBIT 1
  21688. | /* end confdefs.h. */
  21689. | #include <stdio.h>
  21690. | #ifdef HAVE_SYS_TYPES_H
  21691. | # include <sys/types.h>
  21692. | #endif
  21693. | #ifdef HAVE_SYS_STAT_H
  21694. | # include <sys/stat.h>
  21695. | #endif
  21696. | #ifdef STDC_HEADERS
  21697. | # include <stdlib.h>
  21698. | # include <stddef.h>
  21699. | #else
  21700. | # ifdef HAVE_STDLIB_H
  21701. | # include <stdlib.h>
  21702. | # endif
  21703. | #endif
  21704. | #ifdef HAVE_STRING_H
  21705. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  21706. | # include <memory.h>
  21707. | # endif
  21708. | # include <string.h>
  21709. | #endif
  21710. | #ifdef HAVE_STRINGS_H
  21711. | # include <strings.h>
  21712. | #endif
  21713. | #ifdef HAVE_INTTYPES_H
  21714. | # include <inttypes.h>
  21715. | #endif
  21716. | #ifdef HAVE_STDINT_H
  21717. | # include <stdint.h>
  21718. | #endif
  21719. | #ifdef HAVE_UNISTD_H
  21720. | # include <unistd.h>
  21721. | #endif
  21722. | #include <vfork.h>
  21723. configure:22378: result: no
  21724. configure:22378: checking vfork.h presence
  21725. configure:22378: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  21726. conftest.c:243:10: fatal error: 'vfork.h' file not found
  21727. #include <vfork.h>
  21728. ^~~~~~~~~
  21729. 1 error generated.
  21730. configure:22378: $? = 1
  21731. configure: failed program was:
  21732. | /* confdefs.h */
  21733. | #define PACKAGE_NAME ""
  21734. | #define PACKAGE_TARNAME ""
  21735. | #define PACKAGE_VERSION ""
  21736. | #define PACKAGE_STRING ""
  21737. | #define PACKAGE_BUGREPORT ""
  21738. | #define PACKAGE_URL ""
  21739. | #define STDC_HEADERS 1
  21740. | #define HAVE_SYS_TYPES_H 1
  21741. | #define HAVE_SYS_STAT_H 1
  21742. | #define HAVE_STDLIB_H 1
  21743. | #define HAVE_STRING_H 1
  21744. | #define HAVE_MEMORY_H 1
  21745. | #define HAVE_STRINGS_H 1
  21746. | #define HAVE_INTTYPES_H 1
  21747. | #define HAVE_STDINT_H 1
  21748. | #define HAVE_UNISTD_H 1
  21749. | #define __EXTENSIONS__ 1
  21750. | #define _ALL_SOURCE 1
  21751. | #define _GNU_SOURCE 1
  21752. | #define _POSIX_PTHREAD_SEMANTICS 1
  21753. | #define _TANDEM_SOURCE 1
  21754. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21755. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21756. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  21757. | #define BROKEN_CRYPT 1
  21758. | #define HAVE_CRT_EXTERNS_H 1
  21759. | #define HAVE_LIBDL 1
  21760. | #define HAVE_DIRENT_H 1
  21761. | #define HAVE__BOOL 1
  21762. | #define HAVE_STDBOOL_H 1
  21763. | #define HAVE_SYS_WAIT_H 1
  21764. | #define HAVE_GRP_H 1
  21765. | #define HAVE_FCNTL_H 1
  21766. | #define HAVE_FLOAT_H 1
  21767. | #define HAVE_LANGINFO_H 1
  21768. | #define HAVE_LIMITS_H 1
  21769. | #define HAVE_LOCALE_H 1
  21770. | #define HAVE_MALLOC_MALLOC_H 1
  21771. | #define HAVE_PWD_H 1
  21772. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  21773. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  21774. | #define HAVE_STDALIGN_H 1
  21775. | #define HAVE_SYS_ATTR_H 1
  21776. | #define HAVE_SYS_FCNTL_H 1
  21777. | #define HAVE_SYS_FILE_H 1
  21778. | #define HAVE_SYS_IOCTL_H 1
  21779. | #define HAVE_SYS_PARAM_H 1
  21780. | #define HAVE_SYS_RESOURCE_H 1
  21781. | #define HAVE_SYS_SELECT_H 1
  21782. | #define HAVE_SYS_SOCKET_H 1
  21783. | #define HAVE_SYS_TIME_H 1
  21784. | #define HAVE_SYS_TIMES_H 1
  21785. | #define HAVE_SYS_UIO_H 1
  21786. | #define HAVE_TIME_H 1
  21787. | #define HAVE_UCONTEXT_H 1
  21788. | #define HAVE_UTIME_H 1
  21789. | #define HAVE_GMP_H 1
  21790. | #define HAVE_LIBGMP 1
  21791. | #define HAVE_TYPEOF 1
  21792. | #define HAVE_LONG_LONG 1
  21793. | #define HAVE_OFF_T 1
  21794. | #define SIZEOF_INT 4
  21795. | #define SIZEOF_SHORT 2
  21796. | #define SIZEOF_LONG 8
  21797. | #define SIZEOF_LONG_LONG 8
  21798. | #define SIZEOF___INT64 0
  21799. | #define SIZEOF___INT128 16
  21800. | #define SIZEOF_OFF_T 8
  21801. | #define SIZEOF_VOIDP 8
  21802. | #define SIZEOF_FLOAT 4
  21803. | #define SIZEOF_DOUBLE 8
  21804. | #define SIZEOF_TIME_T 8
  21805. | #define SIZEOF_CLOCK_T 8
  21806. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21807. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21808. | #define PRI_LL_PREFIX "ll"
  21809. | #define HAVE_PID_T 1
  21810. | #define rb_pid_t pid_t
  21811. | #define SIGNEDNESS_OF_PID_T -1
  21812. | #define PIDT2NUM(v) INT2NUM(v)
  21813. | #define NUM2PIDT(v) NUM2INT(v)
  21814. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21815. | #define HAVE_UID_T 1
  21816. | #define rb_uid_t uid_t
  21817. | #define SIGNEDNESS_OF_UID_T +1
  21818. | #define UIDT2NUM(v) UINT2NUM(v)
  21819. | #define NUM2UIDT(v) NUM2UINT(v)
  21820. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21821. | #define HAVE_GID_T 1
  21822. | #define rb_gid_t gid_t
  21823. | #define SIGNEDNESS_OF_GID_T +1
  21824. | #define GIDT2NUM(v) UINT2NUM(v)
  21825. | #define NUM2GIDT(v) NUM2UINT(v)
  21826. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21827. | #define HAVE_TIME_T 1
  21828. | #define rb_time_t time_t
  21829. | #define SIGNEDNESS_OF_TIME_T -1
  21830. | #define TIMET2NUM(v) LONG2NUM(v)
  21831. | #define NUM2TIMET(v) NUM2LONG(v)
  21832. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21833. | #define HAVE_DEV_T 1
  21834. | #define rb_dev_t dev_t
  21835. | #define SIGNEDNESS_OF_DEV_T -1
  21836. | #define DEVT2NUM(v) INT2NUM(v)
  21837. | #define NUM2DEVT(v) NUM2INT(v)
  21838. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21839. | #define HAVE_MODE_T 1
  21840. | #define rb_mode_t mode_t
  21841. | #define SIGNEDNESS_OF_MODE_T +1
  21842. | #define MODET2NUM(v) USHORT2NUM(v)
  21843. | #define NUM2MODET(v) NUM2USHORT(v)
  21844. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  21845. | #define HAVE_RLIM_T 1
  21846. | #define rb_rlim_t rlim_t
  21847. | #define SIGNEDNESS_OF_RLIM_T +1
  21848. | #define RLIM2NUM(v) ULL2NUM(v)
  21849. | #define NUM2RLIM(v) NUM2ULL(v)
  21850. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21851. | #define HAVE_OFF_T 1
  21852. | #define rb_off_t off_t
  21853. | #define SIGNEDNESS_OF_OFF_T -1
  21854. | #define OFFT2NUM(v) LL2NUM(v)
  21855. | #define NUM2OFFT(v) NUM2LL(v)
  21856. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21857. | #define HAVE_CLOCKID_T 1
  21858. | #define rb_clockid_t clockid_t
  21859. | #define SIGNEDNESS_OF_CLOCKID_T +1
  21860. | #define CLOCKID2NUM(v) UINT2NUM(v)
  21861. | #define NUM2CLOCKID(v) NUM2UINT(v)
  21862. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21863. | #define HAVE_PROTOTYPES 1
  21864. | #define TOKEN_PASTE(x,y) x##y
  21865. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21866. | #define HAVE_STDARG_PROTOTYPES 1
  21867. | #define HAVE_VA_ARGS_MACRO 1
  21868. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  21869. | #define RUBY_ALIGNOF alignof
  21870. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21871. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21872. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21873. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21874. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21875. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21876. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21877. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21878. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  21879. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  21880. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  21881. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21882. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21883. | #define WEAK(x) __attribute__ ((__weak__)) x
  21884. | #define HAVE_FUNC_WEAK 1
  21885. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21886. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21887. | #define HAVE_GCC_SYNC_BUILTINS 1
  21888. | #define UNREACHABLE __builtin_unreachable()
  21889. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21890. | #define RUBY_FUNCTION_NAME_STRING __func__
  21891. | #define ENUM_OVER_INT 1
  21892. | #define HAVE_DECL_SYS_NERR 1
  21893. | #define HAVE_DECL_GETENV 1
  21894. | #define SIZEOF_SIZE_T 8
  21895. | #define SIZEOF_PTRDIFF_T 8
  21896. | #define PRI_SIZE_PREFIX "z"
  21897. | #define PRI_PTRDIFF_PREFIX "t"
  21898. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21899. | #define HAVE_ST_BLKSIZE 1
  21900. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21901. | #define HAVE_ST_BLOCKS 1
  21902. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21903. | #define HAVE_ST_RDEV 1
  21904. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21905. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21906. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21907. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21908. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21909. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21910. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21911. | #define HAVE_STRUCT_TIMEVAL 1
  21912. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21913. | #define HAVE_STRUCT_TIMESPEC 1
  21914. | #define HAVE_STRUCT_TIMEZONE 1
  21915. | #define HAVE_RB_FD_INIT 1
  21916. | #define HAVE_INT8_T 1
  21917. | #define SIZEOF_INT8_T 1
  21918. | #define HAVE_UINT8_T 1
  21919. | #define SIZEOF_UINT8_T 1
  21920. | #define HAVE_INT16_T 1
  21921. | #define SIZEOF_INT16_T 2
  21922. | #define HAVE_UINT16_T 1
  21923. | #define SIZEOF_UINT16_T 2
  21924. | #define HAVE_INT32_T 1
  21925. | #define SIZEOF_INT32_T 4
  21926. | #define HAVE_UINT32_T 1
  21927. | #define SIZEOF_UINT32_T 4
  21928. | #define HAVE_INT64_T 1
  21929. | #define SIZEOF_INT64_T 8
  21930. | #define HAVE_UINT64_T 1
  21931. | #define SIZEOF_UINT64_T 8
  21932. | #define HAVE_INT128_T 1
  21933. | #define int128_t __int128
  21934. | #define SIZEOF_INT128_T SIZEOF___INT128
  21935. | #define HAVE_UINT128_T 1
  21936. | #define uint128_t unsigned __int128
  21937. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21938. | #define HAVE_INTPTR_T 1
  21939. | #define SIZEOF_INTPTR_T 8
  21940. | #define HAVE_UINTPTR_T 1
  21941. | #define SIZEOF_UINTPTR_T 8
  21942. | #define PRI_PTR_PREFIX "l"
  21943. | #define HAVE_SSIZE_T 1
  21944. | #define SIZEOF_SSIZE_T 8
  21945. | #define PRI_64_PREFIX "ll"
  21946. | #define GETGROUPS_T gid_t
  21947. | #define RETSIGTYPE void
  21948. | #define HAVE_ALLOCA_H 1
  21949. | #define HAVE_ALLOCA 1
  21950. | #define HAVE_ACOSH 1
  21951. | #define HAVE_CBRT 1
  21952. | #define HAVE_CRYPT 1
  21953. | #define HAVE_DUP2 1
  21954. | #define HAVE_ERF 1
  21955. | #define HAVE_FFS 1
  21956. | #define HAVE_FINITE 1
  21957. | #define HAVE_FLOCK 1
  21958. | #define HAVE_HYPOT 1
  21959. | #define HAVE_ISINF 1
  21960. | #define HAVE_ISNAN 1
  21961. | #define HAVE_LGAMMA_R 1
  21962. | #define HAVE_MEMMOVE 1
  21963. | #define HAVE_NAN 1
  21964. | #define HAVE_NEXTAFTER 1
  21965. | #define HAVE_STRCHR 1
  21966. | #define HAVE_STRERROR 1
  21967. | #define HAVE_STRLCAT 1
  21968. | #define HAVE_STRLCPY 1
  21969. | #define HAVE_STRSTR 1
  21970. | #define HAVE_TGAMMA 1
  21971. | #define SPT_TYPE SPT_REUSEARGV
  21972. | #define HAVE_SIGNBIT 1
  21973. | /* end confdefs.h. */
  21974. | #include <vfork.h>
  21975. configure:22378: result: no
  21976. configure:22378: checking for vfork.h
  21977. configure:22378: result: no
  21978. configure:22391: checking for fork
  21979. configure:22391: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  21980. configure:22391: $? = 0
  21981. configure:22391: result: yes
  21982. configure:22391: checking for vfork
  21983. configure:22391: result: no
  21984. configure:22401: checking for working fork
  21985. configure:22423: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  21986. configure:22423: $? = 0
  21987. configure:22423: ./conftest
  21988. configure:22423: $? = 0
  21989. configure:22433: result: yes
  21990. configure:22592: checking for __syscall
  21991. configure:22592: result: no
  21992. configure:22603: checking for _longjmp
  21993. configure:22603: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  21994. conftest.c:269:6: warning: declaration of built-in function '_longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
  21995. char _longjmp ();
  21996. ^
  21997. 1 warning generated.
  21998. configure:22603: $? = 0
  21999. configure:22603: result: yes
  22000. configure:22616: checking for arc4random_buf
  22001. configure:22616: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22002. configure:22616: $? = 0
  22003. configure:22616: result: yes
  22004. configure:22628: checking for atan2l
  22005. configure:22628: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22006. conftest.c:271:6: warning: incompatible redeclaration of library function 'atan2l' [-Wincompatible-library-redeclaration]
  22007. char atan2l ();
  22008. ^
  22009. conftest.c:271:6: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
  22010. 1 warning generated.
  22011. configure:22628: $? = 0
  22012. configure:22628: result: yes
  22013. configure:22628: checking for atan2f
  22014. configure:22628: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22015. conftest.c:272:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
  22016. char atan2f ();
  22017. ^
  22018. conftest.c:272:6: note: 'atan2f' is a builtin with type 'float (float, float)'
  22019. 1 warning generated.
  22020. configure:22628: $? = 0
  22021. configure:22628: result: yes
  22022. configure:22639: checking for chroot
  22023. configure:22639: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22024. configure:22639: $? = 0
  22025. configure:22639: result: yes
  22026. configure:22650: checking for chsize
  22027. configure:22650: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22028. Undefined symbols for architecture x86_64:
  22029. "_chsize", referenced from:
  22030. _main in conftest-22ef83.o
  22031. ld: symbol(s) not found for architecture x86_64
  22032. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22033. configure:22650: $? = 1
  22034. configure: failed program was:
  22035. | /* confdefs.h */
  22036. | #define PACKAGE_NAME ""
  22037. | #define PACKAGE_TARNAME ""
  22038. | #define PACKAGE_VERSION ""
  22039. | #define PACKAGE_STRING ""
  22040. | #define PACKAGE_BUGREPORT ""
  22041. | #define PACKAGE_URL ""
  22042. | #define STDC_HEADERS 1
  22043. | #define HAVE_SYS_TYPES_H 1
  22044. | #define HAVE_SYS_STAT_H 1
  22045. | #define HAVE_STDLIB_H 1
  22046. | #define HAVE_STRING_H 1
  22047. | #define HAVE_MEMORY_H 1
  22048. | #define HAVE_STRINGS_H 1
  22049. | #define HAVE_INTTYPES_H 1
  22050. | #define HAVE_STDINT_H 1
  22051. | #define HAVE_UNISTD_H 1
  22052. | #define __EXTENSIONS__ 1
  22053. | #define _ALL_SOURCE 1
  22054. | #define _GNU_SOURCE 1
  22055. | #define _POSIX_PTHREAD_SEMANTICS 1
  22056. | #define _TANDEM_SOURCE 1
  22057. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22058. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22059. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  22060. | #define BROKEN_CRYPT 1
  22061. | #define HAVE_CRT_EXTERNS_H 1
  22062. | #define HAVE_LIBDL 1
  22063. | #define HAVE_DIRENT_H 1
  22064. | #define HAVE__BOOL 1
  22065. | #define HAVE_STDBOOL_H 1
  22066. | #define HAVE_SYS_WAIT_H 1
  22067. | #define HAVE_GRP_H 1
  22068. | #define HAVE_FCNTL_H 1
  22069. | #define HAVE_FLOAT_H 1
  22070. | #define HAVE_LANGINFO_H 1
  22071. | #define HAVE_LIMITS_H 1
  22072. | #define HAVE_LOCALE_H 1
  22073. | #define HAVE_MALLOC_MALLOC_H 1
  22074. | #define HAVE_PWD_H 1
  22075. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  22076. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  22077. | #define HAVE_STDALIGN_H 1
  22078. | #define HAVE_SYS_ATTR_H 1
  22079. | #define HAVE_SYS_FCNTL_H 1
  22080. | #define HAVE_SYS_FILE_H 1
  22081. | #define HAVE_SYS_IOCTL_H 1
  22082. | #define HAVE_SYS_PARAM_H 1
  22083. | #define HAVE_SYS_RESOURCE_H 1
  22084. | #define HAVE_SYS_SELECT_H 1
  22085. | #define HAVE_SYS_SOCKET_H 1
  22086. | #define HAVE_SYS_TIME_H 1
  22087. | #define HAVE_SYS_TIMES_H 1
  22088. | #define HAVE_SYS_UIO_H 1
  22089. | #define HAVE_TIME_H 1
  22090. | #define HAVE_UCONTEXT_H 1
  22091. | #define HAVE_UTIME_H 1
  22092. | #define HAVE_GMP_H 1
  22093. | #define HAVE_LIBGMP 1
  22094. | #define HAVE_TYPEOF 1
  22095. | #define HAVE_LONG_LONG 1
  22096. | #define HAVE_OFF_T 1
  22097. | #define SIZEOF_INT 4
  22098. | #define SIZEOF_SHORT 2
  22099. | #define SIZEOF_LONG 8
  22100. | #define SIZEOF_LONG_LONG 8
  22101. | #define SIZEOF___INT64 0
  22102. | #define SIZEOF___INT128 16
  22103. | #define SIZEOF_OFF_T 8
  22104. | #define SIZEOF_VOIDP 8
  22105. | #define SIZEOF_FLOAT 4
  22106. | #define SIZEOF_DOUBLE 8
  22107. | #define SIZEOF_TIME_T 8
  22108. | #define SIZEOF_CLOCK_T 8
  22109. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22110. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22111. | #define PRI_LL_PREFIX "ll"
  22112. | #define HAVE_PID_T 1
  22113. | #define rb_pid_t pid_t
  22114. | #define SIGNEDNESS_OF_PID_T -1
  22115. | #define PIDT2NUM(v) INT2NUM(v)
  22116. | #define NUM2PIDT(v) NUM2INT(v)
  22117. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22118. | #define HAVE_UID_T 1
  22119. | #define rb_uid_t uid_t
  22120. | #define SIGNEDNESS_OF_UID_T +1
  22121. | #define UIDT2NUM(v) UINT2NUM(v)
  22122. | #define NUM2UIDT(v) NUM2UINT(v)
  22123. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22124. | #define HAVE_GID_T 1
  22125. | #define rb_gid_t gid_t
  22126. | #define SIGNEDNESS_OF_GID_T +1
  22127. | #define GIDT2NUM(v) UINT2NUM(v)
  22128. | #define NUM2GIDT(v) NUM2UINT(v)
  22129. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22130. | #define HAVE_TIME_T 1
  22131. | #define rb_time_t time_t
  22132. | #define SIGNEDNESS_OF_TIME_T -1
  22133. | #define TIMET2NUM(v) LONG2NUM(v)
  22134. | #define NUM2TIMET(v) NUM2LONG(v)
  22135. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22136. | #define HAVE_DEV_T 1
  22137. | #define rb_dev_t dev_t
  22138. | #define SIGNEDNESS_OF_DEV_T -1
  22139. | #define DEVT2NUM(v) INT2NUM(v)
  22140. | #define NUM2DEVT(v) NUM2INT(v)
  22141. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22142. | #define HAVE_MODE_T 1
  22143. | #define rb_mode_t mode_t
  22144. | #define SIGNEDNESS_OF_MODE_T +1
  22145. | #define MODET2NUM(v) USHORT2NUM(v)
  22146. | #define NUM2MODET(v) NUM2USHORT(v)
  22147. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  22148. | #define HAVE_RLIM_T 1
  22149. | #define rb_rlim_t rlim_t
  22150. | #define SIGNEDNESS_OF_RLIM_T +1
  22151. | #define RLIM2NUM(v) ULL2NUM(v)
  22152. | #define NUM2RLIM(v) NUM2ULL(v)
  22153. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22154. | #define HAVE_OFF_T 1
  22155. | #define rb_off_t off_t
  22156. | #define SIGNEDNESS_OF_OFF_T -1
  22157. | #define OFFT2NUM(v) LL2NUM(v)
  22158. | #define NUM2OFFT(v) NUM2LL(v)
  22159. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22160. | #define HAVE_CLOCKID_T 1
  22161. | #define rb_clockid_t clockid_t
  22162. | #define SIGNEDNESS_OF_CLOCKID_T +1
  22163. | #define CLOCKID2NUM(v) UINT2NUM(v)
  22164. | #define NUM2CLOCKID(v) NUM2UINT(v)
  22165. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22166. | #define HAVE_PROTOTYPES 1
  22167. | #define TOKEN_PASTE(x,y) x##y
  22168. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22169. | #define HAVE_STDARG_PROTOTYPES 1
  22170. | #define HAVE_VA_ARGS_MACRO 1
  22171. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  22172. | #define RUBY_ALIGNOF alignof
  22173. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22174. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22175. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22176. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22177. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22178. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22179. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22180. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22181. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  22182. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  22183. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  22184. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22185. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22186. | #define WEAK(x) __attribute__ ((__weak__)) x
  22187. | #define HAVE_FUNC_WEAK 1
  22188. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22189. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22190. | #define HAVE_GCC_SYNC_BUILTINS 1
  22191. | #define UNREACHABLE __builtin_unreachable()
  22192. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22193. | #define RUBY_FUNCTION_NAME_STRING __func__
  22194. | #define ENUM_OVER_INT 1
  22195. | #define HAVE_DECL_SYS_NERR 1
  22196. | #define HAVE_DECL_GETENV 1
  22197. | #define SIZEOF_SIZE_T 8
  22198. | #define SIZEOF_PTRDIFF_T 8
  22199. | #define PRI_SIZE_PREFIX "z"
  22200. | #define PRI_PTRDIFF_PREFIX "t"
  22201. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22202. | #define HAVE_ST_BLKSIZE 1
  22203. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22204. | #define HAVE_ST_BLOCKS 1
  22205. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22206. | #define HAVE_ST_RDEV 1
  22207. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22208. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22209. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22210. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22211. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22212. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22213. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22214. | #define HAVE_STRUCT_TIMEVAL 1
  22215. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22216. | #define HAVE_STRUCT_TIMESPEC 1
  22217. | #define HAVE_STRUCT_TIMEZONE 1
  22218. | #define HAVE_RB_FD_INIT 1
  22219. | #define HAVE_INT8_T 1
  22220. | #define SIZEOF_INT8_T 1
  22221. | #define HAVE_UINT8_T 1
  22222. | #define SIZEOF_UINT8_T 1
  22223. | #define HAVE_INT16_T 1
  22224. | #define SIZEOF_INT16_T 2
  22225. | #define HAVE_UINT16_T 1
  22226. | #define SIZEOF_UINT16_T 2
  22227. | #define HAVE_INT32_T 1
  22228. | #define SIZEOF_INT32_T 4
  22229. | #define HAVE_UINT32_T 1
  22230. | #define SIZEOF_UINT32_T 4
  22231. | #define HAVE_INT64_T 1
  22232. | #define SIZEOF_INT64_T 8
  22233. | #define HAVE_UINT64_T 1
  22234. | #define SIZEOF_UINT64_T 8
  22235. | #define HAVE_INT128_T 1
  22236. | #define int128_t __int128
  22237. | #define SIZEOF_INT128_T SIZEOF___INT128
  22238. | #define HAVE_UINT128_T 1
  22239. | #define uint128_t unsigned __int128
  22240. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22241. | #define HAVE_INTPTR_T 1
  22242. | #define SIZEOF_INTPTR_T 8
  22243. | #define HAVE_UINTPTR_T 1
  22244. | #define SIZEOF_UINTPTR_T 8
  22245. | #define PRI_PTR_PREFIX "l"
  22246. | #define HAVE_SSIZE_T 1
  22247. | #define SIZEOF_SSIZE_T 8
  22248. | #define PRI_64_PREFIX "ll"
  22249. | #define GETGROUPS_T gid_t
  22250. | #define RETSIGTYPE void
  22251. | #define HAVE_ALLOCA_H 1
  22252. | #define HAVE_ALLOCA 1
  22253. | #define HAVE_ACOSH 1
  22254. | #define HAVE_CBRT 1
  22255. | #define HAVE_CRYPT 1
  22256. | #define HAVE_DUP2 1
  22257. | #define HAVE_ERF 1
  22258. | #define HAVE_FFS 1
  22259. | #define HAVE_FINITE 1
  22260. | #define HAVE_FLOCK 1
  22261. | #define HAVE_HYPOT 1
  22262. | #define HAVE_ISINF 1
  22263. | #define HAVE_ISNAN 1
  22264. | #define HAVE_LGAMMA_R 1
  22265. | #define HAVE_MEMMOVE 1
  22266. | #define HAVE_NAN 1
  22267. | #define HAVE_NEXTAFTER 1
  22268. | #define HAVE_STRCHR 1
  22269. | #define HAVE_STRERROR 1
  22270. | #define HAVE_STRLCAT 1
  22271. | #define HAVE_STRLCPY 1
  22272. | #define HAVE_STRSTR 1
  22273. | #define HAVE_TGAMMA 1
  22274. | #define SPT_TYPE SPT_REUSEARGV
  22275. | #define HAVE_SIGNBIT 1
  22276. | #define HAVE_FORK 1
  22277. | #define vfork fork
  22278. | #define HAVE_WORKING_FORK 1
  22279. | #define HAVE__LONGJMP 1
  22280. | #define HAVE_ARC4RANDOM_BUF 1
  22281. | #define HAVE_ATAN2L 1
  22282. | #define HAVE_ATAN2F 1
  22283. | #define HAVE_CHROOT 1
  22284. | /* end confdefs.h. */
  22285. | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
  22286. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22287. | #define chsize innocuous_chsize
  22288. |
  22289. | /* System header to define __stub macros and hopefully few prototypes,
  22290. | which can conflict with char chsize (); below.
  22291. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22292. | <limits.h> exists even on freestanding compilers. */
  22293. |
  22294. | #ifdef __STDC__
  22295. | # include <limits.h>
  22296. | #else
  22297. | # include <assert.h>
  22298. | #endif
  22299. |
  22300. | #undef chsize
  22301. |
  22302. | /* Override any GCC internal prototype to avoid an error.
  22303. | Use char because int might match the return type of a GCC
  22304. | builtin and then its argument prototype would still apply. */
  22305. | #ifdef __cplusplus
  22306. | extern "C"
  22307. | #endif
  22308. | char chsize ();
  22309. | /* The GNU C library defines this for functions which it implements
  22310. | to always fail with ENOSYS. Some functions are actually named
  22311. | something starting with __ and the normal name is an alias. */
  22312. | #if defined __stub_chsize || defined __stub___chsize
  22313. | choke me
  22314. | #endif
  22315. |
  22316. | int
  22317. | main ()
  22318. | {
  22319. | return chsize ();
  22320. | ;
  22321. | return 0;
  22322. | }
  22323. configure:22650: result: no
  22324. configure:22661: checking for clock_gettime
  22325. configure:22661: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22326. configure:22661: $? = 0
  22327. configure:22661: result: yes
  22328. configure:22672: checking for cosh
  22329. configure:22672: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22330. conftest.c:275:6: warning: incompatible redeclaration of library function 'cosh' [-Wincompatible-library-redeclaration]
  22331. char cosh ();
  22332. ^
  22333. conftest.c:275:6: note: 'cosh' is a builtin with type 'double (double)'
  22334. 1 warning generated.
  22335. configure:22672: $? = 0
  22336. configure:22672: result: yes
  22337. configure:22683: checking for crypt_r
  22338. configure:22683: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22339. Undefined symbols for architecture x86_64:
  22340. "_crypt_r", referenced from:
  22341. _main in conftest-c0d4af.o
  22342. ld: symbol(s) not found for architecture x86_64
  22343. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22344. configure:22683: $? = 1
  22345. configure: failed program was:
  22346. | /* confdefs.h */
  22347. | #define PACKAGE_NAME ""
  22348. | #define PACKAGE_TARNAME ""
  22349. | #define PACKAGE_VERSION ""
  22350. | #define PACKAGE_STRING ""
  22351. | #define PACKAGE_BUGREPORT ""
  22352. | #define PACKAGE_URL ""
  22353. | #define STDC_HEADERS 1
  22354. | #define HAVE_SYS_TYPES_H 1
  22355. | #define HAVE_SYS_STAT_H 1
  22356. | #define HAVE_STDLIB_H 1
  22357. | #define HAVE_STRING_H 1
  22358. | #define HAVE_MEMORY_H 1
  22359. | #define HAVE_STRINGS_H 1
  22360. | #define HAVE_INTTYPES_H 1
  22361. | #define HAVE_STDINT_H 1
  22362. | #define HAVE_UNISTD_H 1
  22363. | #define __EXTENSIONS__ 1
  22364. | #define _ALL_SOURCE 1
  22365. | #define _GNU_SOURCE 1
  22366. | #define _POSIX_PTHREAD_SEMANTICS 1
  22367. | #define _TANDEM_SOURCE 1
  22368. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22369. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22370. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  22371. | #define BROKEN_CRYPT 1
  22372. | #define HAVE_CRT_EXTERNS_H 1
  22373. | #define HAVE_LIBDL 1
  22374. | #define HAVE_DIRENT_H 1
  22375. | #define HAVE__BOOL 1
  22376. | #define HAVE_STDBOOL_H 1
  22377. | #define HAVE_SYS_WAIT_H 1
  22378. | #define HAVE_GRP_H 1
  22379. | #define HAVE_FCNTL_H 1
  22380. | #define HAVE_FLOAT_H 1
  22381. | #define HAVE_LANGINFO_H 1
  22382. | #define HAVE_LIMITS_H 1
  22383. | #define HAVE_LOCALE_H 1
  22384. | #define HAVE_MALLOC_MALLOC_H 1
  22385. | #define HAVE_PWD_H 1
  22386. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  22387. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  22388. | #define HAVE_STDALIGN_H 1
  22389. | #define HAVE_SYS_ATTR_H 1
  22390. | #define HAVE_SYS_FCNTL_H 1
  22391. | #define HAVE_SYS_FILE_H 1
  22392. | #define HAVE_SYS_IOCTL_H 1
  22393. | #define HAVE_SYS_PARAM_H 1
  22394. | #define HAVE_SYS_RESOURCE_H 1
  22395. | #define HAVE_SYS_SELECT_H 1
  22396. | #define HAVE_SYS_SOCKET_H 1
  22397. | #define HAVE_SYS_TIME_H 1
  22398. | #define HAVE_SYS_TIMES_H 1
  22399. | #define HAVE_SYS_UIO_H 1
  22400. | #define HAVE_TIME_H 1
  22401. | #define HAVE_UCONTEXT_H 1
  22402. | #define HAVE_UTIME_H 1
  22403. | #define HAVE_GMP_H 1
  22404. | #define HAVE_LIBGMP 1
  22405. | #define HAVE_TYPEOF 1
  22406. | #define HAVE_LONG_LONG 1
  22407. | #define HAVE_OFF_T 1
  22408. | #define SIZEOF_INT 4
  22409. | #define SIZEOF_SHORT 2
  22410. | #define SIZEOF_LONG 8
  22411. | #define SIZEOF_LONG_LONG 8
  22412. | #define SIZEOF___INT64 0
  22413. | #define SIZEOF___INT128 16
  22414. | #define SIZEOF_OFF_T 8
  22415. | #define SIZEOF_VOIDP 8
  22416. | #define SIZEOF_FLOAT 4
  22417. | #define SIZEOF_DOUBLE 8
  22418. | #define SIZEOF_TIME_T 8
  22419. | #define SIZEOF_CLOCK_T 8
  22420. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22421. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22422. | #define PRI_LL_PREFIX "ll"
  22423. | #define HAVE_PID_T 1
  22424. | #define rb_pid_t pid_t
  22425. | #define SIGNEDNESS_OF_PID_T -1
  22426. | #define PIDT2NUM(v) INT2NUM(v)
  22427. | #define NUM2PIDT(v) NUM2INT(v)
  22428. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22429. | #define HAVE_UID_T 1
  22430. | #define rb_uid_t uid_t
  22431. | #define SIGNEDNESS_OF_UID_T +1
  22432. | #define UIDT2NUM(v) UINT2NUM(v)
  22433. | #define NUM2UIDT(v) NUM2UINT(v)
  22434. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22435. | #define HAVE_GID_T 1
  22436. | #define rb_gid_t gid_t
  22437. | #define SIGNEDNESS_OF_GID_T +1
  22438. | #define GIDT2NUM(v) UINT2NUM(v)
  22439. | #define NUM2GIDT(v) NUM2UINT(v)
  22440. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22441. | #define HAVE_TIME_T 1
  22442. | #define rb_time_t time_t
  22443. | #define SIGNEDNESS_OF_TIME_T -1
  22444. | #define TIMET2NUM(v) LONG2NUM(v)
  22445. | #define NUM2TIMET(v) NUM2LONG(v)
  22446. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22447. | #define HAVE_DEV_T 1
  22448. | #define rb_dev_t dev_t
  22449. | #define SIGNEDNESS_OF_DEV_T -1
  22450. | #define DEVT2NUM(v) INT2NUM(v)
  22451. | #define NUM2DEVT(v) NUM2INT(v)
  22452. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22453. | #define HAVE_MODE_T 1
  22454. | #define rb_mode_t mode_t
  22455. | #define SIGNEDNESS_OF_MODE_T +1
  22456. | #define MODET2NUM(v) USHORT2NUM(v)
  22457. | #define NUM2MODET(v) NUM2USHORT(v)
  22458. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  22459. | #define HAVE_RLIM_T 1
  22460. | #define rb_rlim_t rlim_t
  22461. | #define SIGNEDNESS_OF_RLIM_T +1
  22462. | #define RLIM2NUM(v) ULL2NUM(v)
  22463. | #define NUM2RLIM(v) NUM2ULL(v)
  22464. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22465. | #define HAVE_OFF_T 1
  22466. | #define rb_off_t off_t
  22467. | #define SIGNEDNESS_OF_OFF_T -1
  22468. | #define OFFT2NUM(v) LL2NUM(v)
  22469. | #define NUM2OFFT(v) NUM2LL(v)
  22470. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22471. | #define HAVE_CLOCKID_T 1
  22472. | #define rb_clockid_t clockid_t
  22473. | #define SIGNEDNESS_OF_CLOCKID_T +1
  22474. | #define CLOCKID2NUM(v) UINT2NUM(v)
  22475. | #define NUM2CLOCKID(v) NUM2UINT(v)
  22476. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22477. | #define HAVE_PROTOTYPES 1
  22478. | #define TOKEN_PASTE(x,y) x##y
  22479. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22480. | #define HAVE_STDARG_PROTOTYPES 1
  22481. | #define HAVE_VA_ARGS_MACRO 1
  22482. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  22483. | #define RUBY_ALIGNOF alignof
  22484. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22485. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22486. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22487. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22488. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22489. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22490. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22491. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22492. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  22493. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  22494. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  22495. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22496. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22497. | #define WEAK(x) __attribute__ ((__weak__)) x
  22498. | #define HAVE_FUNC_WEAK 1
  22499. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22500. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22501. | #define HAVE_GCC_SYNC_BUILTINS 1
  22502. | #define UNREACHABLE __builtin_unreachable()
  22503. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22504. | #define RUBY_FUNCTION_NAME_STRING __func__
  22505. | #define ENUM_OVER_INT 1
  22506. | #define HAVE_DECL_SYS_NERR 1
  22507. | #define HAVE_DECL_GETENV 1
  22508. | #define SIZEOF_SIZE_T 8
  22509. | #define SIZEOF_PTRDIFF_T 8
  22510. | #define PRI_SIZE_PREFIX "z"
  22511. | #define PRI_PTRDIFF_PREFIX "t"
  22512. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22513. | #define HAVE_ST_BLKSIZE 1
  22514. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22515. | #define HAVE_ST_BLOCKS 1
  22516. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22517. | #define HAVE_ST_RDEV 1
  22518. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22519. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22520. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22521. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22522. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22523. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22524. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22525. | #define HAVE_STRUCT_TIMEVAL 1
  22526. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22527. | #define HAVE_STRUCT_TIMESPEC 1
  22528. | #define HAVE_STRUCT_TIMEZONE 1
  22529. | #define HAVE_RB_FD_INIT 1
  22530. | #define HAVE_INT8_T 1
  22531. | #define SIZEOF_INT8_T 1
  22532. | #define HAVE_UINT8_T 1
  22533. | #define SIZEOF_UINT8_T 1
  22534. | #define HAVE_INT16_T 1
  22535. | #define SIZEOF_INT16_T 2
  22536. | #define HAVE_UINT16_T 1
  22537. | #define SIZEOF_UINT16_T 2
  22538. | #define HAVE_INT32_T 1
  22539. | #define SIZEOF_INT32_T 4
  22540. | #define HAVE_UINT32_T 1
  22541. | #define SIZEOF_UINT32_T 4
  22542. | #define HAVE_INT64_T 1
  22543. | #define SIZEOF_INT64_T 8
  22544. | #define HAVE_UINT64_T 1
  22545. | #define SIZEOF_UINT64_T 8
  22546. | #define HAVE_INT128_T 1
  22547. | #define int128_t __int128
  22548. | #define SIZEOF_INT128_T SIZEOF___INT128
  22549. | #define HAVE_UINT128_T 1
  22550. | #define uint128_t unsigned __int128
  22551. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22552. | #define HAVE_INTPTR_T 1
  22553. | #define SIZEOF_INTPTR_T 8
  22554. | #define HAVE_UINTPTR_T 1
  22555. | #define SIZEOF_UINTPTR_T 8
  22556. | #define PRI_PTR_PREFIX "l"
  22557. | #define HAVE_SSIZE_T 1
  22558. | #define SIZEOF_SSIZE_T 8
  22559. | #define PRI_64_PREFIX "ll"
  22560. | #define GETGROUPS_T gid_t
  22561. | #define RETSIGTYPE void
  22562. | #define HAVE_ALLOCA_H 1
  22563. | #define HAVE_ALLOCA 1
  22564. | #define HAVE_ACOSH 1
  22565. | #define HAVE_CBRT 1
  22566. | #define HAVE_CRYPT 1
  22567. | #define HAVE_DUP2 1
  22568. | #define HAVE_ERF 1
  22569. | #define HAVE_FFS 1
  22570. | #define HAVE_FINITE 1
  22571. | #define HAVE_FLOCK 1
  22572. | #define HAVE_HYPOT 1
  22573. | #define HAVE_ISINF 1
  22574. | #define HAVE_ISNAN 1
  22575. | #define HAVE_LGAMMA_R 1
  22576. | #define HAVE_MEMMOVE 1
  22577. | #define HAVE_NAN 1
  22578. | #define HAVE_NEXTAFTER 1
  22579. | #define HAVE_STRCHR 1
  22580. | #define HAVE_STRERROR 1
  22581. | #define HAVE_STRLCAT 1
  22582. | #define HAVE_STRLCPY 1
  22583. | #define HAVE_STRSTR 1
  22584. | #define HAVE_TGAMMA 1
  22585. | #define SPT_TYPE SPT_REUSEARGV
  22586. | #define HAVE_SIGNBIT 1
  22587. | #define HAVE_FORK 1
  22588. | #define vfork fork
  22589. | #define HAVE_WORKING_FORK 1
  22590. | #define HAVE__LONGJMP 1
  22591. | #define HAVE_ARC4RANDOM_BUF 1
  22592. | #define HAVE_ATAN2L 1
  22593. | #define HAVE_ATAN2F 1
  22594. | #define HAVE_CHROOT 1
  22595. | #define HAVE_CLOCK_GETTIME 1
  22596. | #define HAVE_COSH 1
  22597. | /* end confdefs.h. */
  22598. | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
  22599. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22600. | #define crypt_r innocuous_crypt_r
  22601. |
  22602. | /* System header to define __stub macros and hopefully few prototypes,
  22603. | which can conflict with char crypt_r (); below.
  22604. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22605. | <limits.h> exists even on freestanding compilers. */
  22606. |
  22607. | #ifdef __STDC__
  22608. | # include <limits.h>
  22609. | #else
  22610. | # include <assert.h>
  22611. | #endif
  22612. |
  22613. | #undef crypt_r
  22614. |
  22615. | /* Override any GCC internal prototype to avoid an error.
  22616. | Use char because int might match the return type of a GCC
  22617. | builtin and then its argument prototype would still apply. */
  22618. | #ifdef __cplusplus
  22619. | extern "C"
  22620. | #endif
  22621. | char crypt_r ();
  22622. | /* The GNU C library defines this for functions which it implements
  22623. | to always fail with ENOSYS. Some functions are actually named
  22624. | something starting with __ and the normal name is an alias. */
  22625. | #if defined __stub_crypt_r || defined __stub___crypt_r
  22626. | choke me
  22627. | #endif
  22628. |
  22629. | int
  22630. | main ()
  22631. | {
  22632. | return crypt_r ();
  22633. | ;
  22634. | return 0;
  22635. | }
  22636. configure:22683: result: no
  22637. configure:22694: checking for daemon
  22638. configure:22694: result: no
  22639. configure:22705: checking for dirfd
  22640. configure:22705: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22641. configure:22705: $? = 0
  22642. configure:22705: result: yes
  22643. configure:22716: checking for dl_iterate_phdr
  22644. configure:22716: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22645. Undefined symbols for architecture x86_64:
  22646. "_dl_iterate_phdr", referenced from:
  22647. _main in conftest-b225ea.o
  22648. ld: symbol(s) not found for architecture x86_64
  22649. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22650. configure:22716: $? = 1
  22651. configure: failed program was:
  22652. | /* confdefs.h */
  22653. | #define PACKAGE_NAME ""
  22654. | #define PACKAGE_TARNAME ""
  22655. | #define PACKAGE_VERSION ""
  22656. | #define PACKAGE_STRING ""
  22657. | #define PACKAGE_BUGREPORT ""
  22658. | #define PACKAGE_URL ""
  22659. | #define STDC_HEADERS 1
  22660. | #define HAVE_SYS_TYPES_H 1
  22661. | #define HAVE_SYS_STAT_H 1
  22662. | #define HAVE_STDLIB_H 1
  22663. | #define HAVE_STRING_H 1
  22664. | #define HAVE_MEMORY_H 1
  22665. | #define HAVE_STRINGS_H 1
  22666. | #define HAVE_INTTYPES_H 1
  22667. | #define HAVE_STDINT_H 1
  22668. | #define HAVE_UNISTD_H 1
  22669. | #define __EXTENSIONS__ 1
  22670. | #define _ALL_SOURCE 1
  22671. | #define _GNU_SOURCE 1
  22672. | #define _POSIX_PTHREAD_SEMANTICS 1
  22673. | #define _TANDEM_SOURCE 1
  22674. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22675. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22676. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  22677. | #define BROKEN_CRYPT 1
  22678. | #define HAVE_CRT_EXTERNS_H 1
  22679. | #define HAVE_LIBDL 1
  22680. | #define HAVE_DIRENT_H 1
  22681. | #define HAVE__BOOL 1
  22682. | #define HAVE_STDBOOL_H 1
  22683. | #define HAVE_SYS_WAIT_H 1
  22684. | #define HAVE_GRP_H 1
  22685. | #define HAVE_FCNTL_H 1
  22686. | #define HAVE_FLOAT_H 1
  22687. | #define HAVE_LANGINFO_H 1
  22688. | #define HAVE_LIMITS_H 1
  22689. | #define HAVE_LOCALE_H 1
  22690. | #define HAVE_MALLOC_MALLOC_H 1
  22691. | #define HAVE_PWD_H 1
  22692. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  22693. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  22694. | #define HAVE_STDALIGN_H 1
  22695. | #define HAVE_SYS_ATTR_H 1
  22696. | #define HAVE_SYS_FCNTL_H 1
  22697. | #define HAVE_SYS_FILE_H 1
  22698. | #define HAVE_SYS_IOCTL_H 1
  22699. | #define HAVE_SYS_PARAM_H 1
  22700. | #define HAVE_SYS_RESOURCE_H 1
  22701. | #define HAVE_SYS_SELECT_H 1
  22702. | #define HAVE_SYS_SOCKET_H 1
  22703. | #define HAVE_SYS_TIME_H 1
  22704. | #define HAVE_SYS_TIMES_H 1
  22705. | #define HAVE_SYS_UIO_H 1
  22706. | #define HAVE_TIME_H 1
  22707. | #define HAVE_UCONTEXT_H 1
  22708. | #define HAVE_UTIME_H 1
  22709. | #define HAVE_GMP_H 1
  22710. | #define HAVE_LIBGMP 1
  22711. | #define HAVE_TYPEOF 1
  22712. | #define HAVE_LONG_LONG 1
  22713. | #define HAVE_OFF_T 1
  22714. | #define SIZEOF_INT 4
  22715. | #define SIZEOF_SHORT 2
  22716. | #define SIZEOF_LONG 8
  22717. | #define SIZEOF_LONG_LONG 8
  22718. | #define SIZEOF___INT64 0
  22719. | #define SIZEOF___INT128 16
  22720. | #define SIZEOF_OFF_T 8
  22721. | #define SIZEOF_VOIDP 8
  22722. | #define SIZEOF_FLOAT 4
  22723. | #define SIZEOF_DOUBLE 8
  22724. | #define SIZEOF_TIME_T 8
  22725. | #define SIZEOF_CLOCK_T 8
  22726. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22727. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22728. | #define PRI_LL_PREFIX "ll"
  22729. | #define HAVE_PID_T 1
  22730. | #define rb_pid_t pid_t
  22731. | #define SIGNEDNESS_OF_PID_T -1
  22732. | #define PIDT2NUM(v) INT2NUM(v)
  22733. | #define NUM2PIDT(v) NUM2INT(v)
  22734. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22735. | #define HAVE_UID_T 1
  22736. | #define rb_uid_t uid_t
  22737. | #define SIGNEDNESS_OF_UID_T +1
  22738. | #define UIDT2NUM(v) UINT2NUM(v)
  22739. | #define NUM2UIDT(v) NUM2UINT(v)
  22740. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22741. | #define HAVE_GID_T 1
  22742. | #define rb_gid_t gid_t
  22743. | #define SIGNEDNESS_OF_GID_T +1
  22744. | #define GIDT2NUM(v) UINT2NUM(v)
  22745. | #define NUM2GIDT(v) NUM2UINT(v)
  22746. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22747. | #define HAVE_TIME_T 1
  22748. | #define rb_time_t time_t
  22749. | #define SIGNEDNESS_OF_TIME_T -1
  22750. | #define TIMET2NUM(v) LONG2NUM(v)
  22751. | #define NUM2TIMET(v) NUM2LONG(v)
  22752. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22753. | #define HAVE_DEV_T 1
  22754. | #define rb_dev_t dev_t
  22755. | #define SIGNEDNESS_OF_DEV_T -1
  22756. | #define DEVT2NUM(v) INT2NUM(v)
  22757. | #define NUM2DEVT(v) NUM2INT(v)
  22758. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22759. | #define HAVE_MODE_T 1
  22760. | #define rb_mode_t mode_t
  22761. | #define SIGNEDNESS_OF_MODE_T +1
  22762. | #define MODET2NUM(v) USHORT2NUM(v)
  22763. | #define NUM2MODET(v) NUM2USHORT(v)
  22764. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  22765. | #define HAVE_RLIM_T 1
  22766. | #define rb_rlim_t rlim_t
  22767. | #define SIGNEDNESS_OF_RLIM_T +1
  22768. | #define RLIM2NUM(v) ULL2NUM(v)
  22769. | #define NUM2RLIM(v) NUM2ULL(v)
  22770. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22771. | #define HAVE_OFF_T 1
  22772. | #define rb_off_t off_t
  22773. | #define SIGNEDNESS_OF_OFF_T -1
  22774. | #define OFFT2NUM(v) LL2NUM(v)
  22775. | #define NUM2OFFT(v) NUM2LL(v)
  22776. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22777. | #define HAVE_CLOCKID_T 1
  22778. | #define rb_clockid_t clockid_t
  22779. | #define SIGNEDNESS_OF_CLOCKID_T +1
  22780. | #define CLOCKID2NUM(v) UINT2NUM(v)
  22781. | #define NUM2CLOCKID(v) NUM2UINT(v)
  22782. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22783. | #define HAVE_PROTOTYPES 1
  22784. | #define TOKEN_PASTE(x,y) x##y
  22785. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22786. | #define HAVE_STDARG_PROTOTYPES 1
  22787. | #define HAVE_VA_ARGS_MACRO 1
  22788. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  22789. | #define RUBY_ALIGNOF alignof
  22790. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22791. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22792. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22793. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22794. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22795. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22796. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22797. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22798. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  22799. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  22800. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  22801. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22802. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22803. | #define WEAK(x) __attribute__ ((__weak__)) x
  22804. | #define HAVE_FUNC_WEAK 1
  22805. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22806. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22807. | #define HAVE_GCC_SYNC_BUILTINS 1
  22808. | #define UNREACHABLE __builtin_unreachable()
  22809. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22810. | #define RUBY_FUNCTION_NAME_STRING __func__
  22811. | #define ENUM_OVER_INT 1
  22812. | #define HAVE_DECL_SYS_NERR 1
  22813. | #define HAVE_DECL_GETENV 1
  22814. | #define SIZEOF_SIZE_T 8
  22815. | #define SIZEOF_PTRDIFF_T 8
  22816. | #define PRI_SIZE_PREFIX "z"
  22817. | #define PRI_PTRDIFF_PREFIX "t"
  22818. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22819. | #define HAVE_ST_BLKSIZE 1
  22820. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22821. | #define HAVE_ST_BLOCKS 1
  22822. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22823. | #define HAVE_ST_RDEV 1
  22824. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22825. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22826. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22827. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22828. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22829. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22830. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22831. | #define HAVE_STRUCT_TIMEVAL 1
  22832. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22833. | #define HAVE_STRUCT_TIMESPEC 1
  22834. | #define HAVE_STRUCT_TIMEZONE 1
  22835. | #define HAVE_RB_FD_INIT 1
  22836. | #define HAVE_INT8_T 1
  22837. | #define SIZEOF_INT8_T 1
  22838. | #define HAVE_UINT8_T 1
  22839. | #define SIZEOF_UINT8_T 1
  22840. | #define HAVE_INT16_T 1
  22841. | #define SIZEOF_INT16_T 2
  22842. | #define HAVE_UINT16_T 1
  22843. | #define SIZEOF_UINT16_T 2
  22844. | #define HAVE_INT32_T 1
  22845. | #define SIZEOF_INT32_T 4
  22846. | #define HAVE_UINT32_T 1
  22847. | #define SIZEOF_UINT32_T 4
  22848. | #define HAVE_INT64_T 1
  22849. | #define SIZEOF_INT64_T 8
  22850. | #define HAVE_UINT64_T 1
  22851. | #define SIZEOF_UINT64_T 8
  22852. | #define HAVE_INT128_T 1
  22853. | #define int128_t __int128
  22854. | #define SIZEOF_INT128_T SIZEOF___INT128
  22855. | #define HAVE_UINT128_T 1
  22856. | #define uint128_t unsigned __int128
  22857. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22858. | #define HAVE_INTPTR_T 1
  22859. | #define SIZEOF_INTPTR_T 8
  22860. | #define HAVE_UINTPTR_T 1
  22861. | #define SIZEOF_UINTPTR_T 8
  22862. | #define PRI_PTR_PREFIX "l"
  22863. | #define HAVE_SSIZE_T 1
  22864. | #define SIZEOF_SSIZE_T 8
  22865. | #define PRI_64_PREFIX "ll"
  22866. | #define GETGROUPS_T gid_t
  22867. | #define RETSIGTYPE void
  22868. | #define HAVE_ALLOCA_H 1
  22869. | #define HAVE_ALLOCA 1
  22870. | #define HAVE_ACOSH 1
  22871. | #define HAVE_CBRT 1
  22872. | #define HAVE_CRYPT 1
  22873. | #define HAVE_DUP2 1
  22874. | #define HAVE_ERF 1
  22875. | #define HAVE_FFS 1
  22876. | #define HAVE_FINITE 1
  22877. | #define HAVE_FLOCK 1
  22878. | #define HAVE_HYPOT 1
  22879. | #define HAVE_ISINF 1
  22880. | #define HAVE_ISNAN 1
  22881. | #define HAVE_LGAMMA_R 1
  22882. | #define HAVE_MEMMOVE 1
  22883. | #define HAVE_NAN 1
  22884. | #define HAVE_NEXTAFTER 1
  22885. | #define HAVE_STRCHR 1
  22886. | #define HAVE_STRERROR 1
  22887. | #define HAVE_STRLCAT 1
  22888. | #define HAVE_STRLCPY 1
  22889. | #define HAVE_STRSTR 1
  22890. | #define HAVE_TGAMMA 1
  22891. | #define SPT_TYPE SPT_REUSEARGV
  22892. | #define HAVE_SIGNBIT 1
  22893. | #define HAVE_FORK 1
  22894. | #define vfork fork
  22895. | #define HAVE_WORKING_FORK 1
  22896. | #define HAVE__LONGJMP 1
  22897. | #define HAVE_ARC4RANDOM_BUF 1
  22898. | #define HAVE_ATAN2L 1
  22899. | #define HAVE_ATAN2F 1
  22900. | #define HAVE_CHROOT 1
  22901. | #define HAVE_CLOCK_GETTIME 1
  22902. | #define HAVE_COSH 1
  22903. | #define HAVE_DIRFD 1
  22904. | /* end confdefs.h. */
  22905. | /* Define dl_iterate_phdr to an innocuous variant, in case <limits.h> declares dl_iterate_phdr.
  22906. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22907. | #define dl_iterate_phdr innocuous_dl_iterate_phdr
  22908. |
  22909. | /* System header to define __stub macros and hopefully few prototypes,
  22910. | which can conflict with char dl_iterate_phdr (); below.
  22911. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22912. | <limits.h> exists even on freestanding compilers. */
  22913. |
  22914. | #ifdef __STDC__
  22915. | # include <limits.h>
  22916. | #else
  22917. | # include <assert.h>
  22918. | #endif
  22919. |
  22920. | #undef dl_iterate_phdr
  22921. |
  22922. | /* Override any GCC internal prototype to avoid an error.
  22923. | Use char because int might match the return type of a GCC
  22924. | builtin and then its argument prototype would still apply. */
  22925. | #ifdef __cplusplus
  22926. | extern "C"
  22927. | #endif
  22928. | char dl_iterate_phdr ();
  22929. | /* The GNU C library defines this for functions which it implements
  22930. | to always fail with ENOSYS. Some functions are actually named
  22931. | something starting with __ and the normal name is an alias. */
  22932. | #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
  22933. | choke me
  22934. | #endif
  22935. |
  22936. | int
  22937. | main ()
  22938. | {
  22939. | return dl_iterate_phdr ();
  22940. | ;
  22941. | return 0;
  22942. | }
  22943. configure:22716: result: no
  22944. configure:22727: checking for dlopen
  22945. configure:22727: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22946. configure:22727: $? = 0
  22947. configure:22727: result: yes
  22948. configure:22738: checking for dladdr
  22949. configure:22738: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22950. configure:22738: $? = 0
  22951. configure:22738: result: yes
  22952. configure:22749: checking for dup
  22953. configure:22749: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22954. configure:22749: $? = 0
  22955. configure:22749: result: yes
  22956. configure:22760: checking for dup3
  22957. configure:22760: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  22958. Undefined symbols for architecture x86_64:
  22959. "_dup3", referenced from:
  22960. _main in conftest-d28a1a.o
  22961. ld: symbol(s) not found for architecture x86_64
  22962. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22963. configure:22760: $? = 1
  22964. configure: failed program was:
  22965. | /* confdefs.h */
  22966. | #define PACKAGE_NAME ""
  22967. | #define PACKAGE_TARNAME ""
  22968. | #define PACKAGE_VERSION ""
  22969. | #define PACKAGE_STRING ""
  22970. | #define PACKAGE_BUGREPORT ""
  22971. | #define PACKAGE_URL ""
  22972. | #define STDC_HEADERS 1
  22973. | #define HAVE_SYS_TYPES_H 1
  22974. | #define HAVE_SYS_STAT_H 1
  22975. | #define HAVE_STDLIB_H 1
  22976. | #define HAVE_STRING_H 1
  22977. | #define HAVE_MEMORY_H 1
  22978. | #define HAVE_STRINGS_H 1
  22979. | #define HAVE_INTTYPES_H 1
  22980. | #define HAVE_STDINT_H 1
  22981. | #define HAVE_UNISTD_H 1
  22982. | #define __EXTENSIONS__ 1
  22983. | #define _ALL_SOURCE 1
  22984. | #define _GNU_SOURCE 1
  22985. | #define _POSIX_PTHREAD_SEMANTICS 1
  22986. | #define _TANDEM_SOURCE 1
  22987. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22988. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22989. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  22990. | #define BROKEN_CRYPT 1
  22991. | #define HAVE_CRT_EXTERNS_H 1
  22992. | #define HAVE_LIBDL 1
  22993. | #define HAVE_DIRENT_H 1
  22994. | #define HAVE__BOOL 1
  22995. | #define HAVE_STDBOOL_H 1
  22996. | #define HAVE_SYS_WAIT_H 1
  22997. | #define HAVE_GRP_H 1
  22998. | #define HAVE_FCNTL_H 1
  22999. | #define HAVE_FLOAT_H 1
  23000. | #define HAVE_LANGINFO_H 1
  23001. | #define HAVE_LIMITS_H 1
  23002. | #define HAVE_LOCALE_H 1
  23003. | #define HAVE_MALLOC_MALLOC_H 1
  23004. | #define HAVE_PWD_H 1
  23005. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  23006. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  23007. | #define HAVE_STDALIGN_H 1
  23008. | #define HAVE_SYS_ATTR_H 1
  23009. | #define HAVE_SYS_FCNTL_H 1
  23010. | #define HAVE_SYS_FILE_H 1
  23011. | #define HAVE_SYS_IOCTL_H 1
  23012. | #define HAVE_SYS_PARAM_H 1
  23013. | #define HAVE_SYS_RESOURCE_H 1
  23014. | #define HAVE_SYS_SELECT_H 1
  23015. | #define HAVE_SYS_SOCKET_H 1
  23016. | #define HAVE_SYS_TIME_H 1
  23017. | #define HAVE_SYS_TIMES_H 1
  23018. | #define HAVE_SYS_UIO_H 1
  23019. | #define HAVE_TIME_H 1
  23020. | #define HAVE_UCONTEXT_H 1
  23021. | #define HAVE_UTIME_H 1
  23022. | #define HAVE_GMP_H 1
  23023. | #define HAVE_LIBGMP 1
  23024. | #define HAVE_TYPEOF 1
  23025. | #define HAVE_LONG_LONG 1
  23026. | #define HAVE_OFF_T 1
  23027. | #define SIZEOF_INT 4
  23028. | #define SIZEOF_SHORT 2
  23029. | #define SIZEOF_LONG 8
  23030. | #define SIZEOF_LONG_LONG 8
  23031. | #define SIZEOF___INT64 0
  23032. | #define SIZEOF___INT128 16
  23033. | #define SIZEOF_OFF_T 8
  23034. | #define SIZEOF_VOIDP 8
  23035. | #define SIZEOF_FLOAT 4
  23036. | #define SIZEOF_DOUBLE 8
  23037. | #define SIZEOF_TIME_T 8
  23038. | #define SIZEOF_CLOCK_T 8
  23039. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23040. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23041. | #define PRI_LL_PREFIX "ll"
  23042. | #define HAVE_PID_T 1
  23043. | #define rb_pid_t pid_t
  23044. | #define SIGNEDNESS_OF_PID_T -1
  23045. | #define PIDT2NUM(v) INT2NUM(v)
  23046. | #define NUM2PIDT(v) NUM2INT(v)
  23047. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23048. | #define HAVE_UID_T 1
  23049. | #define rb_uid_t uid_t
  23050. | #define SIGNEDNESS_OF_UID_T +1
  23051. | #define UIDT2NUM(v) UINT2NUM(v)
  23052. | #define NUM2UIDT(v) NUM2UINT(v)
  23053. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23054. | #define HAVE_GID_T 1
  23055. | #define rb_gid_t gid_t
  23056. | #define SIGNEDNESS_OF_GID_T +1
  23057. | #define GIDT2NUM(v) UINT2NUM(v)
  23058. | #define NUM2GIDT(v) NUM2UINT(v)
  23059. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23060. | #define HAVE_TIME_T 1
  23061. | #define rb_time_t time_t
  23062. | #define SIGNEDNESS_OF_TIME_T -1
  23063. | #define TIMET2NUM(v) LONG2NUM(v)
  23064. | #define NUM2TIMET(v) NUM2LONG(v)
  23065. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23066. | #define HAVE_DEV_T 1
  23067. | #define rb_dev_t dev_t
  23068. | #define SIGNEDNESS_OF_DEV_T -1
  23069. | #define DEVT2NUM(v) INT2NUM(v)
  23070. | #define NUM2DEVT(v) NUM2INT(v)
  23071. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23072. | #define HAVE_MODE_T 1
  23073. | #define rb_mode_t mode_t
  23074. | #define SIGNEDNESS_OF_MODE_T +1
  23075. | #define MODET2NUM(v) USHORT2NUM(v)
  23076. | #define NUM2MODET(v) NUM2USHORT(v)
  23077. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  23078. | #define HAVE_RLIM_T 1
  23079. | #define rb_rlim_t rlim_t
  23080. | #define SIGNEDNESS_OF_RLIM_T +1
  23081. | #define RLIM2NUM(v) ULL2NUM(v)
  23082. | #define NUM2RLIM(v) NUM2ULL(v)
  23083. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23084. | #define HAVE_OFF_T 1
  23085. | #define rb_off_t off_t
  23086. | #define SIGNEDNESS_OF_OFF_T -1
  23087. | #define OFFT2NUM(v) LL2NUM(v)
  23088. | #define NUM2OFFT(v) NUM2LL(v)
  23089. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23090. | #define HAVE_CLOCKID_T 1
  23091. | #define rb_clockid_t clockid_t
  23092. | #define SIGNEDNESS_OF_CLOCKID_T +1
  23093. | #define CLOCKID2NUM(v) UINT2NUM(v)
  23094. | #define NUM2CLOCKID(v) NUM2UINT(v)
  23095. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23096. | #define HAVE_PROTOTYPES 1
  23097. | #define TOKEN_PASTE(x,y) x##y
  23098. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23099. | #define HAVE_STDARG_PROTOTYPES 1
  23100. | #define HAVE_VA_ARGS_MACRO 1
  23101. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  23102. | #define RUBY_ALIGNOF alignof
  23103. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23104. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23105. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23106. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23107. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23108. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23109. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23110. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23111. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  23112. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  23113. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  23114. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23115. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23116. | #define WEAK(x) __attribute__ ((__weak__)) x
  23117. | #define HAVE_FUNC_WEAK 1
  23118. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23119. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23120. | #define HAVE_GCC_SYNC_BUILTINS 1
  23121. | #define UNREACHABLE __builtin_unreachable()
  23122. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23123. | #define RUBY_FUNCTION_NAME_STRING __func__
  23124. | #define ENUM_OVER_INT 1
  23125. | #define HAVE_DECL_SYS_NERR 1
  23126. | #define HAVE_DECL_GETENV 1
  23127. | #define SIZEOF_SIZE_T 8
  23128. | #define SIZEOF_PTRDIFF_T 8
  23129. | #define PRI_SIZE_PREFIX "z"
  23130. | #define PRI_PTRDIFF_PREFIX "t"
  23131. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23132. | #define HAVE_ST_BLKSIZE 1
  23133. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23134. | #define HAVE_ST_BLOCKS 1
  23135. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23136. | #define HAVE_ST_RDEV 1
  23137. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23138. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23139. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23140. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23141. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23142. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23143. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23144. | #define HAVE_STRUCT_TIMEVAL 1
  23145. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23146. | #define HAVE_STRUCT_TIMESPEC 1
  23147. | #define HAVE_STRUCT_TIMEZONE 1
  23148. | #define HAVE_RB_FD_INIT 1
  23149. | #define HAVE_INT8_T 1
  23150. | #define SIZEOF_INT8_T 1
  23151. | #define HAVE_UINT8_T 1
  23152. | #define SIZEOF_UINT8_T 1
  23153. | #define HAVE_INT16_T 1
  23154. | #define SIZEOF_INT16_T 2
  23155. | #define HAVE_UINT16_T 1
  23156. | #define SIZEOF_UINT16_T 2
  23157. | #define HAVE_INT32_T 1
  23158. | #define SIZEOF_INT32_T 4
  23159. | #define HAVE_UINT32_T 1
  23160. | #define SIZEOF_UINT32_T 4
  23161. | #define HAVE_INT64_T 1
  23162. | #define SIZEOF_INT64_T 8
  23163. | #define HAVE_UINT64_T 1
  23164. | #define SIZEOF_UINT64_T 8
  23165. | #define HAVE_INT128_T 1
  23166. | #define int128_t __int128
  23167. | #define SIZEOF_INT128_T SIZEOF___INT128
  23168. | #define HAVE_UINT128_T 1
  23169. | #define uint128_t unsigned __int128
  23170. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23171. | #define HAVE_INTPTR_T 1
  23172. | #define SIZEOF_INTPTR_T 8
  23173. | #define HAVE_UINTPTR_T 1
  23174. | #define SIZEOF_UINTPTR_T 8
  23175. | #define PRI_PTR_PREFIX "l"
  23176. | #define HAVE_SSIZE_T 1
  23177. | #define SIZEOF_SSIZE_T 8
  23178. | #define PRI_64_PREFIX "ll"
  23179. | #define GETGROUPS_T gid_t
  23180. | #define RETSIGTYPE void
  23181. | #define HAVE_ALLOCA_H 1
  23182. | #define HAVE_ALLOCA 1
  23183. | #define HAVE_ACOSH 1
  23184. | #define HAVE_CBRT 1
  23185. | #define HAVE_CRYPT 1
  23186. | #define HAVE_DUP2 1
  23187. | #define HAVE_ERF 1
  23188. | #define HAVE_FFS 1
  23189. | #define HAVE_FINITE 1
  23190. | #define HAVE_FLOCK 1
  23191. | #define HAVE_HYPOT 1
  23192. | #define HAVE_ISINF 1
  23193. | #define HAVE_ISNAN 1
  23194. | #define HAVE_LGAMMA_R 1
  23195. | #define HAVE_MEMMOVE 1
  23196. | #define HAVE_NAN 1
  23197. | #define HAVE_NEXTAFTER 1
  23198. | #define HAVE_STRCHR 1
  23199. | #define HAVE_STRERROR 1
  23200. | #define HAVE_STRLCAT 1
  23201. | #define HAVE_STRLCPY 1
  23202. | #define HAVE_STRSTR 1
  23203. | #define HAVE_TGAMMA 1
  23204. | #define SPT_TYPE SPT_REUSEARGV
  23205. | #define HAVE_SIGNBIT 1
  23206. | #define HAVE_FORK 1
  23207. | #define vfork fork
  23208. | #define HAVE_WORKING_FORK 1
  23209. | #define HAVE__LONGJMP 1
  23210. | #define HAVE_ARC4RANDOM_BUF 1
  23211. | #define HAVE_ATAN2L 1
  23212. | #define HAVE_ATAN2F 1
  23213. | #define HAVE_CHROOT 1
  23214. | #define HAVE_CLOCK_GETTIME 1
  23215. | #define HAVE_COSH 1
  23216. | #define HAVE_DIRFD 1
  23217. | #define HAVE_DLOPEN 1
  23218. | #define HAVE_DLADDR 1
  23219. | #define HAVE_DUP 1
  23220. | /* end confdefs.h. */
  23221. | /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3.
  23222. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23223. | #define dup3 innocuous_dup3
  23224. |
  23225. | /* System header to define __stub macros and hopefully few prototypes,
  23226. | which can conflict with char dup3 (); below.
  23227. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23228. | <limits.h> exists even on freestanding compilers. */
  23229. |
  23230. | #ifdef __STDC__
  23231. | # include <limits.h>
  23232. | #else
  23233. | # include <assert.h>
  23234. | #endif
  23235. |
  23236. | #undef dup3
  23237. |
  23238. | /* Override any GCC internal prototype to avoid an error.
  23239. | Use char because int might match the return type of a GCC
  23240. | builtin and then its argument prototype would still apply. */
  23241. | #ifdef __cplusplus
  23242. | extern "C"
  23243. | #endif
  23244. | char dup3 ();
  23245. | /* The GNU C library defines this for functions which it implements
  23246. | to always fail with ENOSYS. Some functions are actually named
  23247. | something starting with __ and the normal name is an alias. */
  23248. | #if defined __stub_dup3 || defined __stub___dup3
  23249. | choke me
  23250. | #endif
  23251. |
  23252. | int
  23253. | main ()
  23254. | {
  23255. | return dup3 ();
  23256. | ;
  23257. | return 0;
  23258. | }
  23259. configure:22760: result: no
  23260. configure:22771: checking for eaccess
  23261. configure:22771: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23262. Undefined symbols for architecture x86_64:
  23263. "_eaccess", referenced from:
  23264. _main in conftest-4025e8.o
  23265. ld: symbol(s) not found for architecture x86_64
  23266. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23267. configure:22771: $? = 1
  23268. configure: failed program was:
  23269. | /* confdefs.h */
  23270. | #define PACKAGE_NAME ""
  23271. | #define PACKAGE_TARNAME ""
  23272. | #define PACKAGE_VERSION ""
  23273. | #define PACKAGE_STRING ""
  23274. | #define PACKAGE_BUGREPORT ""
  23275. | #define PACKAGE_URL ""
  23276. | #define STDC_HEADERS 1
  23277. | #define HAVE_SYS_TYPES_H 1
  23278. | #define HAVE_SYS_STAT_H 1
  23279. | #define HAVE_STDLIB_H 1
  23280. | #define HAVE_STRING_H 1
  23281. | #define HAVE_MEMORY_H 1
  23282. | #define HAVE_STRINGS_H 1
  23283. | #define HAVE_INTTYPES_H 1
  23284. | #define HAVE_STDINT_H 1
  23285. | #define HAVE_UNISTD_H 1
  23286. | #define __EXTENSIONS__ 1
  23287. | #define _ALL_SOURCE 1
  23288. | #define _GNU_SOURCE 1
  23289. | #define _POSIX_PTHREAD_SEMANTICS 1
  23290. | #define _TANDEM_SOURCE 1
  23291. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23292. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23293. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  23294. | #define BROKEN_CRYPT 1
  23295. | #define HAVE_CRT_EXTERNS_H 1
  23296. | #define HAVE_LIBDL 1
  23297. | #define HAVE_DIRENT_H 1
  23298. | #define HAVE__BOOL 1
  23299. | #define HAVE_STDBOOL_H 1
  23300. | #define HAVE_SYS_WAIT_H 1
  23301. | #define HAVE_GRP_H 1
  23302. | #define HAVE_FCNTL_H 1
  23303. | #define HAVE_FLOAT_H 1
  23304. | #define HAVE_LANGINFO_H 1
  23305. | #define HAVE_LIMITS_H 1
  23306. | #define HAVE_LOCALE_H 1
  23307. | #define HAVE_MALLOC_MALLOC_H 1
  23308. | #define HAVE_PWD_H 1
  23309. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  23310. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  23311. | #define HAVE_STDALIGN_H 1
  23312. | #define HAVE_SYS_ATTR_H 1
  23313. | #define HAVE_SYS_FCNTL_H 1
  23314. | #define HAVE_SYS_FILE_H 1
  23315. | #define HAVE_SYS_IOCTL_H 1
  23316. | #define HAVE_SYS_PARAM_H 1
  23317. | #define HAVE_SYS_RESOURCE_H 1
  23318. | #define HAVE_SYS_SELECT_H 1
  23319. | #define HAVE_SYS_SOCKET_H 1
  23320. | #define HAVE_SYS_TIME_H 1
  23321. | #define HAVE_SYS_TIMES_H 1
  23322. | #define HAVE_SYS_UIO_H 1
  23323. | #define HAVE_TIME_H 1
  23324. | #define HAVE_UCONTEXT_H 1
  23325. | #define HAVE_UTIME_H 1
  23326. | #define HAVE_GMP_H 1
  23327. | #define HAVE_LIBGMP 1
  23328. | #define HAVE_TYPEOF 1
  23329. | #define HAVE_LONG_LONG 1
  23330. | #define HAVE_OFF_T 1
  23331. | #define SIZEOF_INT 4
  23332. | #define SIZEOF_SHORT 2
  23333. | #define SIZEOF_LONG 8
  23334. | #define SIZEOF_LONG_LONG 8
  23335. | #define SIZEOF___INT64 0
  23336. | #define SIZEOF___INT128 16
  23337. | #define SIZEOF_OFF_T 8
  23338. | #define SIZEOF_VOIDP 8
  23339. | #define SIZEOF_FLOAT 4
  23340. | #define SIZEOF_DOUBLE 8
  23341. | #define SIZEOF_TIME_T 8
  23342. | #define SIZEOF_CLOCK_T 8
  23343. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23344. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23345. | #define PRI_LL_PREFIX "ll"
  23346. | #define HAVE_PID_T 1
  23347. | #define rb_pid_t pid_t
  23348. | #define SIGNEDNESS_OF_PID_T -1
  23349. | #define PIDT2NUM(v) INT2NUM(v)
  23350. | #define NUM2PIDT(v) NUM2INT(v)
  23351. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23352. | #define HAVE_UID_T 1
  23353. | #define rb_uid_t uid_t
  23354. | #define SIGNEDNESS_OF_UID_T +1
  23355. | #define UIDT2NUM(v) UINT2NUM(v)
  23356. | #define NUM2UIDT(v) NUM2UINT(v)
  23357. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23358. | #define HAVE_GID_T 1
  23359. | #define rb_gid_t gid_t
  23360. | #define SIGNEDNESS_OF_GID_T +1
  23361. | #define GIDT2NUM(v) UINT2NUM(v)
  23362. | #define NUM2GIDT(v) NUM2UINT(v)
  23363. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23364. | #define HAVE_TIME_T 1
  23365. | #define rb_time_t time_t
  23366. | #define SIGNEDNESS_OF_TIME_T -1
  23367. | #define TIMET2NUM(v) LONG2NUM(v)
  23368. | #define NUM2TIMET(v) NUM2LONG(v)
  23369. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23370. | #define HAVE_DEV_T 1
  23371. | #define rb_dev_t dev_t
  23372. | #define SIGNEDNESS_OF_DEV_T -1
  23373. | #define DEVT2NUM(v) INT2NUM(v)
  23374. | #define NUM2DEVT(v) NUM2INT(v)
  23375. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23376. | #define HAVE_MODE_T 1
  23377. | #define rb_mode_t mode_t
  23378. | #define SIGNEDNESS_OF_MODE_T +1
  23379. | #define MODET2NUM(v) USHORT2NUM(v)
  23380. | #define NUM2MODET(v) NUM2USHORT(v)
  23381. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  23382. | #define HAVE_RLIM_T 1
  23383. | #define rb_rlim_t rlim_t
  23384. | #define SIGNEDNESS_OF_RLIM_T +1
  23385. | #define RLIM2NUM(v) ULL2NUM(v)
  23386. | #define NUM2RLIM(v) NUM2ULL(v)
  23387. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23388. | #define HAVE_OFF_T 1
  23389. | #define rb_off_t off_t
  23390. | #define SIGNEDNESS_OF_OFF_T -1
  23391. | #define OFFT2NUM(v) LL2NUM(v)
  23392. | #define NUM2OFFT(v) NUM2LL(v)
  23393. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23394. | #define HAVE_CLOCKID_T 1
  23395. | #define rb_clockid_t clockid_t
  23396. | #define SIGNEDNESS_OF_CLOCKID_T +1
  23397. | #define CLOCKID2NUM(v) UINT2NUM(v)
  23398. | #define NUM2CLOCKID(v) NUM2UINT(v)
  23399. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23400. | #define HAVE_PROTOTYPES 1
  23401. | #define TOKEN_PASTE(x,y) x##y
  23402. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23403. | #define HAVE_STDARG_PROTOTYPES 1
  23404. | #define HAVE_VA_ARGS_MACRO 1
  23405. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  23406. | #define RUBY_ALIGNOF alignof
  23407. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23408. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23409. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23410. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23411. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23412. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23413. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23414. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23415. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  23416. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  23417. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  23418. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23419. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23420. | #define WEAK(x) __attribute__ ((__weak__)) x
  23421. | #define HAVE_FUNC_WEAK 1
  23422. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23423. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23424. | #define HAVE_GCC_SYNC_BUILTINS 1
  23425. | #define UNREACHABLE __builtin_unreachable()
  23426. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23427. | #define RUBY_FUNCTION_NAME_STRING __func__
  23428. | #define ENUM_OVER_INT 1
  23429. | #define HAVE_DECL_SYS_NERR 1
  23430. | #define HAVE_DECL_GETENV 1
  23431. | #define SIZEOF_SIZE_T 8
  23432. | #define SIZEOF_PTRDIFF_T 8
  23433. | #define PRI_SIZE_PREFIX "z"
  23434. | #define PRI_PTRDIFF_PREFIX "t"
  23435. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23436. | #define HAVE_ST_BLKSIZE 1
  23437. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23438. | #define HAVE_ST_BLOCKS 1
  23439. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23440. | #define HAVE_ST_RDEV 1
  23441. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23442. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23443. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23444. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23445. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23446. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23447. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23448. | #define HAVE_STRUCT_TIMEVAL 1
  23449. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23450. | #define HAVE_STRUCT_TIMESPEC 1
  23451. | #define HAVE_STRUCT_TIMEZONE 1
  23452. | #define HAVE_RB_FD_INIT 1
  23453. | #define HAVE_INT8_T 1
  23454. | #define SIZEOF_INT8_T 1
  23455. | #define HAVE_UINT8_T 1
  23456. | #define SIZEOF_UINT8_T 1
  23457. | #define HAVE_INT16_T 1
  23458. | #define SIZEOF_INT16_T 2
  23459. | #define HAVE_UINT16_T 1
  23460. | #define SIZEOF_UINT16_T 2
  23461. | #define HAVE_INT32_T 1
  23462. | #define SIZEOF_INT32_T 4
  23463. | #define HAVE_UINT32_T 1
  23464. | #define SIZEOF_UINT32_T 4
  23465. | #define HAVE_INT64_T 1
  23466. | #define SIZEOF_INT64_T 8
  23467. | #define HAVE_UINT64_T 1
  23468. | #define SIZEOF_UINT64_T 8
  23469. | #define HAVE_INT128_T 1
  23470. | #define int128_t __int128
  23471. | #define SIZEOF_INT128_T SIZEOF___INT128
  23472. | #define HAVE_UINT128_T 1
  23473. | #define uint128_t unsigned __int128
  23474. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23475. | #define HAVE_INTPTR_T 1
  23476. | #define SIZEOF_INTPTR_T 8
  23477. | #define HAVE_UINTPTR_T 1
  23478. | #define SIZEOF_UINTPTR_T 8
  23479. | #define PRI_PTR_PREFIX "l"
  23480. | #define HAVE_SSIZE_T 1
  23481. | #define SIZEOF_SSIZE_T 8
  23482. | #define PRI_64_PREFIX "ll"
  23483. | #define GETGROUPS_T gid_t
  23484. | #define RETSIGTYPE void
  23485. | #define HAVE_ALLOCA_H 1
  23486. | #define HAVE_ALLOCA 1
  23487. | #define HAVE_ACOSH 1
  23488. | #define HAVE_CBRT 1
  23489. | #define HAVE_CRYPT 1
  23490. | #define HAVE_DUP2 1
  23491. | #define HAVE_ERF 1
  23492. | #define HAVE_FFS 1
  23493. | #define HAVE_FINITE 1
  23494. | #define HAVE_FLOCK 1
  23495. | #define HAVE_HYPOT 1
  23496. | #define HAVE_ISINF 1
  23497. | #define HAVE_ISNAN 1
  23498. | #define HAVE_LGAMMA_R 1
  23499. | #define HAVE_MEMMOVE 1
  23500. | #define HAVE_NAN 1
  23501. | #define HAVE_NEXTAFTER 1
  23502. | #define HAVE_STRCHR 1
  23503. | #define HAVE_STRERROR 1
  23504. | #define HAVE_STRLCAT 1
  23505. | #define HAVE_STRLCPY 1
  23506. | #define HAVE_STRSTR 1
  23507. | #define HAVE_TGAMMA 1
  23508. | #define SPT_TYPE SPT_REUSEARGV
  23509. | #define HAVE_SIGNBIT 1
  23510. | #define HAVE_FORK 1
  23511. | #define vfork fork
  23512. | #define HAVE_WORKING_FORK 1
  23513. | #define HAVE__LONGJMP 1
  23514. | #define HAVE_ARC4RANDOM_BUF 1
  23515. | #define HAVE_ATAN2L 1
  23516. | #define HAVE_ATAN2F 1
  23517. | #define HAVE_CHROOT 1
  23518. | #define HAVE_CLOCK_GETTIME 1
  23519. | #define HAVE_COSH 1
  23520. | #define HAVE_DIRFD 1
  23521. | #define HAVE_DLOPEN 1
  23522. | #define HAVE_DLADDR 1
  23523. | #define HAVE_DUP 1
  23524. | /* end confdefs.h. */
  23525. | /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
  23526. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23527. | #define eaccess innocuous_eaccess
  23528. |
  23529. | /* System header to define __stub macros and hopefully few prototypes,
  23530. | which can conflict with char eaccess (); below.
  23531. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23532. | <limits.h> exists even on freestanding compilers. */
  23533. |
  23534. | #ifdef __STDC__
  23535. | # include <limits.h>
  23536. | #else
  23537. | # include <assert.h>
  23538. | #endif
  23539. |
  23540. | #undef eaccess
  23541. |
  23542. | /* Override any GCC internal prototype to avoid an error.
  23543. | Use char because int might match the return type of a GCC
  23544. | builtin and then its argument prototype would still apply. */
  23545. | #ifdef __cplusplus
  23546. | extern "C"
  23547. | #endif
  23548. | char eaccess ();
  23549. | /* The GNU C library defines this for functions which it implements
  23550. | to always fail with ENOSYS. Some functions are actually named
  23551. | something starting with __ and the normal name is an alias. */
  23552. | #if defined __stub_eaccess || defined __stub___eaccess
  23553. | choke me
  23554. | #endif
  23555. |
  23556. | int
  23557. | main ()
  23558. | {
  23559. | return eaccess ();
  23560. | ;
  23561. | return 0;
  23562. | }
  23563. configure:22771: result: no
  23564. configure:22782: checking for endgrent
  23565. configure:22782: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23566. configure:22782: $? = 0
  23567. configure:22782: result: yes
  23568. configure:22793: checking for eventfd
  23569. configure:22793: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23570. Undefined symbols for architecture x86_64:
  23571. "_eventfd", referenced from:
  23572. _main in conftest-8470fe.o
  23573. ld: symbol(s) not found for architecture x86_64
  23574. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23575. configure:22793: $? = 1
  23576. configure: failed program was:
  23577. | /* confdefs.h */
  23578. | #define PACKAGE_NAME ""
  23579. | #define PACKAGE_TARNAME ""
  23580. | #define PACKAGE_VERSION ""
  23581. | #define PACKAGE_STRING ""
  23582. | #define PACKAGE_BUGREPORT ""
  23583. | #define PACKAGE_URL ""
  23584. | #define STDC_HEADERS 1
  23585. | #define HAVE_SYS_TYPES_H 1
  23586. | #define HAVE_SYS_STAT_H 1
  23587. | #define HAVE_STDLIB_H 1
  23588. | #define HAVE_STRING_H 1
  23589. | #define HAVE_MEMORY_H 1
  23590. | #define HAVE_STRINGS_H 1
  23591. | #define HAVE_INTTYPES_H 1
  23592. | #define HAVE_STDINT_H 1
  23593. | #define HAVE_UNISTD_H 1
  23594. | #define __EXTENSIONS__ 1
  23595. | #define _ALL_SOURCE 1
  23596. | #define _GNU_SOURCE 1
  23597. | #define _POSIX_PTHREAD_SEMANTICS 1
  23598. | #define _TANDEM_SOURCE 1
  23599. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23600. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23601. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  23602. | #define BROKEN_CRYPT 1
  23603. | #define HAVE_CRT_EXTERNS_H 1
  23604. | #define HAVE_LIBDL 1
  23605. | #define HAVE_DIRENT_H 1
  23606. | #define HAVE__BOOL 1
  23607. | #define HAVE_STDBOOL_H 1
  23608. | #define HAVE_SYS_WAIT_H 1
  23609. | #define HAVE_GRP_H 1
  23610. | #define HAVE_FCNTL_H 1
  23611. | #define HAVE_FLOAT_H 1
  23612. | #define HAVE_LANGINFO_H 1
  23613. | #define HAVE_LIMITS_H 1
  23614. | #define HAVE_LOCALE_H 1
  23615. | #define HAVE_MALLOC_MALLOC_H 1
  23616. | #define HAVE_PWD_H 1
  23617. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  23618. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  23619. | #define HAVE_STDALIGN_H 1
  23620. | #define HAVE_SYS_ATTR_H 1
  23621. | #define HAVE_SYS_FCNTL_H 1
  23622. | #define HAVE_SYS_FILE_H 1
  23623. | #define HAVE_SYS_IOCTL_H 1
  23624. | #define HAVE_SYS_PARAM_H 1
  23625. | #define HAVE_SYS_RESOURCE_H 1
  23626. | #define HAVE_SYS_SELECT_H 1
  23627. | #define HAVE_SYS_SOCKET_H 1
  23628. | #define HAVE_SYS_TIME_H 1
  23629. | #define HAVE_SYS_TIMES_H 1
  23630. | #define HAVE_SYS_UIO_H 1
  23631. | #define HAVE_TIME_H 1
  23632. | #define HAVE_UCONTEXT_H 1
  23633. | #define HAVE_UTIME_H 1
  23634. | #define HAVE_GMP_H 1
  23635. | #define HAVE_LIBGMP 1
  23636. | #define HAVE_TYPEOF 1
  23637. | #define HAVE_LONG_LONG 1
  23638. | #define HAVE_OFF_T 1
  23639. | #define SIZEOF_INT 4
  23640. | #define SIZEOF_SHORT 2
  23641. | #define SIZEOF_LONG 8
  23642. | #define SIZEOF_LONG_LONG 8
  23643. | #define SIZEOF___INT64 0
  23644. | #define SIZEOF___INT128 16
  23645. | #define SIZEOF_OFF_T 8
  23646. | #define SIZEOF_VOIDP 8
  23647. | #define SIZEOF_FLOAT 4
  23648. | #define SIZEOF_DOUBLE 8
  23649. | #define SIZEOF_TIME_T 8
  23650. | #define SIZEOF_CLOCK_T 8
  23651. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23652. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23653. | #define PRI_LL_PREFIX "ll"
  23654. | #define HAVE_PID_T 1
  23655. | #define rb_pid_t pid_t
  23656. | #define SIGNEDNESS_OF_PID_T -1
  23657. | #define PIDT2NUM(v) INT2NUM(v)
  23658. | #define NUM2PIDT(v) NUM2INT(v)
  23659. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23660. | #define HAVE_UID_T 1
  23661. | #define rb_uid_t uid_t
  23662. | #define SIGNEDNESS_OF_UID_T +1
  23663. | #define UIDT2NUM(v) UINT2NUM(v)
  23664. | #define NUM2UIDT(v) NUM2UINT(v)
  23665. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23666. | #define HAVE_GID_T 1
  23667. | #define rb_gid_t gid_t
  23668. | #define SIGNEDNESS_OF_GID_T +1
  23669. | #define GIDT2NUM(v) UINT2NUM(v)
  23670. | #define NUM2GIDT(v) NUM2UINT(v)
  23671. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23672. | #define HAVE_TIME_T 1
  23673. | #define rb_time_t time_t
  23674. | #define SIGNEDNESS_OF_TIME_T -1
  23675. | #define TIMET2NUM(v) LONG2NUM(v)
  23676. | #define NUM2TIMET(v) NUM2LONG(v)
  23677. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23678. | #define HAVE_DEV_T 1
  23679. | #define rb_dev_t dev_t
  23680. | #define SIGNEDNESS_OF_DEV_T -1
  23681. | #define DEVT2NUM(v) INT2NUM(v)
  23682. | #define NUM2DEVT(v) NUM2INT(v)
  23683. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23684. | #define HAVE_MODE_T 1
  23685. | #define rb_mode_t mode_t
  23686. | #define SIGNEDNESS_OF_MODE_T +1
  23687. | #define MODET2NUM(v) USHORT2NUM(v)
  23688. | #define NUM2MODET(v) NUM2USHORT(v)
  23689. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  23690. | #define HAVE_RLIM_T 1
  23691. | #define rb_rlim_t rlim_t
  23692. | #define SIGNEDNESS_OF_RLIM_T +1
  23693. | #define RLIM2NUM(v) ULL2NUM(v)
  23694. | #define NUM2RLIM(v) NUM2ULL(v)
  23695. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23696. | #define HAVE_OFF_T 1
  23697. | #define rb_off_t off_t
  23698. | #define SIGNEDNESS_OF_OFF_T -1
  23699. | #define OFFT2NUM(v) LL2NUM(v)
  23700. | #define NUM2OFFT(v) NUM2LL(v)
  23701. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23702. | #define HAVE_CLOCKID_T 1
  23703. | #define rb_clockid_t clockid_t
  23704. | #define SIGNEDNESS_OF_CLOCKID_T +1
  23705. | #define CLOCKID2NUM(v) UINT2NUM(v)
  23706. | #define NUM2CLOCKID(v) NUM2UINT(v)
  23707. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23708. | #define HAVE_PROTOTYPES 1
  23709. | #define TOKEN_PASTE(x,y) x##y
  23710. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23711. | #define HAVE_STDARG_PROTOTYPES 1
  23712. | #define HAVE_VA_ARGS_MACRO 1
  23713. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  23714. | #define RUBY_ALIGNOF alignof
  23715. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23716. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23717. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23718. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23719. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23720. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23721. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23722. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23723. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  23724. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  23725. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  23726. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23727. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23728. | #define WEAK(x) __attribute__ ((__weak__)) x
  23729. | #define HAVE_FUNC_WEAK 1
  23730. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23731. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23732. | #define HAVE_GCC_SYNC_BUILTINS 1
  23733. | #define UNREACHABLE __builtin_unreachable()
  23734. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23735. | #define RUBY_FUNCTION_NAME_STRING __func__
  23736. | #define ENUM_OVER_INT 1
  23737. | #define HAVE_DECL_SYS_NERR 1
  23738. | #define HAVE_DECL_GETENV 1
  23739. | #define SIZEOF_SIZE_T 8
  23740. | #define SIZEOF_PTRDIFF_T 8
  23741. | #define PRI_SIZE_PREFIX "z"
  23742. | #define PRI_PTRDIFF_PREFIX "t"
  23743. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23744. | #define HAVE_ST_BLKSIZE 1
  23745. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23746. | #define HAVE_ST_BLOCKS 1
  23747. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23748. | #define HAVE_ST_RDEV 1
  23749. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23750. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23751. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23752. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23753. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23754. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23755. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23756. | #define HAVE_STRUCT_TIMEVAL 1
  23757. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23758. | #define HAVE_STRUCT_TIMESPEC 1
  23759. | #define HAVE_STRUCT_TIMEZONE 1
  23760. | #define HAVE_RB_FD_INIT 1
  23761. | #define HAVE_INT8_T 1
  23762. | #define SIZEOF_INT8_T 1
  23763. | #define HAVE_UINT8_T 1
  23764. | #define SIZEOF_UINT8_T 1
  23765. | #define HAVE_INT16_T 1
  23766. | #define SIZEOF_INT16_T 2
  23767. | #define HAVE_UINT16_T 1
  23768. | #define SIZEOF_UINT16_T 2
  23769. | #define HAVE_INT32_T 1
  23770. | #define SIZEOF_INT32_T 4
  23771. | #define HAVE_UINT32_T 1
  23772. | #define SIZEOF_UINT32_T 4
  23773. | #define HAVE_INT64_T 1
  23774. | #define SIZEOF_INT64_T 8
  23775. | #define HAVE_UINT64_T 1
  23776. | #define SIZEOF_UINT64_T 8
  23777. | #define HAVE_INT128_T 1
  23778. | #define int128_t __int128
  23779. | #define SIZEOF_INT128_T SIZEOF___INT128
  23780. | #define HAVE_UINT128_T 1
  23781. | #define uint128_t unsigned __int128
  23782. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23783. | #define HAVE_INTPTR_T 1
  23784. | #define SIZEOF_INTPTR_T 8
  23785. | #define HAVE_UINTPTR_T 1
  23786. | #define SIZEOF_UINTPTR_T 8
  23787. | #define PRI_PTR_PREFIX "l"
  23788. | #define HAVE_SSIZE_T 1
  23789. | #define SIZEOF_SSIZE_T 8
  23790. | #define PRI_64_PREFIX "ll"
  23791. | #define GETGROUPS_T gid_t
  23792. | #define RETSIGTYPE void
  23793. | #define HAVE_ALLOCA_H 1
  23794. | #define HAVE_ALLOCA 1
  23795. | #define HAVE_ACOSH 1
  23796. | #define HAVE_CBRT 1
  23797. | #define HAVE_CRYPT 1
  23798. | #define HAVE_DUP2 1
  23799. | #define HAVE_ERF 1
  23800. | #define HAVE_FFS 1
  23801. | #define HAVE_FINITE 1
  23802. | #define HAVE_FLOCK 1
  23803. | #define HAVE_HYPOT 1
  23804. | #define HAVE_ISINF 1
  23805. | #define HAVE_ISNAN 1
  23806. | #define HAVE_LGAMMA_R 1
  23807. | #define HAVE_MEMMOVE 1
  23808. | #define HAVE_NAN 1
  23809. | #define HAVE_NEXTAFTER 1
  23810. | #define HAVE_STRCHR 1
  23811. | #define HAVE_STRERROR 1
  23812. | #define HAVE_STRLCAT 1
  23813. | #define HAVE_STRLCPY 1
  23814. | #define HAVE_STRSTR 1
  23815. | #define HAVE_TGAMMA 1
  23816. | #define SPT_TYPE SPT_REUSEARGV
  23817. | #define HAVE_SIGNBIT 1
  23818. | #define HAVE_FORK 1
  23819. | #define vfork fork
  23820. | #define HAVE_WORKING_FORK 1
  23821. | #define HAVE__LONGJMP 1
  23822. | #define HAVE_ARC4RANDOM_BUF 1
  23823. | #define HAVE_ATAN2L 1
  23824. | #define HAVE_ATAN2F 1
  23825. | #define HAVE_CHROOT 1
  23826. | #define HAVE_CLOCK_GETTIME 1
  23827. | #define HAVE_COSH 1
  23828. | #define HAVE_DIRFD 1
  23829. | #define HAVE_DLOPEN 1
  23830. | #define HAVE_DLADDR 1
  23831. | #define HAVE_DUP 1
  23832. | #define HAVE_ENDGRENT 1
  23833. | /* end confdefs.h. */
  23834. | /* Define eventfd to an innocuous variant, in case <limits.h> declares eventfd.
  23835. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23836. | #define eventfd innocuous_eventfd
  23837. |
  23838. | /* System header to define __stub macros and hopefully few prototypes,
  23839. | which can conflict with char eventfd (); below.
  23840. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23841. | <limits.h> exists even on freestanding compilers. */
  23842. |
  23843. | #ifdef __STDC__
  23844. | # include <limits.h>
  23845. | #else
  23846. | # include <assert.h>
  23847. | #endif
  23848. |
  23849. | #undef eventfd
  23850. |
  23851. | /* Override any GCC internal prototype to avoid an error.
  23852. | Use char because int might match the return type of a GCC
  23853. | builtin and then its argument prototype would still apply. */
  23854. | #ifdef __cplusplus
  23855. | extern "C"
  23856. | #endif
  23857. | char eventfd ();
  23858. | /* The GNU C library defines this for functions which it implements
  23859. | to always fail with ENOSYS. Some functions are actually named
  23860. | something starting with __ and the normal name is an alias. */
  23861. | #if defined __stub_eventfd || defined __stub___eventfd
  23862. | choke me
  23863. | #endif
  23864. |
  23865. | int
  23866. | main ()
  23867. | {
  23868. | return eventfd ();
  23869. | ;
  23870. | return 0;
  23871. | }
  23872. configure:22793: result: no
  23873. configure:22804: checking for fchmod
  23874. configure:22804: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23875. configure:22804: $? = 0
  23876. configure:22804: result: yes
  23877. configure:22815: checking for fchown
  23878. configure:22815: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23879. configure:22815: $? = 0
  23880. configure:22815: result: yes
  23881. configure:22826: checking for fcntl
  23882. configure:22826: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23883. configure:22826: $? = 0
  23884. configure:22826: result: yes
  23885. configure:22837: checking for fdatasync
  23886. configure:22837: result: no
  23887. configure:22848: checking for fdopendir
  23888. configure:22848: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23889. configure:22848: $? = 0
  23890. configure:22848: result: yes
  23891. configure:22859: checking for fgetattrlist
  23892. configure:22859: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23893. configure:22859: $? = 0
  23894. configure:22859: result: yes
  23895. configure:22870: checking for fmod
  23896. configure:22870: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23897. conftest.c:286:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
  23898. char fmod ();
  23899. ^
  23900. conftest.c:286:6: note: 'fmod' is a builtin with type 'double (double, double)'
  23901. 1 warning generated.
  23902. configure:22870: $? = 0
  23903. configure:22870: result: yes
  23904. configure:22881: checking for fstatat
  23905. configure:22881: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23906. configure:22881: $? = 0
  23907. configure:22881: result: yes
  23908. configure:22892: checking for fsync
  23909. configure:22892: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23910. configure:22892: $? = 0
  23911. configure:22892: result: yes
  23912. configure:22903: checking for ftruncate
  23913. configure:22903: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23914. configure:22903: $? = 0
  23915. configure:22903: result: yes
  23916. configure:22914: checking for ftruncate64
  23917. configure:22914: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  23918. Undefined symbols for architecture x86_64:
  23919. "_ftruncate64", referenced from:
  23920. _main in conftest-ee52a2.o
  23921. ld: symbol(s) not found for architecture x86_64
  23922. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23923. configure:22914: $? = 1
  23924. configure: failed program was:
  23925. | /* confdefs.h */
  23926. | #define PACKAGE_NAME ""
  23927. | #define PACKAGE_TARNAME ""
  23928. | #define PACKAGE_VERSION ""
  23929. | #define PACKAGE_STRING ""
  23930. | #define PACKAGE_BUGREPORT ""
  23931. | #define PACKAGE_URL ""
  23932. | #define STDC_HEADERS 1
  23933. | #define HAVE_SYS_TYPES_H 1
  23934. | #define HAVE_SYS_STAT_H 1
  23935. | #define HAVE_STDLIB_H 1
  23936. | #define HAVE_STRING_H 1
  23937. | #define HAVE_MEMORY_H 1
  23938. | #define HAVE_STRINGS_H 1
  23939. | #define HAVE_INTTYPES_H 1
  23940. | #define HAVE_STDINT_H 1
  23941. | #define HAVE_UNISTD_H 1
  23942. | #define __EXTENSIONS__ 1
  23943. | #define _ALL_SOURCE 1
  23944. | #define _GNU_SOURCE 1
  23945. | #define _POSIX_PTHREAD_SEMANTICS 1
  23946. | #define _TANDEM_SOURCE 1
  23947. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23948. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23949. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  23950. | #define BROKEN_CRYPT 1
  23951. | #define HAVE_CRT_EXTERNS_H 1
  23952. | #define HAVE_LIBDL 1
  23953. | #define HAVE_DIRENT_H 1
  23954. | #define HAVE__BOOL 1
  23955. | #define HAVE_STDBOOL_H 1
  23956. | #define HAVE_SYS_WAIT_H 1
  23957. | #define HAVE_GRP_H 1
  23958. | #define HAVE_FCNTL_H 1
  23959. | #define HAVE_FLOAT_H 1
  23960. | #define HAVE_LANGINFO_H 1
  23961. | #define HAVE_LIMITS_H 1
  23962. | #define HAVE_LOCALE_H 1
  23963. | #define HAVE_MALLOC_MALLOC_H 1
  23964. | #define HAVE_PWD_H 1
  23965. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  23966. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  23967. | #define HAVE_STDALIGN_H 1
  23968. | #define HAVE_SYS_ATTR_H 1
  23969. | #define HAVE_SYS_FCNTL_H 1
  23970. | #define HAVE_SYS_FILE_H 1
  23971. | #define HAVE_SYS_IOCTL_H 1
  23972. | #define HAVE_SYS_PARAM_H 1
  23973. | #define HAVE_SYS_RESOURCE_H 1
  23974. | #define HAVE_SYS_SELECT_H 1
  23975. | #define HAVE_SYS_SOCKET_H 1
  23976. | #define HAVE_SYS_TIME_H 1
  23977. | #define HAVE_SYS_TIMES_H 1
  23978. | #define HAVE_SYS_UIO_H 1
  23979. | #define HAVE_TIME_H 1
  23980. | #define HAVE_UCONTEXT_H 1
  23981. | #define HAVE_UTIME_H 1
  23982. | #define HAVE_GMP_H 1
  23983. | #define HAVE_LIBGMP 1
  23984. | #define HAVE_TYPEOF 1
  23985. | #define HAVE_LONG_LONG 1
  23986. | #define HAVE_OFF_T 1
  23987. | #define SIZEOF_INT 4
  23988. | #define SIZEOF_SHORT 2
  23989. | #define SIZEOF_LONG 8
  23990. | #define SIZEOF_LONG_LONG 8
  23991. | #define SIZEOF___INT64 0
  23992. | #define SIZEOF___INT128 16
  23993. | #define SIZEOF_OFF_T 8
  23994. | #define SIZEOF_VOIDP 8
  23995. | #define SIZEOF_FLOAT 4
  23996. | #define SIZEOF_DOUBLE 8
  23997. | #define SIZEOF_TIME_T 8
  23998. | #define SIZEOF_CLOCK_T 8
  23999. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24000. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24001. | #define PRI_LL_PREFIX "ll"
  24002. | #define HAVE_PID_T 1
  24003. | #define rb_pid_t pid_t
  24004. | #define SIGNEDNESS_OF_PID_T -1
  24005. | #define PIDT2NUM(v) INT2NUM(v)
  24006. | #define NUM2PIDT(v) NUM2INT(v)
  24007. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24008. | #define HAVE_UID_T 1
  24009. | #define rb_uid_t uid_t
  24010. | #define SIGNEDNESS_OF_UID_T +1
  24011. | #define UIDT2NUM(v) UINT2NUM(v)
  24012. | #define NUM2UIDT(v) NUM2UINT(v)
  24013. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24014. | #define HAVE_GID_T 1
  24015. | #define rb_gid_t gid_t
  24016. | #define SIGNEDNESS_OF_GID_T +1
  24017. | #define GIDT2NUM(v) UINT2NUM(v)
  24018. | #define NUM2GIDT(v) NUM2UINT(v)
  24019. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24020. | #define HAVE_TIME_T 1
  24021. | #define rb_time_t time_t
  24022. | #define SIGNEDNESS_OF_TIME_T -1
  24023. | #define TIMET2NUM(v) LONG2NUM(v)
  24024. | #define NUM2TIMET(v) NUM2LONG(v)
  24025. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24026. | #define HAVE_DEV_T 1
  24027. | #define rb_dev_t dev_t
  24028. | #define SIGNEDNESS_OF_DEV_T -1
  24029. | #define DEVT2NUM(v) INT2NUM(v)
  24030. | #define NUM2DEVT(v) NUM2INT(v)
  24031. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24032. | #define HAVE_MODE_T 1
  24033. | #define rb_mode_t mode_t
  24034. | #define SIGNEDNESS_OF_MODE_T +1
  24035. | #define MODET2NUM(v) USHORT2NUM(v)
  24036. | #define NUM2MODET(v) NUM2USHORT(v)
  24037. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  24038. | #define HAVE_RLIM_T 1
  24039. | #define rb_rlim_t rlim_t
  24040. | #define SIGNEDNESS_OF_RLIM_T +1
  24041. | #define RLIM2NUM(v) ULL2NUM(v)
  24042. | #define NUM2RLIM(v) NUM2ULL(v)
  24043. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24044. | #define HAVE_OFF_T 1
  24045. | #define rb_off_t off_t
  24046. | #define SIGNEDNESS_OF_OFF_T -1
  24047. | #define OFFT2NUM(v) LL2NUM(v)
  24048. | #define NUM2OFFT(v) NUM2LL(v)
  24049. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24050. | #define HAVE_CLOCKID_T 1
  24051. | #define rb_clockid_t clockid_t
  24052. | #define SIGNEDNESS_OF_CLOCKID_T +1
  24053. | #define CLOCKID2NUM(v) UINT2NUM(v)
  24054. | #define NUM2CLOCKID(v) NUM2UINT(v)
  24055. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24056. | #define HAVE_PROTOTYPES 1
  24057. | #define TOKEN_PASTE(x,y) x##y
  24058. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24059. | #define HAVE_STDARG_PROTOTYPES 1
  24060. | #define HAVE_VA_ARGS_MACRO 1
  24061. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  24062. | #define RUBY_ALIGNOF alignof
  24063. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24064. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24065. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24066. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24067. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24068. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24069. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24070. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24071. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  24072. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  24073. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  24074. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24075. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24076. | #define WEAK(x) __attribute__ ((__weak__)) x
  24077. | #define HAVE_FUNC_WEAK 1
  24078. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24079. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24080. | #define HAVE_GCC_SYNC_BUILTINS 1
  24081. | #define UNREACHABLE __builtin_unreachable()
  24082. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24083. | #define RUBY_FUNCTION_NAME_STRING __func__
  24084. | #define ENUM_OVER_INT 1
  24085. | #define HAVE_DECL_SYS_NERR 1
  24086. | #define HAVE_DECL_GETENV 1
  24087. | #define SIZEOF_SIZE_T 8
  24088. | #define SIZEOF_PTRDIFF_T 8
  24089. | #define PRI_SIZE_PREFIX "z"
  24090. | #define PRI_PTRDIFF_PREFIX "t"
  24091. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24092. | #define HAVE_ST_BLKSIZE 1
  24093. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24094. | #define HAVE_ST_BLOCKS 1
  24095. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24096. | #define HAVE_ST_RDEV 1
  24097. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24098. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24099. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24100. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24101. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24102. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24103. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24104. | #define HAVE_STRUCT_TIMEVAL 1
  24105. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24106. | #define HAVE_STRUCT_TIMESPEC 1
  24107. | #define HAVE_STRUCT_TIMEZONE 1
  24108. | #define HAVE_RB_FD_INIT 1
  24109. | #define HAVE_INT8_T 1
  24110. | #define SIZEOF_INT8_T 1
  24111. | #define HAVE_UINT8_T 1
  24112. | #define SIZEOF_UINT8_T 1
  24113. | #define HAVE_INT16_T 1
  24114. | #define SIZEOF_INT16_T 2
  24115. | #define HAVE_UINT16_T 1
  24116. | #define SIZEOF_UINT16_T 2
  24117. | #define HAVE_INT32_T 1
  24118. | #define SIZEOF_INT32_T 4
  24119. | #define HAVE_UINT32_T 1
  24120. | #define SIZEOF_UINT32_T 4
  24121. | #define HAVE_INT64_T 1
  24122. | #define SIZEOF_INT64_T 8
  24123. | #define HAVE_UINT64_T 1
  24124. | #define SIZEOF_UINT64_T 8
  24125. | #define HAVE_INT128_T 1
  24126. | #define int128_t __int128
  24127. | #define SIZEOF_INT128_T SIZEOF___INT128
  24128. | #define HAVE_UINT128_T 1
  24129. | #define uint128_t unsigned __int128
  24130. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24131. | #define HAVE_INTPTR_T 1
  24132. | #define SIZEOF_INTPTR_T 8
  24133. | #define HAVE_UINTPTR_T 1
  24134. | #define SIZEOF_UINTPTR_T 8
  24135. | #define PRI_PTR_PREFIX "l"
  24136. | #define HAVE_SSIZE_T 1
  24137. | #define SIZEOF_SSIZE_T 8
  24138. | #define PRI_64_PREFIX "ll"
  24139. | #define GETGROUPS_T gid_t
  24140. | #define RETSIGTYPE void
  24141. | #define HAVE_ALLOCA_H 1
  24142. | #define HAVE_ALLOCA 1
  24143. | #define HAVE_ACOSH 1
  24144. | #define HAVE_CBRT 1
  24145. | #define HAVE_CRYPT 1
  24146. | #define HAVE_DUP2 1
  24147. | #define HAVE_ERF 1
  24148. | #define HAVE_FFS 1
  24149. | #define HAVE_FINITE 1
  24150. | #define HAVE_FLOCK 1
  24151. | #define HAVE_HYPOT 1
  24152. | #define HAVE_ISINF 1
  24153. | #define HAVE_ISNAN 1
  24154. | #define HAVE_LGAMMA_R 1
  24155. | #define HAVE_MEMMOVE 1
  24156. | #define HAVE_NAN 1
  24157. | #define HAVE_NEXTAFTER 1
  24158. | #define HAVE_STRCHR 1
  24159. | #define HAVE_STRERROR 1
  24160. | #define HAVE_STRLCAT 1
  24161. | #define HAVE_STRLCPY 1
  24162. | #define HAVE_STRSTR 1
  24163. | #define HAVE_TGAMMA 1
  24164. | #define SPT_TYPE SPT_REUSEARGV
  24165. | #define HAVE_SIGNBIT 1
  24166. | #define HAVE_FORK 1
  24167. | #define vfork fork
  24168. | #define HAVE_WORKING_FORK 1
  24169. | #define HAVE__LONGJMP 1
  24170. | #define HAVE_ARC4RANDOM_BUF 1
  24171. | #define HAVE_ATAN2L 1
  24172. | #define HAVE_ATAN2F 1
  24173. | #define HAVE_CHROOT 1
  24174. | #define HAVE_CLOCK_GETTIME 1
  24175. | #define HAVE_COSH 1
  24176. | #define HAVE_DIRFD 1
  24177. | #define HAVE_DLOPEN 1
  24178. | #define HAVE_DLADDR 1
  24179. | #define HAVE_DUP 1
  24180. | #define HAVE_ENDGRENT 1
  24181. | #define HAVE_FCHMOD 1
  24182. | #define HAVE_FCHOWN 1
  24183. | #define HAVE_FCNTL 1
  24184. | #define HAVE_FDOPENDIR 1
  24185. | #define HAVE_FGETATTRLIST 1
  24186. | #define HAVE_FMOD 1
  24187. | #define HAVE_FSTATAT 1
  24188. | #define HAVE_FSYNC 1
  24189. | #define HAVE_FTRUNCATE 1
  24190. | /* end confdefs.h. */
  24191. | /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64.
  24192. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24193. | #define ftruncate64 innocuous_ftruncate64
  24194. |
  24195. | /* System header to define __stub macros and hopefully few prototypes,
  24196. | which can conflict with char ftruncate64 (); below.
  24197. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24198. | <limits.h> exists even on freestanding compilers. */
  24199. |
  24200. | #ifdef __STDC__
  24201. | # include <limits.h>
  24202. | #else
  24203. | # include <assert.h>
  24204. | #endif
  24205. |
  24206. | #undef ftruncate64
  24207. |
  24208. | /* Override any GCC internal prototype to avoid an error.
  24209. | Use char because int might match the return type of a GCC
  24210. | builtin and then its argument prototype would still apply. */
  24211. | #ifdef __cplusplus
  24212. | extern "C"
  24213. | #endif
  24214. | char ftruncate64 ();
  24215. | /* The GNU C library defines this for functions which it implements
  24216. | to always fail with ENOSYS. Some functions are actually named
  24217. | something starting with __ and the normal name is an alias. */
  24218. | #if defined __stub_ftruncate64 || defined __stub___ftruncate64
  24219. | choke me
  24220. | #endif
  24221. |
  24222. | int
  24223. | main ()
  24224. | {
  24225. | return ftruncate64 ();
  24226. | ;
  24227. | return 0;
  24228. | }
  24229. configure:22914: result: no
  24230. configure:22925: checking for getattrlist
  24231. configure:22925: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24232. configure:22925: $? = 0
  24233. configure:22925: result: yes
  24234. configure:22936: checking for getcwd
  24235. configure:22936: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24236. configure:22936: $? = 0
  24237. configure:22936: result: yes
  24238. configure:22947: checking for getgidx
  24239. configure:22947: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24240. Undefined symbols for architecture x86_64:
  24241. "_getgidx", referenced from:
  24242. _main in conftest-3b5121.o
  24243. ld: symbol(s) not found for architecture x86_64
  24244. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24245. configure:22947: $? = 1
  24246. configure: failed program was:
  24247. | /* confdefs.h */
  24248. | #define PACKAGE_NAME ""
  24249. | #define PACKAGE_TARNAME ""
  24250. | #define PACKAGE_VERSION ""
  24251. | #define PACKAGE_STRING ""
  24252. | #define PACKAGE_BUGREPORT ""
  24253. | #define PACKAGE_URL ""
  24254. | #define STDC_HEADERS 1
  24255. | #define HAVE_SYS_TYPES_H 1
  24256. | #define HAVE_SYS_STAT_H 1
  24257. | #define HAVE_STDLIB_H 1
  24258. | #define HAVE_STRING_H 1
  24259. | #define HAVE_MEMORY_H 1
  24260. | #define HAVE_STRINGS_H 1
  24261. | #define HAVE_INTTYPES_H 1
  24262. | #define HAVE_STDINT_H 1
  24263. | #define HAVE_UNISTD_H 1
  24264. | #define __EXTENSIONS__ 1
  24265. | #define _ALL_SOURCE 1
  24266. | #define _GNU_SOURCE 1
  24267. | #define _POSIX_PTHREAD_SEMANTICS 1
  24268. | #define _TANDEM_SOURCE 1
  24269. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24270. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24271. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  24272. | #define BROKEN_CRYPT 1
  24273. | #define HAVE_CRT_EXTERNS_H 1
  24274. | #define HAVE_LIBDL 1
  24275. | #define HAVE_DIRENT_H 1
  24276. | #define HAVE__BOOL 1
  24277. | #define HAVE_STDBOOL_H 1
  24278. | #define HAVE_SYS_WAIT_H 1
  24279. | #define HAVE_GRP_H 1
  24280. | #define HAVE_FCNTL_H 1
  24281. | #define HAVE_FLOAT_H 1
  24282. | #define HAVE_LANGINFO_H 1
  24283. | #define HAVE_LIMITS_H 1
  24284. | #define HAVE_LOCALE_H 1
  24285. | #define HAVE_MALLOC_MALLOC_H 1
  24286. | #define HAVE_PWD_H 1
  24287. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  24288. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  24289. | #define HAVE_STDALIGN_H 1
  24290. | #define HAVE_SYS_ATTR_H 1
  24291. | #define HAVE_SYS_FCNTL_H 1
  24292. | #define HAVE_SYS_FILE_H 1
  24293. | #define HAVE_SYS_IOCTL_H 1
  24294. | #define HAVE_SYS_PARAM_H 1
  24295. | #define HAVE_SYS_RESOURCE_H 1
  24296. | #define HAVE_SYS_SELECT_H 1
  24297. | #define HAVE_SYS_SOCKET_H 1
  24298. | #define HAVE_SYS_TIME_H 1
  24299. | #define HAVE_SYS_TIMES_H 1
  24300. | #define HAVE_SYS_UIO_H 1
  24301. | #define HAVE_TIME_H 1
  24302. | #define HAVE_UCONTEXT_H 1
  24303. | #define HAVE_UTIME_H 1
  24304. | #define HAVE_GMP_H 1
  24305. | #define HAVE_LIBGMP 1
  24306. | #define HAVE_TYPEOF 1
  24307. | #define HAVE_LONG_LONG 1
  24308. | #define HAVE_OFF_T 1
  24309. | #define SIZEOF_INT 4
  24310. | #define SIZEOF_SHORT 2
  24311. | #define SIZEOF_LONG 8
  24312. | #define SIZEOF_LONG_LONG 8
  24313. | #define SIZEOF___INT64 0
  24314. | #define SIZEOF___INT128 16
  24315. | #define SIZEOF_OFF_T 8
  24316. | #define SIZEOF_VOIDP 8
  24317. | #define SIZEOF_FLOAT 4
  24318. | #define SIZEOF_DOUBLE 8
  24319. | #define SIZEOF_TIME_T 8
  24320. | #define SIZEOF_CLOCK_T 8
  24321. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24322. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24323. | #define PRI_LL_PREFIX "ll"
  24324. | #define HAVE_PID_T 1
  24325. | #define rb_pid_t pid_t
  24326. | #define SIGNEDNESS_OF_PID_T -1
  24327. | #define PIDT2NUM(v) INT2NUM(v)
  24328. | #define NUM2PIDT(v) NUM2INT(v)
  24329. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24330. | #define HAVE_UID_T 1
  24331. | #define rb_uid_t uid_t
  24332. | #define SIGNEDNESS_OF_UID_T +1
  24333. | #define UIDT2NUM(v) UINT2NUM(v)
  24334. | #define NUM2UIDT(v) NUM2UINT(v)
  24335. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24336. | #define HAVE_GID_T 1
  24337. | #define rb_gid_t gid_t
  24338. | #define SIGNEDNESS_OF_GID_T +1
  24339. | #define GIDT2NUM(v) UINT2NUM(v)
  24340. | #define NUM2GIDT(v) NUM2UINT(v)
  24341. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24342. | #define HAVE_TIME_T 1
  24343. | #define rb_time_t time_t
  24344. | #define SIGNEDNESS_OF_TIME_T -1
  24345. | #define TIMET2NUM(v) LONG2NUM(v)
  24346. | #define NUM2TIMET(v) NUM2LONG(v)
  24347. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24348. | #define HAVE_DEV_T 1
  24349. | #define rb_dev_t dev_t
  24350. | #define SIGNEDNESS_OF_DEV_T -1
  24351. | #define DEVT2NUM(v) INT2NUM(v)
  24352. | #define NUM2DEVT(v) NUM2INT(v)
  24353. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24354. | #define HAVE_MODE_T 1
  24355. | #define rb_mode_t mode_t
  24356. | #define SIGNEDNESS_OF_MODE_T +1
  24357. | #define MODET2NUM(v) USHORT2NUM(v)
  24358. | #define NUM2MODET(v) NUM2USHORT(v)
  24359. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  24360. | #define HAVE_RLIM_T 1
  24361. | #define rb_rlim_t rlim_t
  24362. | #define SIGNEDNESS_OF_RLIM_T +1
  24363. | #define RLIM2NUM(v) ULL2NUM(v)
  24364. | #define NUM2RLIM(v) NUM2ULL(v)
  24365. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24366. | #define HAVE_OFF_T 1
  24367. | #define rb_off_t off_t
  24368. | #define SIGNEDNESS_OF_OFF_T -1
  24369. | #define OFFT2NUM(v) LL2NUM(v)
  24370. | #define NUM2OFFT(v) NUM2LL(v)
  24371. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24372. | #define HAVE_CLOCKID_T 1
  24373. | #define rb_clockid_t clockid_t
  24374. | #define SIGNEDNESS_OF_CLOCKID_T +1
  24375. | #define CLOCKID2NUM(v) UINT2NUM(v)
  24376. | #define NUM2CLOCKID(v) NUM2UINT(v)
  24377. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24378. | #define HAVE_PROTOTYPES 1
  24379. | #define TOKEN_PASTE(x,y) x##y
  24380. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24381. | #define HAVE_STDARG_PROTOTYPES 1
  24382. | #define HAVE_VA_ARGS_MACRO 1
  24383. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  24384. | #define RUBY_ALIGNOF alignof
  24385. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24386. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24387. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24388. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24389. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24390. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24391. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24392. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24393. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  24394. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  24395. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  24396. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24397. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24398. | #define WEAK(x) __attribute__ ((__weak__)) x
  24399. | #define HAVE_FUNC_WEAK 1
  24400. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24401. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24402. | #define HAVE_GCC_SYNC_BUILTINS 1
  24403. | #define UNREACHABLE __builtin_unreachable()
  24404. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24405. | #define RUBY_FUNCTION_NAME_STRING __func__
  24406. | #define ENUM_OVER_INT 1
  24407. | #define HAVE_DECL_SYS_NERR 1
  24408. | #define HAVE_DECL_GETENV 1
  24409. | #define SIZEOF_SIZE_T 8
  24410. | #define SIZEOF_PTRDIFF_T 8
  24411. | #define PRI_SIZE_PREFIX "z"
  24412. | #define PRI_PTRDIFF_PREFIX "t"
  24413. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24414. | #define HAVE_ST_BLKSIZE 1
  24415. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24416. | #define HAVE_ST_BLOCKS 1
  24417. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24418. | #define HAVE_ST_RDEV 1
  24419. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24420. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24421. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24422. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24423. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24424. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24425. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24426. | #define HAVE_STRUCT_TIMEVAL 1
  24427. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24428. | #define HAVE_STRUCT_TIMESPEC 1
  24429. | #define HAVE_STRUCT_TIMEZONE 1
  24430. | #define HAVE_RB_FD_INIT 1
  24431. | #define HAVE_INT8_T 1
  24432. | #define SIZEOF_INT8_T 1
  24433. | #define HAVE_UINT8_T 1
  24434. | #define SIZEOF_UINT8_T 1
  24435. | #define HAVE_INT16_T 1
  24436. | #define SIZEOF_INT16_T 2
  24437. | #define HAVE_UINT16_T 1
  24438. | #define SIZEOF_UINT16_T 2
  24439. | #define HAVE_INT32_T 1
  24440. | #define SIZEOF_INT32_T 4
  24441. | #define HAVE_UINT32_T 1
  24442. | #define SIZEOF_UINT32_T 4
  24443. | #define HAVE_INT64_T 1
  24444. | #define SIZEOF_INT64_T 8
  24445. | #define HAVE_UINT64_T 1
  24446. | #define SIZEOF_UINT64_T 8
  24447. | #define HAVE_INT128_T 1
  24448. | #define int128_t __int128
  24449. | #define SIZEOF_INT128_T SIZEOF___INT128
  24450. | #define HAVE_UINT128_T 1
  24451. | #define uint128_t unsigned __int128
  24452. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24453. | #define HAVE_INTPTR_T 1
  24454. | #define SIZEOF_INTPTR_T 8
  24455. | #define HAVE_UINTPTR_T 1
  24456. | #define SIZEOF_UINTPTR_T 8
  24457. | #define PRI_PTR_PREFIX "l"
  24458. | #define HAVE_SSIZE_T 1
  24459. | #define SIZEOF_SSIZE_T 8
  24460. | #define PRI_64_PREFIX "ll"
  24461. | #define GETGROUPS_T gid_t
  24462. | #define RETSIGTYPE void
  24463. | #define HAVE_ALLOCA_H 1
  24464. | #define HAVE_ALLOCA 1
  24465. | #define HAVE_ACOSH 1
  24466. | #define HAVE_CBRT 1
  24467. | #define HAVE_CRYPT 1
  24468. | #define HAVE_DUP2 1
  24469. | #define HAVE_ERF 1
  24470. | #define HAVE_FFS 1
  24471. | #define HAVE_FINITE 1
  24472. | #define HAVE_FLOCK 1
  24473. | #define HAVE_HYPOT 1
  24474. | #define HAVE_ISINF 1
  24475. | #define HAVE_ISNAN 1
  24476. | #define HAVE_LGAMMA_R 1
  24477. | #define HAVE_MEMMOVE 1
  24478. | #define HAVE_NAN 1
  24479. | #define HAVE_NEXTAFTER 1
  24480. | #define HAVE_STRCHR 1
  24481. | #define HAVE_STRERROR 1
  24482. | #define HAVE_STRLCAT 1
  24483. | #define HAVE_STRLCPY 1
  24484. | #define HAVE_STRSTR 1
  24485. | #define HAVE_TGAMMA 1
  24486. | #define SPT_TYPE SPT_REUSEARGV
  24487. | #define HAVE_SIGNBIT 1
  24488. | #define HAVE_FORK 1
  24489. | #define vfork fork
  24490. | #define HAVE_WORKING_FORK 1
  24491. | #define HAVE__LONGJMP 1
  24492. | #define HAVE_ARC4RANDOM_BUF 1
  24493. | #define HAVE_ATAN2L 1
  24494. | #define HAVE_ATAN2F 1
  24495. | #define HAVE_CHROOT 1
  24496. | #define HAVE_CLOCK_GETTIME 1
  24497. | #define HAVE_COSH 1
  24498. | #define HAVE_DIRFD 1
  24499. | #define HAVE_DLOPEN 1
  24500. | #define HAVE_DLADDR 1
  24501. | #define HAVE_DUP 1
  24502. | #define HAVE_ENDGRENT 1
  24503. | #define HAVE_FCHMOD 1
  24504. | #define HAVE_FCHOWN 1
  24505. | #define HAVE_FCNTL 1
  24506. | #define HAVE_FDOPENDIR 1
  24507. | #define HAVE_FGETATTRLIST 1
  24508. | #define HAVE_FMOD 1
  24509. | #define HAVE_FSTATAT 1
  24510. | #define HAVE_FSYNC 1
  24511. | #define HAVE_FTRUNCATE 1
  24512. | #define HAVE_GETATTRLIST 1
  24513. | #define HAVE_GETCWD 1
  24514. | /* end confdefs.h. */
  24515. | /* Define getgidx to an innocuous variant, in case <limits.h> declares getgidx.
  24516. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24517. | #define getgidx innocuous_getgidx
  24518. |
  24519. | /* System header to define __stub macros and hopefully few prototypes,
  24520. | which can conflict with char getgidx (); below.
  24521. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24522. | <limits.h> exists even on freestanding compilers. */
  24523. |
  24524. | #ifdef __STDC__
  24525. | # include <limits.h>
  24526. | #else
  24527. | # include <assert.h>
  24528. | #endif
  24529. |
  24530. | #undef getgidx
  24531. |
  24532. | /* Override any GCC internal prototype to avoid an error.
  24533. | Use char because int might match the return type of a GCC
  24534. | builtin and then its argument prototype would still apply. */
  24535. | #ifdef __cplusplus
  24536. | extern "C"
  24537. | #endif
  24538. | char getgidx ();
  24539. | /* The GNU C library defines this for functions which it implements
  24540. | to always fail with ENOSYS. Some functions are actually named
  24541. | something starting with __ and the normal name is an alias. */
  24542. | #if defined __stub_getgidx || defined __stub___getgidx
  24543. | choke me
  24544. | #endif
  24545. |
  24546. | int
  24547. | main ()
  24548. | {
  24549. | return getgidx ();
  24550. | ;
  24551. | return 0;
  24552. | }
  24553. configure:22947: result: no
  24554. configure:22958: checking for getgrnam
  24555. configure:22958: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24556. configure:22958: $? = 0
  24557. configure:22958: result: yes
  24558. configure:22969: checking for getgrnam_r
  24559. configure:22969: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24560. configure:22969: $? = 0
  24561. configure:22969: result: yes
  24562. configure:22980: checking for getgroups
  24563. configure:22980: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24564. configure:22980: $? = 0
  24565. configure:22980: result: yes
  24566. configure:22991: checking for getpgid
  24567. configure:22991: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24568. configure:22991: $? = 0
  24569. configure:22991: result: yes
  24570. configure:23002: checking for getpgrp
  24571. configure:23002: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24572. configure:23002: $? = 0
  24573. configure:23002: result: yes
  24574. configure:23013: checking for getpriority
  24575. configure:23013: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24576. configure:23013: $? = 0
  24577. configure:23013: result: yes
  24578. configure:23024: checking for getpwnam_r
  24579. configure:23024: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24580. configure:23024: $? = 0
  24581. configure:23024: result: yes
  24582. configure:23035: checking for getresgid
  24583. configure:23035: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24584. Undefined symbols for architecture x86_64:
  24585. "_getresgid", referenced from:
  24586. _main in conftest-f64a1b.o
  24587. ld: symbol(s) not found for architecture x86_64
  24588. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24589. configure:23035: $? = 1
  24590. configure: failed program was:
  24591. | /* confdefs.h */
  24592. | #define PACKAGE_NAME ""
  24593. | #define PACKAGE_TARNAME ""
  24594. | #define PACKAGE_VERSION ""
  24595. | #define PACKAGE_STRING ""
  24596. | #define PACKAGE_BUGREPORT ""
  24597. | #define PACKAGE_URL ""
  24598. | #define STDC_HEADERS 1
  24599. | #define HAVE_SYS_TYPES_H 1
  24600. | #define HAVE_SYS_STAT_H 1
  24601. | #define HAVE_STDLIB_H 1
  24602. | #define HAVE_STRING_H 1
  24603. | #define HAVE_MEMORY_H 1
  24604. | #define HAVE_STRINGS_H 1
  24605. | #define HAVE_INTTYPES_H 1
  24606. | #define HAVE_STDINT_H 1
  24607. | #define HAVE_UNISTD_H 1
  24608. | #define __EXTENSIONS__ 1
  24609. | #define _ALL_SOURCE 1
  24610. | #define _GNU_SOURCE 1
  24611. | #define _POSIX_PTHREAD_SEMANTICS 1
  24612. | #define _TANDEM_SOURCE 1
  24613. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24614. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24615. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  24616. | #define BROKEN_CRYPT 1
  24617. | #define HAVE_CRT_EXTERNS_H 1
  24618. | #define HAVE_LIBDL 1
  24619. | #define HAVE_DIRENT_H 1
  24620. | #define HAVE__BOOL 1
  24621. | #define HAVE_STDBOOL_H 1
  24622. | #define HAVE_SYS_WAIT_H 1
  24623. | #define HAVE_GRP_H 1
  24624. | #define HAVE_FCNTL_H 1
  24625. | #define HAVE_FLOAT_H 1
  24626. | #define HAVE_LANGINFO_H 1
  24627. | #define HAVE_LIMITS_H 1
  24628. | #define HAVE_LOCALE_H 1
  24629. | #define HAVE_MALLOC_MALLOC_H 1
  24630. | #define HAVE_PWD_H 1
  24631. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  24632. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  24633. | #define HAVE_STDALIGN_H 1
  24634. | #define HAVE_SYS_ATTR_H 1
  24635. | #define HAVE_SYS_FCNTL_H 1
  24636. | #define HAVE_SYS_FILE_H 1
  24637. | #define HAVE_SYS_IOCTL_H 1
  24638. | #define HAVE_SYS_PARAM_H 1
  24639. | #define HAVE_SYS_RESOURCE_H 1
  24640. | #define HAVE_SYS_SELECT_H 1
  24641. | #define HAVE_SYS_SOCKET_H 1
  24642. | #define HAVE_SYS_TIME_H 1
  24643. | #define HAVE_SYS_TIMES_H 1
  24644. | #define HAVE_SYS_UIO_H 1
  24645. | #define HAVE_TIME_H 1
  24646. | #define HAVE_UCONTEXT_H 1
  24647. | #define HAVE_UTIME_H 1
  24648. | #define HAVE_GMP_H 1
  24649. | #define HAVE_LIBGMP 1
  24650. | #define HAVE_TYPEOF 1
  24651. | #define HAVE_LONG_LONG 1
  24652. | #define HAVE_OFF_T 1
  24653. | #define SIZEOF_INT 4
  24654. | #define SIZEOF_SHORT 2
  24655. | #define SIZEOF_LONG 8
  24656. | #define SIZEOF_LONG_LONG 8
  24657. | #define SIZEOF___INT64 0
  24658. | #define SIZEOF___INT128 16
  24659. | #define SIZEOF_OFF_T 8
  24660. | #define SIZEOF_VOIDP 8
  24661. | #define SIZEOF_FLOAT 4
  24662. | #define SIZEOF_DOUBLE 8
  24663. | #define SIZEOF_TIME_T 8
  24664. | #define SIZEOF_CLOCK_T 8
  24665. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24666. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24667. | #define PRI_LL_PREFIX "ll"
  24668. | #define HAVE_PID_T 1
  24669. | #define rb_pid_t pid_t
  24670. | #define SIGNEDNESS_OF_PID_T -1
  24671. | #define PIDT2NUM(v) INT2NUM(v)
  24672. | #define NUM2PIDT(v) NUM2INT(v)
  24673. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24674. | #define HAVE_UID_T 1
  24675. | #define rb_uid_t uid_t
  24676. | #define SIGNEDNESS_OF_UID_T +1
  24677. | #define UIDT2NUM(v) UINT2NUM(v)
  24678. | #define NUM2UIDT(v) NUM2UINT(v)
  24679. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24680. | #define HAVE_GID_T 1
  24681. | #define rb_gid_t gid_t
  24682. | #define SIGNEDNESS_OF_GID_T +1
  24683. | #define GIDT2NUM(v) UINT2NUM(v)
  24684. | #define NUM2GIDT(v) NUM2UINT(v)
  24685. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24686. | #define HAVE_TIME_T 1
  24687. | #define rb_time_t time_t
  24688. | #define SIGNEDNESS_OF_TIME_T -1
  24689. | #define TIMET2NUM(v) LONG2NUM(v)
  24690. | #define NUM2TIMET(v) NUM2LONG(v)
  24691. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24692. | #define HAVE_DEV_T 1
  24693. | #define rb_dev_t dev_t
  24694. | #define SIGNEDNESS_OF_DEV_T -1
  24695. | #define DEVT2NUM(v) INT2NUM(v)
  24696. | #define NUM2DEVT(v) NUM2INT(v)
  24697. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24698. | #define HAVE_MODE_T 1
  24699. | #define rb_mode_t mode_t
  24700. | #define SIGNEDNESS_OF_MODE_T +1
  24701. | #define MODET2NUM(v) USHORT2NUM(v)
  24702. | #define NUM2MODET(v) NUM2USHORT(v)
  24703. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  24704. | #define HAVE_RLIM_T 1
  24705. | #define rb_rlim_t rlim_t
  24706. | #define SIGNEDNESS_OF_RLIM_T +1
  24707. | #define RLIM2NUM(v) ULL2NUM(v)
  24708. | #define NUM2RLIM(v) NUM2ULL(v)
  24709. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24710. | #define HAVE_OFF_T 1
  24711. | #define rb_off_t off_t
  24712. | #define SIGNEDNESS_OF_OFF_T -1
  24713. | #define OFFT2NUM(v) LL2NUM(v)
  24714. | #define NUM2OFFT(v) NUM2LL(v)
  24715. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24716. | #define HAVE_CLOCKID_T 1
  24717. | #define rb_clockid_t clockid_t
  24718. | #define SIGNEDNESS_OF_CLOCKID_T +1
  24719. | #define CLOCKID2NUM(v) UINT2NUM(v)
  24720. | #define NUM2CLOCKID(v) NUM2UINT(v)
  24721. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24722. | #define HAVE_PROTOTYPES 1
  24723. | #define TOKEN_PASTE(x,y) x##y
  24724. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24725. | #define HAVE_STDARG_PROTOTYPES 1
  24726. | #define HAVE_VA_ARGS_MACRO 1
  24727. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  24728. | #define RUBY_ALIGNOF alignof
  24729. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24730. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24731. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24732. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24733. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24734. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24735. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24736. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24737. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  24738. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  24739. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  24740. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24741. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24742. | #define WEAK(x) __attribute__ ((__weak__)) x
  24743. | #define HAVE_FUNC_WEAK 1
  24744. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24745. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24746. | #define HAVE_GCC_SYNC_BUILTINS 1
  24747. | #define UNREACHABLE __builtin_unreachable()
  24748. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24749. | #define RUBY_FUNCTION_NAME_STRING __func__
  24750. | #define ENUM_OVER_INT 1
  24751. | #define HAVE_DECL_SYS_NERR 1
  24752. | #define HAVE_DECL_GETENV 1
  24753. | #define SIZEOF_SIZE_T 8
  24754. | #define SIZEOF_PTRDIFF_T 8
  24755. | #define PRI_SIZE_PREFIX "z"
  24756. | #define PRI_PTRDIFF_PREFIX "t"
  24757. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24758. | #define HAVE_ST_BLKSIZE 1
  24759. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24760. | #define HAVE_ST_BLOCKS 1
  24761. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24762. | #define HAVE_ST_RDEV 1
  24763. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24764. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24765. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24766. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24767. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24768. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24769. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24770. | #define HAVE_STRUCT_TIMEVAL 1
  24771. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24772. | #define HAVE_STRUCT_TIMESPEC 1
  24773. | #define HAVE_STRUCT_TIMEZONE 1
  24774. | #define HAVE_RB_FD_INIT 1
  24775. | #define HAVE_INT8_T 1
  24776. | #define SIZEOF_INT8_T 1
  24777. | #define HAVE_UINT8_T 1
  24778. | #define SIZEOF_UINT8_T 1
  24779. | #define HAVE_INT16_T 1
  24780. | #define SIZEOF_INT16_T 2
  24781. | #define HAVE_UINT16_T 1
  24782. | #define SIZEOF_UINT16_T 2
  24783. | #define HAVE_INT32_T 1
  24784. | #define SIZEOF_INT32_T 4
  24785. | #define HAVE_UINT32_T 1
  24786. | #define SIZEOF_UINT32_T 4
  24787. | #define HAVE_INT64_T 1
  24788. | #define SIZEOF_INT64_T 8
  24789. | #define HAVE_UINT64_T 1
  24790. | #define SIZEOF_UINT64_T 8
  24791. | #define HAVE_INT128_T 1
  24792. | #define int128_t __int128
  24793. | #define SIZEOF_INT128_T SIZEOF___INT128
  24794. | #define HAVE_UINT128_T 1
  24795. | #define uint128_t unsigned __int128
  24796. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24797. | #define HAVE_INTPTR_T 1
  24798. | #define SIZEOF_INTPTR_T 8
  24799. | #define HAVE_UINTPTR_T 1
  24800. | #define SIZEOF_UINTPTR_T 8
  24801. | #define PRI_PTR_PREFIX "l"
  24802. | #define HAVE_SSIZE_T 1
  24803. | #define SIZEOF_SSIZE_T 8
  24804. | #define PRI_64_PREFIX "ll"
  24805. | #define GETGROUPS_T gid_t
  24806. | #define RETSIGTYPE void
  24807. | #define HAVE_ALLOCA_H 1
  24808. | #define HAVE_ALLOCA 1
  24809. | #define HAVE_ACOSH 1
  24810. | #define HAVE_CBRT 1
  24811. | #define HAVE_CRYPT 1
  24812. | #define HAVE_DUP2 1
  24813. | #define HAVE_ERF 1
  24814. | #define HAVE_FFS 1
  24815. | #define HAVE_FINITE 1
  24816. | #define HAVE_FLOCK 1
  24817. | #define HAVE_HYPOT 1
  24818. | #define HAVE_ISINF 1
  24819. | #define HAVE_ISNAN 1
  24820. | #define HAVE_LGAMMA_R 1
  24821. | #define HAVE_MEMMOVE 1
  24822. | #define HAVE_NAN 1
  24823. | #define HAVE_NEXTAFTER 1
  24824. | #define HAVE_STRCHR 1
  24825. | #define HAVE_STRERROR 1
  24826. | #define HAVE_STRLCAT 1
  24827. | #define HAVE_STRLCPY 1
  24828. | #define HAVE_STRSTR 1
  24829. | #define HAVE_TGAMMA 1
  24830. | #define SPT_TYPE SPT_REUSEARGV
  24831. | #define HAVE_SIGNBIT 1
  24832. | #define HAVE_FORK 1
  24833. | #define vfork fork
  24834. | #define HAVE_WORKING_FORK 1
  24835. | #define HAVE__LONGJMP 1
  24836. | #define HAVE_ARC4RANDOM_BUF 1
  24837. | #define HAVE_ATAN2L 1
  24838. | #define HAVE_ATAN2F 1
  24839. | #define HAVE_CHROOT 1
  24840. | #define HAVE_CLOCK_GETTIME 1
  24841. | #define HAVE_COSH 1
  24842. | #define HAVE_DIRFD 1
  24843. | #define HAVE_DLOPEN 1
  24844. | #define HAVE_DLADDR 1
  24845. | #define HAVE_DUP 1
  24846. | #define HAVE_ENDGRENT 1
  24847. | #define HAVE_FCHMOD 1
  24848. | #define HAVE_FCHOWN 1
  24849. | #define HAVE_FCNTL 1
  24850. | #define HAVE_FDOPENDIR 1
  24851. | #define HAVE_FGETATTRLIST 1
  24852. | #define HAVE_FMOD 1
  24853. | #define HAVE_FSTATAT 1
  24854. | #define HAVE_FSYNC 1
  24855. | #define HAVE_FTRUNCATE 1
  24856. | #define HAVE_GETATTRLIST 1
  24857. | #define HAVE_GETCWD 1
  24858. | #define HAVE_GETGRNAM 1
  24859. | #define HAVE_GETGRNAM_R 1
  24860. | #define HAVE_GETGROUPS 1
  24861. | #define HAVE_GETPGID 1
  24862. | #define HAVE_GETPGRP 1
  24863. | #define HAVE_GETPRIORITY 1
  24864. | #define HAVE_GETPWNAM_R 1
  24865. | /* end confdefs.h. */
  24866. | /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
  24867. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24868. | #define getresgid innocuous_getresgid
  24869. |
  24870. | /* System header to define __stub macros and hopefully few prototypes,
  24871. | which can conflict with char getresgid (); below.
  24872. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24873. | <limits.h> exists even on freestanding compilers. */
  24874. |
  24875. | #ifdef __STDC__
  24876. | # include <limits.h>
  24877. | #else
  24878. | # include <assert.h>
  24879. | #endif
  24880. |
  24881. | #undef getresgid
  24882. |
  24883. | /* Override any GCC internal prototype to avoid an error.
  24884. | Use char because int might match the return type of a GCC
  24885. | builtin and then its argument prototype would still apply. */
  24886. | #ifdef __cplusplus
  24887. | extern "C"
  24888. | #endif
  24889. | char getresgid ();
  24890. | /* The GNU C library defines this for functions which it implements
  24891. | to always fail with ENOSYS. Some functions are actually named
  24892. | something starting with __ and the normal name is an alias. */
  24893. | #if defined __stub_getresgid || defined __stub___getresgid
  24894. | choke me
  24895. | #endif
  24896. |
  24897. | int
  24898. | main ()
  24899. | {
  24900. | return getresgid ();
  24901. | ;
  24902. | return 0;
  24903. | }
  24904. configure:23035: result: no
  24905. configure:23046: checking for getresuid
  24906. configure:23046: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  24907. Undefined symbols for architecture x86_64:
  24908. "_getresuid", referenced from:
  24909. _main in conftest-f0d41b.o
  24910. ld: symbol(s) not found for architecture x86_64
  24911. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24912. configure:23046: $? = 1
  24913. configure: failed program was:
  24914. | /* confdefs.h */
  24915. | #define PACKAGE_NAME ""
  24916. | #define PACKAGE_TARNAME ""
  24917. | #define PACKAGE_VERSION ""
  24918. | #define PACKAGE_STRING ""
  24919. | #define PACKAGE_BUGREPORT ""
  24920. | #define PACKAGE_URL ""
  24921. | #define STDC_HEADERS 1
  24922. | #define HAVE_SYS_TYPES_H 1
  24923. | #define HAVE_SYS_STAT_H 1
  24924. | #define HAVE_STDLIB_H 1
  24925. | #define HAVE_STRING_H 1
  24926. | #define HAVE_MEMORY_H 1
  24927. | #define HAVE_STRINGS_H 1
  24928. | #define HAVE_INTTYPES_H 1
  24929. | #define HAVE_STDINT_H 1
  24930. | #define HAVE_UNISTD_H 1
  24931. | #define __EXTENSIONS__ 1
  24932. | #define _ALL_SOURCE 1
  24933. | #define _GNU_SOURCE 1
  24934. | #define _POSIX_PTHREAD_SEMANTICS 1
  24935. | #define _TANDEM_SOURCE 1
  24936. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24937. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24938. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  24939. | #define BROKEN_CRYPT 1
  24940. | #define HAVE_CRT_EXTERNS_H 1
  24941. | #define HAVE_LIBDL 1
  24942. | #define HAVE_DIRENT_H 1
  24943. | #define HAVE__BOOL 1
  24944. | #define HAVE_STDBOOL_H 1
  24945. | #define HAVE_SYS_WAIT_H 1
  24946. | #define HAVE_GRP_H 1
  24947. | #define HAVE_FCNTL_H 1
  24948. | #define HAVE_FLOAT_H 1
  24949. | #define HAVE_LANGINFO_H 1
  24950. | #define HAVE_LIMITS_H 1
  24951. | #define HAVE_LOCALE_H 1
  24952. | #define HAVE_MALLOC_MALLOC_H 1
  24953. | #define HAVE_PWD_H 1
  24954. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  24955. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  24956. | #define HAVE_STDALIGN_H 1
  24957. | #define HAVE_SYS_ATTR_H 1
  24958. | #define HAVE_SYS_FCNTL_H 1
  24959. | #define HAVE_SYS_FILE_H 1
  24960. | #define HAVE_SYS_IOCTL_H 1
  24961. | #define HAVE_SYS_PARAM_H 1
  24962. | #define HAVE_SYS_RESOURCE_H 1
  24963. | #define HAVE_SYS_SELECT_H 1
  24964. | #define HAVE_SYS_SOCKET_H 1
  24965. | #define HAVE_SYS_TIME_H 1
  24966. | #define HAVE_SYS_TIMES_H 1
  24967. | #define HAVE_SYS_UIO_H 1
  24968. | #define HAVE_TIME_H 1
  24969. | #define HAVE_UCONTEXT_H 1
  24970. | #define HAVE_UTIME_H 1
  24971. | #define HAVE_GMP_H 1
  24972. | #define HAVE_LIBGMP 1
  24973. | #define HAVE_TYPEOF 1
  24974. | #define HAVE_LONG_LONG 1
  24975. | #define HAVE_OFF_T 1
  24976. | #define SIZEOF_INT 4
  24977. | #define SIZEOF_SHORT 2
  24978. | #define SIZEOF_LONG 8
  24979. | #define SIZEOF_LONG_LONG 8
  24980. | #define SIZEOF___INT64 0
  24981. | #define SIZEOF___INT128 16
  24982. | #define SIZEOF_OFF_T 8
  24983. | #define SIZEOF_VOIDP 8
  24984. | #define SIZEOF_FLOAT 4
  24985. | #define SIZEOF_DOUBLE 8
  24986. | #define SIZEOF_TIME_T 8
  24987. | #define SIZEOF_CLOCK_T 8
  24988. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24989. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24990. | #define PRI_LL_PREFIX "ll"
  24991. | #define HAVE_PID_T 1
  24992. | #define rb_pid_t pid_t
  24993. | #define SIGNEDNESS_OF_PID_T -1
  24994. | #define PIDT2NUM(v) INT2NUM(v)
  24995. | #define NUM2PIDT(v) NUM2INT(v)
  24996. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24997. | #define HAVE_UID_T 1
  24998. | #define rb_uid_t uid_t
  24999. | #define SIGNEDNESS_OF_UID_T +1
  25000. | #define UIDT2NUM(v) UINT2NUM(v)
  25001. | #define NUM2UIDT(v) NUM2UINT(v)
  25002. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25003. | #define HAVE_GID_T 1
  25004. | #define rb_gid_t gid_t
  25005. | #define SIGNEDNESS_OF_GID_T +1
  25006. | #define GIDT2NUM(v) UINT2NUM(v)
  25007. | #define NUM2GIDT(v) NUM2UINT(v)
  25008. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25009. | #define HAVE_TIME_T 1
  25010. | #define rb_time_t time_t
  25011. | #define SIGNEDNESS_OF_TIME_T -1
  25012. | #define TIMET2NUM(v) LONG2NUM(v)
  25013. | #define NUM2TIMET(v) NUM2LONG(v)
  25014. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25015. | #define HAVE_DEV_T 1
  25016. | #define rb_dev_t dev_t
  25017. | #define SIGNEDNESS_OF_DEV_T -1
  25018. | #define DEVT2NUM(v) INT2NUM(v)
  25019. | #define NUM2DEVT(v) NUM2INT(v)
  25020. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25021. | #define HAVE_MODE_T 1
  25022. | #define rb_mode_t mode_t
  25023. | #define SIGNEDNESS_OF_MODE_T +1
  25024. | #define MODET2NUM(v) USHORT2NUM(v)
  25025. | #define NUM2MODET(v) NUM2USHORT(v)
  25026. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  25027. | #define HAVE_RLIM_T 1
  25028. | #define rb_rlim_t rlim_t
  25029. | #define SIGNEDNESS_OF_RLIM_T +1
  25030. | #define RLIM2NUM(v) ULL2NUM(v)
  25031. | #define NUM2RLIM(v) NUM2ULL(v)
  25032. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25033. | #define HAVE_OFF_T 1
  25034. | #define rb_off_t off_t
  25035. | #define SIGNEDNESS_OF_OFF_T -1
  25036. | #define OFFT2NUM(v) LL2NUM(v)
  25037. | #define NUM2OFFT(v) NUM2LL(v)
  25038. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25039. | #define HAVE_CLOCKID_T 1
  25040. | #define rb_clockid_t clockid_t
  25041. | #define SIGNEDNESS_OF_CLOCKID_T +1
  25042. | #define CLOCKID2NUM(v) UINT2NUM(v)
  25043. | #define NUM2CLOCKID(v) NUM2UINT(v)
  25044. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25045. | #define HAVE_PROTOTYPES 1
  25046. | #define TOKEN_PASTE(x,y) x##y
  25047. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25048. | #define HAVE_STDARG_PROTOTYPES 1
  25049. | #define HAVE_VA_ARGS_MACRO 1
  25050. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  25051. | #define RUBY_ALIGNOF alignof
  25052. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25053. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25054. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25055. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25056. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25057. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25058. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25059. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25060. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  25061. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  25062. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  25063. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25064. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25065. | #define WEAK(x) __attribute__ ((__weak__)) x
  25066. | #define HAVE_FUNC_WEAK 1
  25067. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25068. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25069. | #define HAVE_GCC_SYNC_BUILTINS 1
  25070. | #define UNREACHABLE __builtin_unreachable()
  25071. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25072. | #define RUBY_FUNCTION_NAME_STRING __func__
  25073. | #define ENUM_OVER_INT 1
  25074. | #define HAVE_DECL_SYS_NERR 1
  25075. | #define HAVE_DECL_GETENV 1
  25076. | #define SIZEOF_SIZE_T 8
  25077. | #define SIZEOF_PTRDIFF_T 8
  25078. | #define PRI_SIZE_PREFIX "z"
  25079. | #define PRI_PTRDIFF_PREFIX "t"
  25080. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25081. | #define HAVE_ST_BLKSIZE 1
  25082. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25083. | #define HAVE_ST_BLOCKS 1
  25084. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25085. | #define HAVE_ST_RDEV 1
  25086. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25087. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25088. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25089. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25090. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25091. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25092. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25093. | #define HAVE_STRUCT_TIMEVAL 1
  25094. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25095. | #define HAVE_STRUCT_TIMESPEC 1
  25096. | #define HAVE_STRUCT_TIMEZONE 1
  25097. | #define HAVE_RB_FD_INIT 1
  25098. | #define HAVE_INT8_T 1
  25099. | #define SIZEOF_INT8_T 1
  25100. | #define HAVE_UINT8_T 1
  25101. | #define SIZEOF_UINT8_T 1
  25102. | #define HAVE_INT16_T 1
  25103. | #define SIZEOF_INT16_T 2
  25104. | #define HAVE_UINT16_T 1
  25105. | #define SIZEOF_UINT16_T 2
  25106. | #define HAVE_INT32_T 1
  25107. | #define SIZEOF_INT32_T 4
  25108. | #define HAVE_UINT32_T 1
  25109. | #define SIZEOF_UINT32_T 4
  25110. | #define HAVE_INT64_T 1
  25111. | #define SIZEOF_INT64_T 8
  25112. | #define HAVE_UINT64_T 1
  25113. | #define SIZEOF_UINT64_T 8
  25114. | #define HAVE_INT128_T 1
  25115. | #define int128_t __int128
  25116. | #define SIZEOF_INT128_T SIZEOF___INT128
  25117. | #define HAVE_UINT128_T 1
  25118. | #define uint128_t unsigned __int128
  25119. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25120. | #define HAVE_INTPTR_T 1
  25121. | #define SIZEOF_INTPTR_T 8
  25122. | #define HAVE_UINTPTR_T 1
  25123. | #define SIZEOF_UINTPTR_T 8
  25124. | #define PRI_PTR_PREFIX "l"
  25125. | #define HAVE_SSIZE_T 1
  25126. | #define SIZEOF_SSIZE_T 8
  25127. | #define PRI_64_PREFIX "ll"
  25128. | #define GETGROUPS_T gid_t
  25129. | #define RETSIGTYPE void
  25130. | #define HAVE_ALLOCA_H 1
  25131. | #define HAVE_ALLOCA 1
  25132. | #define HAVE_ACOSH 1
  25133. | #define HAVE_CBRT 1
  25134. | #define HAVE_CRYPT 1
  25135. | #define HAVE_DUP2 1
  25136. | #define HAVE_ERF 1
  25137. | #define HAVE_FFS 1
  25138. | #define HAVE_FINITE 1
  25139. | #define HAVE_FLOCK 1
  25140. | #define HAVE_HYPOT 1
  25141. | #define HAVE_ISINF 1
  25142. | #define HAVE_ISNAN 1
  25143. | #define HAVE_LGAMMA_R 1
  25144. | #define HAVE_MEMMOVE 1
  25145. | #define HAVE_NAN 1
  25146. | #define HAVE_NEXTAFTER 1
  25147. | #define HAVE_STRCHR 1
  25148. | #define HAVE_STRERROR 1
  25149. | #define HAVE_STRLCAT 1
  25150. | #define HAVE_STRLCPY 1
  25151. | #define HAVE_STRSTR 1
  25152. | #define HAVE_TGAMMA 1
  25153. | #define SPT_TYPE SPT_REUSEARGV
  25154. | #define HAVE_SIGNBIT 1
  25155. | #define HAVE_FORK 1
  25156. | #define vfork fork
  25157. | #define HAVE_WORKING_FORK 1
  25158. | #define HAVE__LONGJMP 1
  25159. | #define HAVE_ARC4RANDOM_BUF 1
  25160. | #define HAVE_ATAN2L 1
  25161. | #define HAVE_ATAN2F 1
  25162. | #define HAVE_CHROOT 1
  25163. | #define HAVE_CLOCK_GETTIME 1
  25164. | #define HAVE_COSH 1
  25165. | #define HAVE_DIRFD 1
  25166. | #define HAVE_DLOPEN 1
  25167. | #define HAVE_DLADDR 1
  25168. | #define HAVE_DUP 1
  25169. | #define HAVE_ENDGRENT 1
  25170. | #define HAVE_FCHMOD 1
  25171. | #define HAVE_FCHOWN 1
  25172. | #define HAVE_FCNTL 1
  25173. | #define HAVE_FDOPENDIR 1
  25174. | #define HAVE_FGETATTRLIST 1
  25175. | #define HAVE_FMOD 1
  25176. | #define HAVE_FSTATAT 1
  25177. | #define HAVE_FSYNC 1
  25178. | #define HAVE_FTRUNCATE 1
  25179. | #define HAVE_GETATTRLIST 1
  25180. | #define HAVE_GETCWD 1
  25181. | #define HAVE_GETGRNAM 1
  25182. | #define HAVE_GETGRNAM_R 1
  25183. | #define HAVE_GETGROUPS 1
  25184. | #define HAVE_GETPGID 1
  25185. | #define HAVE_GETPGRP 1
  25186. | #define HAVE_GETPRIORITY 1
  25187. | #define HAVE_GETPWNAM_R 1
  25188. | /* end confdefs.h. */
  25189. | /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
  25190. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25191. | #define getresuid innocuous_getresuid
  25192. |
  25193. | /* System header to define __stub macros and hopefully few prototypes,
  25194. | which can conflict with char getresuid (); below.
  25195. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25196. | <limits.h> exists even on freestanding compilers. */
  25197. |
  25198. | #ifdef __STDC__
  25199. | # include <limits.h>
  25200. | #else
  25201. | # include <assert.h>
  25202. | #endif
  25203. |
  25204. | #undef getresuid
  25205. |
  25206. | /* Override any GCC internal prototype to avoid an error.
  25207. | Use char because int might match the return type of a GCC
  25208. | builtin and then its argument prototype would still apply. */
  25209. | #ifdef __cplusplus
  25210. | extern "C"
  25211. | #endif
  25212. | char getresuid ();
  25213. | /* The GNU C library defines this for functions which it implements
  25214. | to always fail with ENOSYS. Some functions are actually named
  25215. | something starting with __ and the normal name is an alias. */
  25216. | #if defined __stub_getresuid || defined __stub___getresuid
  25217. | choke me
  25218. | #endif
  25219. |
  25220. | int
  25221. | main ()
  25222. | {
  25223. | return getresuid ();
  25224. | ;
  25225. | return 0;
  25226. | }
  25227. configure:23046: result: no
  25228. configure:23057: checking for getrlimit
  25229. configure:23057: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25230. configure:23057: $? = 0
  25231. configure:23057: result: yes
  25232. configure:23068: checking for getsid
  25233. configure:23068: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25234. configure:23068: $? = 0
  25235. configure:23068: result: yes
  25236. configure:23079: checking for gettimeofday
  25237. configure:23079: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25238. configure:23079: $? = 0
  25239. configure:23079: result: yes
  25240. configure:23090: checking for getuidx
  25241. configure:23090: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25242. Undefined symbols for architecture x86_64:
  25243. "_getuidx", referenced from:
  25244. _main in conftest-e1c837.o
  25245. ld: symbol(s) not found for architecture x86_64
  25246. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25247. configure:23090: $? = 1
  25248. configure: failed program was:
  25249. | /* confdefs.h */
  25250. | #define PACKAGE_NAME ""
  25251. | #define PACKAGE_TARNAME ""
  25252. | #define PACKAGE_VERSION ""
  25253. | #define PACKAGE_STRING ""
  25254. | #define PACKAGE_BUGREPORT ""
  25255. | #define PACKAGE_URL ""
  25256. | #define STDC_HEADERS 1
  25257. | #define HAVE_SYS_TYPES_H 1
  25258. | #define HAVE_SYS_STAT_H 1
  25259. | #define HAVE_STDLIB_H 1
  25260. | #define HAVE_STRING_H 1
  25261. | #define HAVE_MEMORY_H 1
  25262. | #define HAVE_STRINGS_H 1
  25263. | #define HAVE_INTTYPES_H 1
  25264. | #define HAVE_STDINT_H 1
  25265. | #define HAVE_UNISTD_H 1
  25266. | #define __EXTENSIONS__ 1
  25267. | #define _ALL_SOURCE 1
  25268. | #define _GNU_SOURCE 1
  25269. | #define _POSIX_PTHREAD_SEMANTICS 1
  25270. | #define _TANDEM_SOURCE 1
  25271. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25272. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25273. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  25274. | #define BROKEN_CRYPT 1
  25275. | #define HAVE_CRT_EXTERNS_H 1
  25276. | #define HAVE_LIBDL 1
  25277. | #define HAVE_DIRENT_H 1
  25278. | #define HAVE__BOOL 1
  25279. | #define HAVE_STDBOOL_H 1
  25280. | #define HAVE_SYS_WAIT_H 1
  25281. | #define HAVE_GRP_H 1
  25282. | #define HAVE_FCNTL_H 1
  25283. | #define HAVE_FLOAT_H 1
  25284. | #define HAVE_LANGINFO_H 1
  25285. | #define HAVE_LIMITS_H 1
  25286. | #define HAVE_LOCALE_H 1
  25287. | #define HAVE_MALLOC_MALLOC_H 1
  25288. | #define HAVE_PWD_H 1
  25289. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  25290. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  25291. | #define HAVE_STDALIGN_H 1
  25292. | #define HAVE_SYS_ATTR_H 1
  25293. | #define HAVE_SYS_FCNTL_H 1
  25294. | #define HAVE_SYS_FILE_H 1
  25295. | #define HAVE_SYS_IOCTL_H 1
  25296. | #define HAVE_SYS_PARAM_H 1
  25297. | #define HAVE_SYS_RESOURCE_H 1
  25298. | #define HAVE_SYS_SELECT_H 1
  25299. | #define HAVE_SYS_SOCKET_H 1
  25300. | #define HAVE_SYS_TIME_H 1
  25301. | #define HAVE_SYS_TIMES_H 1
  25302. | #define HAVE_SYS_UIO_H 1
  25303. | #define HAVE_TIME_H 1
  25304. | #define HAVE_UCONTEXT_H 1
  25305. | #define HAVE_UTIME_H 1
  25306. | #define HAVE_GMP_H 1
  25307. | #define HAVE_LIBGMP 1
  25308. | #define HAVE_TYPEOF 1
  25309. | #define HAVE_LONG_LONG 1
  25310. | #define HAVE_OFF_T 1
  25311. | #define SIZEOF_INT 4
  25312. | #define SIZEOF_SHORT 2
  25313. | #define SIZEOF_LONG 8
  25314. | #define SIZEOF_LONG_LONG 8
  25315. | #define SIZEOF___INT64 0
  25316. | #define SIZEOF___INT128 16
  25317. | #define SIZEOF_OFF_T 8
  25318. | #define SIZEOF_VOIDP 8
  25319. | #define SIZEOF_FLOAT 4
  25320. | #define SIZEOF_DOUBLE 8
  25321. | #define SIZEOF_TIME_T 8
  25322. | #define SIZEOF_CLOCK_T 8
  25323. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25324. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25325. | #define PRI_LL_PREFIX "ll"
  25326. | #define HAVE_PID_T 1
  25327. | #define rb_pid_t pid_t
  25328. | #define SIGNEDNESS_OF_PID_T -1
  25329. | #define PIDT2NUM(v) INT2NUM(v)
  25330. | #define NUM2PIDT(v) NUM2INT(v)
  25331. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25332. | #define HAVE_UID_T 1
  25333. | #define rb_uid_t uid_t
  25334. | #define SIGNEDNESS_OF_UID_T +1
  25335. | #define UIDT2NUM(v) UINT2NUM(v)
  25336. | #define NUM2UIDT(v) NUM2UINT(v)
  25337. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25338. | #define HAVE_GID_T 1
  25339. | #define rb_gid_t gid_t
  25340. | #define SIGNEDNESS_OF_GID_T +1
  25341. | #define GIDT2NUM(v) UINT2NUM(v)
  25342. | #define NUM2GIDT(v) NUM2UINT(v)
  25343. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25344. | #define HAVE_TIME_T 1
  25345. | #define rb_time_t time_t
  25346. | #define SIGNEDNESS_OF_TIME_T -1
  25347. | #define TIMET2NUM(v) LONG2NUM(v)
  25348. | #define NUM2TIMET(v) NUM2LONG(v)
  25349. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25350. | #define HAVE_DEV_T 1
  25351. | #define rb_dev_t dev_t
  25352. | #define SIGNEDNESS_OF_DEV_T -1
  25353. | #define DEVT2NUM(v) INT2NUM(v)
  25354. | #define NUM2DEVT(v) NUM2INT(v)
  25355. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25356. | #define HAVE_MODE_T 1
  25357. | #define rb_mode_t mode_t
  25358. | #define SIGNEDNESS_OF_MODE_T +1
  25359. | #define MODET2NUM(v) USHORT2NUM(v)
  25360. | #define NUM2MODET(v) NUM2USHORT(v)
  25361. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  25362. | #define HAVE_RLIM_T 1
  25363. | #define rb_rlim_t rlim_t
  25364. | #define SIGNEDNESS_OF_RLIM_T +1
  25365. | #define RLIM2NUM(v) ULL2NUM(v)
  25366. | #define NUM2RLIM(v) NUM2ULL(v)
  25367. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25368. | #define HAVE_OFF_T 1
  25369. | #define rb_off_t off_t
  25370. | #define SIGNEDNESS_OF_OFF_T -1
  25371. | #define OFFT2NUM(v) LL2NUM(v)
  25372. | #define NUM2OFFT(v) NUM2LL(v)
  25373. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25374. | #define HAVE_CLOCKID_T 1
  25375. | #define rb_clockid_t clockid_t
  25376. | #define SIGNEDNESS_OF_CLOCKID_T +1
  25377. | #define CLOCKID2NUM(v) UINT2NUM(v)
  25378. | #define NUM2CLOCKID(v) NUM2UINT(v)
  25379. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25380. | #define HAVE_PROTOTYPES 1
  25381. | #define TOKEN_PASTE(x,y) x##y
  25382. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25383. | #define HAVE_STDARG_PROTOTYPES 1
  25384. | #define HAVE_VA_ARGS_MACRO 1
  25385. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  25386. | #define RUBY_ALIGNOF alignof
  25387. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25388. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25389. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25390. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25391. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25392. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25393. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25394. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25395. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  25396. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  25397. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  25398. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25399. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25400. | #define WEAK(x) __attribute__ ((__weak__)) x
  25401. | #define HAVE_FUNC_WEAK 1
  25402. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25403. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25404. | #define HAVE_GCC_SYNC_BUILTINS 1
  25405. | #define UNREACHABLE __builtin_unreachable()
  25406. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25407. | #define RUBY_FUNCTION_NAME_STRING __func__
  25408. | #define ENUM_OVER_INT 1
  25409. | #define HAVE_DECL_SYS_NERR 1
  25410. | #define HAVE_DECL_GETENV 1
  25411. | #define SIZEOF_SIZE_T 8
  25412. | #define SIZEOF_PTRDIFF_T 8
  25413. | #define PRI_SIZE_PREFIX "z"
  25414. | #define PRI_PTRDIFF_PREFIX "t"
  25415. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25416. | #define HAVE_ST_BLKSIZE 1
  25417. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25418. | #define HAVE_ST_BLOCKS 1
  25419. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25420. | #define HAVE_ST_RDEV 1
  25421. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25422. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25423. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25424. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25425. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25426. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25427. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25428. | #define HAVE_STRUCT_TIMEVAL 1
  25429. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25430. | #define HAVE_STRUCT_TIMESPEC 1
  25431. | #define HAVE_STRUCT_TIMEZONE 1
  25432. | #define HAVE_RB_FD_INIT 1
  25433. | #define HAVE_INT8_T 1
  25434. | #define SIZEOF_INT8_T 1
  25435. | #define HAVE_UINT8_T 1
  25436. | #define SIZEOF_UINT8_T 1
  25437. | #define HAVE_INT16_T 1
  25438. | #define SIZEOF_INT16_T 2
  25439. | #define HAVE_UINT16_T 1
  25440. | #define SIZEOF_UINT16_T 2
  25441. | #define HAVE_INT32_T 1
  25442. | #define SIZEOF_INT32_T 4
  25443. | #define HAVE_UINT32_T 1
  25444. | #define SIZEOF_UINT32_T 4
  25445. | #define HAVE_INT64_T 1
  25446. | #define SIZEOF_INT64_T 8
  25447. | #define HAVE_UINT64_T 1
  25448. | #define SIZEOF_UINT64_T 8
  25449. | #define HAVE_INT128_T 1
  25450. | #define int128_t __int128
  25451. | #define SIZEOF_INT128_T SIZEOF___INT128
  25452. | #define HAVE_UINT128_T 1
  25453. | #define uint128_t unsigned __int128
  25454. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25455. | #define HAVE_INTPTR_T 1
  25456. | #define SIZEOF_INTPTR_T 8
  25457. | #define HAVE_UINTPTR_T 1
  25458. | #define SIZEOF_UINTPTR_T 8
  25459. | #define PRI_PTR_PREFIX "l"
  25460. | #define HAVE_SSIZE_T 1
  25461. | #define SIZEOF_SSIZE_T 8
  25462. | #define PRI_64_PREFIX "ll"
  25463. | #define GETGROUPS_T gid_t
  25464. | #define RETSIGTYPE void
  25465. | #define HAVE_ALLOCA_H 1
  25466. | #define HAVE_ALLOCA 1
  25467. | #define HAVE_ACOSH 1
  25468. | #define HAVE_CBRT 1
  25469. | #define HAVE_CRYPT 1
  25470. | #define HAVE_DUP2 1
  25471. | #define HAVE_ERF 1
  25472. | #define HAVE_FFS 1
  25473. | #define HAVE_FINITE 1
  25474. | #define HAVE_FLOCK 1
  25475. | #define HAVE_HYPOT 1
  25476. | #define HAVE_ISINF 1
  25477. | #define HAVE_ISNAN 1
  25478. | #define HAVE_LGAMMA_R 1
  25479. | #define HAVE_MEMMOVE 1
  25480. | #define HAVE_NAN 1
  25481. | #define HAVE_NEXTAFTER 1
  25482. | #define HAVE_STRCHR 1
  25483. | #define HAVE_STRERROR 1
  25484. | #define HAVE_STRLCAT 1
  25485. | #define HAVE_STRLCPY 1
  25486. | #define HAVE_STRSTR 1
  25487. | #define HAVE_TGAMMA 1
  25488. | #define SPT_TYPE SPT_REUSEARGV
  25489. | #define HAVE_SIGNBIT 1
  25490. | #define HAVE_FORK 1
  25491. | #define vfork fork
  25492. | #define HAVE_WORKING_FORK 1
  25493. | #define HAVE__LONGJMP 1
  25494. | #define HAVE_ARC4RANDOM_BUF 1
  25495. | #define HAVE_ATAN2L 1
  25496. | #define HAVE_ATAN2F 1
  25497. | #define HAVE_CHROOT 1
  25498. | #define HAVE_CLOCK_GETTIME 1
  25499. | #define HAVE_COSH 1
  25500. | #define HAVE_DIRFD 1
  25501. | #define HAVE_DLOPEN 1
  25502. | #define HAVE_DLADDR 1
  25503. | #define HAVE_DUP 1
  25504. | #define HAVE_ENDGRENT 1
  25505. | #define HAVE_FCHMOD 1
  25506. | #define HAVE_FCHOWN 1
  25507. | #define HAVE_FCNTL 1
  25508. | #define HAVE_FDOPENDIR 1
  25509. | #define HAVE_FGETATTRLIST 1
  25510. | #define HAVE_FMOD 1
  25511. | #define HAVE_FSTATAT 1
  25512. | #define HAVE_FSYNC 1
  25513. | #define HAVE_FTRUNCATE 1
  25514. | #define HAVE_GETATTRLIST 1
  25515. | #define HAVE_GETCWD 1
  25516. | #define HAVE_GETGRNAM 1
  25517. | #define HAVE_GETGRNAM_R 1
  25518. | #define HAVE_GETGROUPS 1
  25519. | #define HAVE_GETPGID 1
  25520. | #define HAVE_GETPGRP 1
  25521. | #define HAVE_GETPRIORITY 1
  25522. | #define HAVE_GETPWNAM_R 1
  25523. | #define HAVE_GETRLIMIT 1
  25524. | #define HAVE_GETSID 1
  25525. | #define HAVE_GETTIMEOFDAY 1
  25526. | /* end confdefs.h. */
  25527. | /* Define getuidx to an innocuous variant, in case <limits.h> declares getuidx.
  25528. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25529. | #define getuidx innocuous_getuidx
  25530. |
  25531. | /* System header to define __stub macros and hopefully few prototypes,
  25532. | which can conflict with char getuidx (); below.
  25533. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25534. | <limits.h> exists even on freestanding compilers. */
  25535. |
  25536. | #ifdef __STDC__
  25537. | # include <limits.h>
  25538. | #else
  25539. | # include <assert.h>
  25540. | #endif
  25541. |
  25542. | #undef getuidx
  25543. |
  25544. | /* Override any GCC internal prototype to avoid an error.
  25545. | Use char because int might match the return type of a GCC
  25546. | builtin and then its argument prototype would still apply. */
  25547. | #ifdef __cplusplus
  25548. | extern "C"
  25549. | #endif
  25550. | char getuidx ();
  25551. | /* The GNU C library defines this for functions which it implements
  25552. | to always fail with ENOSYS. Some functions are actually named
  25553. | something starting with __ and the normal name is an alias. */
  25554. | #if defined __stub_getuidx || defined __stub___getuidx
  25555. | choke me
  25556. | #endif
  25557. |
  25558. | int
  25559. | main ()
  25560. | {
  25561. | return getuidx ();
  25562. | ;
  25563. | return 0;
  25564. | }
  25565. configure:23090: result: no
  25566. configure:23101: checking for gmtime_r
  25567. configure:23101: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25568. configure:23101: $? = 0
  25569. configure:23101: result: yes
  25570. configure:23112: checking for grantpt
  25571. configure:23112: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25572. configure:23112: $? = 0
  25573. configure:23112: result: yes
  25574. configure:23123: checking for initgroups
  25575. configure:23123: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25576. configure:23123: $? = 0
  25577. configure:23123: result: yes
  25578. configure:23134: checking for ioctl
  25579. configure:23134: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25580. configure:23134: $? = 0
  25581. configure:23134: result: yes
  25582. configure:23145: checking for isfinite
  25583. configure:23145: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25584. Undefined symbols for architecture x86_64:
  25585. "_isfinite", referenced from:
  25586. _main in conftest-fad83c.o
  25587. ld: symbol(s) not found for architecture x86_64
  25588. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25589. configure:23145: $? = 1
  25590. configure: failed program was:
  25591. | /* confdefs.h */
  25592. | #define PACKAGE_NAME ""
  25593. | #define PACKAGE_TARNAME ""
  25594. | #define PACKAGE_VERSION ""
  25595. | #define PACKAGE_STRING ""
  25596. | #define PACKAGE_BUGREPORT ""
  25597. | #define PACKAGE_URL ""
  25598. | #define STDC_HEADERS 1
  25599. | #define HAVE_SYS_TYPES_H 1
  25600. | #define HAVE_SYS_STAT_H 1
  25601. | #define HAVE_STDLIB_H 1
  25602. | #define HAVE_STRING_H 1
  25603. | #define HAVE_MEMORY_H 1
  25604. | #define HAVE_STRINGS_H 1
  25605. | #define HAVE_INTTYPES_H 1
  25606. | #define HAVE_STDINT_H 1
  25607. | #define HAVE_UNISTD_H 1
  25608. | #define __EXTENSIONS__ 1
  25609. | #define _ALL_SOURCE 1
  25610. | #define _GNU_SOURCE 1
  25611. | #define _POSIX_PTHREAD_SEMANTICS 1
  25612. | #define _TANDEM_SOURCE 1
  25613. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25614. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25615. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  25616. | #define BROKEN_CRYPT 1
  25617. | #define HAVE_CRT_EXTERNS_H 1
  25618. | #define HAVE_LIBDL 1
  25619. | #define HAVE_DIRENT_H 1
  25620. | #define HAVE__BOOL 1
  25621. | #define HAVE_STDBOOL_H 1
  25622. | #define HAVE_SYS_WAIT_H 1
  25623. | #define HAVE_GRP_H 1
  25624. | #define HAVE_FCNTL_H 1
  25625. | #define HAVE_FLOAT_H 1
  25626. | #define HAVE_LANGINFO_H 1
  25627. | #define HAVE_LIMITS_H 1
  25628. | #define HAVE_LOCALE_H 1
  25629. | #define HAVE_MALLOC_MALLOC_H 1
  25630. | #define HAVE_PWD_H 1
  25631. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  25632. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  25633. | #define HAVE_STDALIGN_H 1
  25634. | #define HAVE_SYS_ATTR_H 1
  25635. | #define HAVE_SYS_FCNTL_H 1
  25636. | #define HAVE_SYS_FILE_H 1
  25637. | #define HAVE_SYS_IOCTL_H 1
  25638. | #define HAVE_SYS_PARAM_H 1
  25639. | #define HAVE_SYS_RESOURCE_H 1
  25640. | #define HAVE_SYS_SELECT_H 1
  25641. | #define HAVE_SYS_SOCKET_H 1
  25642. | #define HAVE_SYS_TIME_H 1
  25643. | #define HAVE_SYS_TIMES_H 1
  25644. | #define HAVE_SYS_UIO_H 1
  25645. | #define HAVE_TIME_H 1
  25646. | #define HAVE_UCONTEXT_H 1
  25647. | #define HAVE_UTIME_H 1
  25648. | #define HAVE_GMP_H 1
  25649. | #define HAVE_LIBGMP 1
  25650. | #define HAVE_TYPEOF 1
  25651. | #define HAVE_LONG_LONG 1
  25652. | #define HAVE_OFF_T 1
  25653. | #define SIZEOF_INT 4
  25654. | #define SIZEOF_SHORT 2
  25655. | #define SIZEOF_LONG 8
  25656. | #define SIZEOF_LONG_LONG 8
  25657. | #define SIZEOF___INT64 0
  25658. | #define SIZEOF___INT128 16
  25659. | #define SIZEOF_OFF_T 8
  25660. | #define SIZEOF_VOIDP 8
  25661. | #define SIZEOF_FLOAT 4
  25662. | #define SIZEOF_DOUBLE 8
  25663. | #define SIZEOF_TIME_T 8
  25664. | #define SIZEOF_CLOCK_T 8
  25665. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25666. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25667. | #define PRI_LL_PREFIX "ll"
  25668. | #define HAVE_PID_T 1
  25669. | #define rb_pid_t pid_t
  25670. | #define SIGNEDNESS_OF_PID_T -1
  25671. | #define PIDT2NUM(v) INT2NUM(v)
  25672. | #define NUM2PIDT(v) NUM2INT(v)
  25673. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25674. | #define HAVE_UID_T 1
  25675. | #define rb_uid_t uid_t
  25676. | #define SIGNEDNESS_OF_UID_T +1
  25677. | #define UIDT2NUM(v) UINT2NUM(v)
  25678. | #define NUM2UIDT(v) NUM2UINT(v)
  25679. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25680. | #define HAVE_GID_T 1
  25681. | #define rb_gid_t gid_t
  25682. | #define SIGNEDNESS_OF_GID_T +1
  25683. | #define GIDT2NUM(v) UINT2NUM(v)
  25684. | #define NUM2GIDT(v) NUM2UINT(v)
  25685. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25686. | #define HAVE_TIME_T 1
  25687. | #define rb_time_t time_t
  25688. | #define SIGNEDNESS_OF_TIME_T -1
  25689. | #define TIMET2NUM(v) LONG2NUM(v)
  25690. | #define NUM2TIMET(v) NUM2LONG(v)
  25691. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25692. | #define HAVE_DEV_T 1
  25693. | #define rb_dev_t dev_t
  25694. | #define SIGNEDNESS_OF_DEV_T -1
  25695. | #define DEVT2NUM(v) INT2NUM(v)
  25696. | #define NUM2DEVT(v) NUM2INT(v)
  25697. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25698. | #define HAVE_MODE_T 1
  25699. | #define rb_mode_t mode_t
  25700. | #define SIGNEDNESS_OF_MODE_T +1
  25701. | #define MODET2NUM(v) USHORT2NUM(v)
  25702. | #define NUM2MODET(v) NUM2USHORT(v)
  25703. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  25704. | #define HAVE_RLIM_T 1
  25705. | #define rb_rlim_t rlim_t
  25706. | #define SIGNEDNESS_OF_RLIM_T +1
  25707. | #define RLIM2NUM(v) ULL2NUM(v)
  25708. | #define NUM2RLIM(v) NUM2ULL(v)
  25709. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25710. | #define HAVE_OFF_T 1
  25711. | #define rb_off_t off_t
  25712. | #define SIGNEDNESS_OF_OFF_T -1
  25713. | #define OFFT2NUM(v) LL2NUM(v)
  25714. | #define NUM2OFFT(v) NUM2LL(v)
  25715. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25716. | #define HAVE_CLOCKID_T 1
  25717. | #define rb_clockid_t clockid_t
  25718. | #define SIGNEDNESS_OF_CLOCKID_T +1
  25719. | #define CLOCKID2NUM(v) UINT2NUM(v)
  25720. | #define NUM2CLOCKID(v) NUM2UINT(v)
  25721. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25722. | #define HAVE_PROTOTYPES 1
  25723. | #define TOKEN_PASTE(x,y) x##y
  25724. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25725. | #define HAVE_STDARG_PROTOTYPES 1
  25726. | #define HAVE_VA_ARGS_MACRO 1
  25727. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  25728. | #define RUBY_ALIGNOF alignof
  25729. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25730. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25731. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25732. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25733. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25734. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25735. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25736. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25737. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  25738. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  25739. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  25740. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25741. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25742. | #define WEAK(x) __attribute__ ((__weak__)) x
  25743. | #define HAVE_FUNC_WEAK 1
  25744. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25745. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25746. | #define HAVE_GCC_SYNC_BUILTINS 1
  25747. | #define UNREACHABLE __builtin_unreachable()
  25748. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25749. | #define RUBY_FUNCTION_NAME_STRING __func__
  25750. | #define ENUM_OVER_INT 1
  25751. | #define HAVE_DECL_SYS_NERR 1
  25752. | #define HAVE_DECL_GETENV 1
  25753. | #define SIZEOF_SIZE_T 8
  25754. | #define SIZEOF_PTRDIFF_T 8
  25755. | #define PRI_SIZE_PREFIX "z"
  25756. | #define PRI_PTRDIFF_PREFIX "t"
  25757. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25758. | #define HAVE_ST_BLKSIZE 1
  25759. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25760. | #define HAVE_ST_BLOCKS 1
  25761. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25762. | #define HAVE_ST_RDEV 1
  25763. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25764. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25765. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25766. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25767. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25768. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25769. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25770. | #define HAVE_STRUCT_TIMEVAL 1
  25771. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25772. | #define HAVE_STRUCT_TIMESPEC 1
  25773. | #define HAVE_STRUCT_TIMEZONE 1
  25774. | #define HAVE_RB_FD_INIT 1
  25775. | #define HAVE_INT8_T 1
  25776. | #define SIZEOF_INT8_T 1
  25777. | #define HAVE_UINT8_T 1
  25778. | #define SIZEOF_UINT8_T 1
  25779. | #define HAVE_INT16_T 1
  25780. | #define SIZEOF_INT16_T 2
  25781. | #define HAVE_UINT16_T 1
  25782. | #define SIZEOF_UINT16_T 2
  25783. | #define HAVE_INT32_T 1
  25784. | #define SIZEOF_INT32_T 4
  25785. | #define HAVE_UINT32_T 1
  25786. | #define SIZEOF_UINT32_T 4
  25787. | #define HAVE_INT64_T 1
  25788. | #define SIZEOF_INT64_T 8
  25789. | #define HAVE_UINT64_T 1
  25790. | #define SIZEOF_UINT64_T 8
  25791. | #define HAVE_INT128_T 1
  25792. | #define int128_t __int128
  25793. | #define SIZEOF_INT128_T SIZEOF___INT128
  25794. | #define HAVE_UINT128_T 1
  25795. | #define uint128_t unsigned __int128
  25796. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25797. | #define HAVE_INTPTR_T 1
  25798. | #define SIZEOF_INTPTR_T 8
  25799. | #define HAVE_UINTPTR_T 1
  25800. | #define SIZEOF_UINTPTR_T 8
  25801. | #define PRI_PTR_PREFIX "l"
  25802. | #define HAVE_SSIZE_T 1
  25803. | #define SIZEOF_SSIZE_T 8
  25804. | #define PRI_64_PREFIX "ll"
  25805. | #define GETGROUPS_T gid_t
  25806. | #define RETSIGTYPE void
  25807. | #define HAVE_ALLOCA_H 1
  25808. | #define HAVE_ALLOCA 1
  25809. | #define HAVE_ACOSH 1
  25810. | #define HAVE_CBRT 1
  25811. | #define HAVE_CRYPT 1
  25812. | #define HAVE_DUP2 1
  25813. | #define HAVE_ERF 1
  25814. | #define HAVE_FFS 1
  25815. | #define HAVE_FINITE 1
  25816. | #define HAVE_FLOCK 1
  25817. | #define HAVE_HYPOT 1
  25818. | #define HAVE_ISINF 1
  25819. | #define HAVE_ISNAN 1
  25820. | #define HAVE_LGAMMA_R 1
  25821. | #define HAVE_MEMMOVE 1
  25822. | #define HAVE_NAN 1
  25823. | #define HAVE_NEXTAFTER 1
  25824. | #define HAVE_STRCHR 1
  25825. | #define HAVE_STRERROR 1
  25826. | #define HAVE_STRLCAT 1
  25827. | #define HAVE_STRLCPY 1
  25828. | #define HAVE_STRSTR 1
  25829. | #define HAVE_TGAMMA 1
  25830. | #define SPT_TYPE SPT_REUSEARGV
  25831. | #define HAVE_SIGNBIT 1
  25832. | #define HAVE_FORK 1
  25833. | #define vfork fork
  25834. | #define HAVE_WORKING_FORK 1
  25835. | #define HAVE__LONGJMP 1
  25836. | #define HAVE_ARC4RANDOM_BUF 1
  25837. | #define HAVE_ATAN2L 1
  25838. | #define HAVE_ATAN2F 1
  25839. | #define HAVE_CHROOT 1
  25840. | #define HAVE_CLOCK_GETTIME 1
  25841. | #define HAVE_COSH 1
  25842. | #define HAVE_DIRFD 1
  25843. | #define HAVE_DLOPEN 1
  25844. | #define HAVE_DLADDR 1
  25845. | #define HAVE_DUP 1
  25846. | #define HAVE_ENDGRENT 1
  25847. | #define HAVE_FCHMOD 1
  25848. | #define HAVE_FCHOWN 1
  25849. | #define HAVE_FCNTL 1
  25850. | #define HAVE_FDOPENDIR 1
  25851. | #define HAVE_FGETATTRLIST 1
  25852. | #define HAVE_FMOD 1
  25853. | #define HAVE_FSTATAT 1
  25854. | #define HAVE_FSYNC 1
  25855. | #define HAVE_FTRUNCATE 1
  25856. | #define HAVE_GETATTRLIST 1
  25857. | #define HAVE_GETCWD 1
  25858. | #define HAVE_GETGRNAM 1
  25859. | #define HAVE_GETGRNAM_R 1
  25860. | #define HAVE_GETGROUPS 1
  25861. | #define HAVE_GETPGID 1
  25862. | #define HAVE_GETPGRP 1
  25863. | #define HAVE_GETPRIORITY 1
  25864. | #define HAVE_GETPWNAM_R 1
  25865. | #define HAVE_GETRLIMIT 1
  25866. | #define HAVE_GETSID 1
  25867. | #define HAVE_GETTIMEOFDAY 1
  25868. | #define HAVE_GMTIME_R 1
  25869. | #define HAVE_GRANTPT 1
  25870. | #define HAVE_INITGROUPS 1
  25871. | #define HAVE_IOCTL 1
  25872. | /* end confdefs.h. */
  25873. | /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
  25874. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25875. | #define isfinite innocuous_isfinite
  25876. |
  25877. | /* System header to define __stub macros and hopefully few prototypes,
  25878. | which can conflict with char isfinite (); below.
  25879. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25880. | <limits.h> exists even on freestanding compilers. */
  25881. |
  25882. | #ifdef __STDC__
  25883. | # include <limits.h>
  25884. | #else
  25885. | # include <assert.h>
  25886. | #endif
  25887. |
  25888. | #undef isfinite
  25889. |
  25890. | /* Override any GCC internal prototype to avoid an error.
  25891. | Use char because int might match the return type of a GCC
  25892. | builtin and then its argument prototype would still apply. */
  25893. | #ifdef __cplusplus
  25894. | extern "C"
  25895. | #endif
  25896. | char isfinite ();
  25897. | /* The GNU C library defines this for functions which it implements
  25898. | to always fail with ENOSYS. Some functions are actually named
  25899. | something starting with __ and the normal name is an alias. */
  25900. | #if defined __stub_isfinite || defined __stub___isfinite
  25901. | choke me
  25902. | #endif
  25903. |
  25904. | int
  25905. | main ()
  25906. | {
  25907. | return isfinite ();
  25908. | ;
  25909. | return 0;
  25910. | }
  25911. configure:23145: result: no
  25912. configure:23156: checking for issetugid
  25913. configure:23156: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25914. configure:23156: $? = 0
  25915. configure:23156: result: yes
  25916. configure:23167: checking for killpg
  25917. configure:23167: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25918. configure:23167: $? = 0
  25919. configure:23167: result: yes
  25920. configure:23178: checking for lchmod
  25921. configure:23178: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25922. configure:23178: $? = 0
  25923. configure:23178: result: yes
  25924. configure:23189: checking for lchown
  25925. configure:23189: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25926. configure:23189: $? = 0
  25927. configure:23189: result: yes
  25928. configure:23200: checking for link
  25929. configure:23200: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25930. configure:23200: $? = 0
  25931. configure:23200: result: yes
  25932. configure:23211: checking for llabs
  25933. configure:23211: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25934. conftest.c:311:6: warning: incompatible redeclaration of library function 'llabs' [-Wincompatible-library-redeclaration]
  25935. char llabs ();
  25936. ^
  25937. conftest.c:311:6: note: 'llabs' is a builtin with type 'long long (long long)'
  25938. 1 warning generated.
  25939. configure:23211: $? = 0
  25940. configure:23211: result: yes
  25941. configure:23222: checking for lockf
  25942. configure:23222: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25943. configure:23222: $? = 0
  25944. configure:23222: result: yes
  25945. configure:23233: checking for log2
  25946. configure:23233: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25947. conftest.c:313:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
  25948. char log2 ();
  25949. ^
  25950. conftest.c:313:6: note: 'log2' is a builtin with type 'double (double)'
  25951. 1 warning generated.
  25952. configure:23233: $? = 0
  25953. configure:23233: result: yes
  25954. configure:23244: checking for lstat
  25955. configure:23244: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25956. configure:23244: $? = 0
  25957. configure:23244: result: yes
  25958. configure:23255: checking for lutimes
  25959. configure:23255: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25960. configure:23255: $? = 0
  25961. configure:23255: result: yes
  25962. configure:23266: checking for malloc_usable_size
  25963. configure:23266: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  25964. Undefined symbols for architecture x86_64:
  25965. "_malloc_usable_size", referenced from:
  25966. _main in conftest-65538a.o
  25967. ld: symbol(s) not found for architecture x86_64
  25968. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25969. configure:23266: $? = 1
  25970. configure: failed program was:
  25971. | /* confdefs.h */
  25972. | #define PACKAGE_NAME ""
  25973. | #define PACKAGE_TARNAME ""
  25974. | #define PACKAGE_VERSION ""
  25975. | #define PACKAGE_STRING ""
  25976. | #define PACKAGE_BUGREPORT ""
  25977. | #define PACKAGE_URL ""
  25978. | #define STDC_HEADERS 1
  25979. | #define HAVE_SYS_TYPES_H 1
  25980. | #define HAVE_SYS_STAT_H 1
  25981. | #define HAVE_STDLIB_H 1
  25982. | #define HAVE_STRING_H 1
  25983. | #define HAVE_MEMORY_H 1
  25984. | #define HAVE_STRINGS_H 1
  25985. | #define HAVE_INTTYPES_H 1
  25986. | #define HAVE_STDINT_H 1
  25987. | #define HAVE_UNISTD_H 1
  25988. | #define __EXTENSIONS__ 1
  25989. | #define _ALL_SOURCE 1
  25990. | #define _GNU_SOURCE 1
  25991. | #define _POSIX_PTHREAD_SEMANTICS 1
  25992. | #define _TANDEM_SOURCE 1
  25993. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25994. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25995. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  25996. | #define BROKEN_CRYPT 1
  25997. | #define HAVE_CRT_EXTERNS_H 1
  25998. | #define HAVE_LIBDL 1
  25999. | #define HAVE_DIRENT_H 1
  26000. | #define HAVE__BOOL 1
  26001. | #define HAVE_STDBOOL_H 1
  26002. | #define HAVE_SYS_WAIT_H 1
  26003. | #define HAVE_GRP_H 1
  26004. | #define HAVE_FCNTL_H 1
  26005. | #define HAVE_FLOAT_H 1
  26006. | #define HAVE_LANGINFO_H 1
  26007. | #define HAVE_LIMITS_H 1
  26008. | #define HAVE_LOCALE_H 1
  26009. | #define HAVE_MALLOC_MALLOC_H 1
  26010. | #define HAVE_PWD_H 1
  26011. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  26012. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  26013. | #define HAVE_STDALIGN_H 1
  26014. | #define HAVE_SYS_ATTR_H 1
  26015. | #define HAVE_SYS_FCNTL_H 1
  26016. | #define HAVE_SYS_FILE_H 1
  26017. | #define HAVE_SYS_IOCTL_H 1
  26018. | #define HAVE_SYS_PARAM_H 1
  26019. | #define HAVE_SYS_RESOURCE_H 1
  26020. | #define HAVE_SYS_SELECT_H 1
  26021. | #define HAVE_SYS_SOCKET_H 1
  26022. | #define HAVE_SYS_TIME_H 1
  26023. | #define HAVE_SYS_TIMES_H 1
  26024. | #define HAVE_SYS_UIO_H 1
  26025. | #define HAVE_TIME_H 1
  26026. | #define HAVE_UCONTEXT_H 1
  26027. | #define HAVE_UTIME_H 1
  26028. | #define HAVE_GMP_H 1
  26029. | #define HAVE_LIBGMP 1
  26030. | #define HAVE_TYPEOF 1
  26031. | #define HAVE_LONG_LONG 1
  26032. | #define HAVE_OFF_T 1
  26033. | #define SIZEOF_INT 4
  26034. | #define SIZEOF_SHORT 2
  26035. | #define SIZEOF_LONG 8
  26036. | #define SIZEOF_LONG_LONG 8
  26037. | #define SIZEOF___INT64 0
  26038. | #define SIZEOF___INT128 16
  26039. | #define SIZEOF_OFF_T 8
  26040. | #define SIZEOF_VOIDP 8
  26041. | #define SIZEOF_FLOAT 4
  26042. | #define SIZEOF_DOUBLE 8
  26043. | #define SIZEOF_TIME_T 8
  26044. | #define SIZEOF_CLOCK_T 8
  26045. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26046. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26047. | #define PRI_LL_PREFIX "ll"
  26048. | #define HAVE_PID_T 1
  26049. | #define rb_pid_t pid_t
  26050. | #define SIGNEDNESS_OF_PID_T -1
  26051. | #define PIDT2NUM(v) INT2NUM(v)
  26052. | #define NUM2PIDT(v) NUM2INT(v)
  26053. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26054. | #define HAVE_UID_T 1
  26055. | #define rb_uid_t uid_t
  26056. | #define SIGNEDNESS_OF_UID_T +1
  26057. | #define UIDT2NUM(v) UINT2NUM(v)
  26058. | #define NUM2UIDT(v) NUM2UINT(v)
  26059. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26060. | #define HAVE_GID_T 1
  26061. | #define rb_gid_t gid_t
  26062. | #define SIGNEDNESS_OF_GID_T +1
  26063. | #define GIDT2NUM(v) UINT2NUM(v)
  26064. | #define NUM2GIDT(v) NUM2UINT(v)
  26065. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26066. | #define HAVE_TIME_T 1
  26067. | #define rb_time_t time_t
  26068. | #define SIGNEDNESS_OF_TIME_T -1
  26069. | #define TIMET2NUM(v) LONG2NUM(v)
  26070. | #define NUM2TIMET(v) NUM2LONG(v)
  26071. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26072. | #define HAVE_DEV_T 1
  26073. | #define rb_dev_t dev_t
  26074. | #define SIGNEDNESS_OF_DEV_T -1
  26075. | #define DEVT2NUM(v) INT2NUM(v)
  26076. | #define NUM2DEVT(v) NUM2INT(v)
  26077. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26078. | #define HAVE_MODE_T 1
  26079. | #define rb_mode_t mode_t
  26080. | #define SIGNEDNESS_OF_MODE_T +1
  26081. | #define MODET2NUM(v) USHORT2NUM(v)
  26082. | #define NUM2MODET(v) NUM2USHORT(v)
  26083. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  26084. | #define HAVE_RLIM_T 1
  26085. | #define rb_rlim_t rlim_t
  26086. | #define SIGNEDNESS_OF_RLIM_T +1
  26087. | #define RLIM2NUM(v) ULL2NUM(v)
  26088. | #define NUM2RLIM(v) NUM2ULL(v)
  26089. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26090. | #define HAVE_OFF_T 1
  26091. | #define rb_off_t off_t
  26092. | #define SIGNEDNESS_OF_OFF_T -1
  26093. | #define OFFT2NUM(v) LL2NUM(v)
  26094. | #define NUM2OFFT(v) NUM2LL(v)
  26095. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26096. | #define HAVE_CLOCKID_T 1
  26097. | #define rb_clockid_t clockid_t
  26098. | #define SIGNEDNESS_OF_CLOCKID_T +1
  26099. | #define CLOCKID2NUM(v) UINT2NUM(v)
  26100. | #define NUM2CLOCKID(v) NUM2UINT(v)
  26101. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26102. | #define HAVE_PROTOTYPES 1
  26103. | #define TOKEN_PASTE(x,y) x##y
  26104. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26105. | #define HAVE_STDARG_PROTOTYPES 1
  26106. | #define HAVE_VA_ARGS_MACRO 1
  26107. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  26108. | #define RUBY_ALIGNOF alignof
  26109. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26110. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26111. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26112. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26113. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26114. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26115. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26116. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26117. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  26118. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  26119. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  26120. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26121. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26122. | #define WEAK(x) __attribute__ ((__weak__)) x
  26123. | #define HAVE_FUNC_WEAK 1
  26124. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26125. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26126. | #define HAVE_GCC_SYNC_BUILTINS 1
  26127. | #define UNREACHABLE __builtin_unreachable()
  26128. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26129. | #define RUBY_FUNCTION_NAME_STRING __func__
  26130. | #define ENUM_OVER_INT 1
  26131. | #define HAVE_DECL_SYS_NERR 1
  26132. | #define HAVE_DECL_GETENV 1
  26133. | #define SIZEOF_SIZE_T 8
  26134. | #define SIZEOF_PTRDIFF_T 8
  26135. | #define PRI_SIZE_PREFIX "z"
  26136. | #define PRI_PTRDIFF_PREFIX "t"
  26137. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26138. | #define HAVE_ST_BLKSIZE 1
  26139. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26140. | #define HAVE_ST_BLOCKS 1
  26141. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26142. | #define HAVE_ST_RDEV 1
  26143. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26144. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26145. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26146. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26147. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26148. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26149. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26150. | #define HAVE_STRUCT_TIMEVAL 1
  26151. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26152. | #define HAVE_STRUCT_TIMESPEC 1
  26153. | #define HAVE_STRUCT_TIMEZONE 1
  26154. | #define HAVE_RB_FD_INIT 1
  26155. | #define HAVE_INT8_T 1
  26156. | #define SIZEOF_INT8_T 1
  26157. | #define HAVE_UINT8_T 1
  26158. | #define SIZEOF_UINT8_T 1
  26159. | #define HAVE_INT16_T 1
  26160. | #define SIZEOF_INT16_T 2
  26161. | #define HAVE_UINT16_T 1
  26162. | #define SIZEOF_UINT16_T 2
  26163. | #define HAVE_INT32_T 1
  26164. | #define SIZEOF_INT32_T 4
  26165. | #define HAVE_UINT32_T 1
  26166. | #define SIZEOF_UINT32_T 4
  26167. | #define HAVE_INT64_T 1
  26168. | #define SIZEOF_INT64_T 8
  26169. | #define HAVE_UINT64_T 1
  26170. | #define SIZEOF_UINT64_T 8
  26171. | #define HAVE_INT128_T 1
  26172. | #define int128_t __int128
  26173. | #define SIZEOF_INT128_T SIZEOF___INT128
  26174. | #define HAVE_UINT128_T 1
  26175. | #define uint128_t unsigned __int128
  26176. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26177. | #define HAVE_INTPTR_T 1
  26178. | #define SIZEOF_INTPTR_T 8
  26179. | #define HAVE_UINTPTR_T 1
  26180. | #define SIZEOF_UINTPTR_T 8
  26181. | #define PRI_PTR_PREFIX "l"
  26182. | #define HAVE_SSIZE_T 1
  26183. | #define SIZEOF_SSIZE_T 8
  26184. | #define PRI_64_PREFIX "ll"
  26185. | #define GETGROUPS_T gid_t
  26186. | #define RETSIGTYPE void
  26187. | #define HAVE_ALLOCA_H 1
  26188. | #define HAVE_ALLOCA 1
  26189. | #define HAVE_ACOSH 1
  26190. | #define HAVE_CBRT 1
  26191. | #define HAVE_CRYPT 1
  26192. | #define HAVE_DUP2 1
  26193. | #define HAVE_ERF 1
  26194. | #define HAVE_FFS 1
  26195. | #define HAVE_FINITE 1
  26196. | #define HAVE_FLOCK 1
  26197. | #define HAVE_HYPOT 1
  26198. | #define HAVE_ISINF 1
  26199. | #define HAVE_ISNAN 1
  26200. | #define HAVE_LGAMMA_R 1
  26201. | #define HAVE_MEMMOVE 1
  26202. | #define HAVE_NAN 1
  26203. | #define HAVE_NEXTAFTER 1
  26204. | #define HAVE_STRCHR 1
  26205. | #define HAVE_STRERROR 1
  26206. | #define HAVE_STRLCAT 1
  26207. | #define HAVE_STRLCPY 1
  26208. | #define HAVE_STRSTR 1
  26209. | #define HAVE_TGAMMA 1
  26210. | #define SPT_TYPE SPT_REUSEARGV
  26211. | #define HAVE_SIGNBIT 1
  26212. | #define HAVE_FORK 1
  26213. | #define vfork fork
  26214. | #define HAVE_WORKING_FORK 1
  26215. | #define HAVE__LONGJMP 1
  26216. | #define HAVE_ARC4RANDOM_BUF 1
  26217. | #define HAVE_ATAN2L 1
  26218. | #define HAVE_ATAN2F 1
  26219. | #define HAVE_CHROOT 1
  26220. | #define HAVE_CLOCK_GETTIME 1
  26221. | #define HAVE_COSH 1
  26222. | #define HAVE_DIRFD 1
  26223. | #define HAVE_DLOPEN 1
  26224. | #define HAVE_DLADDR 1
  26225. | #define HAVE_DUP 1
  26226. | #define HAVE_ENDGRENT 1
  26227. | #define HAVE_FCHMOD 1
  26228. | #define HAVE_FCHOWN 1
  26229. | #define HAVE_FCNTL 1
  26230. | #define HAVE_FDOPENDIR 1
  26231. | #define HAVE_FGETATTRLIST 1
  26232. | #define HAVE_FMOD 1
  26233. | #define HAVE_FSTATAT 1
  26234. | #define HAVE_FSYNC 1
  26235. | #define HAVE_FTRUNCATE 1
  26236. | #define HAVE_GETATTRLIST 1
  26237. | #define HAVE_GETCWD 1
  26238. | #define HAVE_GETGRNAM 1
  26239. | #define HAVE_GETGRNAM_R 1
  26240. | #define HAVE_GETGROUPS 1
  26241. | #define HAVE_GETPGID 1
  26242. | #define HAVE_GETPGRP 1
  26243. | #define HAVE_GETPRIORITY 1
  26244. | #define HAVE_GETPWNAM_R 1
  26245. | #define HAVE_GETRLIMIT 1
  26246. | #define HAVE_GETSID 1
  26247. | #define HAVE_GETTIMEOFDAY 1
  26248. | #define HAVE_GMTIME_R 1
  26249. | #define HAVE_GRANTPT 1
  26250. | #define HAVE_INITGROUPS 1
  26251. | #define HAVE_IOCTL 1
  26252. | #define HAVE_ISSETUGID 1
  26253. | #define HAVE_KILLPG 1
  26254. | #define HAVE_LCHMOD 1
  26255. | #define HAVE_LCHOWN 1
  26256. | #define HAVE_LINK 1
  26257. | #define HAVE_LLABS 1
  26258. | #define HAVE_LOCKF 1
  26259. | #define HAVE_LOG2 1
  26260. | #define HAVE_LSTAT 1
  26261. | #define HAVE_LUTIMES 1
  26262. | /* end confdefs.h. */
  26263. | /* Define malloc_usable_size to an innocuous variant, in case <limits.h> declares malloc_usable_size.
  26264. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26265. | #define malloc_usable_size innocuous_malloc_usable_size
  26266. |
  26267. | /* System header to define __stub macros and hopefully few prototypes,
  26268. | which can conflict with char malloc_usable_size (); below.
  26269. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26270. | <limits.h> exists even on freestanding compilers. */
  26271. |
  26272. | #ifdef __STDC__
  26273. | # include <limits.h>
  26274. | #else
  26275. | # include <assert.h>
  26276. | #endif
  26277. |
  26278. | #undef malloc_usable_size
  26279. |
  26280. | /* Override any GCC internal prototype to avoid an error.
  26281. | Use char because int might match the return type of a GCC
  26282. | builtin and then its argument prototype would still apply. */
  26283. | #ifdef __cplusplus
  26284. | extern "C"
  26285. | #endif
  26286. | char malloc_usable_size ();
  26287. | /* The GNU C library defines this for functions which it implements
  26288. | to always fail with ENOSYS. Some functions are actually named
  26289. | something starting with __ and the normal name is an alias. */
  26290. | #if defined __stub_malloc_usable_size || defined __stub___malloc_usable_size
  26291. | choke me
  26292. | #endif
  26293. |
  26294. | int
  26295. | main ()
  26296. | {
  26297. | return malloc_usable_size ();
  26298. | ;
  26299. | return 0;
  26300. | }
  26301. configure:23266: result: no
  26302. configure:23277: checking for malloc_size
  26303. configure:23277: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26304. configure:23277: $? = 0
  26305. configure:23277: result: yes
  26306. configure:23288: checking for mblen
  26307. configure:23288: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26308. configure:23288: $? = 0
  26309. configure:23288: result: yes
  26310. configure:23299: checking for memalign
  26311. configure:23299: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26312. Undefined symbols for architecture x86_64:
  26313. "_memalign", referenced from:
  26314. _main in conftest-84b847.o
  26315. ld: symbol(s) not found for architecture x86_64
  26316. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26317. configure:23299: $? = 1
  26318. configure: failed program was:
  26319. | /* confdefs.h */
  26320. | #define PACKAGE_NAME ""
  26321. | #define PACKAGE_TARNAME ""
  26322. | #define PACKAGE_VERSION ""
  26323. | #define PACKAGE_STRING ""
  26324. | #define PACKAGE_BUGREPORT ""
  26325. | #define PACKAGE_URL ""
  26326. | #define STDC_HEADERS 1
  26327. | #define HAVE_SYS_TYPES_H 1
  26328. | #define HAVE_SYS_STAT_H 1
  26329. | #define HAVE_STDLIB_H 1
  26330. | #define HAVE_STRING_H 1
  26331. | #define HAVE_MEMORY_H 1
  26332. | #define HAVE_STRINGS_H 1
  26333. | #define HAVE_INTTYPES_H 1
  26334. | #define HAVE_STDINT_H 1
  26335. | #define HAVE_UNISTD_H 1
  26336. | #define __EXTENSIONS__ 1
  26337. | #define _ALL_SOURCE 1
  26338. | #define _GNU_SOURCE 1
  26339. | #define _POSIX_PTHREAD_SEMANTICS 1
  26340. | #define _TANDEM_SOURCE 1
  26341. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26342. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26343. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  26344. | #define BROKEN_CRYPT 1
  26345. | #define HAVE_CRT_EXTERNS_H 1
  26346. | #define HAVE_LIBDL 1
  26347. | #define HAVE_DIRENT_H 1
  26348. | #define HAVE__BOOL 1
  26349. | #define HAVE_STDBOOL_H 1
  26350. | #define HAVE_SYS_WAIT_H 1
  26351. | #define HAVE_GRP_H 1
  26352. | #define HAVE_FCNTL_H 1
  26353. | #define HAVE_FLOAT_H 1
  26354. | #define HAVE_LANGINFO_H 1
  26355. | #define HAVE_LIMITS_H 1
  26356. | #define HAVE_LOCALE_H 1
  26357. | #define HAVE_MALLOC_MALLOC_H 1
  26358. | #define HAVE_PWD_H 1
  26359. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  26360. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  26361. | #define HAVE_STDALIGN_H 1
  26362. | #define HAVE_SYS_ATTR_H 1
  26363. | #define HAVE_SYS_FCNTL_H 1
  26364. | #define HAVE_SYS_FILE_H 1
  26365. | #define HAVE_SYS_IOCTL_H 1
  26366. | #define HAVE_SYS_PARAM_H 1
  26367. | #define HAVE_SYS_RESOURCE_H 1
  26368. | #define HAVE_SYS_SELECT_H 1
  26369. | #define HAVE_SYS_SOCKET_H 1
  26370. | #define HAVE_SYS_TIME_H 1
  26371. | #define HAVE_SYS_TIMES_H 1
  26372. | #define HAVE_SYS_UIO_H 1
  26373. | #define HAVE_TIME_H 1
  26374. | #define HAVE_UCONTEXT_H 1
  26375. | #define HAVE_UTIME_H 1
  26376. | #define HAVE_GMP_H 1
  26377. | #define HAVE_LIBGMP 1
  26378. | #define HAVE_TYPEOF 1
  26379. | #define HAVE_LONG_LONG 1
  26380. | #define HAVE_OFF_T 1
  26381. | #define SIZEOF_INT 4
  26382. | #define SIZEOF_SHORT 2
  26383. | #define SIZEOF_LONG 8
  26384. | #define SIZEOF_LONG_LONG 8
  26385. | #define SIZEOF___INT64 0
  26386. | #define SIZEOF___INT128 16
  26387. | #define SIZEOF_OFF_T 8
  26388. | #define SIZEOF_VOIDP 8
  26389. | #define SIZEOF_FLOAT 4
  26390. | #define SIZEOF_DOUBLE 8
  26391. | #define SIZEOF_TIME_T 8
  26392. | #define SIZEOF_CLOCK_T 8
  26393. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26394. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26395. | #define PRI_LL_PREFIX "ll"
  26396. | #define HAVE_PID_T 1
  26397. | #define rb_pid_t pid_t
  26398. | #define SIGNEDNESS_OF_PID_T -1
  26399. | #define PIDT2NUM(v) INT2NUM(v)
  26400. | #define NUM2PIDT(v) NUM2INT(v)
  26401. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26402. | #define HAVE_UID_T 1
  26403. | #define rb_uid_t uid_t
  26404. | #define SIGNEDNESS_OF_UID_T +1
  26405. | #define UIDT2NUM(v) UINT2NUM(v)
  26406. | #define NUM2UIDT(v) NUM2UINT(v)
  26407. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26408. | #define HAVE_GID_T 1
  26409. | #define rb_gid_t gid_t
  26410. | #define SIGNEDNESS_OF_GID_T +1
  26411. | #define GIDT2NUM(v) UINT2NUM(v)
  26412. | #define NUM2GIDT(v) NUM2UINT(v)
  26413. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26414. | #define HAVE_TIME_T 1
  26415. | #define rb_time_t time_t
  26416. | #define SIGNEDNESS_OF_TIME_T -1
  26417. | #define TIMET2NUM(v) LONG2NUM(v)
  26418. | #define NUM2TIMET(v) NUM2LONG(v)
  26419. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26420. | #define HAVE_DEV_T 1
  26421. | #define rb_dev_t dev_t
  26422. | #define SIGNEDNESS_OF_DEV_T -1
  26423. | #define DEVT2NUM(v) INT2NUM(v)
  26424. | #define NUM2DEVT(v) NUM2INT(v)
  26425. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26426. | #define HAVE_MODE_T 1
  26427. | #define rb_mode_t mode_t
  26428. | #define SIGNEDNESS_OF_MODE_T +1
  26429. | #define MODET2NUM(v) USHORT2NUM(v)
  26430. | #define NUM2MODET(v) NUM2USHORT(v)
  26431. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  26432. | #define HAVE_RLIM_T 1
  26433. | #define rb_rlim_t rlim_t
  26434. | #define SIGNEDNESS_OF_RLIM_T +1
  26435. | #define RLIM2NUM(v) ULL2NUM(v)
  26436. | #define NUM2RLIM(v) NUM2ULL(v)
  26437. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26438. | #define HAVE_OFF_T 1
  26439. | #define rb_off_t off_t
  26440. | #define SIGNEDNESS_OF_OFF_T -1
  26441. | #define OFFT2NUM(v) LL2NUM(v)
  26442. | #define NUM2OFFT(v) NUM2LL(v)
  26443. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26444. | #define HAVE_CLOCKID_T 1
  26445. | #define rb_clockid_t clockid_t
  26446. | #define SIGNEDNESS_OF_CLOCKID_T +1
  26447. | #define CLOCKID2NUM(v) UINT2NUM(v)
  26448. | #define NUM2CLOCKID(v) NUM2UINT(v)
  26449. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26450. | #define HAVE_PROTOTYPES 1
  26451. | #define TOKEN_PASTE(x,y) x##y
  26452. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26453. | #define HAVE_STDARG_PROTOTYPES 1
  26454. | #define HAVE_VA_ARGS_MACRO 1
  26455. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  26456. | #define RUBY_ALIGNOF alignof
  26457. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26458. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26459. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26460. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26461. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26462. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26463. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26464. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26465. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  26466. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  26467. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  26468. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26469. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26470. | #define WEAK(x) __attribute__ ((__weak__)) x
  26471. | #define HAVE_FUNC_WEAK 1
  26472. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26473. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26474. | #define HAVE_GCC_SYNC_BUILTINS 1
  26475. | #define UNREACHABLE __builtin_unreachable()
  26476. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26477. | #define RUBY_FUNCTION_NAME_STRING __func__
  26478. | #define ENUM_OVER_INT 1
  26479. | #define HAVE_DECL_SYS_NERR 1
  26480. | #define HAVE_DECL_GETENV 1
  26481. | #define SIZEOF_SIZE_T 8
  26482. | #define SIZEOF_PTRDIFF_T 8
  26483. | #define PRI_SIZE_PREFIX "z"
  26484. | #define PRI_PTRDIFF_PREFIX "t"
  26485. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26486. | #define HAVE_ST_BLKSIZE 1
  26487. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26488. | #define HAVE_ST_BLOCKS 1
  26489. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26490. | #define HAVE_ST_RDEV 1
  26491. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26492. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26493. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26494. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26495. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26496. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26497. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26498. | #define HAVE_STRUCT_TIMEVAL 1
  26499. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26500. | #define HAVE_STRUCT_TIMESPEC 1
  26501. | #define HAVE_STRUCT_TIMEZONE 1
  26502. | #define HAVE_RB_FD_INIT 1
  26503. | #define HAVE_INT8_T 1
  26504. | #define SIZEOF_INT8_T 1
  26505. | #define HAVE_UINT8_T 1
  26506. | #define SIZEOF_UINT8_T 1
  26507. | #define HAVE_INT16_T 1
  26508. | #define SIZEOF_INT16_T 2
  26509. | #define HAVE_UINT16_T 1
  26510. | #define SIZEOF_UINT16_T 2
  26511. | #define HAVE_INT32_T 1
  26512. | #define SIZEOF_INT32_T 4
  26513. | #define HAVE_UINT32_T 1
  26514. | #define SIZEOF_UINT32_T 4
  26515. | #define HAVE_INT64_T 1
  26516. | #define SIZEOF_INT64_T 8
  26517. | #define HAVE_UINT64_T 1
  26518. | #define SIZEOF_UINT64_T 8
  26519. | #define HAVE_INT128_T 1
  26520. | #define int128_t __int128
  26521. | #define SIZEOF_INT128_T SIZEOF___INT128
  26522. | #define HAVE_UINT128_T 1
  26523. | #define uint128_t unsigned __int128
  26524. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26525. | #define HAVE_INTPTR_T 1
  26526. | #define SIZEOF_INTPTR_T 8
  26527. | #define HAVE_UINTPTR_T 1
  26528. | #define SIZEOF_UINTPTR_T 8
  26529. | #define PRI_PTR_PREFIX "l"
  26530. | #define HAVE_SSIZE_T 1
  26531. | #define SIZEOF_SSIZE_T 8
  26532. | #define PRI_64_PREFIX "ll"
  26533. | #define GETGROUPS_T gid_t
  26534. | #define RETSIGTYPE void
  26535. | #define HAVE_ALLOCA_H 1
  26536. | #define HAVE_ALLOCA 1
  26537. | #define HAVE_ACOSH 1
  26538. | #define HAVE_CBRT 1
  26539. | #define HAVE_CRYPT 1
  26540. | #define HAVE_DUP2 1
  26541. | #define HAVE_ERF 1
  26542. | #define HAVE_FFS 1
  26543. | #define HAVE_FINITE 1
  26544. | #define HAVE_FLOCK 1
  26545. | #define HAVE_HYPOT 1
  26546. | #define HAVE_ISINF 1
  26547. | #define HAVE_ISNAN 1
  26548. | #define HAVE_LGAMMA_R 1
  26549. | #define HAVE_MEMMOVE 1
  26550. | #define HAVE_NAN 1
  26551. | #define HAVE_NEXTAFTER 1
  26552. | #define HAVE_STRCHR 1
  26553. | #define HAVE_STRERROR 1
  26554. | #define HAVE_STRLCAT 1
  26555. | #define HAVE_STRLCPY 1
  26556. | #define HAVE_STRSTR 1
  26557. | #define HAVE_TGAMMA 1
  26558. | #define SPT_TYPE SPT_REUSEARGV
  26559. | #define HAVE_SIGNBIT 1
  26560. | #define HAVE_FORK 1
  26561. | #define vfork fork
  26562. | #define HAVE_WORKING_FORK 1
  26563. | #define HAVE__LONGJMP 1
  26564. | #define HAVE_ARC4RANDOM_BUF 1
  26565. | #define HAVE_ATAN2L 1
  26566. | #define HAVE_ATAN2F 1
  26567. | #define HAVE_CHROOT 1
  26568. | #define HAVE_CLOCK_GETTIME 1
  26569. | #define HAVE_COSH 1
  26570. | #define HAVE_DIRFD 1
  26571. | #define HAVE_DLOPEN 1
  26572. | #define HAVE_DLADDR 1
  26573. | #define HAVE_DUP 1
  26574. | #define HAVE_ENDGRENT 1
  26575. | #define HAVE_FCHMOD 1
  26576. | #define HAVE_FCHOWN 1
  26577. | #define HAVE_FCNTL 1
  26578. | #define HAVE_FDOPENDIR 1
  26579. | #define HAVE_FGETATTRLIST 1
  26580. | #define HAVE_FMOD 1
  26581. | #define HAVE_FSTATAT 1
  26582. | #define HAVE_FSYNC 1
  26583. | #define HAVE_FTRUNCATE 1
  26584. | #define HAVE_GETATTRLIST 1
  26585. | #define HAVE_GETCWD 1
  26586. | #define HAVE_GETGRNAM 1
  26587. | #define HAVE_GETGRNAM_R 1
  26588. | #define HAVE_GETGROUPS 1
  26589. | #define HAVE_GETPGID 1
  26590. | #define HAVE_GETPGRP 1
  26591. | #define HAVE_GETPRIORITY 1
  26592. | #define HAVE_GETPWNAM_R 1
  26593. | #define HAVE_GETRLIMIT 1
  26594. | #define HAVE_GETSID 1
  26595. | #define HAVE_GETTIMEOFDAY 1
  26596. | #define HAVE_GMTIME_R 1
  26597. | #define HAVE_GRANTPT 1
  26598. | #define HAVE_INITGROUPS 1
  26599. | #define HAVE_IOCTL 1
  26600. | #define HAVE_ISSETUGID 1
  26601. | #define HAVE_KILLPG 1
  26602. | #define HAVE_LCHMOD 1
  26603. | #define HAVE_LCHOWN 1
  26604. | #define HAVE_LINK 1
  26605. | #define HAVE_LLABS 1
  26606. | #define HAVE_LOCKF 1
  26607. | #define HAVE_LOG2 1
  26608. | #define HAVE_LSTAT 1
  26609. | #define HAVE_LUTIMES 1
  26610. | #define HAVE_MALLOC_SIZE 1
  26611. | #define HAVE_MBLEN 1
  26612. | /* end confdefs.h. */
  26613. | /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
  26614. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26615. | #define memalign innocuous_memalign
  26616. |
  26617. | /* System header to define __stub macros and hopefully few prototypes,
  26618. | which can conflict with char memalign (); below.
  26619. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26620. | <limits.h> exists even on freestanding compilers. */
  26621. |
  26622. | #ifdef __STDC__
  26623. | # include <limits.h>
  26624. | #else
  26625. | # include <assert.h>
  26626. | #endif
  26627. |
  26628. | #undef memalign
  26629. |
  26630. | /* Override any GCC internal prototype to avoid an error.
  26631. | Use char because int might match the return type of a GCC
  26632. | builtin and then its argument prototype would still apply. */
  26633. | #ifdef __cplusplus
  26634. | extern "C"
  26635. | #endif
  26636. | char memalign ();
  26637. | /* The GNU C library defines this for functions which it implements
  26638. | to always fail with ENOSYS. Some functions are actually named
  26639. | something starting with __ and the normal name is an alias. */
  26640. | #if defined __stub_memalign || defined __stub___memalign
  26641. | choke me
  26642. | #endif
  26643. |
  26644. | int
  26645. | main ()
  26646. | {
  26647. | return memalign ();
  26648. | ;
  26649. | return 0;
  26650. | }
  26651. configure:23299: result: no
  26652. configure:23310: checking for memset_s
  26653. configure:23310: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26654. configure:23310: $? = 0
  26655. configure:23310: result: yes
  26656. configure:23321: checking for writev
  26657. configure:23321: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26658. configure:23321: $? = 0
  26659. configure:23321: result: yes
  26660. configure:23332: checking for memrchr
  26661. configure:23332: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  26662. Undefined symbols for architecture x86_64:
  26663. "_memrchr", referenced from:
  26664. _main in conftest-527a75.o
  26665. ld: symbol(s) not found for architecture x86_64
  26666. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26667. configure:23332: $? = 1
  26668. configure: failed program was:
  26669. | /* confdefs.h */
  26670. | #define PACKAGE_NAME ""
  26671. | #define PACKAGE_TARNAME ""
  26672. | #define PACKAGE_VERSION ""
  26673. | #define PACKAGE_STRING ""
  26674. | #define PACKAGE_BUGREPORT ""
  26675. | #define PACKAGE_URL ""
  26676. | #define STDC_HEADERS 1
  26677. | #define HAVE_SYS_TYPES_H 1
  26678. | #define HAVE_SYS_STAT_H 1
  26679. | #define HAVE_STDLIB_H 1
  26680. | #define HAVE_STRING_H 1
  26681. | #define HAVE_MEMORY_H 1
  26682. | #define HAVE_STRINGS_H 1
  26683. | #define HAVE_INTTYPES_H 1
  26684. | #define HAVE_STDINT_H 1
  26685. | #define HAVE_UNISTD_H 1
  26686. | #define __EXTENSIONS__ 1
  26687. | #define _ALL_SOURCE 1
  26688. | #define _GNU_SOURCE 1
  26689. | #define _POSIX_PTHREAD_SEMANTICS 1
  26690. | #define _TANDEM_SOURCE 1
  26691. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26692. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26693. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  26694. | #define BROKEN_CRYPT 1
  26695. | #define HAVE_CRT_EXTERNS_H 1
  26696. | #define HAVE_LIBDL 1
  26697. | #define HAVE_DIRENT_H 1
  26698. | #define HAVE__BOOL 1
  26699. | #define HAVE_STDBOOL_H 1
  26700. | #define HAVE_SYS_WAIT_H 1
  26701. | #define HAVE_GRP_H 1
  26702. | #define HAVE_FCNTL_H 1
  26703. | #define HAVE_FLOAT_H 1
  26704. | #define HAVE_LANGINFO_H 1
  26705. | #define HAVE_LIMITS_H 1
  26706. | #define HAVE_LOCALE_H 1
  26707. | #define HAVE_MALLOC_MALLOC_H 1
  26708. | #define HAVE_PWD_H 1
  26709. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  26710. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  26711. | #define HAVE_STDALIGN_H 1
  26712. | #define HAVE_SYS_ATTR_H 1
  26713. | #define HAVE_SYS_FCNTL_H 1
  26714. | #define HAVE_SYS_FILE_H 1
  26715. | #define HAVE_SYS_IOCTL_H 1
  26716. | #define HAVE_SYS_PARAM_H 1
  26717. | #define HAVE_SYS_RESOURCE_H 1
  26718. | #define HAVE_SYS_SELECT_H 1
  26719. | #define HAVE_SYS_SOCKET_H 1
  26720. | #define HAVE_SYS_TIME_H 1
  26721. | #define HAVE_SYS_TIMES_H 1
  26722. | #define HAVE_SYS_UIO_H 1
  26723. | #define HAVE_TIME_H 1
  26724. | #define HAVE_UCONTEXT_H 1
  26725. | #define HAVE_UTIME_H 1
  26726. | #define HAVE_GMP_H 1
  26727. | #define HAVE_LIBGMP 1
  26728. | #define HAVE_TYPEOF 1
  26729. | #define HAVE_LONG_LONG 1
  26730. | #define HAVE_OFF_T 1
  26731. | #define SIZEOF_INT 4
  26732. | #define SIZEOF_SHORT 2
  26733. | #define SIZEOF_LONG 8
  26734. | #define SIZEOF_LONG_LONG 8
  26735. | #define SIZEOF___INT64 0
  26736. | #define SIZEOF___INT128 16
  26737. | #define SIZEOF_OFF_T 8
  26738. | #define SIZEOF_VOIDP 8
  26739. | #define SIZEOF_FLOAT 4
  26740. | #define SIZEOF_DOUBLE 8
  26741. | #define SIZEOF_TIME_T 8
  26742. | #define SIZEOF_CLOCK_T 8
  26743. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26744. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26745. | #define PRI_LL_PREFIX "ll"
  26746. | #define HAVE_PID_T 1
  26747. | #define rb_pid_t pid_t
  26748. | #define SIGNEDNESS_OF_PID_T -1
  26749. | #define PIDT2NUM(v) INT2NUM(v)
  26750. | #define NUM2PIDT(v) NUM2INT(v)
  26751. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26752. | #define HAVE_UID_T 1
  26753. | #define rb_uid_t uid_t
  26754. | #define SIGNEDNESS_OF_UID_T +1
  26755. | #define UIDT2NUM(v) UINT2NUM(v)
  26756. | #define NUM2UIDT(v) NUM2UINT(v)
  26757. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26758. | #define HAVE_GID_T 1
  26759. | #define rb_gid_t gid_t
  26760. | #define SIGNEDNESS_OF_GID_T +1
  26761. | #define GIDT2NUM(v) UINT2NUM(v)
  26762. | #define NUM2GIDT(v) NUM2UINT(v)
  26763. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26764. | #define HAVE_TIME_T 1
  26765. | #define rb_time_t time_t
  26766. | #define SIGNEDNESS_OF_TIME_T -1
  26767. | #define TIMET2NUM(v) LONG2NUM(v)
  26768. | #define NUM2TIMET(v) NUM2LONG(v)
  26769. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26770. | #define HAVE_DEV_T 1
  26771. | #define rb_dev_t dev_t
  26772. | #define SIGNEDNESS_OF_DEV_T -1
  26773. | #define DEVT2NUM(v) INT2NUM(v)
  26774. | #define NUM2DEVT(v) NUM2INT(v)
  26775. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26776. | #define HAVE_MODE_T 1
  26777. | #define rb_mode_t mode_t
  26778. | #define SIGNEDNESS_OF_MODE_T +1
  26779. | #define MODET2NUM(v) USHORT2NUM(v)
  26780. | #define NUM2MODET(v) NUM2USHORT(v)
  26781. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  26782. | #define HAVE_RLIM_T 1
  26783. | #define rb_rlim_t rlim_t
  26784. | #define SIGNEDNESS_OF_RLIM_T +1
  26785. | #define RLIM2NUM(v) ULL2NUM(v)
  26786. | #define NUM2RLIM(v) NUM2ULL(v)
  26787. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26788. | #define HAVE_OFF_T 1
  26789. | #define rb_off_t off_t
  26790. | #define SIGNEDNESS_OF_OFF_T -1
  26791. | #define OFFT2NUM(v) LL2NUM(v)
  26792. | #define NUM2OFFT(v) NUM2LL(v)
  26793. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26794. | #define HAVE_CLOCKID_T 1
  26795. | #define rb_clockid_t clockid_t
  26796. | #define SIGNEDNESS_OF_CLOCKID_T +1
  26797. | #define CLOCKID2NUM(v) UINT2NUM(v)
  26798. | #define NUM2CLOCKID(v) NUM2UINT(v)
  26799. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26800. | #define HAVE_PROTOTYPES 1
  26801. | #define TOKEN_PASTE(x,y) x##y
  26802. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26803. | #define HAVE_STDARG_PROTOTYPES 1
  26804. | #define HAVE_VA_ARGS_MACRO 1
  26805. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  26806. | #define RUBY_ALIGNOF alignof
  26807. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26808. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26809. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26810. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26811. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26812. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26813. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26814. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26815. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  26816. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  26817. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  26818. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26819. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26820. | #define WEAK(x) __attribute__ ((__weak__)) x
  26821. | #define HAVE_FUNC_WEAK 1
  26822. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26823. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26824. | #define HAVE_GCC_SYNC_BUILTINS 1
  26825. | #define UNREACHABLE __builtin_unreachable()
  26826. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26827. | #define RUBY_FUNCTION_NAME_STRING __func__
  26828. | #define ENUM_OVER_INT 1
  26829. | #define HAVE_DECL_SYS_NERR 1
  26830. | #define HAVE_DECL_GETENV 1
  26831. | #define SIZEOF_SIZE_T 8
  26832. | #define SIZEOF_PTRDIFF_T 8
  26833. | #define PRI_SIZE_PREFIX "z"
  26834. | #define PRI_PTRDIFF_PREFIX "t"
  26835. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26836. | #define HAVE_ST_BLKSIZE 1
  26837. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26838. | #define HAVE_ST_BLOCKS 1
  26839. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26840. | #define HAVE_ST_RDEV 1
  26841. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26842. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26843. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26844. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26845. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26846. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26847. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26848. | #define HAVE_STRUCT_TIMEVAL 1
  26849. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26850. | #define HAVE_STRUCT_TIMESPEC 1
  26851. | #define HAVE_STRUCT_TIMEZONE 1
  26852. | #define HAVE_RB_FD_INIT 1
  26853. | #define HAVE_INT8_T 1
  26854. | #define SIZEOF_INT8_T 1
  26855. | #define HAVE_UINT8_T 1
  26856. | #define SIZEOF_UINT8_T 1
  26857. | #define HAVE_INT16_T 1
  26858. | #define SIZEOF_INT16_T 2
  26859. | #define HAVE_UINT16_T 1
  26860. | #define SIZEOF_UINT16_T 2
  26861. | #define HAVE_INT32_T 1
  26862. | #define SIZEOF_INT32_T 4
  26863. | #define HAVE_UINT32_T 1
  26864. | #define SIZEOF_UINT32_T 4
  26865. | #define HAVE_INT64_T 1
  26866. | #define SIZEOF_INT64_T 8
  26867. | #define HAVE_UINT64_T 1
  26868. | #define SIZEOF_UINT64_T 8
  26869. | #define HAVE_INT128_T 1
  26870. | #define int128_t __int128
  26871. | #define SIZEOF_INT128_T SIZEOF___INT128
  26872. | #define HAVE_UINT128_T 1
  26873. | #define uint128_t unsigned __int128
  26874. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26875. | #define HAVE_INTPTR_T 1
  26876. | #define SIZEOF_INTPTR_T 8
  26877. | #define HAVE_UINTPTR_T 1
  26878. | #define SIZEOF_UINTPTR_T 8
  26879. | #define PRI_PTR_PREFIX "l"
  26880. | #define HAVE_SSIZE_T 1
  26881. | #define SIZEOF_SSIZE_T 8
  26882. | #define PRI_64_PREFIX "ll"
  26883. | #define GETGROUPS_T gid_t
  26884. | #define RETSIGTYPE void
  26885. | #define HAVE_ALLOCA_H 1
  26886. | #define HAVE_ALLOCA 1
  26887. | #define HAVE_ACOSH 1
  26888. | #define HAVE_CBRT 1
  26889. | #define HAVE_CRYPT 1
  26890. | #define HAVE_DUP2 1
  26891. | #define HAVE_ERF 1
  26892. | #define HAVE_FFS 1
  26893. | #define HAVE_FINITE 1
  26894. | #define HAVE_FLOCK 1
  26895. | #define HAVE_HYPOT 1
  26896. | #define HAVE_ISINF 1
  26897. | #define HAVE_ISNAN 1
  26898. | #define HAVE_LGAMMA_R 1
  26899. | #define HAVE_MEMMOVE 1
  26900. | #define HAVE_NAN 1
  26901. | #define HAVE_NEXTAFTER 1
  26902. | #define HAVE_STRCHR 1
  26903. | #define HAVE_STRERROR 1
  26904. | #define HAVE_STRLCAT 1
  26905. | #define HAVE_STRLCPY 1
  26906. | #define HAVE_STRSTR 1
  26907. | #define HAVE_TGAMMA 1
  26908. | #define SPT_TYPE SPT_REUSEARGV
  26909. | #define HAVE_SIGNBIT 1
  26910. | #define HAVE_FORK 1
  26911. | #define vfork fork
  26912. | #define HAVE_WORKING_FORK 1
  26913. | #define HAVE__LONGJMP 1
  26914. | #define HAVE_ARC4RANDOM_BUF 1
  26915. | #define HAVE_ATAN2L 1
  26916. | #define HAVE_ATAN2F 1
  26917. | #define HAVE_CHROOT 1
  26918. | #define HAVE_CLOCK_GETTIME 1
  26919. | #define HAVE_COSH 1
  26920. | #define HAVE_DIRFD 1
  26921. | #define HAVE_DLOPEN 1
  26922. | #define HAVE_DLADDR 1
  26923. | #define HAVE_DUP 1
  26924. | #define HAVE_ENDGRENT 1
  26925. | #define HAVE_FCHMOD 1
  26926. | #define HAVE_FCHOWN 1
  26927. | #define HAVE_FCNTL 1
  26928. | #define HAVE_FDOPENDIR 1
  26929. | #define HAVE_FGETATTRLIST 1
  26930. | #define HAVE_FMOD 1
  26931. | #define HAVE_FSTATAT 1
  26932. | #define HAVE_FSYNC 1
  26933. | #define HAVE_FTRUNCATE 1
  26934. | #define HAVE_GETATTRLIST 1
  26935. | #define HAVE_GETCWD 1
  26936. | #define HAVE_GETGRNAM 1
  26937. | #define HAVE_GETGRNAM_R 1
  26938. | #define HAVE_GETGROUPS 1
  26939. | #define HAVE_GETPGID 1
  26940. | #define HAVE_GETPGRP 1
  26941. | #define HAVE_GETPRIORITY 1
  26942. | #define HAVE_GETPWNAM_R 1
  26943. | #define HAVE_GETRLIMIT 1
  26944. | #define HAVE_GETSID 1
  26945. | #define HAVE_GETTIMEOFDAY 1
  26946. | #define HAVE_GMTIME_R 1
  26947. | #define HAVE_GRANTPT 1
  26948. | #define HAVE_INITGROUPS 1
  26949. | #define HAVE_IOCTL 1
  26950. | #define HAVE_ISSETUGID 1
  26951. | #define HAVE_KILLPG 1
  26952. | #define HAVE_LCHMOD 1
  26953. | #define HAVE_LCHOWN 1
  26954. | #define HAVE_LINK 1
  26955. | #define HAVE_LLABS 1
  26956. | #define HAVE_LOCKF 1
  26957. | #define HAVE_LOG2 1
  26958. | #define HAVE_LSTAT 1
  26959. | #define HAVE_LUTIMES 1
  26960. | #define HAVE_MALLOC_SIZE 1
  26961. | #define HAVE_MBLEN 1
  26962. | #define HAVE_MEMSET_S 1
  26963. | #define HAVE_WRITEV 1
  26964. | /* end confdefs.h. */
  26965. | /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
  26966. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26967. | #define memrchr innocuous_memrchr
  26968. |
  26969. | /* System header to define __stub macros and hopefully few prototypes,
  26970. | which can conflict with char memrchr (); below.
  26971. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26972. | <limits.h> exists even on freestanding compilers. */
  26973. |
  26974. | #ifdef __STDC__
  26975. | # include <limits.h>
  26976. | #else
  26977. | # include <assert.h>
  26978. | #endif
  26979. |
  26980. | #undef memrchr
  26981. |
  26982. | /* Override any GCC internal prototype to avoid an error.
  26983. | Use char because int might match the return type of a GCC
  26984. | builtin and then its argument prototype would still apply. */
  26985. | #ifdef __cplusplus
  26986. | extern "C"
  26987. | #endif
  26988. | char memrchr ();
  26989. | /* The GNU C library defines this for functions which it implements
  26990. | to always fail with ENOSYS. Some functions are actually named
  26991. | something starting with __ and the normal name is an alias. */
  26992. | #if defined __stub_memrchr || defined __stub___memrchr
  26993. | choke me
  26994. | #endif
  26995. |
  26996. | int
  26997. | main ()
  26998. | {
  26999. | return memrchr ();
  27000. | ;
  27001. | return 0;
  27002. | }
  27003. configure:23332: result: no
  27004. configure:23343: checking for memmem
  27005. configure:23343: result: no
  27006. configure:23354: checking for mkfifo
  27007. configure:23354: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27008. configure:23354: $? = 0
  27009. configure:23354: result: yes
  27010. configure:23365: checking for mknod
  27011. configure:23365: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27012. configure:23365: $? = 0
  27013. configure:23365: result: yes
  27014. configure:23376: checking for mktime
  27015. configure:23376: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27016. configure:23376: $? = 0
  27017. configure:23376: result: yes
  27018. configure:23387: checking for openat
  27019. configure:23387: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27020. configure:23387: $? = 0
  27021. configure:23387: result: yes
  27022. configure:23398: checking for pipe2
  27023. configure:23398: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27024. Undefined symbols for architecture x86_64:
  27025. "_pipe2", referenced from:
  27026. _main in conftest-a5a38d.o
  27027. ld: symbol(s) not found for architecture x86_64
  27028. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27029. configure:23398: $? = 1
  27030. configure: failed program was:
  27031. | /* confdefs.h */
  27032. | #define PACKAGE_NAME ""
  27033. | #define PACKAGE_TARNAME ""
  27034. | #define PACKAGE_VERSION ""
  27035. | #define PACKAGE_STRING ""
  27036. | #define PACKAGE_BUGREPORT ""
  27037. | #define PACKAGE_URL ""
  27038. | #define STDC_HEADERS 1
  27039. | #define HAVE_SYS_TYPES_H 1
  27040. | #define HAVE_SYS_STAT_H 1
  27041. | #define HAVE_STDLIB_H 1
  27042. | #define HAVE_STRING_H 1
  27043. | #define HAVE_MEMORY_H 1
  27044. | #define HAVE_STRINGS_H 1
  27045. | #define HAVE_INTTYPES_H 1
  27046. | #define HAVE_STDINT_H 1
  27047. | #define HAVE_UNISTD_H 1
  27048. | #define __EXTENSIONS__ 1
  27049. | #define _ALL_SOURCE 1
  27050. | #define _GNU_SOURCE 1
  27051. | #define _POSIX_PTHREAD_SEMANTICS 1
  27052. | #define _TANDEM_SOURCE 1
  27053. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27054. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27055. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  27056. | #define BROKEN_CRYPT 1
  27057. | #define HAVE_CRT_EXTERNS_H 1
  27058. | #define HAVE_LIBDL 1
  27059. | #define HAVE_DIRENT_H 1
  27060. | #define HAVE__BOOL 1
  27061. | #define HAVE_STDBOOL_H 1
  27062. | #define HAVE_SYS_WAIT_H 1
  27063. | #define HAVE_GRP_H 1
  27064. | #define HAVE_FCNTL_H 1
  27065. | #define HAVE_FLOAT_H 1
  27066. | #define HAVE_LANGINFO_H 1
  27067. | #define HAVE_LIMITS_H 1
  27068. | #define HAVE_LOCALE_H 1
  27069. | #define HAVE_MALLOC_MALLOC_H 1
  27070. | #define HAVE_PWD_H 1
  27071. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  27072. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  27073. | #define HAVE_STDALIGN_H 1
  27074. | #define HAVE_SYS_ATTR_H 1
  27075. | #define HAVE_SYS_FCNTL_H 1
  27076. | #define HAVE_SYS_FILE_H 1
  27077. | #define HAVE_SYS_IOCTL_H 1
  27078. | #define HAVE_SYS_PARAM_H 1
  27079. | #define HAVE_SYS_RESOURCE_H 1
  27080. | #define HAVE_SYS_SELECT_H 1
  27081. | #define HAVE_SYS_SOCKET_H 1
  27082. | #define HAVE_SYS_TIME_H 1
  27083. | #define HAVE_SYS_TIMES_H 1
  27084. | #define HAVE_SYS_UIO_H 1
  27085. | #define HAVE_TIME_H 1
  27086. | #define HAVE_UCONTEXT_H 1
  27087. | #define HAVE_UTIME_H 1
  27088. | #define HAVE_GMP_H 1
  27089. | #define HAVE_LIBGMP 1
  27090. | #define HAVE_TYPEOF 1
  27091. | #define HAVE_LONG_LONG 1
  27092. | #define HAVE_OFF_T 1
  27093. | #define SIZEOF_INT 4
  27094. | #define SIZEOF_SHORT 2
  27095. | #define SIZEOF_LONG 8
  27096. | #define SIZEOF_LONG_LONG 8
  27097. | #define SIZEOF___INT64 0
  27098. | #define SIZEOF___INT128 16
  27099. | #define SIZEOF_OFF_T 8
  27100. | #define SIZEOF_VOIDP 8
  27101. | #define SIZEOF_FLOAT 4
  27102. | #define SIZEOF_DOUBLE 8
  27103. | #define SIZEOF_TIME_T 8
  27104. | #define SIZEOF_CLOCK_T 8
  27105. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27106. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27107. | #define PRI_LL_PREFIX "ll"
  27108. | #define HAVE_PID_T 1
  27109. | #define rb_pid_t pid_t
  27110. | #define SIGNEDNESS_OF_PID_T -1
  27111. | #define PIDT2NUM(v) INT2NUM(v)
  27112. | #define NUM2PIDT(v) NUM2INT(v)
  27113. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27114. | #define HAVE_UID_T 1
  27115. | #define rb_uid_t uid_t
  27116. | #define SIGNEDNESS_OF_UID_T +1
  27117. | #define UIDT2NUM(v) UINT2NUM(v)
  27118. | #define NUM2UIDT(v) NUM2UINT(v)
  27119. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27120. | #define HAVE_GID_T 1
  27121. | #define rb_gid_t gid_t
  27122. | #define SIGNEDNESS_OF_GID_T +1
  27123. | #define GIDT2NUM(v) UINT2NUM(v)
  27124. | #define NUM2GIDT(v) NUM2UINT(v)
  27125. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27126. | #define HAVE_TIME_T 1
  27127. | #define rb_time_t time_t
  27128. | #define SIGNEDNESS_OF_TIME_T -1
  27129. | #define TIMET2NUM(v) LONG2NUM(v)
  27130. | #define NUM2TIMET(v) NUM2LONG(v)
  27131. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27132. | #define HAVE_DEV_T 1
  27133. | #define rb_dev_t dev_t
  27134. | #define SIGNEDNESS_OF_DEV_T -1
  27135. | #define DEVT2NUM(v) INT2NUM(v)
  27136. | #define NUM2DEVT(v) NUM2INT(v)
  27137. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27138. | #define HAVE_MODE_T 1
  27139. | #define rb_mode_t mode_t
  27140. | #define SIGNEDNESS_OF_MODE_T +1
  27141. | #define MODET2NUM(v) USHORT2NUM(v)
  27142. | #define NUM2MODET(v) NUM2USHORT(v)
  27143. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  27144. | #define HAVE_RLIM_T 1
  27145. | #define rb_rlim_t rlim_t
  27146. | #define SIGNEDNESS_OF_RLIM_T +1
  27147. | #define RLIM2NUM(v) ULL2NUM(v)
  27148. | #define NUM2RLIM(v) NUM2ULL(v)
  27149. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27150. | #define HAVE_OFF_T 1
  27151. | #define rb_off_t off_t
  27152. | #define SIGNEDNESS_OF_OFF_T -1
  27153. | #define OFFT2NUM(v) LL2NUM(v)
  27154. | #define NUM2OFFT(v) NUM2LL(v)
  27155. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27156. | #define HAVE_CLOCKID_T 1
  27157. | #define rb_clockid_t clockid_t
  27158. | #define SIGNEDNESS_OF_CLOCKID_T +1
  27159. | #define CLOCKID2NUM(v) UINT2NUM(v)
  27160. | #define NUM2CLOCKID(v) NUM2UINT(v)
  27161. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27162. | #define HAVE_PROTOTYPES 1
  27163. | #define TOKEN_PASTE(x,y) x##y
  27164. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27165. | #define HAVE_STDARG_PROTOTYPES 1
  27166. | #define HAVE_VA_ARGS_MACRO 1
  27167. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  27168. | #define RUBY_ALIGNOF alignof
  27169. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27170. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27171. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27172. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27173. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27174. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27175. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27176. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27177. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  27178. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  27179. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  27180. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27181. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27182. | #define WEAK(x) __attribute__ ((__weak__)) x
  27183. | #define HAVE_FUNC_WEAK 1
  27184. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27185. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27186. | #define HAVE_GCC_SYNC_BUILTINS 1
  27187. | #define UNREACHABLE __builtin_unreachable()
  27188. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27189. | #define RUBY_FUNCTION_NAME_STRING __func__
  27190. | #define ENUM_OVER_INT 1
  27191. | #define HAVE_DECL_SYS_NERR 1
  27192. | #define HAVE_DECL_GETENV 1
  27193. | #define SIZEOF_SIZE_T 8
  27194. | #define SIZEOF_PTRDIFF_T 8
  27195. | #define PRI_SIZE_PREFIX "z"
  27196. | #define PRI_PTRDIFF_PREFIX "t"
  27197. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27198. | #define HAVE_ST_BLKSIZE 1
  27199. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27200. | #define HAVE_ST_BLOCKS 1
  27201. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27202. | #define HAVE_ST_RDEV 1
  27203. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27204. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27205. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27206. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27207. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27208. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27209. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27210. | #define HAVE_STRUCT_TIMEVAL 1
  27211. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27212. | #define HAVE_STRUCT_TIMESPEC 1
  27213. | #define HAVE_STRUCT_TIMEZONE 1
  27214. | #define HAVE_RB_FD_INIT 1
  27215. | #define HAVE_INT8_T 1
  27216. | #define SIZEOF_INT8_T 1
  27217. | #define HAVE_UINT8_T 1
  27218. | #define SIZEOF_UINT8_T 1
  27219. | #define HAVE_INT16_T 1
  27220. | #define SIZEOF_INT16_T 2
  27221. | #define HAVE_UINT16_T 1
  27222. | #define SIZEOF_UINT16_T 2
  27223. | #define HAVE_INT32_T 1
  27224. | #define SIZEOF_INT32_T 4
  27225. | #define HAVE_UINT32_T 1
  27226. | #define SIZEOF_UINT32_T 4
  27227. | #define HAVE_INT64_T 1
  27228. | #define SIZEOF_INT64_T 8
  27229. | #define HAVE_UINT64_T 1
  27230. | #define SIZEOF_UINT64_T 8
  27231. | #define HAVE_INT128_T 1
  27232. | #define int128_t __int128
  27233. | #define SIZEOF_INT128_T SIZEOF___INT128
  27234. | #define HAVE_UINT128_T 1
  27235. | #define uint128_t unsigned __int128
  27236. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27237. | #define HAVE_INTPTR_T 1
  27238. | #define SIZEOF_INTPTR_T 8
  27239. | #define HAVE_UINTPTR_T 1
  27240. | #define SIZEOF_UINTPTR_T 8
  27241. | #define PRI_PTR_PREFIX "l"
  27242. | #define HAVE_SSIZE_T 1
  27243. | #define SIZEOF_SSIZE_T 8
  27244. | #define PRI_64_PREFIX "ll"
  27245. | #define GETGROUPS_T gid_t
  27246. | #define RETSIGTYPE void
  27247. | #define HAVE_ALLOCA_H 1
  27248. | #define HAVE_ALLOCA 1
  27249. | #define HAVE_ACOSH 1
  27250. | #define HAVE_CBRT 1
  27251. | #define HAVE_CRYPT 1
  27252. | #define HAVE_DUP2 1
  27253. | #define HAVE_ERF 1
  27254. | #define HAVE_FFS 1
  27255. | #define HAVE_FINITE 1
  27256. | #define HAVE_FLOCK 1
  27257. | #define HAVE_HYPOT 1
  27258. | #define HAVE_ISINF 1
  27259. | #define HAVE_ISNAN 1
  27260. | #define HAVE_LGAMMA_R 1
  27261. | #define HAVE_MEMMOVE 1
  27262. | #define HAVE_NAN 1
  27263. | #define HAVE_NEXTAFTER 1
  27264. | #define HAVE_STRCHR 1
  27265. | #define HAVE_STRERROR 1
  27266. | #define HAVE_STRLCAT 1
  27267. | #define HAVE_STRLCPY 1
  27268. | #define HAVE_STRSTR 1
  27269. | #define HAVE_TGAMMA 1
  27270. | #define SPT_TYPE SPT_REUSEARGV
  27271. | #define HAVE_SIGNBIT 1
  27272. | #define HAVE_FORK 1
  27273. | #define vfork fork
  27274. | #define HAVE_WORKING_FORK 1
  27275. | #define HAVE__LONGJMP 1
  27276. | #define HAVE_ARC4RANDOM_BUF 1
  27277. | #define HAVE_ATAN2L 1
  27278. | #define HAVE_ATAN2F 1
  27279. | #define HAVE_CHROOT 1
  27280. | #define HAVE_CLOCK_GETTIME 1
  27281. | #define HAVE_COSH 1
  27282. | #define HAVE_DIRFD 1
  27283. | #define HAVE_DLOPEN 1
  27284. | #define HAVE_DLADDR 1
  27285. | #define HAVE_DUP 1
  27286. | #define HAVE_ENDGRENT 1
  27287. | #define HAVE_FCHMOD 1
  27288. | #define HAVE_FCHOWN 1
  27289. | #define HAVE_FCNTL 1
  27290. | #define HAVE_FDOPENDIR 1
  27291. | #define HAVE_FGETATTRLIST 1
  27292. | #define HAVE_FMOD 1
  27293. | #define HAVE_FSTATAT 1
  27294. | #define HAVE_FSYNC 1
  27295. | #define HAVE_FTRUNCATE 1
  27296. | #define HAVE_GETATTRLIST 1
  27297. | #define HAVE_GETCWD 1
  27298. | #define HAVE_GETGRNAM 1
  27299. | #define HAVE_GETGRNAM_R 1
  27300. | #define HAVE_GETGROUPS 1
  27301. | #define HAVE_GETPGID 1
  27302. | #define HAVE_GETPGRP 1
  27303. | #define HAVE_GETPRIORITY 1
  27304. | #define HAVE_GETPWNAM_R 1
  27305. | #define HAVE_GETRLIMIT 1
  27306. | #define HAVE_GETSID 1
  27307. | #define HAVE_GETTIMEOFDAY 1
  27308. | #define HAVE_GMTIME_R 1
  27309. | #define HAVE_GRANTPT 1
  27310. | #define HAVE_INITGROUPS 1
  27311. | #define HAVE_IOCTL 1
  27312. | #define HAVE_ISSETUGID 1
  27313. | #define HAVE_KILLPG 1
  27314. | #define HAVE_LCHMOD 1
  27315. | #define HAVE_LCHOWN 1
  27316. | #define HAVE_LINK 1
  27317. | #define HAVE_LLABS 1
  27318. | #define HAVE_LOCKF 1
  27319. | #define HAVE_LOG2 1
  27320. | #define HAVE_LSTAT 1
  27321. | #define HAVE_LUTIMES 1
  27322. | #define HAVE_MALLOC_SIZE 1
  27323. | #define HAVE_MBLEN 1
  27324. | #define HAVE_MEMSET_S 1
  27325. | #define HAVE_WRITEV 1
  27326. | #define HAVE_MKFIFO 1
  27327. | #define HAVE_MKNOD 1
  27328. | #define HAVE_MKTIME 1
  27329. | #define HAVE_OPENAT 1
  27330. | /* end confdefs.h. */
  27331. | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
  27332. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27333. | #define pipe2 innocuous_pipe2
  27334. |
  27335. | /* System header to define __stub macros and hopefully few prototypes,
  27336. | which can conflict with char pipe2 (); below.
  27337. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27338. | <limits.h> exists even on freestanding compilers. */
  27339. |
  27340. | #ifdef __STDC__
  27341. | # include <limits.h>
  27342. | #else
  27343. | # include <assert.h>
  27344. | #endif
  27345. |
  27346. | #undef pipe2
  27347. |
  27348. | /* Override any GCC internal prototype to avoid an error.
  27349. | Use char because int might match the return type of a GCC
  27350. | builtin and then its argument prototype would still apply. */
  27351. | #ifdef __cplusplus
  27352. | extern "C"
  27353. | #endif
  27354. | char pipe2 ();
  27355. | /* The GNU C library defines this for functions which it implements
  27356. | to always fail with ENOSYS. Some functions are actually named
  27357. | something starting with __ and the normal name is an alias. */
  27358. | #if defined __stub_pipe2 || defined __stub___pipe2
  27359. | choke me
  27360. | #endif
  27361. |
  27362. | int
  27363. | main ()
  27364. | {
  27365. | return pipe2 ();
  27366. | ;
  27367. | return 0;
  27368. | }
  27369. configure:23398: result: no
  27370. configure:23409: checking for poll
  27371. configure:23409: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27372. configure:23409: $? = 0
  27373. configure:23409: result: yes
  27374. configure:23420: checking for posix_fadvise
  27375. configure:23420: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27376. Undefined symbols for architecture x86_64:
  27377. "_posix_fadvise", referenced from:
  27378. _main in conftest-b04517.o
  27379. ld: symbol(s) not found for architecture x86_64
  27380. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27381. configure:23420: $? = 1
  27382. configure: failed program was:
  27383. | /* confdefs.h */
  27384. | #define PACKAGE_NAME ""
  27385. | #define PACKAGE_TARNAME ""
  27386. | #define PACKAGE_VERSION ""
  27387. | #define PACKAGE_STRING ""
  27388. | #define PACKAGE_BUGREPORT ""
  27389. | #define PACKAGE_URL ""
  27390. | #define STDC_HEADERS 1
  27391. | #define HAVE_SYS_TYPES_H 1
  27392. | #define HAVE_SYS_STAT_H 1
  27393. | #define HAVE_STDLIB_H 1
  27394. | #define HAVE_STRING_H 1
  27395. | #define HAVE_MEMORY_H 1
  27396. | #define HAVE_STRINGS_H 1
  27397. | #define HAVE_INTTYPES_H 1
  27398. | #define HAVE_STDINT_H 1
  27399. | #define HAVE_UNISTD_H 1
  27400. | #define __EXTENSIONS__ 1
  27401. | #define _ALL_SOURCE 1
  27402. | #define _GNU_SOURCE 1
  27403. | #define _POSIX_PTHREAD_SEMANTICS 1
  27404. | #define _TANDEM_SOURCE 1
  27405. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27406. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27407. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  27408. | #define BROKEN_CRYPT 1
  27409. | #define HAVE_CRT_EXTERNS_H 1
  27410. | #define HAVE_LIBDL 1
  27411. | #define HAVE_DIRENT_H 1
  27412. | #define HAVE__BOOL 1
  27413. | #define HAVE_STDBOOL_H 1
  27414. | #define HAVE_SYS_WAIT_H 1
  27415. | #define HAVE_GRP_H 1
  27416. | #define HAVE_FCNTL_H 1
  27417. | #define HAVE_FLOAT_H 1
  27418. | #define HAVE_LANGINFO_H 1
  27419. | #define HAVE_LIMITS_H 1
  27420. | #define HAVE_LOCALE_H 1
  27421. | #define HAVE_MALLOC_MALLOC_H 1
  27422. | #define HAVE_PWD_H 1
  27423. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  27424. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  27425. | #define HAVE_STDALIGN_H 1
  27426. | #define HAVE_SYS_ATTR_H 1
  27427. | #define HAVE_SYS_FCNTL_H 1
  27428. | #define HAVE_SYS_FILE_H 1
  27429. | #define HAVE_SYS_IOCTL_H 1
  27430. | #define HAVE_SYS_PARAM_H 1
  27431. | #define HAVE_SYS_RESOURCE_H 1
  27432. | #define HAVE_SYS_SELECT_H 1
  27433. | #define HAVE_SYS_SOCKET_H 1
  27434. | #define HAVE_SYS_TIME_H 1
  27435. | #define HAVE_SYS_TIMES_H 1
  27436. | #define HAVE_SYS_UIO_H 1
  27437. | #define HAVE_TIME_H 1
  27438. | #define HAVE_UCONTEXT_H 1
  27439. | #define HAVE_UTIME_H 1
  27440. | #define HAVE_GMP_H 1
  27441. | #define HAVE_LIBGMP 1
  27442. | #define HAVE_TYPEOF 1
  27443. | #define HAVE_LONG_LONG 1
  27444. | #define HAVE_OFF_T 1
  27445. | #define SIZEOF_INT 4
  27446. | #define SIZEOF_SHORT 2
  27447. | #define SIZEOF_LONG 8
  27448. | #define SIZEOF_LONG_LONG 8
  27449. | #define SIZEOF___INT64 0
  27450. | #define SIZEOF___INT128 16
  27451. | #define SIZEOF_OFF_T 8
  27452. | #define SIZEOF_VOIDP 8
  27453. | #define SIZEOF_FLOAT 4
  27454. | #define SIZEOF_DOUBLE 8
  27455. | #define SIZEOF_TIME_T 8
  27456. | #define SIZEOF_CLOCK_T 8
  27457. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27458. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27459. | #define PRI_LL_PREFIX "ll"
  27460. | #define HAVE_PID_T 1
  27461. | #define rb_pid_t pid_t
  27462. | #define SIGNEDNESS_OF_PID_T -1
  27463. | #define PIDT2NUM(v) INT2NUM(v)
  27464. | #define NUM2PIDT(v) NUM2INT(v)
  27465. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27466. | #define HAVE_UID_T 1
  27467. | #define rb_uid_t uid_t
  27468. | #define SIGNEDNESS_OF_UID_T +1
  27469. | #define UIDT2NUM(v) UINT2NUM(v)
  27470. | #define NUM2UIDT(v) NUM2UINT(v)
  27471. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27472. | #define HAVE_GID_T 1
  27473. | #define rb_gid_t gid_t
  27474. | #define SIGNEDNESS_OF_GID_T +1
  27475. | #define GIDT2NUM(v) UINT2NUM(v)
  27476. | #define NUM2GIDT(v) NUM2UINT(v)
  27477. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27478. | #define HAVE_TIME_T 1
  27479. | #define rb_time_t time_t
  27480. | #define SIGNEDNESS_OF_TIME_T -1
  27481. | #define TIMET2NUM(v) LONG2NUM(v)
  27482. | #define NUM2TIMET(v) NUM2LONG(v)
  27483. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27484. | #define HAVE_DEV_T 1
  27485. | #define rb_dev_t dev_t
  27486. | #define SIGNEDNESS_OF_DEV_T -1
  27487. | #define DEVT2NUM(v) INT2NUM(v)
  27488. | #define NUM2DEVT(v) NUM2INT(v)
  27489. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27490. | #define HAVE_MODE_T 1
  27491. | #define rb_mode_t mode_t
  27492. | #define SIGNEDNESS_OF_MODE_T +1
  27493. | #define MODET2NUM(v) USHORT2NUM(v)
  27494. | #define NUM2MODET(v) NUM2USHORT(v)
  27495. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  27496. | #define HAVE_RLIM_T 1
  27497. | #define rb_rlim_t rlim_t
  27498. | #define SIGNEDNESS_OF_RLIM_T +1
  27499. | #define RLIM2NUM(v) ULL2NUM(v)
  27500. | #define NUM2RLIM(v) NUM2ULL(v)
  27501. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27502. | #define HAVE_OFF_T 1
  27503. | #define rb_off_t off_t
  27504. | #define SIGNEDNESS_OF_OFF_T -1
  27505. | #define OFFT2NUM(v) LL2NUM(v)
  27506. | #define NUM2OFFT(v) NUM2LL(v)
  27507. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27508. | #define HAVE_CLOCKID_T 1
  27509. | #define rb_clockid_t clockid_t
  27510. | #define SIGNEDNESS_OF_CLOCKID_T +1
  27511. | #define CLOCKID2NUM(v) UINT2NUM(v)
  27512. | #define NUM2CLOCKID(v) NUM2UINT(v)
  27513. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27514. | #define HAVE_PROTOTYPES 1
  27515. | #define TOKEN_PASTE(x,y) x##y
  27516. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27517. | #define HAVE_STDARG_PROTOTYPES 1
  27518. | #define HAVE_VA_ARGS_MACRO 1
  27519. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  27520. | #define RUBY_ALIGNOF alignof
  27521. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27522. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27523. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27524. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27525. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27526. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27527. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27528. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27529. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  27530. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  27531. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  27532. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27533. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27534. | #define WEAK(x) __attribute__ ((__weak__)) x
  27535. | #define HAVE_FUNC_WEAK 1
  27536. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27537. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27538. | #define HAVE_GCC_SYNC_BUILTINS 1
  27539. | #define UNREACHABLE __builtin_unreachable()
  27540. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27541. | #define RUBY_FUNCTION_NAME_STRING __func__
  27542. | #define ENUM_OVER_INT 1
  27543. | #define HAVE_DECL_SYS_NERR 1
  27544. | #define HAVE_DECL_GETENV 1
  27545. | #define SIZEOF_SIZE_T 8
  27546. | #define SIZEOF_PTRDIFF_T 8
  27547. | #define PRI_SIZE_PREFIX "z"
  27548. | #define PRI_PTRDIFF_PREFIX "t"
  27549. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27550. | #define HAVE_ST_BLKSIZE 1
  27551. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27552. | #define HAVE_ST_BLOCKS 1
  27553. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27554. | #define HAVE_ST_RDEV 1
  27555. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27556. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27557. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27558. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27559. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27560. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27561. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27562. | #define HAVE_STRUCT_TIMEVAL 1
  27563. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27564. | #define HAVE_STRUCT_TIMESPEC 1
  27565. | #define HAVE_STRUCT_TIMEZONE 1
  27566. | #define HAVE_RB_FD_INIT 1
  27567. | #define HAVE_INT8_T 1
  27568. | #define SIZEOF_INT8_T 1
  27569. | #define HAVE_UINT8_T 1
  27570. | #define SIZEOF_UINT8_T 1
  27571. | #define HAVE_INT16_T 1
  27572. | #define SIZEOF_INT16_T 2
  27573. | #define HAVE_UINT16_T 1
  27574. | #define SIZEOF_UINT16_T 2
  27575. | #define HAVE_INT32_T 1
  27576. | #define SIZEOF_INT32_T 4
  27577. | #define HAVE_UINT32_T 1
  27578. | #define SIZEOF_UINT32_T 4
  27579. | #define HAVE_INT64_T 1
  27580. | #define SIZEOF_INT64_T 8
  27581. | #define HAVE_UINT64_T 1
  27582. | #define SIZEOF_UINT64_T 8
  27583. | #define HAVE_INT128_T 1
  27584. | #define int128_t __int128
  27585. | #define SIZEOF_INT128_T SIZEOF___INT128
  27586. | #define HAVE_UINT128_T 1
  27587. | #define uint128_t unsigned __int128
  27588. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27589. | #define HAVE_INTPTR_T 1
  27590. | #define SIZEOF_INTPTR_T 8
  27591. | #define HAVE_UINTPTR_T 1
  27592. | #define SIZEOF_UINTPTR_T 8
  27593. | #define PRI_PTR_PREFIX "l"
  27594. | #define HAVE_SSIZE_T 1
  27595. | #define SIZEOF_SSIZE_T 8
  27596. | #define PRI_64_PREFIX "ll"
  27597. | #define GETGROUPS_T gid_t
  27598. | #define RETSIGTYPE void
  27599. | #define HAVE_ALLOCA_H 1
  27600. | #define HAVE_ALLOCA 1
  27601. | #define HAVE_ACOSH 1
  27602. | #define HAVE_CBRT 1
  27603. | #define HAVE_CRYPT 1
  27604. | #define HAVE_DUP2 1
  27605. | #define HAVE_ERF 1
  27606. | #define HAVE_FFS 1
  27607. | #define HAVE_FINITE 1
  27608. | #define HAVE_FLOCK 1
  27609. | #define HAVE_HYPOT 1
  27610. | #define HAVE_ISINF 1
  27611. | #define HAVE_ISNAN 1
  27612. | #define HAVE_LGAMMA_R 1
  27613. | #define HAVE_MEMMOVE 1
  27614. | #define HAVE_NAN 1
  27615. | #define HAVE_NEXTAFTER 1
  27616. | #define HAVE_STRCHR 1
  27617. | #define HAVE_STRERROR 1
  27618. | #define HAVE_STRLCAT 1
  27619. | #define HAVE_STRLCPY 1
  27620. | #define HAVE_STRSTR 1
  27621. | #define HAVE_TGAMMA 1
  27622. | #define SPT_TYPE SPT_REUSEARGV
  27623. | #define HAVE_SIGNBIT 1
  27624. | #define HAVE_FORK 1
  27625. | #define vfork fork
  27626. | #define HAVE_WORKING_FORK 1
  27627. | #define HAVE__LONGJMP 1
  27628. | #define HAVE_ARC4RANDOM_BUF 1
  27629. | #define HAVE_ATAN2L 1
  27630. | #define HAVE_ATAN2F 1
  27631. | #define HAVE_CHROOT 1
  27632. | #define HAVE_CLOCK_GETTIME 1
  27633. | #define HAVE_COSH 1
  27634. | #define HAVE_DIRFD 1
  27635. | #define HAVE_DLOPEN 1
  27636. | #define HAVE_DLADDR 1
  27637. | #define HAVE_DUP 1
  27638. | #define HAVE_ENDGRENT 1
  27639. | #define HAVE_FCHMOD 1
  27640. | #define HAVE_FCHOWN 1
  27641. | #define HAVE_FCNTL 1
  27642. | #define HAVE_FDOPENDIR 1
  27643. | #define HAVE_FGETATTRLIST 1
  27644. | #define HAVE_FMOD 1
  27645. | #define HAVE_FSTATAT 1
  27646. | #define HAVE_FSYNC 1
  27647. | #define HAVE_FTRUNCATE 1
  27648. | #define HAVE_GETATTRLIST 1
  27649. | #define HAVE_GETCWD 1
  27650. | #define HAVE_GETGRNAM 1
  27651. | #define HAVE_GETGRNAM_R 1
  27652. | #define HAVE_GETGROUPS 1
  27653. | #define HAVE_GETPGID 1
  27654. | #define HAVE_GETPGRP 1
  27655. | #define HAVE_GETPRIORITY 1
  27656. | #define HAVE_GETPWNAM_R 1
  27657. | #define HAVE_GETRLIMIT 1
  27658. | #define HAVE_GETSID 1
  27659. | #define HAVE_GETTIMEOFDAY 1
  27660. | #define HAVE_GMTIME_R 1
  27661. | #define HAVE_GRANTPT 1
  27662. | #define HAVE_INITGROUPS 1
  27663. | #define HAVE_IOCTL 1
  27664. | #define HAVE_ISSETUGID 1
  27665. | #define HAVE_KILLPG 1
  27666. | #define HAVE_LCHMOD 1
  27667. | #define HAVE_LCHOWN 1
  27668. | #define HAVE_LINK 1
  27669. | #define HAVE_LLABS 1
  27670. | #define HAVE_LOCKF 1
  27671. | #define HAVE_LOG2 1
  27672. | #define HAVE_LSTAT 1
  27673. | #define HAVE_LUTIMES 1
  27674. | #define HAVE_MALLOC_SIZE 1
  27675. | #define HAVE_MBLEN 1
  27676. | #define HAVE_MEMSET_S 1
  27677. | #define HAVE_WRITEV 1
  27678. | #define HAVE_MKFIFO 1
  27679. | #define HAVE_MKNOD 1
  27680. | #define HAVE_MKTIME 1
  27681. | #define HAVE_OPENAT 1
  27682. | #define HAVE_POLL 1
  27683. | /* end confdefs.h. */
  27684. | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
  27685. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27686. | #define posix_fadvise innocuous_posix_fadvise
  27687. |
  27688. | /* System header to define __stub macros and hopefully few prototypes,
  27689. | which can conflict with char posix_fadvise (); below.
  27690. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27691. | <limits.h> exists even on freestanding compilers. */
  27692. |
  27693. | #ifdef __STDC__
  27694. | # include <limits.h>
  27695. | #else
  27696. | # include <assert.h>
  27697. | #endif
  27698. |
  27699. | #undef posix_fadvise
  27700. |
  27701. | /* Override any GCC internal prototype to avoid an error.
  27702. | Use char because int might match the return type of a GCC
  27703. | builtin and then its argument prototype would still apply. */
  27704. | #ifdef __cplusplus
  27705. | extern "C"
  27706. | #endif
  27707. | char posix_fadvise ();
  27708. | /* The GNU C library defines this for functions which it implements
  27709. | to always fail with ENOSYS. Some functions are actually named
  27710. | something starting with __ and the normal name is an alias. */
  27711. | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
  27712. | choke me
  27713. | #endif
  27714. |
  27715. | int
  27716. | main ()
  27717. | {
  27718. | return posix_fadvise ();
  27719. | ;
  27720. | return 0;
  27721. | }
  27722. configure:23420: result: no
  27723. configure:23431: checking for posix_memalign
  27724. configure:23431: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27725. configure:23431: $? = 0
  27726. configure:23431: result: yes
  27727. configure:23442: checking for ppoll
  27728. configure:23442: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  27729. Undefined symbols for architecture x86_64:
  27730. "_ppoll", referenced from:
  27731. _main in conftest-21ab0d.o
  27732. ld: symbol(s) not found for architecture x86_64
  27733. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27734. configure:23442: $? = 1
  27735. configure: failed program was:
  27736. | /* confdefs.h */
  27737. | #define PACKAGE_NAME ""
  27738. | #define PACKAGE_TARNAME ""
  27739. | #define PACKAGE_VERSION ""
  27740. | #define PACKAGE_STRING ""
  27741. | #define PACKAGE_BUGREPORT ""
  27742. | #define PACKAGE_URL ""
  27743. | #define STDC_HEADERS 1
  27744. | #define HAVE_SYS_TYPES_H 1
  27745. | #define HAVE_SYS_STAT_H 1
  27746. | #define HAVE_STDLIB_H 1
  27747. | #define HAVE_STRING_H 1
  27748. | #define HAVE_MEMORY_H 1
  27749. | #define HAVE_STRINGS_H 1
  27750. | #define HAVE_INTTYPES_H 1
  27751. | #define HAVE_STDINT_H 1
  27752. | #define HAVE_UNISTD_H 1
  27753. | #define __EXTENSIONS__ 1
  27754. | #define _ALL_SOURCE 1
  27755. | #define _GNU_SOURCE 1
  27756. | #define _POSIX_PTHREAD_SEMANTICS 1
  27757. | #define _TANDEM_SOURCE 1
  27758. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27759. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27760. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  27761. | #define BROKEN_CRYPT 1
  27762. | #define HAVE_CRT_EXTERNS_H 1
  27763. | #define HAVE_LIBDL 1
  27764. | #define HAVE_DIRENT_H 1
  27765. | #define HAVE__BOOL 1
  27766. | #define HAVE_STDBOOL_H 1
  27767. | #define HAVE_SYS_WAIT_H 1
  27768. | #define HAVE_GRP_H 1
  27769. | #define HAVE_FCNTL_H 1
  27770. | #define HAVE_FLOAT_H 1
  27771. | #define HAVE_LANGINFO_H 1
  27772. | #define HAVE_LIMITS_H 1
  27773. | #define HAVE_LOCALE_H 1
  27774. | #define HAVE_MALLOC_MALLOC_H 1
  27775. | #define HAVE_PWD_H 1
  27776. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  27777. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  27778. | #define HAVE_STDALIGN_H 1
  27779. | #define HAVE_SYS_ATTR_H 1
  27780. | #define HAVE_SYS_FCNTL_H 1
  27781. | #define HAVE_SYS_FILE_H 1
  27782. | #define HAVE_SYS_IOCTL_H 1
  27783. | #define HAVE_SYS_PARAM_H 1
  27784. | #define HAVE_SYS_RESOURCE_H 1
  27785. | #define HAVE_SYS_SELECT_H 1
  27786. | #define HAVE_SYS_SOCKET_H 1
  27787. | #define HAVE_SYS_TIME_H 1
  27788. | #define HAVE_SYS_TIMES_H 1
  27789. | #define HAVE_SYS_UIO_H 1
  27790. | #define HAVE_TIME_H 1
  27791. | #define HAVE_UCONTEXT_H 1
  27792. | #define HAVE_UTIME_H 1
  27793. | #define HAVE_GMP_H 1
  27794. | #define HAVE_LIBGMP 1
  27795. | #define HAVE_TYPEOF 1
  27796. | #define HAVE_LONG_LONG 1
  27797. | #define HAVE_OFF_T 1
  27798. | #define SIZEOF_INT 4
  27799. | #define SIZEOF_SHORT 2
  27800. | #define SIZEOF_LONG 8
  27801. | #define SIZEOF_LONG_LONG 8
  27802. | #define SIZEOF___INT64 0
  27803. | #define SIZEOF___INT128 16
  27804. | #define SIZEOF_OFF_T 8
  27805. | #define SIZEOF_VOIDP 8
  27806. | #define SIZEOF_FLOAT 4
  27807. | #define SIZEOF_DOUBLE 8
  27808. | #define SIZEOF_TIME_T 8
  27809. | #define SIZEOF_CLOCK_T 8
  27810. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27811. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27812. | #define PRI_LL_PREFIX "ll"
  27813. | #define HAVE_PID_T 1
  27814. | #define rb_pid_t pid_t
  27815. | #define SIGNEDNESS_OF_PID_T -1
  27816. | #define PIDT2NUM(v) INT2NUM(v)
  27817. | #define NUM2PIDT(v) NUM2INT(v)
  27818. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27819. | #define HAVE_UID_T 1
  27820. | #define rb_uid_t uid_t
  27821. | #define SIGNEDNESS_OF_UID_T +1
  27822. | #define UIDT2NUM(v) UINT2NUM(v)
  27823. | #define NUM2UIDT(v) NUM2UINT(v)
  27824. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27825. | #define HAVE_GID_T 1
  27826. | #define rb_gid_t gid_t
  27827. | #define SIGNEDNESS_OF_GID_T +1
  27828. | #define GIDT2NUM(v) UINT2NUM(v)
  27829. | #define NUM2GIDT(v) NUM2UINT(v)
  27830. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27831. | #define HAVE_TIME_T 1
  27832. | #define rb_time_t time_t
  27833. | #define SIGNEDNESS_OF_TIME_T -1
  27834. | #define TIMET2NUM(v) LONG2NUM(v)
  27835. | #define NUM2TIMET(v) NUM2LONG(v)
  27836. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27837. | #define HAVE_DEV_T 1
  27838. | #define rb_dev_t dev_t
  27839. | #define SIGNEDNESS_OF_DEV_T -1
  27840. | #define DEVT2NUM(v) INT2NUM(v)
  27841. | #define NUM2DEVT(v) NUM2INT(v)
  27842. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27843. | #define HAVE_MODE_T 1
  27844. | #define rb_mode_t mode_t
  27845. | #define SIGNEDNESS_OF_MODE_T +1
  27846. | #define MODET2NUM(v) USHORT2NUM(v)
  27847. | #define NUM2MODET(v) NUM2USHORT(v)
  27848. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  27849. | #define HAVE_RLIM_T 1
  27850. | #define rb_rlim_t rlim_t
  27851. | #define SIGNEDNESS_OF_RLIM_T +1
  27852. | #define RLIM2NUM(v) ULL2NUM(v)
  27853. | #define NUM2RLIM(v) NUM2ULL(v)
  27854. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27855. | #define HAVE_OFF_T 1
  27856. | #define rb_off_t off_t
  27857. | #define SIGNEDNESS_OF_OFF_T -1
  27858. | #define OFFT2NUM(v) LL2NUM(v)
  27859. | #define NUM2OFFT(v) NUM2LL(v)
  27860. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27861. | #define HAVE_CLOCKID_T 1
  27862. | #define rb_clockid_t clockid_t
  27863. | #define SIGNEDNESS_OF_CLOCKID_T +1
  27864. | #define CLOCKID2NUM(v) UINT2NUM(v)
  27865. | #define NUM2CLOCKID(v) NUM2UINT(v)
  27866. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27867. | #define HAVE_PROTOTYPES 1
  27868. | #define TOKEN_PASTE(x,y) x##y
  27869. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27870. | #define HAVE_STDARG_PROTOTYPES 1
  27871. | #define HAVE_VA_ARGS_MACRO 1
  27872. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  27873. | #define RUBY_ALIGNOF alignof
  27874. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27875. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27876. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27877. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27878. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27879. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27880. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27881. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27882. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  27883. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  27884. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  27885. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27886. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27887. | #define WEAK(x) __attribute__ ((__weak__)) x
  27888. | #define HAVE_FUNC_WEAK 1
  27889. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27890. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27891. | #define HAVE_GCC_SYNC_BUILTINS 1
  27892. | #define UNREACHABLE __builtin_unreachable()
  27893. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27894. | #define RUBY_FUNCTION_NAME_STRING __func__
  27895. | #define ENUM_OVER_INT 1
  27896. | #define HAVE_DECL_SYS_NERR 1
  27897. | #define HAVE_DECL_GETENV 1
  27898. | #define SIZEOF_SIZE_T 8
  27899. | #define SIZEOF_PTRDIFF_T 8
  27900. | #define PRI_SIZE_PREFIX "z"
  27901. | #define PRI_PTRDIFF_PREFIX "t"
  27902. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27903. | #define HAVE_ST_BLKSIZE 1
  27904. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27905. | #define HAVE_ST_BLOCKS 1
  27906. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27907. | #define HAVE_ST_RDEV 1
  27908. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27909. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27910. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27911. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27912. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27913. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27914. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27915. | #define HAVE_STRUCT_TIMEVAL 1
  27916. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27917. | #define HAVE_STRUCT_TIMESPEC 1
  27918. | #define HAVE_STRUCT_TIMEZONE 1
  27919. | #define HAVE_RB_FD_INIT 1
  27920. | #define HAVE_INT8_T 1
  27921. | #define SIZEOF_INT8_T 1
  27922. | #define HAVE_UINT8_T 1
  27923. | #define SIZEOF_UINT8_T 1
  27924. | #define HAVE_INT16_T 1
  27925. | #define SIZEOF_INT16_T 2
  27926. | #define HAVE_UINT16_T 1
  27927. | #define SIZEOF_UINT16_T 2
  27928. | #define HAVE_INT32_T 1
  27929. | #define SIZEOF_INT32_T 4
  27930. | #define HAVE_UINT32_T 1
  27931. | #define SIZEOF_UINT32_T 4
  27932. | #define HAVE_INT64_T 1
  27933. | #define SIZEOF_INT64_T 8
  27934. | #define HAVE_UINT64_T 1
  27935. | #define SIZEOF_UINT64_T 8
  27936. | #define HAVE_INT128_T 1
  27937. | #define int128_t __int128
  27938. | #define SIZEOF_INT128_T SIZEOF___INT128
  27939. | #define HAVE_UINT128_T 1
  27940. | #define uint128_t unsigned __int128
  27941. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27942. | #define HAVE_INTPTR_T 1
  27943. | #define SIZEOF_INTPTR_T 8
  27944. | #define HAVE_UINTPTR_T 1
  27945. | #define SIZEOF_UINTPTR_T 8
  27946. | #define PRI_PTR_PREFIX "l"
  27947. | #define HAVE_SSIZE_T 1
  27948. | #define SIZEOF_SSIZE_T 8
  27949. | #define PRI_64_PREFIX "ll"
  27950. | #define GETGROUPS_T gid_t
  27951. | #define RETSIGTYPE void
  27952. | #define HAVE_ALLOCA_H 1
  27953. | #define HAVE_ALLOCA 1
  27954. | #define HAVE_ACOSH 1
  27955. | #define HAVE_CBRT 1
  27956. | #define HAVE_CRYPT 1
  27957. | #define HAVE_DUP2 1
  27958. | #define HAVE_ERF 1
  27959. | #define HAVE_FFS 1
  27960. | #define HAVE_FINITE 1
  27961. | #define HAVE_FLOCK 1
  27962. | #define HAVE_HYPOT 1
  27963. | #define HAVE_ISINF 1
  27964. | #define HAVE_ISNAN 1
  27965. | #define HAVE_LGAMMA_R 1
  27966. | #define HAVE_MEMMOVE 1
  27967. | #define HAVE_NAN 1
  27968. | #define HAVE_NEXTAFTER 1
  27969. | #define HAVE_STRCHR 1
  27970. | #define HAVE_STRERROR 1
  27971. | #define HAVE_STRLCAT 1
  27972. | #define HAVE_STRLCPY 1
  27973. | #define HAVE_STRSTR 1
  27974. | #define HAVE_TGAMMA 1
  27975. | #define SPT_TYPE SPT_REUSEARGV
  27976. | #define HAVE_SIGNBIT 1
  27977. | #define HAVE_FORK 1
  27978. | #define vfork fork
  27979. | #define HAVE_WORKING_FORK 1
  27980. | #define HAVE__LONGJMP 1
  27981. | #define HAVE_ARC4RANDOM_BUF 1
  27982. | #define HAVE_ATAN2L 1
  27983. | #define HAVE_ATAN2F 1
  27984. | #define HAVE_CHROOT 1
  27985. | #define HAVE_CLOCK_GETTIME 1
  27986. | #define HAVE_COSH 1
  27987. | #define HAVE_DIRFD 1
  27988. | #define HAVE_DLOPEN 1
  27989. | #define HAVE_DLADDR 1
  27990. | #define HAVE_DUP 1
  27991. | #define HAVE_ENDGRENT 1
  27992. | #define HAVE_FCHMOD 1
  27993. | #define HAVE_FCHOWN 1
  27994. | #define HAVE_FCNTL 1
  27995. | #define HAVE_FDOPENDIR 1
  27996. | #define HAVE_FGETATTRLIST 1
  27997. | #define HAVE_FMOD 1
  27998. | #define HAVE_FSTATAT 1
  27999. | #define HAVE_FSYNC 1
  28000. | #define HAVE_FTRUNCATE 1
  28001. | #define HAVE_GETATTRLIST 1
  28002. | #define HAVE_GETCWD 1
  28003. | #define HAVE_GETGRNAM 1
  28004. | #define HAVE_GETGRNAM_R 1
  28005. | #define HAVE_GETGROUPS 1
  28006. | #define HAVE_GETPGID 1
  28007. | #define HAVE_GETPGRP 1
  28008. | #define HAVE_GETPRIORITY 1
  28009. | #define HAVE_GETPWNAM_R 1
  28010. | #define HAVE_GETRLIMIT 1
  28011. | #define HAVE_GETSID 1
  28012. | #define HAVE_GETTIMEOFDAY 1
  28013. | #define HAVE_GMTIME_R 1
  28014. | #define HAVE_GRANTPT 1
  28015. | #define HAVE_INITGROUPS 1
  28016. | #define HAVE_IOCTL 1
  28017. | #define HAVE_ISSETUGID 1
  28018. | #define HAVE_KILLPG 1
  28019. | #define HAVE_LCHMOD 1
  28020. | #define HAVE_LCHOWN 1
  28021. | #define HAVE_LINK 1
  28022. | #define HAVE_LLABS 1
  28023. | #define HAVE_LOCKF 1
  28024. | #define HAVE_LOG2 1
  28025. | #define HAVE_LSTAT 1
  28026. | #define HAVE_LUTIMES 1
  28027. | #define HAVE_MALLOC_SIZE 1
  28028. | #define HAVE_MBLEN 1
  28029. | #define HAVE_MEMSET_S 1
  28030. | #define HAVE_WRITEV 1
  28031. | #define HAVE_MKFIFO 1
  28032. | #define HAVE_MKNOD 1
  28033. | #define HAVE_MKTIME 1
  28034. | #define HAVE_OPENAT 1
  28035. | #define HAVE_POLL 1
  28036. | #define HAVE_POSIX_MEMALIGN 1
  28037. | /* end confdefs.h. */
  28038. | /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
  28039. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28040. | #define ppoll innocuous_ppoll
  28041. |
  28042. | /* System header to define __stub macros and hopefully few prototypes,
  28043. | which can conflict with char ppoll (); below.
  28044. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28045. | <limits.h> exists even on freestanding compilers. */
  28046. |
  28047. | #ifdef __STDC__
  28048. | # include <limits.h>
  28049. | #else
  28050. | # include <assert.h>
  28051. | #endif
  28052. |
  28053. | #undef ppoll
  28054. |
  28055. | /* Override any GCC internal prototype to avoid an error.
  28056. | Use char because int might match the return type of a GCC
  28057. | builtin and then its argument prototype would still apply. */
  28058. | #ifdef __cplusplus
  28059. | extern "C"
  28060. | #endif
  28061. | char ppoll ();
  28062. | /* The GNU C library defines this for functions which it implements
  28063. | to always fail with ENOSYS. Some functions are actually named
  28064. | something starting with __ and the normal name is an alias. */
  28065. | #if defined __stub_ppoll || defined __stub___ppoll
  28066. | choke me
  28067. | #endif
  28068. |
  28069. | int
  28070. | main ()
  28071. | {
  28072. | return ppoll ();
  28073. | ;
  28074. | return 0;
  28075. | }
  28076. configure:23442: result: no
  28077. configure:23453: checking for pread
  28078. configure:23453: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28079. configure:23453: $? = 0
  28080. configure:23453: result: yes
  28081. configure:23464: checking for pwrite
  28082. configure:23464: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28083. configure:23464: $? = 0
  28084. configure:23464: result: yes
  28085. configure:23475: checking for qsort_r
  28086. configure:23475: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28087. configure:23475: $? = 0
  28088. configure:23475: result: yes
  28089. configure:23486: checking for qsort_s
  28090. configure:23486: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28091. Undefined symbols for architecture x86_64:
  28092. "_qsort_s", referenced from:
  28093. _main in conftest-ee5e4f.o
  28094. ld: symbol(s) not found for architecture x86_64
  28095. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  28096. configure:23486: $? = 1
  28097. configure: failed program was:
  28098. | /* confdefs.h */
  28099. | #define PACKAGE_NAME ""
  28100. | #define PACKAGE_TARNAME ""
  28101. | #define PACKAGE_VERSION ""
  28102. | #define PACKAGE_STRING ""
  28103. | #define PACKAGE_BUGREPORT ""
  28104. | #define PACKAGE_URL ""
  28105. | #define STDC_HEADERS 1
  28106. | #define HAVE_SYS_TYPES_H 1
  28107. | #define HAVE_SYS_STAT_H 1
  28108. | #define HAVE_STDLIB_H 1
  28109. | #define HAVE_STRING_H 1
  28110. | #define HAVE_MEMORY_H 1
  28111. | #define HAVE_STRINGS_H 1
  28112. | #define HAVE_INTTYPES_H 1
  28113. | #define HAVE_STDINT_H 1
  28114. | #define HAVE_UNISTD_H 1
  28115. | #define __EXTENSIONS__ 1
  28116. | #define _ALL_SOURCE 1
  28117. | #define _GNU_SOURCE 1
  28118. | #define _POSIX_PTHREAD_SEMANTICS 1
  28119. | #define _TANDEM_SOURCE 1
  28120. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28121. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28122. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  28123. | #define BROKEN_CRYPT 1
  28124. | #define HAVE_CRT_EXTERNS_H 1
  28125. | #define HAVE_LIBDL 1
  28126. | #define HAVE_DIRENT_H 1
  28127. | #define HAVE__BOOL 1
  28128. | #define HAVE_STDBOOL_H 1
  28129. | #define HAVE_SYS_WAIT_H 1
  28130. | #define HAVE_GRP_H 1
  28131. | #define HAVE_FCNTL_H 1
  28132. | #define HAVE_FLOAT_H 1
  28133. | #define HAVE_LANGINFO_H 1
  28134. | #define HAVE_LIMITS_H 1
  28135. | #define HAVE_LOCALE_H 1
  28136. | #define HAVE_MALLOC_MALLOC_H 1
  28137. | #define HAVE_PWD_H 1
  28138. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  28139. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  28140. | #define HAVE_STDALIGN_H 1
  28141. | #define HAVE_SYS_ATTR_H 1
  28142. | #define HAVE_SYS_FCNTL_H 1
  28143. | #define HAVE_SYS_FILE_H 1
  28144. | #define HAVE_SYS_IOCTL_H 1
  28145. | #define HAVE_SYS_PARAM_H 1
  28146. | #define HAVE_SYS_RESOURCE_H 1
  28147. | #define HAVE_SYS_SELECT_H 1
  28148. | #define HAVE_SYS_SOCKET_H 1
  28149. | #define HAVE_SYS_TIME_H 1
  28150. | #define HAVE_SYS_TIMES_H 1
  28151. | #define HAVE_SYS_UIO_H 1
  28152. | #define HAVE_TIME_H 1
  28153. | #define HAVE_UCONTEXT_H 1
  28154. | #define HAVE_UTIME_H 1
  28155. | #define HAVE_GMP_H 1
  28156. | #define HAVE_LIBGMP 1
  28157. | #define HAVE_TYPEOF 1
  28158. | #define HAVE_LONG_LONG 1
  28159. | #define HAVE_OFF_T 1
  28160. | #define SIZEOF_INT 4
  28161. | #define SIZEOF_SHORT 2
  28162. | #define SIZEOF_LONG 8
  28163. | #define SIZEOF_LONG_LONG 8
  28164. | #define SIZEOF___INT64 0
  28165. | #define SIZEOF___INT128 16
  28166. | #define SIZEOF_OFF_T 8
  28167. | #define SIZEOF_VOIDP 8
  28168. | #define SIZEOF_FLOAT 4
  28169. | #define SIZEOF_DOUBLE 8
  28170. | #define SIZEOF_TIME_T 8
  28171. | #define SIZEOF_CLOCK_T 8
  28172. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28173. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28174. | #define PRI_LL_PREFIX "ll"
  28175. | #define HAVE_PID_T 1
  28176. | #define rb_pid_t pid_t
  28177. | #define SIGNEDNESS_OF_PID_T -1
  28178. | #define PIDT2NUM(v) INT2NUM(v)
  28179. | #define NUM2PIDT(v) NUM2INT(v)
  28180. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28181. | #define HAVE_UID_T 1
  28182. | #define rb_uid_t uid_t
  28183. | #define SIGNEDNESS_OF_UID_T +1
  28184. | #define UIDT2NUM(v) UINT2NUM(v)
  28185. | #define NUM2UIDT(v) NUM2UINT(v)
  28186. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28187. | #define HAVE_GID_T 1
  28188. | #define rb_gid_t gid_t
  28189. | #define SIGNEDNESS_OF_GID_T +1
  28190. | #define GIDT2NUM(v) UINT2NUM(v)
  28191. | #define NUM2GIDT(v) NUM2UINT(v)
  28192. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28193. | #define HAVE_TIME_T 1
  28194. | #define rb_time_t time_t
  28195. | #define SIGNEDNESS_OF_TIME_T -1
  28196. | #define TIMET2NUM(v) LONG2NUM(v)
  28197. | #define NUM2TIMET(v) NUM2LONG(v)
  28198. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28199. | #define HAVE_DEV_T 1
  28200. | #define rb_dev_t dev_t
  28201. | #define SIGNEDNESS_OF_DEV_T -1
  28202. | #define DEVT2NUM(v) INT2NUM(v)
  28203. | #define NUM2DEVT(v) NUM2INT(v)
  28204. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28205. | #define HAVE_MODE_T 1
  28206. | #define rb_mode_t mode_t
  28207. | #define SIGNEDNESS_OF_MODE_T +1
  28208. | #define MODET2NUM(v) USHORT2NUM(v)
  28209. | #define NUM2MODET(v) NUM2USHORT(v)
  28210. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  28211. | #define HAVE_RLIM_T 1
  28212. | #define rb_rlim_t rlim_t
  28213. | #define SIGNEDNESS_OF_RLIM_T +1
  28214. | #define RLIM2NUM(v) ULL2NUM(v)
  28215. | #define NUM2RLIM(v) NUM2ULL(v)
  28216. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28217. | #define HAVE_OFF_T 1
  28218. | #define rb_off_t off_t
  28219. | #define SIGNEDNESS_OF_OFF_T -1
  28220. | #define OFFT2NUM(v) LL2NUM(v)
  28221. | #define NUM2OFFT(v) NUM2LL(v)
  28222. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28223. | #define HAVE_CLOCKID_T 1
  28224. | #define rb_clockid_t clockid_t
  28225. | #define SIGNEDNESS_OF_CLOCKID_T +1
  28226. | #define CLOCKID2NUM(v) UINT2NUM(v)
  28227. | #define NUM2CLOCKID(v) NUM2UINT(v)
  28228. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28229. | #define HAVE_PROTOTYPES 1
  28230. | #define TOKEN_PASTE(x,y) x##y
  28231. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28232. | #define HAVE_STDARG_PROTOTYPES 1
  28233. | #define HAVE_VA_ARGS_MACRO 1
  28234. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  28235. | #define RUBY_ALIGNOF alignof
  28236. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28237. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28238. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28239. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28240. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28241. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28242. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28243. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28244. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  28245. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  28246. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  28247. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28248. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28249. | #define WEAK(x) __attribute__ ((__weak__)) x
  28250. | #define HAVE_FUNC_WEAK 1
  28251. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28252. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28253. | #define HAVE_GCC_SYNC_BUILTINS 1
  28254. | #define UNREACHABLE __builtin_unreachable()
  28255. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28256. | #define RUBY_FUNCTION_NAME_STRING __func__
  28257. | #define ENUM_OVER_INT 1
  28258. | #define HAVE_DECL_SYS_NERR 1
  28259. | #define HAVE_DECL_GETENV 1
  28260. | #define SIZEOF_SIZE_T 8
  28261. | #define SIZEOF_PTRDIFF_T 8
  28262. | #define PRI_SIZE_PREFIX "z"
  28263. | #define PRI_PTRDIFF_PREFIX "t"
  28264. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28265. | #define HAVE_ST_BLKSIZE 1
  28266. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28267. | #define HAVE_ST_BLOCKS 1
  28268. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28269. | #define HAVE_ST_RDEV 1
  28270. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28271. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28272. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28273. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28274. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28275. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28276. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28277. | #define HAVE_STRUCT_TIMEVAL 1
  28278. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28279. | #define HAVE_STRUCT_TIMESPEC 1
  28280. | #define HAVE_STRUCT_TIMEZONE 1
  28281. | #define HAVE_RB_FD_INIT 1
  28282. | #define HAVE_INT8_T 1
  28283. | #define SIZEOF_INT8_T 1
  28284. | #define HAVE_UINT8_T 1
  28285. | #define SIZEOF_UINT8_T 1
  28286. | #define HAVE_INT16_T 1
  28287. | #define SIZEOF_INT16_T 2
  28288. | #define HAVE_UINT16_T 1
  28289. | #define SIZEOF_UINT16_T 2
  28290. | #define HAVE_INT32_T 1
  28291. | #define SIZEOF_INT32_T 4
  28292. | #define HAVE_UINT32_T 1
  28293. | #define SIZEOF_UINT32_T 4
  28294. | #define HAVE_INT64_T 1
  28295. | #define SIZEOF_INT64_T 8
  28296. | #define HAVE_UINT64_T 1
  28297. | #define SIZEOF_UINT64_T 8
  28298. | #define HAVE_INT128_T 1
  28299. | #define int128_t __int128
  28300. | #define SIZEOF_INT128_T SIZEOF___INT128
  28301. | #define HAVE_UINT128_T 1
  28302. | #define uint128_t unsigned __int128
  28303. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28304. | #define HAVE_INTPTR_T 1
  28305. | #define SIZEOF_INTPTR_T 8
  28306. | #define HAVE_UINTPTR_T 1
  28307. | #define SIZEOF_UINTPTR_T 8
  28308. | #define PRI_PTR_PREFIX "l"
  28309. | #define HAVE_SSIZE_T 1
  28310. | #define SIZEOF_SSIZE_T 8
  28311. | #define PRI_64_PREFIX "ll"
  28312. | #define GETGROUPS_T gid_t
  28313. | #define RETSIGTYPE void
  28314. | #define HAVE_ALLOCA_H 1
  28315. | #define HAVE_ALLOCA 1
  28316. | #define HAVE_ACOSH 1
  28317. | #define HAVE_CBRT 1
  28318. | #define HAVE_CRYPT 1
  28319. | #define HAVE_DUP2 1
  28320. | #define HAVE_ERF 1
  28321. | #define HAVE_FFS 1
  28322. | #define HAVE_FINITE 1
  28323. | #define HAVE_FLOCK 1
  28324. | #define HAVE_HYPOT 1
  28325. | #define HAVE_ISINF 1
  28326. | #define HAVE_ISNAN 1
  28327. | #define HAVE_LGAMMA_R 1
  28328. | #define HAVE_MEMMOVE 1
  28329. | #define HAVE_NAN 1
  28330. | #define HAVE_NEXTAFTER 1
  28331. | #define HAVE_STRCHR 1
  28332. | #define HAVE_STRERROR 1
  28333. | #define HAVE_STRLCAT 1
  28334. | #define HAVE_STRLCPY 1
  28335. | #define HAVE_STRSTR 1
  28336. | #define HAVE_TGAMMA 1
  28337. | #define SPT_TYPE SPT_REUSEARGV
  28338. | #define HAVE_SIGNBIT 1
  28339. | #define HAVE_FORK 1
  28340. | #define vfork fork
  28341. | #define HAVE_WORKING_FORK 1
  28342. | #define HAVE__LONGJMP 1
  28343. | #define HAVE_ARC4RANDOM_BUF 1
  28344. | #define HAVE_ATAN2L 1
  28345. | #define HAVE_ATAN2F 1
  28346. | #define HAVE_CHROOT 1
  28347. | #define HAVE_CLOCK_GETTIME 1
  28348. | #define HAVE_COSH 1
  28349. | #define HAVE_DIRFD 1
  28350. | #define HAVE_DLOPEN 1
  28351. | #define HAVE_DLADDR 1
  28352. | #define HAVE_DUP 1
  28353. | #define HAVE_ENDGRENT 1
  28354. | #define HAVE_FCHMOD 1
  28355. | #define HAVE_FCHOWN 1
  28356. | #define HAVE_FCNTL 1
  28357. | #define HAVE_FDOPENDIR 1
  28358. | #define HAVE_FGETATTRLIST 1
  28359. | #define HAVE_FMOD 1
  28360. | #define HAVE_FSTATAT 1
  28361. | #define HAVE_FSYNC 1
  28362. | #define HAVE_FTRUNCATE 1
  28363. | #define HAVE_GETATTRLIST 1
  28364. | #define HAVE_GETCWD 1
  28365. | #define HAVE_GETGRNAM 1
  28366. | #define HAVE_GETGRNAM_R 1
  28367. | #define HAVE_GETGROUPS 1
  28368. | #define HAVE_GETPGID 1
  28369. | #define HAVE_GETPGRP 1
  28370. | #define HAVE_GETPRIORITY 1
  28371. | #define HAVE_GETPWNAM_R 1
  28372. | #define HAVE_GETRLIMIT 1
  28373. | #define HAVE_GETSID 1
  28374. | #define HAVE_GETTIMEOFDAY 1
  28375. | #define HAVE_GMTIME_R 1
  28376. | #define HAVE_GRANTPT 1
  28377. | #define HAVE_INITGROUPS 1
  28378. | #define HAVE_IOCTL 1
  28379. | #define HAVE_ISSETUGID 1
  28380. | #define HAVE_KILLPG 1
  28381. | #define HAVE_LCHMOD 1
  28382. | #define HAVE_LCHOWN 1
  28383. | #define HAVE_LINK 1
  28384. | #define HAVE_LLABS 1
  28385. | #define HAVE_LOCKF 1
  28386. | #define HAVE_LOG2 1
  28387. | #define HAVE_LSTAT 1
  28388. | #define HAVE_LUTIMES 1
  28389. | #define HAVE_MALLOC_SIZE 1
  28390. | #define HAVE_MBLEN 1
  28391. | #define HAVE_MEMSET_S 1
  28392. | #define HAVE_WRITEV 1
  28393. | #define HAVE_MKFIFO 1
  28394. | #define HAVE_MKNOD 1
  28395. | #define HAVE_MKTIME 1
  28396. | #define HAVE_OPENAT 1
  28397. | #define HAVE_POLL 1
  28398. | #define HAVE_POSIX_MEMALIGN 1
  28399. | #define HAVE_PREAD 1
  28400. | #define HAVE_PWRITE 1
  28401. | #define HAVE_QSORT_R 1
  28402. | /* end confdefs.h. */
  28403. | /* Define qsort_s to an innocuous variant, in case <limits.h> declares qsort_s.
  28404. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28405. | #define qsort_s innocuous_qsort_s
  28406. |
  28407. | /* System header to define __stub macros and hopefully few prototypes,
  28408. | which can conflict with char qsort_s (); below.
  28409. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28410. | <limits.h> exists even on freestanding compilers. */
  28411. |
  28412. | #ifdef __STDC__
  28413. | # include <limits.h>
  28414. | #else
  28415. | # include <assert.h>
  28416. | #endif
  28417. |
  28418. | #undef qsort_s
  28419. |
  28420. | /* Override any GCC internal prototype to avoid an error.
  28421. | Use char because int might match the return type of a GCC
  28422. | builtin and then its argument prototype would still apply. */
  28423. | #ifdef __cplusplus
  28424. | extern "C"
  28425. | #endif
  28426. | char qsort_s ();
  28427. | /* The GNU C library defines this for functions which it implements
  28428. | to always fail with ENOSYS. Some functions are actually named
  28429. | something starting with __ and the normal name is an alias. */
  28430. | #if defined __stub_qsort_s || defined __stub___qsort_s
  28431. | choke me
  28432. | #endif
  28433. |
  28434. | int
  28435. | main ()
  28436. | {
  28437. | return qsort_s ();
  28438. | ;
  28439. | return 0;
  28440. | }
  28441. configure:23486: result: no
  28442. configure:23497: checking for readlink
  28443. configure:23497: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28444. configure:23497: $? = 0
  28445. configure:23497: result: yes
  28446. configure:23508: checking for round
  28447. configure:23508: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28448. conftest.c:330:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
  28449. char round ();
  28450. ^
  28451. conftest.c:330:6: note: 'round' is a builtin with type 'double (double)'
  28452. 1 warning generated.
  28453. configure:23508: $? = 0
  28454. configure:23508: result: yes
  28455. configure:23519: checking for sched_getaffinity
  28456. configure:23519: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28457. Undefined symbols for architecture x86_64:
  28458. "_sched_getaffinity", referenced from:
  28459. _main in conftest-e8b9f2.o
  28460. ld: symbol(s) not found for architecture x86_64
  28461. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  28462. configure:23519: $? = 1
  28463. configure: failed program was:
  28464. | /* confdefs.h */
  28465. | #define PACKAGE_NAME ""
  28466. | #define PACKAGE_TARNAME ""
  28467. | #define PACKAGE_VERSION ""
  28468. | #define PACKAGE_STRING ""
  28469. | #define PACKAGE_BUGREPORT ""
  28470. | #define PACKAGE_URL ""
  28471. | #define STDC_HEADERS 1
  28472. | #define HAVE_SYS_TYPES_H 1
  28473. | #define HAVE_SYS_STAT_H 1
  28474. | #define HAVE_STDLIB_H 1
  28475. | #define HAVE_STRING_H 1
  28476. | #define HAVE_MEMORY_H 1
  28477. | #define HAVE_STRINGS_H 1
  28478. | #define HAVE_INTTYPES_H 1
  28479. | #define HAVE_STDINT_H 1
  28480. | #define HAVE_UNISTD_H 1
  28481. | #define __EXTENSIONS__ 1
  28482. | #define _ALL_SOURCE 1
  28483. | #define _GNU_SOURCE 1
  28484. | #define _POSIX_PTHREAD_SEMANTICS 1
  28485. | #define _TANDEM_SOURCE 1
  28486. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28487. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28488. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  28489. | #define BROKEN_CRYPT 1
  28490. | #define HAVE_CRT_EXTERNS_H 1
  28491. | #define HAVE_LIBDL 1
  28492. | #define HAVE_DIRENT_H 1
  28493. | #define HAVE__BOOL 1
  28494. | #define HAVE_STDBOOL_H 1
  28495. | #define HAVE_SYS_WAIT_H 1
  28496. | #define HAVE_GRP_H 1
  28497. | #define HAVE_FCNTL_H 1
  28498. | #define HAVE_FLOAT_H 1
  28499. | #define HAVE_LANGINFO_H 1
  28500. | #define HAVE_LIMITS_H 1
  28501. | #define HAVE_LOCALE_H 1
  28502. | #define HAVE_MALLOC_MALLOC_H 1
  28503. | #define HAVE_PWD_H 1
  28504. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  28505. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  28506. | #define HAVE_STDALIGN_H 1
  28507. | #define HAVE_SYS_ATTR_H 1
  28508. | #define HAVE_SYS_FCNTL_H 1
  28509. | #define HAVE_SYS_FILE_H 1
  28510. | #define HAVE_SYS_IOCTL_H 1
  28511. | #define HAVE_SYS_PARAM_H 1
  28512. | #define HAVE_SYS_RESOURCE_H 1
  28513. | #define HAVE_SYS_SELECT_H 1
  28514. | #define HAVE_SYS_SOCKET_H 1
  28515. | #define HAVE_SYS_TIME_H 1
  28516. | #define HAVE_SYS_TIMES_H 1
  28517. | #define HAVE_SYS_UIO_H 1
  28518. | #define HAVE_TIME_H 1
  28519. | #define HAVE_UCONTEXT_H 1
  28520. | #define HAVE_UTIME_H 1
  28521. | #define HAVE_GMP_H 1
  28522. | #define HAVE_LIBGMP 1
  28523. | #define HAVE_TYPEOF 1
  28524. | #define HAVE_LONG_LONG 1
  28525. | #define HAVE_OFF_T 1
  28526. | #define SIZEOF_INT 4
  28527. | #define SIZEOF_SHORT 2
  28528. | #define SIZEOF_LONG 8
  28529. | #define SIZEOF_LONG_LONG 8
  28530. | #define SIZEOF___INT64 0
  28531. | #define SIZEOF___INT128 16
  28532. | #define SIZEOF_OFF_T 8
  28533. | #define SIZEOF_VOIDP 8
  28534. | #define SIZEOF_FLOAT 4
  28535. | #define SIZEOF_DOUBLE 8
  28536. | #define SIZEOF_TIME_T 8
  28537. | #define SIZEOF_CLOCK_T 8
  28538. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28539. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28540. | #define PRI_LL_PREFIX "ll"
  28541. | #define HAVE_PID_T 1
  28542. | #define rb_pid_t pid_t
  28543. | #define SIGNEDNESS_OF_PID_T -1
  28544. | #define PIDT2NUM(v) INT2NUM(v)
  28545. | #define NUM2PIDT(v) NUM2INT(v)
  28546. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28547. | #define HAVE_UID_T 1
  28548. | #define rb_uid_t uid_t
  28549. | #define SIGNEDNESS_OF_UID_T +1
  28550. | #define UIDT2NUM(v) UINT2NUM(v)
  28551. | #define NUM2UIDT(v) NUM2UINT(v)
  28552. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28553. | #define HAVE_GID_T 1
  28554. | #define rb_gid_t gid_t
  28555. | #define SIGNEDNESS_OF_GID_T +1
  28556. | #define GIDT2NUM(v) UINT2NUM(v)
  28557. | #define NUM2GIDT(v) NUM2UINT(v)
  28558. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28559. | #define HAVE_TIME_T 1
  28560. | #define rb_time_t time_t
  28561. | #define SIGNEDNESS_OF_TIME_T -1
  28562. | #define TIMET2NUM(v) LONG2NUM(v)
  28563. | #define NUM2TIMET(v) NUM2LONG(v)
  28564. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28565. | #define HAVE_DEV_T 1
  28566. | #define rb_dev_t dev_t
  28567. | #define SIGNEDNESS_OF_DEV_T -1
  28568. | #define DEVT2NUM(v) INT2NUM(v)
  28569. | #define NUM2DEVT(v) NUM2INT(v)
  28570. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28571. | #define HAVE_MODE_T 1
  28572. | #define rb_mode_t mode_t
  28573. | #define SIGNEDNESS_OF_MODE_T +1
  28574. | #define MODET2NUM(v) USHORT2NUM(v)
  28575. | #define NUM2MODET(v) NUM2USHORT(v)
  28576. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  28577. | #define HAVE_RLIM_T 1
  28578. | #define rb_rlim_t rlim_t
  28579. | #define SIGNEDNESS_OF_RLIM_T +1
  28580. | #define RLIM2NUM(v) ULL2NUM(v)
  28581. | #define NUM2RLIM(v) NUM2ULL(v)
  28582. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28583. | #define HAVE_OFF_T 1
  28584. | #define rb_off_t off_t
  28585. | #define SIGNEDNESS_OF_OFF_T -1
  28586. | #define OFFT2NUM(v) LL2NUM(v)
  28587. | #define NUM2OFFT(v) NUM2LL(v)
  28588. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28589. | #define HAVE_CLOCKID_T 1
  28590. | #define rb_clockid_t clockid_t
  28591. | #define SIGNEDNESS_OF_CLOCKID_T +1
  28592. | #define CLOCKID2NUM(v) UINT2NUM(v)
  28593. | #define NUM2CLOCKID(v) NUM2UINT(v)
  28594. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28595. | #define HAVE_PROTOTYPES 1
  28596. | #define TOKEN_PASTE(x,y) x##y
  28597. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28598. | #define HAVE_STDARG_PROTOTYPES 1
  28599. | #define HAVE_VA_ARGS_MACRO 1
  28600. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  28601. | #define RUBY_ALIGNOF alignof
  28602. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28603. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28604. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28605. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28606. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28607. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28608. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28609. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28610. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  28611. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  28612. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  28613. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28614. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28615. | #define WEAK(x) __attribute__ ((__weak__)) x
  28616. | #define HAVE_FUNC_WEAK 1
  28617. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28618. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28619. | #define HAVE_GCC_SYNC_BUILTINS 1
  28620. | #define UNREACHABLE __builtin_unreachable()
  28621. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28622. | #define RUBY_FUNCTION_NAME_STRING __func__
  28623. | #define ENUM_OVER_INT 1
  28624. | #define HAVE_DECL_SYS_NERR 1
  28625. | #define HAVE_DECL_GETENV 1
  28626. | #define SIZEOF_SIZE_T 8
  28627. | #define SIZEOF_PTRDIFF_T 8
  28628. | #define PRI_SIZE_PREFIX "z"
  28629. | #define PRI_PTRDIFF_PREFIX "t"
  28630. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28631. | #define HAVE_ST_BLKSIZE 1
  28632. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28633. | #define HAVE_ST_BLOCKS 1
  28634. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28635. | #define HAVE_ST_RDEV 1
  28636. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28637. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28638. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28639. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28640. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28641. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28642. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28643. | #define HAVE_STRUCT_TIMEVAL 1
  28644. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28645. | #define HAVE_STRUCT_TIMESPEC 1
  28646. | #define HAVE_STRUCT_TIMEZONE 1
  28647. | #define HAVE_RB_FD_INIT 1
  28648. | #define HAVE_INT8_T 1
  28649. | #define SIZEOF_INT8_T 1
  28650. | #define HAVE_UINT8_T 1
  28651. | #define SIZEOF_UINT8_T 1
  28652. | #define HAVE_INT16_T 1
  28653. | #define SIZEOF_INT16_T 2
  28654. | #define HAVE_UINT16_T 1
  28655. | #define SIZEOF_UINT16_T 2
  28656. | #define HAVE_INT32_T 1
  28657. | #define SIZEOF_INT32_T 4
  28658. | #define HAVE_UINT32_T 1
  28659. | #define SIZEOF_UINT32_T 4
  28660. | #define HAVE_INT64_T 1
  28661. | #define SIZEOF_INT64_T 8
  28662. | #define HAVE_UINT64_T 1
  28663. | #define SIZEOF_UINT64_T 8
  28664. | #define HAVE_INT128_T 1
  28665. | #define int128_t __int128
  28666. | #define SIZEOF_INT128_T SIZEOF___INT128
  28667. | #define HAVE_UINT128_T 1
  28668. | #define uint128_t unsigned __int128
  28669. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28670. | #define HAVE_INTPTR_T 1
  28671. | #define SIZEOF_INTPTR_T 8
  28672. | #define HAVE_UINTPTR_T 1
  28673. | #define SIZEOF_UINTPTR_T 8
  28674. | #define PRI_PTR_PREFIX "l"
  28675. | #define HAVE_SSIZE_T 1
  28676. | #define SIZEOF_SSIZE_T 8
  28677. | #define PRI_64_PREFIX "ll"
  28678. | #define GETGROUPS_T gid_t
  28679. | #define RETSIGTYPE void
  28680. | #define HAVE_ALLOCA_H 1
  28681. | #define HAVE_ALLOCA 1
  28682. | #define HAVE_ACOSH 1
  28683. | #define HAVE_CBRT 1
  28684. | #define HAVE_CRYPT 1
  28685. | #define HAVE_DUP2 1
  28686. | #define HAVE_ERF 1
  28687. | #define HAVE_FFS 1
  28688. | #define HAVE_FINITE 1
  28689. | #define HAVE_FLOCK 1
  28690. | #define HAVE_HYPOT 1
  28691. | #define HAVE_ISINF 1
  28692. | #define HAVE_ISNAN 1
  28693. | #define HAVE_LGAMMA_R 1
  28694. | #define HAVE_MEMMOVE 1
  28695. | #define HAVE_NAN 1
  28696. | #define HAVE_NEXTAFTER 1
  28697. | #define HAVE_STRCHR 1
  28698. | #define HAVE_STRERROR 1
  28699. | #define HAVE_STRLCAT 1
  28700. | #define HAVE_STRLCPY 1
  28701. | #define HAVE_STRSTR 1
  28702. | #define HAVE_TGAMMA 1
  28703. | #define SPT_TYPE SPT_REUSEARGV
  28704. | #define HAVE_SIGNBIT 1
  28705. | #define HAVE_FORK 1
  28706. | #define vfork fork
  28707. | #define HAVE_WORKING_FORK 1
  28708. | #define HAVE__LONGJMP 1
  28709. | #define HAVE_ARC4RANDOM_BUF 1
  28710. | #define HAVE_ATAN2L 1
  28711. | #define HAVE_ATAN2F 1
  28712. | #define HAVE_CHROOT 1
  28713. | #define HAVE_CLOCK_GETTIME 1
  28714. | #define HAVE_COSH 1
  28715. | #define HAVE_DIRFD 1
  28716. | #define HAVE_DLOPEN 1
  28717. | #define HAVE_DLADDR 1
  28718. | #define HAVE_DUP 1
  28719. | #define HAVE_ENDGRENT 1
  28720. | #define HAVE_FCHMOD 1
  28721. | #define HAVE_FCHOWN 1
  28722. | #define HAVE_FCNTL 1
  28723. | #define HAVE_FDOPENDIR 1
  28724. | #define HAVE_FGETATTRLIST 1
  28725. | #define HAVE_FMOD 1
  28726. | #define HAVE_FSTATAT 1
  28727. | #define HAVE_FSYNC 1
  28728. | #define HAVE_FTRUNCATE 1
  28729. | #define HAVE_GETATTRLIST 1
  28730. | #define HAVE_GETCWD 1
  28731. | #define HAVE_GETGRNAM 1
  28732. | #define HAVE_GETGRNAM_R 1
  28733. | #define HAVE_GETGROUPS 1
  28734. | #define HAVE_GETPGID 1
  28735. | #define HAVE_GETPGRP 1
  28736. | #define HAVE_GETPRIORITY 1
  28737. | #define HAVE_GETPWNAM_R 1
  28738. | #define HAVE_GETRLIMIT 1
  28739. | #define HAVE_GETSID 1
  28740. | #define HAVE_GETTIMEOFDAY 1
  28741. | #define HAVE_GMTIME_R 1
  28742. | #define HAVE_GRANTPT 1
  28743. | #define HAVE_INITGROUPS 1
  28744. | #define HAVE_IOCTL 1
  28745. | #define HAVE_ISSETUGID 1
  28746. | #define HAVE_KILLPG 1
  28747. | #define HAVE_LCHMOD 1
  28748. | #define HAVE_LCHOWN 1
  28749. | #define HAVE_LINK 1
  28750. | #define HAVE_LLABS 1
  28751. | #define HAVE_LOCKF 1
  28752. | #define HAVE_LOG2 1
  28753. | #define HAVE_LSTAT 1
  28754. | #define HAVE_LUTIMES 1
  28755. | #define HAVE_MALLOC_SIZE 1
  28756. | #define HAVE_MBLEN 1
  28757. | #define HAVE_MEMSET_S 1
  28758. | #define HAVE_WRITEV 1
  28759. | #define HAVE_MKFIFO 1
  28760. | #define HAVE_MKNOD 1
  28761. | #define HAVE_MKTIME 1
  28762. | #define HAVE_OPENAT 1
  28763. | #define HAVE_POLL 1
  28764. | #define HAVE_POSIX_MEMALIGN 1
  28765. | #define HAVE_PREAD 1
  28766. | #define HAVE_PWRITE 1
  28767. | #define HAVE_QSORT_R 1
  28768. | #define HAVE_READLINK 1
  28769. | #define HAVE_ROUND 1
  28770. | /* end confdefs.h. */
  28771. | /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
  28772. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  28773. | #define sched_getaffinity innocuous_sched_getaffinity
  28774. |
  28775. | /* System header to define __stub macros and hopefully few prototypes,
  28776. | which can conflict with char sched_getaffinity (); below.
  28777. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  28778. | <limits.h> exists even on freestanding compilers. */
  28779. |
  28780. | #ifdef __STDC__
  28781. | # include <limits.h>
  28782. | #else
  28783. | # include <assert.h>
  28784. | #endif
  28785. |
  28786. | #undef sched_getaffinity
  28787. |
  28788. | /* Override any GCC internal prototype to avoid an error.
  28789. | Use char because int might match the return type of a GCC
  28790. | builtin and then its argument prototype would still apply. */
  28791. | #ifdef __cplusplus
  28792. | extern "C"
  28793. | #endif
  28794. | char sched_getaffinity ();
  28795. | /* The GNU C library defines this for functions which it implements
  28796. | to always fail with ENOSYS. Some functions are actually named
  28797. | something starting with __ and the normal name is an alias. */
  28798. | #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
  28799. | choke me
  28800. | #endif
  28801. |
  28802. | int
  28803. | main ()
  28804. | {
  28805. | return sched_getaffinity ();
  28806. | ;
  28807. | return 0;
  28808. | }
  28809. configure:23519: result: no
  28810. configure:23530: checking for seekdir
  28811. configure:23530: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28812. configure:23530: $? = 0
  28813. configure:23530: result: yes
  28814. configure:23541: checking for select_large_fdset
  28815. configure:23541: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  28816. Undefined symbols for architecture x86_64:
  28817. "_select_large_fdset", referenced from:
  28818. _main in conftest-2b9b35.o
  28819. ld: symbol(s) not found for architecture x86_64
  28820. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  28821. configure:23541: $? = 1
  28822. configure: failed program was:
  28823. | /* confdefs.h */
  28824. | #define PACKAGE_NAME ""
  28825. | #define PACKAGE_TARNAME ""
  28826. | #define PACKAGE_VERSION ""
  28827. | #define PACKAGE_STRING ""
  28828. | #define PACKAGE_BUGREPORT ""
  28829. | #define PACKAGE_URL ""
  28830. | #define STDC_HEADERS 1
  28831. | #define HAVE_SYS_TYPES_H 1
  28832. | #define HAVE_SYS_STAT_H 1
  28833. | #define HAVE_STDLIB_H 1
  28834. | #define HAVE_STRING_H 1
  28835. | #define HAVE_MEMORY_H 1
  28836. | #define HAVE_STRINGS_H 1
  28837. | #define HAVE_INTTYPES_H 1
  28838. | #define HAVE_STDINT_H 1
  28839. | #define HAVE_UNISTD_H 1
  28840. | #define __EXTENSIONS__ 1
  28841. | #define _ALL_SOURCE 1
  28842. | #define _GNU_SOURCE 1
  28843. | #define _POSIX_PTHREAD_SEMANTICS 1
  28844. | #define _TANDEM_SOURCE 1
  28845. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28846. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28847. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  28848. | #define BROKEN_CRYPT 1
  28849. | #define HAVE_CRT_EXTERNS_H 1
  28850. | #define HAVE_LIBDL 1
  28851. | #define HAVE_DIRENT_H 1
  28852. | #define HAVE__BOOL 1
  28853. | #define HAVE_STDBOOL_H 1
  28854. | #define HAVE_SYS_WAIT_H 1
  28855. | #define HAVE_GRP_H 1
  28856. | #define HAVE_FCNTL_H 1
  28857. | #define HAVE_FLOAT_H 1
  28858. | #define HAVE_LANGINFO_H 1
  28859. | #define HAVE_LIMITS_H 1
  28860. | #define HAVE_LOCALE_H 1
  28861. | #define HAVE_MALLOC_MALLOC_H 1
  28862. | #define HAVE_PWD_H 1
  28863. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  28864. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  28865. | #define HAVE_STDALIGN_H 1
  28866. | #define HAVE_SYS_ATTR_H 1
  28867. | #define HAVE_SYS_FCNTL_H 1
  28868. | #define HAVE_SYS_FILE_H 1
  28869. | #define HAVE_SYS_IOCTL_H 1
  28870. | #define HAVE_SYS_PARAM_H 1
  28871. | #define HAVE_SYS_RESOURCE_H 1
  28872. | #define HAVE_SYS_SELECT_H 1
  28873. | #define HAVE_SYS_SOCKET_H 1
  28874. | #define HAVE_SYS_TIME_H 1
  28875. | #define HAVE_SYS_TIMES_H 1
  28876. | #define HAVE_SYS_UIO_H 1
  28877. | #define HAVE_TIME_H 1
  28878. | #define HAVE_UCONTEXT_H 1
  28879. | #define HAVE_UTIME_H 1
  28880. | #define HAVE_GMP_H 1
  28881. | #define HAVE_LIBGMP 1
  28882. | #define HAVE_TYPEOF 1
  28883. | #define HAVE_LONG_LONG 1
  28884. | #define HAVE_OFF_T 1
  28885. | #define SIZEOF_INT 4
  28886. | #define SIZEOF_SHORT 2
  28887. | #define SIZEOF_LONG 8
  28888. | #define SIZEOF_LONG_LONG 8
  28889. | #define SIZEOF___INT64 0
  28890. | #define SIZEOF___INT128 16
  28891. | #define SIZEOF_OFF_T 8
  28892. | #define SIZEOF_VOIDP 8
  28893. | #define SIZEOF_FLOAT 4
  28894. | #define SIZEOF_DOUBLE 8
  28895. | #define SIZEOF_TIME_T 8
  28896. | #define SIZEOF_CLOCK_T 8
  28897. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28898. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28899. | #define PRI_LL_PREFIX "ll"
  28900. | #define HAVE_PID_T 1
  28901. | #define rb_pid_t pid_t
  28902. | #define SIGNEDNESS_OF_PID_T -1
  28903. | #define PIDT2NUM(v) INT2NUM(v)
  28904. | #define NUM2PIDT(v) NUM2INT(v)
  28905. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28906. | #define HAVE_UID_T 1
  28907. | #define rb_uid_t uid_t
  28908. | #define SIGNEDNESS_OF_UID_T +1
  28909. | #define UIDT2NUM(v) UINT2NUM(v)
  28910. | #define NUM2UIDT(v) NUM2UINT(v)
  28911. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28912. | #define HAVE_GID_T 1
  28913. | #define rb_gid_t gid_t
  28914. | #define SIGNEDNESS_OF_GID_T +1
  28915. | #define GIDT2NUM(v) UINT2NUM(v)
  28916. | #define NUM2GIDT(v) NUM2UINT(v)
  28917. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28918. | #define HAVE_TIME_T 1
  28919. | #define rb_time_t time_t
  28920. | #define SIGNEDNESS_OF_TIME_T -1
  28921. | #define TIMET2NUM(v) LONG2NUM(v)
  28922. | #define NUM2TIMET(v) NUM2LONG(v)
  28923. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28924. | #define HAVE_DEV_T 1
  28925. | #define rb_dev_t dev_t
  28926. | #define SIGNEDNESS_OF_DEV_T -1
  28927. | #define DEVT2NUM(v) INT2NUM(v)
  28928. | #define NUM2DEVT(v) NUM2INT(v)
  28929. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28930. | #define HAVE_MODE_T 1
  28931. | #define rb_mode_t mode_t
  28932. | #define SIGNEDNESS_OF_MODE_T +1
  28933. | #define MODET2NUM(v) USHORT2NUM(v)
  28934. | #define NUM2MODET(v) NUM2USHORT(v)
  28935. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  28936. | #define HAVE_RLIM_T 1
  28937. | #define rb_rlim_t rlim_t
  28938. | #define SIGNEDNESS_OF_RLIM_T +1
  28939. | #define RLIM2NUM(v) ULL2NUM(v)
  28940. | #define NUM2RLIM(v) NUM2ULL(v)
  28941. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28942. | #define HAVE_OFF_T 1
  28943. | #define rb_off_t off_t
  28944. | #define SIGNEDNESS_OF_OFF_T -1
  28945. | #define OFFT2NUM(v) LL2NUM(v)
  28946. | #define NUM2OFFT(v) NUM2LL(v)
  28947. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28948. | #define HAVE_CLOCKID_T 1
  28949. | #define rb_clockid_t clockid_t
  28950. | #define SIGNEDNESS_OF_CLOCKID_T +1
  28951. | #define CLOCKID2NUM(v) UINT2NUM(v)
  28952. | #define NUM2CLOCKID(v) NUM2UINT(v)
  28953. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28954. | #define HAVE_PROTOTYPES 1
  28955. | #define TOKEN_PASTE(x,y) x##y
  28956. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28957. | #define HAVE_STDARG_PROTOTYPES 1
  28958. | #define HAVE_VA_ARGS_MACRO 1
  28959. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  28960. | #define RUBY_ALIGNOF alignof
  28961. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28962. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28963. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28964. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28965. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28966. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28967. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28968. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28969. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  28970. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  28971. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  28972. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28973. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28974. | #define WEAK(x) __attribute__ ((__weak__)) x
  28975. | #define HAVE_FUNC_WEAK 1
  28976. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28977. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28978. | #define HAVE_GCC_SYNC_BUILTINS 1
  28979. | #define UNREACHABLE __builtin_unreachable()
  28980. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28981. | #define RUBY_FUNCTION_NAME_STRING __func__
  28982. | #define ENUM_OVER_INT 1
  28983. | #define HAVE_DECL_SYS_NERR 1
  28984. | #define HAVE_DECL_GETENV 1
  28985. | #define SIZEOF_SIZE_T 8
  28986. | #define SIZEOF_PTRDIFF_T 8
  28987. | #define PRI_SIZE_PREFIX "z"
  28988. | #define PRI_PTRDIFF_PREFIX "t"
  28989. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28990. | #define HAVE_ST_BLKSIZE 1
  28991. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28992. | #define HAVE_ST_BLOCKS 1
  28993. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28994. | #define HAVE_ST_RDEV 1
  28995. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28996. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28997. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28998. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28999. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29000. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29001. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29002. | #define HAVE_STRUCT_TIMEVAL 1
  29003. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29004. | #define HAVE_STRUCT_TIMESPEC 1
  29005. | #define HAVE_STRUCT_TIMEZONE 1
  29006. | #define HAVE_RB_FD_INIT 1
  29007. | #define HAVE_INT8_T 1
  29008. | #define SIZEOF_INT8_T 1
  29009. | #define HAVE_UINT8_T 1
  29010. | #define SIZEOF_UINT8_T 1
  29011. | #define HAVE_INT16_T 1
  29012. | #define SIZEOF_INT16_T 2
  29013. | #define HAVE_UINT16_T 1
  29014. | #define SIZEOF_UINT16_T 2
  29015. | #define HAVE_INT32_T 1
  29016. | #define SIZEOF_INT32_T 4
  29017. | #define HAVE_UINT32_T 1
  29018. | #define SIZEOF_UINT32_T 4
  29019. | #define HAVE_INT64_T 1
  29020. | #define SIZEOF_INT64_T 8
  29021. | #define HAVE_UINT64_T 1
  29022. | #define SIZEOF_UINT64_T 8
  29023. | #define HAVE_INT128_T 1
  29024. | #define int128_t __int128
  29025. | #define SIZEOF_INT128_T SIZEOF___INT128
  29026. | #define HAVE_UINT128_T 1
  29027. | #define uint128_t unsigned __int128
  29028. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29029. | #define HAVE_INTPTR_T 1
  29030. | #define SIZEOF_INTPTR_T 8
  29031. | #define HAVE_UINTPTR_T 1
  29032. | #define SIZEOF_UINTPTR_T 8
  29033. | #define PRI_PTR_PREFIX "l"
  29034. | #define HAVE_SSIZE_T 1
  29035. | #define SIZEOF_SSIZE_T 8
  29036. | #define PRI_64_PREFIX "ll"
  29037. | #define GETGROUPS_T gid_t
  29038. | #define RETSIGTYPE void
  29039. | #define HAVE_ALLOCA_H 1
  29040. | #define HAVE_ALLOCA 1
  29041. | #define HAVE_ACOSH 1
  29042. | #define HAVE_CBRT 1
  29043. | #define HAVE_CRYPT 1
  29044. | #define HAVE_DUP2 1
  29045. | #define HAVE_ERF 1
  29046. | #define HAVE_FFS 1
  29047. | #define HAVE_FINITE 1
  29048. | #define HAVE_FLOCK 1
  29049. | #define HAVE_HYPOT 1
  29050. | #define HAVE_ISINF 1
  29051. | #define HAVE_ISNAN 1
  29052. | #define HAVE_LGAMMA_R 1
  29053. | #define HAVE_MEMMOVE 1
  29054. | #define HAVE_NAN 1
  29055. | #define HAVE_NEXTAFTER 1
  29056. | #define HAVE_STRCHR 1
  29057. | #define HAVE_STRERROR 1
  29058. | #define HAVE_STRLCAT 1
  29059. | #define HAVE_STRLCPY 1
  29060. | #define HAVE_STRSTR 1
  29061. | #define HAVE_TGAMMA 1
  29062. | #define SPT_TYPE SPT_REUSEARGV
  29063. | #define HAVE_SIGNBIT 1
  29064. | #define HAVE_FORK 1
  29065. | #define vfork fork
  29066. | #define HAVE_WORKING_FORK 1
  29067. | #define HAVE__LONGJMP 1
  29068. | #define HAVE_ARC4RANDOM_BUF 1
  29069. | #define HAVE_ATAN2L 1
  29070. | #define HAVE_ATAN2F 1
  29071. | #define HAVE_CHROOT 1
  29072. | #define HAVE_CLOCK_GETTIME 1
  29073. | #define HAVE_COSH 1
  29074. | #define HAVE_DIRFD 1
  29075. | #define HAVE_DLOPEN 1
  29076. | #define HAVE_DLADDR 1
  29077. | #define HAVE_DUP 1
  29078. | #define HAVE_ENDGRENT 1
  29079. | #define HAVE_FCHMOD 1
  29080. | #define HAVE_FCHOWN 1
  29081. | #define HAVE_FCNTL 1
  29082. | #define HAVE_FDOPENDIR 1
  29083. | #define HAVE_FGETATTRLIST 1
  29084. | #define HAVE_FMOD 1
  29085. | #define HAVE_FSTATAT 1
  29086. | #define HAVE_FSYNC 1
  29087. | #define HAVE_FTRUNCATE 1
  29088. | #define HAVE_GETATTRLIST 1
  29089. | #define HAVE_GETCWD 1
  29090. | #define HAVE_GETGRNAM 1
  29091. | #define HAVE_GETGRNAM_R 1
  29092. | #define HAVE_GETGROUPS 1
  29093. | #define HAVE_GETPGID 1
  29094. | #define HAVE_GETPGRP 1
  29095. | #define HAVE_GETPRIORITY 1
  29096. | #define HAVE_GETPWNAM_R 1
  29097. | #define HAVE_GETRLIMIT 1
  29098. | #define HAVE_GETSID 1
  29099. | #define HAVE_GETTIMEOFDAY 1
  29100. | #define HAVE_GMTIME_R 1
  29101. | #define HAVE_GRANTPT 1
  29102. | #define HAVE_INITGROUPS 1
  29103. | #define HAVE_IOCTL 1
  29104. | #define HAVE_ISSETUGID 1
  29105. | #define HAVE_KILLPG 1
  29106. | #define HAVE_LCHMOD 1
  29107. | #define HAVE_LCHOWN 1
  29108. | #define HAVE_LINK 1
  29109. | #define HAVE_LLABS 1
  29110. | #define HAVE_LOCKF 1
  29111. | #define HAVE_LOG2 1
  29112. | #define HAVE_LSTAT 1
  29113. | #define HAVE_LUTIMES 1
  29114. | #define HAVE_MALLOC_SIZE 1
  29115. | #define HAVE_MBLEN 1
  29116. | #define HAVE_MEMSET_S 1
  29117. | #define HAVE_WRITEV 1
  29118. | #define HAVE_MKFIFO 1
  29119. | #define HAVE_MKNOD 1
  29120. | #define HAVE_MKTIME 1
  29121. | #define HAVE_OPENAT 1
  29122. | #define HAVE_POLL 1
  29123. | #define HAVE_POSIX_MEMALIGN 1
  29124. | #define HAVE_PREAD 1
  29125. | #define HAVE_PWRITE 1
  29126. | #define HAVE_QSORT_R 1
  29127. | #define HAVE_READLINK 1
  29128. | #define HAVE_ROUND 1
  29129. | #define HAVE_SEEKDIR 1
  29130. | /* end confdefs.h. */
  29131. | /* Define select_large_fdset to an innocuous variant, in case <limits.h> declares select_large_fdset.
  29132. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  29133. | #define select_large_fdset innocuous_select_large_fdset
  29134. |
  29135. | /* System header to define __stub macros and hopefully few prototypes,
  29136. | which can conflict with char select_large_fdset (); below.
  29137. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  29138. | <limits.h> exists even on freestanding compilers. */
  29139. |
  29140. | #ifdef __STDC__
  29141. | # include <limits.h>
  29142. | #else
  29143. | # include <assert.h>
  29144. | #endif
  29145. |
  29146. | #undef select_large_fdset
  29147. |
  29148. | /* Override any GCC internal prototype to avoid an error.
  29149. | Use char because int might match the return type of a GCC
  29150. | builtin and then its argument prototype would still apply. */
  29151. | #ifdef __cplusplus
  29152. | extern "C"
  29153. | #endif
  29154. | char select_large_fdset ();
  29155. | /* The GNU C library defines this for functions which it implements
  29156. | to always fail with ENOSYS. Some functions are actually named
  29157. | something starting with __ and the normal name is an alias. */
  29158. | #if defined __stub_select_large_fdset || defined __stub___select_large_fdset
  29159. | choke me
  29160. | #endif
  29161. |
  29162. | int
  29163. | main ()
  29164. | {
  29165. | return select_large_fdset ();
  29166. | ;
  29167. | return 0;
  29168. | }
  29169. configure:23541: result: no
  29170. configure:23552: checking for sendfile
  29171. configure:23552: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29172. configure:23552: $? = 0
  29173. configure:23552: result: yes
  29174. configure:23563: checking for setegid
  29175. configure:23563: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29176. configure:23563: $? = 0
  29177. configure:23563: result: yes
  29178. configure:23574: checking for setenv
  29179. configure:23574: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29180. configure:23574: $? = 0
  29181. configure:23574: result: yes
  29182. configure:23585: checking for seteuid
  29183. configure:23585: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29184. configure:23585: $? = 0
  29185. configure:23585: result: yes
  29186. configure:23596: checking for setgid
  29187. configure:23596: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29188. configure:23596: $? = 0
  29189. configure:23596: result: yes
  29190. configure:23607: checking for setgroups
  29191. configure:23607: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29192. configure:23607: $? = 0
  29193. configure:23607: result: yes
  29194. configure:23618: checking for setpgid
  29195. configure:23618: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29196. configure:23618: $? = 0
  29197. configure:23618: result: yes
  29198. configure:23629: checking for setpgrp
  29199. configure:23629: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29200. configure:23629: $? = 0
  29201. configure:23629: result: yes
  29202. configure:23640: checking for setregid
  29203. configure:23640: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29204. configure:23640: $? = 0
  29205. configure:23640: result: yes
  29206. configure:23651: checking for setresgid
  29207. configure:23651: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29208. Undefined symbols for architecture x86_64:
  29209. "_setresgid", referenced from:
  29210. _main in conftest-71e7cc.o
  29211. ld: symbol(s) not found for architecture x86_64
  29212. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29213. configure:23651: $? = 1
  29214. configure: failed program was:
  29215. | /* confdefs.h */
  29216. | #define PACKAGE_NAME ""
  29217. | #define PACKAGE_TARNAME ""
  29218. | #define PACKAGE_VERSION ""
  29219. | #define PACKAGE_STRING ""
  29220. | #define PACKAGE_BUGREPORT ""
  29221. | #define PACKAGE_URL ""
  29222. | #define STDC_HEADERS 1
  29223. | #define HAVE_SYS_TYPES_H 1
  29224. | #define HAVE_SYS_STAT_H 1
  29225. | #define HAVE_STDLIB_H 1
  29226. | #define HAVE_STRING_H 1
  29227. | #define HAVE_MEMORY_H 1
  29228. | #define HAVE_STRINGS_H 1
  29229. | #define HAVE_INTTYPES_H 1
  29230. | #define HAVE_STDINT_H 1
  29231. | #define HAVE_UNISTD_H 1
  29232. | #define __EXTENSIONS__ 1
  29233. | #define _ALL_SOURCE 1
  29234. | #define _GNU_SOURCE 1
  29235. | #define _POSIX_PTHREAD_SEMANTICS 1
  29236. | #define _TANDEM_SOURCE 1
  29237. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29238. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29239. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  29240. | #define BROKEN_CRYPT 1
  29241. | #define HAVE_CRT_EXTERNS_H 1
  29242. | #define HAVE_LIBDL 1
  29243. | #define HAVE_DIRENT_H 1
  29244. | #define HAVE__BOOL 1
  29245. | #define HAVE_STDBOOL_H 1
  29246. | #define HAVE_SYS_WAIT_H 1
  29247. | #define HAVE_GRP_H 1
  29248. | #define HAVE_FCNTL_H 1
  29249. | #define HAVE_FLOAT_H 1
  29250. | #define HAVE_LANGINFO_H 1
  29251. | #define HAVE_LIMITS_H 1
  29252. | #define HAVE_LOCALE_H 1
  29253. | #define HAVE_MALLOC_MALLOC_H 1
  29254. | #define HAVE_PWD_H 1
  29255. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  29256. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  29257. | #define HAVE_STDALIGN_H 1
  29258. | #define HAVE_SYS_ATTR_H 1
  29259. | #define HAVE_SYS_FCNTL_H 1
  29260. | #define HAVE_SYS_FILE_H 1
  29261. | #define HAVE_SYS_IOCTL_H 1
  29262. | #define HAVE_SYS_PARAM_H 1
  29263. | #define HAVE_SYS_RESOURCE_H 1
  29264. | #define HAVE_SYS_SELECT_H 1
  29265. | #define HAVE_SYS_SOCKET_H 1
  29266. | #define HAVE_SYS_TIME_H 1
  29267. | #define HAVE_SYS_TIMES_H 1
  29268. | #define HAVE_SYS_UIO_H 1
  29269. | #define HAVE_TIME_H 1
  29270. | #define HAVE_UCONTEXT_H 1
  29271. | #define HAVE_UTIME_H 1
  29272. | #define HAVE_GMP_H 1
  29273. | #define HAVE_LIBGMP 1
  29274. | #define HAVE_TYPEOF 1
  29275. | #define HAVE_LONG_LONG 1
  29276. | #define HAVE_OFF_T 1
  29277. | #define SIZEOF_INT 4
  29278. | #define SIZEOF_SHORT 2
  29279. | #define SIZEOF_LONG 8
  29280. | #define SIZEOF_LONG_LONG 8
  29281. | #define SIZEOF___INT64 0
  29282. | #define SIZEOF___INT128 16
  29283. | #define SIZEOF_OFF_T 8
  29284. | #define SIZEOF_VOIDP 8
  29285. | #define SIZEOF_FLOAT 4
  29286. | #define SIZEOF_DOUBLE 8
  29287. | #define SIZEOF_TIME_T 8
  29288. | #define SIZEOF_CLOCK_T 8
  29289. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29290. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29291. | #define PRI_LL_PREFIX "ll"
  29292. | #define HAVE_PID_T 1
  29293. | #define rb_pid_t pid_t
  29294. | #define SIGNEDNESS_OF_PID_T -1
  29295. | #define PIDT2NUM(v) INT2NUM(v)
  29296. | #define NUM2PIDT(v) NUM2INT(v)
  29297. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29298. | #define HAVE_UID_T 1
  29299. | #define rb_uid_t uid_t
  29300. | #define SIGNEDNESS_OF_UID_T +1
  29301. | #define UIDT2NUM(v) UINT2NUM(v)
  29302. | #define NUM2UIDT(v) NUM2UINT(v)
  29303. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29304. | #define HAVE_GID_T 1
  29305. | #define rb_gid_t gid_t
  29306. | #define SIGNEDNESS_OF_GID_T +1
  29307. | #define GIDT2NUM(v) UINT2NUM(v)
  29308. | #define NUM2GIDT(v) NUM2UINT(v)
  29309. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29310. | #define HAVE_TIME_T 1
  29311. | #define rb_time_t time_t
  29312. | #define SIGNEDNESS_OF_TIME_T -1
  29313. | #define TIMET2NUM(v) LONG2NUM(v)
  29314. | #define NUM2TIMET(v) NUM2LONG(v)
  29315. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29316. | #define HAVE_DEV_T 1
  29317. | #define rb_dev_t dev_t
  29318. | #define SIGNEDNESS_OF_DEV_T -1
  29319. | #define DEVT2NUM(v) INT2NUM(v)
  29320. | #define NUM2DEVT(v) NUM2INT(v)
  29321. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29322. | #define HAVE_MODE_T 1
  29323. | #define rb_mode_t mode_t
  29324. | #define SIGNEDNESS_OF_MODE_T +1
  29325. | #define MODET2NUM(v) USHORT2NUM(v)
  29326. | #define NUM2MODET(v) NUM2USHORT(v)
  29327. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  29328. | #define HAVE_RLIM_T 1
  29329. | #define rb_rlim_t rlim_t
  29330. | #define SIGNEDNESS_OF_RLIM_T +1
  29331. | #define RLIM2NUM(v) ULL2NUM(v)
  29332. | #define NUM2RLIM(v) NUM2ULL(v)
  29333. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29334. | #define HAVE_OFF_T 1
  29335. | #define rb_off_t off_t
  29336. | #define SIGNEDNESS_OF_OFF_T -1
  29337. | #define OFFT2NUM(v) LL2NUM(v)
  29338. | #define NUM2OFFT(v) NUM2LL(v)
  29339. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29340. | #define HAVE_CLOCKID_T 1
  29341. | #define rb_clockid_t clockid_t
  29342. | #define SIGNEDNESS_OF_CLOCKID_T +1
  29343. | #define CLOCKID2NUM(v) UINT2NUM(v)
  29344. | #define NUM2CLOCKID(v) NUM2UINT(v)
  29345. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29346. | #define HAVE_PROTOTYPES 1
  29347. | #define TOKEN_PASTE(x,y) x##y
  29348. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29349. | #define HAVE_STDARG_PROTOTYPES 1
  29350. | #define HAVE_VA_ARGS_MACRO 1
  29351. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  29352. | #define RUBY_ALIGNOF alignof
  29353. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29354. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29355. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29356. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29357. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29358. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29359. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29360. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29361. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  29362. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  29363. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  29364. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29365. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29366. | #define WEAK(x) __attribute__ ((__weak__)) x
  29367. | #define HAVE_FUNC_WEAK 1
  29368. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29369. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29370. | #define HAVE_GCC_SYNC_BUILTINS 1
  29371. | #define UNREACHABLE __builtin_unreachable()
  29372. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29373. | #define RUBY_FUNCTION_NAME_STRING __func__
  29374. | #define ENUM_OVER_INT 1
  29375. | #define HAVE_DECL_SYS_NERR 1
  29376. | #define HAVE_DECL_GETENV 1
  29377. | #define SIZEOF_SIZE_T 8
  29378. | #define SIZEOF_PTRDIFF_T 8
  29379. | #define PRI_SIZE_PREFIX "z"
  29380. | #define PRI_PTRDIFF_PREFIX "t"
  29381. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29382. | #define HAVE_ST_BLKSIZE 1
  29383. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29384. | #define HAVE_ST_BLOCKS 1
  29385. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29386. | #define HAVE_ST_RDEV 1
  29387. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29388. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29389. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29390. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29391. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29392. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29393. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29394. | #define HAVE_STRUCT_TIMEVAL 1
  29395. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29396. | #define HAVE_STRUCT_TIMESPEC 1
  29397. | #define HAVE_STRUCT_TIMEZONE 1
  29398. | #define HAVE_RB_FD_INIT 1
  29399. | #define HAVE_INT8_T 1
  29400. | #define SIZEOF_INT8_T 1
  29401. | #define HAVE_UINT8_T 1
  29402. | #define SIZEOF_UINT8_T 1
  29403. | #define HAVE_INT16_T 1
  29404. | #define SIZEOF_INT16_T 2
  29405. | #define HAVE_UINT16_T 1
  29406. | #define SIZEOF_UINT16_T 2
  29407. | #define HAVE_INT32_T 1
  29408. | #define SIZEOF_INT32_T 4
  29409. | #define HAVE_UINT32_T 1
  29410. | #define SIZEOF_UINT32_T 4
  29411. | #define HAVE_INT64_T 1
  29412. | #define SIZEOF_INT64_T 8
  29413. | #define HAVE_UINT64_T 1
  29414. | #define SIZEOF_UINT64_T 8
  29415. | #define HAVE_INT128_T 1
  29416. | #define int128_t __int128
  29417. | #define SIZEOF_INT128_T SIZEOF___INT128
  29418. | #define HAVE_UINT128_T 1
  29419. | #define uint128_t unsigned __int128
  29420. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29421. | #define HAVE_INTPTR_T 1
  29422. | #define SIZEOF_INTPTR_T 8
  29423. | #define HAVE_UINTPTR_T 1
  29424. | #define SIZEOF_UINTPTR_T 8
  29425. | #define PRI_PTR_PREFIX "l"
  29426. | #define HAVE_SSIZE_T 1
  29427. | #define SIZEOF_SSIZE_T 8
  29428. | #define PRI_64_PREFIX "ll"
  29429. | #define GETGROUPS_T gid_t
  29430. | #define RETSIGTYPE void
  29431. | #define HAVE_ALLOCA_H 1
  29432. | #define HAVE_ALLOCA 1
  29433. | #define HAVE_ACOSH 1
  29434. | #define HAVE_CBRT 1
  29435. | #define HAVE_CRYPT 1
  29436. | #define HAVE_DUP2 1
  29437. | #define HAVE_ERF 1
  29438. | #define HAVE_FFS 1
  29439. | #define HAVE_FINITE 1
  29440. | #define HAVE_FLOCK 1
  29441. | #define HAVE_HYPOT 1
  29442. | #define HAVE_ISINF 1
  29443. | #define HAVE_ISNAN 1
  29444. | #define HAVE_LGAMMA_R 1
  29445. | #define HAVE_MEMMOVE 1
  29446. | #define HAVE_NAN 1
  29447. | #define HAVE_NEXTAFTER 1
  29448. | #define HAVE_STRCHR 1
  29449. | #define HAVE_STRERROR 1
  29450. | #define HAVE_STRLCAT 1
  29451. | #define HAVE_STRLCPY 1
  29452. | #define HAVE_STRSTR 1
  29453. | #define HAVE_TGAMMA 1
  29454. | #define SPT_TYPE SPT_REUSEARGV
  29455. | #define HAVE_SIGNBIT 1
  29456. | #define HAVE_FORK 1
  29457. | #define vfork fork
  29458. | #define HAVE_WORKING_FORK 1
  29459. | #define HAVE__LONGJMP 1
  29460. | #define HAVE_ARC4RANDOM_BUF 1
  29461. | #define HAVE_ATAN2L 1
  29462. | #define HAVE_ATAN2F 1
  29463. | #define HAVE_CHROOT 1
  29464. | #define HAVE_CLOCK_GETTIME 1
  29465. | #define HAVE_COSH 1
  29466. | #define HAVE_DIRFD 1
  29467. | #define HAVE_DLOPEN 1
  29468. | #define HAVE_DLADDR 1
  29469. | #define HAVE_DUP 1
  29470. | #define HAVE_ENDGRENT 1
  29471. | #define HAVE_FCHMOD 1
  29472. | #define HAVE_FCHOWN 1
  29473. | #define HAVE_FCNTL 1
  29474. | #define HAVE_FDOPENDIR 1
  29475. | #define HAVE_FGETATTRLIST 1
  29476. | #define HAVE_FMOD 1
  29477. | #define HAVE_FSTATAT 1
  29478. | #define HAVE_FSYNC 1
  29479. | #define HAVE_FTRUNCATE 1
  29480. | #define HAVE_GETATTRLIST 1
  29481. | #define HAVE_GETCWD 1
  29482. | #define HAVE_GETGRNAM 1
  29483. | #define HAVE_GETGRNAM_R 1
  29484. | #define HAVE_GETGROUPS 1
  29485. | #define HAVE_GETPGID 1
  29486. | #define HAVE_GETPGRP 1
  29487. | #define HAVE_GETPRIORITY 1
  29488. | #define HAVE_GETPWNAM_R 1
  29489. | #define HAVE_GETRLIMIT 1
  29490. | #define HAVE_GETSID 1
  29491. | #define HAVE_GETTIMEOFDAY 1
  29492. | #define HAVE_GMTIME_R 1
  29493. | #define HAVE_GRANTPT 1
  29494. | #define HAVE_INITGROUPS 1
  29495. | #define HAVE_IOCTL 1
  29496. | #define HAVE_ISSETUGID 1
  29497. | #define HAVE_KILLPG 1
  29498. | #define HAVE_LCHMOD 1
  29499. | #define HAVE_LCHOWN 1
  29500. | #define HAVE_LINK 1
  29501. | #define HAVE_LLABS 1
  29502. | #define HAVE_LOCKF 1
  29503. | #define HAVE_LOG2 1
  29504. | #define HAVE_LSTAT 1
  29505. | #define HAVE_LUTIMES 1
  29506. | #define HAVE_MALLOC_SIZE 1
  29507. | #define HAVE_MBLEN 1
  29508. | #define HAVE_MEMSET_S 1
  29509. | #define HAVE_WRITEV 1
  29510. | #define HAVE_MKFIFO 1
  29511. | #define HAVE_MKNOD 1
  29512. | #define HAVE_MKTIME 1
  29513. | #define HAVE_OPENAT 1
  29514. | #define HAVE_POLL 1
  29515. | #define HAVE_POSIX_MEMALIGN 1
  29516. | #define HAVE_PREAD 1
  29517. | #define HAVE_PWRITE 1
  29518. | #define HAVE_QSORT_R 1
  29519. | #define HAVE_READLINK 1
  29520. | #define HAVE_ROUND 1
  29521. | #define HAVE_SEEKDIR 1
  29522. | #define HAVE_SENDFILE 1
  29523. | #define HAVE_SETEGID 1
  29524. | #define HAVE_SETENV 1
  29525. | #define HAVE_SETEUID 1
  29526. | #define HAVE_SETGID 1
  29527. | #define HAVE_SETGROUPS 1
  29528. | #define HAVE_SETPGID 1
  29529. | #define HAVE_SETPGRP 1
  29530. | #define HAVE_SETREGID 1
  29531. | /* end confdefs.h. */
  29532. | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
  29533. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  29534. | #define setresgid innocuous_setresgid
  29535. |
  29536. | /* System header to define __stub macros and hopefully few prototypes,
  29537. | which can conflict with char setresgid (); below.
  29538. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  29539. | <limits.h> exists even on freestanding compilers. */
  29540. |
  29541. | #ifdef __STDC__
  29542. | # include <limits.h>
  29543. | #else
  29544. | # include <assert.h>
  29545. | #endif
  29546. |
  29547. | #undef setresgid
  29548. |
  29549. | /* Override any GCC internal prototype to avoid an error.
  29550. | Use char because int might match the return type of a GCC
  29551. | builtin and then its argument prototype would still apply. */
  29552. | #ifdef __cplusplus
  29553. | extern "C"
  29554. | #endif
  29555. | char setresgid ();
  29556. | /* The GNU C library defines this for functions which it implements
  29557. | to always fail with ENOSYS. Some functions are actually named
  29558. | something starting with __ and the normal name is an alias. */
  29559. | #if defined __stub_setresgid || defined __stub___setresgid
  29560. | choke me
  29561. | #endif
  29562. |
  29563. | int
  29564. | main ()
  29565. | {
  29566. | return setresgid ();
  29567. | ;
  29568. | return 0;
  29569. | }
  29570. configure:23651: result: no
  29571. configure:23662: checking for setresuid
  29572. configure:23662: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29573. Undefined symbols for architecture x86_64:
  29574. "_setresuid", referenced from:
  29575. _main in conftest-7e65a2.o
  29576. ld: symbol(s) not found for architecture x86_64
  29577. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29578. configure:23662: $? = 1
  29579. configure: failed program was:
  29580. | /* confdefs.h */
  29581. | #define PACKAGE_NAME ""
  29582. | #define PACKAGE_TARNAME ""
  29583. | #define PACKAGE_VERSION ""
  29584. | #define PACKAGE_STRING ""
  29585. | #define PACKAGE_BUGREPORT ""
  29586. | #define PACKAGE_URL ""
  29587. | #define STDC_HEADERS 1
  29588. | #define HAVE_SYS_TYPES_H 1
  29589. | #define HAVE_SYS_STAT_H 1
  29590. | #define HAVE_STDLIB_H 1
  29591. | #define HAVE_STRING_H 1
  29592. | #define HAVE_MEMORY_H 1
  29593. | #define HAVE_STRINGS_H 1
  29594. | #define HAVE_INTTYPES_H 1
  29595. | #define HAVE_STDINT_H 1
  29596. | #define HAVE_UNISTD_H 1
  29597. | #define __EXTENSIONS__ 1
  29598. | #define _ALL_SOURCE 1
  29599. | #define _GNU_SOURCE 1
  29600. | #define _POSIX_PTHREAD_SEMANTICS 1
  29601. | #define _TANDEM_SOURCE 1
  29602. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29603. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29604. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  29605. | #define BROKEN_CRYPT 1
  29606. | #define HAVE_CRT_EXTERNS_H 1
  29607. | #define HAVE_LIBDL 1
  29608. | #define HAVE_DIRENT_H 1
  29609. | #define HAVE__BOOL 1
  29610. | #define HAVE_STDBOOL_H 1
  29611. | #define HAVE_SYS_WAIT_H 1
  29612. | #define HAVE_GRP_H 1
  29613. | #define HAVE_FCNTL_H 1
  29614. | #define HAVE_FLOAT_H 1
  29615. | #define HAVE_LANGINFO_H 1
  29616. | #define HAVE_LIMITS_H 1
  29617. | #define HAVE_LOCALE_H 1
  29618. | #define HAVE_MALLOC_MALLOC_H 1
  29619. | #define HAVE_PWD_H 1
  29620. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  29621. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  29622. | #define HAVE_STDALIGN_H 1
  29623. | #define HAVE_SYS_ATTR_H 1
  29624. | #define HAVE_SYS_FCNTL_H 1
  29625. | #define HAVE_SYS_FILE_H 1
  29626. | #define HAVE_SYS_IOCTL_H 1
  29627. | #define HAVE_SYS_PARAM_H 1
  29628. | #define HAVE_SYS_RESOURCE_H 1
  29629. | #define HAVE_SYS_SELECT_H 1
  29630. | #define HAVE_SYS_SOCKET_H 1
  29631. | #define HAVE_SYS_TIME_H 1
  29632. | #define HAVE_SYS_TIMES_H 1
  29633. | #define HAVE_SYS_UIO_H 1
  29634. | #define HAVE_TIME_H 1
  29635. | #define HAVE_UCONTEXT_H 1
  29636. | #define HAVE_UTIME_H 1
  29637. | #define HAVE_GMP_H 1
  29638. | #define HAVE_LIBGMP 1
  29639. | #define HAVE_TYPEOF 1
  29640. | #define HAVE_LONG_LONG 1
  29641. | #define HAVE_OFF_T 1
  29642. | #define SIZEOF_INT 4
  29643. | #define SIZEOF_SHORT 2
  29644. | #define SIZEOF_LONG 8
  29645. | #define SIZEOF_LONG_LONG 8
  29646. | #define SIZEOF___INT64 0
  29647. | #define SIZEOF___INT128 16
  29648. | #define SIZEOF_OFF_T 8
  29649. | #define SIZEOF_VOIDP 8
  29650. | #define SIZEOF_FLOAT 4
  29651. | #define SIZEOF_DOUBLE 8
  29652. | #define SIZEOF_TIME_T 8
  29653. | #define SIZEOF_CLOCK_T 8
  29654. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29655. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29656. | #define PRI_LL_PREFIX "ll"
  29657. | #define HAVE_PID_T 1
  29658. | #define rb_pid_t pid_t
  29659. | #define SIGNEDNESS_OF_PID_T -1
  29660. | #define PIDT2NUM(v) INT2NUM(v)
  29661. | #define NUM2PIDT(v) NUM2INT(v)
  29662. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29663. | #define HAVE_UID_T 1
  29664. | #define rb_uid_t uid_t
  29665. | #define SIGNEDNESS_OF_UID_T +1
  29666. | #define UIDT2NUM(v) UINT2NUM(v)
  29667. | #define NUM2UIDT(v) NUM2UINT(v)
  29668. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29669. | #define HAVE_GID_T 1
  29670. | #define rb_gid_t gid_t
  29671. | #define SIGNEDNESS_OF_GID_T +1
  29672. | #define GIDT2NUM(v) UINT2NUM(v)
  29673. | #define NUM2GIDT(v) NUM2UINT(v)
  29674. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29675. | #define HAVE_TIME_T 1
  29676. | #define rb_time_t time_t
  29677. | #define SIGNEDNESS_OF_TIME_T -1
  29678. | #define TIMET2NUM(v) LONG2NUM(v)
  29679. | #define NUM2TIMET(v) NUM2LONG(v)
  29680. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29681. | #define HAVE_DEV_T 1
  29682. | #define rb_dev_t dev_t
  29683. | #define SIGNEDNESS_OF_DEV_T -1
  29684. | #define DEVT2NUM(v) INT2NUM(v)
  29685. | #define NUM2DEVT(v) NUM2INT(v)
  29686. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29687. | #define HAVE_MODE_T 1
  29688. | #define rb_mode_t mode_t
  29689. | #define SIGNEDNESS_OF_MODE_T +1
  29690. | #define MODET2NUM(v) USHORT2NUM(v)
  29691. | #define NUM2MODET(v) NUM2USHORT(v)
  29692. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  29693. | #define HAVE_RLIM_T 1
  29694. | #define rb_rlim_t rlim_t
  29695. | #define SIGNEDNESS_OF_RLIM_T +1
  29696. | #define RLIM2NUM(v) ULL2NUM(v)
  29697. | #define NUM2RLIM(v) NUM2ULL(v)
  29698. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29699. | #define HAVE_OFF_T 1
  29700. | #define rb_off_t off_t
  29701. | #define SIGNEDNESS_OF_OFF_T -1
  29702. | #define OFFT2NUM(v) LL2NUM(v)
  29703. | #define NUM2OFFT(v) NUM2LL(v)
  29704. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29705. | #define HAVE_CLOCKID_T 1
  29706. | #define rb_clockid_t clockid_t
  29707. | #define SIGNEDNESS_OF_CLOCKID_T +1
  29708. | #define CLOCKID2NUM(v) UINT2NUM(v)
  29709. | #define NUM2CLOCKID(v) NUM2UINT(v)
  29710. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29711. | #define HAVE_PROTOTYPES 1
  29712. | #define TOKEN_PASTE(x,y) x##y
  29713. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29714. | #define HAVE_STDARG_PROTOTYPES 1
  29715. | #define HAVE_VA_ARGS_MACRO 1
  29716. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  29717. | #define RUBY_ALIGNOF alignof
  29718. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29719. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29720. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29721. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29722. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29723. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29724. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29725. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29726. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  29727. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  29728. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  29729. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29730. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29731. | #define WEAK(x) __attribute__ ((__weak__)) x
  29732. | #define HAVE_FUNC_WEAK 1
  29733. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29734. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29735. | #define HAVE_GCC_SYNC_BUILTINS 1
  29736. | #define UNREACHABLE __builtin_unreachable()
  29737. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29738. | #define RUBY_FUNCTION_NAME_STRING __func__
  29739. | #define ENUM_OVER_INT 1
  29740. | #define HAVE_DECL_SYS_NERR 1
  29741. | #define HAVE_DECL_GETENV 1
  29742. | #define SIZEOF_SIZE_T 8
  29743. | #define SIZEOF_PTRDIFF_T 8
  29744. | #define PRI_SIZE_PREFIX "z"
  29745. | #define PRI_PTRDIFF_PREFIX "t"
  29746. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29747. | #define HAVE_ST_BLKSIZE 1
  29748. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29749. | #define HAVE_ST_BLOCKS 1
  29750. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29751. | #define HAVE_ST_RDEV 1
  29752. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29753. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29754. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29755. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29756. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29757. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29758. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29759. | #define HAVE_STRUCT_TIMEVAL 1
  29760. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29761. | #define HAVE_STRUCT_TIMESPEC 1
  29762. | #define HAVE_STRUCT_TIMEZONE 1
  29763. | #define HAVE_RB_FD_INIT 1
  29764. | #define HAVE_INT8_T 1
  29765. | #define SIZEOF_INT8_T 1
  29766. | #define HAVE_UINT8_T 1
  29767. | #define SIZEOF_UINT8_T 1
  29768. | #define HAVE_INT16_T 1
  29769. | #define SIZEOF_INT16_T 2
  29770. | #define HAVE_UINT16_T 1
  29771. | #define SIZEOF_UINT16_T 2
  29772. | #define HAVE_INT32_T 1
  29773. | #define SIZEOF_INT32_T 4
  29774. | #define HAVE_UINT32_T 1
  29775. | #define SIZEOF_UINT32_T 4
  29776. | #define HAVE_INT64_T 1
  29777. | #define SIZEOF_INT64_T 8
  29778. | #define HAVE_UINT64_T 1
  29779. | #define SIZEOF_UINT64_T 8
  29780. | #define HAVE_INT128_T 1
  29781. | #define int128_t __int128
  29782. | #define SIZEOF_INT128_T SIZEOF___INT128
  29783. | #define HAVE_UINT128_T 1
  29784. | #define uint128_t unsigned __int128
  29785. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29786. | #define HAVE_INTPTR_T 1
  29787. | #define SIZEOF_INTPTR_T 8
  29788. | #define HAVE_UINTPTR_T 1
  29789. | #define SIZEOF_UINTPTR_T 8
  29790. | #define PRI_PTR_PREFIX "l"
  29791. | #define HAVE_SSIZE_T 1
  29792. | #define SIZEOF_SSIZE_T 8
  29793. | #define PRI_64_PREFIX "ll"
  29794. | #define GETGROUPS_T gid_t
  29795. | #define RETSIGTYPE void
  29796. | #define HAVE_ALLOCA_H 1
  29797. | #define HAVE_ALLOCA 1
  29798. | #define HAVE_ACOSH 1
  29799. | #define HAVE_CBRT 1
  29800. | #define HAVE_CRYPT 1
  29801. | #define HAVE_DUP2 1
  29802. | #define HAVE_ERF 1
  29803. | #define HAVE_FFS 1
  29804. | #define HAVE_FINITE 1
  29805. | #define HAVE_FLOCK 1
  29806. | #define HAVE_HYPOT 1
  29807. | #define HAVE_ISINF 1
  29808. | #define HAVE_ISNAN 1
  29809. | #define HAVE_LGAMMA_R 1
  29810. | #define HAVE_MEMMOVE 1
  29811. | #define HAVE_NAN 1
  29812. | #define HAVE_NEXTAFTER 1
  29813. | #define HAVE_STRCHR 1
  29814. | #define HAVE_STRERROR 1
  29815. | #define HAVE_STRLCAT 1
  29816. | #define HAVE_STRLCPY 1
  29817. | #define HAVE_STRSTR 1
  29818. | #define HAVE_TGAMMA 1
  29819. | #define SPT_TYPE SPT_REUSEARGV
  29820. | #define HAVE_SIGNBIT 1
  29821. | #define HAVE_FORK 1
  29822. | #define vfork fork
  29823. | #define HAVE_WORKING_FORK 1
  29824. | #define HAVE__LONGJMP 1
  29825. | #define HAVE_ARC4RANDOM_BUF 1
  29826. | #define HAVE_ATAN2L 1
  29827. | #define HAVE_ATAN2F 1
  29828. | #define HAVE_CHROOT 1
  29829. | #define HAVE_CLOCK_GETTIME 1
  29830. | #define HAVE_COSH 1
  29831. | #define HAVE_DIRFD 1
  29832. | #define HAVE_DLOPEN 1
  29833. | #define HAVE_DLADDR 1
  29834. | #define HAVE_DUP 1
  29835. | #define HAVE_ENDGRENT 1
  29836. | #define HAVE_FCHMOD 1
  29837. | #define HAVE_FCHOWN 1
  29838. | #define HAVE_FCNTL 1
  29839. | #define HAVE_FDOPENDIR 1
  29840. | #define HAVE_FGETATTRLIST 1
  29841. | #define HAVE_FMOD 1
  29842. | #define HAVE_FSTATAT 1
  29843. | #define HAVE_FSYNC 1
  29844. | #define HAVE_FTRUNCATE 1
  29845. | #define HAVE_GETATTRLIST 1
  29846. | #define HAVE_GETCWD 1
  29847. | #define HAVE_GETGRNAM 1
  29848. | #define HAVE_GETGRNAM_R 1
  29849. | #define HAVE_GETGROUPS 1
  29850. | #define HAVE_GETPGID 1
  29851. | #define HAVE_GETPGRP 1
  29852. | #define HAVE_GETPRIORITY 1
  29853. | #define HAVE_GETPWNAM_R 1
  29854. | #define HAVE_GETRLIMIT 1
  29855. | #define HAVE_GETSID 1
  29856. | #define HAVE_GETTIMEOFDAY 1
  29857. | #define HAVE_GMTIME_R 1
  29858. | #define HAVE_GRANTPT 1
  29859. | #define HAVE_INITGROUPS 1
  29860. | #define HAVE_IOCTL 1
  29861. | #define HAVE_ISSETUGID 1
  29862. | #define HAVE_KILLPG 1
  29863. | #define HAVE_LCHMOD 1
  29864. | #define HAVE_LCHOWN 1
  29865. | #define HAVE_LINK 1
  29866. | #define HAVE_LLABS 1
  29867. | #define HAVE_LOCKF 1
  29868. | #define HAVE_LOG2 1
  29869. | #define HAVE_LSTAT 1
  29870. | #define HAVE_LUTIMES 1
  29871. | #define HAVE_MALLOC_SIZE 1
  29872. | #define HAVE_MBLEN 1
  29873. | #define HAVE_MEMSET_S 1
  29874. | #define HAVE_WRITEV 1
  29875. | #define HAVE_MKFIFO 1
  29876. | #define HAVE_MKNOD 1
  29877. | #define HAVE_MKTIME 1
  29878. | #define HAVE_OPENAT 1
  29879. | #define HAVE_POLL 1
  29880. | #define HAVE_POSIX_MEMALIGN 1
  29881. | #define HAVE_PREAD 1
  29882. | #define HAVE_PWRITE 1
  29883. | #define HAVE_QSORT_R 1
  29884. | #define HAVE_READLINK 1
  29885. | #define HAVE_ROUND 1
  29886. | #define HAVE_SEEKDIR 1
  29887. | #define HAVE_SENDFILE 1
  29888. | #define HAVE_SETEGID 1
  29889. | #define HAVE_SETENV 1
  29890. | #define HAVE_SETEUID 1
  29891. | #define HAVE_SETGID 1
  29892. | #define HAVE_SETGROUPS 1
  29893. | #define HAVE_SETPGID 1
  29894. | #define HAVE_SETPGRP 1
  29895. | #define HAVE_SETREGID 1
  29896. | /* end confdefs.h. */
  29897. | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
  29898. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  29899. | #define setresuid innocuous_setresuid
  29900. |
  29901. | /* System header to define __stub macros and hopefully few prototypes,
  29902. | which can conflict with char setresuid (); below.
  29903. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  29904. | <limits.h> exists even on freestanding compilers. */
  29905. |
  29906. | #ifdef __STDC__
  29907. | # include <limits.h>
  29908. | #else
  29909. | # include <assert.h>
  29910. | #endif
  29911. |
  29912. | #undef setresuid
  29913. |
  29914. | /* Override any GCC internal prototype to avoid an error.
  29915. | Use char because int might match the return type of a GCC
  29916. | builtin and then its argument prototype would still apply. */
  29917. | #ifdef __cplusplus
  29918. | extern "C"
  29919. | #endif
  29920. | char setresuid ();
  29921. | /* The GNU C library defines this for functions which it implements
  29922. | to always fail with ENOSYS. Some functions are actually named
  29923. | something starting with __ and the normal name is an alias. */
  29924. | #if defined __stub_setresuid || defined __stub___setresuid
  29925. | choke me
  29926. | #endif
  29927. |
  29928. | int
  29929. | main ()
  29930. | {
  29931. | return setresuid ();
  29932. | ;
  29933. | return 0;
  29934. | }
  29935. configure:23662: result: no
  29936. configure:23673: checking for setreuid
  29937. configure:23673: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29938. configure:23673: $? = 0
  29939. configure:23673: result: yes
  29940. configure:23684: checking for setrgid
  29941. configure:23684: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29942. configure:23684: $? = 0
  29943. configure:23684: result: yes
  29944. configure:23695: checking for setrlimit
  29945. configure:23695: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29946. configure:23695: $? = 0
  29947. configure:23695: result: yes
  29948. configure:23706: checking for setruid
  29949. configure:23706: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29950. configure:23706: $? = 0
  29951. configure:23706: result: yes
  29952. configure:23717: checking for setsid
  29953. configure:23717: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29954. configure:23717: $? = 0
  29955. configure:23717: result: yes
  29956. configure:23728: checking for setuid
  29957. configure:23728: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29958. configure:23728: $? = 0
  29959. configure:23728: result: yes
  29960. configure:23739: checking for shutdown
  29961. configure:23739: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29962. configure:23739: $? = 0
  29963. configure:23739: result: yes
  29964. configure:23750: checking for sigaction
  29965. configure:23750: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29966. configure:23750: $? = 0
  29967. configure:23750: result: yes
  29968. configure:23761: checking for sigaltstack
  29969. configure:23761: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29970. configure:23761: $? = 0
  29971. configure:23761: result: yes
  29972. configure:23772: checking for sigprocmask
  29973. configure:23772: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29974. configure:23772: $? = 0
  29975. configure:23772: result: yes
  29976. configure:23783: checking for sinh
  29977. configure:23783: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29978. conftest.c:351:6: warning: incompatible redeclaration of library function 'sinh' [-Wincompatible-library-redeclaration]
  29979. char sinh ();
  29980. ^
  29981. conftest.c:351:6: note: 'sinh' is a builtin with type 'double (double)'
  29982. 1 warning generated.
  29983. configure:23783: $? = 0
  29984. configure:23783: result: yes
  29985. configure:23794: checking for spawnv
  29986. configure:23794: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  29987. Undefined symbols for architecture x86_64:
  29988. "_spawnv", referenced from:
  29989. _main in conftest-ec866c.o
  29990. ld: symbol(s) not found for architecture x86_64
  29991. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29992. configure:23794: $? = 1
  29993. configure: failed program was:
  29994. | /* confdefs.h */
  29995. | #define PACKAGE_NAME ""
  29996. | #define PACKAGE_TARNAME ""
  29997. | #define PACKAGE_VERSION ""
  29998. | #define PACKAGE_STRING ""
  29999. | #define PACKAGE_BUGREPORT ""
  30000. | #define PACKAGE_URL ""
  30001. | #define STDC_HEADERS 1
  30002. | #define HAVE_SYS_TYPES_H 1
  30003. | #define HAVE_SYS_STAT_H 1
  30004. | #define HAVE_STDLIB_H 1
  30005. | #define HAVE_STRING_H 1
  30006. | #define HAVE_MEMORY_H 1
  30007. | #define HAVE_STRINGS_H 1
  30008. | #define HAVE_INTTYPES_H 1
  30009. | #define HAVE_STDINT_H 1
  30010. | #define HAVE_UNISTD_H 1
  30011. | #define __EXTENSIONS__ 1
  30012. | #define _ALL_SOURCE 1
  30013. | #define _GNU_SOURCE 1
  30014. | #define _POSIX_PTHREAD_SEMANTICS 1
  30015. | #define _TANDEM_SOURCE 1
  30016. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30017. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30018. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  30019. | #define BROKEN_CRYPT 1
  30020. | #define HAVE_CRT_EXTERNS_H 1
  30021. | #define HAVE_LIBDL 1
  30022. | #define HAVE_DIRENT_H 1
  30023. | #define HAVE__BOOL 1
  30024. | #define HAVE_STDBOOL_H 1
  30025. | #define HAVE_SYS_WAIT_H 1
  30026. | #define HAVE_GRP_H 1
  30027. | #define HAVE_FCNTL_H 1
  30028. | #define HAVE_FLOAT_H 1
  30029. | #define HAVE_LANGINFO_H 1
  30030. | #define HAVE_LIMITS_H 1
  30031. | #define HAVE_LOCALE_H 1
  30032. | #define HAVE_MALLOC_MALLOC_H 1
  30033. | #define HAVE_PWD_H 1
  30034. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  30035. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  30036. | #define HAVE_STDALIGN_H 1
  30037. | #define HAVE_SYS_ATTR_H 1
  30038. | #define HAVE_SYS_FCNTL_H 1
  30039. | #define HAVE_SYS_FILE_H 1
  30040. | #define HAVE_SYS_IOCTL_H 1
  30041. | #define HAVE_SYS_PARAM_H 1
  30042. | #define HAVE_SYS_RESOURCE_H 1
  30043. | #define HAVE_SYS_SELECT_H 1
  30044. | #define HAVE_SYS_SOCKET_H 1
  30045. | #define HAVE_SYS_TIME_H 1
  30046. | #define HAVE_SYS_TIMES_H 1
  30047. | #define HAVE_SYS_UIO_H 1
  30048. | #define HAVE_TIME_H 1
  30049. | #define HAVE_UCONTEXT_H 1
  30050. | #define HAVE_UTIME_H 1
  30051. | #define HAVE_GMP_H 1
  30052. | #define HAVE_LIBGMP 1
  30053. | #define HAVE_TYPEOF 1
  30054. | #define HAVE_LONG_LONG 1
  30055. | #define HAVE_OFF_T 1
  30056. | #define SIZEOF_INT 4
  30057. | #define SIZEOF_SHORT 2
  30058. | #define SIZEOF_LONG 8
  30059. | #define SIZEOF_LONG_LONG 8
  30060. | #define SIZEOF___INT64 0
  30061. | #define SIZEOF___INT128 16
  30062. | #define SIZEOF_OFF_T 8
  30063. | #define SIZEOF_VOIDP 8
  30064. | #define SIZEOF_FLOAT 4
  30065. | #define SIZEOF_DOUBLE 8
  30066. | #define SIZEOF_TIME_T 8
  30067. | #define SIZEOF_CLOCK_T 8
  30068. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30069. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30070. | #define PRI_LL_PREFIX "ll"
  30071. | #define HAVE_PID_T 1
  30072. | #define rb_pid_t pid_t
  30073. | #define SIGNEDNESS_OF_PID_T -1
  30074. | #define PIDT2NUM(v) INT2NUM(v)
  30075. | #define NUM2PIDT(v) NUM2INT(v)
  30076. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30077. | #define HAVE_UID_T 1
  30078. | #define rb_uid_t uid_t
  30079. | #define SIGNEDNESS_OF_UID_T +1
  30080. | #define UIDT2NUM(v) UINT2NUM(v)
  30081. | #define NUM2UIDT(v) NUM2UINT(v)
  30082. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30083. | #define HAVE_GID_T 1
  30084. | #define rb_gid_t gid_t
  30085. | #define SIGNEDNESS_OF_GID_T +1
  30086. | #define GIDT2NUM(v) UINT2NUM(v)
  30087. | #define NUM2GIDT(v) NUM2UINT(v)
  30088. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30089. | #define HAVE_TIME_T 1
  30090. | #define rb_time_t time_t
  30091. | #define SIGNEDNESS_OF_TIME_T -1
  30092. | #define TIMET2NUM(v) LONG2NUM(v)
  30093. | #define NUM2TIMET(v) NUM2LONG(v)
  30094. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30095. | #define HAVE_DEV_T 1
  30096. | #define rb_dev_t dev_t
  30097. | #define SIGNEDNESS_OF_DEV_T -1
  30098. | #define DEVT2NUM(v) INT2NUM(v)
  30099. | #define NUM2DEVT(v) NUM2INT(v)
  30100. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30101. | #define HAVE_MODE_T 1
  30102. | #define rb_mode_t mode_t
  30103. | #define SIGNEDNESS_OF_MODE_T +1
  30104. | #define MODET2NUM(v) USHORT2NUM(v)
  30105. | #define NUM2MODET(v) NUM2USHORT(v)
  30106. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  30107. | #define HAVE_RLIM_T 1
  30108. | #define rb_rlim_t rlim_t
  30109. | #define SIGNEDNESS_OF_RLIM_T +1
  30110. | #define RLIM2NUM(v) ULL2NUM(v)
  30111. | #define NUM2RLIM(v) NUM2ULL(v)
  30112. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30113. | #define HAVE_OFF_T 1
  30114. | #define rb_off_t off_t
  30115. | #define SIGNEDNESS_OF_OFF_T -1
  30116. | #define OFFT2NUM(v) LL2NUM(v)
  30117. | #define NUM2OFFT(v) NUM2LL(v)
  30118. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30119. | #define HAVE_CLOCKID_T 1
  30120. | #define rb_clockid_t clockid_t
  30121. | #define SIGNEDNESS_OF_CLOCKID_T +1
  30122. | #define CLOCKID2NUM(v) UINT2NUM(v)
  30123. | #define NUM2CLOCKID(v) NUM2UINT(v)
  30124. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30125. | #define HAVE_PROTOTYPES 1
  30126. | #define TOKEN_PASTE(x,y) x##y
  30127. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30128. | #define HAVE_STDARG_PROTOTYPES 1
  30129. | #define HAVE_VA_ARGS_MACRO 1
  30130. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  30131. | #define RUBY_ALIGNOF alignof
  30132. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30133. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30134. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30135. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30136. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30137. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30138. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30139. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30140. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  30141. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  30142. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  30143. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30144. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30145. | #define WEAK(x) __attribute__ ((__weak__)) x
  30146. | #define HAVE_FUNC_WEAK 1
  30147. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30148. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30149. | #define HAVE_GCC_SYNC_BUILTINS 1
  30150. | #define UNREACHABLE __builtin_unreachable()
  30151. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30152. | #define RUBY_FUNCTION_NAME_STRING __func__
  30153. | #define ENUM_OVER_INT 1
  30154. | #define HAVE_DECL_SYS_NERR 1
  30155. | #define HAVE_DECL_GETENV 1
  30156. | #define SIZEOF_SIZE_T 8
  30157. | #define SIZEOF_PTRDIFF_T 8
  30158. | #define PRI_SIZE_PREFIX "z"
  30159. | #define PRI_PTRDIFF_PREFIX "t"
  30160. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30161. | #define HAVE_ST_BLKSIZE 1
  30162. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30163. | #define HAVE_ST_BLOCKS 1
  30164. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30165. | #define HAVE_ST_RDEV 1
  30166. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30167. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30168. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30169. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30170. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30171. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30172. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30173. | #define HAVE_STRUCT_TIMEVAL 1
  30174. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30175. | #define HAVE_STRUCT_TIMESPEC 1
  30176. | #define HAVE_STRUCT_TIMEZONE 1
  30177. | #define HAVE_RB_FD_INIT 1
  30178. | #define HAVE_INT8_T 1
  30179. | #define SIZEOF_INT8_T 1
  30180. | #define HAVE_UINT8_T 1
  30181. | #define SIZEOF_UINT8_T 1
  30182. | #define HAVE_INT16_T 1
  30183. | #define SIZEOF_INT16_T 2
  30184. | #define HAVE_UINT16_T 1
  30185. | #define SIZEOF_UINT16_T 2
  30186. | #define HAVE_INT32_T 1
  30187. | #define SIZEOF_INT32_T 4
  30188. | #define HAVE_UINT32_T 1
  30189. | #define SIZEOF_UINT32_T 4
  30190. | #define HAVE_INT64_T 1
  30191. | #define SIZEOF_INT64_T 8
  30192. | #define HAVE_UINT64_T 1
  30193. | #define SIZEOF_UINT64_T 8
  30194. | #define HAVE_INT128_T 1
  30195. | #define int128_t __int128
  30196. | #define SIZEOF_INT128_T SIZEOF___INT128
  30197. | #define HAVE_UINT128_T 1
  30198. | #define uint128_t unsigned __int128
  30199. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30200. | #define HAVE_INTPTR_T 1
  30201. | #define SIZEOF_INTPTR_T 8
  30202. | #define HAVE_UINTPTR_T 1
  30203. | #define SIZEOF_UINTPTR_T 8
  30204. | #define PRI_PTR_PREFIX "l"
  30205. | #define HAVE_SSIZE_T 1
  30206. | #define SIZEOF_SSIZE_T 8
  30207. | #define PRI_64_PREFIX "ll"
  30208. | #define GETGROUPS_T gid_t
  30209. | #define RETSIGTYPE void
  30210. | #define HAVE_ALLOCA_H 1
  30211. | #define HAVE_ALLOCA 1
  30212. | #define HAVE_ACOSH 1
  30213. | #define HAVE_CBRT 1
  30214. | #define HAVE_CRYPT 1
  30215. | #define HAVE_DUP2 1
  30216. | #define HAVE_ERF 1
  30217. | #define HAVE_FFS 1
  30218. | #define HAVE_FINITE 1
  30219. | #define HAVE_FLOCK 1
  30220. | #define HAVE_HYPOT 1
  30221. | #define HAVE_ISINF 1
  30222. | #define HAVE_ISNAN 1
  30223. | #define HAVE_LGAMMA_R 1
  30224. | #define HAVE_MEMMOVE 1
  30225. | #define HAVE_NAN 1
  30226. | #define HAVE_NEXTAFTER 1
  30227. | #define HAVE_STRCHR 1
  30228. | #define HAVE_STRERROR 1
  30229. | #define HAVE_STRLCAT 1
  30230. | #define HAVE_STRLCPY 1
  30231. | #define HAVE_STRSTR 1
  30232. | #define HAVE_TGAMMA 1
  30233. | #define SPT_TYPE SPT_REUSEARGV
  30234. | #define HAVE_SIGNBIT 1
  30235. | #define HAVE_FORK 1
  30236. | #define vfork fork
  30237. | #define HAVE_WORKING_FORK 1
  30238. | #define HAVE__LONGJMP 1
  30239. | #define HAVE_ARC4RANDOM_BUF 1
  30240. | #define HAVE_ATAN2L 1
  30241. | #define HAVE_ATAN2F 1
  30242. | #define HAVE_CHROOT 1
  30243. | #define HAVE_CLOCK_GETTIME 1
  30244. | #define HAVE_COSH 1
  30245. | #define HAVE_DIRFD 1
  30246. | #define HAVE_DLOPEN 1
  30247. | #define HAVE_DLADDR 1
  30248. | #define HAVE_DUP 1
  30249. | #define HAVE_ENDGRENT 1
  30250. | #define HAVE_FCHMOD 1
  30251. | #define HAVE_FCHOWN 1
  30252. | #define HAVE_FCNTL 1
  30253. | #define HAVE_FDOPENDIR 1
  30254. | #define HAVE_FGETATTRLIST 1
  30255. | #define HAVE_FMOD 1
  30256. | #define HAVE_FSTATAT 1
  30257. | #define HAVE_FSYNC 1
  30258. | #define HAVE_FTRUNCATE 1
  30259. | #define HAVE_GETATTRLIST 1
  30260. | #define HAVE_GETCWD 1
  30261. | #define HAVE_GETGRNAM 1
  30262. | #define HAVE_GETGRNAM_R 1
  30263. | #define HAVE_GETGROUPS 1
  30264. | #define HAVE_GETPGID 1
  30265. | #define HAVE_GETPGRP 1
  30266. | #define HAVE_GETPRIORITY 1
  30267. | #define HAVE_GETPWNAM_R 1
  30268. | #define HAVE_GETRLIMIT 1
  30269. | #define HAVE_GETSID 1
  30270. | #define HAVE_GETTIMEOFDAY 1
  30271. | #define HAVE_GMTIME_R 1
  30272. | #define HAVE_GRANTPT 1
  30273. | #define HAVE_INITGROUPS 1
  30274. | #define HAVE_IOCTL 1
  30275. | #define HAVE_ISSETUGID 1
  30276. | #define HAVE_KILLPG 1
  30277. | #define HAVE_LCHMOD 1
  30278. | #define HAVE_LCHOWN 1
  30279. | #define HAVE_LINK 1
  30280. | #define HAVE_LLABS 1
  30281. | #define HAVE_LOCKF 1
  30282. | #define HAVE_LOG2 1
  30283. | #define HAVE_LSTAT 1
  30284. | #define HAVE_LUTIMES 1
  30285. | #define HAVE_MALLOC_SIZE 1
  30286. | #define HAVE_MBLEN 1
  30287. | #define HAVE_MEMSET_S 1
  30288. | #define HAVE_WRITEV 1
  30289. | #define HAVE_MKFIFO 1
  30290. | #define HAVE_MKNOD 1
  30291. | #define HAVE_MKTIME 1
  30292. | #define HAVE_OPENAT 1
  30293. | #define HAVE_POLL 1
  30294. | #define HAVE_POSIX_MEMALIGN 1
  30295. | #define HAVE_PREAD 1
  30296. | #define HAVE_PWRITE 1
  30297. | #define HAVE_QSORT_R 1
  30298. | #define HAVE_READLINK 1
  30299. | #define HAVE_ROUND 1
  30300. | #define HAVE_SEEKDIR 1
  30301. | #define HAVE_SENDFILE 1
  30302. | #define HAVE_SETEGID 1
  30303. | #define HAVE_SETENV 1
  30304. | #define HAVE_SETEUID 1
  30305. | #define HAVE_SETGID 1
  30306. | #define HAVE_SETGROUPS 1
  30307. | #define HAVE_SETPGID 1
  30308. | #define HAVE_SETPGRP 1
  30309. | #define HAVE_SETREGID 1
  30310. | #define HAVE_SETREUID 1
  30311. | #define HAVE_SETRGID 1
  30312. | #define HAVE_SETRLIMIT 1
  30313. | #define HAVE_SETRUID 1
  30314. | #define HAVE_SETSID 1
  30315. | #define HAVE_SETUID 1
  30316. | #define HAVE_SHUTDOWN 1
  30317. | #define HAVE_SIGACTION 1
  30318. | #define HAVE_SIGALTSTACK 1
  30319. | #define HAVE_SIGPROCMASK 1
  30320. | #define HAVE_SINH 1
  30321. | /* end confdefs.h. */
  30322. | /* Define spawnv to an innocuous variant, in case <limits.h> declares spawnv.
  30323. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30324. | #define spawnv innocuous_spawnv
  30325. |
  30326. | /* System header to define __stub macros and hopefully few prototypes,
  30327. | which can conflict with char spawnv (); below.
  30328. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30329. | <limits.h> exists even on freestanding compilers. */
  30330. |
  30331. | #ifdef __STDC__
  30332. | # include <limits.h>
  30333. | #else
  30334. | # include <assert.h>
  30335. | #endif
  30336. |
  30337. | #undef spawnv
  30338. |
  30339. | /* Override any GCC internal prototype to avoid an error.
  30340. | Use char because int might match the return type of a GCC
  30341. | builtin and then its argument prototype would still apply. */
  30342. | #ifdef __cplusplus
  30343. | extern "C"
  30344. | #endif
  30345. | char spawnv ();
  30346. | /* The GNU C library defines this for functions which it implements
  30347. | to always fail with ENOSYS. Some functions are actually named
  30348. | something starting with __ and the normal name is an alias. */
  30349. | #if defined __stub_spawnv || defined __stub___spawnv
  30350. | choke me
  30351. | #endif
  30352. |
  30353. | int
  30354. | main ()
  30355. | {
  30356. | return spawnv ();
  30357. | ;
  30358. | return 0;
  30359. | }
  30360. configure:23794: result: no
  30361. configure:23805: checking for symlink
  30362. configure:23805: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30363. configure:23805: $? = 0
  30364. configure:23805: result: yes
  30365. configure:23816: checking for syscall
  30366. configure:23816: result: no
  30367. configure:23827: checking for sysconf
  30368. configure:23827: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30369. configure:23827: $? = 0
  30370. configure:23827: result: yes
  30371. configure:23838: checking for tanh
  30372. configure:23838: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30373. conftest.c:354:6: warning: incompatible redeclaration of library function 'tanh' [-Wincompatible-library-redeclaration]
  30374. char tanh ();
  30375. ^
  30376. conftest.c:354:6: note: 'tanh' is a builtin with type 'double (double)'
  30377. 1 warning generated.
  30378. configure:23838: $? = 0
  30379. configure:23838: result: yes
  30380. configure:23849: checking for telldir
  30381. configure:23849: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30382. configure:23849: $? = 0
  30383. configure:23849: result: yes
  30384. configure:23860: checking for timegm
  30385. configure:23860: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30386. configure:23860: $? = 0
  30387. configure:23860: result: yes
  30388. configure:23871: checking for times
  30389. configure:23871: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30390. configure:23871: $? = 0
  30391. configure:23871: result: yes
  30392. configure:23882: checking for truncate
  30393. configure:23882: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30394. configure:23882: $? = 0
  30395. configure:23882: result: yes
  30396. configure:23893: checking for truncate64
  30397. configure:23893: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30398. Undefined symbols for architecture x86_64:
  30399. "_truncate64", referenced from:
  30400. _main in conftest-42d321.o
  30401. ld: symbol(s) not found for architecture x86_64
  30402. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30403. configure:23893: $? = 1
  30404. configure: failed program was:
  30405. | /* confdefs.h */
  30406. | #define PACKAGE_NAME ""
  30407. | #define PACKAGE_TARNAME ""
  30408. | #define PACKAGE_VERSION ""
  30409. | #define PACKAGE_STRING ""
  30410. | #define PACKAGE_BUGREPORT ""
  30411. | #define PACKAGE_URL ""
  30412. | #define STDC_HEADERS 1
  30413. | #define HAVE_SYS_TYPES_H 1
  30414. | #define HAVE_SYS_STAT_H 1
  30415. | #define HAVE_STDLIB_H 1
  30416. | #define HAVE_STRING_H 1
  30417. | #define HAVE_MEMORY_H 1
  30418. | #define HAVE_STRINGS_H 1
  30419. | #define HAVE_INTTYPES_H 1
  30420. | #define HAVE_STDINT_H 1
  30421. | #define HAVE_UNISTD_H 1
  30422. | #define __EXTENSIONS__ 1
  30423. | #define _ALL_SOURCE 1
  30424. | #define _GNU_SOURCE 1
  30425. | #define _POSIX_PTHREAD_SEMANTICS 1
  30426. | #define _TANDEM_SOURCE 1
  30427. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30428. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30429. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  30430. | #define BROKEN_CRYPT 1
  30431. | #define HAVE_CRT_EXTERNS_H 1
  30432. | #define HAVE_LIBDL 1
  30433. | #define HAVE_DIRENT_H 1
  30434. | #define HAVE__BOOL 1
  30435. | #define HAVE_STDBOOL_H 1
  30436. | #define HAVE_SYS_WAIT_H 1
  30437. | #define HAVE_GRP_H 1
  30438. | #define HAVE_FCNTL_H 1
  30439. | #define HAVE_FLOAT_H 1
  30440. | #define HAVE_LANGINFO_H 1
  30441. | #define HAVE_LIMITS_H 1
  30442. | #define HAVE_LOCALE_H 1
  30443. | #define HAVE_MALLOC_MALLOC_H 1
  30444. | #define HAVE_PWD_H 1
  30445. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  30446. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  30447. | #define HAVE_STDALIGN_H 1
  30448. | #define HAVE_SYS_ATTR_H 1
  30449. | #define HAVE_SYS_FCNTL_H 1
  30450. | #define HAVE_SYS_FILE_H 1
  30451. | #define HAVE_SYS_IOCTL_H 1
  30452. | #define HAVE_SYS_PARAM_H 1
  30453. | #define HAVE_SYS_RESOURCE_H 1
  30454. | #define HAVE_SYS_SELECT_H 1
  30455. | #define HAVE_SYS_SOCKET_H 1
  30456. | #define HAVE_SYS_TIME_H 1
  30457. | #define HAVE_SYS_TIMES_H 1
  30458. | #define HAVE_SYS_UIO_H 1
  30459. | #define HAVE_TIME_H 1
  30460. | #define HAVE_UCONTEXT_H 1
  30461. | #define HAVE_UTIME_H 1
  30462. | #define HAVE_GMP_H 1
  30463. | #define HAVE_LIBGMP 1
  30464. | #define HAVE_TYPEOF 1
  30465. | #define HAVE_LONG_LONG 1
  30466. | #define HAVE_OFF_T 1
  30467. | #define SIZEOF_INT 4
  30468. | #define SIZEOF_SHORT 2
  30469. | #define SIZEOF_LONG 8
  30470. | #define SIZEOF_LONG_LONG 8
  30471. | #define SIZEOF___INT64 0
  30472. | #define SIZEOF___INT128 16
  30473. | #define SIZEOF_OFF_T 8
  30474. | #define SIZEOF_VOIDP 8
  30475. | #define SIZEOF_FLOAT 4
  30476. | #define SIZEOF_DOUBLE 8
  30477. | #define SIZEOF_TIME_T 8
  30478. | #define SIZEOF_CLOCK_T 8
  30479. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30480. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30481. | #define PRI_LL_PREFIX "ll"
  30482. | #define HAVE_PID_T 1
  30483. | #define rb_pid_t pid_t
  30484. | #define SIGNEDNESS_OF_PID_T -1
  30485. | #define PIDT2NUM(v) INT2NUM(v)
  30486. | #define NUM2PIDT(v) NUM2INT(v)
  30487. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30488. | #define HAVE_UID_T 1
  30489. | #define rb_uid_t uid_t
  30490. | #define SIGNEDNESS_OF_UID_T +1
  30491. | #define UIDT2NUM(v) UINT2NUM(v)
  30492. | #define NUM2UIDT(v) NUM2UINT(v)
  30493. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30494. | #define HAVE_GID_T 1
  30495. | #define rb_gid_t gid_t
  30496. | #define SIGNEDNESS_OF_GID_T +1
  30497. | #define GIDT2NUM(v) UINT2NUM(v)
  30498. | #define NUM2GIDT(v) NUM2UINT(v)
  30499. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30500. | #define HAVE_TIME_T 1
  30501. | #define rb_time_t time_t
  30502. | #define SIGNEDNESS_OF_TIME_T -1
  30503. | #define TIMET2NUM(v) LONG2NUM(v)
  30504. | #define NUM2TIMET(v) NUM2LONG(v)
  30505. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30506. | #define HAVE_DEV_T 1
  30507. | #define rb_dev_t dev_t
  30508. | #define SIGNEDNESS_OF_DEV_T -1
  30509. | #define DEVT2NUM(v) INT2NUM(v)
  30510. | #define NUM2DEVT(v) NUM2INT(v)
  30511. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30512. | #define HAVE_MODE_T 1
  30513. | #define rb_mode_t mode_t
  30514. | #define SIGNEDNESS_OF_MODE_T +1
  30515. | #define MODET2NUM(v) USHORT2NUM(v)
  30516. | #define NUM2MODET(v) NUM2USHORT(v)
  30517. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  30518. | #define HAVE_RLIM_T 1
  30519. | #define rb_rlim_t rlim_t
  30520. | #define SIGNEDNESS_OF_RLIM_T +1
  30521. | #define RLIM2NUM(v) ULL2NUM(v)
  30522. | #define NUM2RLIM(v) NUM2ULL(v)
  30523. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30524. | #define HAVE_OFF_T 1
  30525. | #define rb_off_t off_t
  30526. | #define SIGNEDNESS_OF_OFF_T -1
  30527. | #define OFFT2NUM(v) LL2NUM(v)
  30528. | #define NUM2OFFT(v) NUM2LL(v)
  30529. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30530. | #define HAVE_CLOCKID_T 1
  30531. | #define rb_clockid_t clockid_t
  30532. | #define SIGNEDNESS_OF_CLOCKID_T +1
  30533. | #define CLOCKID2NUM(v) UINT2NUM(v)
  30534. | #define NUM2CLOCKID(v) NUM2UINT(v)
  30535. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30536. | #define HAVE_PROTOTYPES 1
  30537. | #define TOKEN_PASTE(x,y) x##y
  30538. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30539. | #define HAVE_STDARG_PROTOTYPES 1
  30540. | #define HAVE_VA_ARGS_MACRO 1
  30541. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  30542. | #define RUBY_ALIGNOF alignof
  30543. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30544. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30545. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30546. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30547. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30548. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30549. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30550. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30551. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  30552. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  30553. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  30554. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30555. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30556. | #define WEAK(x) __attribute__ ((__weak__)) x
  30557. | #define HAVE_FUNC_WEAK 1
  30558. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30559. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30560. | #define HAVE_GCC_SYNC_BUILTINS 1
  30561. | #define UNREACHABLE __builtin_unreachable()
  30562. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30563. | #define RUBY_FUNCTION_NAME_STRING __func__
  30564. | #define ENUM_OVER_INT 1
  30565. | #define HAVE_DECL_SYS_NERR 1
  30566. | #define HAVE_DECL_GETENV 1
  30567. | #define SIZEOF_SIZE_T 8
  30568. | #define SIZEOF_PTRDIFF_T 8
  30569. | #define PRI_SIZE_PREFIX "z"
  30570. | #define PRI_PTRDIFF_PREFIX "t"
  30571. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30572. | #define HAVE_ST_BLKSIZE 1
  30573. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30574. | #define HAVE_ST_BLOCKS 1
  30575. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30576. | #define HAVE_ST_RDEV 1
  30577. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30578. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30579. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30580. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30581. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30582. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30583. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30584. | #define HAVE_STRUCT_TIMEVAL 1
  30585. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30586. | #define HAVE_STRUCT_TIMESPEC 1
  30587. | #define HAVE_STRUCT_TIMEZONE 1
  30588. | #define HAVE_RB_FD_INIT 1
  30589. | #define HAVE_INT8_T 1
  30590. | #define SIZEOF_INT8_T 1
  30591. | #define HAVE_UINT8_T 1
  30592. | #define SIZEOF_UINT8_T 1
  30593. | #define HAVE_INT16_T 1
  30594. | #define SIZEOF_INT16_T 2
  30595. | #define HAVE_UINT16_T 1
  30596. | #define SIZEOF_UINT16_T 2
  30597. | #define HAVE_INT32_T 1
  30598. | #define SIZEOF_INT32_T 4
  30599. | #define HAVE_UINT32_T 1
  30600. | #define SIZEOF_UINT32_T 4
  30601. | #define HAVE_INT64_T 1
  30602. | #define SIZEOF_INT64_T 8
  30603. | #define HAVE_UINT64_T 1
  30604. | #define SIZEOF_UINT64_T 8
  30605. | #define HAVE_INT128_T 1
  30606. | #define int128_t __int128
  30607. | #define SIZEOF_INT128_T SIZEOF___INT128
  30608. | #define HAVE_UINT128_T 1
  30609. | #define uint128_t unsigned __int128
  30610. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30611. | #define HAVE_INTPTR_T 1
  30612. | #define SIZEOF_INTPTR_T 8
  30613. | #define HAVE_UINTPTR_T 1
  30614. | #define SIZEOF_UINTPTR_T 8
  30615. | #define PRI_PTR_PREFIX "l"
  30616. | #define HAVE_SSIZE_T 1
  30617. | #define SIZEOF_SSIZE_T 8
  30618. | #define PRI_64_PREFIX "ll"
  30619. | #define GETGROUPS_T gid_t
  30620. | #define RETSIGTYPE void
  30621. | #define HAVE_ALLOCA_H 1
  30622. | #define HAVE_ALLOCA 1
  30623. | #define HAVE_ACOSH 1
  30624. | #define HAVE_CBRT 1
  30625. | #define HAVE_CRYPT 1
  30626. | #define HAVE_DUP2 1
  30627. | #define HAVE_ERF 1
  30628. | #define HAVE_FFS 1
  30629. | #define HAVE_FINITE 1
  30630. | #define HAVE_FLOCK 1
  30631. | #define HAVE_HYPOT 1
  30632. | #define HAVE_ISINF 1
  30633. | #define HAVE_ISNAN 1
  30634. | #define HAVE_LGAMMA_R 1
  30635. | #define HAVE_MEMMOVE 1
  30636. | #define HAVE_NAN 1
  30637. | #define HAVE_NEXTAFTER 1
  30638. | #define HAVE_STRCHR 1
  30639. | #define HAVE_STRERROR 1
  30640. | #define HAVE_STRLCAT 1
  30641. | #define HAVE_STRLCPY 1
  30642. | #define HAVE_STRSTR 1
  30643. | #define HAVE_TGAMMA 1
  30644. | #define SPT_TYPE SPT_REUSEARGV
  30645. | #define HAVE_SIGNBIT 1
  30646. | #define HAVE_FORK 1
  30647. | #define vfork fork
  30648. | #define HAVE_WORKING_FORK 1
  30649. | #define HAVE__LONGJMP 1
  30650. | #define HAVE_ARC4RANDOM_BUF 1
  30651. | #define HAVE_ATAN2L 1
  30652. | #define HAVE_ATAN2F 1
  30653. | #define HAVE_CHROOT 1
  30654. | #define HAVE_CLOCK_GETTIME 1
  30655. | #define HAVE_COSH 1
  30656. | #define HAVE_DIRFD 1
  30657. | #define HAVE_DLOPEN 1
  30658. | #define HAVE_DLADDR 1
  30659. | #define HAVE_DUP 1
  30660. | #define HAVE_ENDGRENT 1
  30661. | #define HAVE_FCHMOD 1
  30662. | #define HAVE_FCHOWN 1
  30663. | #define HAVE_FCNTL 1
  30664. | #define HAVE_FDOPENDIR 1
  30665. | #define HAVE_FGETATTRLIST 1
  30666. | #define HAVE_FMOD 1
  30667. | #define HAVE_FSTATAT 1
  30668. | #define HAVE_FSYNC 1
  30669. | #define HAVE_FTRUNCATE 1
  30670. | #define HAVE_GETATTRLIST 1
  30671. | #define HAVE_GETCWD 1
  30672. | #define HAVE_GETGRNAM 1
  30673. | #define HAVE_GETGRNAM_R 1
  30674. | #define HAVE_GETGROUPS 1
  30675. | #define HAVE_GETPGID 1
  30676. | #define HAVE_GETPGRP 1
  30677. | #define HAVE_GETPRIORITY 1
  30678. | #define HAVE_GETPWNAM_R 1
  30679. | #define HAVE_GETRLIMIT 1
  30680. | #define HAVE_GETSID 1
  30681. | #define HAVE_GETTIMEOFDAY 1
  30682. | #define HAVE_GMTIME_R 1
  30683. | #define HAVE_GRANTPT 1
  30684. | #define HAVE_INITGROUPS 1
  30685. | #define HAVE_IOCTL 1
  30686. | #define HAVE_ISSETUGID 1
  30687. | #define HAVE_KILLPG 1
  30688. | #define HAVE_LCHMOD 1
  30689. | #define HAVE_LCHOWN 1
  30690. | #define HAVE_LINK 1
  30691. | #define HAVE_LLABS 1
  30692. | #define HAVE_LOCKF 1
  30693. | #define HAVE_LOG2 1
  30694. | #define HAVE_LSTAT 1
  30695. | #define HAVE_LUTIMES 1
  30696. | #define HAVE_MALLOC_SIZE 1
  30697. | #define HAVE_MBLEN 1
  30698. | #define HAVE_MEMSET_S 1
  30699. | #define HAVE_WRITEV 1
  30700. | #define HAVE_MKFIFO 1
  30701. | #define HAVE_MKNOD 1
  30702. | #define HAVE_MKTIME 1
  30703. | #define HAVE_OPENAT 1
  30704. | #define HAVE_POLL 1
  30705. | #define HAVE_POSIX_MEMALIGN 1
  30706. | #define HAVE_PREAD 1
  30707. | #define HAVE_PWRITE 1
  30708. | #define HAVE_QSORT_R 1
  30709. | #define HAVE_READLINK 1
  30710. | #define HAVE_ROUND 1
  30711. | #define HAVE_SEEKDIR 1
  30712. | #define HAVE_SENDFILE 1
  30713. | #define HAVE_SETEGID 1
  30714. | #define HAVE_SETENV 1
  30715. | #define HAVE_SETEUID 1
  30716. | #define HAVE_SETGID 1
  30717. | #define HAVE_SETGROUPS 1
  30718. | #define HAVE_SETPGID 1
  30719. | #define HAVE_SETPGRP 1
  30720. | #define HAVE_SETREGID 1
  30721. | #define HAVE_SETREUID 1
  30722. | #define HAVE_SETRGID 1
  30723. | #define HAVE_SETRLIMIT 1
  30724. | #define HAVE_SETRUID 1
  30725. | #define HAVE_SETSID 1
  30726. | #define HAVE_SETUID 1
  30727. | #define HAVE_SHUTDOWN 1
  30728. | #define HAVE_SIGACTION 1
  30729. | #define HAVE_SIGALTSTACK 1
  30730. | #define HAVE_SIGPROCMASK 1
  30731. | #define HAVE_SINH 1
  30732. | #define HAVE_SYMLINK 1
  30733. | #define HAVE_SYSCONF 1
  30734. | #define HAVE_TANH 1
  30735. | #define HAVE_TELLDIR 1
  30736. | #define HAVE_TIMEGM 1
  30737. | #define HAVE_TIMES 1
  30738. | #define HAVE_TRUNCATE 1
  30739. | /* end confdefs.h. */
  30740. | /* Define truncate64 to an innocuous variant, in case <limits.h> declares truncate64.
  30741. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30742. | #define truncate64 innocuous_truncate64
  30743. |
  30744. | /* System header to define __stub macros and hopefully few prototypes,
  30745. | which can conflict with char truncate64 (); below.
  30746. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30747. | <limits.h> exists even on freestanding compilers. */
  30748. |
  30749. | #ifdef __STDC__
  30750. | # include <limits.h>
  30751. | #else
  30752. | # include <assert.h>
  30753. | #endif
  30754. |
  30755. | #undef truncate64
  30756. |
  30757. | /* Override any GCC internal prototype to avoid an error.
  30758. | Use char because int might match the return type of a GCC
  30759. | builtin and then its argument prototype would still apply. */
  30760. | #ifdef __cplusplus
  30761. | extern "C"
  30762. | #endif
  30763. | char truncate64 ();
  30764. | /* The GNU C library defines this for functions which it implements
  30765. | to always fail with ENOSYS. Some functions are actually named
  30766. | something starting with __ and the normal name is an alias. */
  30767. | #if defined __stub_truncate64 || defined __stub___truncate64
  30768. | choke me
  30769. | #endif
  30770. |
  30771. | int
  30772. | main ()
  30773. | {
  30774. | return truncate64 ();
  30775. | ;
  30776. | return 0;
  30777. | }
  30778. configure:23893: result: no
  30779. configure:23904: checking for unsetenv
  30780. configure:23904: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30781. configure:23904: $? = 0
  30782. configure:23904: result: yes
  30783. configure:23915: checking for utimensat
  30784. configure:23915: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30785. configure:23915: $? = 0
  30786. configure:23915: result: yes
  30787. configure:23926: checking for utimes
  30788. configure:23926: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30789. configure:23926: $? = 0
  30790. configure:23926: result: yes
  30791. configure:23937: checking for wait4
  30792. configure:23937: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30793. configure:23937: $? = 0
  30794. configure:23937: result: yes
  30795. configure:23948: checking for waitpid
  30796. configure:23948: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30797. configure:23948: $? = 0
  30798. configure:23948: result: yes
  30799. configure:23976: checking if getcwd allocates buffer if NULL is given
  30800. configure:24012: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30801. configure:24012: $? = 0
  30802. configure:24012: ./conftest
  30803. configure:24012: $? = 0
  30804. configure:24022: result: yes
  30805. configure:24060: checking for __builtin_alloca_with_align
  30806. configure:24076: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30807. configure:24076: $? = 0
  30808. configure:24084: result: yes
  30809. configure:24092: checking for __builtin_assume_aligned
  30810. configure:24108: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30811. conftest.c:349:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30812. __builtin_assume_aligned((void*)32, 32);
  30813. ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
  30814. 1 warning generated.
  30815. configure:24108: $? = 0
  30816. configure:24116: result: yes
  30817. configure:24124: checking for __builtin_bswap16
  30818. configure:24140: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30819. conftest.c:350:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30820. __builtin_bswap16(0);
  30821. ^~~~~~~~~~~~~~~~~ ~
  30822. 1 warning generated.
  30823. configure:24140: $? = 0
  30824. configure:24148: result: yes
  30825. configure:24156: checking for __builtin_bswap32
  30826. configure:24172: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30827. conftest.c:351:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30828. __builtin_bswap32(0);
  30829. ^~~~~~~~~~~~~~~~~ ~
  30830. 1 warning generated.
  30831. configure:24172: $? = 0
  30832. configure:24180: result: yes
  30833. configure:24188: checking for __builtin_bswap64
  30834. configure:24204: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30835. conftest.c:352:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30836. __builtin_bswap64(0);
  30837. ^~~~~~~~~~~~~~~~~ ~
  30838. 1 warning generated.
  30839. configure:24204: $? = 0
  30840. configure:24212: result: yes
  30841. configure:24220: checking for __builtin_popcount
  30842. configure:24236: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30843. conftest.c:353:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30844. __builtin_popcount(0);
  30845. ^~~~~~~~~~~~~~~~~~ ~
  30846. 1 warning generated.
  30847. configure:24236: $? = 0
  30848. configure:24244: result: yes
  30849. configure:24252: checking for __builtin_popcountll
  30850. configure:24268: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30851. conftest.c:354:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30852. __builtin_popcountll(0);
  30853. ^~~~~~~~~~~~~~~~~~~~ ~
  30854. 1 warning generated.
  30855. configure:24268: $? = 0
  30856. configure:24276: result: yes
  30857. configure:24284: checking for __builtin_clz
  30858. configure:24300: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30859. conftest.c:355:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30860. __builtin_clz(0);
  30861. ^~~~~~~~~~~~~ ~
  30862. 1 warning generated.
  30863. configure:24300: $? = 0
  30864. configure:24308: result: yes
  30865. configure:24316: checking for __builtin_clzl
  30866. configure:24332: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30867. conftest.c:356:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30868. __builtin_clzl(0);
  30869. ^~~~~~~~~~~~~~ ~
  30870. 1 warning generated.
  30871. configure:24332: $? = 0
  30872. configure:24340: result: yes
  30873. configure:24348: checking for __builtin_clzll
  30874. configure:24364: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30875. conftest.c:357:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30876. __builtin_clzll(0);
  30877. ^~~~~~~~~~~~~~~ ~
  30878. 1 warning generated.
  30879. configure:24364: $? = 0
  30880. configure:24372: result: yes
  30881. configure:24380: checking for __builtin_ctz
  30882. configure:24396: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30883. conftest.c:358:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30884. __builtin_ctz(0);
  30885. ^~~~~~~~~~~~~ ~
  30886. 1 warning generated.
  30887. configure:24396: $? = 0
  30888. configure:24404: result: yes
  30889. configure:24412: checking for __builtin_ctzll
  30890. configure:24428: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30891. conftest.c:359:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  30892. __builtin_ctzll(0);
  30893. ^~~~~~~~~~~~~~~ ~
  30894. 1 warning generated.
  30895. configure:24428: $? = 0
  30896. configure:24436: result: yes
  30897. configure:24444: checking for __builtin_add_overflow
  30898. configure:24460: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30899. configure:24460: $? = 0
  30900. configure:24468: result: yes
  30901. configure:24476: checking for __builtin_sub_overflow
  30902. configure:24492: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30903. configure:24492: $? = 0
  30904. configure:24500: result: yes
  30905. configure:24508: checking for __builtin_mul_overflow
  30906. configure:24524: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30907. configure:24524: $? = 0
  30908. configure:24532: result: yes
  30909. configure:24540: checking for __builtin_mul_overflow_p
  30910. configure:24556: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  30911. conftest.c:363:1: error: use of unknown builtin '__builtin_mul_overflow_p' [-Wimplicit-function-declaration]
  30912. __builtin_mul_overflow_p(0,0,(int)0);
  30913. ^
  30914. 1 error generated.
  30915. configure:24556: $? = 1
  30916. configure: failed program was:
  30917. | /* confdefs.h */
  30918. | #define PACKAGE_NAME ""
  30919. | #define PACKAGE_TARNAME ""
  30920. | #define PACKAGE_VERSION ""
  30921. | #define PACKAGE_STRING ""
  30922. | #define PACKAGE_BUGREPORT ""
  30923. | #define PACKAGE_URL ""
  30924. | #define STDC_HEADERS 1
  30925. | #define HAVE_SYS_TYPES_H 1
  30926. | #define HAVE_SYS_STAT_H 1
  30927. | #define HAVE_STDLIB_H 1
  30928. | #define HAVE_STRING_H 1
  30929. | #define HAVE_MEMORY_H 1
  30930. | #define HAVE_STRINGS_H 1
  30931. | #define HAVE_INTTYPES_H 1
  30932. | #define HAVE_STDINT_H 1
  30933. | #define HAVE_UNISTD_H 1
  30934. | #define __EXTENSIONS__ 1
  30935. | #define _ALL_SOURCE 1
  30936. | #define _GNU_SOURCE 1
  30937. | #define _POSIX_PTHREAD_SEMANTICS 1
  30938. | #define _TANDEM_SOURCE 1
  30939. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30940. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30941. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  30942. | #define BROKEN_CRYPT 1
  30943. | #define HAVE_CRT_EXTERNS_H 1
  30944. | #define HAVE_LIBDL 1
  30945. | #define HAVE_DIRENT_H 1
  30946. | #define HAVE__BOOL 1
  30947. | #define HAVE_STDBOOL_H 1
  30948. | #define HAVE_SYS_WAIT_H 1
  30949. | #define HAVE_GRP_H 1
  30950. | #define HAVE_FCNTL_H 1
  30951. | #define HAVE_FLOAT_H 1
  30952. | #define HAVE_LANGINFO_H 1
  30953. | #define HAVE_LIMITS_H 1
  30954. | #define HAVE_LOCALE_H 1
  30955. | #define HAVE_MALLOC_MALLOC_H 1
  30956. | #define HAVE_PWD_H 1
  30957. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  30958. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  30959. | #define HAVE_STDALIGN_H 1
  30960. | #define HAVE_SYS_ATTR_H 1
  30961. | #define HAVE_SYS_FCNTL_H 1
  30962. | #define HAVE_SYS_FILE_H 1
  30963. | #define HAVE_SYS_IOCTL_H 1
  30964. | #define HAVE_SYS_PARAM_H 1
  30965. | #define HAVE_SYS_RESOURCE_H 1
  30966. | #define HAVE_SYS_SELECT_H 1
  30967. | #define HAVE_SYS_SOCKET_H 1
  30968. | #define HAVE_SYS_TIME_H 1
  30969. | #define HAVE_SYS_TIMES_H 1
  30970. | #define HAVE_SYS_UIO_H 1
  30971. | #define HAVE_TIME_H 1
  30972. | #define HAVE_UCONTEXT_H 1
  30973. | #define HAVE_UTIME_H 1
  30974. | #define HAVE_GMP_H 1
  30975. | #define HAVE_LIBGMP 1
  30976. | #define HAVE_TYPEOF 1
  30977. | #define HAVE_LONG_LONG 1
  30978. | #define HAVE_OFF_T 1
  30979. | #define SIZEOF_INT 4
  30980. | #define SIZEOF_SHORT 2
  30981. | #define SIZEOF_LONG 8
  30982. | #define SIZEOF_LONG_LONG 8
  30983. | #define SIZEOF___INT64 0
  30984. | #define SIZEOF___INT128 16
  30985. | #define SIZEOF_OFF_T 8
  30986. | #define SIZEOF_VOIDP 8
  30987. | #define SIZEOF_FLOAT 4
  30988. | #define SIZEOF_DOUBLE 8
  30989. | #define SIZEOF_TIME_T 8
  30990. | #define SIZEOF_CLOCK_T 8
  30991. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30992. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30993. | #define PRI_LL_PREFIX "ll"
  30994. | #define HAVE_PID_T 1
  30995. | #define rb_pid_t pid_t
  30996. | #define SIGNEDNESS_OF_PID_T -1
  30997. | #define PIDT2NUM(v) INT2NUM(v)
  30998. | #define NUM2PIDT(v) NUM2INT(v)
  30999. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31000. | #define HAVE_UID_T 1
  31001. | #define rb_uid_t uid_t
  31002. | #define SIGNEDNESS_OF_UID_T +1
  31003. | #define UIDT2NUM(v) UINT2NUM(v)
  31004. | #define NUM2UIDT(v) NUM2UINT(v)
  31005. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31006. | #define HAVE_GID_T 1
  31007. | #define rb_gid_t gid_t
  31008. | #define SIGNEDNESS_OF_GID_T +1
  31009. | #define GIDT2NUM(v) UINT2NUM(v)
  31010. | #define NUM2GIDT(v) NUM2UINT(v)
  31011. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31012. | #define HAVE_TIME_T 1
  31013. | #define rb_time_t time_t
  31014. | #define SIGNEDNESS_OF_TIME_T -1
  31015. | #define TIMET2NUM(v) LONG2NUM(v)
  31016. | #define NUM2TIMET(v) NUM2LONG(v)
  31017. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31018. | #define HAVE_DEV_T 1
  31019. | #define rb_dev_t dev_t
  31020. | #define SIGNEDNESS_OF_DEV_T -1
  31021. | #define DEVT2NUM(v) INT2NUM(v)
  31022. | #define NUM2DEVT(v) NUM2INT(v)
  31023. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31024. | #define HAVE_MODE_T 1
  31025. | #define rb_mode_t mode_t
  31026. | #define SIGNEDNESS_OF_MODE_T +1
  31027. | #define MODET2NUM(v) USHORT2NUM(v)
  31028. | #define NUM2MODET(v) NUM2USHORT(v)
  31029. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  31030. | #define HAVE_RLIM_T 1
  31031. | #define rb_rlim_t rlim_t
  31032. | #define SIGNEDNESS_OF_RLIM_T +1
  31033. | #define RLIM2NUM(v) ULL2NUM(v)
  31034. | #define NUM2RLIM(v) NUM2ULL(v)
  31035. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31036. | #define HAVE_OFF_T 1
  31037. | #define rb_off_t off_t
  31038. | #define SIGNEDNESS_OF_OFF_T -1
  31039. | #define OFFT2NUM(v) LL2NUM(v)
  31040. | #define NUM2OFFT(v) NUM2LL(v)
  31041. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31042. | #define HAVE_CLOCKID_T 1
  31043. | #define rb_clockid_t clockid_t
  31044. | #define SIGNEDNESS_OF_CLOCKID_T +1
  31045. | #define CLOCKID2NUM(v) UINT2NUM(v)
  31046. | #define NUM2CLOCKID(v) NUM2UINT(v)
  31047. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31048. | #define HAVE_PROTOTYPES 1
  31049. | #define TOKEN_PASTE(x,y) x##y
  31050. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31051. | #define HAVE_STDARG_PROTOTYPES 1
  31052. | #define HAVE_VA_ARGS_MACRO 1
  31053. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  31054. | #define RUBY_ALIGNOF alignof
  31055. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31056. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31057. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31058. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31059. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31060. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31061. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31062. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31063. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  31064. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  31065. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  31066. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31067. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31068. | #define WEAK(x) __attribute__ ((__weak__)) x
  31069. | #define HAVE_FUNC_WEAK 1
  31070. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31071. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31072. | #define HAVE_GCC_SYNC_BUILTINS 1
  31073. | #define UNREACHABLE __builtin_unreachable()
  31074. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31075. | #define RUBY_FUNCTION_NAME_STRING __func__
  31076. | #define ENUM_OVER_INT 1
  31077. | #define HAVE_DECL_SYS_NERR 1
  31078. | #define HAVE_DECL_GETENV 1
  31079. | #define SIZEOF_SIZE_T 8
  31080. | #define SIZEOF_PTRDIFF_T 8
  31081. | #define PRI_SIZE_PREFIX "z"
  31082. | #define PRI_PTRDIFF_PREFIX "t"
  31083. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31084. | #define HAVE_ST_BLKSIZE 1
  31085. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31086. | #define HAVE_ST_BLOCKS 1
  31087. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31088. | #define HAVE_ST_RDEV 1
  31089. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31090. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31091. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31092. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31093. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31094. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31095. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31096. | #define HAVE_STRUCT_TIMEVAL 1
  31097. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31098. | #define HAVE_STRUCT_TIMESPEC 1
  31099. | #define HAVE_STRUCT_TIMEZONE 1
  31100. | #define HAVE_RB_FD_INIT 1
  31101. | #define HAVE_INT8_T 1
  31102. | #define SIZEOF_INT8_T 1
  31103. | #define HAVE_UINT8_T 1
  31104. | #define SIZEOF_UINT8_T 1
  31105. | #define HAVE_INT16_T 1
  31106. | #define SIZEOF_INT16_T 2
  31107. | #define HAVE_UINT16_T 1
  31108. | #define SIZEOF_UINT16_T 2
  31109. | #define HAVE_INT32_T 1
  31110. | #define SIZEOF_INT32_T 4
  31111. | #define HAVE_UINT32_T 1
  31112. | #define SIZEOF_UINT32_T 4
  31113. | #define HAVE_INT64_T 1
  31114. | #define SIZEOF_INT64_T 8
  31115. | #define HAVE_UINT64_T 1
  31116. | #define SIZEOF_UINT64_T 8
  31117. | #define HAVE_INT128_T 1
  31118. | #define int128_t __int128
  31119. | #define SIZEOF_INT128_T SIZEOF___INT128
  31120. | #define HAVE_UINT128_T 1
  31121. | #define uint128_t unsigned __int128
  31122. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31123. | #define HAVE_INTPTR_T 1
  31124. | #define SIZEOF_INTPTR_T 8
  31125. | #define HAVE_UINTPTR_T 1
  31126. | #define SIZEOF_UINTPTR_T 8
  31127. | #define PRI_PTR_PREFIX "l"
  31128. | #define HAVE_SSIZE_T 1
  31129. | #define SIZEOF_SSIZE_T 8
  31130. | #define PRI_64_PREFIX "ll"
  31131. | #define GETGROUPS_T gid_t
  31132. | #define RETSIGTYPE void
  31133. | #define HAVE_ALLOCA_H 1
  31134. | #define HAVE_ALLOCA 1
  31135. | #define HAVE_ACOSH 1
  31136. | #define HAVE_CBRT 1
  31137. | #define HAVE_CRYPT 1
  31138. | #define HAVE_DUP2 1
  31139. | #define HAVE_ERF 1
  31140. | #define HAVE_FFS 1
  31141. | #define HAVE_FINITE 1
  31142. | #define HAVE_FLOCK 1
  31143. | #define HAVE_HYPOT 1
  31144. | #define HAVE_ISINF 1
  31145. | #define HAVE_ISNAN 1
  31146. | #define HAVE_LGAMMA_R 1
  31147. | #define HAVE_MEMMOVE 1
  31148. | #define HAVE_NAN 1
  31149. | #define HAVE_NEXTAFTER 1
  31150. | #define HAVE_STRCHR 1
  31151. | #define HAVE_STRERROR 1
  31152. | #define HAVE_STRLCAT 1
  31153. | #define HAVE_STRLCPY 1
  31154. | #define HAVE_STRSTR 1
  31155. | #define HAVE_TGAMMA 1
  31156. | #define SPT_TYPE SPT_REUSEARGV
  31157. | #define HAVE_SIGNBIT 1
  31158. | #define HAVE_FORK 1
  31159. | #define vfork fork
  31160. | #define HAVE_WORKING_FORK 1
  31161. | #define HAVE__LONGJMP 1
  31162. | #define HAVE_ARC4RANDOM_BUF 1
  31163. | #define HAVE_ATAN2L 1
  31164. | #define HAVE_ATAN2F 1
  31165. | #define HAVE_CHROOT 1
  31166. | #define HAVE_CLOCK_GETTIME 1
  31167. | #define HAVE_COSH 1
  31168. | #define HAVE_DIRFD 1
  31169. | #define HAVE_DLOPEN 1
  31170. | #define HAVE_DLADDR 1
  31171. | #define HAVE_DUP 1
  31172. | #define HAVE_ENDGRENT 1
  31173. | #define HAVE_FCHMOD 1
  31174. | #define HAVE_FCHOWN 1
  31175. | #define HAVE_FCNTL 1
  31176. | #define HAVE_FDOPENDIR 1
  31177. | #define HAVE_FGETATTRLIST 1
  31178. | #define HAVE_FMOD 1
  31179. | #define HAVE_FSTATAT 1
  31180. | #define HAVE_FSYNC 1
  31181. | #define HAVE_FTRUNCATE 1
  31182. | #define HAVE_GETATTRLIST 1
  31183. | #define HAVE_GETCWD 1
  31184. | #define HAVE_GETGRNAM 1
  31185. | #define HAVE_GETGRNAM_R 1
  31186. | #define HAVE_GETGROUPS 1
  31187. | #define HAVE_GETPGID 1
  31188. | #define HAVE_GETPGRP 1
  31189. | #define HAVE_GETPRIORITY 1
  31190. | #define HAVE_GETPWNAM_R 1
  31191. | #define HAVE_GETRLIMIT 1
  31192. | #define HAVE_GETSID 1
  31193. | #define HAVE_GETTIMEOFDAY 1
  31194. | #define HAVE_GMTIME_R 1
  31195. | #define HAVE_GRANTPT 1
  31196. | #define HAVE_INITGROUPS 1
  31197. | #define HAVE_IOCTL 1
  31198. | #define HAVE_ISSETUGID 1
  31199. | #define HAVE_KILLPG 1
  31200. | #define HAVE_LCHMOD 1
  31201. | #define HAVE_LCHOWN 1
  31202. | #define HAVE_LINK 1
  31203. | #define HAVE_LLABS 1
  31204. | #define HAVE_LOCKF 1
  31205. | #define HAVE_LOG2 1
  31206. | #define HAVE_LSTAT 1
  31207. | #define HAVE_LUTIMES 1
  31208. | #define HAVE_MALLOC_SIZE 1
  31209. | #define HAVE_MBLEN 1
  31210. | #define HAVE_MEMSET_S 1
  31211. | #define HAVE_WRITEV 1
  31212. | #define HAVE_MKFIFO 1
  31213. | #define HAVE_MKNOD 1
  31214. | #define HAVE_MKTIME 1
  31215. | #define HAVE_OPENAT 1
  31216. | #define HAVE_POLL 1
  31217. | #define HAVE_POSIX_MEMALIGN 1
  31218. | #define HAVE_PREAD 1
  31219. | #define HAVE_PWRITE 1
  31220. | #define HAVE_QSORT_R 1
  31221. | #define HAVE_READLINK 1
  31222. | #define HAVE_ROUND 1
  31223. | #define HAVE_SEEKDIR 1
  31224. | #define HAVE_SENDFILE 1
  31225. | #define HAVE_SETEGID 1
  31226. | #define HAVE_SETENV 1
  31227. | #define HAVE_SETEUID 1
  31228. | #define HAVE_SETGID 1
  31229. | #define HAVE_SETGROUPS 1
  31230. | #define HAVE_SETPGID 1
  31231. | #define HAVE_SETPGRP 1
  31232. | #define HAVE_SETREGID 1
  31233. | #define HAVE_SETREUID 1
  31234. | #define HAVE_SETRGID 1
  31235. | #define HAVE_SETRLIMIT 1
  31236. | #define HAVE_SETRUID 1
  31237. | #define HAVE_SETSID 1
  31238. | #define HAVE_SETUID 1
  31239. | #define HAVE_SHUTDOWN 1
  31240. | #define HAVE_SIGACTION 1
  31241. | #define HAVE_SIGALTSTACK 1
  31242. | #define HAVE_SIGPROCMASK 1
  31243. | #define HAVE_SINH 1
  31244. | #define HAVE_SYMLINK 1
  31245. | #define HAVE_SYSCONF 1
  31246. | #define HAVE_TANH 1
  31247. | #define HAVE_TELLDIR 1
  31248. | #define HAVE_TIMEGM 1
  31249. | #define HAVE_TIMES 1
  31250. | #define HAVE_TRUNCATE 1
  31251. | #define HAVE_UNSETENV 1
  31252. | #define HAVE_UTIMENSAT 1
  31253. | #define HAVE_UTIMES 1
  31254. | #define HAVE_WAIT4 1
  31255. | #define HAVE_WAITPID 1
  31256. | #if !defined __STDC_WANT_LIB_EXT1__
  31257. | #define __STDC_WANT_LIB_EXT1__ 1
  31258. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31259. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  31260. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  31261. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31262. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31263. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31264. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31265. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31266. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31267. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31268. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31269. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31270. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31271. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31272. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31273. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31274. | /* end confdefs.h. */
  31275. | int foo;
  31276. | int
  31277. | main ()
  31278. | {
  31279. | __builtin_mul_overflow_p(0,0,(int)0);
  31280. | ;
  31281. | return 0;
  31282. | }
  31283. configure:24564: result: no
  31284. configure:24572: checking for __builtin_constant_p
  31285. configure:24588: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31286. conftest.c:363:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  31287. __builtin_constant_p(0);
  31288. ^~~~~~~~~~~~~~~~~~~~ ~
  31289. 1 warning generated.
  31290. configure:24588: $? = 0
  31291. configure:24596: result: yes
  31292. configure:24604: checking for __builtin_choose_expr
  31293. configure:24623: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31294. configure:24623: $? = 0
  31295. configure:24631: result: yes
  31296. configure:24641: checking for __builtin_choose_expr_constant_p
  31297. configure:24660: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31298. configure:24660: $? = 0
  31299. configure:24668: result: yes
  31300. configure:24678: checking for __builtin_types_compatible_p
  31301. configure:24694: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31302. conftest.c:366:1: warning: expression result unused [-Wunused-value]
  31303. __builtin_types_compatible_p(int, int);
  31304. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31305. 1 warning generated.
  31306. configure:24694: $? = 0
  31307. configure:24702: result: yes
  31308. configure:24710: checking for __builtin_trap
  31309. configure:24726: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31310. configure:24726: $? = 0
  31311. configure:24734: result: yes
  31312. configure:24745: checking whether qsort_r is GNU version
  31313. configure:24766: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  31314. conftest.c:366:7: error: conflicting types for 'qsort_r'
  31315. void (qsort_r)(void *base, size_t nmemb, size_t size,
  31316. ^
  31317. /usr/include/stdlib.h:330:7: note: previous declaration is here
  31318. void qsort_r(void *__base, size_t __nel, size_t __width, void *,
  31319. ^
  31320. 1 error generated.
  31321. configure:24766: $? = 1
  31322. configure: failed program was:
  31323. | /* confdefs.h */
  31324. | #define PACKAGE_NAME ""
  31325. | #define PACKAGE_TARNAME ""
  31326. | #define PACKAGE_VERSION ""
  31327. | #define PACKAGE_STRING ""
  31328. | #define PACKAGE_BUGREPORT ""
  31329. | #define PACKAGE_URL ""
  31330. | #define STDC_HEADERS 1
  31331. | #define HAVE_SYS_TYPES_H 1
  31332. | #define HAVE_SYS_STAT_H 1
  31333. | #define HAVE_STDLIB_H 1
  31334. | #define HAVE_STRING_H 1
  31335. | #define HAVE_MEMORY_H 1
  31336. | #define HAVE_STRINGS_H 1
  31337. | #define HAVE_INTTYPES_H 1
  31338. | #define HAVE_STDINT_H 1
  31339. | #define HAVE_UNISTD_H 1
  31340. | #define __EXTENSIONS__ 1
  31341. | #define _ALL_SOURCE 1
  31342. | #define _GNU_SOURCE 1
  31343. | #define _POSIX_PTHREAD_SEMANTICS 1
  31344. | #define _TANDEM_SOURCE 1
  31345. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31346. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31347. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  31348. | #define BROKEN_CRYPT 1
  31349. | #define HAVE_CRT_EXTERNS_H 1
  31350. | #define HAVE_LIBDL 1
  31351. | #define HAVE_DIRENT_H 1
  31352. | #define HAVE__BOOL 1
  31353. | #define HAVE_STDBOOL_H 1
  31354. | #define HAVE_SYS_WAIT_H 1
  31355. | #define HAVE_GRP_H 1
  31356. | #define HAVE_FCNTL_H 1
  31357. | #define HAVE_FLOAT_H 1
  31358. | #define HAVE_LANGINFO_H 1
  31359. | #define HAVE_LIMITS_H 1
  31360. | #define HAVE_LOCALE_H 1
  31361. | #define HAVE_MALLOC_MALLOC_H 1
  31362. | #define HAVE_PWD_H 1
  31363. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  31364. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  31365. | #define HAVE_STDALIGN_H 1
  31366. | #define HAVE_SYS_ATTR_H 1
  31367. | #define HAVE_SYS_FCNTL_H 1
  31368. | #define HAVE_SYS_FILE_H 1
  31369. | #define HAVE_SYS_IOCTL_H 1
  31370. | #define HAVE_SYS_PARAM_H 1
  31371. | #define HAVE_SYS_RESOURCE_H 1
  31372. | #define HAVE_SYS_SELECT_H 1
  31373. | #define HAVE_SYS_SOCKET_H 1
  31374. | #define HAVE_SYS_TIME_H 1
  31375. | #define HAVE_SYS_TIMES_H 1
  31376. | #define HAVE_SYS_UIO_H 1
  31377. | #define HAVE_TIME_H 1
  31378. | #define HAVE_UCONTEXT_H 1
  31379. | #define HAVE_UTIME_H 1
  31380. | #define HAVE_GMP_H 1
  31381. | #define HAVE_LIBGMP 1
  31382. | #define HAVE_TYPEOF 1
  31383. | #define HAVE_LONG_LONG 1
  31384. | #define HAVE_OFF_T 1
  31385. | #define SIZEOF_INT 4
  31386. | #define SIZEOF_SHORT 2
  31387. | #define SIZEOF_LONG 8
  31388. | #define SIZEOF_LONG_LONG 8
  31389. | #define SIZEOF___INT64 0
  31390. | #define SIZEOF___INT128 16
  31391. | #define SIZEOF_OFF_T 8
  31392. | #define SIZEOF_VOIDP 8
  31393. | #define SIZEOF_FLOAT 4
  31394. | #define SIZEOF_DOUBLE 8
  31395. | #define SIZEOF_TIME_T 8
  31396. | #define SIZEOF_CLOCK_T 8
  31397. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31398. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31399. | #define PRI_LL_PREFIX "ll"
  31400. | #define HAVE_PID_T 1
  31401. | #define rb_pid_t pid_t
  31402. | #define SIGNEDNESS_OF_PID_T -1
  31403. | #define PIDT2NUM(v) INT2NUM(v)
  31404. | #define NUM2PIDT(v) NUM2INT(v)
  31405. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31406. | #define HAVE_UID_T 1
  31407. | #define rb_uid_t uid_t
  31408. | #define SIGNEDNESS_OF_UID_T +1
  31409. | #define UIDT2NUM(v) UINT2NUM(v)
  31410. | #define NUM2UIDT(v) NUM2UINT(v)
  31411. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31412. | #define HAVE_GID_T 1
  31413. | #define rb_gid_t gid_t
  31414. | #define SIGNEDNESS_OF_GID_T +1
  31415. | #define GIDT2NUM(v) UINT2NUM(v)
  31416. | #define NUM2GIDT(v) NUM2UINT(v)
  31417. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31418. | #define HAVE_TIME_T 1
  31419. | #define rb_time_t time_t
  31420. | #define SIGNEDNESS_OF_TIME_T -1
  31421. | #define TIMET2NUM(v) LONG2NUM(v)
  31422. | #define NUM2TIMET(v) NUM2LONG(v)
  31423. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31424. | #define HAVE_DEV_T 1
  31425. | #define rb_dev_t dev_t
  31426. | #define SIGNEDNESS_OF_DEV_T -1
  31427. | #define DEVT2NUM(v) INT2NUM(v)
  31428. | #define NUM2DEVT(v) NUM2INT(v)
  31429. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31430. | #define HAVE_MODE_T 1
  31431. | #define rb_mode_t mode_t
  31432. | #define SIGNEDNESS_OF_MODE_T +1
  31433. | #define MODET2NUM(v) USHORT2NUM(v)
  31434. | #define NUM2MODET(v) NUM2USHORT(v)
  31435. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  31436. | #define HAVE_RLIM_T 1
  31437. | #define rb_rlim_t rlim_t
  31438. | #define SIGNEDNESS_OF_RLIM_T +1
  31439. | #define RLIM2NUM(v) ULL2NUM(v)
  31440. | #define NUM2RLIM(v) NUM2ULL(v)
  31441. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31442. | #define HAVE_OFF_T 1
  31443. | #define rb_off_t off_t
  31444. | #define SIGNEDNESS_OF_OFF_T -1
  31445. | #define OFFT2NUM(v) LL2NUM(v)
  31446. | #define NUM2OFFT(v) NUM2LL(v)
  31447. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31448. | #define HAVE_CLOCKID_T 1
  31449. | #define rb_clockid_t clockid_t
  31450. | #define SIGNEDNESS_OF_CLOCKID_T +1
  31451. | #define CLOCKID2NUM(v) UINT2NUM(v)
  31452. | #define NUM2CLOCKID(v) NUM2UINT(v)
  31453. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31454. | #define HAVE_PROTOTYPES 1
  31455. | #define TOKEN_PASTE(x,y) x##y
  31456. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31457. | #define HAVE_STDARG_PROTOTYPES 1
  31458. | #define HAVE_VA_ARGS_MACRO 1
  31459. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  31460. | #define RUBY_ALIGNOF alignof
  31461. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31462. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31463. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31464. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31465. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31466. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31467. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31468. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31469. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  31470. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  31471. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  31472. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31473. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31474. | #define WEAK(x) __attribute__ ((__weak__)) x
  31475. | #define HAVE_FUNC_WEAK 1
  31476. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31477. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31478. | #define HAVE_GCC_SYNC_BUILTINS 1
  31479. | #define UNREACHABLE __builtin_unreachable()
  31480. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31481. | #define RUBY_FUNCTION_NAME_STRING __func__
  31482. | #define ENUM_OVER_INT 1
  31483. | #define HAVE_DECL_SYS_NERR 1
  31484. | #define HAVE_DECL_GETENV 1
  31485. | #define SIZEOF_SIZE_T 8
  31486. | #define SIZEOF_PTRDIFF_T 8
  31487. | #define PRI_SIZE_PREFIX "z"
  31488. | #define PRI_PTRDIFF_PREFIX "t"
  31489. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31490. | #define HAVE_ST_BLKSIZE 1
  31491. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31492. | #define HAVE_ST_BLOCKS 1
  31493. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31494. | #define HAVE_ST_RDEV 1
  31495. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31496. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31497. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31498. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31499. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31500. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31501. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31502. | #define HAVE_STRUCT_TIMEVAL 1
  31503. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31504. | #define HAVE_STRUCT_TIMESPEC 1
  31505. | #define HAVE_STRUCT_TIMEZONE 1
  31506. | #define HAVE_RB_FD_INIT 1
  31507. | #define HAVE_INT8_T 1
  31508. | #define SIZEOF_INT8_T 1
  31509. | #define HAVE_UINT8_T 1
  31510. | #define SIZEOF_UINT8_T 1
  31511. | #define HAVE_INT16_T 1
  31512. | #define SIZEOF_INT16_T 2
  31513. | #define HAVE_UINT16_T 1
  31514. | #define SIZEOF_UINT16_T 2
  31515. | #define HAVE_INT32_T 1
  31516. | #define SIZEOF_INT32_T 4
  31517. | #define HAVE_UINT32_T 1
  31518. | #define SIZEOF_UINT32_T 4
  31519. | #define HAVE_INT64_T 1
  31520. | #define SIZEOF_INT64_T 8
  31521. | #define HAVE_UINT64_T 1
  31522. | #define SIZEOF_UINT64_T 8
  31523. | #define HAVE_INT128_T 1
  31524. | #define int128_t __int128
  31525. | #define SIZEOF_INT128_T SIZEOF___INT128
  31526. | #define HAVE_UINT128_T 1
  31527. | #define uint128_t unsigned __int128
  31528. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31529. | #define HAVE_INTPTR_T 1
  31530. | #define SIZEOF_INTPTR_T 8
  31531. | #define HAVE_UINTPTR_T 1
  31532. | #define SIZEOF_UINTPTR_T 8
  31533. | #define PRI_PTR_PREFIX "l"
  31534. | #define HAVE_SSIZE_T 1
  31535. | #define SIZEOF_SSIZE_T 8
  31536. | #define PRI_64_PREFIX "ll"
  31537. | #define GETGROUPS_T gid_t
  31538. | #define RETSIGTYPE void
  31539. | #define HAVE_ALLOCA_H 1
  31540. | #define HAVE_ALLOCA 1
  31541. | #define HAVE_ACOSH 1
  31542. | #define HAVE_CBRT 1
  31543. | #define HAVE_CRYPT 1
  31544. | #define HAVE_DUP2 1
  31545. | #define HAVE_ERF 1
  31546. | #define HAVE_FFS 1
  31547. | #define HAVE_FINITE 1
  31548. | #define HAVE_FLOCK 1
  31549. | #define HAVE_HYPOT 1
  31550. | #define HAVE_ISINF 1
  31551. | #define HAVE_ISNAN 1
  31552. | #define HAVE_LGAMMA_R 1
  31553. | #define HAVE_MEMMOVE 1
  31554. | #define HAVE_NAN 1
  31555. | #define HAVE_NEXTAFTER 1
  31556. | #define HAVE_STRCHR 1
  31557. | #define HAVE_STRERROR 1
  31558. | #define HAVE_STRLCAT 1
  31559. | #define HAVE_STRLCPY 1
  31560. | #define HAVE_STRSTR 1
  31561. | #define HAVE_TGAMMA 1
  31562. | #define SPT_TYPE SPT_REUSEARGV
  31563. | #define HAVE_SIGNBIT 1
  31564. | #define HAVE_FORK 1
  31565. | #define vfork fork
  31566. | #define HAVE_WORKING_FORK 1
  31567. | #define HAVE__LONGJMP 1
  31568. | #define HAVE_ARC4RANDOM_BUF 1
  31569. | #define HAVE_ATAN2L 1
  31570. | #define HAVE_ATAN2F 1
  31571. | #define HAVE_CHROOT 1
  31572. | #define HAVE_CLOCK_GETTIME 1
  31573. | #define HAVE_COSH 1
  31574. | #define HAVE_DIRFD 1
  31575. | #define HAVE_DLOPEN 1
  31576. | #define HAVE_DLADDR 1
  31577. | #define HAVE_DUP 1
  31578. | #define HAVE_ENDGRENT 1
  31579. | #define HAVE_FCHMOD 1
  31580. | #define HAVE_FCHOWN 1
  31581. | #define HAVE_FCNTL 1
  31582. | #define HAVE_FDOPENDIR 1
  31583. | #define HAVE_FGETATTRLIST 1
  31584. | #define HAVE_FMOD 1
  31585. | #define HAVE_FSTATAT 1
  31586. | #define HAVE_FSYNC 1
  31587. | #define HAVE_FTRUNCATE 1
  31588. | #define HAVE_GETATTRLIST 1
  31589. | #define HAVE_GETCWD 1
  31590. | #define HAVE_GETGRNAM 1
  31591. | #define HAVE_GETGRNAM_R 1
  31592. | #define HAVE_GETGROUPS 1
  31593. | #define HAVE_GETPGID 1
  31594. | #define HAVE_GETPGRP 1
  31595. | #define HAVE_GETPRIORITY 1
  31596. | #define HAVE_GETPWNAM_R 1
  31597. | #define HAVE_GETRLIMIT 1
  31598. | #define HAVE_GETSID 1
  31599. | #define HAVE_GETTIMEOFDAY 1
  31600. | #define HAVE_GMTIME_R 1
  31601. | #define HAVE_GRANTPT 1
  31602. | #define HAVE_INITGROUPS 1
  31603. | #define HAVE_IOCTL 1
  31604. | #define HAVE_ISSETUGID 1
  31605. | #define HAVE_KILLPG 1
  31606. | #define HAVE_LCHMOD 1
  31607. | #define HAVE_LCHOWN 1
  31608. | #define HAVE_LINK 1
  31609. | #define HAVE_LLABS 1
  31610. | #define HAVE_LOCKF 1
  31611. | #define HAVE_LOG2 1
  31612. | #define HAVE_LSTAT 1
  31613. | #define HAVE_LUTIMES 1
  31614. | #define HAVE_MALLOC_SIZE 1
  31615. | #define HAVE_MBLEN 1
  31616. | #define HAVE_MEMSET_S 1
  31617. | #define HAVE_WRITEV 1
  31618. | #define HAVE_MKFIFO 1
  31619. | #define HAVE_MKNOD 1
  31620. | #define HAVE_MKTIME 1
  31621. | #define HAVE_OPENAT 1
  31622. | #define HAVE_POLL 1
  31623. | #define HAVE_POSIX_MEMALIGN 1
  31624. | #define HAVE_PREAD 1
  31625. | #define HAVE_PWRITE 1
  31626. | #define HAVE_QSORT_R 1
  31627. | #define HAVE_READLINK 1
  31628. | #define HAVE_ROUND 1
  31629. | #define HAVE_SEEKDIR 1
  31630. | #define HAVE_SENDFILE 1
  31631. | #define HAVE_SETEGID 1
  31632. | #define HAVE_SETENV 1
  31633. | #define HAVE_SETEUID 1
  31634. | #define HAVE_SETGID 1
  31635. | #define HAVE_SETGROUPS 1
  31636. | #define HAVE_SETPGID 1
  31637. | #define HAVE_SETPGRP 1
  31638. | #define HAVE_SETREGID 1
  31639. | #define HAVE_SETREUID 1
  31640. | #define HAVE_SETRGID 1
  31641. | #define HAVE_SETRLIMIT 1
  31642. | #define HAVE_SETRUID 1
  31643. | #define HAVE_SETSID 1
  31644. | #define HAVE_SETUID 1
  31645. | #define HAVE_SHUTDOWN 1
  31646. | #define HAVE_SIGACTION 1
  31647. | #define HAVE_SIGALTSTACK 1
  31648. | #define HAVE_SIGPROCMASK 1
  31649. | #define HAVE_SINH 1
  31650. | #define HAVE_SYMLINK 1
  31651. | #define HAVE_SYSCONF 1
  31652. | #define HAVE_TANH 1
  31653. | #define HAVE_TELLDIR 1
  31654. | #define HAVE_TIMEGM 1
  31655. | #define HAVE_TIMES 1
  31656. | #define HAVE_TRUNCATE 1
  31657. | #define HAVE_UNSETENV 1
  31658. | #define HAVE_UTIMENSAT 1
  31659. | #define HAVE_UTIMES 1
  31660. | #define HAVE_WAIT4 1
  31661. | #define HAVE_WAITPID 1
  31662. | #if !defined __STDC_WANT_LIB_EXT1__
  31663. | #define __STDC_WANT_LIB_EXT1__ 1
  31664. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31665. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  31666. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  31667. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31668. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31669. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31670. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31671. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31672. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31673. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31674. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31675. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31676. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31677. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31678. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31679. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31680. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31681. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31682. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31683. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31684. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  31685. | /* end confdefs.h. */
  31686. |
  31687. | #include <stdlib.h>
  31688. | void (qsort_r)(void *base, size_t nmemb, size_t size,
  31689. | int (*compar)(const void *, const void *, void *),
  31690. | void *arg);
  31691. |
  31692. | int
  31693. | main ()
  31694. | {
  31695. |
  31696. | ;
  31697. | return 0;
  31698. | }
  31699. configure:24774: result: no
  31700. configure:24776: checking whether qsort_r is BSD version
  31701. configure:24796: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  31702. configure:24796: $? = 0
  31703. configure:24804: result: yes
  31704. configure:24823: checking whether atan2 handles Inf as C99
  31705. configure:24862: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31706. configure:24862: $? = 0
  31707. configure:24862: ./conftest
  31708. configure:24862: $? = 0
  31709. configure:24877: result: yes
  31710. configure:24944: checking for clock_getres
  31711. configure:24944: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  31712. configure:24944: $? = 0
  31713. configure:24944: result: yes
  31714. configure:24953: checking for timer_create in -lrt
  31715. configure:24978: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lrt -lgmp -ldl -lobjc >&5
  31716. ld: library not found for -lrt
  31717. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31718. configure:24978: $? = 1
  31719. configure: failed program was:
  31720. | /* confdefs.h */
  31721. | #define PACKAGE_NAME ""
  31722. | #define PACKAGE_TARNAME ""
  31723. | #define PACKAGE_VERSION ""
  31724. | #define PACKAGE_STRING ""
  31725. | #define PACKAGE_BUGREPORT ""
  31726. | #define PACKAGE_URL ""
  31727. | #define STDC_HEADERS 1
  31728. | #define HAVE_SYS_TYPES_H 1
  31729. | #define HAVE_SYS_STAT_H 1
  31730. | #define HAVE_STDLIB_H 1
  31731. | #define HAVE_STRING_H 1
  31732. | #define HAVE_MEMORY_H 1
  31733. | #define HAVE_STRINGS_H 1
  31734. | #define HAVE_INTTYPES_H 1
  31735. | #define HAVE_STDINT_H 1
  31736. | #define HAVE_UNISTD_H 1
  31737. | #define __EXTENSIONS__ 1
  31738. | #define _ALL_SOURCE 1
  31739. | #define _GNU_SOURCE 1
  31740. | #define _POSIX_PTHREAD_SEMANTICS 1
  31741. | #define _TANDEM_SOURCE 1
  31742. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31743. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31744. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  31745. | #define BROKEN_CRYPT 1
  31746. | #define HAVE_CRT_EXTERNS_H 1
  31747. | #define HAVE_LIBDL 1
  31748. | #define HAVE_DIRENT_H 1
  31749. | #define HAVE__BOOL 1
  31750. | #define HAVE_STDBOOL_H 1
  31751. | #define HAVE_SYS_WAIT_H 1
  31752. | #define HAVE_GRP_H 1
  31753. | #define HAVE_FCNTL_H 1
  31754. | #define HAVE_FLOAT_H 1
  31755. | #define HAVE_LANGINFO_H 1
  31756. | #define HAVE_LIMITS_H 1
  31757. | #define HAVE_LOCALE_H 1
  31758. | #define HAVE_MALLOC_MALLOC_H 1
  31759. | #define HAVE_PWD_H 1
  31760. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  31761. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  31762. | #define HAVE_STDALIGN_H 1
  31763. | #define HAVE_SYS_ATTR_H 1
  31764. | #define HAVE_SYS_FCNTL_H 1
  31765. | #define HAVE_SYS_FILE_H 1
  31766. | #define HAVE_SYS_IOCTL_H 1
  31767. | #define HAVE_SYS_PARAM_H 1
  31768. | #define HAVE_SYS_RESOURCE_H 1
  31769. | #define HAVE_SYS_SELECT_H 1
  31770. | #define HAVE_SYS_SOCKET_H 1
  31771. | #define HAVE_SYS_TIME_H 1
  31772. | #define HAVE_SYS_TIMES_H 1
  31773. | #define HAVE_SYS_UIO_H 1
  31774. | #define HAVE_TIME_H 1
  31775. | #define HAVE_UCONTEXT_H 1
  31776. | #define HAVE_UTIME_H 1
  31777. | #define HAVE_GMP_H 1
  31778. | #define HAVE_LIBGMP 1
  31779. | #define HAVE_TYPEOF 1
  31780. | #define HAVE_LONG_LONG 1
  31781. | #define HAVE_OFF_T 1
  31782. | #define SIZEOF_INT 4
  31783. | #define SIZEOF_SHORT 2
  31784. | #define SIZEOF_LONG 8
  31785. | #define SIZEOF_LONG_LONG 8
  31786. | #define SIZEOF___INT64 0
  31787. | #define SIZEOF___INT128 16
  31788. | #define SIZEOF_OFF_T 8
  31789. | #define SIZEOF_VOIDP 8
  31790. | #define SIZEOF_FLOAT 4
  31791. | #define SIZEOF_DOUBLE 8
  31792. | #define SIZEOF_TIME_T 8
  31793. | #define SIZEOF_CLOCK_T 8
  31794. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31795. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31796. | #define PRI_LL_PREFIX "ll"
  31797. | #define HAVE_PID_T 1
  31798. | #define rb_pid_t pid_t
  31799. | #define SIGNEDNESS_OF_PID_T -1
  31800. | #define PIDT2NUM(v) INT2NUM(v)
  31801. | #define NUM2PIDT(v) NUM2INT(v)
  31802. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31803. | #define HAVE_UID_T 1
  31804. | #define rb_uid_t uid_t
  31805. | #define SIGNEDNESS_OF_UID_T +1
  31806. | #define UIDT2NUM(v) UINT2NUM(v)
  31807. | #define NUM2UIDT(v) NUM2UINT(v)
  31808. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31809. | #define HAVE_GID_T 1
  31810. | #define rb_gid_t gid_t
  31811. | #define SIGNEDNESS_OF_GID_T +1
  31812. | #define GIDT2NUM(v) UINT2NUM(v)
  31813. | #define NUM2GIDT(v) NUM2UINT(v)
  31814. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31815. | #define HAVE_TIME_T 1
  31816. | #define rb_time_t time_t
  31817. | #define SIGNEDNESS_OF_TIME_T -1
  31818. | #define TIMET2NUM(v) LONG2NUM(v)
  31819. | #define NUM2TIMET(v) NUM2LONG(v)
  31820. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31821. | #define HAVE_DEV_T 1
  31822. | #define rb_dev_t dev_t
  31823. | #define SIGNEDNESS_OF_DEV_T -1
  31824. | #define DEVT2NUM(v) INT2NUM(v)
  31825. | #define NUM2DEVT(v) NUM2INT(v)
  31826. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31827. | #define HAVE_MODE_T 1
  31828. | #define rb_mode_t mode_t
  31829. | #define SIGNEDNESS_OF_MODE_T +1
  31830. | #define MODET2NUM(v) USHORT2NUM(v)
  31831. | #define NUM2MODET(v) NUM2USHORT(v)
  31832. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  31833. | #define HAVE_RLIM_T 1
  31834. | #define rb_rlim_t rlim_t
  31835. | #define SIGNEDNESS_OF_RLIM_T +1
  31836. | #define RLIM2NUM(v) ULL2NUM(v)
  31837. | #define NUM2RLIM(v) NUM2ULL(v)
  31838. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31839. | #define HAVE_OFF_T 1
  31840. | #define rb_off_t off_t
  31841. | #define SIGNEDNESS_OF_OFF_T -1
  31842. | #define OFFT2NUM(v) LL2NUM(v)
  31843. | #define NUM2OFFT(v) NUM2LL(v)
  31844. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31845. | #define HAVE_CLOCKID_T 1
  31846. | #define rb_clockid_t clockid_t
  31847. | #define SIGNEDNESS_OF_CLOCKID_T +1
  31848. | #define CLOCKID2NUM(v) UINT2NUM(v)
  31849. | #define NUM2CLOCKID(v) NUM2UINT(v)
  31850. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31851. | #define HAVE_PROTOTYPES 1
  31852. | #define TOKEN_PASTE(x,y) x##y
  31853. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31854. | #define HAVE_STDARG_PROTOTYPES 1
  31855. | #define HAVE_VA_ARGS_MACRO 1
  31856. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  31857. | #define RUBY_ALIGNOF alignof
  31858. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31859. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31860. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31861. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31862. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31863. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31864. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31865. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31866. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  31867. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  31868. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  31869. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31870. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31871. | #define WEAK(x) __attribute__ ((__weak__)) x
  31872. | #define HAVE_FUNC_WEAK 1
  31873. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31874. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31875. | #define HAVE_GCC_SYNC_BUILTINS 1
  31876. | #define UNREACHABLE __builtin_unreachable()
  31877. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31878. | #define RUBY_FUNCTION_NAME_STRING __func__
  31879. | #define ENUM_OVER_INT 1
  31880. | #define HAVE_DECL_SYS_NERR 1
  31881. | #define HAVE_DECL_GETENV 1
  31882. | #define SIZEOF_SIZE_T 8
  31883. | #define SIZEOF_PTRDIFF_T 8
  31884. | #define PRI_SIZE_PREFIX "z"
  31885. | #define PRI_PTRDIFF_PREFIX "t"
  31886. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31887. | #define HAVE_ST_BLKSIZE 1
  31888. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31889. | #define HAVE_ST_BLOCKS 1
  31890. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31891. | #define HAVE_ST_RDEV 1
  31892. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31893. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31894. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31895. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31896. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31897. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31898. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31899. | #define HAVE_STRUCT_TIMEVAL 1
  31900. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31901. | #define HAVE_STRUCT_TIMESPEC 1
  31902. | #define HAVE_STRUCT_TIMEZONE 1
  31903. | #define HAVE_RB_FD_INIT 1
  31904. | #define HAVE_INT8_T 1
  31905. | #define SIZEOF_INT8_T 1
  31906. | #define HAVE_UINT8_T 1
  31907. | #define SIZEOF_UINT8_T 1
  31908. | #define HAVE_INT16_T 1
  31909. | #define SIZEOF_INT16_T 2
  31910. | #define HAVE_UINT16_T 1
  31911. | #define SIZEOF_UINT16_T 2
  31912. | #define HAVE_INT32_T 1
  31913. | #define SIZEOF_INT32_T 4
  31914. | #define HAVE_UINT32_T 1
  31915. | #define SIZEOF_UINT32_T 4
  31916. | #define HAVE_INT64_T 1
  31917. | #define SIZEOF_INT64_T 8
  31918. | #define HAVE_UINT64_T 1
  31919. | #define SIZEOF_UINT64_T 8
  31920. | #define HAVE_INT128_T 1
  31921. | #define int128_t __int128
  31922. | #define SIZEOF_INT128_T SIZEOF___INT128
  31923. | #define HAVE_UINT128_T 1
  31924. | #define uint128_t unsigned __int128
  31925. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31926. | #define HAVE_INTPTR_T 1
  31927. | #define SIZEOF_INTPTR_T 8
  31928. | #define HAVE_UINTPTR_T 1
  31929. | #define SIZEOF_UINTPTR_T 8
  31930. | #define PRI_PTR_PREFIX "l"
  31931. | #define HAVE_SSIZE_T 1
  31932. | #define SIZEOF_SSIZE_T 8
  31933. | #define PRI_64_PREFIX "ll"
  31934. | #define GETGROUPS_T gid_t
  31935. | #define RETSIGTYPE void
  31936. | #define HAVE_ALLOCA_H 1
  31937. | #define HAVE_ALLOCA 1
  31938. | #define HAVE_ACOSH 1
  31939. | #define HAVE_CBRT 1
  31940. | #define HAVE_CRYPT 1
  31941. | #define HAVE_DUP2 1
  31942. | #define HAVE_ERF 1
  31943. | #define HAVE_FFS 1
  31944. | #define HAVE_FINITE 1
  31945. | #define HAVE_FLOCK 1
  31946. | #define HAVE_HYPOT 1
  31947. | #define HAVE_ISINF 1
  31948. | #define HAVE_ISNAN 1
  31949. | #define HAVE_LGAMMA_R 1
  31950. | #define HAVE_MEMMOVE 1
  31951. | #define HAVE_NAN 1
  31952. | #define HAVE_NEXTAFTER 1
  31953. | #define HAVE_STRCHR 1
  31954. | #define HAVE_STRERROR 1
  31955. | #define HAVE_STRLCAT 1
  31956. | #define HAVE_STRLCPY 1
  31957. | #define HAVE_STRSTR 1
  31958. | #define HAVE_TGAMMA 1
  31959. | #define SPT_TYPE SPT_REUSEARGV
  31960. | #define HAVE_SIGNBIT 1
  31961. | #define HAVE_FORK 1
  31962. | #define vfork fork
  31963. | #define HAVE_WORKING_FORK 1
  31964. | #define HAVE__LONGJMP 1
  31965. | #define HAVE_ARC4RANDOM_BUF 1
  31966. | #define HAVE_ATAN2L 1
  31967. | #define HAVE_ATAN2F 1
  31968. | #define HAVE_CHROOT 1
  31969. | #define HAVE_CLOCK_GETTIME 1
  31970. | #define HAVE_COSH 1
  31971. | #define HAVE_DIRFD 1
  31972. | #define HAVE_DLOPEN 1
  31973. | #define HAVE_DLADDR 1
  31974. | #define HAVE_DUP 1
  31975. | #define HAVE_ENDGRENT 1
  31976. | #define HAVE_FCHMOD 1
  31977. | #define HAVE_FCHOWN 1
  31978. | #define HAVE_FCNTL 1
  31979. | #define HAVE_FDOPENDIR 1
  31980. | #define HAVE_FGETATTRLIST 1
  31981. | #define HAVE_FMOD 1
  31982. | #define HAVE_FSTATAT 1
  31983. | #define HAVE_FSYNC 1
  31984. | #define HAVE_FTRUNCATE 1
  31985. | #define HAVE_GETATTRLIST 1
  31986. | #define HAVE_GETCWD 1
  31987. | #define HAVE_GETGRNAM 1
  31988. | #define HAVE_GETGRNAM_R 1
  31989. | #define HAVE_GETGROUPS 1
  31990. | #define HAVE_GETPGID 1
  31991. | #define HAVE_GETPGRP 1
  31992. | #define HAVE_GETPRIORITY 1
  31993. | #define HAVE_GETPWNAM_R 1
  31994. | #define HAVE_GETRLIMIT 1
  31995. | #define HAVE_GETSID 1
  31996. | #define HAVE_GETTIMEOFDAY 1
  31997. | #define HAVE_GMTIME_R 1
  31998. | #define HAVE_GRANTPT 1
  31999. | #define HAVE_INITGROUPS 1
  32000. | #define HAVE_IOCTL 1
  32001. | #define HAVE_ISSETUGID 1
  32002. | #define HAVE_KILLPG 1
  32003. | #define HAVE_LCHMOD 1
  32004. | #define HAVE_LCHOWN 1
  32005. | #define HAVE_LINK 1
  32006. | #define HAVE_LLABS 1
  32007. | #define HAVE_LOCKF 1
  32008. | #define HAVE_LOG2 1
  32009. | #define HAVE_LSTAT 1
  32010. | #define HAVE_LUTIMES 1
  32011. | #define HAVE_MALLOC_SIZE 1
  32012. | #define HAVE_MBLEN 1
  32013. | #define HAVE_MEMSET_S 1
  32014. | #define HAVE_WRITEV 1
  32015. | #define HAVE_MKFIFO 1
  32016. | #define HAVE_MKNOD 1
  32017. | #define HAVE_MKTIME 1
  32018. | #define HAVE_OPENAT 1
  32019. | #define HAVE_POLL 1
  32020. | #define HAVE_POSIX_MEMALIGN 1
  32021. | #define HAVE_PREAD 1
  32022. | #define HAVE_PWRITE 1
  32023. | #define HAVE_QSORT_R 1
  32024. | #define HAVE_READLINK 1
  32025. | #define HAVE_ROUND 1
  32026. | #define HAVE_SEEKDIR 1
  32027. | #define HAVE_SENDFILE 1
  32028. | #define HAVE_SETEGID 1
  32029. | #define HAVE_SETENV 1
  32030. | #define HAVE_SETEUID 1
  32031. | #define HAVE_SETGID 1
  32032. | #define HAVE_SETGROUPS 1
  32033. | #define HAVE_SETPGID 1
  32034. | #define HAVE_SETPGRP 1
  32035. | #define HAVE_SETREGID 1
  32036. | #define HAVE_SETREUID 1
  32037. | #define HAVE_SETRGID 1
  32038. | #define HAVE_SETRLIMIT 1
  32039. | #define HAVE_SETRUID 1
  32040. | #define HAVE_SETSID 1
  32041. | #define HAVE_SETUID 1
  32042. | #define HAVE_SHUTDOWN 1
  32043. | #define HAVE_SIGACTION 1
  32044. | #define HAVE_SIGALTSTACK 1
  32045. | #define HAVE_SIGPROCMASK 1
  32046. | #define HAVE_SINH 1
  32047. | #define HAVE_SYMLINK 1
  32048. | #define HAVE_SYSCONF 1
  32049. | #define HAVE_TANH 1
  32050. | #define HAVE_TELLDIR 1
  32051. | #define HAVE_TIMEGM 1
  32052. | #define HAVE_TIMES 1
  32053. | #define HAVE_TRUNCATE 1
  32054. | #define HAVE_UNSETENV 1
  32055. | #define HAVE_UTIMENSAT 1
  32056. | #define HAVE_UTIMES 1
  32057. | #define HAVE_WAIT4 1
  32058. | #define HAVE_WAITPID 1
  32059. | #if !defined __STDC_WANT_LIB_EXT1__
  32060. | #define __STDC_WANT_LIB_EXT1__ 1
  32061. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32062. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  32063. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  32064. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32065. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32066. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32067. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32068. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32069. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32070. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32071. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32072. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32073. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32074. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32075. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32076. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32077. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32078. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32079. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32080. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32081. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  32082. | #define HAVE_BSD_QSORT_R 1
  32083. | #define ATAN2_INF_C99 1
  32084. | #define HAVE_CLOCK_GETRES 1
  32085. | /* end confdefs.h. */
  32086. |
  32087. | /* Override any GCC internal prototype to avoid an error.
  32088. | Use char because int might match the return type of a GCC
  32089. | builtin and then its argument prototype would still apply. */
  32090. | #ifdef __cplusplus
  32091. | extern "C"
  32092. | #endif
  32093. | char timer_create ();
  32094. | int
  32095. | main ()
  32096. | {
  32097. | return timer_create ();
  32098. | ;
  32099. | return 0;
  32100. | }
  32101. configure:24987: result: no
  32102. configure:24998: checking for timer_settime in -lrt
  32103. configure:25023: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lrt -lgmp -ldl -lobjc >&5
  32104. ld: library not found for -lrt
  32105. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32106. configure:25023: $? = 1
  32107. configure: failed program was:
  32108. | /* confdefs.h */
  32109. | #define PACKAGE_NAME ""
  32110. | #define PACKAGE_TARNAME ""
  32111. | #define PACKAGE_VERSION ""
  32112. | #define PACKAGE_STRING ""
  32113. | #define PACKAGE_BUGREPORT ""
  32114. | #define PACKAGE_URL ""
  32115. | #define STDC_HEADERS 1
  32116. | #define HAVE_SYS_TYPES_H 1
  32117. | #define HAVE_SYS_STAT_H 1
  32118. | #define HAVE_STDLIB_H 1
  32119. | #define HAVE_STRING_H 1
  32120. | #define HAVE_MEMORY_H 1
  32121. | #define HAVE_STRINGS_H 1
  32122. | #define HAVE_INTTYPES_H 1
  32123. | #define HAVE_STDINT_H 1
  32124. | #define HAVE_UNISTD_H 1
  32125. | #define __EXTENSIONS__ 1
  32126. | #define _ALL_SOURCE 1
  32127. | #define _GNU_SOURCE 1
  32128. | #define _POSIX_PTHREAD_SEMANTICS 1
  32129. | #define _TANDEM_SOURCE 1
  32130. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32131. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32132. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  32133. | #define BROKEN_CRYPT 1
  32134. | #define HAVE_CRT_EXTERNS_H 1
  32135. | #define HAVE_LIBDL 1
  32136. | #define HAVE_DIRENT_H 1
  32137. | #define HAVE__BOOL 1
  32138. | #define HAVE_STDBOOL_H 1
  32139. | #define HAVE_SYS_WAIT_H 1
  32140. | #define HAVE_GRP_H 1
  32141. | #define HAVE_FCNTL_H 1
  32142. | #define HAVE_FLOAT_H 1
  32143. | #define HAVE_LANGINFO_H 1
  32144. | #define HAVE_LIMITS_H 1
  32145. | #define HAVE_LOCALE_H 1
  32146. | #define HAVE_MALLOC_MALLOC_H 1
  32147. | #define HAVE_PWD_H 1
  32148. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  32149. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  32150. | #define HAVE_STDALIGN_H 1
  32151. | #define HAVE_SYS_ATTR_H 1
  32152. | #define HAVE_SYS_FCNTL_H 1
  32153. | #define HAVE_SYS_FILE_H 1
  32154. | #define HAVE_SYS_IOCTL_H 1
  32155. | #define HAVE_SYS_PARAM_H 1
  32156. | #define HAVE_SYS_RESOURCE_H 1
  32157. | #define HAVE_SYS_SELECT_H 1
  32158. | #define HAVE_SYS_SOCKET_H 1
  32159. | #define HAVE_SYS_TIME_H 1
  32160. | #define HAVE_SYS_TIMES_H 1
  32161. | #define HAVE_SYS_UIO_H 1
  32162. | #define HAVE_TIME_H 1
  32163. | #define HAVE_UCONTEXT_H 1
  32164. | #define HAVE_UTIME_H 1
  32165. | #define HAVE_GMP_H 1
  32166. | #define HAVE_LIBGMP 1
  32167. | #define HAVE_TYPEOF 1
  32168. | #define HAVE_LONG_LONG 1
  32169. | #define HAVE_OFF_T 1
  32170. | #define SIZEOF_INT 4
  32171. | #define SIZEOF_SHORT 2
  32172. | #define SIZEOF_LONG 8
  32173. | #define SIZEOF_LONG_LONG 8
  32174. | #define SIZEOF___INT64 0
  32175. | #define SIZEOF___INT128 16
  32176. | #define SIZEOF_OFF_T 8
  32177. | #define SIZEOF_VOIDP 8
  32178. | #define SIZEOF_FLOAT 4
  32179. | #define SIZEOF_DOUBLE 8
  32180. | #define SIZEOF_TIME_T 8
  32181. | #define SIZEOF_CLOCK_T 8
  32182. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32183. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32184. | #define PRI_LL_PREFIX "ll"
  32185. | #define HAVE_PID_T 1
  32186. | #define rb_pid_t pid_t
  32187. | #define SIGNEDNESS_OF_PID_T -1
  32188. | #define PIDT2NUM(v) INT2NUM(v)
  32189. | #define NUM2PIDT(v) NUM2INT(v)
  32190. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32191. | #define HAVE_UID_T 1
  32192. | #define rb_uid_t uid_t
  32193. | #define SIGNEDNESS_OF_UID_T +1
  32194. | #define UIDT2NUM(v) UINT2NUM(v)
  32195. | #define NUM2UIDT(v) NUM2UINT(v)
  32196. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32197. | #define HAVE_GID_T 1
  32198. | #define rb_gid_t gid_t
  32199. | #define SIGNEDNESS_OF_GID_T +1
  32200. | #define GIDT2NUM(v) UINT2NUM(v)
  32201. | #define NUM2GIDT(v) NUM2UINT(v)
  32202. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32203. | #define HAVE_TIME_T 1
  32204. | #define rb_time_t time_t
  32205. | #define SIGNEDNESS_OF_TIME_T -1
  32206. | #define TIMET2NUM(v) LONG2NUM(v)
  32207. | #define NUM2TIMET(v) NUM2LONG(v)
  32208. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32209. | #define HAVE_DEV_T 1
  32210. | #define rb_dev_t dev_t
  32211. | #define SIGNEDNESS_OF_DEV_T -1
  32212. | #define DEVT2NUM(v) INT2NUM(v)
  32213. | #define NUM2DEVT(v) NUM2INT(v)
  32214. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32215. | #define HAVE_MODE_T 1
  32216. | #define rb_mode_t mode_t
  32217. | #define SIGNEDNESS_OF_MODE_T +1
  32218. | #define MODET2NUM(v) USHORT2NUM(v)
  32219. | #define NUM2MODET(v) NUM2USHORT(v)
  32220. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  32221. | #define HAVE_RLIM_T 1
  32222. | #define rb_rlim_t rlim_t
  32223. | #define SIGNEDNESS_OF_RLIM_T +1
  32224. | #define RLIM2NUM(v) ULL2NUM(v)
  32225. | #define NUM2RLIM(v) NUM2ULL(v)
  32226. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32227. | #define HAVE_OFF_T 1
  32228. | #define rb_off_t off_t
  32229. | #define SIGNEDNESS_OF_OFF_T -1
  32230. | #define OFFT2NUM(v) LL2NUM(v)
  32231. | #define NUM2OFFT(v) NUM2LL(v)
  32232. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32233. | #define HAVE_CLOCKID_T 1
  32234. | #define rb_clockid_t clockid_t
  32235. | #define SIGNEDNESS_OF_CLOCKID_T +1
  32236. | #define CLOCKID2NUM(v) UINT2NUM(v)
  32237. | #define NUM2CLOCKID(v) NUM2UINT(v)
  32238. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32239. | #define HAVE_PROTOTYPES 1
  32240. | #define TOKEN_PASTE(x,y) x##y
  32241. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32242. | #define HAVE_STDARG_PROTOTYPES 1
  32243. | #define HAVE_VA_ARGS_MACRO 1
  32244. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  32245. | #define RUBY_ALIGNOF alignof
  32246. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32247. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32248. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32249. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32250. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32251. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32252. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32253. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32254. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  32255. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  32256. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  32257. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32258. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32259. | #define WEAK(x) __attribute__ ((__weak__)) x
  32260. | #define HAVE_FUNC_WEAK 1
  32261. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32262. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32263. | #define HAVE_GCC_SYNC_BUILTINS 1
  32264. | #define UNREACHABLE __builtin_unreachable()
  32265. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32266. | #define RUBY_FUNCTION_NAME_STRING __func__
  32267. | #define ENUM_OVER_INT 1
  32268. | #define HAVE_DECL_SYS_NERR 1
  32269. | #define HAVE_DECL_GETENV 1
  32270. | #define SIZEOF_SIZE_T 8
  32271. | #define SIZEOF_PTRDIFF_T 8
  32272. | #define PRI_SIZE_PREFIX "z"
  32273. | #define PRI_PTRDIFF_PREFIX "t"
  32274. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32275. | #define HAVE_ST_BLKSIZE 1
  32276. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32277. | #define HAVE_ST_BLOCKS 1
  32278. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32279. | #define HAVE_ST_RDEV 1
  32280. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32281. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32282. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32283. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32284. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32285. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32286. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32287. | #define HAVE_STRUCT_TIMEVAL 1
  32288. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32289. | #define HAVE_STRUCT_TIMESPEC 1
  32290. | #define HAVE_STRUCT_TIMEZONE 1
  32291. | #define HAVE_RB_FD_INIT 1
  32292. | #define HAVE_INT8_T 1
  32293. | #define SIZEOF_INT8_T 1
  32294. | #define HAVE_UINT8_T 1
  32295. | #define SIZEOF_UINT8_T 1
  32296. | #define HAVE_INT16_T 1
  32297. | #define SIZEOF_INT16_T 2
  32298. | #define HAVE_UINT16_T 1
  32299. | #define SIZEOF_UINT16_T 2
  32300. | #define HAVE_INT32_T 1
  32301. | #define SIZEOF_INT32_T 4
  32302. | #define HAVE_UINT32_T 1
  32303. | #define SIZEOF_UINT32_T 4
  32304. | #define HAVE_INT64_T 1
  32305. | #define SIZEOF_INT64_T 8
  32306. | #define HAVE_UINT64_T 1
  32307. | #define SIZEOF_UINT64_T 8
  32308. | #define HAVE_INT128_T 1
  32309. | #define int128_t __int128
  32310. | #define SIZEOF_INT128_T SIZEOF___INT128
  32311. | #define HAVE_UINT128_T 1
  32312. | #define uint128_t unsigned __int128
  32313. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32314. | #define HAVE_INTPTR_T 1
  32315. | #define SIZEOF_INTPTR_T 8
  32316. | #define HAVE_UINTPTR_T 1
  32317. | #define SIZEOF_UINTPTR_T 8
  32318. | #define PRI_PTR_PREFIX "l"
  32319. | #define HAVE_SSIZE_T 1
  32320. | #define SIZEOF_SSIZE_T 8
  32321. | #define PRI_64_PREFIX "ll"
  32322. | #define GETGROUPS_T gid_t
  32323. | #define RETSIGTYPE void
  32324. | #define HAVE_ALLOCA_H 1
  32325. | #define HAVE_ALLOCA 1
  32326. | #define HAVE_ACOSH 1
  32327. | #define HAVE_CBRT 1
  32328. | #define HAVE_CRYPT 1
  32329. | #define HAVE_DUP2 1
  32330. | #define HAVE_ERF 1
  32331. | #define HAVE_FFS 1
  32332. | #define HAVE_FINITE 1
  32333. | #define HAVE_FLOCK 1
  32334. | #define HAVE_HYPOT 1
  32335. | #define HAVE_ISINF 1
  32336. | #define HAVE_ISNAN 1
  32337. | #define HAVE_LGAMMA_R 1
  32338. | #define HAVE_MEMMOVE 1
  32339. | #define HAVE_NAN 1
  32340. | #define HAVE_NEXTAFTER 1
  32341. | #define HAVE_STRCHR 1
  32342. | #define HAVE_STRERROR 1
  32343. | #define HAVE_STRLCAT 1
  32344. | #define HAVE_STRLCPY 1
  32345. | #define HAVE_STRSTR 1
  32346. | #define HAVE_TGAMMA 1
  32347. | #define SPT_TYPE SPT_REUSEARGV
  32348. | #define HAVE_SIGNBIT 1
  32349. | #define HAVE_FORK 1
  32350. | #define vfork fork
  32351. | #define HAVE_WORKING_FORK 1
  32352. | #define HAVE__LONGJMP 1
  32353. | #define HAVE_ARC4RANDOM_BUF 1
  32354. | #define HAVE_ATAN2L 1
  32355. | #define HAVE_ATAN2F 1
  32356. | #define HAVE_CHROOT 1
  32357. | #define HAVE_CLOCK_GETTIME 1
  32358. | #define HAVE_COSH 1
  32359. | #define HAVE_DIRFD 1
  32360. | #define HAVE_DLOPEN 1
  32361. | #define HAVE_DLADDR 1
  32362. | #define HAVE_DUP 1
  32363. | #define HAVE_ENDGRENT 1
  32364. | #define HAVE_FCHMOD 1
  32365. | #define HAVE_FCHOWN 1
  32366. | #define HAVE_FCNTL 1
  32367. | #define HAVE_FDOPENDIR 1
  32368. | #define HAVE_FGETATTRLIST 1
  32369. | #define HAVE_FMOD 1
  32370. | #define HAVE_FSTATAT 1
  32371. | #define HAVE_FSYNC 1
  32372. | #define HAVE_FTRUNCATE 1
  32373. | #define HAVE_GETATTRLIST 1
  32374. | #define HAVE_GETCWD 1
  32375. | #define HAVE_GETGRNAM 1
  32376. | #define HAVE_GETGRNAM_R 1
  32377. | #define HAVE_GETGROUPS 1
  32378. | #define HAVE_GETPGID 1
  32379. | #define HAVE_GETPGRP 1
  32380. | #define HAVE_GETPRIORITY 1
  32381. | #define HAVE_GETPWNAM_R 1
  32382. | #define HAVE_GETRLIMIT 1
  32383. | #define HAVE_GETSID 1
  32384. | #define HAVE_GETTIMEOFDAY 1
  32385. | #define HAVE_GMTIME_R 1
  32386. | #define HAVE_GRANTPT 1
  32387. | #define HAVE_INITGROUPS 1
  32388. | #define HAVE_IOCTL 1
  32389. | #define HAVE_ISSETUGID 1
  32390. | #define HAVE_KILLPG 1
  32391. | #define HAVE_LCHMOD 1
  32392. | #define HAVE_LCHOWN 1
  32393. | #define HAVE_LINK 1
  32394. | #define HAVE_LLABS 1
  32395. | #define HAVE_LOCKF 1
  32396. | #define HAVE_LOG2 1
  32397. | #define HAVE_LSTAT 1
  32398. | #define HAVE_LUTIMES 1
  32399. | #define HAVE_MALLOC_SIZE 1
  32400. | #define HAVE_MBLEN 1
  32401. | #define HAVE_MEMSET_S 1
  32402. | #define HAVE_WRITEV 1
  32403. | #define HAVE_MKFIFO 1
  32404. | #define HAVE_MKNOD 1
  32405. | #define HAVE_MKTIME 1
  32406. | #define HAVE_OPENAT 1
  32407. | #define HAVE_POLL 1
  32408. | #define HAVE_POSIX_MEMALIGN 1
  32409. | #define HAVE_PREAD 1
  32410. | #define HAVE_PWRITE 1
  32411. | #define HAVE_QSORT_R 1
  32412. | #define HAVE_READLINK 1
  32413. | #define HAVE_ROUND 1
  32414. | #define HAVE_SEEKDIR 1
  32415. | #define HAVE_SENDFILE 1
  32416. | #define HAVE_SETEGID 1
  32417. | #define HAVE_SETENV 1
  32418. | #define HAVE_SETEUID 1
  32419. | #define HAVE_SETGID 1
  32420. | #define HAVE_SETGROUPS 1
  32421. | #define HAVE_SETPGID 1
  32422. | #define HAVE_SETPGRP 1
  32423. | #define HAVE_SETREGID 1
  32424. | #define HAVE_SETREUID 1
  32425. | #define HAVE_SETRGID 1
  32426. | #define HAVE_SETRLIMIT 1
  32427. | #define HAVE_SETRUID 1
  32428. | #define HAVE_SETSID 1
  32429. | #define HAVE_SETUID 1
  32430. | #define HAVE_SHUTDOWN 1
  32431. | #define HAVE_SIGACTION 1
  32432. | #define HAVE_SIGALTSTACK 1
  32433. | #define HAVE_SIGPROCMASK 1
  32434. | #define HAVE_SINH 1
  32435. | #define HAVE_SYMLINK 1
  32436. | #define HAVE_SYSCONF 1
  32437. | #define HAVE_TANH 1
  32438. | #define HAVE_TELLDIR 1
  32439. | #define HAVE_TIMEGM 1
  32440. | #define HAVE_TIMES 1
  32441. | #define HAVE_TRUNCATE 1
  32442. | #define HAVE_UNSETENV 1
  32443. | #define HAVE_UTIMENSAT 1
  32444. | #define HAVE_UTIMES 1
  32445. | #define HAVE_WAIT4 1
  32446. | #define HAVE_WAITPID 1
  32447. | #if !defined __STDC_WANT_LIB_EXT1__
  32448. | #define __STDC_WANT_LIB_EXT1__ 1
  32449. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32450. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  32451. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  32452. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32453. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32454. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32455. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32456. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32457. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32458. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32459. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32460. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32461. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32462. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32463. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32464. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32465. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32466. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32467. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32468. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32469. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  32470. | #define HAVE_BSD_QSORT_R 1
  32471. | #define ATAN2_INF_C99 1
  32472. | #define HAVE_CLOCK_GETRES 1
  32473. | /* end confdefs.h. */
  32474. |
  32475. | /* Override any GCC internal prototype to avoid an error.
  32476. | Use char because int might match the return type of a GCC
  32477. | builtin and then its argument prototype would still apply. */
  32478. | #ifdef __cplusplus
  32479. | extern "C"
  32480. | #endif
  32481. | char timer_settime ();
  32482. | int
  32483. | main ()
  32484. | {
  32485. | return timer_settime ();
  32486. | ;
  32487. | return 0;
  32488. | }
  32489. configure:25032: result: no
  32490. configure:25056: checking for unsetenv returns a value
  32491. configure:25074: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32492. configure:25074: $? = 0
  32493. configure:25081: result: yes
  32494. configure:25105: checking whether struct tm is in sys/time.h or time.h
  32495. configure:25125: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32496. configure:25125: $? = 0
  32497. configure:25132: result: time.h
  32498. configure:25140: checking for struct tm.tm_zone
  32499. configure:25140: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32500. configure:25140: $? = 0
  32501. configure:25140: result: yes
  32502. configure:25207: checking for struct tm.tm_gmtoff
  32503. configure:25227: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32504. configure:25227: $? = 0
  32505. configure:25234: result: yes
  32506. configure:25242: checking for external int daylight
  32507. configure:25259: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  32508. configure:25259: $? = 0
  32509. configure:25267: result: yes
  32510. configure:25276: checking for negative time_t for gmtime(3)
  32511. configure:25318: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  32512. conftest.c:397:19: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  32513. t = ~(time_t)0 << 31;
  32514. ~~~~~~~~~~ ^
  32515. 1 warning generated.
  32516. configure:25318: $? = 0
  32517. configure:25318: ./conftest
  32518. configure:25318: $? = 0
  32519. configure:25328: result: yes
  32520. configure:25339: checking for localtime(3) overflow correctly
  32521. configure:25383: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lgmp -ldl -lobjc >&5
  32522. configure:25383: $? = 0
  32523. configure:25383: ./conftest
  32524. configure:25383: $? = 0
  32525. configure:25393: result: yes
  32526. configure:25471: checking for sig_t
  32527. configure:25471: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32528. configure:25471: $? = 0
  32529. configure:25471: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32530. conftest.c:378:20: error: expected expression
  32531. if (sizeof ((sig_t)))
  32532. ^
  32533. 1 error generated.
  32534. configure:25471: $? = 1
  32535. configure: failed program was:
  32536. | /* confdefs.h */
  32537. | #define PACKAGE_NAME ""
  32538. | #define PACKAGE_TARNAME ""
  32539. | #define PACKAGE_VERSION ""
  32540. | #define PACKAGE_STRING ""
  32541. | #define PACKAGE_BUGREPORT ""
  32542. | #define PACKAGE_URL ""
  32543. | #define STDC_HEADERS 1
  32544. | #define HAVE_SYS_TYPES_H 1
  32545. | #define HAVE_SYS_STAT_H 1
  32546. | #define HAVE_STDLIB_H 1
  32547. | #define HAVE_STRING_H 1
  32548. | #define HAVE_MEMORY_H 1
  32549. | #define HAVE_STRINGS_H 1
  32550. | #define HAVE_INTTYPES_H 1
  32551. | #define HAVE_STDINT_H 1
  32552. | #define HAVE_UNISTD_H 1
  32553. | #define __EXTENSIONS__ 1
  32554. | #define _ALL_SOURCE 1
  32555. | #define _GNU_SOURCE 1
  32556. | #define _POSIX_PTHREAD_SEMANTICS 1
  32557. | #define _TANDEM_SOURCE 1
  32558. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32559. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32560. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  32561. | #define BROKEN_CRYPT 1
  32562. | #define HAVE_CRT_EXTERNS_H 1
  32563. | #define HAVE_LIBDL 1
  32564. | #define HAVE_DIRENT_H 1
  32565. | #define HAVE__BOOL 1
  32566. | #define HAVE_STDBOOL_H 1
  32567. | #define HAVE_SYS_WAIT_H 1
  32568. | #define HAVE_GRP_H 1
  32569. | #define HAVE_FCNTL_H 1
  32570. | #define HAVE_FLOAT_H 1
  32571. | #define HAVE_LANGINFO_H 1
  32572. | #define HAVE_LIMITS_H 1
  32573. | #define HAVE_LOCALE_H 1
  32574. | #define HAVE_MALLOC_MALLOC_H 1
  32575. | #define HAVE_PWD_H 1
  32576. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  32577. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  32578. | #define HAVE_STDALIGN_H 1
  32579. | #define HAVE_SYS_ATTR_H 1
  32580. | #define HAVE_SYS_FCNTL_H 1
  32581. | #define HAVE_SYS_FILE_H 1
  32582. | #define HAVE_SYS_IOCTL_H 1
  32583. | #define HAVE_SYS_PARAM_H 1
  32584. | #define HAVE_SYS_RESOURCE_H 1
  32585. | #define HAVE_SYS_SELECT_H 1
  32586. | #define HAVE_SYS_SOCKET_H 1
  32587. | #define HAVE_SYS_TIME_H 1
  32588. | #define HAVE_SYS_TIMES_H 1
  32589. | #define HAVE_SYS_UIO_H 1
  32590. | #define HAVE_TIME_H 1
  32591. | #define HAVE_UCONTEXT_H 1
  32592. | #define HAVE_UTIME_H 1
  32593. | #define HAVE_GMP_H 1
  32594. | #define HAVE_LIBGMP 1
  32595. | #define HAVE_TYPEOF 1
  32596. | #define HAVE_LONG_LONG 1
  32597. | #define HAVE_OFF_T 1
  32598. | #define SIZEOF_INT 4
  32599. | #define SIZEOF_SHORT 2
  32600. | #define SIZEOF_LONG 8
  32601. | #define SIZEOF_LONG_LONG 8
  32602. | #define SIZEOF___INT64 0
  32603. | #define SIZEOF___INT128 16
  32604. | #define SIZEOF_OFF_T 8
  32605. | #define SIZEOF_VOIDP 8
  32606. | #define SIZEOF_FLOAT 4
  32607. | #define SIZEOF_DOUBLE 8
  32608. | #define SIZEOF_TIME_T 8
  32609. | #define SIZEOF_CLOCK_T 8
  32610. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32611. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32612. | #define PRI_LL_PREFIX "ll"
  32613. | #define HAVE_PID_T 1
  32614. | #define rb_pid_t pid_t
  32615. | #define SIGNEDNESS_OF_PID_T -1
  32616. | #define PIDT2NUM(v) INT2NUM(v)
  32617. | #define NUM2PIDT(v) NUM2INT(v)
  32618. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32619. | #define HAVE_UID_T 1
  32620. | #define rb_uid_t uid_t
  32621. | #define SIGNEDNESS_OF_UID_T +1
  32622. | #define UIDT2NUM(v) UINT2NUM(v)
  32623. | #define NUM2UIDT(v) NUM2UINT(v)
  32624. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32625. | #define HAVE_GID_T 1
  32626. | #define rb_gid_t gid_t
  32627. | #define SIGNEDNESS_OF_GID_T +1
  32628. | #define GIDT2NUM(v) UINT2NUM(v)
  32629. | #define NUM2GIDT(v) NUM2UINT(v)
  32630. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32631. | #define HAVE_TIME_T 1
  32632. | #define rb_time_t time_t
  32633. | #define SIGNEDNESS_OF_TIME_T -1
  32634. | #define TIMET2NUM(v) LONG2NUM(v)
  32635. | #define NUM2TIMET(v) NUM2LONG(v)
  32636. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32637. | #define HAVE_DEV_T 1
  32638. | #define rb_dev_t dev_t
  32639. | #define SIGNEDNESS_OF_DEV_T -1
  32640. | #define DEVT2NUM(v) INT2NUM(v)
  32641. | #define NUM2DEVT(v) NUM2INT(v)
  32642. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32643. | #define HAVE_MODE_T 1
  32644. | #define rb_mode_t mode_t
  32645. | #define SIGNEDNESS_OF_MODE_T +1
  32646. | #define MODET2NUM(v) USHORT2NUM(v)
  32647. | #define NUM2MODET(v) NUM2USHORT(v)
  32648. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  32649. | #define HAVE_RLIM_T 1
  32650. | #define rb_rlim_t rlim_t
  32651. | #define SIGNEDNESS_OF_RLIM_T +1
  32652. | #define RLIM2NUM(v) ULL2NUM(v)
  32653. | #define NUM2RLIM(v) NUM2ULL(v)
  32654. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32655. | #define HAVE_OFF_T 1
  32656. | #define rb_off_t off_t
  32657. | #define SIGNEDNESS_OF_OFF_T -1
  32658. | #define OFFT2NUM(v) LL2NUM(v)
  32659. | #define NUM2OFFT(v) NUM2LL(v)
  32660. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32661. | #define HAVE_CLOCKID_T 1
  32662. | #define rb_clockid_t clockid_t
  32663. | #define SIGNEDNESS_OF_CLOCKID_T +1
  32664. | #define CLOCKID2NUM(v) UINT2NUM(v)
  32665. | #define NUM2CLOCKID(v) NUM2UINT(v)
  32666. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32667. | #define HAVE_PROTOTYPES 1
  32668. | #define TOKEN_PASTE(x,y) x##y
  32669. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32670. | #define HAVE_STDARG_PROTOTYPES 1
  32671. | #define HAVE_VA_ARGS_MACRO 1
  32672. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  32673. | #define RUBY_ALIGNOF alignof
  32674. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32675. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32676. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32677. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32678. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32679. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32680. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32681. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32682. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  32683. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  32684. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  32685. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32686. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32687. | #define WEAK(x) __attribute__ ((__weak__)) x
  32688. | #define HAVE_FUNC_WEAK 1
  32689. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32690. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32691. | #define HAVE_GCC_SYNC_BUILTINS 1
  32692. | #define UNREACHABLE __builtin_unreachable()
  32693. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32694. | #define RUBY_FUNCTION_NAME_STRING __func__
  32695. | #define ENUM_OVER_INT 1
  32696. | #define HAVE_DECL_SYS_NERR 1
  32697. | #define HAVE_DECL_GETENV 1
  32698. | #define SIZEOF_SIZE_T 8
  32699. | #define SIZEOF_PTRDIFF_T 8
  32700. | #define PRI_SIZE_PREFIX "z"
  32701. | #define PRI_PTRDIFF_PREFIX "t"
  32702. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32703. | #define HAVE_ST_BLKSIZE 1
  32704. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32705. | #define HAVE_ST_BLOCKS 1
  32706. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32707. | #define HAVE_ST_RDEV 1
  32708. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32709. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32710. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32711. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32712. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32713. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32714. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32715. | #define HAVE_STRUCT_TIMEVAL 1
  32716. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32717. | #define HAVE_STRUCT_TIMESPEC 1
  32718. | #define HAVE_STRUCT_TIMEZONE 1
  32719. | #define HAVE_RB_FD_INIT 1
  32720. | #define HAVE_INT8_T 1
  32721. | #define SIZEOF_INT8_T 1
  32722. | #define HAVE_UINT8_T 1
  32723. | #define SIZEOF_UINT8_T 1
  32724. | #define HAVE_INT16_T 1
  32725. | #define SIZEOF_INT16_T 2
  32726. | #define HAVE_UINT16_T 1
  32727. | #define SIZEOF_UINT16_T 2
  32728. | #define HAVE_INT32_T 1
  32729. | #define SIZEOF_INT32_T 4
  32730. | #define HAVE_UINT32_T 1
  32731. | #define SIZEOF_UINT32_T 4
  32732. | #define HAVE_INT64_T 1
  32733. | #define SIZEOF_INT64_T 8
  32734. | #define HAVE_UINT64_T 1
  32735. | #define SIZEOF_UINT64_T 8
  32736. | #define HAVE_INT128_T 1
  32737. | #define int128_t __int128
  32738. | #define SIZEOF_INT128_T SIZEOF___INT128
  32739. | #define HAVE_UINT128_T 1
  32740. | #define uint128_t unsigned __int128
  32741. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32742. | #define HAVE_INTPTR_T 1
  32743. | #define SIZEOF_INTPTR_T 8
  32744. | #define HAVE_UINTPTR_T 1
  32745. | #define SIZEOF_UINTPTR_T 8
  32746. | #define PRI_PTR_PREFIX "l"
  32747. | #define HAVE_SSIZE_T 1
  32748. | #define SIZEOF_SSIZE_T 8
  32749. | #define PRI_64_PREFIX "ll"
  32750. | #define GETGROUPS_T gid_t
  32751. | #define RETSIGTYPE void
  32752. | #define HAVE_ALLOCA_H 1
  32753. | #define HAVE_ALLOCA 1
  32754. | #define HAVE_ACOSH 1
  32755. | #define HAVE_CBRT 1
  32756. | #define HAVE_CRYPT 1
  32757. | #define HAVE_DUP2 1
  32758. | #define HAVE_ERF 1
  32759. | #define HAVE_FFS 1
  32760. | #define HAVE_FINITE 1
  32761. | #define HAVE_FLOCK 1
  32762. | #define HAVE_HYPOT 1
  32763. | #define HAVE_ISINF 1
  32764. | #define HAVE_ISNAN 1
  32765. | #define HAVE_LGAMMA_R 1
  32766. | #define HAVE_MEMMOVE 1
  32767. | #define HAVE_NAN 1
  32768. | #define HAVE_NEXTAFTER 1
  32769. | #define HAVE_STRCHR 1
  32770. | #define HAVE_STRERROR 1
  32771. | #define HAVE_STRLCAT 1
  32772. | #define HAVE_STRLCPY 1
  32773. | #define HAVE_STRSTR 1
  32774. | #define HAVE_TGAMMA 1
  32775. | #define SPT_TYPE SPT_REUSEARGV
  32776. | #define HAVE_SIGNBIT 1
  32777. | #define HAVE_FORK 1
  32778. | #define vfork fork
  32779. | #define HAVE_WORKING_FORK 1
  32780. | #define HAVE__LONGJMP 1
  32781. | #define HAVE_ARC4RANDOM_BUF 1
  32782. | #define HAVE_ATAN2L 1
  32783. | #define HAVE_ATAN2F 1
  32784. | #define HAVE_CHROOT 1
  32785. | #define HAVE_CLOCK_GETTIME 1
  32786. | #define HAVE_COSH 1
  32787. | #define HAVE_DIRFD 1
  32788. | #define HAVE_DLOPEN 1
  32789. | #define HAVE_DLADDR 1
  32790. | #define HAVE_DUP 1
  32791. | #define HAVE_ENDGRENT 1
  32792. | #define HAVE_FCHMOD 1
  32793. | #define HAVE_FCHOWN 1
  32794. | #define HAVE_FCNTL 1
  32795. | #define HAVE_FDOPENDIR 1
  32796. | #define HAVE_FGETATTRLIST 1
  32797. | #define HAVE_FMOD 1
  32798. | #define HAVE_FSTATAT 1
  32799. | #define HAVE_FSYNC 1
  32800. | #define HAVE_FTRUNCATE 1
  32801. | #define HAVE_GETATTRLIST 1
  32802. | #define HAVE_GETCWD 1
  32803. | #define HAVE_GETGRNAM 1
  32804. | #define HAVE_GETGRNAM_R 1
  32805. | #define HAVE_GETGROUPS 1
  32806. | #define HAVE_GETPGID 1
  32807. | #define HAVE_GETPGRP 1
  32808. | #define HAVE_GETPRIORITY 1
  32809. | #define HAVE_GETPWNAM_R 1
  32810. | #define HAVE_GETRLIMIT 1
  32811. | #define HAVE_GETSID 1
  32812. | #define HAVE_GETTIMEOFDAY 1
  32813. | #define HAVE_GMTIME_R 1
  32814. | #define HAVE_GRANTPT 1
  32815. | #define HAVE_INITGROUPS 1
  32816. | #define HAVE_IOCTL 1
  32817. | #define HAVE_ISSETUGID 1
  32818. | #define HAVE_KILLPG 1
  32819. | #define HAVE_LCHMOD 1
  32820. | #define HAVE_LCHOWN 1
  32821. | #define HAVE_LINK 1
  32822. | #define HAVE_LLABS 1
  32823. | #define HAVE_LOCKF 1
  32824. | #define HAVE_LOG2 1
  32825. | #define HAVE_LSTAT 1
  32826. | #define HAVE_LUTIMES 1
  32827. | #define HAVE_MALLOC_SIZE 1
  32828. | #define HAVE_MBLEN 1
  32829. | #define HAVE_MEMSET_S 1
  32830. | #define HAVE_WRITEV 1
  32831. | #define HAVE_MKFIFO 1
  32832. | #define HAVE_MKNOD 1
  32833. | #define HAVE_MKTIME 1
  32834. | #define HAVE_OPENAT 1
  32835. | #define HAVE_POLL 1
  32836. | #define HAVE_POSIX_MEMALIGN 1
  32837. | #define HAVE_PREAD 1
  32838. | #define HAVE_PWRITE 1
  32839. | #define HAVE_QSORT_R 1
  32840. | #define HAVE_READLINK 1
  32841. | #define HAVE_ROUND 1
  32842. | #define HAVE_SEEKDIR 1
  32843. | #define HAVE_SENDFILE 1
  32844. | #define HAVE_SETEGID 1
  32845. | #define HAVE_SETENV 1
  32846. | #define HAVE_SETEUID 1
  32847. | #define HAVE_SETGID 1
  32848. | #define HAVE_SETGROUPS 1
  32849. | #define HAVE_SETPGID 1
  32850. | #define HAVE_SETPGRP 1
  32851. | #define HAVE_SETREGID 1
  32852. | #define HAVE_SETREUID 1
  32853. | #define HAVE_SETRGID 1
  32854. | #define HAVE_SETRLIMIT 1
  32855. | #define HAVE_SETRUID 1
  32856. | #define HAVE_SETSID 1
  32857. | #define HAVE_SETUID 1
  32858. | #define HAVE_SHUTDOWN 1
  32859. | #define HAVE_SIGACTION 1
  32860. | #define HAVE_SIGALTSTACK 1
  32861. | #define HAVE_SIGPROCMASK 1
  32862. | #define HAVE_SINH 1
  32863. | #define HAVE_SYMLINK 1
  32864. | #define HAVE_SYSCONF 1
  32865. | #define HAVE_TANH 1
  32866. | #define HAVE_TELLDIR 1
  32867. | #define HAVE_TIMEGM 1
  32868. | #define HAVE_TIMES 1
  32869. | #define HAVE_TRUNCATE 1
  32870. | #define HAVE_UNSETENV 1
  32871. | #define HAVE_UTIMENSAT 1
  32872. | #define HAVE_UTIMES 1
  32873. | #define HAVE_WAIT4 1
  32874. | #define HAVE_WAITPID 1
  32875. | #if !defined __STDC_WANT_LIB_EXT1__
  32876. | #define __STDC_WANT_LIB_EXT1__ 1
  32877. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32878. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  32879. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  32880. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32881. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32882. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32883. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32884. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32885. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32886. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32887. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32888. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32889. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32890. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32891. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32892. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32893. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32894. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32895. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32896. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32897. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  32898. | #define HAVE_BSD_QSORT_R 1
  32899. | #define ATAN2_INF_C99 1
  32900. | #define HAVE_CLOCK_GETRES 1
  32901. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32902. | #define HAVE_TM_ZONE 1
  32903. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32904. | #define HAVE_DAYLIGHT 1
  32905. | #define NEGATIVE_TIME_T 1
  32906. | #define POSIX_SIGNAL 1
  32907. | /* end confdefs.h. */
  32908. | #include <signal.h>
  32909. |
  32910. | int
  32911. | main ()
  32912. | {
  32913. | if (sizeof ((sig_t)))
  32914. | return 0;
  32915. | ;
  32916. | return 0;
  32917. | }
  32918. configure:25471: result: yes
  32919. configure:25652: checking whether right shift preserve sign bit
  32920. configure:25671: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32921. configure:25671: $? = 0
  32922. configure:25678: result: yes
  32923. configure:25703: checking whether _SC_CLK_TCK is supported
  32924. configure:25720: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32925. conftest.c:380:13: warning: relational comparison result unused [-Wunused-comparison]
  32926. _SC_CLK_TCK >= 0
  32927. ~~~~~~~~~~~~^~~~
  32928. 1 warning generated.
  32929. configure:25720: $? = 0
  32930. configure:25728: result: yes
  32931. configure:25850: checking stack growing direction on x86_64
  32932. configure:25901: result: -1
  32933. configure:25920: checking native coroutine implementation for x86_64-darwin18
  32934. configure:25961: result: amd64
  32935. configure:25983: checking for pthread_create in -lthr
  32936. configure:26008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lthr -lgmp -ldl -lobjc >&5
  32937. ld: library not found for -lthr
  32938. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32939. configure:26008: $? = 1
  32940. configure: failed program was:
  32941. | /* confdefs.h */
  32942. | #define PACKAGE_NAME ""
  32943. | #define PACKAGE_TARNAME ""
  32944. | #define PACKAGE_VERSION ""
  32945. | #define PACKAGE_STRING ""
  32946. | #define PACKAGE_BUGREPORT ""
  32947. | #define PACKAGE_URL ""
  32948. | #define STDC_HEADERS 1
  32949. | #define HAVE_SYS_TYPES_H 1
  32950. | #define HAVE_SYS_STAT_H 1
  32951. | #define HAVE_STDLIB_H 1
  32952. | #define HAVE_STRING_H 1
  32953. | #define HAVE_MEMORY_H 1
  32954. | #define HAVE_STRINGS_H 1
  32955. | #define HAVE_INTTYPES_H 1
  32956. | #define HAVE_STDINT_H 1
  32957. | #define HAVE_UNISTD_H 1
  32958. | #define __EXTENSIONS__ 1
  32959. | #define _ALL_SOURCE 1
  32960. | #define _GNU_SOURCE 1
  32961. | #define _POSIX_PTHREAD_SEMANTICS 1
  32962. | #define _TANDEM_SOURCE 1
  32963. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32964. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32965. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  32966. | #define BROKEN_CRYPT 1
  32967. | #define HAVE_CRT_EXTERNS_H 1
  32968. | #define HAVE_LIBDL 1
  32969. | #define HAVE_DIRENT_H 1
  32970. | #define HAVE__BOOL 1
  32971. | #define HAVE_STDBOOL_H 1
  32972. | #define HAVE_SYS_WAIT_H 1
  32973. | #define HAVE_GRP_H 1
  32974. | #define HAVE_FCNTL_H 1
  32975. | #define HAVE_FLOAT_H 1
  32976. | #define HAVE_LANGINFO_H 1
  32977. | #define HAVE_LIMITS_H 1
  32978. | #define HAVE_LOCALE_H 1
  32979. | #define HAVE_MALLOC_MALLOC_H 1
  32980. | #define HAVE_PWD_H 1
  32981. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  32982. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  32983. | #define HAVE_STDALIGN_H 1
  32984. | #define HAVE_SYS_ATTR_H 1
  32985. | #define HAVE_SYS_FCNTL_H 1
  32986. | #define HAVE_SYS_FILE_H 1
  32987. | #define HAVE_SYS_IOCTL_H 1
  32988. | #define HAVE_SYS_PARAM_H 1
  32989. | #define HAVE_SYS_RESOURCE_H 1
  32990. | #define HAVE_SYS_SELECT_H 1
  32991. | #define HAVE_SYS_SOCKET_H 1
  32992. | #define HAVE_SYS_TIME_H 1
  32993. | #define HAVE_SYS_TIMES_H 1
  32994. | #define HAVE_SYS_UIO_H 1
  32995. | #define HAVE_TIME_H 1
  32996. | #define HAVE_UCONTEXT_H 1
  32997. | #define HAVE_UTIME_H 1
  32998. | #define HAVE_GMP_H 1
  32999. | #define HAVE_LIBGMP 1
  33000. | #define HAVE_TYPEOF 1
  33001. | #define HAVE_LONG_LONG 1
  33002. | #define HAVE_OFF_T 1
  33003. | #define SIZEOF_INT 4
  33004. | #define SIZEOF_SHORT 2
  33005. | #define SIZEOF_LONG 8
  33006. | #define SIZEOF_LONG_LONG 8
  33007. | #define SIZEOF___INT64 0
  33008. | #define SIZEOF___INT128 16
  33009. | #define SIZEOF_OFF_T 8
  33010. | #define SIZEOF_VOIDP 8
  33011. | #define SIZEOF_FLOAT 4
  33012. | #define SIZEOF_DOUBLE 8
  33013. | #define SIZEOF_TIME_T 8
  33014. | #define SIZEOF_CLOCK_T 8
  33015. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33016. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33017. | #define PRI_LL_PREFIX "ll"
  33018. | #define HAVE_PID_T 1
  33019. | #define rb_pid_t pid_t
  33020. | #define SIGNEDNESS_OF_PID_T -1
  33021. | #define PIDT2NUM(v) INT2NUM(v)
  33022. | #define NUM2PIDT(v) NUM2INT(v)
  33023. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33024. | #define HAVE_UID_T 1
  33025. | #define rb_uid_t uid_t
  33026. | #define SIGNEDNESS_OF_UID_T +1
  33027. | #define UIDT2NUM(v) UINT2NUM(v)
  33028. | #define NUM2UIDT(v) NUM2UINT(v)
  33029. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33030. | #define HAVE_GID_T 1
  33031. | #define rb_gid_t gid_t
  33032. | #define SIGNEDNESS_OF_GID_T +1
  33033. | #define GIDT2NUM(v) UINT2NUM(v)
  33034. | #define NUM2GIDT(v) NUM2UINT(v)
  33035. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33036. | #define HAVE_TIME_T 1
  33037. | #define rb_time_t time_t
  33038. | #define SIGNEDNESS_OF_TIME_T -1
  33039. | #define TIMET2NUM(v) LONG2NUM(v)
  33040. | #define NUM2TIMET(v) NUM2LONG(v)
  33041. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33042. | #define HAVE_DEV_T 1
  33043. | #define rb_dev_t dev_t
  33044. | #define SIGNEDNESS_OF_DEV_T -1
  33045. | #define DEVT2NUM(v) INT2NUM(v)
  33046. | #define NUM2DEVT(v) NUM2INT(v)
  33047. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33048. | #define HAVE_MODE_T 1
  33049. | #define rb_mode_t mode_t
  33050. | #define SIGNEDNESS_OF_MODE_T +1
  33051. | #define MODET2NUM(v) USHORT2NUM(v)
  33052. | #define NUM2MODET(v) NUM2USHORT(v)
  33053. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  33054. | #define HAVE_RLIM_T 1
  33055. | #define rb_rlim_t rlim_t
  33056. | #define SIGNEDNESS_OF_RLIM_T +1
  33057. | #define RLIM2NUM(v) ULL2NUM(v)
  33058. | #define NUM2RLIM(v) NUM2ULL(v)
  33059. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33060. | #define HAVE_OFF_T 1
  33061. | #define rb_off_t off_t
  33062. | #define SIGNEDNESS_OF_OFF_T -1
  33063. | #define OFFT2NUM(v) LL2NUM(v)
  33064. | #define NUM2OFFT(v) NUM2LL(v)
  33065. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33066. | #define HAVE_CLOCKID_T 1
  33067. | #define rb_clockid_t clockid_t
  33068. | #define SIGNEDNESS_OF_CLOCKID_T +1
  33069. | #define CLOCKID2NUM(v) UINT2NUM(v)
  33070. | #define NUM2CLOCKID(v) NUM2UINT(v)
  33071. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33072. | #define HAVE_PROTOTYPES 1
  33073. | #define TOKEN_PASTE(x,y) x##y
  33074. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33075. | #define HAVE_STDARG_PROTOTYPES 1
  33076. | #define HAVE_VA_ARGS_MACRO 1
  33077. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  33078. | #define RUBY_ALIGNOF alignof
  33079. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33080. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33081. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33082. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33083. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33084. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33085. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33086. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33087. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  33088. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  33089. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  33090. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33091. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33092. | #define WEAK(x) __attribute__ ((__weak__)) x
  33093. | #define HAVE_FUNC_WEAK 1
  33094. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33095. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33096. | #define HAVE_GCC_SYNC_BUILTINS 1
  33097. | #define UNREACHABLE __builtin_unreachable()
  33098. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33099. | #define RUBY_FUNCTION_NAME_STRING __func__
  33100. | #define ENUM_OVER_INT 1
  33101. | #define HAVE_DECL_SYS_NERR 1
  33102. | #define HAVE_DECL_GETENV 1
  33103. | #define SIZEOF_SIZE_T 8
  33104. | #define SIZEOF_PTRDIFF_T 8
  33105. | #define PRI_SIZE_PREFIX "z"
  33106. | #define PRI_PTRDIFF_PREFIX "t"
  33107. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33108. | #define HAVE_ST_BLKSIZE 1
  33109. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33110. | #define HAVE_ST_BLOCKS 1
  33111. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33112. | #define HAVE_ST_RDEV 1
  33113. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33114. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33115. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33116. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33117. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33118. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33119. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33120. | #define HAVE_STRUCT_TIMEVAL 1
  33121. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33122. | #define HAVE_STRUCT_TIMESPEC 1
  33123. | #define HAVE_STRUCT_TIMEZONE 1
  33124. | #define HAVE_RB_FD_INIT 1
  33125. | #define HAVE_INT8_T 1
  33126. | #define SIZEOF_INT8_T 1
  33127. | #define HAVE_UINT8_T 1
  33128. | #define SIZEOF_UINT8_T 1
  33129. | #define HAVE_INT16_T 1
  33130. | #define SIZEOF_INT16_T 2
  33131. | #define HAVE_UINT16_T 1
  33132. | #define SIZEOF_UINT16_T 2
  33133. | #define HAVE_INT32_T 1
  33134. | #define SIZEOF_INT32_T 4
  33135. | #define HAVE_UINT32_T 1
  33136. | #define SIZEOF_UINT32_T 4
  33137. | #define HAVE_INT64_T 1
  33138. | #define SIZEOF_INT64_T 8
  33139. | #define HAVE_UINT64_T 1
  33140. | #define SIZEOF_UINT64_T 8
  33141. | #define HAVE_INT128_T 1
  33142. | #define int128_t __int128
  33143. | #define SIZEOF_INT128_T SIZEOF___INT128
  33144. | #define HAVE_UINT128_T 1
  33145. | #define uint128_t unsigned __int128
  33146. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33147. | #define HAVE_INTPTR_T 1
  33148. | #define SIZEOF_INTPTR_T 8
  33149. | #define HAVE_UINTPTR_T 1
  33150. | #define SIZEOF_UINTPTR_T 8
  33151. | #define PRI_PTR_PREFIX "l"
  33152. | #define HAVE_SSIZE_T 1
  33153. | #define SIZEOF_SSIZE_T 8
  33154. | #define PRI_64_PREFIX "ll"
  33155. | #define GETGROUPS_T gid_t
  33156. | #define RETSIGTYPE void
  33157. | #define HAVE_ALLOCA_H 1
  33158. | #define HAVE_ALLOCA 1
  33159. | #define HAVE_ACOSH 1
  33160. | #define HAVE_CBRT 1
  33161. | #define HAVE_CRYPT 1
  33162. | #define HAVE_DUP2 1
  33163. | #define HAVE_ERF 1
  33164. | #define HAVE_FFS 1
  33165. | #define HAVE_FINITE 1
  33166. | #define HAVE_FLOCK 1
  33167. | #define HAVE_HYPOT 1
  33168. | #define HAVE_ISINF 1
  33169. | #define HAVE_ISNAN 1
  33170. | #define HAVE_LGAMMA_R 1
  33171. | #define HAVE_MEMMOVE 1
  33172. | #define HAVE_NAN 1
  33173. | #define HAVE_NEXTAFTER 1
  33174. | #define HAVE_STRCHR 1
  33175. | #define HAVE_STRERROR 1
  33176. | #define HAVE_STRLCAT 1
  33177. | #define HAVE_STRLCPY 1
  33178. | #define HAVE_STRSTR 1
  33179. | #define HAVE_TGAMMA 1
  33180. | #define SPT_TYPE SPT_REUSEARGV
  33181. | #define HAVE_SIGNBIT 1
  33182. | #define HAVE_FORK 1
  33183. | #define vfork fork
  33184. | #define HAVE_WORKING_FORK 1
  33185. | #define HAVE__LONGJMP 1
  33186. | #define HAVE_ARC4RANDOM_BUF 1
  33187. | #define HAVE_ATAN2L 1
  33188. | #define HAVE_ATAN2F 1
  33189. | #define HAVE_CHROOT 1
  33190. | #define HAVE_CLOCK_GETTIME 1
  33191. | #define HAVE_COSH 1
  33192. | #define HAVE_DIRFD 1
  33193. | #define HAVE_DLOPEN 1
  33194. | #define HAVE_DLADDR 1
  33195. | #define HAVE_DUP 1
  33196. | #define HAVE_ENDGRENT 1
  33197. | #define HAVE_FCHMOD 1
  33198. | #define HAVE_FCHOWN 1
  33199. | #define HAVE_FCNTL 1
  33200. | #define HAVE_FDOPENDIR 1
  33201. | #define HAVE_FGETATTRLIST 1
  33202. | #define HAVE_FMOD 1
  33203. | #define HAVE_FSTATAT 1
  33204. | #define HAVE_FSYNC 1
  33205. | #define HAVE_FTRUNCATE 1
  33206. | #define HAVE_GETATTRLIST 1
  33207. | #define HAVE_GETCWD 1
  33208. | #define HAVE_GETGRNAM 1
  33209. | #define HAVE_GETGRNAM_R 1
  33210. | #define HAVE_GETGROUPS 1
  33211. | #define HAVE_GETPGID 1
  33212. | #define HAVE_GETPGRP 1
  33213. | #define HAVE_GETPRIORITY 1
  33214. | #define HAVE_GETPWNAM_R 1
  33215. | #define HAVE_GETRLIMIT 1
  33216. | #define HAVE_GETSID 1
  33217. | #define HAVE_GETTIMEOFDAY 1
  33218. | #define HAVE_GMTIME_R 1
  33219. | #define HAVE_GRANTPT 1
  33220. | #define HAVE_INITGROUPS 1
  33221. | #define HAVE_IOCTL 1
  33222. | #define HAVE_ISSETUGID 1
  33223. | #define HAVE_KILLPG 1
  33224. | #define HAVE_LCHMOD 1
  33225. | #define HAVE_LCHOWN 1
  33226. | #define HAVE_LINK 1
  33227. | #define HAVE_LLABS 1
  33228. | #define HAVE_LOCKF 1
  33229. | #define HAVE_LOG2 1
  33230. | #define HAVE_LSTAT 1
  33231. | #define HAVE_LUTIMES 1
  33232. | #define HAVE_MALLOC_SIZE 1
  33233. | #define HAVE_MBLEN 1
  33234. | #define HAVE_MEMSET_S 1
  33235. | #define HAVE_WRITEV 1
  33236. | #define HAVE_MKFIFO 1
  33237. | #define HAVE_MKNOD 1
  33238. | #define HAVE_MKTIME 1
  33239. | #define HAVE_OPENAT 1
  33240. | #define HAVE_POLL 1
  33241. | #define HAVE_POSIX_MEMALIGN 1
  33242. | #define HAVE_PREAD 1
  33243. | #define HAVE_PWRITE 1
  33244. | #define HAVE_QSORT_R 1
  33245. | #define HAVE_READLINK 1
  33246. | #define HAVE_ROUND 1
  33247. | #define HAVE_SEEKDIR 1
  33248. | #define HAVE_SENDFILE 1
  33249. | #define HAVE_SETEGID 1
  33250. | #define HAVE_SETENV 1
  33251. | #define HAVE_SETEUID 1
  33252. | #define HAVE_SETGID 1
  33253. | #define HAVE_SETGROUPS 1
  33254. | #define HAVE_SETPGID 1
  33255. | #define HAVE_SETPGRP 1
  33256. | #define HAVE_SETREGID 1
  33257. | #define HAVE_SETREUID 1
  33258. | #define HAVE_SETRGID 1
  33259. | #define HAVE_SETRLIMIT 1
  33260. | #define HAVE_SETRUID 1
  33261. | #define HAVE_SETSID 1
  33262. | #define HAVE_SETUID 1
  33263. | #define HAVE_SHUTDOWN 1
  33264. | #define HAVE_SIGACTION 1
  33265. | #define HAVE_SIGALTSTACK 1
  33266. | #define HAVE_SIGPROCMASK 1
  33267. | #define HAVE_SINH 1
  33268. | #define HAVE_SYMLINK 1
  33269. | #define HAVE_SYSCONF 1
  33270. | #define HAVE_TANH 1
  33271. | #define HAVE_TELLDIR 1
  33272. | #define HAVE_TIMEGM 1
  33273. | #define HAVE_TIMES 1
  33274. | #define HAVE_TRUNCATE 1
  33275. | #define HAVE_UNSETENV 1
  33276. | #define HAVE_UTIMENSAT 1
  33277. | #define HAVE_UTIMES 1
  33278. | #define HAVE_WAIT4 1
  33279. | #define HAVE_WAITPID 1
  33280. | #if !defined __STDC_WANT_LIB_EXT1__
  33281. | #define __STDC_WANT_LIB_EXT1__ 1
  33282. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33283. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  33284. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  33285. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33286. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33287. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33288. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33289. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33290. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33291. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33292. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33293. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33294. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33295. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33296. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33297. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33298. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33299. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33300. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33301. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33302. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  33303. | #define HAVE_BSD_QSORT_R 1
  33304. | #define ATAN2_INF_C99 1
  33305. | #define HAVE_CLOCK_GETRES 1
  33306. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33307. | #define HAVE_TM_ZONE 1
  33308. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33309. | #define HAVE_DAYLIGHT 1
  33310. | #define NEGATIVE_TIME_T 1
  33311. | #define POSIX_SIGNAL 1
  33312. | #define HAVE_SIG_T 1
  33313. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33314. | #define HAVE__SC_CLK_TCK 1
  33315. | #define STACK_GROW_DIRECTION -1
  33316. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  33317. | /* end confdefs.h. */
  33318. |
  33319. | /* Override any GCC internal prototype to avoid an error.
  33320. | Use char because int might match the return type of a GCC
  33321. | builtin and then its argument prototype would still apply. */
  33322. | #ifdef __cplusplus
  33323. | extern "C"
  33324. | #endif
  33325. | char pthread_create ();
  33326. | int
  33327. | main ()
  33328. | {
  33329. | return pthread_create ();
  33330. | ;
  33331. | return 0;
  33332. | }
  33333. configure:26018: result: no
  33334. configure:25983: checking for pthread_create in -lpthread
  33335. configure:26008: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33336. configure:26008: $? = 0
  33337. configure:26018: result: yes
  33338. configure:26040: checking for pthread_np.h
  33339. configure:26040: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33340. conftest.c:383:10: fatal error: 'pthread_np.h' file not found
  33341. #include <pthread_np.h>
  33342. ^~~~~~~~~~~~~~
  33343. 1 error generated.
  33344. configure:26040: $? = 1
  33345. configure: failed program was:
  33346. | /* confdefs.h */
  33347. | #define PACKAGE_NAME ""
  33348. | #define PACKAGE_TARNAME ""
  33349. | #define PACKAGE_VERSION ""
  33350. | #define PACKAGE_STRING ""
  33351. | #define PACKAGE_BUGREPORT ""
  33352. | #define PACKAGE_URL ""
  33353. | #define STDC_HEADERS 1
  33354. | #define HAVE_SYS_TYPES_H 1
  33355. | #define HAVE_SYS_STAT_H 1
  33356. | #define HAVE_STDLIB_H 1
  33357. | #define HAVE_STRING_H 1
  33358. | #define HAVE_MEMORY_H 1
  33359. | #define HAVE_STRINGS_H 1
  33360. | #define HAVE_INTTYPES_H 1
  33361. | #define HAVE_STDINT_H 1
  33362. | #define HAVE_UNISTD_H 1
  33363. | #define __EXTENSIONS__ 1
  33364. | #define _ALL_SOURCE 1
  33365. | #define _GNU_SOURCE 1
  33366. | #define _POSIX_PTHREAD_SEMANTICS 1
  33367. | #define _TANDEM_SOURCE 1
  33368. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33369. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33370. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  33371. | #define BROKEN_CRYPT 1
  33372. | #define HAVE_CRT_EXTERNS_H 1
  33373. | #define HAVE_LIBDL 1
  33374. | #define HAVE_DIRENT_H 1
  33375. | #define HAVE__BOOL 1
  33376. | #define HAVE_STDBOOL_H 1
  33377. | #define HAVE_SYS_WAIT_H 1
  33378. | #define HAVE_GRP_H 1
  33379. | #define HAVE_FCNTL_H 1
  33380. | #define HAVE_FLOAT_H 1
  33381. | #define HAVE_LANGINFO_H 1
  33382. | #define HAVE_LIMITS_H 1
  33383. | #define HAVE_LOCALE_H 1
  33384. | #define HAVE_MALLOC_MALLOC_H 1
  33385. | #define HAVE_PWD_H 1
  33386. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  33387. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  33388. | #define HAVE_STDALIGN_H 1
  33389. | #define HAVE_SYS_ATTR_H 1
  33390. | #define HAVE_SYS_FCNTL_H 1
  33391. | #define HAVE_SYS_FILE_H 1
  33392. | #define HAVE_SYS_IOCTL_H 1
  33393. | #define HAVE_SYS_PARAM_H 1
  33394. | #define HAVE_SYS_RESOURCE_H 1
  33395. | #define HAVE_SYS_SELECT_H 1
  33396. | #define HAVE_SYS_SOCKET_H 1
  33397. | #define HAVE_SYS_TIME_H 1
  33398. | #define HAVE_SYS_TIMES_H 1
  33399. | #define HAVE_SYS_UIO_H 1
  33400. | #define HAVE_TIME_H 1
  33401. | #define HAVE_UCONTEXT_H 1
  33402. | #define HAVE_UTIME_H 1
  33403. | #define HAVE_GMP_H 1
  33404. | #define HAVE_LIBGMP 1
  33405. | #define HAVE_TYPEOF 1
  33406. | #define HAVE_LONG_LONG 1
  33407. | #define HAVE_OFF_T 1
  33408. | #define SIZEOF_INT 4
  33409. | #define SIZEOF_SHORT 2
  33410. | #define SIZEOF_LONG 8
  33411. | #define SIZEOF_LONG_LONG 8
  33412. | #define SIZEOF___INT64 0
  33413. | #define SIZEOF___INT128 16
  33414. | #define SIZEOF_OFF_T 8
  33415. | #define SIZEOF_VOIDP 8
  33416. | #define SIZEOF_FLOAT 4
  33417. | #define SIZEOF_DOUBLE 8
  33418. | #define SIZEOF_TIME_T 8
  33419. | #define SIZEOF_CLOCK_T 8
  33420. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33421. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33422. | #define PRI_LL_PREFIX "ll"
  33423. | #define HAVE_PID_T 1
  33424. | #define rb_pid_t pid_t
  33425. | #define SIGNEDNESS_OF_PID_T -1
  33426. | #define PIDT2NUM(v) INT2NUM(v)
  33427. | #define NUM2PIDT(v) NUM2INT(v)
  33428. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33429. | #define HAVE_UID_T 1
  33430. | #define rb_uid_t uid_t
  33431. | #define SIGNEDNESS_OF_UID_T +1
  33432. | #define UIDT2NUM(v) UINT2NUM(v)
  33433. | #define NUM2UIDT(v) NUM2UINT(v)
  33434. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33435. | #define HAVE_GID_T 1
  33436. | #define rb_gid_t gid_t
  33437. | #define SIGNEDNESS_OF_GID_T +1
  33438. | #define GIDT2NUM(v) UINT2NUM(v)
  33439. | #define NUM2GIDT(v) NUM2UINT(v)
  33440. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33441. | #define HAVE_TIME_T 1
  33442. | #define rb_time_t time_t
  33443. | #define SIGNEDNESS_OF_TIME_T -1
  33444. | #define TIMET2NUM(v) LONG2NUM(v)
  33445. | #define NUM2TIMET(v) NUM2LONG(v)
  33446. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33447. | #define HAVE_DEV_T 1
  33448. | #define rb_dev_t dev_t
  33449. | #define SIGNEDNESS_OF_DEV_T -1
  33450. | #define DEVT2NUM(v) INT2NUM(v)
  33451. | #define NUM2DEVT(v) NUM2INT(v)
  33452. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33453. | #define HAVE_MODE_T 1
  33454. | #define rb_mode_t mode_t
  33455. | #define SIGNEDNESS_OF_MODE_T +1
  33456. | #define MODET2NUM(v) USHORT2NUM(v)
  33457. | #define NUM2MODET(v) NUM2USHORT(v)
  33458. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  33459. | #define HAVE_RLIM_T 1
  33460. | #define rb_rlim_t rlim_t
  33461. | #define SIGNEDNESS_OF_RLIM_T +1
  33462. | #define RLIM2NUM(v) ULL2NUM(v)
  33463. | #define NUM2RLIM(v) NUM2ULL(v)
  33464. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33465. | #define HAVE_OFF_T 1
  33466. | #define rb_off_t off_t
  33467. | #define SIGNEDNESS_OF_OFF_T -1
  33468. | #define OFFT2NUM(v) LL2NUM(v)
  33469. | #define NUM2OFFT(v) NUM2LL(v)
  33470. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33471. | #define HAVE_CLOCKID_T 1
  33472. | #define rb_clockid_t clockid_t
  33473. | #define SIGNEDNESS_OF_CLOCKID_T +1
  33474. | #define CLOCKID2NUM(v) UINT2NUM(v)
  33475. | #define NUM2CLOCKID(v) NUM2UINT(v)
  33476. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33477. | #define HAVE_PROTOTYPES 1
  33478. | #define TOKEN_PASTE(x,y) x##y
  33479. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33480. | #define HAVE_STDARG_PROTOTYPES 1
  33481. | #define HAVE_VA_ARGS_MACRO 1
  33482. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  33483. | #define RUBY_ALIGNOF alignof
  33484. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33485. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33486. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33487. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33488. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33489. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33490. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33491. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33492. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  33493. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  33494. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  33495. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33496. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33497. | #define WEAK(x) __attribute__ ((__weak__)) x
  33498. | #define HAVE_FUNC_WEAK 1
  33499. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33500. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33501. | #define HAVE_GCC_SYNC_BUILTINS 1
  33502. | #define UNREACHABLE __builtin_unreachable()
  33503. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33504. | #define RUBY_FUNCTION_NAME_STRING __func__
  33505. | #define ENUM_OVER_INT 1
  33506. | #define HAVE_DECL_SYS_NERR 1
  33507. | #define HAVE_DECL_GETENV 1
  33508. | #define SIZEOF_SIZE_T 8
  33509. | #define SIZEOF_PTRDIFF_T 8
  33510. | #define PRI_SIZE_PREFIX "z"
  33511. | #define PRI_PTRDIFF_PREFIX "t"
  33512. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33513. | #define HAVE_ST_BLKSIZE 1
  33514. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33515. | #define HAVE_ST_BLOCKS 1
  33516. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33517. | #define HAVE_ST_RDEV 1
  33518. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33519. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33520. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33521. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33522. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33523. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33524. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33525. | #define HAVE_STRUCT_TIMEVAL 1
  33526. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33527. | #define HAVE_STRUCT_TIMESPEC 1
  33528. | #define HAVE_STRUCT_TIMEZONE 1
  33529. | #define HAVE_RB_FD_INIT 1
  33530. | #define HAVE_INT8_T 1
  33531. | #define SIZEOF_INT8_T 1
  33532. | #define HAVE_UINT8_T 1
  33533. | #define SIZEOF_UINT8_T 1
  33534. | #define HAVE_INT16_T 1
  33535. | #define SIZEOF_INT16_T 2
  33536. | #define HAVE_UINT16_T 1
  33537. | #define SIZEOF_UINT16_T 2
  33538. | #define HAVE_INT32_T 1
  33539. | #define SIZEOF_INT32_T 4
  33540. | #define HAVE_UINT32_T 1
  33541. | #define SIZEOF_UINT32_T 4
  33542. | #define HAVE_INT64_T 1
  33543. | #define SIZEOF_INT64_T 8
  33544. | #define HAVE_UINT64_T 1
  33545. | #define SIZEOF_UINT64_T 8
  33546. | #define HAVE_INT128_T 1
  33547. | #define int128_t __int128
  33548. | #define SIZEOF_INT128_T SIZEOF___INT128
  33549. | #define HAVE_UINT128_T 1
  33550. | #define uint128_t unsigned __int128
  33551. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33552. | #define HAVE_INTPTR_T 1
  33553. | #define SIZEOF_INTPTR_T 8
  33554. | #define HAVE_UINTPTR_T 1
  33555. | #define SIZEOF_UINTPTR_T 8
  33556. | #define PRI_PTR_PREFIX "l"
  33557. | #define HAVE_SSIZE_T 1
  33558. | #define SIZEOF_SSIZE_T 8
  33559. | #define PRI_64_PREFIX "ll"
  33560. | #define GETGROUPS_T gid_t
  33561. | #define RETSIGTYPE void
  33562. | #define HAVE_ALLOCA_H 1
  33563. | #define HAVE_ALLOCA 1
  33564. | #define HAVE_ACOSH 1
  33565. | #define HAVE_CBRT 1
  33566. | #define HAVE_CRYPT 1
  33567. | #define HAVE_DUP2 1
  33568. | #define HAVE_ERF 1
  33569. | #define HAVE_FFS 1
  33570. | #define HAVE_FINITE 1
  33571. | #define HAVE_FLOCK 1
  33572. | #define HAVE_HYPOT 1
  33573. | #define HAVE_ISINF 1
  33574. | #define HAVE_ISNAN 1
  33575. | #define HAVE_LGAMMA_R 1
  33576. | #define HAVE_MEMMOVE 1
  33577. | #define HAVE_NAN 1
  33578. | #define HAVE_NEXTAFTER 1
  33579. | #define HAVE_STRCHR 1
  33580. | #define HAVE_STRERROR 1
  33581. | #define HAVE_STRLCAT 1
  33582. | #define HAVE_STRLCPY 1
  33583. | #define HAVE_STRSTR 1
  33584. | #define HAVE_TGAMMA 1
  33585. | #define SPT_TYPE SPT_REUSEARGV
  33586. | #define HAVE_SIGNBIT 1
  33587. | #define HAVE_FORK 1
  33588. | #define vfork fork
  33589. | #define HAVE_WORKING_FORK 1
  33590. | #define HAVE__LONGJMP 1
  33591. | #define HAVE_ARC4RANDOM_BUF 1
  33592. | #define HAVE_ATAN2L 1
  33593. | #define HAVE_ATAN2F 1
  33594. | #define HAVE_CHROOT 1
  33595. | #define HAVE_CLOCK_GETTIME 1
  33596. | #define HAVE_COSH 1
  33597. | #define HAVE_DIRFD 1
  33598. | #define HAVE_DLOPEN 1
  33599. | #define HAVE_DLADDR 1
  33600. | #define HAVE_DUP 1
  33601. | #define HAVE_ENDGRENT 1
  33602. | #define HAVE_FCHMOD 1
  33603. | #define HAVE_FCHOWN 1
  33604. | #define HAVE_FCNTL 1
  33605. | #define HAVE_FDOPENDIR 1
  33606. | #define HAVE_FGETATTRLIST 1
  33607. | #define HAVE_FMOD 1
  33608. | #define HAVE_FSTATAT 1
  33609. | #define HAVE_FSYNC 1
  33610. | #define HAVE_FTRUNCATE 1
  33611. | #define HAVE_GETATTRLIST 1
  33612. | #define HAVE_GETCWD 1
  33613. | #define HAVE_GETGRNAM 1
  33614. | #define HAVE_GETGRNAM_R 1
  33615. | #define HAVE_GETGROUPS 1
  33616. | #define HAVE_GETPGID 1
  33617. | #define HAVE_GETPGRP 1
  33618. | #define HAVE_GETPRIORITY 1
  33619. | #define HAVE_GETPWNAM_R 1
  33620. | #define HAVE_GETRLIMIT 1
  33621. | #define HAVE_GETSID 1
  33622. | #define HAVE_GETTIMEOFDAY 1
  33623. | #define HAVE_GMTIME_R 1
  33624. | #define HAVE_GRANTPT 1
  33625. | #define HAVE_INITGROUPS 1
  33626. | #define HAVE_IOCTL 1
  33627. | #define HAVE_ISSETUGID 1
  33628. | #define HAVE_KILLPG 1
  33629. | #define HAVE_LCHMOD 1
  33630. | #define HAVE_LCHOWN 1
  33631. | #define HAVE_LINK 1
  33632. | #define HAVE_LLABS 1
  33633. | #define HAVE_LOCKF 1
  33634. | #define HAVE_LOG2 1
  33635. | #define HAVE_LSTAT 1
  33636. | #define HAVE_LUTIMES 1
  33637. | #define HAVE_MALLOC_SIZE 1
  33638. | #define HAVE_MBLEN 1
  33639. | #define HAVE_MEMSET_S 1
  33640. | #define HAVE_WRITEV 1
  33641. | #define HAVE_MKFIFO 1
  33642. | #define HAVE_MKNOD 1
  33643. | #define HAVE_MKTIME 1
  33644. | #define HAVE_OPENAT 1
  33645. | #define HAVE_POLL 1
  33646. | #define HAVE_POSIX_MEMALIGN 1
  33647. | #define HAVE_PREAD 1
  33648. | #define HAVE_PWRITE 1
  33649. | #define HAVE_QSORT_R 1
  33650. | #define HAVE_READLINK 1
  33651. | #define HAVE_ROUND 1
  33652. | #define HAVE_SEEKDIR 1
  33653. | #define HAVE_SENDFILE 1
  33654. | #define HAVE_SETEGID 1
  33655. | #define HAVE_SETENV 1
  33656. | #define HAVE_SETEUID 1
  33657. | #define HAVE_SETGID 1
  33658. | #define HAVE_SETGROUPS 1
  33659. | #define HAVE_SETPGID 1
  33660. | #define HAVE_SETPGRP 1
  33661. | #define HAVE_SETREGID 1
  33662. | #define HAVE_SETREUID 1
  33663. | #define HAVE_SETRGID 1
  33664. | #define HAVE_SETRLIMIT 1
  33665. | #define HAVE_SETRUID 1
  33666. | #define HAVE_SETSID 1
  33667. | #define HAVE_SETUID 1
  33668. | #define HAVE_SHUTDOWN 1
  33669. | #define HAVE_SIGACTION 1
  33670. | #define HAVE_SIGALTSTACK 1
  33671. | #define HAVE_SIGPROCMASK 1
  33672. | #define HAVE_SINH 1
  33673. | #define HAVE_SYMLINK 1
  33674. | #define HAVE_SYSCONF 1
  33675. | #define HAVE_TANH 1
  33676. | #define HAVE_TELLDIR 1
  33677. | #define HAVE_TIMEGM 1
  33678. | #define HAVE_TIMES 1
  33679. | #define HAVE_TRUNCATE 1
  33680. | #define HAVE_UNSETENV 1
  33681. | #define HAVE_UTIMENSAT 1
  33682. | #define HAVE_UTIMES 1
  33683. | #define HAVE_WAIT4 1
  33684. | #define HAVE_WAITPID 1
  33685. | #if !defined __STDC_WANT_LIB_EXT1__
  33686. | #define __STDC_WANT_LIB_EXT1__ 1
  33687. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33688. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  33689. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  33690. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33691. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33692. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33693. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33694. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33695. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33696. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33697. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33698. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33699. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33700. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33701. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33702. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33703. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33704. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33705. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33706. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33707. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  33708. | #define HAVE_BSD_QSORT_R 1
  33709. | #define ATAN2_INF_C99 1
  33710. | #define HAVE_CLOCK_GETRES 1
  33711. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33712. | #define HAVE_TM_ZONE 1
  33713. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33714. | #define HAVE_DAYLIGHT 1
  33715. | #define NEGATIVE_TIME_T 1
  33716. | #define POSIX_SIGNAL 1
  33717. | #define HAVE_SIG_T 1
  33718. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33719. | #define HAVE__SC_CLK_TCK 1
  33720. | #define STACK_GROW_DIRECTION -1
  33721. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  33722. | #define _REENTRANT 1
  33723. | #define _THREAD_SAFE 1
  33724. | #define HAVE_LIBPTHREAD 1
  33725. | /* end confdefs.h. */
  33726. | #include <pthread.h>
  33727. |
  33728. | #include <pthread_np.h>
  33729. configure:26040: result: no
  33730. configure:26068: checking whether pthread_t is scalar type
  33731. configure:26091: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33732. configure:26091: $? = 0
  33733. configure:26099: result: yes
  33734. configure:26119: checking for sched_yield
  33735. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33736. configure:26119: $? = 0
  33737. configure:26119: result: yes
  33738. configure:26119: checking for pthread_attr_setinheritsched
  33739. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33740. configure:26119: $? = 0
  33741. configure:26119: result: yes
  33742. configure:26119: checking for pthread_attr_get_np
  33743. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33744. Undefined symbols for architecture x86_64:
  33745. "_pthread_attr_get_np", referenced from:
  33746. _main in conftest-308411.o
  33747. ld: symbol(s) not found for architecture x86_64
  33748. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  33749. configure:26119: $? = 1
  33750. configure: failed program was:
  33751. | /* confdefs.h */
  33752. | #define PACKAGE_NAME ""
  33753. | #define PACKAGE_TARNAME ""
  33754. | #define PACKAGE_VERSION ""
  33755. | #define PACKAGE_STRING ""
  33756. | #define PACKAGE_BUGREPORT ""
  33757. | #define PACKAGE_URL ""
  33758. | #define STDC_HEADERS 1
  33759. | #define HAVE_SYS_TYPES_H 1
  33760. | #define HAVE_SYS_STAT_H 1
  33761. | #define HAVE_STDLIB_H 1
  33762. | #define HAVE_STRING_H 1
  33763. | #define HAVE_MEMORY_H 1
  33764. | #define HAVE_STRINGS_H 1
  33765. | #define HAVE_INTTYPES_H 1
  33766. | #define HAVE_STDINT_H 1
  33767. | #define HAVE_UNISTD_H 1
  33768. | #define __EXTENSIONS__ 1
  33769. | #define _ALL_SOURCE 1
  33770. | #define _GNU_SOURCE 1
  33771. | #define _POSIX_PTHREAD_SEMANTICS 1
  33772. | #define _TANDEM_SOURCE 1
  33773. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33774. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33775. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  33776. | #define BROKEN_CRYPT 1
  33777. | #define HAVE_CRT_EXTERNS_H 1
  33778. | #define HAVE_LIBDL 1
  33779. | #define HAVE_DIRENT_H 1
  33780. | #define HAVE__BOOL 1
  33781. | #define HAVE_STDBOOL_H 1
  33782. | #define HAVE_SYS_WAIT_H 1
  33783. | #define HAVE_GRP_H 1
  33784. | #define HAVE_FCNTL_H 1
  33785. | #define HAVE_FLOAT_H 1
  33786. | #define HAVE_LANGINFO_H 1
  33787. | #define HAVE_LIMITS_H 1
  33788. | #define HAVE_LOCALE_H 1
  33789. | #define HAVE_MALLOC_MALLOC_H 1
  33790. | #define HAVE_PWD_H 1
  33791. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  33792. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  33793. | #define HAVE_STDALIGN_H 1
  33794. | #define HAVE_SYS_ATTR_H 1
  33795. | #define HAVE_SYS_FCNTL_H 1
  33796. | #define HAVE_SYS_FILE_H 1
  33797. | #define HAVE_SYS_IOCTL_H 1
  33798. | #define HAVE_SYS_PARAM_H 1
  33799. | #define HAVE_SYS_RESOURCE_H 1
  33800. | #define HAVE_SYS_SELECT_H 1
  33801. | #define HAVE_SYS_SOCKET_H 1
  33802. | #define HAVE_SYS_TIME_H 1
  33803. | #define HAVE_SYS_TIMES_H 1
  33804. | #define HAVE_SYS_UIO_H 1
  33805. | #define HAVE_TIME_H 1
  33806. | #define HAVE_UCONTEXT_H 1
  33807. | #define HAVE_UTIME_H 1
  33808. | #define HAVE_GMP_H 1
  33809. | #define HAVE_LIBGMP 1
  33810. | #define HAVE_TYPEOF 1
  33811. | #define HAVE_LONG_LONG 1
  33812. | #define HAVE_OFF_T 1
  33813. | #define SIZEOF_INT 4
  33814. | #define SIZEOF_SHORT 2
  33815. | #define SIZEOF_LONG 8
  33816. | #define SIZEOF_LONG_LONG 8
  33817. | #define SIZEOF___INT64 0
  33818. | #define SIZEOF___INT128 16
  33819. | #define SIZEOF_OFF_T 8
  33820. | #define SIZEOF_VOIDP 8
  33821. | #define SIZEOF_FLOAT 4
  33822. | #define SIZEOF_DOUBLE 8
  33823. | #define SIZEOF_TIME_T 8
  33824. | #define SIZEOF_CLOCK_T 8
  33825. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33826. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33827. | #define PRI_LL_PREFIX "ll"
  33828. | #define HAVE_PID_T 1
  33829. | #define rb_pid_t pid_t
  33830. | #define SIGNEDNESS_OF_PID_T -1
  33831. | #define PIDT2NUM(v) INT2NUM(v)
  33832. | #define NUM2PIDT(v) NUM2INT(v)
  33833. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33834. | #define HAVE_UID_T 1
  33835. | #define rb_uid_t uid_t
  33836. | #define SIGNEDNESS_OF_UID_T +1
  33837. | #define UIDT2NUM(v) UINT2NUM(v)
  33838. | #define NUM2UIDT(v) NUM2UINT(v)
  33839. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33840. | #define HAVE_GID_T 1
  33841. | #define rb_gid_t gid_t
  33842. | #define SIGNEDNESS_OF_GID_T +1
  33843. | #define GIDT2NUM(v) UINT2NUM(v)
  33844. | #define NUM2GIDT(v) NUM2UINT(v)
  33845. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33846. | #define HAVE_TIME_T 1
  33847. | #define rb_time_t time_t
  33848. | #define SIGNEDNESS_OF_TIME_T -1
  33849. | #define TIMET2NUM(v) LONG2NUM(v)
  33850. | #define NUM2TIMET(v) NUM2LONG(v)
  33851. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33852. | #define HAVE_DEV_T 1
  33853. | #define rb_dev_t dev_t
  33854. | #define SIGNEDNESS_OF_DEV_T -1
  33855. | #define DEVT2NUM(v) INT2NUM(v)
  33856. | #define NUM2DEVT(v) NUM2INT(v)
  33857. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33858. | #define HAVE_MODE_T 1
  33859. | #define rb_mode_t mode_t
  33860. | #define SIGNEDNESS_OF_MODE_T +1
  33861. | #define MODET2NUM(v) USHORT2NUM(v)
  33862. | #define NUM2MODET(v) NUM2USHORT(v)
  33863. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  33864. | #define HAVE_RLIM_T 1
  33865. | #define rb_rlim_t rlim_t
  33866. | #define SIGNEDNESS_OF_RLIM_T +1
  33867. | #define RLIM2NUM(v) ULL2NUM(v)
  33868. | #define NUM2RLIM(v) NUM2ULL(v)
  33869. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33870. | #define HAVE_OFF_T 1
  33871. | #define rb_off_t off_t
  33872. | #define SIGNEDNESS_OF_OFF_T -1
  33873. | #define OFFT2NUM(v) LL2NUM(v)
  33874. | #define NUM2OFFT(v) NUM2LL(v)
  33875. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33876. | #define HAVE_CLOCKID_T 1
  33877. | #define rb_clockid_t clockid_t
  33878. | #define SIGNEDNESS_OF_CLOCKID_T +1
  33879. | #define CLOCKID2NUM(v) UINT2NUM(v)
  33880. | #define NUM2CLOCKID(v) NUM2UINT(v)
  33881. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33882. | #define HAVE_PROTOTYPES 1
  33883. | #define TOKEN_PASTE(x,y) x##y
  33884. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33885. | #define HAVE_STDARG_PROTOTYPES 1
  33886. | #define HAVE_VA_ARGS_MACRO 1
  33887. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  33888. | #define RUBY_ALIGNOF alignof
  33889. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33890. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33891. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33892. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33893. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33894. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33895. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33896. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33897. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  33898. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  33899. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  33900. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33901. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33902. | #define WEAK(x) __attribute__ ((__weak__)) x
  33903. | #define HAVE_FUNC_WEAK 1
  33904. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33905. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33906. | #define HAVE_GCC_SYNC_BUILTINS 1
  33907. | #define UNREACHABLE __builtin_unreachable()
  33908. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33909. | #define RUBY_FUNCTION_NAME_STRING __func__
  33910. | #define ENUM_OVER_INT 1
  33911. | #define HAVE_DECL_SYS_NERR 1
  33912. | #define HAVE_DECL_GETENV 1
  33913. | #define SIZEOF_SIZE_T 8
  33914. | #define SIZEOF_PTRDIFF_T 8
  33915. | #define PRI_SIZE_PREFIX "z"
  33916. | #define PRI_PTRDIFF_PREFIX "t"
  33917. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33918. | #define HAVE_ST_BLKSIZE 1
  33919. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33920. | #define HAVE_ST_BLOCKS 1
  33921. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33922. | #define HAVE_ST_RDEV 1
  33923. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33924. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33925. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33926. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33927. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33928. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33929. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33930. | #define HAVE_STRUCT_TIMEVAL 1
  33931. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33932. | #define HAVE_STRUCT_TIMESPEC 1
  33933. | #define HAVE_STRUCT_TIMEZONE 1
  33934. | #define HAVE_RB_FD_INIT 1
  33935. | #define HAVE_INT8_T 1
  33936. | #define SIZEOF_INT8_T 1
  33937. | #define HAVE_UINT8_T 1
  33938. | #define SIZEOF_UINT8_T 1
  33939. | #define HAVE_INT16_T 1
  33940. | #define SIZEOF_INT16_T 2
  33941. | #define HAVE_UINT16_T 1
  33942. | #define SIZEOF_UINT16_T 2
  33943. | #define HAVE_INT32_T 1
  33944. | #define SIZEOF_INT32_T 4
  33945. | #define HAVE_UINT32_T 1
  33946. | #define SIZEOF_UINT32_T 4
  33947. | #define HAVE_INT64_T 1
  33948. | #define SIZEOF_INT64_T 8
  33949. | #define HAVE_UINT64_T 1
  33950. | #define SIZEOF_UINT64_T 8
  33951. | #define HAVE_INT128_T 1
  33952. | #define int128_t __int128
  33953. | #define SIZEOF_INT128_T SIZEOF___INT128
  33954. | #define HAVE_UINT128_T 1
  33955. | #define uint128_t unsigned __int128
  33956. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33957. | #define HAVE_INTPTR_T 1
  33958. | #define SIZEOF_INTPTR_T 8
  33959. | #define HAVE_UINTPTR_T 1
  33960. | #define SIZEOF_UINTPTR_T 8
  33961. | #define PRI_PTR_PREFIX "l"
  33962. | #define HAVE_SSIZE_T 1
  33963. | #define SIZEOF_SSIZE_T 8
  33964. | #define PRI_64_PREFIX "ll"
  33965. | #define GETGROUPS_T gid_t
  33966. | #define RETSIGTYPE void
  33967. | #define HAVE_ALLOCA_H 1
  33968. | #define HAVE_ALLOCA 1
  33969. | #define HAVE_ACOSH 1
  33970. | #define HAVE_CBRT 1
  33971. | #define HAVE_CRYPT 1
  33972. | #define HAVE_DUP2 1
  33973. | #define HAVE_ERF 1
  33974. | #define HAVE_FFS 1
  33975. | #define HAVE_FINITE 1
  33976. | #define HAVE_FLOCK 1
  33977. | #define HAVE_HYPOT 1
  33978. | #define HAVE_ISINF 1
  33979. | #define HAVE_ISNAN 1
  33980. | #define HAVE_LGAMMA_R 1
  33981. | #define HAVE_MEMMOVE 1
  33982. | #define HAVE_NAN 1
  33983. | #define HAVE_NEXTAFTER 1
  33984. | #define HAVE_STRCHR 1
  33985. | #define HAVE_STRERROR 1
  33986. | #define HAVE_STRLCAT 1
  33987. | #define HAVE_STRLCPY 1
  33988. | #define HAVE_STRSTR 1
  33989. | #define HAVE_TGAMMA 1
  33990. | #define SPT_TYPE SPT_REUSEARGV
  33991. | #define HAVE_SIGNBIT 1
  33992. | #define HAVE_FORK 1
  33993. | #define vfork fork
  33994. | #define HAVE_WORKING_FORK 1
  33995. | #define HAVE__LONGJMP 1
  33996. | #define HAVE_ARC4RANDOM_BUF 1
  33997. | #define HAVE_ATAN2L 1
  33998. | #define HAVE_ATAN2F 1
  33999. | #define HAVE_CHROOT 1
  34000. | #define HAVE_CLOCK_GETTIME 1
  34001. | #define HAVE_COSH 1
  34002. | #define HAVE_DIRFD 1
  34003. | #define HAVE_DLOPEN 1
  34004. | #define HAVE_DLADDR 1
  34005. | #define HAVE_DUP 1
  34006. | #define HAVE_ENDGRENT 1
  34007. | #define HAVE_FCHMOD 1
  34008. | #define HAVE_FCHOWN 1
  34009. | #define HAVE_FCNTL 1
  34010. | #define HAVE_FDOPENDIR 1
  34011. | #define HAVE_FGETATTRLIST 1
  34012. | #define HAVE_FMOD 1
  34013. | #define HAVE_FSTATAT 1
  34014. | #define HAVE_FSYNC 1
  34015. | #define HAVE_FTRUNCATE 1
  34016. | #define HAVE_GETATTRLIST 1
  34017. | #define HAVE_GETCWD 1
  34018. | #define HAVE_GETGRNAM 1
  34019. | #define HAVE_GETGRNAM_R 1
  34020. | #define HAVE_GETGROUPS 1
  34021. | #define HAVE_GETPGID 1
  34022. | #define HAVE_GETPGRP 1
  34023. | #define HAVE_GETPRIORITY 1
  34024. | #define HAVE_GETPWNAM_R 1
  34025. | #define HAVE_GETRLIMIT 1
  34026. | #define HAVE_GETSID 1
  34027. | #define HAVE_GETTIMEOFDAY 1
  34028. | #define HAVE_GMTIME_R 1
  34029. | #define HAVE_GRANTPT 1
  34030. | #define HAVE_INITGROUPS 1
  34031. | #define HAVE_IOCTL 1
  34032. | #define HAVE_ISSETUGID 1
  34033. | #define HAVE_KILLPG 1
  34034. | #define HAVE_LCHMOD 1
  34035. | #define HAVE_LCHOWN 1
  34036. | #define HAVE_LINK 1
  34037. | #define HAVE_LLABS 1
  34038. | #define HAVE_LOCKF 1
  34039. | #define HAVE_LOG2 1
  34040. | #define HAVE_LSTAT 1
  34041. | #define HAVE_LUTIMES 1
  34042. | #define HAVE_MALLOC_SIZE 1
  34043. | #define HAVE_MBLEN 1
  34044. | #define HAVE_MEMSET_S 1
  34045. | #define HAVE_WRITEV 1
  34046. | #define HAVE_MKFIFO 1
  34047. | #define HAVE_MKNOD 1
  34048. | #define HAVE_MKTIME 1
  34049. | #define HAVE_OPENAT 1
  34050. | #define HAVE_POLL 1
  34051. | #define HAVE_POSIX_MEMALIGN 1
  34052. | #define HAVE_PREAD 1
  34053. | #define HAVE_PWRITE 1
  34054. | #define HAVE_QSORT_R 1
  34055. | #define HAVE_READLINK 1
  34056. | #define HAVE_ROUND 1
  34057. | #define HAVE_SEEKDIR 1
  34058. | #define HAVE_SENDFILE 1
  34059. | #define HAVE_SETEGID 1
  34060. | #define HAVE_SETENV 1
  34061. | #define HAVE_SETEUID 1
  34062. | #define HAVE_SETGID 1
  34063. | #define HAVE_SETGROUPS 1
  34064. | #define HAVE_SETPGID 1
  34065. | #define HAVE_SETPGRP 1
  34066. | #define HAVE_SETREGID 1
  34067. | #define HAVE_SETREUID 1
  34068. | #define HAVE_SETRGID 1
  34069. | #define HAVE_SETRLIMIT 1
  34070. | #define HAVE_SETRUID 1
  34071. | #define HAVE_SETSID 1
  34072. | #define HAVE_SETUID 1
  34073. | #define HAVE_SHUTDOWN 1
  34074. | #define HAVE_SIGACTION 1
  34075. | #define HAVE_SIGALTSTACK 1
  34076. | #define HAVE_SIGPROCMASK 1
  34077. | #define HAVE_SINH 1
  34078. | #define HAVE_SYMLINK 1
  34079. | #define HAVE_SYSCONF 1
  34080. | #define HAVE_TANH 1
  34081. | #define HAVE_TELLDIR 1
  34082. | #define HAVE_TIMEGM 1
  34083. | #define HAVE_TIMES 1
  34084. | #define HAVE_TRUNCATE 1
  34085. | #define HAVE_UNSETENV 1
  34086. | #define HAVE_UTIMENSAT 1
  34087. | #define HAVE_UTIMES 1
  34088. | #define HAVE_WAIT4 1
  34089. | #define HAVE_WAITPID 1
  34090. | #if !defined __STDC_WANT_LIB_EXT1__
  34091. | #define __STDC_WANT_LIB_EXT1__ 1
  34092. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34093. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  34094. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  34095. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34096. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34097. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34098. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34099. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34100. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34101. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34102. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34103. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34104. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34105. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34106. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34107. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34108. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34109. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34110. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34111. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34112. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  34113. | #define HAVE_BSD_QSORT_R 1
  34114. | #define ATAN2_INF_C99 1
  34115. | #define HAVE_CLOCK_GETRES 1
  34116. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34117. | #define HAVE_TM_ZONE 1
  34118. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34119. | #define HAVE_DAYLIGHT 1
  34120. | #define NEGATIVE_TIME_T 1
  34121. | #define POSIX_SIGNAL 1
  34122. | #define HAVE_SIG_T 1
  34123. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34124. | #define HAVE__SC_CLK_TCK 1
  34125. | #define STACK_GROW_DIRECTION -1
  34126. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  34127. | #define _REENTRANT 1
  34128. | #define _THREAD_SAFE 1
  34129. | #define HAVE_LIBPTHREAD 1
  34130. | #define HAVE_SCHED_YIELD 1
  34131. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34132. | /* end confdefs.h. */
  34133. | /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
  34134. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  34135. | #define pthread_attr_get_np innocuous_pthread_attr_get_np
  34136. |
  34137. | /* System header to define __stub macros and hopefully few prototypes,
  34138. | which can conflict with char pthread_attr_get_np (); below.
  34139. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  34140. | <limits.h> exists even on freestanding compilers. */
  34141. |
  34142. | #ifdef __STDC__
  34143. | # include <limits.h>
  34144. | #else
  34145. | # include <assert.h>
  34146. | #endif
  34147. |
  34148. | #undef pthread_attr_get_np
  34149. |
  34150. | /* Override any GCC internal prototype to avoid an error.
  34151. | Use char because int might match the return type of a GCC
  34152. | builtin and then its argument prototype would still apply. */
  34153. | #ifdef __cplusplus
  34154. | extern "C"
  34155. | #endif
  34156. | char pthread_attr_get_np ();
  34157. | /* The GNU C library defines this for functions which it implements
  34158. | to always fail with ENOSYS. Some functions are actually named
  34159. | something starting with __ and the normal name is an alias. */
  34160. | #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np
  34161. | choke me
  34162. | #endif
  34163. |
  34164. | int
  34165. | main ()
  34166. | {
  34167. | return pthread_attr_get_np ();
  34168. | ;
  34169. | return 0;
  34170. | }
  34171. configure:26119: result: no
  34172. configure:26119: checking for pthread_attr_getstack
  34173. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34174. configure:26119: $? = 0
  34175. configure:26119: result: yes
  34176. configure:26119: checking for pthread_attr_getguardsize
  34177. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34178. configure:26119: $? = 0
  34179. configure:26119: result: yes
  34180. configure:26119: checking for pthread_get_stackaddr_np
  34181. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34182. configure:26119: $? = 0
  34183. configure:26119: result: yes
  34184. configure:26119: checking for pthread_get_stacksize_np
  34185. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34186. configure:26119: $? = 0
  34187. configure:26119: result: yes
  34188. configure:26119: checking for thr_stksegment
  34189. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34190. Undefined symbols for architecture x86_64:
  34191. "_thr_stksegment", referenced from:
  34192. _main in conftest-4b799a.o
  34193. ld: symbol(s) not found for architecture x86_64
  34194. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  34195. configure:26119: $? = 1
  34196. configure: failed program was:
  34197. | /* confdefs.h */
  34198. | #define PACKAGE_NAME ""
  34199. | #define PACKAGE_TARNAME ""
  34200. | #define PACKAGE_VERSION ""
  34201. | #define PACKAGE_STRING ""
  34202. | #define PACKAGE_BUGREPORT ""
  34203. | #define PACKAGE_URL ""
  34204. | #define STDC_HEADERS 1
  34205. | #define HAVE_SYS_TYPES_H 1
  34206. | #define HAVE_SYS_STAT_H 1
  34207. | #define HAVE_STDLIB_H 1
  34208. | #define HAVE_STRING_H 1
  34209. | #define HAVE_MEMORY_H 1
  34210. | #define HAVE_STRINGS_H 1
  34211. | #define HAVE_INTTYPES_H 1
  34212. | #define HAVE_STDINT_H 1
  34213. | #define HAVE_UNISTD_H 1
  34214. | #define __EXTENSIONS__ 1
  34215. | #define _ALL_SOURCE 1
  34216. | #define _GNU_SOURCE 1
  34217. | #define _POSIX_PTHREAD_SEMANTICS 1
  34218. | #define _TANDEM_SOURCE 1
  34219. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34220. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34221. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  34222. | #define BROKEN_CRYPT 1
  34223. | #define HAVE_CRT_EXTERNS_H 1
  34224. | #define HAVE_LIBDL 1
  34225. | #define HAVE_DIRENT_H 1
  34226. | #define HAVE__BOOL 1
  34227. | #define HAVE_STDBOOL_H 1
  34228. | #define HAVE_SYS_WAIT_H 1
  34229. | #define HAVE_GRP_H 1
  34230. | #define HAVE_FCNTL_H 1
  34231. | #define HAVE_FLOAT_H 1
  34232. | #define HAVE_LANGINFO_H 1
  34233. | #define HAVE_LIMITS_H 1
  34234. | #define HAVE_LOCALE_H 1
  34235. | #define HAVE_MALLOC_MALLOC_H 1
  34236. | #define HAVE_PWD_H 1
  34237. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  34238. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  34239. | #define HAVE_STDALIGN_H 1
  34240. | #define HAVE_SYS_ATTR_H 1
  34241. | #define HAVE_SYS_FCNTL_H 1
  34242. | #define HAVE_SYS_FILE_H 1
  34243. | #define HAVE_SYS_IOCTL_H 1
  34244. | #define HAVE_SYS_PARAM_H 1
  34245. | #define HAVE_SYS_RESOURCE_H 1
  34246. | #define HAVE_SYS_SELECT_H 1
  34247. | #define HAVE_SYS_SOCKET_H 1
  34248. | #define HAVE_SYS_TIME_H 1
  34249. | #define HAVE_SYS_TIMES_H 1
  34250. | #define HAVE_SYS_UIO_H 1
  34251. | #define HAVE_TIME_H 1
  34252. | #define HAVE_UCONTEXT_H 1
  34253. | #define HAVE_UTIME_H 1
  34254. | #define HAVE_GMP_H 1
  34255. | #define HAVE_LIBGMP 1
  34256. | #define HAVE_TYPEOF 1
  34257. | #define HAVE_LONG_LONG 1
  34258. | #define HAVE_OFF_T 1
  34259. | #define SIZEOF_INT 4
  34260. | #define SIZEOF_SHORT 2
  34261. | #define SIZEOF_LONG 8
  34262. | #define SIZEOF_LONG_LONG 8
  34263. | #define SIZEOF___INT64 0
  34264. | #define SIZEOF___INT128 16
  34265. | #define SIZEOF_OFF_T 8
  34266. | #define SIZEOF_VOIDP 8
  34267. | #define SIZEOF_FLOAT 4
  34268. | #define SIZEOF_DOUBLE 8
  34269. | #define SIZEOF_TIME_T 8
  34270. | #define SIZEOF_CLOCK_T 8
  34271. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34272. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34273. | #define PRI_LL_PREFIX "ll"
  34274. | #define HAVE_PID_T 1
  34275. | #define rb_pid_t pid_t
  34276. | #define SIGNEDNESS_OF_PID_T -1
  34277. | #define PIDT2NUM(v) INT2NUM(v)
  34278. | #define NUM2PIDT(v) NUM2INT(v)
  34279. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34280. | #define HAVE_UID_T 1
  34281. | #define rb_uid_t uid_t
  34282. | #define SIGNEDNESS_OF_UID_T +1
  34283. | #define UIDT2NUM(v) UINT2NUM(v)
  34284. | #define NUM2UIDT(v) NUM2UINT(v)
  34285. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34286. | #define HAVE_GID_T 1
  34287. | #define rb_gid_t gid_t
  34288. | #define SIGNEDNESS_OF_GID_T +1
  34289. | #define GIDT2NUM(v) UINT2NUM(v)
  34290. | #define NUM2GIDT(v) NUM2UINT(v)
  34291. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34292. | #define HAVE_TIME_T 1
  34293. | #define rb_time_t time_t
  34294. | #define SIGNEDNESS_OF_TIME_T -1
  34295. | #define TIMET2NUM(v) LONG2NUM(v)
  34296. | #define NUM2TIMET(v) NUM2LONG(v)
  34297. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34298. | #define HAVE_DEV_T 1
  34299. | #define rb_dev_t dev_t
  34300. | #define SIGNEDNESS_OF_DEV_T -1
  34301. | #define DEVT2NUM(v) INT2NUM(v)
  34302. | #define NUM2DEVT(v) NUM2INT(v)
  34303. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34304. | #define HAVE_MODE_T 1
  34305. | #define rb_mode_t mode_t
  34306. | #define SIGNEDNESS_OF_MODE_T +1
  34307. | #define MODET2NUM(v) USHORT2NUM(v)
  34308. | #define NUM2MODET(v) NUM2USHORT(v)
  34309. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  34310. | #define HAVE_RLIM_T 1
  34311. | #define rb_rlim_t rlim_t
  34312. | #define SIGNEDNESS_OF_RLIM_T +1
  34313. | #define RLIM2NUM(v) ULL2NUM(v)
  34314. | #define NUM2RLIM(v) NUM2ULL(v)
  34315. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34316. | #define HAVE_OFF_T 1
  34317. | #define rb_off_t off_t
  34318. | #define SIGNEDNESS_OF_OFF_T -1
  34319. | #define OFFT2NUM(v) LL2NUM(v)
  34320. | #define NUM2OFFT(v) NUM2LL(v)
  34321. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34322. | #define HAVE_CLOCKID_T 1
  34323. | #define rb_clockid_t clockid_t
  34324. | #define SIGNEDNESS_OF_CLOCKID_T +1
  34325. | #define CLOCKID2NUM(v) UINT2NUM(v)
  34326. | #define NUM2CLOCKID(v) NUM2UINT(v)
  34327. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34328. | #define HAVE_PROTOTYPES 1
  34329. | #define TOKEN_PASTE(x,y) x##y
  34330. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34331. | #define HAVE_STDARG_PROTOTYPES 1
  34332. | #define HAVE_VA_ARGS_MACRO 1
  34333. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  34334. | #define RUBY_ALIGNOF alignof
  34335. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34336. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34337. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34338. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34339. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34340. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34341. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34342. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34343. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  34344. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  34345. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  34346. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34347. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34348. | #define WEAK(x) __attribute__ ((__weak__)) x
  34349. | #define HAVE_FUNC_WEAK 1
  34350. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34351. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34352. | #define HAVE_GCC_SYNC_BUILTINS 1
  34353. | #define UNREACHABLE __builtin_unreachable()
  34354. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34355. | #define RUBY_FUNCTION_NAME_STRING __func__
  34356. | #define ENUM_OVER_INT 1
  34357. | #define HAVE_DECL_SYS_NERR 1
  34358. | #define HAVE_DECL_GETENV 1
  34359. | #define SIZEOF_SIZE_T 8
  34360. | #define SIZEOF_PTRDIFF_T 8
  34361. | #define PRI_SIZE_PREFIX "z"
  34362. | #define PRI_PTRDIFF_PREFIX "t"
  34363. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34364. | #define HAVE_ST_BLKSIZE 1
  34365. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34366. | #define HAVE_ST_BLOCKS 1
  34367. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34368. | #define HAVE_ST_RDEV 1
  34369. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34370. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34371. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34372. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34373. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34374. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34375. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34376. | #define HAVE_STRUCT_TIMEVAL 1
  34377. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34378. | #define HAVE_STRUCT_TIMESPEC 1
  34379. | #define HAVE_STRUCT_TIMEZONE 1
  34380. | #define HAVE_RB_FD_INIT 1
  34381. | #define HAVE_INT8_T 1
  34382. | #define SIZEOF_INT8_T 1
  34383. | #define HAVE_UINT8_T 1
  34384. | #define SIZEOF_UINT8_T 1
  34385. | #define HAVE_INT16_T 1
  34386. | #define SIZEOF_INT16_T 2
  34387. | #define HAVE_UINT16_T 1
  34388. | #define SIZEOF_UINT16_T 2
  34389. | #define HAVE_INT32_T 1
  34390. | #define SIZEOF_INT32_T 4
  34391. | #define HAVE_UINT32_T 1
  34392. | #define SIZEOF_UINT32_T 4
  34393. | #define HAVE_INT64_T 1
  34394. | #define SIZEOF_INT64_T 8
  34395. | #define HAVE_UINT64_T 1
  34396. | #define SIZEOF_UINT64_T 8
  34397. | #define HAVE_INT128_T 1
  34398. | #define int128_t __int128
  34399. | #define SIZEOF_INT128_T SIZEOF___INT128
  34400. | #define HAVE_UINT128_T 1
  34401. | #define uint128_t unsigned __int128
  34402. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34403. | #define HAVE_INTPTR_T 1
  34404. | #define SIZEOF_INTPTR_T 8
  34405. | #define HAVE_UINTPTR_T 1
  34406. | #define SIZEOF_UINTPTR_T 8
  34407. | #define PRI_PTR_PREFIX "l"
  34408. | #define HAVE_SSIZE_T 1
  34409. | #define SIZEOF_SSIZE_T 8
  34410. | #define PRI_64_PREFIX "ll"
  34411. | #define GETGROUPS_T gid_t
  34412. | #define RETSIGTYPE void
  34413. | #define HAVE_ALLOCA_H 1
  34414. | #define HAVE_ALLOCA 1
  34415. | #define HAVE_ACOSH 1
  34416. | #define HAVE_CBRT 1
  34417. | #define HAVE_CRYPT 1
  34418. | #define HAVE_DUP2 1
  34419. | #define HAVE_ERF 1
  34420. | #define HAVE_FFS 1
  34421. | #define HAVE_FINITE 1
  34422. | #define HAVE_FLOCK 1
  34423. | #define HAVE_HYPOT 1
  34424. | #define HAVE_ISINF 1
  34425. | #define HAVE_ISNAN 1
  34426. | #define HAVE_LGAMMA_R 1
  34427. | #define HAVE_MEMMOVE 1
  34428. | #define HAVE_NAN 1
  34429. | #define HAVE_NEXTAFTER 1
  34430. | #define HAVE_STRCHR 1
  34431. | #define HAVE_STRERROR 1
  34432. | #define HAVE_STRLCAT 1
  34433. | #define HAVE_STRLCPY 1
  34434. | #define HAVE_STRSTR 1
  34435. | #define HAVE_TGAMMA 1
  34436. | #define SPT_TYPE SPT_REUSEARGV
  34437. | #define HAVE_SIGNBIT 1
  34438. | #define HAVE_FORK 1
  34439. | #define vfork fork
  34440. | #define HAVE_WORKING_FORK 1
  34441. | #define HAVE__LONGJMP 1
  34442. | #define HAVE_ARC4RANDOM_BUF 1
  34443. | #define HAVE_ATAN2L 1
  34444. | #define HAVE_ATAN2F 1
  34445. | #define HAVE_CHROOT 1
  34446. | #define HAVE_CLOCK_GETTIME 1
  34447. | #define HAVE_COSH 1
  34448. | #define HAVE_DIRFD 1
  34449. | #define HAVE_DLOPEN 1
  34450. | #define HAVE_DLADDR 1
  34451. | #define HAVE_DUP 1
  34452. | #define HAVE_ENDGRENT 1
  34453. | #define HAVE_FCHMOD 1
  34454. | #define HAVE_FCHOWN 1
  34455. | #define HAVE_FCNTL 1
  34456. | #define HAVE_FDOPENDIR 1
  34457. | #define HAVE_FGETATTRLIST 1
  34458. | #define HAVE_FMOD 1
  34459. | #define HAVE_FSTATAT 1
  34460. | #define HAVE_FSYNC 1
  34461. | #define HAVE_FTRUNCATE 1
  34462. | #define HAVE_GETATTRLIST 1
  34463. | #define HAVE_GETCWD 1
  34464. | #define HAVE_GETGRNAM 1
  34465. | #define HAVE_GETGRNAM_R 1
  34466. | #define HAVE_GETGROUPS 1
  34467. | #define HAVE_GETPGID 1
  34468. | #define HAVE_GETPGRP 1
  34469. | #define HAVE_GETPRIORITY 1
  34470. | #define HAVE_GETPWNAM_R 1
  34471. | #define HAVE_GETRLIMIT 1
  34472. | #define HAVE_GETSID 1
  34473. | #define HAVE_GETTIMEOFDAY 1
  34474. | #define HAVE_GMTIME_R 1
  34475. | #define HAVE_GRANTPT 1
  34476. | #define HAVE_INITGROUPS 1
  34477. | #define HAVE_IOCTL 1
  34478. | #define HAVE_ISSETUGID 1
  34479. | #define HAVE_KILLPG 1
  34480. | #define HAVE_LCHMOD 1
  34481. | #define HAVE_LCHOWN 1
  34482. | #define HAVE_LINK 1
  34483. | #define HAVE_LLABS 1
  34484. | #define HAVE_LOCKF 1
  34485. | #define HAVE_LOG2 1
  34486. | #define HAVE_LSTAT 1
  34487. | #define HAVE_LUTIMES 1
  34488. | #define HAVE_MALLOC_SIZE 1
  34489. | #define HAVE_MBLEN 1
  34490. | #define HAVE_MEMSET_S 1
  34491. | #define HAVE_WRITEV 1
  34492. | #define HAVE_MKFIFO 1
  34493. | #define HAVE_MKNOD 1
  34494. | #define HAVE_MKTIME 1
  34495. | #define HAVE_OPENAT 1
  34496. | #define HAVE_POLL 1
  34497. | #define HAVE_POSIX_MEMALIGN 1
  34498. | #define HAVE_PREAD 1
  34499. | #define HAVE_PWRITE 1
  34500. | #define HAVE_QSORT_R 1
  34501. | #define HAVE_READLINK 1
  34502. | #define HAVE_ROUND 1
  34503. | #define HAVE_SEEKDIR 1
  34504. | #define HAVE_SENDFILE 1
  34505. | #define HAVE_SETEGID 1
  34506. | #define HAVE_SETENV 1
  34507. | #define HAVE_SETEUID 1
  34508. | #define HAVE_SETGID 1
  34509. | #define HAVE_SETGROUPS 1
  34510. | #define HAVE_SETPGID 1
  34511. | #define HAVE_SETPGRP 1
  34512. | #define HAVE_SETREGID 1
  34513. | #define HAVE_SETREUID 1
  34514. | #define HAVE_SETRGID 1
  34515. | #define HAVE_SETRLIMIT 1
  34516. | #define HAVE_SETRUID 1
  34517. | #define HAVE_SETSID 1
  34518. | #define HAVE_SETUID 1
  34519. | #define HAVE_SHUTDOWN 1
  34520. | #define HAVE_SIGACTION 1
  34521. | #define HAVE_SIGALTSTACK 1
  34522. | #define HAVE_SIGPROCMASK 1
  34523. | #define HAVE_SINH 1
  34524. | #define HAVE_SYMLINK 1
  34525. | #define HAVE_SYSCONF 1
  34526. | #define HAVE_TANH 1
  34527. | #define HAVE_TELLDIR 1
  34528. | #define HAVE_TIMEGM 1
  34529. | #define HAVE_TIMES 1
  34530. | #define HAVE_TRUNCATE 1
  34531. | #define HAVE_UNSETENV 1
  34532. | #define HAVE_UTIMENSAT 1
  34533. | #define HAVE_UTIMES 1
  34534. | #define HAVE_WAIT4 1
  34535. | #define HAVE_WAITPID 1
  34536. | #if !defined __STDC_WANT_LIB_EXT1__
  34537. | #define __STDC_WANT_LIB_EXT1__ 1
  34538. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34539. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  34540. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  34541. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34542. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34543. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34544. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34545. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34546. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34547. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34548. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34549. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34550. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34551. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34552. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34553. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34554. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34555. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34556. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34557. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34558. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  34559. | #define HAVE_BSD_QSORT_R 1
  34560. | #define ATAN2_INF_C99 1
  34561. | #define HAVE_CLOCK_GETRES 1
  34562. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34563. | #define HAVE_TM_ZONE 1
  34564. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34565. | #define HAVE_DAYLIGHT 1
  34566. | #define NEGATIVE_TIME_T 1
  34567. | #define POSIX_SIGNAL 1
  34568. | #define HAVE_SIG_T 1
  34569. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34570. | #define HAVE__SC_CLK_TCK 1
  34571. | #define STACK_GROW_DIRECTION -1
  34572. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  34573. | #define _REENTRANT 1
  34574. | #define _THREAD_SAFE 1
  34575. | #define HAVE_LIBPTHREAD 1
  34576. | #define HAVE_SCHED_YIELD 1
  34577. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34578. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34579. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  34580. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34581. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34582. | /* end confdefs.h. */
  34583. | /* Define thr_stksegment to an innocuous variant, in case <limits.h> declares thr_stksegment.
  34584. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  34585. | #define thr_stksegment innocuous_thr_stksegment
  34586. |
  34587. | /* System header to define __stub macros and hopefully few prototypes,
  34588. | which can conflict with char thr_stksegment (); below.
  34589. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  34590. | <limits.h> exists even on freestanding compilers. */
  34591. |
  34592. | #ifdef __STDC__
  34593. | # include <limits.h>
  34594. | #else
  34595. | # include <assert.h>
  34596. | #endif
  34597. |
  34598. | #undef thr_stksegment
  34599. |
  34600. | /* Override any GCC internal prototype to avoid an error.
  34601. | Use char because int might match the return type of a GCC
  34602. | builtin and then its argument prototype would still apply. */
  34603. | #ifdef __cplusplus
  34604. | extern "C"
  34605. | #endif
  34606. | char thr_stksegment ();
  34607. | /* The GNU C library defines this for functions which it implements
  34608. | to always fail with ENOSYS. Some functions are actually named
  34609. | something starting with __ and the normal name is an alias. */
  34610. | #if defined __stub_thr_stksegment || defined __stub___thr_stksegment
  34611. | choke me
  34612. | #endif
  34613. |
  34614. | int
  34615. | main ()
  34616. | {
  34617. | return thr_stksegment ();
  34618. | ;
  34619. | return 0;
  34620. | }
  34621. configure:26119: result: no
  34622. configure:26119: checking for pthread_stackseg_np
  34623. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  34624. Undefined symbols for architecture x86_64:
  34625. "_pthread_stackseg_np", referenced from:
  34626. _main in conftest-05f98e.o
  34627. ld: symbol(s) not found for architecture x86_64
  34628. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  34629. configure:26119: $? = 1
  34630. configure: failed program was:
  34631. | /* confdefs.h */
  34632. | #define PACKAGE_NAME ""
  34633. | #define PACKAGE_TARNAME ""
  34634. | #define PACKAGE_VERSION ""
  34635. | #define PACKAGE_STRING ""
  34636. | #define PACKAGE_BUGREPORT ""
  34637. | #define PACKAGE_URL ""
  34638. | #define STDC_HEADERS 1
  34639. | #define HAVE_SYS_TYPES_H 1
  34640. | #define HAVE_SYS_STAT_H 1
  34641. | #define HAVE_STDLIB_H 1
  34642. | #define HAVE_STRING_H 1
  34643. | #define HAVE_MEMORY_H 1
  34644. | #define HAVE_STRINGS_H 1
  34645. | #define HAVE_INTTYPES_H 1
  34646. | #define HAVE_STDINT_H 1
  34647. | #define HAVE_UNISTD_H 1
  34648. | #define __EXTENSIONS__ 1
  34649. | #define _ALL_SOURCE 1
  34650. | #define _GNU_SOURCE 1
  34651. | #define _POSIX_PTHREAD_SEMANTICS 1
  34652. | #define _TANDEM_SOURCE 1
  34653. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34654. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34655. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  34656. | #define BROKEN_CRYPT 1
  34657. | #define HAVE_CRT_EXTERNS_H 1
  34658. | #define HAVE_LIBDL 1
  34659. | #define HAVE_DIRENT_H 1
  34660. | #define HAVE__BOOL 1
  34661. | #define HAVE_STDBOOL_H 1
  34662. | #define HAVE_SYS_WAIT_H 1
  34663. | #define HAVE_GRP_H 1
  34664. | #define HAVE_FCNTL_H 1
  34665. | #define HAVE_FLOAT_H 1
  34666. | #define HAVE_LANGINFO_H 1
  34667. | #define HAVE_LIMITS_H 1
  34668. | #define HAVE_LOCALE_H 1
  34669. | #define HAVE_MALLOC_MALLOC_H 1
  34670. | #define HAVE_PWD_H 1
  34671. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  34672. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  34673. | #define HAVE_STDALIGN_H 1
  34674. | #define HAVE_SYS_ATTR_H 1
  34675. | #define HAVE_SYS_FCNTL_H 1
  34676. | #define HAVE_SYS_FILE_H 1
  34677. | #define HAVE_SYS_IOCTL_H 1
  34678. | #define HAVE_SYS_PARAM_H 1
  34679. | #define HAVE_SYS_RESOURCE_H 1
  34680. | #define HAVE_SYS_SELECT_H 1
  34681. | #define HAVE_SYS_SOCKET_H 1
  34682. | #define HAVE_SYS_TIME_H 1
  34683. | #define HAVE_SYS_TIMES_H 1
  34684. | #define HAVE_SYS_UIO_H 1
  34685. | #define HAVE_TIME_H 1
  34686. | #define HAVE_UCONTEXT_H 1
  34687. | #define HAVE_UTIME_H 1
  34688. | #define HAVE_GMP_H 1
  34689. | #define HAVE_LIBGMP 1
  34690. | #define HAVE_TYPEOF 1
  34691. | #define HAVE_LONG_LONG 1
  34692. | #define HAVE_OFF_T 1
  34693. | #define SIZEOF_INT 4
  34694. | #define SIZEOF_SHORT 2
  34695. | #define SIZEOF_LONG 8
  34696. | #define SIZEOF_LONG_LONG 8
  34697. | #define SIZEOF___INT64 0
  34698. | #define SIZEOF___INT128 16
  34699. | #define SIZEOF_OFF_T 8
  34700. | #define SIZEOF_VOIDP 8
  34701. | #define SIZEOF_FLOAT 4
  34702. | #define SIZEOF_DOUBLE 8
  34703. | #define SIZEOF_TIME_T 8
  34704. | #define SIZEOF_CLOCK_T 8
  34705. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34706. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34707. | #define PRI_LL_PREFIX "ll"
  34708. | #define HAVE_PID_T 1
  34709. | #define rb_pid_t pid_t
  34710. | #define SIGNEDNESS_OF_PID_T -1
  34711. | #define PIDT2NUM(v) INT2NUM(v)
  34712. | #define NUM2PIDT(v) NUM2INT(v)
  34713. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34714. | #define HAVE_UID_T 1
  34715. | #define rb_uid_t uid_t
  34716. | #define SIGNEDNESS_OF_UID_T +1
  34717. | #define UIDT2NUM(v) UINT2NUM(v)
  34718. | #define NUM2UIDT(v) NUM2UINT(v)
  34719. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34720. | #define HAVE_GID_T 1
  34721. | #define rb_gid_t gid_t
  34722. | #define SIGNEDNESS_OF_GID_T +1
  34723. | #define GIDT2NUM(v) UINT2NUM(v)
  34724. | #define NUM2GIDT(v) NUM2UINT(v)
  34725. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34726. | #define HAVE_TIME_T 1
  34727. | #define rb_time_t time_t
  34728. | #define SIGNEDNESS_OF_TIME_T -1
  34729. | #define TIMET2NUM(v) LONG2NUM(v)
  34730. | #define NUM2TIMET(v) NUM2LONG(v)
  34731. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34732. | #define HAVE_DEV_T 1
  34733. | #define rb_dev_t dev_t
  34734. | #define SIGNEDNESS_OF_DEV_T -1
  34735. | #define DEVT2NUM(v) INT2NUM(v)
  34736. | #define NUM2DEVT(v) NUM2INT(v)
  34737. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34738. | #define HAVE_MODE_T 1
  34739. | #define rb_mode_t mode_t
  34740. | #define SIGNEDNESS_OF_MODE_T +1
  34741. | #define MODET2NUM(v) USHORT2NUM(v)
  34742. | #define NUM2MODET(v) NUM2USHORT(v)
  34743. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  34744. | #define HAVE_RLIM_T 1
  34745. | #define rb_rlim_t rlim_t
  34746. | #define SIGNEDNESS_OF_RLIM_T +1
  34747. | #define RLIM2NUM(v) ULL2NUM(v)
  34748. | #define NUM2RLIM(v) NUM2ULL(v)
  34749. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34750. | #define HAVE_OFF_T 1
  34751. | #define rb_off_t off_t
  34752. | #define SIGNEDNESS_OF_OFF_T -1
  34753. | #define OFFT2NUM(v) LL2NUM(v)
  34754. | #define NUM2OFFT(v) NUM2LL(v)
  34755. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34756. | #define HAVE_CLOCKID_T 1
  34757. | #define rb_clockid_t clockid_t
  34758. | #define SIGNEDNESS_OF_CLOCKID_T +1
  34759. | #define CLOCKID2NUM(v) UINT2NUM(v)
  34760. | #define NUM2CLOCKID(v) NUM2UINT(v)
  34761. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34762. | #define HAVE_PROTOTYPES 1
  34763. | #define TOKEN_PASTE(x,y) x##y
  34764. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34765. | #define HAVE_STDARG_PROTOTYPES 1
  34766. | #define HAVE_VA_ARGS_MACRO 1
  34767. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  34768. | #define RUBY_ALIGNOF alignof
  34769. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34770. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34771. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34772. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34773. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34774. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34775. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34776. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34777. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  34778. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  34779. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  34780. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34781. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34782. | #define WEAK(x) __attribute__ ((__weak__)) x
  34783. | #define HAVE_FUNC_WEAK 1
  34784. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34785. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34786. | #define HAVE_GCC_SYNC_BUILTINS 1
  34787. | #define UNREACHABLE __builtin_unreachable()
  34788. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34789. | #define RUBY_FUNCTION_NAME_STRING __func__
  34790. | #define ENUM_OVER_INT 1
  34791. | #define HAVE_DECL_SYS_NERR 1
  34792. | #define HAVE_DECL_GETENV 1
  34793. | #define SIZEOF_SIZE_T 8
  34794. | #define SIZEOF_PTRDIFF_T 8
  34795. | #define PRI_SIZE_PREFIX "z"
  34796. | #define PRI_PTRDIFF_PREFIX "t"
  34797. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34798. | #define HAVE_ST_BLKSIZE 1
  34799. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34800. | #define HAVE_ST_BLOCKS 1
  34801. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34802. | #define HAVE_ST_RDEV 1
  34803. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34804. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34805. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34806. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34807. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34808. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34809. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34810. | #define HAVE_STRUCT_TIMEVAL 1
  34811. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34812. | #define HAVE_STRUCT_TIMESPEC 1
  34813. | #define HAVE_STRUCT_TIMEZONE 1
  34814. | #define HAVE_RB_FD_INIT 1
  34815. | #define HAVE_INT8_T 1
  34816. | #define SIZEOF_INT8_T 1
  34817. | #define HAVE_UINT8_T 1
  34818. | #define SIZEOF_UINT8_T 1
  34819. | #define HAVE_INT16_T 1
  34820. | #define SIZEOF_INT16_T 2
  34821. | #define HAVE_UINT16_T 1
  34822. | #define SIZEOF_UINT16_T 2
  34823. | #define HAVE_INT32_T 1
  34824. | #define SIZEOF_INT32_T 4
  34825. | #define HAVE_UINT32_T 1
  34826. | #define SIZEOF_UINT32_T 4
  34827. | #define HAVE_INT64_T 1
  34828. | #define SIZEOF_INT64_T 8
  34829. | #define HAVE_UINT64_T 1
  34830. | #define SIZEOF_UINT64_T 8
  34831. | #define HAVE_INT128_T 1
  34832. | #define int128_t __int128
  34833. | #define SIZEOF_INT128_T SIZEOF___INT128
  34834. | #define HAVE_UINT128_T 1
  34835. | #define uint128_t unsigned __int128
  34836. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34837. | #define HAVE_INTPTR_T 1
  34838. | #define SIZEOF_INTPTR_T 8
  34839. | #define HAVE_UINTPTR_T 1
  34840. | #define SIZEOF_UINTPTR_T 8
  34841. | #define PRI_PTR_PREFIX "l"
  34842. | #define HAVE_SSIZE_T 1
  34843. | #define SIZEOF_SSIZE_T 8
  34844. | #define PRI_64_PREFIX "ll"
  34845. | #define GETGROUPS_T gid_t
  34846. | #define RETSIGTYPE void
  34847. | #define HAVE_ALLOCA_H 1
  34848. | #define HAVE_ALLOCA 1
  34849. | #define HAVE_ACOSH 1
  34850. | #define HAVE_CBRT 1
  34851. | #define HAVE_CRYPT 1
  34852. | #define HAVE_DUP2 1
  34853. | #define HAVE_ERF 1
  34854. | #define HAVE_FFS 1
  34855. | #define HAVE_FINITE 1
  34856. | #define HAVE_FLOCK 1
  34857. | #define HAVE_HYPOT 1
  34858. | #define HAVE_ISINF 1
  34859. | #define HAVE_ISNAN 1
  34860. | #define HAVE_LGAMMA_R 1
  34861. | #define HAVE_MEMMOVE 1
  34862. | #define HAVE_NAN 1
  34863. | #define HAVE_NEXTAFTER 1
  34864. | #define HAVE_STRCHR 1
  34865. | #define HAVE_STRERROR 1
  34866. | #define HAVE_STRLCAT 1
  34867. | #define HAVE_STRLCPY 1
  34868. | #define HAVE_STRSTR 1
  34869. | #define HAVE_TGAMMA 1
  34870. | #define SPT_TYPE SPT_REUSEARGV
  34871. | #define HAVE_SIGNBIT 1
  34872. | #define HAVE_FORK 1
  34873. | #define vfork fork
  34874. | #define HAVE_WORKING_FORK 1
  34875. | #define HAVE__LONGJMP 1
  34876. | #define HAVE_ARC4RANDOM_BUF 1
  34877. | #define HAVE_ATAN2L 1
  34878. | #define HAVE_ATAN2F 1
  34879. | #define HAVE_CHROOT 1
  34880. | #define HAVE_CLOCK_GETTIME 1
  34881. | #define HAVE_COSH 1
  34882. | #define HAVE_DIRFD 1
  34883. | #define HAVE_DLOPEN 1
  34884. | #define HAVE_DLADDR 1
  34885. | #define HAVE_DUP 1
  34886. | #define HAVE_ENDGRENT 1
  34887. | #define HAVE_FCHMOD 1
  34888. | #define HAVE_FCHOWN 1
  34889. | #define HAVE_FCNTL 1
  34890. | #define HAVE_FDOPENDIR 1
  34891. | #define HAVE_FGETATTRLIST 1
  34892. | #define HAVE_FMOD 1
  34893. | #define HAVE_FSTATAT 1
  34894. | #define HAVE_FSYNC 1
  34895. | #define HAVE_FTRUNCATE 1
  34896. | #define HAVE_GETATTRLIST 1
  34897. | #define HAVE_GETCWD 1
  34898. | #define HAVE_GETGRNAM 1
  34899. | #define HAVE_GETGRNAM_R 1
  34900. | #define HAVE_GETGROUPS 1
  34901. | #define HAVE_GETPGID 1
  34902. | #define HAVE_GETPGRP 1
  34903. | #define HAVE_GETPRIORITY 1
  34904. | #define HAVE_GETPWNAM_R 1
  34905. | #define HAVE_GETRLIMIT 1
  34906. | #define HAVE_GETSID 1
  34907. | #define HAVE_GETTIMEOFDAY 1
  34908. | #define HAVE_GMTIME_R 1
  34909. | #define HAVE_GRANTPT 1
  34910. | #define HAVE_INITGROUPS 1
  34911. | #define HAVE_IOCTL 1
  34912. | #define HAVE_ISSETUGID 1
  34913. | #define HAVE_KILLPG 1
  34914. | #define HAVE_LCHMOD 1
  34915. | #define HAVE_LCHOWN 1
  34916. | #define HAVE_LINK 1
  34917. | #define HAVE_LLABS 1
  34918. | #define HAVE_LOCKF 1
  34919. | #define HAVE_LOG2 1
  34920. | #define HAVE_LSTAT 1
  34921. | #define HAVE_LUTIMES 1
  34922. | #define HAVE_MALLOC_SIZE 1
  34923. | #define HAVE_MBLEN 1
  34924. | #define HAVE_MEMSET_S 1
  34925. | #define HAVE_WRITEV 1
  34926. | #define HAVE_MKFIFO 1
  34927. | #define HAVE_MKNOD 1
  34928. | #define HAVE_MKTIME 1
  34929. | #define HAVE_OPENAT 1
  34930. | #define HAVE_POLL 1
  34931. | #define HAVE_POSIX_MEMALIGN 1
  34932. | #define HAVE_PREAD 1
  34933. | #define HAVE_PWRITE 1
  34934. | #define HAVE_QSORT_R 1
  34935. | #define HAVE_READLINK 1
  34936. | #define HAVE_ROUND 1
  34937. | #define HAVE_SEEKDIR 1
  34938. | #define HAVE_SENDFILE 1
  34939. | #define HAVE_SETEGID 1
  34940. | #define HAVE_SETENV 1
  34941. | #define HAVE_SETEUID 1
  34942. | #define HAVE_SETGID 1
  34943. | #define HAVE_SETGROUPS 1
  34944. | #define HAVE_SETPGID 1
  34945. | #define HAVE_SETPGRP 1
  34946. | #define HAVE_SETREGID 1
  34947. | #define HAVE_SETREUID 1
  34948. | #define HAVE_SETRGID 1
  34949. | #define HAVE_SETRLIMIT 1
  34950. | #define HAVE_SETRUID 1
  34951. | #define HAVE_SETSID 1
  34952. | #define HAVE_SETUID 1
  34953. | #define HAVE_SHUTDOWN 1
  34954. | #define HAVE_SIGACTION 1
  34955. | #define HAVE_SIGALTSTACK 1
  34956. | #define HAVE_SIGPROCMASK 1
  34957. | #define HAVE_SINH 1
  34958. | #define HAVE_SYMLINK 1
  34959. | #define HAVE_SYSCONF 1
  34960. | #define HAVE_TANH 1
  34961. | #define HAVE_TELLDIR 1
  34962. | #define HAVE_TIMEGM 1
  34963. | #define HAVE_TIMES 1
  34964. | #define HAVE_TRUNCATE 1
  34965. | #define HAVE_UNSETENV 1
  34966. | #define HAVE_UTIMENSAT 1
  34967. | #define HAVE_UTIMES 1
  34968. | #define HAVE_WAIT4 1
  34969. | #define HAVE_WAITPID 1
  34970. | #if !defined __STDC_WANT_LIB_EXT1__
  34971. | #define __STDC_WANT_LIB_EXT1__ 1
  34972. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34973. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  34974. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  34975. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34976. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34977. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34978. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34979. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34980. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34981. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34982. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34983. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34984. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34985. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34986. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34987. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34988. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34989. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34990. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34991. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34992. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  34993. | #define HAVE_BSD_QSORT_R 1
  34994. | #define ATAN2_INF_C99 1
  34995. | #define HAVE_CLOCK_GETRES 1
  34996. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34997. | #define HAVE_TM_ZONE 1
  34998. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34999. | #define HAVE_DAYLIGHT 1
  35000. | #define NEGATIVE_TIME_T 1
  35001. | #define POSIX_SIGNAL 1
  35002. | #define HAVE_SIG_T 1
  35003. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35004. | #define HAVE__SC_CLK_TCK 1
  35005. | #define STACK_GROW_DIRECTION -1
  35006. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  35007. | #define _REENTRANT 1
  35008. | #define _THREAD_SAFE 1
  35009. | #define HAVE_LIBPTHREAD 1
  35010. | #define HAVE_SCHED_YIELD 1
  35011. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35012. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35013. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  35014. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35015. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35016. | /* end confdefs.h. */
  35017. | /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np.
  35018. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  35019. | #define pthread_stackseg_np innocuous_pthread_stackseg_np
  35020. |
  35021. | /* System header to define __stub macros and hopefully few prototypes,
  35022. | which can conflict with char pthread_stackseg_np (); below.
  35023. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  35024. | <limits.h> exists even on freestanding compilers. */
  35025. |
  35026. | #ifdef __STDC__
  35027. | # include <limits.h>
  35028. | #else
  35029. | # include <assert.h>
  35030. | #endif
  35031. |
  35032. | #undef pthread_stackseg_np
  35033. |
  35034. | /* Override any GCC internal prototype to avoid an error.
  35035. | Use char because int might match the return type of a GCC
  35036. | builtin and then its argument prototype would still apply. */
  35037. | #ifdef __cplusplus
  35038. | extern "C"
  35039. | #endif
  35040. | char pthread_stackseg_np ();
  35041. | /* The GNU C library defines this for functions which it implements
  35042. | to always fail with ENOSYS. Some functions are actually named
  35043. | something starting with __ and the normal name is an alias. */
  35044. | #if defined __stub_pthread_stackseg_np || defined __stub___pthread_stackseg_np
  35045. | choke me
  35046. | #endif
  35047. |
  35048. | int
  35049. | main ()
  35050. | {
  35051. | return pthread_stackseg_np ();
  35052. | ;
  35053. | return 0;
  35054. | }
  35055. configure:26119: result: no
  35056. configure:26119: checking for pthread_getthrds_np
  35057. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35058. Undefined symbols for architecture x86_64:
  35059. "_pthread_getthrds_np", referenced from:
  35060. _main in conftest-56b040.o
  35061. ld: symbol(s) not found for architecture x86_64
  35062. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35063. configure:26119: $? = 1
  35064. configure: failed program was:
  35065. | /* confdefs.h */
  35066. | #define PACKAGE_NAME ""
  35067. | #define PACKAGE_TARNAME ""
  35068. | #define PACKAGE_VERSION ""
  35069. | #define PACKAGE_STRING ""
  35070. | #define PACKAGE_BUGREPORT ""
  35071. | #define PACKAGE_URL ""
  35072. | #define STDC_HEADERS 1
  35073. | #define HAVE_SYS_TYPES_H 1
  35074. | #define HAVE_SYS_STAT_H 1
  35075. | #define HAVE_STDLIB_H 1
  35076. | #define HAVE_STRING_H 1
  35077. | #define HAVE_MEMORY_H 1
  35078. | #define HAVE_STRINGS_H 1
  35079. | #define HAVE_INTTYPES_H 1
  35080. | #define HAVE_STDINT_H 1
  35081. | #define HAVE_UNISTD_H 1
  35082. | #define __EXTENSIONS__ 1
  35083. | #define _ALL_SOURCE 1
  35084. | #define _GNU_SOURCE 1
  35085. | #define _POSIX_PTHREAD_SEMANTICS 1
  35086. | #define _TANDEM_SOURCE 1
  35087. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35088. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35089. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  35090. | #define BROKEN_CRYPT 1
  35091. | #define HAVE_CRT_EXTERNS_H 1
  35092. | #define HAVE_LIBDL 1
  35093. | #define HAVE_DIRENT_H 1
  35094. | #define HAVE__BOOL 1
  35095. | #define HAVE_STDBOOL_H 1
  35096. | #define HAVE_SYS_WAIT_H 1
  35097. | #define HAVE_GRP_H 1
  35098. | #define HAVE_FCNTL_H 1
  35099. | #define HAVE_FLOAT_H 1
  35100. | #define HAVE_LANGINFO_H 1
  35101. | #define HAVE_LIMITS_H 1
  35102. | #define HAVE_LOCALE_H 1
  35103. | #define HAVE_MALLOC_MALLOC_H 1
  35104. | #define HAVE_PWD_H 1
  35105. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  35106. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  35107. | #define HAVE_STDALIGN_H 1
  35108. | #define HAVE_SYS_ATTR_H 1
  35109. | #define HAVE_SYS_FCNTL_H 1
  35110. | #define HAVE_SYS_FILE_H 1
  35111. | #define HAVE_SYS_IOCTL_H 1
  35112. | #define HAVE_SYS_PARAM_H 1
  35113. | #define HAVE_SYS_RESOURCE_H 1
  35114. | #define HAVE_SYS_SELECT_H 1
  35115. | #define HAVE_SYS_SOCKET_H 1
  35116. | #define HAVE_SYS_TIME_H 1
  35117. | #define HAVE_SYS_TIMES_H 1
  35118. | #define HAVE_SYS_UIO_H 1
  35119. | #define HAVE_TIME_H 1
  35120. | #define HAVE_UCONTEXT_H 1
  35121. | #define HAVE_UTIME_H 1
  35122. | #define HAVE_GMP_H 1
  35123. | #define HAVE_LIBGMP 1
  35124. | #define HAVE_TYPEOF 1
  35125. | #define HAVE_LONG_LONG 1
  35126. | #define HAVE_OFF_T 1
  35127. | #define SIZEOF_INT 4
  35128. | #define SIZEOF_SHORT 2
  35129. | #define SIZEOF_LONG 8
  35130. | #define SIZEOF_LONG_LONG 8
  35131. | #define SIZEOF___INT64 0
  35132. | #define SIZEOF___INT128 16
  35133. | #define SIZEOF_OFF_T 8
  35134. | #define SIZEOF_VOIDP 8
  35135. | #define SIZEOF_FLOAT 4
  35136. | #define SIZEOF_DOUBLE 8
  35137. | #define SIZEOF_TIME_T 8
  35138. | #define SIZEOF_CLOCK_T 8
  35139. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35140. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35141. | #define PRI_LL_PREFIX "ll"
  35142. | #define HAVE_PID_T 1
  35143. | #define rb_pid_t pid_t
  35144. | #define SIGNEDNESS_OF_PID_T -1
  35145. | #define PIDT2NUM(v) INT2NUM(v)
  35146. | #define NUM2PIDT(v) NUM2INT(v)
  35147. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35148. | #define HAVE_UID_T 1
  35149. | #define rb_uid_t uid_t
  35150. | #define SIGNEDNESS_OF_UID_T +1
  35151. | #define UIDT2NUM(v) UINT2NUM(v)
  35152. | #define NUM2UIDT(v) NUM2UINT(v)
  35153. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35154. | #define HAVE_GID_T 1
  35155. | #define rb_gid_t gid_t
  35156. | #define SIGNEDNESS_OF_GID_T +1
  35157. | #define GIDT2NUM(v) UINT2NUM(v)
  35158. | #define NUM2GIDT(v) NUM2UINT(v)
  35159. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35160. | #define HAVE_TIME_T 1
  35161. | #define rb_time_t time_t
  35162. | #define SIGNEDNESS_OF_TIME_T -1
  35163. | #define TIMET2NUM(v) LONG2NUM(v)
  35164. | #define NUM2TIMET(v) NUM2LONG(v)
  35165. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35166. | #define HAVE_DEV_T 1
  35167. | #define rb_dev_t dev_t
  35168. | #define SIGNEDNESS_OF_DEV_T -1
  35169. | #define DEVT2NUM(v) INT2NUM(v)
  35170. | #define NUM2DEVT(v) NUM2INT(v)
  35171. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35172. | #define HAVE_MODE_T 1
  35173. | #define rb_mode_t mode_t
  35174. | #define SIGNEDNESS_OF_MODE_T +1
  35175. | #define MODET2NUM(v) USHORT2NUM(v)
  35176. | #define NUM2MODET(v) NUM2USHORT(v)
  35177. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  35178. | #define HAVE_RLIM_T 1
  35179. | #define rb_rlim_t rlim_t
  35180. | #define SIGNEDNESS_OF_RLIM_T +1
  35181. | #define RLIM2NUM(v) ULL2NUM(v)
  35182. | #define NUM2RLIM(v) NUM2ULL(v)
  35183. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35184. | #define HAVE_OFF_T 1
  35185. | #define rb_off_t off_t
  35186. | #define SIGNEDNESS_OF_OFF_T -1
  35187. | #define OFFT2NUM(v) LL2NUM(v)
  35188. | #define NUM2OFFT(v) NUM2LL(v)
  35189. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35190. | #define HAVE_CLOCKID_T 1
  35191. | #define rb_clockid_t clockid_t
  35192. | #define SIGNEDNESS_OF_CLOCKID_T +1
  35193. | #define CLOCKID2NUM(v) UINT2NUM(v)
  35194. | #define NUM2CLOCKID(v) NUM2UINT(v)
  35195. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35196. | #define HAVE_PROTOTYPES 1
  35197. | #define TOKEN_PASTE(x,y) x##y
  35198. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35199. | #define HAVE_STDARG_PROTOTYPES 1
  35200. | #define HAVE_VA_ARGS_MACRO 1
  35201. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  35202. | #define RUBY_ALIGNOF alignof
  35203. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35204. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35205. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35206. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35207. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35208. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35209. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35210. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35211. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  35212. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  35213. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  35214. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35215. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35216. | #define WEAK(x) __attribute__ ((__weak__)) x
  35217. | #define HAVE_FUNC_WEAK 1
  35218. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35219. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35220. | #define HAVE_GCC_SYNC_BUILTINS 1
  35221. | #define UNREACHABLE __builtin_unreachable()
  35222. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35223. | #define RUBY_FUNCTION_NAME_STRING __func__
  35224. | #define ENUM_OVER_INT 1
  35225. | #define HAVE_DECL_SYS_NERR 1
  35226. | #define HAVE_DECL_GETENV 1
  35227. | #define SIZEOF_SIZE_T 8
  35228. | #define SIZEOF_PTRDIFF_T 8
  35229. | #define PRI_SIZE_PREFIX "z"
  35230. | #define PRI_PTRDIFF_PREFIX "t"
  35231. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35232. | #define HAVE_ST_BLKSIZE 1
  35233. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35234. | #define HAVE_ST_BLOCKS 1
  35235. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35236. | #define HAVE_ST_RDEV 1
  35237. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35238. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35239. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35240. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35241. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35242. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35243. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35244. | #define HAVE_STRUCT_TIMEVAL 1
  35245. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35246. | #define HAVE_STRUCT_TIMESPEC 1
  35247. | #define HAVE_STRUCT_TIMEZONE 1
  35248. | #define HAVE_RB_FD_INIT 1
  35249. | #define HAVE_INT8_T 1
  35250. | #define SIZEOF_INT8_T 1
  35251. | #define HAVE_UINT8_T 1
  35252. | #define SIZEOF_UINT8_T 1
  35253. | #define HAVE_INT16_T 1
  35254. | #define SIZEOF_INT16_T 2
  35255. | #define HAVE_UINT16_T 1
  35256. | #define SIZEOF_UINT16_T 2
  35257. | #define HAVE_INT32_T 1
  35258. | #define SIZEOF_INT32_T 4
  35259. | #define HAVE_UINT32_T 1
  35260. | #define SIZEOF_UINT32_T 4
  35261. | #define HAVE_INT64_T 1
  35262. | #define SIZEOF_INT64_T 8
  35263. | #define HAVE_UINT64_T 1
  35264. | #define SIZEOF_UINT64_T 8
  35265. | #define HAVE_INT128_T 1
  35266. | #define int128_t __int128
  35267. | #define SIZEOF_INT128_T SIZEOF___INT128
  35268. | #define HAVE_UINT128_T 1
  35269. | #define uint128_t unsigned __int128
  35270. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35271. | #define HAVE_INTPTR_T 1
  35272. | #define SIZEOF_INTPTR_T 8
  35273. | #define HAVE_UINTPTR_T 1
  35274. | #define SIZEOF_UINTPTR_T 8
  35275. | #define PRI_PTR_PREFIX "l"
  35276. | #define HAVE_SSIZE_T 1
  35277. | #define SIZEOF_SSIZE_T 8
  35278. | #define PRI_64_PREFIX "ll"
  35279. | #define GETGROUPS_T gid_t
  35280. | #define RETSIGTYPE void
  35281. | #define HAVE_ALLOCA_H 1
  35282. | #define HAVE_ALLOCA 1
  35283. | #define HAVE_ACOSH 1
  35284. | #define HAVE_CBRT 1
  35285. | #define HAVE_CRYPT 1
  35286. | #define HAVE_DUP2 1
  35287. | #define HAVE_ERF 1
  35288. | #define HAVE_FFS 1
  35289. | #define HAVE_FINITE 1
  35290. | #define HAVE_FLOCK 1
  35291. | #define HAVE_HYPOT 1
  35292. | #define HAVE_ISINF 1
  35293. | #define HAVE_ISNAN 1
  35294. | #define HAVE_LGAMMA_R 1
  35295. | #define HAVE_MEMMOVE 1
  35296. | #define HAVE_NAN 1
  35297. | #define HAVE_NEXTAFTER 1
  35298. | #define HAVE_STRCHR 1
  35299. | #define HAVE_STRERROR 1
  35300. | #define HAVE_STRLCAT 1
  35301. | #define HAVE_STRLCPY 1
  35302. | #define HAVE_STRSTR 1
  35303. | #define HAVE_TGAMMA 1
  35304. | #define SPT_TYPE SPT_REUSEARGV
  35305. | #define HAVE_SIGNBIT 1
  35306. | #define HAVE_FORK 1
  35307. | #define vfork fork
  35308. | #define HAVE_WORKING_FORK 1
  35309. | #define HAVE__LONGJMP 1
  35310. | #define HAVE_ARC4RANDOM_BUF 1
  35311. | #define HAVE_ATAN2L 1
  35312. | #define HAVE_ATAN2F 1
  35313. | #define HAVE_CHROOT 1
  35314. | #define HAVE_CLOCK_GETTIME 1
  35315. | #define HAVE_COSH 1
  35316. | #define HAVE_DIRFD 1
  35317. | #define HAVE_DLOPEN 1
  35318. | #define HAVE_DLADDR 1
  35319. | #define HAVE_DUP 1
  35320. | #define HAVE_ENDGRENT 1
  35321. | #define HAVE_FCHMOD 1
  35322. | #define HAVE_FCHOWN 1
  35323. | #define HAVE_FCNTL 1
  35324. | #define HAVE_FDOPENDIR 1
  35325. | #define HAVE_FGETATTRLIST 1
  35326. | #define HAVE_FMOD 1
  35327. | #define HAVE_FSTATAT 1
  35328. | #define HAVE_FSYNC 1
  35329. | #define HAVE_FTRUNCATE 1
  35330. | #define HAVE_GETATTRLIST 1
  35331. | #define HAVE_GETCWD 1
  35332. | #define HAVE_GETGRNAM 1
  35333. | #define HAVE_GETGRNAM_R 1
  35334. | #define HAVE_GETGROUPS 1
  35335. | #define HAVE_GETPGID 1
  35336. | #define HAVE_GETPGRP 1
  35337. | #define HAVE_GETPRIORITY 1
  35338. | #define HAVE_GETPWNAM_R 1
  35339. | #define HAVE_GETRLIMIT 1
  35340. | #define HAVE_GETSID 1
  35341. | #define HAVE_GETTIMEOFDAY 1
  35342. | #define HAVE_GMTIME_R 1
  35343. | #define HAVE_GRANTPT 1
  35344. | #define HAVE_INITGROUPS 1
  35345. | #define HAVE_IOCTL 1
  35346. | #define HAVE_ISSETUGID 1
  35347. | #define HAVE_KILLPG 1
  35348. | #define HAVE_LCHMOD 1
  35349. | #define HAVE_LCHOWN 1
  35350. | #define HAVE_LINK 1
  35351. | #define HAVE_LLABS 1
  35352. | #define HAVE_LOCKF 1
  35353. | #define HAVE_LOG2 1
  35354. | #define HAVE_LSTAT 1
  35355. | #define HAVE_LUTIMES 1
  35356. | #define HAVE_MALLOC_SIZE 1
  35357. | #define HAVE_MBLEN 1
  35358. | #define HAVE_MEMSET_S 1
  35359. | #define HAVE_WRITEV 1
  35360. | #define HAVE_MKFIFO 1
  35361. | #define HAVE_MKNOD 1
  35362. | #define HAVE_MKTIME 1
  35363. | #define HAVE_OPENAT 1
  35364. | #define HAVE_POLL 1
  35365. | #define HAVE_POSIX_MEMALIGN 1
  35366. | #define HAVE_PREAD 1
  35367. | #define HAVE_PWRITE 1
  35368. | #define HAVE_QSORT_R 1
  35369. | #define HAVE_READLINK 1
  35370. | #define HAVE_ROUND 1
  35371. | #define HAVE_SEEKDIR 1
  35372. | #define HAVE_SENDFILE 1
  35373. | #define HAVE_SETEGID 1
  35374. | #define HAVE_SETENV 1
  35375. | #define HAVE_SETEUID 1
  35376. | #define HAVE_SETGID 1
  35377. | #define HAVE_SETGROUPS 1
  35378. | #define HAVE_SETPGID 1
  35379. | #define HAVE_SETPGRP 1
  35380. | #define HAVE_SETREGID 1
  35381. | #define HAVE_SETREUID 1
  35382. | #define HAVE_SETRGID 1
  35383. | #define HAVE_SETRLIMIT 1
  35384. | #define HAVE_SETRUID 1
  35385. | #define HAVE_SETSID 1
  35386. | #define HAVE_SETUID 1
  35387. | #define HAVE_SHUTDOWN 1
  35388. | #define HAVE_SIGACTION 1
  35389. | #define HAVE_SIGALTSTACK 1
  35390. | #define HAVE_SIGPROCMASK 1
  35391. | #define HAVE_SINH 1
  35392. | #define HAVE_SYMLINK 1
  35393. | #define HAVE_SYSCONF 1
  35394. | #define HAVE_TANH 1
  35395. | #define HAVE_TELLDIR 1
  35396. | #define HAVE_TIMEGM 1
  35397. | #define HAVE_TIMES 1
  35398. | #define HAVE_TRUNCATE 1
  35399. | #define HAVE_UNSETENV 1
  35400. | #define HAVE_UTIMENSAT 1
  35401. | #define HAVE_UTIMES 1
  35402. | #define HAVE_WAIT4 1
  35403. | #define HAVE_WAITPID 1
  35404. | #if !defined __STDC_WANT_LIB_EXT1__
  35405. | #define __STDC_WANT_LIB_EXT1__ 1
  35406. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35407. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  35408. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  35409. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35410. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35411. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35412. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35413. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35414. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35415. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35416. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35417. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35418. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35419. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35420. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35421. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35422. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35423. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35424. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35425. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35426. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  35427. | #define HAVE_BSD_QSORT_R 1
  35428. | #define ATAN2_INF_C99 1
  35429. | #define HAVE_CLOCK_GETRES 1
  35430. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35431. | #define HAVE_TM_ZONE 1
  35432. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35433. | #define HAVE_DAYLIGHT 1
  35434. | #define NEGATIVE_TIME_T 1
  35435. | #define POSIX_SIGNAL 1
  35436. | #define HAVE_SIG_T 1
  35437. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35438. | #define HAVE__SC_CLK_TCK 1
  35439. | #define STACK_GROW_DIRECTION -1
  35440. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  35441. | #define _REENTRANT 1
  35442. | #define _THREAD_SAFE 1
  35443. | #define HAVE_LIBPTHREAD 1
  35444. | #define HAVE_SCHED_YIELD 1
  35445. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35446. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35447. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  35448. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35449. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35450. | /* end confdefs.h. */
  35451. | /* Define pthread_getthrds_np to an innocuous variant, in case <limits.h> declares pthread_getthrds_np.
  35452. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  35453. | #define pthread_getthrds_np innocuous_pthread_getthrds_np
  35454. |
  35455. | /* System header to define __stub macros and hopefully few prototypes,
  35456. | which can conflict with char pthread_getthrds_np (); below.
  35457. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  35458. | <limits.h> exists even on freestanding compilers. */
  35459. |
  35460. | #ifdef __STDC__
  35461. | # include <limits.h>
  35462. | #else
  35463. | # include <assert.h>
  35464. | #endif
  35465. |
  35466. | #undef pthread_getthrds_np
  35467. |
  35468. | /* Override any GCC internal prototype to avoid an error.
  35469. | Use char because int might match the return type of a GCC
  35470. | builtin and then its argument prototype would still apply. */
  35471. | #ifdef __cplusplus
  35472. | extern "C"
  35473. | #endif
  35474. | char pthread_getthrds_np ();
  35475. | /* The GNU C library defines this for functions which it implements
  35476. | to always fail with ENOSYS. Some functions are actually named
  35477. | something starting with __ and the normal name is an alias. */
  35478. | #if defined __stub_pthread_getthrds_np || defined __stub___pthread_getthrds_np
  35479. | choke me
  35480. | #endif
  35481. |
  35482. | int
  35483. | main ()
  35484. | {
  35485. | return pthread_getthrds_np ();
  35486. | ;
  35487. | return 0;
  35488. | }
  35489. configure:26119: result: no
  35490. configure:26119: checking for pthread_condattr_setclock
  35491. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35492. Undefined symbols for architecture x86_64:
  35493. "_pthread_condattr_setclock", referenced from:
  35494. _main in conftest-e2976f.o
  35495. ld: symbol(s) not found for architecture x86_64
  35496. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35497. configure:26119: $? = 1
  35498. configure: failed program was:
  35499. | /* confdefs.h */
  35500. | #define PACKAGE_NAME ""
  35501. | #define PACKAGE_TARNAME ""
  35502. | #define PACKAGE_VERSION ""
  35503. | #define PACKAGE_STRING ""
  35504. | #define PACKAGE_BUGREPORT ""
  35505. | #define PACKAGE_URL ""
  35506. | #define STDC_HEADERS 1
  35507. | #define HAVE_SYS_TYPES_H 1
  35508. | #define HAVE_SYS_STAT_H 1
  35509. | #define HAVE_STDLIB_H 1
  35510. | #define HAVE_STRING_H 1
  35511. | #define HAVE_MEMORY_H 1
  35512. | #define HAVE_STRINGS_H 1
  35513. | #define HAVE_INTTYPES_H 1
  35514. | #define HAVE_STDINT_H 1
  35515. | #define HAVE_UNISTD_H 1
  35516. | #define __EXTENSIONS__ 1
  35517. | #define _ALL_SOURCE 1
  35518. | #define _GNU_SOURCE 1
  35519. | #define _POSIX_PTHREAD_SEMANTICS 1
  35520. | #define _TANDEM_SOURCE 1
  35521. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35522. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35523. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  35524. | #define BROKEN_CRYPT 1
  35525. | #define HAVE_CRT_EXTERNS_H 1
  35526. | #define HAVE_LIBDL 1
  35527. | #define HAVE_DIRENT_H 1
  35528. | #define HAVE__BOOL 1
  35529. | #define HAVE_STDBOOL_H 1
  35530. | #define HAVE_SYS_WAIT_H 1
  35531. | #define HAVE_GRP_H 1
  35532. | #define HAVE_FCNTL_H 1
  35533. | #define HAVE_FLOAT_H 1
  35534. | #define HAVE_LANGINFO_H 1
  35535. | #define HAVE_LIMITS_H 1
  35536. | #define HAVE_LOCALE_H 1
  35537. | #define HAVE_MALLOC_MALLOC_H 1
  35538. | #define HAVE_PWD_H 1
  35539. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  35540. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  35541. | #define HAVE_STDALIGN_H 1
  35542. | #define HAVE_SYS_ATTR_H 1
  35543. | #define HAVE_SYS_FCNTL_H 1
  35544. | #define HAVE_SYS_FILE_H 1
  35545. | #define HAVE_SYS_IOCTL_H 1
  35546. | #define HAVE_SYS_PARAM_H 1
  35547. | #define HAVE_SYS_RESOURCE_H 1
  35548. | #define HAVE_SYS_SELECT_H 1
  35549. | #define HAVE_SYS_SOCKET_H 1
  35550. | #define HAVE_SYS_TIME_H 1
  35551. | #define HAVE_SYS_TIMES_H 1
  35552. | #define HAVE_SYS_UIO_H 1
  35553. | #define HAVE_TIME_H 1
  35554. | #define HAVE_UCONTEXT_H 1
  35555. | #define HAVE_UTIME_H 1
  35556. | #define HAVE_GMP_H 1
  35557. | #define HAVE_LIBGMP 1
  35558. | #define HAVE_TYPEOF 1
  35559. | #define HAVE_LONG_LONG 1
  35560. | #define HAVE_OFF_T 1
  35561. | #define SIZEOF_INT 4
  35562. | #define SIZEOF_SHORT 2
  35563. | #define SIZEOF_LONG 8
  35564. | #define SIZEOF_LONG_LONG 8
  35565. | #define SIZEOF___INT64 0
  35566. | #define SIZEOF___INT128 16
  35567. | #define SIZEOF_OFF_T 8
  35568. | #define SIZEOF_VOIDP 8
  35569. | #define SIZEOF_FLOAT 4
  35570. | #define SIZEOF_DOUBLE 8
  35571. | #define SIZEOF_TIME_T 8
  35572. | #define SIZEOF_CLOCK_T 8
  35573. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35574. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35575. | #define PRI_LL_PREFIX "ll"
  35576. | #define HAVE_PID_T 1
  35577. | #define rb_pid_t pid_t
  35578. | #define SIGNEDNESS_OF_PID_T -1
  35579. | #define PIDT2NUM(v) INT2NUM(v)
  35580. | #define NUM2PIDT(v) NUM2INT(v)
  35581. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35582. | #define HAVE_UID_T 1
  35583. | #define rb_uid_t uid_t
  35584. | #define SIGNEDNESS_OF_UID_T +1
  35585. | #define UIDT2NUM(v) UINT2NUM(v)
  35586. | #define NUM2UIDT(v) NUM2UINT(v)
  35587. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35588. | #define HAVE_GID_T 1
  35589. | #define rb_gid_t gid_t
  35590. | #define SIGNEDNESS_OF_GID_T +1
  35591. | #define GIDT2NUM(v) UINT2NUM(v)
  35592. | #define NUM2GIDT(v) NUM2UINT(v)
  35593. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35594. | #define HAVE_TIME_T 1
  35595. | #define rb_time_t time_t
  35596. | #define SIGNEDNESS_OF_TIME_T -1
  35597. | #define TIMET2NUM(v) LONG2NUM(v)
  35598. | #define NUM2TIMET(v) NUM2LONG(v)
  35599. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35600. | #define HAVE_DEV_T 1
  35601. | #define rb_dev_t dev_t
  35602. | #define SIGNEDNESS_OF_DEV_T -1
  35603. | #define DEVT2NUM(v) INT2NUM(v)
  35604. | #define NUM2DEVT(v) NUM2INT(v)
  35605. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35606. | #define HAVE_MODE_T 1
  35607. | #define rb_mode_t mode_t
  35608. | #define SIGNEDNESS_OF_MODE_T +1
  35609. | #define MODET2NUM(v) USHORT2NUM(v)
  35610. | #define NUM2MODET(v) NUM2USHORT(v)
  35611. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  35612. | #define HAVE_RLIM_T 1
  35613. | #define rb_rlim_t rlim_t
  35614. | #define SIGNEDNESS_OF_RLIM_T +1
  35615. | #define RLIM2NUM(v) ULL2NUM(v)
  35616. | #define NUM2RLIM(v) NUM2ULL(v)
  35617. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35618. | #define HAVE_OFF_T 1
  35619. | #define rb_off_t off_t
  35620. | #define SIGNEDNESS_OF_OFF_T -1
  35621. | #define OFFT2NUM(v) LL2NUM(v)
  35622. | #define NUM2OFFT(v) NUM2LL(v)
  35623. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35624. | #define HAVE_CLOCKID_T 1
  35625. | #define rb_clockid_t clockid_t
  35626. | #define SIGNEDNESS_OF_CLOCKID_T +1
  35627. | #define CLOCKID2NUM(v) UINT2NUM(v)
  35628. | #define NUM2CLOCKID(v) NUM2UINT(v)
  35629. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35630. | #define HAVE_PROTOTYPES 1
  35631. | #define TOKEN_PASTE(x,y) x##y
  35632. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35633. | #define HAVE_STDARG_PROTOTYPES 1
  35634. | #define HAVE_VA_ARGS_MACRO 1
  35635. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  35636. | #define RUBY_ALIGNOF alignof
  35637. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35638. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35639. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35640. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35641. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35642. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35643. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35644. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35645. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  35646. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  35647. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  35648. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35649. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35650. | #define WEAK(x) __attribute__ ((__weak__)) x
  35651. | #define HAVE_FUNC_WEAK 1
  35652. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35653. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35654. | #define HAVE_GCC_SYNC_BUILTINS 1
  35655. | #define UNREACHABLE __builtin_unreachable()
  35656. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35657. | #define RUBY_FUNCTION_NAME_STRING __func__
  35658. | #define ENUM_OVER_INT 1
  35659. | #define HAVE_DECL_SYS_NERR 1
  35660. | #define HAVE_DECL_GETENV 1
  35661. | #define SIZEOF_SIZE_T 8
  35662. | #define SIZEOF_PTRDIFF_T 8
  35663. | #define PRI_SIZE_PREFIX "z"
  35664. | #define PRI_PTRDIFF_PREFIX "t"
  35665. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35666. | #define HAVE_ST_BLKSIZE 1
  35667. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35668. | #define HAVE_ST_BLOCKS 1
  35669. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35670. | #define HAVE_ST_RDEV 1
  35671. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35672. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35673. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35674. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35675. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35676. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35677. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35678. | #define HAVE_STRUCT_TIMEVAL 1
  35679. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35680. | #define HAVE_STRUCT_TIMESPEC 1
  35681. | #define HAVE_STRUCT_TIMEZONE 1
  35682. | #define HAVE_RB_FD_INIT 1
  35683. | #define HAVE_INT8_T 1
  35684. | #define SIZEOF_INT8_T 1
  35685. | #define HAVE_UINT8_T 1
  35686. | #define SIZEOF_UINT8_T 1
  35687. | #define HAVE_INT16_T 1
  35688. | #define SIZEOF_INT16_T 2
  35689. | #define HAVE_UINT16_T 1
  35690. | #define SIZEOF_UINT16_T 2
  35691. | #define HAVE_INT32_T 1
  35692. | #define SIZEOF_INT32_T 4
  35693. | #define HAVE_UINT32_T 1
  35694. | #define SIZEOF_UINT32_T 4
  35695. | #define HAVE_INT64_T 1
  35696. | #define SIZEOF_INT64_T 8
  35697. | #define HAVE_UINT64_T 1
  35698. | #define SIZEOF_UINT64_T 8
  35699. | #define HAVE_INT128_T 1
  35700. | #define int128_t __int128
  35701. | #define SIZEOF_INT128_T SIZEOF___INT128
  35702. | #define HAVE_UINT128_T 1
  35703. | #define uint128_t unsigned __int128
  35704. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35705. | #define HAVE_INTPTR_T 1
  35706. | #define SIZEOF_INTPTR_T 8
  35707. | #define HAVE_UINTPTR_T 1
  35708. | #define SIZEOF_UINTPTR_T 8
  35709. | #define PRI_PTR_PREFIX "l"
  35710. | #define HAVE_SSIZE_T 1
  35711. | #define SIZEOF_SSIZE_T 8
  35712. | #define PRI_64_PREFIX "ll"
  35713. | #define GETGROUPS_T gid_t
  35714. | #define RETSIGTYPE void
  35715. | #define HAVE_ALLOCA_H 1
  35716. | #define HAVE_ALLOCA 1
  35717. | #define HAVE_ACOSH 1
  35718. | #define HAVE_CBRT 1
  35719. | #define HAVE_CRYPT 1
  35720. | #define HAVE_DUP2 1
  35721. | #define HAVE_ERF 1
  35722. | #define HAVE_FFS 1
  35723. | #define HAVE_FINITE 1
  35724. | #define HAVE_FLOCK 1
  35725. | #define HAVE_HYPOT 1
  35726. | #define HAVE_ISINF 1
  35727. | #define HAVE_ISNAN 1
  35728. | #define HAVE_LGAMMA_R 1
  35729. | #define HAVE_MEMMOVE 1
  35730. | #define HAVE_NAN 1
  35731. | #define HAVE_NEXTAFTER 1
  35732. | #define HAVE_STRCHR 1
  35733. | #define HAVE_STRERROR 1
  35734. | #define HAVE_STRLCAT 1
  35735. | #define HAVE_STRLCPY 1
  35736. | #define HAVE_STRSTR 1
  35737. | #define HAVE_TGAMMA 1
  35738. | #define SPT_TYPE SPT_REUSEARGV
  35739. | #define HAVE_SIGNBIT 1
  35740. | #define HAVE_FORK 1
  35741. | #define vfork fork
  35742. | #define HAVE_WORKING_FORK 1
  35743. | #define HAVE__LONGJMP 1
  35744. | #define HAVE_ARC4RANDOM_BUF 1
  35745. | #define HAVE_ATAN2L 1
  35746. | #define HAVE_ATAN2F 1
  35747. | #define HAVE_CHROOT 1
  35748. | #define HAVE_CLOCK_GETTIME 1
  35749. | #define HAVE_COSH 1
  35750. | #define HAVE_DIRFD 1
  35751. | #define HAVE_DLOPEN 1
  35752. | #define HAVE_DLADDR 1
  35753. | #define HAVE_DUP 1
  35754. | #define HAVE_ENDGRENT 1
  35755. | #define HAVE_FCHMOD 1
  35756. | #define HAVE_FCHOWN 1
  35757. | #define HAVE_FCNTL 1
  35758. | #define HAVE_FDOPENDIR 1
  35759. | #define HAVE_FGETATTRLIST 1
  35760. | #define HAVE_FMOD 1
  35761. | #define HAVE_FSTATAT 1
  35762. | #define HAVE_FSYNC 1
  35763. | #define HAVE_FTRUNCATE 1
  35764. | #define HAVE_GETATTRLIST 1
  35765. | #define HAVE_GETCWD 1
  35766. | #define HAVE_GETGRNAM 1
  35767. | #define HAVE_GETGRNAM_R 1
  35768. | #define HAVE_GETGROUPS 1
  35769. | #define HAVE_GETPGID 1
  35770. | #define HAVE_GETPGRP 1
  35771. | #define HAVE_GETPRIORITY 1
  35772. | #define HAVE_GETPWNAM_R 1
  35773. | #define HAVE_GETRLIMIT 1
  35774. | #define HAVE_GETSID 1
  35775. | #define HAVE_GETTIMEOFDAY 1
  35776. | #define HAVE_GMTIME_R 1
  35777. | #define HAVE_GRANTPT 1
  35778. | #define HAVE_INITGROUPS 1
  35779. | #define HAVE_IOCTL 1
  35780. | #define HAVE_ISSETUGID 1
  35781. | #define HAVE_KILLPG 1
  35782. | #define HAVE_LCHMOD 1
  35783. | #define HAVE_LCHOWN 1
  35784. | #define HAVE_LINK 1
  35785. | #define HAVE_LLABS 1
  35786. | #define HAVE_LOCKF 1
  35787. | #define HAVE_LOG2 1
  35788. | #define HAVE_LSTAT 1
  35789. | #define HAVE_LUTIMES 1
  35790. | #define HAVE_MALLOC_SIZE 1
  35791. | #define HAVE_MBLEN 1
  35792. | #define HAVE_MEMSET_S 1
  35793. | #define HAVE_WRITEV 1
  35794. | #define HAVE_MKFIFO 1
  35795. | #define HAVE_MKNOD 1
  35796. | #define HAVE_MKTIME 1
  35797. | #define HAVE_OPENAT 1
  35798. | #define HAVE_POLL 1
  35799. | #define HAVE_POSIX_MEMALIGN 1
  35800. | #define HAVE_PREAD 1
  35801. | #define HAVE_PWRITE 1
  35802. | #define HAVE_QSORT_R 1
  35803. | #define HAVE_READLINK 1
  35804. | #define HAVE_ROUND 1
  35805. | #define HAVE_SEEKDIR 1
  35806. | #define HAVE_SENDFILE 1
  35807. | #define HAVE_SETEGID 1
  35808. | #define HAVE_SETENV 1
  35809. | #define HAVE_SETEUID 1
  35810. | #define HAVE_SETGID 1
  35811. | #define HAVE_SETGROUPS 1
  35812. | #define HAVE_SETPGID 1
  35813. | #define HAVE_SETPGRP 1
  35814. | #define HAVE_SETREGID 1
  35815. | #define HAVE_SETREUID 1
  35816. | #define HAVE_SETRGID 1
  35817. | #define HAVE_SETRLIMIT 1
  35818. | #define HAVE_SETRUID 1
  35819. | #define HAVE_SETSID 1
  35820. | #define HAVE_SETUID 1
  35821. | #define HAVE_SHUTDOWN 1
  35822. | #define HAVE_SIGACTION 1
  35823. | #define HAVE_SIGALTSTACK 1
  35824. | #define HAVE_SIGPROCMASK 1
  35825. | #define HAVE_SINH 1
  35826. | #define HAVE_SYMLINK 1
  35827. | #define HAVE_SYSCONF 1
  35828. | #define HAVE_TANH 1
  35829. | #define HAVE_TELLDIR 1
  35830. | #define HAVE_TIMEGM 1
  35831. | #define HAVE_TIMES 1
  35832. | #define HAVE_TRUNCATE 1
  35833. | #define HAVE_UNSETENV 1
  35834. | #define HAVE_UTIMENSAT 1
  35835. | #define HAVE_UTIMES 1
  35836. | #define HAVE_WAIT4 1
  35837. | #define HAVE_WAITPID 1
  35838. | #if !defined __STDC_WANT_LIB_EXT1__
  35839. | #define __STDC_WANT_LIB_EXT1__ 1
  35840. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35841. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  35842. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  35843. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35844. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35845. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35846. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35847. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35848. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35849. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35850. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35851. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35852. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35853. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35854. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35855. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35856. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35857. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35858. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35859. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35860. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  35861. | #define HAVE_BSD_QSORT_R 1
  35862. | #define ATAN2_INF_C99 1
  35863. | #define HAVE_CLOCK_GETRES 1
  35864. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35865. | #define HAVE_TM_ZONE 1
  35866. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35867. | #define HAVE_DAYLIGHT 1
  35868. | #define NEGATIVE_TIME_T 1
  35869. | #define POSIX_SIGNAL 1
  35870. | #define HAVE_SIG_T 1
  35871. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35872. | #define HAVE__SC_CLK_TCK 1
  35873. | #define STACK_GROW_DIRECTION -1
  35874. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  35875. | #define _REENTRANT 1
  35876. | #define _THREAD_SAFE 1
  35877. | #define HAVE_LIBPTHREAD 1
  35878. | #define HAVE_SCHED_YIELD 1
  35879. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35880. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35881. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  35882. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35883. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35884. | /* end confdefs.h. */
  35885. | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
  35886. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  35887. | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
  35888. |
  35889. | /* System header to define __stub macros and hopefully few prototypes,
  35890. | which can conflict with char pthread_condattr_setclock (); below.
  35891. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  35892. | <limits.h> exists even on freestanding compilers. */
  35893. |
  35894. | #ifdef __STDC__
  35895. | # include <limits.h>
  35896. | #else
  35897. | # include <assert.h>
  35898. | #endif
  35899. |
  35900. | #undef pthread_condattr_setclock
  35901. |
  35902. | /* Override any GCC internal prototype to avoid an error.
  35903. | Use char because int might match the return type of a GCC
  35904. | builtin and then its argument prototype would still apply. */
  35905. | #ifdef __cplusplus
  35906. | extern "C"
  35907. | #endif
  35908. | char pthread_condattr_setclock ();
  35909. | /* The GNU C library defines this for functions which it implements
  35910. | to always fail with ENOSYS. Some functions are actually named
  35911. | something starting with __ and the normal name is an alias. */
  35912. | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
  35913. | choke me
  35914. | #endif
  35915. |
  35916. | int
  35917. | main ()
  35918. | {
  35919. | return pthread_condattr_setclock ();
  35920. | ;
  35921. | return 0;
  35922. | }
  35923. configure:26119: result: no
  35924. configure:26119: checking for pthread_sigmask
  35925. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35926. configure:26119: $? = 0
  35927. configure:26119: result: yes
  35928. configure:26119: checking for pthread_setname_np
  35929. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35930. configure:26119: $? = 0
  35931. configure:26119: result: yes
  35932. configure:26119: checking for pthread_set_name_np
  35933. configure:26119: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35934. Undefined symbols for architecture x86_64:
  35935. "_pthread_set_name_np", referenced from:
  35936. _main in conftest-b49417.o
  35937. ld: symbol(s) not found for architecture x86_64
  35938. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35939. configure:26119: $? = 1
  35940. configure: failed program was:
  35941. | /* confdefs.h */
  35942. | #define PACKAGE_NAME ""
  35943. | #define PACKAGE_TARNAME ""
  35944. | #define PACKAGE_VERSION ""
  35945. | #define PACKAGE_STRING ""
  35946. | #define PACKAGE_BUGREPORT ""
  35947. | #define PACKAGE_URL ""
  35948. | #define STDC_HEADERS 1
  35949. | #define HAVE_SYS_TYPES_H 1
  35950. | #define HAVE_SYS_STAT_H 1
  35951. | #define HAVE_STDLIB_H 1
  35952. | #define HAVE_STRING_H 1
  35953. | #define HAVE_MEMORY_H 1
  35954. | #define HAVE_STRINGS_H 1
  35955. | #define HAVE_INTTYPES_H 1
  35956. | #define HAVE_STDINT_H 1
  35957. | #define HAVE_UNISTD_H 1
  35958. | #define __EXTENSIONS__ 1
  35959. | #define _ALL_SOURCE 1
  35960. | #define _GNU_SOURCE 1
  35961. | #define _POSIX_PTHREAD_SEMANTICS 1
  35962. | #define _TANDEM_SOURCE 1
  35963. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35964. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35965. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  35966. | #define BROKEN_CRYPT 1
  35967. | #define HAVE_CRT_EXTERNS_H 1
  35968. | #define HAVE_LIBDL 1
  35969. | #define HAVE_DIRENT_H 1
  35970. | #define HAVE__BOOL 1
  35971. | #define HAVE_STDBOOL_H 1
  35972. | #define HAVE_SYS_WAIT_H 1
  35973. | #define HAVE_GRP_H 1
  35974. | #define HAVE_FCNTL_H 1
  35975. | #define HAVE_FLOAT_H 1
  35976. | #define HAVE_LANGINFO_H 1
  35977. | #define HAVE_LIMITS_H 1
  35978. | #define HAVE_LOCALE_H 1
  35979. | #define HAVE_MALLOC_MALLOC_H 1
  35980. | #define HAVE_PWD_H 1
  35981. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  35982. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  35983. | #define HAVE_STDALIGN_H 1
  35984. | #define HAVE_SYS_ATTR_H 1
  35985. | #define HAVE_SYS_FCNTL_H 1
  35986. | #define HAVE_SYS_FILE_H 1
  35987. | #define HAVE_SYS_IOCTL_H 1
  35988. | #define HAVE_SYS_PARAM_H 1
  35989. | #define HAVE_SYS_RESOURCE_H 1
  35990. | #define HAVE_SYS_SELECT_H 1
  35991. | #define HAVE_SYS_SOCKET_H 1
  35992. | #define HAVE_SYS_TIME_H 1
  35993. | #define HAVE_SYS_TIMES_H 1
  35994. | #define HAVE_SYS_UIO_H 1
  35995. | #define HAVE_TIME_H 1
  35996. | #define HAVE_UCONTEXT_H 1
  35997. | #define HAVE_UTIME_H 1
  35998. | #define HAVE_GMP_H 1
  35999. | #define HAVE_LIBGMP 1
  36000. | #define HAVE_TYPEOF 1
  36001. | #define HAVE_LONG_LONG 1
  36002. | #define HAVE_OFF_T 1
  36003. | #define SIZEOF_INT 4
  36004. | #define SIZEOF_SHORT 2
  36005. | #define SIZEOF_LONG 8
  36006. | #define SIZEOF_LONG_LONG 8
  36007. | #define SIZEOF___INT64 0
  36008. | #define SIZEOF___INT128 16
  36009. | #define SIZEOF_OFF_T 8
  36010. | #define SIZEOF_VOIDP 8
  36011. | #define SIZEOF_FLOAT 4
  36012. | #define SIZEOF_DOUBLE 8
  36013. | #define SIZEOF_TIME_T 8
  36014. | #define SIZEOF_CLOCK_T 8
  36015. | #define PACKED_STRUCT(x) x __attribute__((packed))
  36016. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  36017. | #define PRI_LL_PREFIX "ll"
  36018. | #define HAVE_PID_T 1
  36019. | #define rb_pid_t pid_t
  36020. | #define SIGNEDNESS_OF_PID_T -1
  36021. | #define PIDT2NUM(v) INT2NUM(v)
  36022. | #define NUM2PIDT(v) NUM2INT(v)
  36023. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  36024. | #define HAVE_UID_T 1
  36025. | #define rb_uid_t uid_t
  36026. | #define SIGNEDNESS_OF_UID_T +1
  36027. | #define UIDT2NUM(v) UINT2NUM(v)
  36028. | #define NUM2UIDT(v) NUM2UINT(v)
  36029. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  36030. | #define HAVE_GID_T 1
  36031. | #define rb_gid_t gid_t
  36032. | #define SIGNEDNESS_OF_GID_T +1
  36033. | #define GIDT2NUM(v) UINT2NUM(v)
  36034. | #define NUM2GIDT(v) NUM2UINT(v)
  36035. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  36036. | #define HAVE_TIME_T 1
  36037. | #define rb_time_t time_t
  36038. | #define SIGNEDNESS_OF_TIME_T -1
  36039. | #define TIMET2NUM(v) LONG2NUM(v)
  36040. | #define NUM2TIMET(v) NUM2LONG(v)
  36041. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  36042. | #define HAVE_DEV_T 1
  36043. | #define rb_dev_t dev_t
  36044. | #define SIGNEDNESS_OF_DEV_T -1
  36045. | #define DEVT2NUM(v) INT2NUM(v)
  36046. | #define NUM2DEVT(v) NUM2INT(v)
  36047. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  36048. | #define HAVE_MODE_T 1
  36049. | #define rb_mode_t mode_t
  36050. | #define SIGNEDNESS_OF_MODE_T +1
  36051. | #define MODET2NUM(v) USHORT2NUM(v)
  36052. | #define NUM2MODET(v) NUM2USHORT(v)
  36053. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  36054. | #define HAVE_RLIM_T 1
  36055. | #define rb_rlim_t rlim_t
  36056. | #define SIGNEDNESS_OF_RLIM_T +1
  36057. | #define RLIM2NUM(v) ULL2NUM(v)
  36058. | #define NUM2RLIM(v) NUM2ULL(v)
  36059. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  36060. | #define HAVE_OFF_T 1
  36061. | #define rb_off_t off_t
  36062. | #define SIGNEDNESS_OF_OFF_T -1
  36063. | #define OFFT2NUM(v) LL2NUM(v)
  36064. | #define NUM2OFFT(v) NUM2LL(v)
  36065. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  36066. | #define HAVE_CLOCKID_T 1
  36067. | #define rb_clockid_t clockid_t
  36068. | #define SIGNEDNESS_OF_CLOCKID_T +1
  36069. | #define CLOCKID2NUM(v) UINT2NUM(v)
  36070. | #define NUM2CLOCKID(v) NUM2UINT(v)
  36071. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  36072. | #define HAVE_PROTOTYPES 1
  36073. | #define TOKEN_PASTE(x,y) x##y
  36074. | #define STRINGIZE(expr) STRINGIZE0(expr)
  36075. | #define HAVE_STDARG_PROTOTYPES 1
  36076. | #define HAVE_VA_ARGS_MACRO 1
  36077. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  36078. | #define RUBY_ALIGNOF alignof
  36079. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  36080. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  36081. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  36082. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  36083. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  36084. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36085. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36086. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36087. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  36088. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  36089. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  36090. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36091. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36092. | #define WEAK(x) __attribute__ ((__weak__)) x
  36093. | #define HAVE_FUNC_WEAK 1
  36094. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36095. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36096. | #define HAVE_GCC_SYNC_BUILTINS 1
  36097. | #define UNREACHABLE __builtin_unreachable()
  36098. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36099. | #define RUBY_FUNCTION_NAME_STRING __func__
  36100. | #define ENUM_OVER_INT 1
  36101. | #define HAVE_DECL_SYS_NERR 1
  36102. | #define HAVE_DECL_GETENV 1
  36103. | #define SIZEOF_SIZE_T 8
  36104. | #define SIZEOF_PTRDIFF_T 8
  36105. | #define PRI_SIZE_PREFIX "z"
  36106. | #define PRI_PTRDIFF_PREFIX "t"
  36107. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36108. | #define HAVE_ST_BLKSIZE 1
  36109. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36110. | #define HAVE_ST_BLOCKS 1
  36111. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36112. | #define HAVE_ST_RDEV 1
  36113. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36114. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36115. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36116. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36117. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36118. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36119. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  36120. | #define HAVE_STRUCT_TIMEVAL 1
  36121. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  36122. | #define HAVE_STRUCT_TIMESPEC 1
  36123. | #define HAVE_STRUCT_TIMEZONE 1
  36124. | #define HAVE_RB_FD_INIT 1
  36125. | #define HAVE_INT8_T 1
  36126. | #define SIZEOF_INT8_T 1
  36127. | #define HAVE_UINT8_T 1
  36128. | #define SIZEOF_UINT8_T 1
  36129. | #define HAVE_INT16_T 1
  36130. | #define SIZEOF_INT16_T 2
  36131. | #define HAVE_UINT16_T 1
  36132. | #define SIZEOF_UINT16_T 2
  36133. | #define HAVE_INT32_T 1
  36134. | #define SIZEOF_INT32_T 4
  36135. | #define HAVE_UINT32_T 1
  36136. | #define SIZEOF_UINT32_T 4
  36137. | #define HAVE_INT64_T 1
  36138. | #define SIZEOF_INT64_T 8
  36139. | #define HAVE_UINT64_T 1
  36140. | #define SIZEOF_UINT64_T 8
  36141. | #define HAVE_INT128_T 1
  36142. | #define int128_t __int128
  36143. | #define SIZEOF_INT128_T SIZEOF___INT128
  36144. | #define HAVE_UINT128_T 1
  36145. | #define uint128_t unsigned __int128
  36146. | #define SIZEOF_UINT128_T SIZEOF___INT128
  36147. | #define HAVE_INTPTR_T 1
  36148. | #define SIZEOF_INTPTR_T 8
  36149. | #define HAVE_UINTPTR_T 1
  36150. | #define SIZEOF_UINTPTR_T 8
  36151. | #define PRI_PTR_PREFIX "l"
  36152. | #define HAVE_SSIZE_T 1
  36153. | #define SIZEOF_SSIZE_T 8
  36154. | #define PRI_64_PREFIX "ll"
  36155. | #define GETGROUPS_T gid_t
  36156. | #define RETSIGTYPE void
  36157. | #define HAVE_ALLOCA_H 1
  36158. | #define HAVE_ALLOCA 1
  36159. | #define HAVE_ACOSH 1
  36160. | #define HAVE_CBRT 1
  36161. | #define HAVE_CRYPT 1
  36162. | #define HAVE_DUP2 1
  36163. | #define HAVE_ERF 1
  36164. | #define HAVE_FFS 1
  36165. | #define HAVE_FINITE 1
  36166. | #define HAVE_FLOCK 1
  36167. | #define HAVE_HYPOT 1
  36168. | #define HAVE_ISINF 1
  36169. | #define HAVE_ISNAN 1
  36170. | #define HAVE_LGAMMA_R 1
  36171. | #define HAVE_MEMMOVE 1
  36172. | #define HAVE_NAN 1
  36173. | #define HAVE_NEXTAFTER 1
  36174. | #define HAVE_STRCHR 1
  36175. | #define HAVE_STRERROR 1
  36176. | #define HAVE_STRLCAT 1
  36177. | #define HAVE_STRLCPY 1
  36178. | #define HAVE_STRSTR 1
  36179. | #define HAVE_TGAMMA 1
  36180. | #define SPT_TYPE SPT_REUSEARGV
  36181. | #define HAVE_SIGNBIT 1
  36182. | #define HAVE_FORK 1
  36183. | #define vfork fork
  36184. | #define HAVE_WORKING_FORK 1
  36185. | #define HAVE__LONGJMP 1
  36186. | #define HAVE_ARC4RANDOM_BUF 1
  36187. | #define HAVE_ATAN2L 1
  36188. | #define HAVE_ATAN2F 1
  36189. | #define HAVE_CHROOT 1
  36190. | #define HAVE_CLOCK_GETTIME 1
  36191. | #define HAVE_COSH 1
  36192. | #define HAVE_DIRFD 1
  36193. | #define HAVE_DLOPEN 1
  36194. | #define HAVE_DLADDR 1
  36195. | #define HAVE_DUP 1
  36196. | #define HAVE_ENDGRENT 1
  36197. | #define HAVE_FCHMOD 1
  36198. | #define HAVE_FCHOWN 1
  36199. | #define HAVE_FCNTL 1
  36200. | #define HAVE_FDOPENDIR 1
  36201. | #define HAVE_FGETATTRLIST 1
  36202. | #define HAVE_FMOD 1
  36203. | #define HAVE_FSTATAT 1
  36204. | #define HAVE_FSYNC 1
  36205. | #define HAVE_FTRUNCATE 1
  36206. | #define HAVE_GETATTRLIST 1
  36207. | #define HAVE_GETCWD 1
  36208. | #define HAVE_GETGRNAM 1
  36209. | #define HAVE_GETGRNAM_R 1
  36210. | #define HAVE_GETGROUPS 1
  36211. | #define HAVE_GETPGID 1
  36212. | #define HAVE_GETPGRP 1
  36213. | #define HAVE_GETPRIORITY 1
  36214. | #define HAVE_GETPWNAM_R 1
  36215. | #define HAVE_GETRLIMIT 1
  36216. | #define HAVE_GETSID 1
  36217. | #define HAVE_GETTIMEOFDAY 1
  36218. | #define HAVE_GMTIME_R 1
  36219. | #define HAVE_GRANTPT 1
  36220. | #define HAVE_INITGROUPS 1
  36221. | #define HAVE_IOCTL 1
  36222. | #define HAVE_ISSETUGID 1
  36223. | #define HAVE_KILLPG 1
  36224. | #define HAVE_LCHMOD 1
  36225. | #define HAVE_LCHOWN 1
  36226. | #define HAVE_LINK 1
  36227. | #define HAVE_LLABS 1
  36228. | #define HAVE_LOCKF 1
  36229. | #define HAVE_LOG2 1
  36230. | #define HAVE_LSTAT 1
  36231. | #define HAVE_LUTIMES 1
  36232. | #define HAVE_MALLOC_SIZE 1
  36233. | #define HAVE_MBLEN 1
  36234. | #define HAVE_MEMSET_S 1
  36235. | #define HAVE_WRITEV 1
  36236. | #define HAVE_MKFIFO 1
  36237. | #define HAVE_MKNOD 1
  36238. | #define HAVE_MKTIME 1
  36239. | #define HAVE_OPENAT 1
  36240. | #define HAVE_POLL 1
  36241. | #define HAVE_POSIX_MEMALIGN 1
  36242. | #define HAVE_PREAD 1
  36243. | #define HAVE_PWRITE 1
  36244. | #define HAVE_QSORT_R 1
  36245. | #define HAVE_READLINK 1
  36246. | #define HAVE_ROUND 1
  36247. | #define HAVE_SEEKDIR 1
  36248. | #define HAVE_SENDFILE 1
  36249. | #define HAVE_SETEGID 1
  36250. | #define HAVE_SETENV 1
  36251. | #define HAVE_SETEUID 1
  36252. | #define HAVE_SETGID 1
  36253. | #define HAVE_SETGROUPS 1
  36254. | #define HAVE_SETPGID 1
  36255. | #define HAVE_SETPGRP 1
  36256. | #define HAVE_SETREGID 1
  36257. | #define HAVE_SETREUID 1
  36258. | #define HAVE_SETRGID 1
  36259. | #define HAVE_SETRLIMIT 1
  36260. | #define HAVE_SETRUID 1
  36261. | #define HAVE_SETSID 1
  36262. | #define HAVE_SETUID 1
  36263. | #define HAVE_SHUTDOWN 1
  36264. | #define HAVE_SIGACTION 1
  36265. | #define HAVE_SIGALTSTACK 1
  36266. | #define HAVE_SIGPROCMASK 1
  36267. | #define HAVE_SINH 1
  36268. | #define HAVE_SYMLINK 1
  36269. | #define HAVE_SYSCONF 1
  36270. | #define HAVE_TANH 1
  36271. | #define HAVE_TELLDIR 1
  36272. | #define HAVE_TIMEGM 1
  36273. | #define HAVE_TIMES 1
  36274. | #define HAVE_TRUNCATE 1
  36275. | #define HAVE_UNSETENV 1
  36276. | #define HAVE_UTIMENSAT 1
  36277. | #define HAVE_UTIMES 1
  36278. | #define HAVE_WAIT4 1
  36279. | #define HAVE_WAITPID 1
  36280. | #if !defined __STDC_WANT_LIB_EXT1__
  36281. | #define __STDC_WANT_LIB_EXT1__ 1
  36282. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  36283. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  36284. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  36285. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  36286. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  36287. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  36288. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  36289. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  36290. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  36291. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  36292. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  36293. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  36294. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  36295. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  36296. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  36297. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  36298. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  36299. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  36300. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  36301. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  36302. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  36303. | #define HAVE_BSD_QSORT_R 1
  36304. | #define ATAN2_INF_C99 1
  36305. | #define HAVE_CLOCK_GETRES 1
  36306. | #define HAVE_STRUCT_TM_TM_ZONE 1
  36307. | #define HAVE_TM_ZONE 1
  36308. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  36309. | #define HAVE_DAYLIGHT 1
  36310. | #define NEGATIVE_TIME_T 1
  36311. | #define POSIX_SIGNAL 1
  36312. | #define HAVE_SIG_T 1
  36313. | #define RSHIFT(x,y) ((x)>>(int)(y))
  36314. | #define HAVE__SC_CLK_TCK 1
  36315. | #define STACK_GROW_DIRECTION -1
  36316. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  36317. | #define _REENTRANT 1
  36318. | #define _THREAD_SAFE 1
  36319. | #define HAVE_LIBPTHREAD 1
  36320. | #define HAVE_SCHED_YIELD 1
  36321. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  36322. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  36323. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  36324. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  36325. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  36326. | #define HAVE_PTHREAD_SIGMASK 1
  36327. | #define HAVE_PTHREAD_SETNAME_NP 1
  36328. | /* end confdefs.h. */
  36329. | /* Define pthread_set_name_np to an innocuous variant, in case <limits.h> declares pthread_set_name_np.
  36330. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  36331. | #define pthread_set_name_np innocuous_pthread_set_name_np
  36332. |
  36333. | /* System header to define __stub macros and hopefully few prototypes,
  36334. | which can conflict with char pthread_set_name_np (); below.
  36335. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  36336. | <limits.h> exists even on freestanding compilers. */
  36337. |
  36338. | #ifdef __STDC__
  36339. | # include <limits.h>
  36340. | #else
  36341. | # include <assert.h>
  36342. | #endif
  36343. |
  36344. | #undef pthread_set_name_np
  36345. |
  36346. | /* Override any GCC internal prototype to avoid an error.
  36347. | Use char because int might match the return type of a GCC
  36348. | builtin and then its argument prototype would still apply. */
  36349. | #ifdef __cplusplus
  36350. | extern "C"
  36351. | #endif
  36352. | char pthread_set_name_np ();
  36353. | /* The GNU C library defines this for functions which it implements
  36354. | to always fail with ENOSYS. Some functions are actually named
  36355. | something starting with __ and the normal name is an alias. */
  36356. | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np
  36357. | choke me
  36358. | #endif
  36359. |
  36360. | int
  36361. | main ()
  36362. | {
  36363. | return pthread_set_name_np ();
  36364. | ;
  36365. | return 0;
  36366. | }
  36367. configure:26119: result: no
  36368. configure:26134: checking for pthread_getattr_np
  36369. configure:26134: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  36370. Undefined symbols for architecture x86_64:
  36371. "_pthread_getattr_np", referenced from:
  36372. _main in conftest-6e96e1.o
  36373. ld: symbol(s) not found for architecture x86_64
  36374. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  36375. configure:26134: $? = 1
  36376. configure: failed program was:
  36377. | /* confdefs.h */
  36378. | #define PACKAGE_NAME ""
  36379. | #define PACKAGE_TARNAME ""
  36380. | #define PACKAGE_VERSION ""
  36381. | #define PACKAGE_STRING ""
  36382. | #define PACKAGE_BUGREPORT ""
  36383. | #define PACKAGE_URL ""
  36384. | #define STDC_HEADERS 1
  36385. | #define HAVE_SYS_TYPES_H 1
  36386. | #define HAVE_SYS_STAT_H 1
  36387. | #define HAVE_STDLIB_H 1
  36388. | #define HAVE_STRING_H 1
  36389. | #define HAVE_MEMORY_H 1
  36390. | #define HAVE_STRINGS_H 1
  36391. | #define HAVE_INTTYPES_H 1
  36392. | #define HAVE_STDINT_H 1
  36393. | #define HAVE_UNISTD_H 1
  36394. | #define __EXTENSIONS__ 1
  36395. | #define _ALL_SOURCE 1
  36396. | #define _GNU_SOURCE 1
  36397. | #define _POSIX_PTHREAD_SEMANTICS 1
  36398. | #define _TANDEM_SOURCE 1
  36399. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  36400. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  36401. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  36402. | #define BROKEN_CRYPT 1
  36403. | #define HAVE_CRT_EXTERNS_H 1
  36404. | #define HAVE_LIBDL 1
  36405. | #define HAVE_DIRENT_H 1
  36406. | #define HAVE__BOOL 1
  36407. | #define HAVE_STDBOOL_H 1
  36408. | #define HAVE_SYS_WAIT_H 1
  36409. | #define HAVE_GRP_H 1
  36410. | #define HAVE_FCNTL_H 1
  36411. | #define HAVE_FLOAT_H 1
  36412. | #define HAVE_LANGINFO_H 1
  36413. | #define HAVE_LIMITS_H 1
  36414. | #define HAVE_LOCALE_H 1
  36415. | #define HAVE_MALLOC_MALLOC_H 1
  36416. | #define HAVE_PWD_H 1
  36417. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  36418. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  36419. | #define HAVE_STDALIGN_H 1
  36420. | #define HAVE_SYS_ATTR_H 1
  36421. | #define HAVE_SYS_FCNTL_H 1
  36422. | #define HAVE_SYS_FILE_H 1
  36423. | #define HAVE_SYS_IOCTL_H 1
  36424. | #define HAVE_SYS_PARAM_H 1
  36425. | #define HAVE_SYS_RESOURCE_H 1
  36426. | #define HAVE_SYS_SELECT_H 1
  36427. | #define HAVE_SYS_SOCKET_H 1
  36428. | #define HAVE_SYS_TIME_H 1
  36429. | #define HAVE_SYS_TIMES_H 1
  36430. | #define HAVE_SYS_UIO_H 1
  36431. | #define HAVE_TIME_H 1
  36432. | #define HAVE_UCONTEXT_H 1
  36433. | #define HAVE_UTIME_H 1
  36434. | #define HAVE_GMP_H 1
  36435. | #define HAVE_LIBGMP 1
  36436. | #define HAVE_TYPEOF 1
  36437. | #define HAVE_LONG_LONG 1
  36438. | #define HAVE_OFF_T 1
  36439. | #define SIZEOF_INT 4
  36440. | #define SIZEOF_SHORT 2
  36441. | #define SIZEOF_LONG 8
  36442. | #define SIZEOF_LONG_LONG 8
  36443. | #define SIZEOF___INT64 0
  36444. | #define SIZEOF___INT128 16
  36445. | #define SIZEOF_OFF_T 8
  36446. | #define SIZEOF_VOIDP 8
  36447. | #define SIZEOF_FLOAT 4
  36448. | #define SIZEOF_DOUBLE 8
  36449. | #define SIZEOF_TIME_T 8
  36450. | #define SIZEOF_CLOCK_T 8
  36451. | #define PACKED_STRUCT(x) x __attribute__((packed))
  36452. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  36453. | #define PRI_LL_PREFIX "ll"
  36454. | #define HAVE_PID_T 1
  36455. | #define rb_pid_t pid_t
  36456. | #define SIGNEDNESS_OF_PID_T -1
  36457. | #define PIDT2NUM(v) INT2NUM(v)
  36458. | #define NUM2PIDT(v) NUM2INT(v)
  36459. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  36460. | #define HAVE_UID_T 1
  36461. | #define rb_uid_t uid_t
  36462. | #define SIGNEDNESS_OF_UID_T +1
  36463. | #define UIDT2NUM(v) UINT2NUM(v)
  36464. | #define NUM2UIDT(v) NUM2UINT(v)
  36465. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  36466. | #define HAVE_GID_T 1
  36467. | #define rb_gid_t gid_t
  36468. | #define SIGNEDNESS_OF_GID_T +1
  36469. | #define GIDT2NUM(v) UINT2NUM(v)
  36470. | #define NUM2GIDT(v) NUM2UINT(v)
  36471. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  36472. | #define HAVE_TIME_T 1
  36473. | #define rb_time_t time_t
  36474. | #define SIGNEDNESS_OF_TIME_T -1
  36475. | #define TIMET2NUM(v) LONG2NUM(v)
  36476. | #define NUM2TIMET(v) NUM2LONG(v)
  36477. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  36478. | #define HAVE_DEV_T 1
  36479. | #define rb_dev_t dev_t
  36480. | #define SIGNEDNESS_OF_DEV_T -1
  36481. | #define DEVT2NUM(v) INT2NUM(v)
  36482. | #define NUM2DEVT(v) NUM2INT(v)
  36483. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  36484. | #define HAVE_MODE_T 1
  36485. | #define rb_mode_t mode_t
  36486. | #define SIGNEDNESS_OF_MODE_T +1
  36487. | #define MODET2NUM(v) USHORT2NUM(v)
  36488. | #define NUM2MODET(v) NUM2USHORT(v)
  36489. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  36490. | #define HAVE_RLIM_T 1
  36491. | #define rb_rlim_t rlim_t
  36492. | #define SIGNEDNESS_OF_RLIM_T +1
  36493. | #define RLIM2NUM(v) ULL2NUM(v)
  36494. | #define NUM2RLIM(v) NUM2ULL(v)
  36495. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  36496. | #define HAVE_OFF_T 1
  36497. | #define rb_off_t off_t
  36498. | #define SIGNEDNESS_OF_OFF_T -1
  36499. | #define OFFT2NUM(v) LL2NUM(v)
  36500. | #define NUM2OFFT(v) NUM2LL(v)
  36501. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  36502. | #define HAVE_CLOCKID_T 1
  36503. | #define rb_clockid_t clockid_t
  36504. | #define SIGNEDNESS_OF_CLOCKID_T +1
  36505. | #define CLOCKID2NUM(v) UINT2NUM(v)
  36506. | #define NUM2CLOCKID(v) NUM2UINT(v)
  36507. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  36508. | #define HAVE_PROTOTYPES 1
  36509. | #define TOKEN_PASTE(x,y) x##y
  36510. | #define STRINGIZE(expr) STRINGIZE0(expr)
  36511. | #define HAVE_STDARG_PROTOTYPES 1
  36512. | #define HAVE_VA_ARGS_MACRO 1
  36513. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  36514. | #define RUBY_ALIGNOF alignof
  36515. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  36516. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  36517. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  36518. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  36519. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  36520. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36521. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36522. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36523. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  36524. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  36525. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  36526. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36527. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36528. | #define WEAK(x) __attribute__ ((__weak__)) x
  36529. | #define HAVE_FUNC_WEAK 1
  36530. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36531. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36532. | #define HAVE_GCC_SYNC_BUILTINS 1
  36533. | #define UNREACHABLE __builtin_unreachable()
  36534. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36535. | #define RUBY_FUNCTION_NAME_STRING __func__
  36536. | #define ENUM_OVER_INT 1
  36537. | #define HAVE_DECL_SYS_NERR 1
  36538. | #define HAVE_DECL_GETENV 1
  36539. | #define SIZEOF_SIZE_T 8
  36540. | #define SIZEOF_PTRDIFF_T 8
  36541. | #define PRI_SIZE_PREFIX "z"
  36542. | #define PRI_PTRDIFF_PREFIX "t"
  36543. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36544. | #define HAVE_ST_BLKSIZE 1
  36545. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36546. | #define HAVE_ST_BLOCKS 1
  36547. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36548. | #define HAVE_ST_RDEV 1
  36549. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36550. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36551. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36552. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36553. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36554. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36555. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  36556. | #define HAVE_STRUCT_TIMEVAL 1
  36557. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  36558. | #define HAVE_STRUCT_TIMESPEC 1
  36559. | #define HAVE_STRUCT_TIMEZONE 1
  36560. | #define HAVE_RB_FD_INIT 1
  36561. | #define HAVE_INT8_T 1
  36562. | #define SIZEOF_INT8_T 1
  36563. | #define HAVE_UINT8_T 1
  36564. | #define SIZEOF_UINT8_T 1
  36565. | #define HAVE_INT16_T 1
  36566. | #define SIZEOF_INT16_T 2
  36567. | #define HAVE_UINT16_T 1
  36568. | #define SIZEOF_UINT16_T 2
  36569. | #define HAVE_INT32_T 1
  36570. | #define SIZEOF_INT32_T 4
  36571. | #define HAVE_UINT32_T 1
  36572. | #define SIZEOF_UINT32_T 4
  36573. | #define HAVE_INT64_T 1
  36574. | #define SIZEOF_INT64_T 8
  36575. | #define HAVE_UINT64_T 1
  36576. | #define SIZEOF_UINT64_T 8
  36577. | #define HAVE_INT128_T 1
  36578. | #define int128_t __int128
  36579. | #define SIZEOF_INT128_T SIZEOF___INT128
  36580. | #define HAVE_UINT128_T 1
  36581. | #define uint128_t unsigned __int128
  36582. | #define SIZEOF_UINT128_T SIZEOF___INT128
  36583. | #define HAVE_INTPTR_T 1
  36584. | #define SIZEOF_INTPTR_T 8
  36585. | #define HAVE_UINTPTR_T 1
  36586. | #define SIZEOF_UINTPTR_T 8
  36587. | #define PRI_PTR_PREFIX "l"
  36588. | #define HAVE_SSIZE_T 1
  36589. | #define SIZEOF_SSIZE_T 8
  36590. | #define PRI_64_PREFIX "ll"
  36591. | #define GETGROUPS_T gid_t
  36592. | #define RETSIGTYPE void
  36593. | #define HAVE_ALLOCA_H 1
  36594. | #define HAVE_ALLOCA 1
  36595. | #define HAVE_ACOSH 1
  36596. | #define HAVE_CBRT 1
  36597. | #define HAVE_CRYPT 1
  36598. | #define HAVE_DUP2 1
  36599. | #define HAVE_ERF 1
  36600. | #define HAVE_FFS 1
  36601. | #define HAVE_FINITE 1
  36602. | #define HAVE_FLOCK 1
  36603. | #define HAVE_HYPOT 1
  36604. | #define HAVE_ISINF 1
  36605. | #define HAVE_ISNAN 1
  36606. | #define HAVE_LGAMMA_R 1
  36607. | #define HAVE_MEMMOVE 1
  36608. | #define HAVE_NAN 1
  36609. | #define HAVE_NEXTAFTER 1
  36610. | #define HAVE_STRCHR 1
  36611. | #define HAVE_STRERROR 1
  36612. | #define HAVE_STRLCAT 1
  36613. | #define HAVE_STRLCPY 1
  36614. | #define HAVE_STRSTR 1
  36615. | #define HAVE_TGAMMA 1
  36616. | #define SPT_TYPE SPT_REUSEARGV
  36617. | #define HAVE_SIGNBIT 1
  36618. | #define HAVE_FORK 1
  36619. | #define vfork fork
  36620. | #define HAVE_WORKING_FORK 1
  36621. | #define HAVE__LONGJMP 1
  36622. | #define HAVE_ARC4RANDOM_BUF 1
  36623. | #define HAVE_ATAN2L 1
  36624. | #define HAVE_ATAN2F 1
  36625. | #define HAVE_CHROOT 1
  36626. | #define HAVE_CLOCK_GETTIME 1
  36627. | #define HAVE_COSH 1
  36628. | #define HAVE_DIRFD 1
  36629. | #define HAVE_DLOPEN 1
  36630. | #define HAVE_DLADDR 1
  36631. | #define HAVE_DUP 1
  36632. | #define HAVE_ENDGRENT 1
  36633. | #define HAVE_FCHMOD 1
  36634. | #define HAVE_FCHOWN 1
  36635. | #define HAVE_FCNTL 1
  36636. | #define HAVE_FDOPENDIR 1
  36637. | #define HAVE_FGETATTRLIST 1
  36638. | #define HAVE_FMOD 1
  36639. | #define HAVE_FSTATAT 1
  36640. | #define HAVE_FSYNC 1
  36641. | #define HAVE_FTRUNCATE 1
  36642. | #define HAVE_GETATTRLIST 1
  36643. | #define HAVE_GETCWD 1
  36644. | #define HAVE_GETGRNAM 1
  36645. | #define HAVE_GETGRNAM_R 1
  36646. | #define HAVE_GETGROUPS 1
  36647. | #define HAVE_GETPGID 1
  36648. | #define HAVE_GETPGRP 1
  36649. | #define HAVE_GETPRIORITY 1
  36650. | #define HAVE_GETPWNAM_R 1
  36651. | #define HAVE_GETRLIMIT 1
  36652. | #define HAVE_GETSID 1
  36653. | #define HAVE_GETTIMEOFDAY 1
  36654. | #define HAVE_GMTIME_R 1
  36655. | #define HAVE_GRANTPT 1
  36656. | #define HAVE_INITGROUPS 1
  36657. | #define HAVE_IOCTL 1
  36658. | #define HAVE_ISSETUGID 1
  36659. | #define HAVE_KILLPG 1
  36660. | #define HAVE_LCHMOD 1
  36661. | #define HAVE_LCHOWN 1
  36662. | #define HAVE_LINK 1
  36663. | #define HAVE_LLABS 1
  36664. | #define HAVE_LOCKF 1
  36665. | #define HAVE_LOG2 1
  36666. | #define HAVE_LSTAT 1
  36667. | #define HAVE_LUTIMES 1
  36668. | #define HAVE_MALLOC_SIZE 1
  36669. | #define HAVE_MBLEN 1
  36670. | #define HAVE_MEMSET_S 1
  36671. | #define HAVE_WRITEV 1
  36672. | #define HAVE_MKFIFO 1
  36673. | #define HAVE_MKNOD 1
  36674. | #define HAVE_MKTIME 1
  36675. | #define HAVE_OPENAT 1
  36676. | #define HAVE_POLL 1
  36677. | #define HAVE_POSIX_MEMALIGN 1
  36678. | #define HAVE_PREAD 1
  36679. | #define HAVE_PWRITE 1
  36680. | #define HAVE_QSORT_R 1
  36681. | #define HAVE_READLINK 1
  36682. | #define HAVE_ROUND 1
  36683. | #define HAVE_SEEKDIR 1
  36684. | #define HAVE_SENDFILE 1
  36685. | #define HAVE_SETEGID 1
  36686. | #define HAVE_SETENV 1
  36687. | #define HAVE_SETEUID 1
  36688. | #define HAVE_SETGID 1
  36689. | #define HAVE_SETGROUPS 1
  36690. | #define HAVE_SETPGID 1
  36691. | #define HAVE_SETPGRP 1
  36692. | #define HAVE_SETREGID 1
  36693. | #define HAVE_SETREUID 1
  36694. | #define HAVE_SETRGID 1
  36695. | #define HAVE_SETRLIMIT 1
  36696. | #define HAVE_SETRUID 1
  36697. | #define HAVE_SETSID 1
  36698. | #define HAVE_SETUID 1
  36699. | #define HAVE_SHUTDOWN 1
  36700. | #define HAVE_SIGACTION 1
  36701. | #define HAVE_SIGALTSTACK 1
  36702. | #define HAVE_SIGPROCMASK 1
  36703. | #define HAVE_SINH 1
  36704. | #define HAVE_SYMLINK 1
  36705. | #define HAVE_SYSCONF 1
  36706. | #define HAVE_TANH 1
  36707. | #define HAVE_TELLDIR 1
  36708. | #define HAVE_TIMEGM 1
  36709. | #define HAVE_TIMES 1
  36710. | #define HAVE_TRUNCATE 1
  36711. | #define HAVE_UNSETENV 1
  36712. | #define HAVE_UTIMENSAT 1
  36713. | #define HAVE_UTIMES 1
  36714. | #define HAVE_WAIT4 1
  36715. | #define HAVE_WAITPID 1
  36716. | #if !defined __STDC_WANT_LIB_EXT1__
  36717. | #define __STDC_WANT_LIB_EXT1__ 1
  36718. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  36719. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  36720. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  36721. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  36722. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  36723. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  36724. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  36725. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  36726. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  36727. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  36728. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  36729. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  36730. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  36731. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  36732. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  36733. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  36734. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  36735. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  36736. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  36737. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  36738. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  36739. | #define HAVE_BSD_QSORT_R 1
  36740. | #define ATAN2_INF_C99 1
  36741. | #define HAVE_CLOCK_GETRES 1
  36742. | #define HAVE_STRUCT_TM_TM_ZONE 1
  36743. | #define HAVE_TM_ZONE 1
  36744. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  36745. | #define HAVE_DAYLIGHT 1
  36746. | #define NEGATIVE_TIME_T 1
  36747. | #define POSIX_SIGNAL 1
  36748. | #define HAVE_SIG_T 1
  36749. | #define RSHIFT(x,y) ((x)>>(int)(y))
  36750. | #define HAVE__SC_CLK_TCK 1
  36751. | #define STACK_GROW_DIRECTION -1
  36752. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  36753. | #define _REENTRANT 1
  36754. | #define _THREAD_SAFE 1
  36755. | #define HAVE_LIBPTHREAD 1
  36756. | #define HAVE_SCHED_YIELD 1
  36757. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  36758. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  36759. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  36760. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  36761. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  36762. | #define HAVE_PTHREAD_SIGMASK 1
  36763. | #define HAVE_PTHREAD_SETNAME_NP 1
  36764. | /* end confdefs.h. */
  36765. | /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
  36766. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  36767. | #define pthread_getattr_np innocuous_pthread_getattr_np
  36768. |
  36769. | /* System header to define __stub macros and hopefully few prototypes,
  36770. | which can conflict with char pthread_getattr_np (); below.
  36771. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  36772. | <limits.h> exists even on freestanding compilers. */
  36773. |
  36774. | #ifdef __STDC__
  36775. | # include <limits.h>
  36776. | #else
  36777. | # include <assert.h>
  36778. | #endif
  36779. |
  36780. | #undef pthread_getattr_np
  36781. |
  36782. | /* Override any GCC internal prototype to avoid an error.
  36783. | Use char because int might match the return type of a GCC
  36784. | builtin and then its argument prototype would still apply. */
  36785. | #ifdef __cplusplus
  36786. | extern "C"
  36787. | #endif
  36788. | char pthread_getattr_np ();
  36789. | /* The GNU C library defines this for functions which it implements
  36790. | to always fail with ENOSYS. Some functions are actually named
  36791. | something starting with __ and the normal name is an alias. */
  36792. | #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np
  36793. | choke me
  36794. | #endif
  36795. |
  36796. | int
  36797. | main ()
  36798. | {
  36799. | return pthread_getattr_np ();
  36800. | ;
  36801. | return 0;
  36802. | }
  36803. configure:26134: result: no
  36804. configure:26147: checking arguments of pthread_setname_np
  36805. configure:26178: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36806. conftest.c:399:21: error: too many arguments to function call, expected 1, have 2
  36807. if (SET_THREAD_NAME("conftest")) return 1;
  36808. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  36809. conftest.c:394:72: note: expanded from macro 'SET_THREAD_NAME'
  36810. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  36811. ~~~~~~~~~~~~~~~~~~ ^~~~
  36812. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  36813. __API_AVAILABLE(macos(10.6), ios(3.2))
  36814. ^
  36815. /usr/include/Availability.h:415:126: note: expanded from macro '__API_AVAILABLE'
  36816. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  36817. ^
  36818. 1 error generated.
  36819. configure:26178: $? = 1
  36820. configure: failed program was:
  36821. | /* confdefs.h */
  36822. | #define PACKAGE_NAME ""
  36823. | #define PACKAGE_TARNAME ""
  36824. | #define PACKAGE_VERSION ""
  36825. | #define PACKAGE_STRING ""
  36826. | #define PACKAGE_BUGREPORT ""
  36827. | #define PACKAGE_URL ""
  36828. | #define STDC_HEADERS 1
  36829. | #define HAVE_SYS_TYPES_H 1
  36830. | #define HAVE_SYS_STAT_H 1
  36831. | #define HAVE_STDLIB_H 1
  36832. | #define HAVE_STRING_H 1
  36833. | #define HAVE_MEMORY_H 1
  36834. | #define HAVE_STRINGS_H 1
  36835. | #define HAVE_INTTYPES_H 1
  36836. | #define HAVE_STDINT_H 1
  36837. | #define HAVE_UNISTD_H 1
  36838. | #define __EXTENSIONS__ 1
  36839. | #define _ALL_SOURCE 1
  36840. | #define _GNU_SOURCE 1
  36841. | #define _POSIX_PTHREAD_SEMANTICS 1
  36842. | #define _TANDEM_SOURCE 1
  36843. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  36844. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  36845. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  36846. | #define BROKEN_CRYPT 1
  36847. | #define HAVE_CRT_EXTERNS_H 1
  36848. | #define HAVE_LIBDL 1
  36849. | #define HAVE_DIRENT_H 1
  36850. | #define HAVE__BOOL 1
  36851. | #define HAVE_STDBOOL_H 1
  36852. | #define HAVE_SYS_WAIT_H 1
  36853. | #define HAVE_GRP_H 1
  36854. | #define HAVE_FCNTL_H 1
  36855. | #define HAVE_FLOAT_H 1
  36856. | #define HAVE_LANGINFO_H 1
  36857. | #define HAVE_LIMITS_H 1
  36858. | #define HAVE_LOCALE_H 1
  36859. | #define HAVE_MALLOC_MALLOC_H 1
  36860. | #define HAVE_PWD_H 1
  36861. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  36862. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  36863. | #define HAVE_STDALIGN_H 1
  36864. | #define HAVE_SYS_ATTR_H 1
  36865. | #define HAVE_SYS_FCNTL_H 1
  36866. | #define HAVE_SYS_FILE_H 1
  36867. | #define HAVE_SYS_IOCTL_H 1
  36868. | #define HAVE_SYS_PARAM_H 1
  36869. | #define HAVE_SYS_RESOURCE_H 1
  36870. | #define HAVE_SYS_SELECT_H 1
  36871. | #define HAVE_SYS_SOCKET_H 1
  36872. | #define HAVE_SYS_TIME_H 1
  36873. | #define HAVE_SYS_TIMES_H 1
  36874. | #define HAVE_SYS_UIO_H 1
  36875. | #define HAVE_TIME_H 1
  36876. | #define HAVE_UCONTEXT_H 1
  36877. | #define HAVE_UTIME_H 1
  36878. | #define HAVE_GMP_H 1
  36879. | #define HAVE_LIBGMP 1
  36880. | #define HAVE_TYPEOF 1
  36881. | #define HAVE_LONG_LONG 1
  36882. | #define HAVE_OFF_T 1
  36883. | #define SIZEOF_INT 4
  36884. | #define SIZEOF_SHORT 2
  36885. | #define SIZEOF_LONG 8
  36886. | #define SIZEOF_LONG_LONG 8
  36887. | #define SIZEOF___INT64 0
  36888. | #define SIZEOF___INT128 16
  36889. | #define SIZEOF_OFF_T 8
  36890. | #define SIZEOF_VOIDP 8
  36891. | #define SIZEOF_FLOAT 4
  36892. | #define SIZEOF_DOUBLE 8
  36893. | #define SIZEOF_TIME_T 8
  36894. | #define SIZEOF_CLOCK_T 8
  36895. | #define PACKED_STRUCT(x) x __attribute__((packed))
  36896. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  36897. | #define PRI_LL_PREFIX "ll"
  36898. | #define HAVE_PID_T 1
  36899. | #define rb_pid_t pid_t
  36900. | #define SIGNEDNESS_OF_PID_T -1
  36901. | #define PIDT2NUM(v) INT2NUM(v)
  36902. | #define NUM2PIDT(v) NUM2INT(v)
  36903. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  36904. | #define HAVE_UID_T 1
  36905. | #define rb_uid_t uid_t
  36906. | #define SIGNEDNESS_OF_UID_T +1
  36907. | #define UIDT2NUM(v) UINT2NUM(v)
  36908. | #define NUM2UIDT(v) NUM2UINT(v)
  36909. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  36910. | #define HAVE_GID_T 1
  36911. | #define rb_gid_t gid_t
  36912. | #define SIGNEDNESS_OF_GID_T +1
  36913. | #define GIDT2NUM(v) UINT2NUM(v)
  36914. | #define NUM2GIDT(v) NUM2UINT(v)
  36915. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  36916. | #define HAVE_TIME_T 1
  36917. | #define rb_time_t time_t
  36918. | #define SIGNEDNESS_OF_TIME_T -1
  36919. | #define TIMET2NUM(v) LONG2NUM(v)
  36920. | #define NUM2TIMET(v) NUM2LONG(v)
  36921. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  36922. | #define HAVE_DEV_T 1
  36923. | #define rb_dev_t dev_t
  36924. | #define SIGNEDNESS_OF_DEV_T -1
  36925. | #define DEVT2NUM(v) INT2NUM(v)
  36926. | #define NUM2DEVT(v) NUM2INT(v)
  36927. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  36928. | #define HAVE_MODE_T 1
  36929. | #define rb_mode_t mode_t
  36930. | #define SIGNEDNESS_OF_MODE_T +1
  36931. | #define MODET2NUM(v) USHORT2NUM(v)
  36932. | #define NUM2MODET(v) NUM2USHORT(v)
  36933. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  36934. | #define HAVE_RLIM_T 1
  36935. | #define rb_rlim_t rlim_t
  36936. | #define SIGNEDNESS_OF_RLIM_T +1
  36937. | #define RLIM2NUM(v) ULL2NUM(v)
  36938. | #define NUM2RLIM(v) NUM2ULL(v)
  36939. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  36940. | #define HAVE_OFF_T 1
  36941. | #define rb_off_t off_t
  36942. | #define SIGNEDNESS_OF_OFF_T -1
  36943. | #define OFFT2NUM(v) LL2NUM(v)
  36944. | #define NUM2OFFT(v) NUM2LL(v)
  36945. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  36946. | #define HAVE_CLOCKID_T 1
  36947. | #define rb_clockid_t clockid_t
  36948. | #define SIGNEDNESS_OF_CLOCKID_T +1
  36949. | #define CLOCKID2NUM(v) UINT2NUM(v)
  36950. | #define NUM2CLOCKID(v) NUM2UINT(v)
  36951. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  36952. | #define HAVE_PROTOTYPES 1
  36953. | #define TOKEN_PASTE(x,y) x##y
  36954. | #define STRINGIZE(expr) STRINGIZE0(expr)
  36955. | #define HAVE_STDARG_PROTOTYPES 1
  36956. | #define HAVE_VA_ARGS_MACRO 1
  36957. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  36958. | #define RUBY_ALIGNOF alignof
  36959. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  36960. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  36961. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  36962. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  36963. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  36964. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  36965. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  36966. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  36967. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  36968. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  36969. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  36970. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  36971. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  36972. | #define WEAK(x) __attribute__ ((__weak__)) x
  36973. | #define HAVE_FUNC_WEAK 1
  36974. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  36975. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  36976. | #define HAVE_GCC_SYNC_BUILTINS 1
  36977. | #define UNREACHABLE __builtin_unreachable()
  36978. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  36979. | #define RUBY_FUNCTION_NAME_STRING __func__
  36980. | #define ENUM_OVER_INT 1
  36981. | #define HAVE_DECL_SYS_NERR 1
  36982. | #define HAVE_DECL_GETENV 1
  36983. | #define SIZEOF_SIZE_T 8
  36984. | #define SIZEOF_PTRDIFF_T 8
  36985. | #define PRI_SIZE_PREFIX "z"
  36986. | #define PRI_PTRDIFF_PREFIX "t"
  36987. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  36988. | #define HAVE_ST_BLKSIZE 1
  36989. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  36990. | #define HAVE_ST_BLOCKS 1
  36991. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  36992. | #define HAVE_ST_RDEV 1
  36993. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  36994. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  36995. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  36996. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  36997. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  36998. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  36999. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  37000. | #define HAVE_STRUCT_TIMEVAL 1
  37001. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  37002. | #define HAVE_STRUCT_TIMESPEC 1
  37003. | #define HAVE_STRUCT_TIMEZONE 1
  37004. | #define HAVE_RB_FD_INIT 1
  37005. | #define HAVE_INT8_T 1
  37006. | #define SIZEOF_INT8_T 1
  37007. | #define HAVE_UINT8_T 1
  37008. | #define SIZEOF_UINT8_T 1
  37009. | #define HAVE_INT16_T 1
  37010. | #define SIZEOF_INT16_T 2
  37011. | #define HAVE_UINT16_T 1
  37012. | #define SIZEOF_UINT16_T 2
  37013. | #define HAVE_INT32_T 1
  37014. | #define SIZEOF_INT32_T 4
  37015. | #define HAVE_UINT32_T 1
  37016. | #define SIZEOF_UINT32_T 4
  37017. | #define HAVE_INT64_T 1
  37018. | #define SIZEOF_INT64_T 8
  37019. | #define HAVE_UINT64_T 1
  37020. | #define SIZEOF_UINT64_T 8
  37021. | #define HAVE_INT128_T 1
  37022. | #define int128_t __int128
  37023. | #define SIZEOF_INT128_T SIZEOF___INT128
  37024. | #define HAVE_UINT128_T 1
  37025. | #define uint128_t unsigned __int128
  37026. | #define SIZEOF_UINT128_T SIZEOF___INT128
  37027. | #define HAVE_INTPTR_T 1
  37028. | #define SIZEOF_INTPTR_T 8
  37029. | #define HAVE_UINTPTR_T 1
  37030. | #define SIZEOF_UINTPTR_T 8
  37031. | #define PRI_PTR_PREFIX "l"
  37032. | #define HAVE_SSIZE_T 1
  37033. | #define SIZEOF_SSIZE_T 8
  37034. | #define PRI_64_PREFIX "ll"
  37035. | #define GETGROUPS_T gid_t
  37036. | #define RETSIGTYPE void
  37037. | #define HAVE_ALLOCA_H 1
  37038. | #define HAVE_ALLOCA 1
  37039. | #define HAVE_ACOSH 1
  37040. | #define HAVE_CBRT 1
  37041. | #define HAVE_CRYPT 1
  37042. | #define HAVE_DUP2 1
  37043. | #define HAVE_ERF 1
  37044. | #define HAVE_FFS 1
  37045. | #define HAVE_FINITE 1
  37046. | #define HAVE_FLOCK 1
  37047. | #define HAVE_HYPOT 1
  37048. | #define HAVE_ISINF 1
  37049. | #define HAVE_ISNAN 1
  37050. | #define HAVE_LGAMMA_R 1
  37051. | #define HAVE_MEMMOVE 1
  37052. | #define HAVE_NAN 1
  37053. | #define HAVE_NEXTAFTER 1
  37054. | #define HAVE_STRCHR 1
  37055. | #define HAVE_STRERROR 1
  37056. | #define HAVE_STRLCAT 1
  37057. | #define HAVE_STRLCPY 1
  37058. | #define HAVE_STRSTR 1
  37059. | #define HAVE_TGAMMA 1
  37060. | #define SPT_TYPE SPT_REUSEARGV
  37061. | #define HAVE_SIGNBIT 1
  37062. | #define HAVE_FORK 1
  37063. | #define vfork fork
  37064. | #define HAVE_WORKING_FORK 1
  37065. | #define HAVE__LONGJMP 1
  37066. | #define HAVE_ARC4RANDOM_BUF 1
  37067. | #define HAVE_ATAN2L 1
  37068. | #define HAVE_ATAN2F 1
  37069. | #define HAVE_CHROOT 1
  37070. | #define HAVE_CLOCK_GETTIME 1
  37071. | #define HAVE_COSH 1
  37072. | #define HAVE_DIRFD 1
  37073. | #define HAVE_DLOPEN 1
  37074. | #define HAVE_DLADDR 1
  37075. | #define HAVE_DUP 1
  37076. | #define HAVE_ENDGRENT 1
  37077. | #define HAVE_FCHMOD 1
  37078. | #define HAVE_FCHOWN 1
  37079. | #define HAVE_FCNTL 1
  37080. | #define HAVE_FDOPENDIR 1
  37081. | #define HAVE_FGETATTRLIST 1
  37082. | #define HAVE_FMOD 1
  37083. | #define HAVE_FSTATAT 1
  37084. | #define HAVE_FSYNC 1
  37085. | #define HAVE_FTRUNCATE 1
  37086. | #define HAVE_GETATTRLIST 1
  37087. | #define HAVE_GETCWD 1
  37088. | #define HAVE_GETGRNAM 1
  37089. | #define HAVE_GETGRNAM_R 1
  37090. | #define HAVE_GETGROUPS 1
  37091. | #define HAVE_GETPGID 1
  37092. | #define HAVE_GETPGRP 1
  37093. | #define HAVE_GETPRIORITY 1
  37094. | #define HAVE_GETPWNAM_R 1
  37095. | #define HAVE_GETRLIMIT 1
  37096. | #define HAVE_GETSID 1
  37097. | #define HAVE_GETTIMEOFDAY 1
  37098. | #define HAVE_GMTIME_R 1
  37099. | #define HAVE_GRANTPT 1
  37100. | #define HAVE_INITGROUPS 1
  37101. | #define HAVE_IOCTL 1
  37102. | #define HAVE_ISSETUGID 1
  37103. | #define HAVE_KILLPG 1
  37104. | #define HAVE_LCHMOD 1
  37105. | #define HAVE_LCHOWN 1
  37106. | #define HAVE_LINK 1
  37107. | #define HAVE_LLABS 1
  37108. | #define HAVE_LOCKF 1
  37109. | #define HAVE_LOG2 1
  37110. | #define HAVE_LSTAT 1
  37111. | #define HAVE_LUTIMES 1
  37112. | #define HAVE_MALLOC_SIZE 1
  37113. | #define HAVE_MBLEN 1
  37114. | #define HAVE_MEMSET_S 1
  37115. | #define HAVE_WRITEV 1
  37116. | #define HAVE_MKFIFO 1
  37117. | #define HAVE_MKNOD 1
  37118. | #define HAVE_MKTIME 1
  37119. | #define HAVE_OPENAT 1
  37120. | #define HAVE_POLL 1
  37121. | #define HAVE_POSIX_MEMALIGN 1
  37122. | #define HAVE_PREAD 1
  37123. | #define HAVE_PWRITE 1
  37124. | #define HAVE_QSORT_R 1
  37125. | #define HAVE_READLINK 1
  37126. | #define HAVE_ROUND 1
  37127. | #define HAVE_SEEKDIR 1
  37128. | #define HAVE_SENDFILE 1
  37129. | #define HAVE_SETEGID 1
  37130. | #define HAVE_SETENV 1
  37131. | #define HAVE_SETEUID 1
  37132. | #define HAVE_SETGID 1
  37133. | #define HAVE_SETGROUPS 1
  37134. | #define HAVE_SETPGID 1
  37135. | #define HAVE_SETPGRP 1
  37136. | #define HAVE_SETREGID 1
  37137. | #define HAVE_SETREUID 1
  37138. | #define HAVE_SETRGID 1
  37139. | #define HAVE_SETRLIMIT 1
  37140. | #define HAVE_SETRUID 1
  37141. | #define HAVE_SETSID 1
  37142. | #define HAVE_SETUID 1
  37143. | #define HAVE_SHUTDOWN 1
  37144. | #define HAVE_SIGACTION 1
  37145. | #define HAVE_SIGALTSTACK 1
  37146. | #define HAVE_SIGPROCMASK 1
  37147. | #define HAVE_SINH 1
  37148. | #define HAVE_SYMLINK 1
  37149. | #define HAVE_SYSCONF 1
  37150. | #define HAVE_TANH 1
  37151. | #define HAVE_TELLDIR 1
  37152. | #define HAVE_TIMEGM 1
  37153. | #define HAVE_TIMES 1
  37154. | #define HAVE_TRUNCATE 1
  37155. | #define HAVE_UNSETENV 1
  37156. | #define HAVE_UTIMENSAT 1
  37157. | #define HAVE_UTIMES 1
  37158. | #define HAVE_WAIT4 1
  37159. | #define HAVE_WAITPID 1
  37160. | #if !defined __STDC_WANT_LIB_EXT1__
  37161. | #define __STDC_WANT_LIB_EXT1__ 1
  37162. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  37163. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  37164. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  37165. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  37166. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  37167. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  37168. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  37169. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  37170. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  37171. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  37172. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  37173. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  37174. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  37175. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  37176. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  37177. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  37178. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  37179. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  37180. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  37181. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  37182. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  37183. | #define HAVE_BSD_QSORT_R 1
  37184. | #define ATAN2_INF_C99 1
  37185. | #define HAVE_CLOCK_GETRES 1
  37186. | #define HAVE_STRUCT_TM_TM_ZONE 1
  37187. | #define HAVE_TM_ZONE 1
  37188. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  37189. | #define HAVE_DAYLIGHT 1
  37190. | #define NEGATIVE_TIME_T 1
  37191. | #define POSIX_SIGNAL 1
  37192. | #define HAVE_SIG_T 1
  37193. | #define RSHIFT(x,y) ((x)>>(int)(y))
  37194. | #define HAVE__SC_CLK_TCK 1
  37195. | #define STACK_GROW_DIRECTION -1
  37196. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  37197. | #define _REENTRANT 1
  37198. | #define _THREAD_SAFE 1
  37199. | #define HAVE_LIBPTHREAD 1
  37200. | #define HAVE_SCHED_YIELD 1
  37201. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  37202. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  37203. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  37204. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  37205. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  37206. | #define HAVE_PTHREAD_SIGMASK 1
  37207. | #define HAVE_PTHREAD_SETNAME_NP 1
  37208. | /* end confdefs.h. */
  37209. |
  37210. | #include <pthread.h>
  37211. | #ifdef HAVE_PTHREAD_NP_H
  37212. | #include <pthread_np.h>
  37213. | #endif
  37214. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  37215. |
  37216. | int
  37217. | main ()
  37218. | {
  37219. | if (SET_THREAD_NAME("conftest")) return 1;
  37220. | ;
  37221. | return 0;
  37222. | }
  37223. configure:26178: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37224. conftest.c:399:21: error: too many arguments to function call, expected 1, have 3
  37225. if (SET_THREAD_NAME("conftest")) return 1;
  37226. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  37227. conftest.c:394:72: note: expanded from macro 'SET_THREAD_NAME'
  37228. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  37229. ~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
  37230. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  37231. __API_AVAILABLE(macos(10.6), ios(3.2))
  37232. ^
  37233. /usr/include/Availability.h:415:126: note: expanded from macro '__API_AVAILABLE'
  37234. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  37235. ^
  37236. 1 error generated.
  37237. configure:26178: $? = 1
  37238. configure: failed program was:
  37239. | /* confdefs.h */
  37240. | #define PACKAGE_NAME ""
  37241. | #define PACKAGE_TARNAME ""
  37242. | #define PACKAGE_VERSION ""
  37243. | #define PACKAGE_STRING ""
  37244. | #define PACKAGE_BUGREPORT ""
  37245. | #define PACKAGE_URL ""
  37246. | #define STDC_HEADERS 1
  37247. | #define HAVE_SYS_TYPES_H 1
  37248. | #define HAVE_SYS_STAT_H 1
  37249. | #define HAVE_STDLIB_H 1
  37250. | #define HAVE_STRING_H 1
  37251. | #define HAVE_MEMORY_H 1
  37252. | #define HAVE_STRINGS_H 1
  37253. | #define HAVE_INTTYPES_H 1
  37254. | #define HAVE_STDINT_H 1
  37255. | #define HAVE_UNISTD_H 1
  37256. | #define __EXTENSIONS__ 1
  37257. | #define _ALL_SOURCE 1
  37258. | #define _GNU_SOURCE 1
  37259. | #define _POSIX_PTHREAD_SEMANTICS 1
  37260. | #define _TANDEM_SOURCE 1
  37261. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  37262. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  37263. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  37264. | #define BROKEN_CRYPT 1
  37265. | #define HAVE_CRT_EXTERNS_H 1
  37266. | #define HAVE_LIBDL 1
  37267. | #define HAVE_DIRENT_H 1
  37268. | #define HAVE__BOOL 1
  37269. | #define HAVE_STDBOOL_H 1
  37270. | #define HAVE_SYS_WAIT_H 1
  37271. | #define HAVE_GRP_H 1
  37272. | #define HAVE_FCNTL_H 1
  37273. | #define HAVE_FLOAT_H 1
  37274. | #define HAVE_LANGINFO_H 1
  37275. | #define HAVE_LIMITS_H 1
  37276. | #define HAVE_LOCALE_H 1
  37277. | #define HAVE_MALLOC_MALLOC_H 1
  37278. | #define HAVE_PWD_H 1
  37279. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  37280. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  37281. | #define HAVE_STDALIGN_H 1
  37282. | #define HAVE_SYS_ATTR_H 1
  37283. | #define HAVE_SYS_FCNTL_H 1
  37284. | #define HAVE_SYS_FILE_H 1
  37285. | #define HAVE_SYS_IOCTL_H 1
  37286. | #define HAVE_SYS_PARAM_H 1
  37287. | #define HAVE_SYS_RESOURCE_H 1
  37288. | #define HAVE_SYS_SELECT_H 1
  37289. | #define HAVE_SYS_SOCKET_H 1
  37290. | #define HAVE_SYS_TIME_H 1
  37291. | #define HAVE_SYS_TIMES_H 1
  37292. | #define HAVE_SYS_UIO_H 1
  37293. | #define HAVE_TIME_H 1
  37294. | #define HAVE_UCONTEXT_H 1
  37295. | #define HAVE_UTIME_H 1
  37296. | #define HAVE_GMP_H 1
  37297. | #define HAVE_LIBGMP 1
  37298. | #define HAVE_TYPEOF 1
  37299. | #define HAVE_LONG_LONG 1
  37300. | #define HAVE_OFF_T 1
  37301. | #define SIZEOF_INT 4
  37302. | #define SIZEOF_SHORT 2
  37303. | #define SIZEOF_LONG 8
  37304. | #define SIZEOF_LONG_LONG 8
  37305. | #define SIZEOF___INT64 0
  37306. | #define SIZEOF___INT128 16
  37307. | #define SIZEOF_OFF_T 8
  37308. | #define SIZEOF_VOIDP 8
  37309. | #define SIZEOF_FLOAT 4
  37310. | #define SIZEOF_DOUBLE 8
  37311. | #define SIZEOF_TIME_T 8
  37312. | #define SIZEOF_CLOCK_T 8
  37313. | #define PACKED_STRUCT(x) x __attribute__((packed))
  37314. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  37315. | #define PRI_LL_PREFIX "ll"
  37316. | #define HAVE_PID_T 1
  37317. | #define rb_pid_t pid_t
  37318. | #define SIGNEDNESS_OF_PID_T -1
  37319. | #define PIDT2NUM(v) INT2NUM(v)
  37320. | #define NUM2PIDT(v) NUM2INT(v)
  37321. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  37322. | #define HAVE_UID_T 1
  37323. | #define rb_uid_t uid_t
  37324. | #define SIGNEDNESS_OF_UID_T +1
  37325. | #define UIDT2NUM(v) UINT2NUM(v)
  37326. | #define NUM2UIDT(v) NUM2UINT(v)
  37327. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  37328. | #define HAVE_GID_T 1
  37329. | #define rb_gid_t gid_t
  37330. | #define SIGNEDNESS_OF_GID_T +1
  37331. | #define GIDT2NUM(v) UINT2NUM(v)
  37332. | #define NUM2GIDT(v) NUM2UINT(v)
  37333. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  37334. | #define HAVE_TIME_T 1
  37335. | #define rb_time_t time_t
  37336. | #define SIGNEDNESS_OF_TIME_T -1
  37337. | #define TIMET2NUM(v) LONG2NUM(v)
  37338. | #define NUM2TIMET(v) NUM2LONG(v)
  37339. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  37340. | #define HAVE_DEV_T 1
  37341. | #define rb_dev_t dev_t
  37342. | #define SIGNEDNESS_OF_DEV_T -1
  37343. | #define DEVT2NUM(v) INT2NUM(v)
  37344. | #define NUM2DEVT(v) NUM2INT(v)
  37345. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  37346. | #define HAVE_MODE_T 1
  37347. | #define rb_mode_t mode_t
  37348. | #define SIGNEDNESS_OF_MODE_T +1
  37349. | #define MODET2NUM(v) USHORT2NUM(v)
  37350. | #define NUM2MODET(v) NUM2USHORT(v)
  37351. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  37352. | #define HAVE_RLIM_T 1
  37353. | #define rb_rlim_t rlim_t
  37354. | #define SIGNEDNESS_OF_RLIM_T +1
  37355. | #define RLIM2NUM(v) ULL2NUM(v)
  37356. | #define NUM2RLIM(v) NUM2ULL(v)
  37357. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  37358. | #define HAVE_OFF_T 1
  37359. | #define rb_off_t off_t
  37360. | #define SIGNEDNESS_OF_OFF_T -1
  37361. | #define OFFT2NUM(v) LL2NUM(v)
  37362. | #define NUM2OFFT(v) NUM2LL(v)
  37363. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  37364. | #define HAVE_CLOCKID_T 1
  37365. | #define rb_clockid_t clockid_t
  37366. | #define SIGNEDNESS_OF_CLOCKID_T +1
  37367. | #define CLOCKID2NUM(v) UINT2NUM(v)
  37368. | #define NUM2CLOCKID(v) NUM2UINT(v)
  37369. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  37370. | #define HAVE_PROTOTYPES 1
  37371. | #define TOKEN_PASTE(x,y) x##y
  37372. | #define STRINGIZE(expr) STRINGIZE0(expr)
  37373. | #define HAVE_STDARG_PROTOTYPES 1
  37374. | #define HAVE_VA_ARGS_MACRO 1
  37375. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  37376. | #define RUBY_ALIGNOF alignof
  37377. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  37378. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  37379. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  37380. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  37381. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  37382. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  37383. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  37384. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  37385. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  37386. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  37387. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  37388. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  37389. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  37390. | #define WEAK(x) __attribute__ ((__weak__)) x
  37391. | #define HAVE_FUNC_WEAK 1
  37392. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  37393. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  37394. | #define HAVE_GCC_SYNC_BUILTINS 1
  37395. | #define UNREACHABLE __builtin_unreachable()
  37396. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  37397. | #define RUBY_FUNCTION_NAME_STRING __func__
  37398. | #define ENUM_OVER_INT 1
  37399. | #define HAVE_DECL_SYS_NERR 1
  37400. | #define HAVE_DECL_GETENV 1
  37401. | #define SIZEOF_SIZE_T 8
  37402. | #define SIZEOF_PTRDIFF_T 8
  37403. | #define PRI_SIZE_PREFIX "z"
  37404. | #define PRI_PTRDIFF_PREFIX "t"
  37405. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  37406. | #define HAVE_ST_BLKSIZE 1
  37407. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  37408. | #define HAVE_ST_BLOCKS 1
  37409. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  37410. | #define HAVE_ST_RDEV 1
  37411. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  37412. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  37413. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  37414. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  37415. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  37416. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  37417. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  37418. | #define HAVE_STRUCT_TIMEVAL 1
  37419. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  37420. | #define HAVE_STRUCT_TIMESPEC 1
  37421. | #define HAVE_STRUCT_TIMEZONE 1
  37422. | #define HAVE_RB_FD_INIT 1
  37423. | #define HAVE_INT8_T 1
  37424. | #define SIZEOF_INT8_T 1
  37425. | #define HAVE_UINT8_T 1
  37426. | #define SIZEOF_UINT8_T 1
  37427. | #define HAVE_INT16_T 1
  37428. | #define SIZEOF_INT16_T 2
  37429. | #define HAVE_UINT16_T 1
  37430. | #define SIZEOF_UINT16_T 2
  37431. | #define HAVE_INT32_T 1
  37432. | #define SIZEOF_INT32_T 4
  37433. | #define HAVE_UINT32_T 1
  37434. | #define SIZEOF_UINT32_T 4
  37435. | #define HAVE_INT64_T 1
  37436. | #define SIZEOF_INT64_T 8
  37437. | #define HAVE_UINT64_T 1
  37438. | #define SIZEOF_UINT64_T 8
  37439. | #define HAVE_INT128_T 1
  37440. | #define int128_t __int128
  37441. | #define SIZEOF_INT128_T SIZEOF___INT128
  37442. | #define HAVE_UINT128_T 1
  37443. | #define uint128_t unsigned __int128
  37444. | #define SIZEOF_UINT128_T SIZEOF___INT128
  37445. | #define HAVE_INTPTR_T 1
  37446. | #define SIZEOF_INTPTR_T 8
  37447. | #define HAVE_UINTPTR_T 1
  37448. | #define SIZEOF_UINTPTR_T 8
  37449. | #define PRI_PTR_PREFIX "l"
  37450. | #define HAVE_SSIZE_T 1
  37451. | #define SIZEOF_SSIZE_T 8
  37452. | #define PRI_64_PREFIX "ll"
  37453. | #define GETGROUPS_T gid_t
  37454. | #define RETSIGTYPE void
  37455. | #define HAVE_ALLOCA_H 1
  37456. | #define HAVE_ALLOCA 1
  37457. | #define HAVE_ACOSH 1
  37458. | #define HAVE_CBRT 1
  37459. | #define HAVE_CRYPT 1
  37460. | #define HAVE_DUP2 1
  37461. | #define HAVE_ERF 1
  37462. | #define HAVE_FFS 1
  37463. | #define HAVE_FINITE 1
  37464. | #define HAVE_FLOCK 1
  37465. | #define HAVE_HYPOT 1
  37466. | #define HAVE_ISINF 1
  37467. | #define HAVE_ISNAN 1
  37468. | #define HAVE_LGAMMA_R 1
  37469. | #define HAVE_MEMMOVE 1
  37470. | #define HAVE_NAN 1
  37471. | #define HAVE_NEXTAFTER 1
  37472. | #define HAVE_STRCHR 1
  37473. | #define HAVE_STRERROR 1
  37474. | #define HAVE_STRLCAT 1
  37475. | #define HAVE_STRLCPY 1
  37476. | #define HAVE_STRSTR 1
  37477. | #define HAVE_TGAMMA 1
  37478. | #define SPT_TYPE SPT_REUSEARGV
  37479. | #define HAVE_SIGNBIT 1
  37480. | #define HAVE_FORK 1
  37481. | #define vfork fork
  37482. | #define HAVE_WORKING_FORK 1
  37483. | #define HAVE__LONGJMP 1
  37484. | #define HAVE_ARC4RANDOM_BUF 1
  37485. | #define HAVE_ATAN2L 1
  37486. | #define HAVE_ATAN2F 1
  37487. | #define HAVE_CHROOT 1
  37488. | #define HAVE_CLOCK_GETTIME 1
  37489. | #define HAVE_COSH 1
  37490. | #define HAVE_DIRFD 1
  37491. | #define HAVE_DLOPEN 1
  37492. | #define HAVE_DLADDR 1
  37493. | #define HAVE_DUP 1
  37494. | #define HAVE_ENDGRENT 1
  37495. | #define HAVE_FCHMOD 1
  37496. | #define HAVE_FCHOWN 1
  37497. | #define HAVE_FCNTL 1
  37498. | #define HAVE_FDOPENDIR 1
  37499. | #define HAVE_FGETATTRLIST 1
  37500. | #define HAVE_FMOD 1
  37501. | #define HAVE_FSTATAT 1
  37502. | #define HAVE_FSYNC 1
  37503. | #define HAVE_FTRUNCATE 1
  37504. | #define HAVE_GETATTRLIST 1
  37505. | #define HAVE_GETCWD 1
  37506. | #define HAVE_GETGRNAM 1
  37507. | #define HAVE_GETGRNAM_R 1
  37508. | #define HAVE_GETGROUPS 1
  37509. | #define HAVE_GETPGID 1
  37510. | #define HAVE_GETPGRP 1
  37511. | #define HAVE_GETPRIORITY 1
  37512. | #define HAVE_GETPWNAM_R 1
  37513. | #define HAVE_GETRLIMIT 1
  37514. | #define HAVE_GETSID 1
  37515. | #define HAVE_GETTIMEOFDAY 1
  37516. | #define HAVE_GMTIME_R 1
  37517. | #define HAVE_GRANTPT 1
  37518. | #define HAVE_INITGROUPS 1
  37519. | #define HAVE_IOCTL 1
  37520. | #define HAVE_ISSETUGID 1
  37521. | #define HAVE_KILLPG 1
  37522. | #define HAVE_LCHMOD 1
  37523. | #define HAVE_LCHOWN 1
  37524. | #define HAVE_LINK 1
  37525. | #define HAVE_LLABS 1
  37526. | #define HAVE_LOCKF 1
  37527. | #define HAVE_LOG2 1
  37528. | #define HAVE_LSTAT 1
  37529. | #define HAVE_LUTIMES 1
  37530. | #define HAVE_MALLOC_SIZE 1
  37531. | #define HAVE_MBLEN 1
  37532. | #define HAVE_MEMSET_S 1
  37533. | #define HAVE_WRITEV 1
  37534. | #define HAVE_MKFIFO 1
  37535. | #define HAVE_MKNOD 1
  37536. | #define HAVE_MKTIME 1
  37537. | #define HAVE_OPENAT 1
  37538. | #define HAVE_POLL 1
  37539. | #define HAVE_POSIX_MEMALIGN 1
  37540. | #define HAVE_PREAD 1
  37541. | #define HAVE_PWRITE 1
  37542. | #define HAVE_QSORT_R 1
  37543. | #define HAVE_READLINK 1
  37544. | #define HAVE_ROUND 1
  37545. | #define HAVE_SEEKDIR 1
  37546. | #define HAVE_SENDFILE 1
  37547. | #define HAVE_SETEGID 1
  37548. | #define HAVE_SETENV 1
  37549. | #define HAVE_SETEUID 1
  37550. | #define HAVE_SETGID 1
  37551. | #define HAVE_SETGROUPS 1
  37552. | #define HAVE_SETPGID 1
  37553. | #define HAVE_SETPGRP 1
  37554. | #define HAVE_SETREGID 1
  37555. | #define HAVE_SETREUID 1
  37556. | #define HAVE_SETRGID 1
  37557. | #define HAVE_SETRLIMIT 1
  37558. | #define HAVE_SETRUID 1
  37559. | #define HAVE_SETSID 1
  37560. | #define HAVE_SETUID 1
  37561. | #define HAVE_SHUTDOWN 1
  37562. | #define HAVE_SIGACTION 1
  37563. | #define HAVE_SIGALTSTACK 1
  37564. | #define HAVE_SIGPROCMASK 1
  37565. | #define HAVE_SINH 1
  37566. | #define HAVE_SYMLINK 1
  37567. | #define HAVE_SYSCONF 1
  37568. | #define HAVE_TANH 1
  37569. | #define HAVE_TELLDIR 1
  37570. | #define HAVE_TIMEGM 1
  37571. | #define HAVE_TIMES 1
  37572. | #define HAVE_TRUNCATE 1
  37573. | #define HAVE_UNSETENV 1
  37574. | #define HAVE_UTIMENSAT 1
  37575. | #define HAVE_UTIMES 1
  37576. | #define HAVE_WAIT4 1
  37577. | #define HAVE_WAITPID 1
  37578. | #if !defined __STDC_WANT_LIB_EXT1__
  37579. | #define __STDC_WANT_LIB_EXT1__ 1
  37580. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  37581. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  37582. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  37583. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  37584. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  37585. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  37586. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  37587. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  37588. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  37589. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  37590. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  37591. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  37592. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  37593. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  37594. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  37595. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  37596. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  37597. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  37598. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  37599. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  37600. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  37601. | #define HAVE_BSD_QSORT_R 1
  37602. | #define ATAN2_INF_C99 1
  37603. | #define HAVE_CLOCK_GETRES 1
  37604. | #define HAVE_STRUCT_TM_TM_ZONE 1
  37605. | #define HAVE_TM_ZONE 1
  37606. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  37607. | #define HAVE_DAYLIGHT 1
  37608. | #define NEGATIVE_TIME_T 1
  37609. | #define POSIX_SIGNAL 1
  37610. | #define HAVE_SIG_T 1
  37611. | #define RSHIFT(x,y) ((x)>>(int)(y))
  37612. | #define HAVE__SC_CLK_TCK 1
  37613. | #define STACK_GROW_DIRECTION -1
  37614. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  37615. | #define _REENTRANT 1
  37616. | #define _THREAD_SAFE 1
  37617. | #define HAVE_LIBPTHREAD 1
  37618. | #define HAVE_SCHED_YIELD 1
  37619. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  37620. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  37621. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  37622. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  37623. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  37624. | #define HAVE_PTHREAD_SIGMASK 1
  37625. | #define HAVE_PTHREAD_SETNAME_NP 1
  37626. | /* end confdefs.h. */
  37627. |
  37628. | #include <pthread.h>
  37629. | #ifdef HAVE_PTHREAD_NP_H
  37630. | #include <pthread_np.h>
  37631. | #endif
  37632. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  37633. |
  37634. | int
  37635. | main ()
  37636. | {
  37637. | if (SET_THREAD_NAME("conftest")) return 1;
  37638. | ;
  37639. | return 0;
  37640. | }
  37641. configure:26178: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37642. configure:26178: $? = 0
  37643. configure:26187: result: (name)
  37644. configure:26262: checking if mcontext_t is a pointer
  37645. configure:26284: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37646. configure:26284: $? = 0
  37647. configure:26291: result: yes
  37648. configure:26313: checking for getcontext
  37649. configure:26313: result: no
  37650. configure:26313: checking for setcontext
  37651. configure:26313: result: no
  37652. configure:26329: checking if fork works with pthread
  37653. configure:26397: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  37654. configure:26397: $? = 0
  37655. configure:26397: ./conftest
  37656. configure:26397: $? = 0
  37657. configure:26407: result: yes
  37658. configure:26438: checking whether ELF binaries are produced
  37659. configure:26454: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  37660. configure:26454: $? = 0
  37661. configure:26468: result: no
  37662. configure:26557: checking mach-o/loader.h usability
  37663. configure:26557: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37664. configure:26557: $? = 0
  37665. configure:26557: result: yes
  37666. configure:26557: checking mach-o/loader.h presence
  37667. configure:26557: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  37668. configure:26557: $? = 0
  37669. configure:26557: result: yes
  37670. configure:26557: checking for mach-o/loader.h
  37671. configure:26557: result: yes
  37672. configure:26616: checking whether OS depend dynamic link works
  37673. configure:26824: result: yes
  37674. configure:26840: checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS
  37675. configure:26866: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -Wl,-undefined,dynamic_lookup conftest.c -lpthread -lgmp -ldl -lobjc >&5
  37676. configure:26866: $? = 0
  37677. configure:26868: result: yes
  37678. configure:26840: checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS
  37679. configure:26866: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -Wl,-rpath,/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,-rpath,/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -Wl,-multiply_defined,suppress conftest.c -lpthread -lgmp -ldl -lobjc >&5
  37680. configure:26866: $? = 0
  37681. configure:26868: result: yes
  37682. configure:27058: checking execinfo.h usability
  37683. configure:27058: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  37684. configure:27058: $? = 0
  37685. configure:27058: result: yes
  37686. configure:27058: checking execinfo.h presence
  37687. configure:27058: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  37688. configure:27058: $? = 0
  37689. configure:27058: result: yes
  37690. configure:27058: checking for execinfo.h
  37691. configure:27058: result: yes
  37692. configure:27070: checking for backtrace in -lexecinfo
  37693. configure:27095: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lexecinfo -lpthread -lgmp -ldl -lobjc >&5
  37694. ld: library not found for -lexecinfo
  37695. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  37696. configure:27095: $? = 1
  37697. configure: failed program was:
  37698. | /* confdefs.h */
  37699. | #define PACKAGE_NAME ""
  37700. | #define PACKAGE_TARNAME ""
  37701. | #define PACKAGE_VERSION ""
  37702. | #define PACKAGE_STRING ""
  37703. | #define PACKAGE_BUGREPORT ""
  37704. | #define PACKAGE_URL ""
  37705. | #define STDC_HEADERS 1
  37706. | #define HAVE_SYS_TYPES_H 1
  37707. | #define HAVE_SYS_STAT_H 1
  37708. | #define HAVE_STDLIB_H 1
  37709. | #define HAVE_STRING_H 1
  37710. | #define HAVE_MEMORY_H 1
  37711. | #define HAVE_STRINGS_H 1
  37712. | #define HAVE_INTTYPES_H 1
  37713. | #define HAVE_STDINT_H 1
  37714. | #define HAVE_UNISTD_H 1
  37715. | #define __EXTENSIONS__ 1
  37716. | #define _ALL_SOURCE 1
  37717. | #define _GNU_SOURCE 1
  37718. | #define _POSIX_PTHREAD_SEMANTICS 1
  37719. | #define _TANDEM_SOURCE 1
  37720. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  37721. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  37722. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  37723. | #define BROKEN_CRYPT 1
  37724. | #define HAVE_CRT_EXTERNS_H 1
  37725. | #define HAVE_LIBDL 1
  37726. | #define HAVE_DIRENT_H 1
  37727. | #define HAVE__BOOL 1
  37728. | #define HAVE_STDBOOL_H 1
  37729. | #define HAVE_SYS_WAIT_H 1
  37730. | #define HAVE_GRP_H 1
  37731. | #define HAVE_FCNTL_H 1
  37732. | #define HAVE_FLOAT_H 1
  37733. | #define HAVE_LANGINFO_H 1
  37734. | #define HAVE_LIMITS_H 1
  37735. | #define HAVE_LOCALE_H 1
  37736. | #define HAVE_MALLOC_MALLOC_H 1
  37737. | #define HAVE_PWD_H 1
  37738. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  37739. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  37740. | #define HAVE_STDALIGN_H 1
  37741. | #define HAVE_SYS_ATTR_H 1
  37742. | #define HAVE_SYS_FCNTL_H 1
  37743. | #define HAVE_SYS_FILE_H 1
  37744. | #define HAVE_SYS_IOCTL_H 1
  37745. | #define HAVE_SYS_PARAM_H 1
  37746. | #define HAVE_SYS_RESOURCE_H 1
  37747. | #define HAVE_SYS_SELECT_H 1
  37748. | #define HAVE_SYS_SOCKET_H 1
  37749. | #define HAVE_SYS_TIME_H 1
  37750. | #define HAVE_SYS_TIMES_H 1
  37751. | #define HAVE_SYS_UIO_H 1
  37752. | #define HAVE_TIME_H 1
  37753. | #define HAVE_UCONTEXT_H 1
  37754. | #define HAVE_UTIME_H 1
  37755. | #define HAVE_GMP_H 1
  37756. | #define HAVE_LIBGMP 1
  37757. | #define HAVE_TYPEOF 1
  37758. | #define HAVE_LONG_LONG 1
  37759. | #define HAVE_OFF_T 1
  37760. | #define SIZEOF_INT 4
  37761. | #define SIZEOF_SHORT 2
  37762. | #define SIZEOF_LONG 8
  37763. | #define SIZEOF_LONG_LONG 8
  37764. | #define SIZEOF___INT64 0
  37765. | #define SIZEOF___INT128 16
  37766. | #define SIZEOF_OFF_T 8
  37767. | #define SIZEOF_VOIDP 8
  37768. | #define SIZEOF_FLOAT 4
  37769. | #define SIZEOF_DOUBLE 8
  37770. | #define SIZEOF_TIME_T 8
  37771. | #define SIZEOF_CLOCK_T 8
  37772. | #define PACKED_STRUCT(x) x __attribute__((packed))
  37773. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  37774. | #define PRI_LL_PREFIX "ll"
  37775. | #define HAVE_PID_T 1
  37776. | #define rb_pid_t pid_t
  37777. | #define SIGNEDNESS_OF_PID_T -1
  37778. | #define PIDT2NUM(v) INT2NUM(v)
  37779. | #define NUM2PIDT(v) NUM2INT(v)
  37780. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  37781. | #define HAVE_UID_T 1
  37782. | #define rb_uid_t uid_t
  37783. | #define SIGNEDNESS_OF_UID_T +1
  37784. | #define UIDT2NUM(v) UINT2NUM(v)
  37785. | #define NUM2UIDT(v) NUM2UINT(v)
  37786. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  37787. | #define HAVE_GID_T 1
  37788. | #define rb_gid_t gid_t
  37789. | #define SIGNEDNESS_OF_GID_T +1
  37790. | #define GIDT2NUM(v) UINT2NUM(v)
  37791. | #define NUM2GIDT(v) NUM2UINT(v)
  37792. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  37793. | #define HAVE_TIME_T 1
  37794. | #define rb_time_t time_t
  37795. | #define SIGNEDNESS_OF_TIME_T -1
  37796. | #define TIMET2NUM(v) LONG2NUM(v)
  37797. | #define NUM2TIMET(v) NUM2LONG(v)
  37798. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  37799. | #define HAVE_DEV_T 1
  37800. | #define rb_dev_t dev_t
  37801. | #define SIGNEDNESS_OF_DEV_T -1
  37802. | #define DEVT2NUM(v) INT2NUM(v)
  37803. | #define NUM2DEVT(v) NUM2INT(v)
  37804. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  37805. | #define HAVE_MODE_T 1
  37806. | #define rb_mode_t mode_t
  37807. | #define SIGNEDNESS_OF_MODE_T +1
  37808. | #define MODET2NUM(v) USHORT2NUM(v)
  37809. | #define NUM2MODET(v) NUM2USHORT(v)
  37810. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  37811. | #define HAVE_RLIM_T 1
  37812. | #define rb_rlim_t rlim_t
  37813. | #define SIGNEDNESS_OF_RLIM_T +1
  37814. | #define RLIM2NUM(v) ULL2NUM(v)
  37815. | #define NUM2RLIM(v) NUM2ULL(v)
  37816. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  37817. | #define HAVE_OFF_T 1
  37818. | #define rb_off_t off_t
  37819. | #define SIGNEDNESS_OF_OFF_T -1
  37820. | #define OFFT2NUM(v) LL2NUM(v)
  37821. | #define NUM2OFFT(v) NUM2LL(v)
  37822. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  37823. | #define HAVE_CLOCKID_T 1
  37824. | #define rb_clockid_t clockid_t
  37825. | #define SIGNEDNESS_OF_CLOCKID_T +1
  37826. | #define CLOCKID2NUM(v) UINT2NUM(v)
  37827. | #define NUM2CLOCKID(v) NUM2UINT(v)
  37828. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  37829. | #define HAVE_PROTOTYPES 1
  37830. | #define TOKEN_PASTE(x,y) x##y
  37831. | #define STRINGIZE(expr) STRINGIZE0(expr)
  37832. | #define HAVE_STDARG_PROTOTYPES 1
  37833. | #define HAVE_VA_ARGS_MACRO 1
  37834. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  37835. | #define RUBY_ALIGNOF alignof
  37836. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  37837. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  37838. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  37839. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  37840. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  37841. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  37842. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  37843. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  37844. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  37845. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  37846. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  37847. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  37848. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  37849. | #define WEAK(x) __attribute__ ((__weak__)) x
  37850. | #define HAVE_FUNC_WEAK 1
  37851. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  37852. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  37853. | #define HAVE_GCC_SYNC_BUILTINS 1
  37854. | #define UNREACHABLE __builtin_unreachable()
  37855. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  37856. | #define RUBY_FUNCTION_NAME_STRING __func__
  37857. | #define ENUM_OVER_INT 1
  37858. | #define HAVE_DECL_SYS_NERR 1
  37859. | #define HAVE_DECL_GETENV 1
  37860. | #define SIZEOF_SIZE_T 8
  37861. | #define SIZEOF_PTRDIFF_T 8
  37862. | #define PRI_SIZE_PREFIX "z"
  37863. | #define PRI_PTRDIFF_PREFIX "t"
  37864. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  37865. | #define HAVE_ST_BLKSIZE 1
  37866. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  37867. | #define HAVE_ST_BLOCKS 1
  37868. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  37869. | #define HAVE_ST_RDEV 1
  37870. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  37871. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  37872. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  37873. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  37874. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  37875. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  37876. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  37877. | #define HAVE_STRUCT_TIMEVAL 1
  37878. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  37879. | #define HAVE_STRUCT_TIMESPEC 1
  37880. | #define HAVE_STRUCT_TIMEZONE 1
  37881. | #define HAVE_RB_FD_INIT 1
  37882. | #define HAVE_INT8_T 1
  37883. | #define SIZEOF_INT8_T 1
  37884. | #define HAVE_UINT8_T 1
  37885. | #define SIZEOF_UINT8_T 1
  37886. | #define HAVE_INT16_T 1
  37887. | #define SIZEOF_INT16_T 2
  37888. | #define HAVE_UINT16_T 1
  37889. | #define SIZEOF_UINT16_T 2
  37890. | #define HAVE_INT32_T 1
  37891. | #define SIZEOF_INT32_T 4
  37892. | #define HAVE_UINT32_T 1
  37893. | #define SIZEOF_UINT32_T 4
  37894. | #define HAVE_INT64_T 1
  37895. | #define SIZEOF_INT64_T 8
  37896. | #define HAVE_UINT64_T 1
  37897. | #define SIZEOF_UINT64_T 8
  37898. | #define HAVE_INT128_T 1
  37899. | #define int128_t __int128
  37900. | #define SIZEOF_INT128_T SIZEOF___INT128
  37901. | #define HAVE_UINT128_T 1
  37902. | #define uint128_t unsigned __int128
  37903. | #define SIZEOF_UINT128_T SIZEOF___INT128
  37904. | #define HAVE_INTPTR_T 1
  37905. | #define SIZEOF_INTPTR_T 8
  37906. | #define HAVE_UINTPTR_T 1
  37907. | #define SIZEOF_UINTPTR_T 8
  37908. | #define PRI_PTR_PREFIX "l"
  37909. | #define HAVE_SSIZE_T 1
  37910. | #define SIZEOF_SSIZE_T 8
  37911. | #define PRI_64_PREFIX "ll"
  37912. | #define GETGROUPS_T gid_t
  37913. | #define RETSIGTYPE void
  37914. | #define HAVE_ALLOCA_H 1
  37915. | #define HAVE_ALLOCA 1
  37916. | #define HAVE_ACOSH 1
  37917. | #define HAVE_CBRT 1
  37918. | #define HAVE_CRYPT 1
  37919. | #define HAVE_DUP2 1
  37920. | #define HAVE_ERF 1
  37921. | #define HAVE_FFS 1
  37922. | #define HAVE_FINITE 1
  37923. | #define HAVE_FLOCK 1
  37924. | #define HAVE_HYPOT 1
  37925. | #define HAVE_ISINF 1
  37926. | #define HAVE_ISNAN 1
  37927. | #define HAVE_LGAMMA_R 1
  37928. | #define HAVE_MEMMOVE 1
  37929. | #define HAVE_NAN 1
  37930. | #define HAVE_NEXTAFTER 1
  37931. | #define HAVE_STRCHR 1
  37932. | #define HAVE_STRERROR 1
  37933. | #define HAVE_STRLCAT 1
  37934. | #define HAVE_STRLCPY 1
  37935. | #define HAVE_STRSTR 1
  37936. | #define HAVE_TGAMMA 1
  37937. | #define SPT_TYPE SPT_REUSEARGV
  37938. | #define HAVE_SIGNBIT 1
  37939. | #define HAVE_FORK 1
  37940. | #define vfork fork
  37941. | #define HAVE_WORKING_FORK 1
  37942. | #define HAVE__LONGJMP 1
  37943. | #define HAVE_ARC4RANDOM_BUF 1
  37944. | #define HAVE_ATAN2L 1
  37945. | #define HAVE_ATAN2F 1
  37946. | #define HAVE_CHROOT 1
  37947. | #define HAVE_CLOCK_GETTIME 1
  37948. | #define HAVE_COSH 1
  37949. | #define HAVE_DIRFD 1
  37950. | #define HAVE_DLOPEN 1
  37951. | #define HAVE_DLADDR 1
  37952. | #define HAVE_DUP 1
  37953. | #define HAVE_ENDGRENT 1
  37954. | #define HAVE_FCHMOD 1
  37955. | #define HAVE_FCHOWN 1
  37956. | #define HAVE_FCNTL 1
  37957. | #define HAVE_FDOPENDIR 1
  37958. | #define HAVE_FGETATTRLIST 1
  37959. | #define HAVE_FMOD 1
  37960. | #define HAVE_FSTATAT 1
  37961. | #define HAVE_FSYNC 1
  37962. | #define HAVE_FTRUNCATE 1
  37963. | #define HAVE_GETATTRLIST 1
  37964. | #define HAVE_GETCWD 1
  37965. | #define HAVE_GETGRNAM 1
  37966. | #define HAVE_GETGRNAM_R 1
  37967. | #define HAVE_GETGROUPS 1
  37968. | #define HAVE_GETPGID 1
  37969. | #define HAVE_GETPGRP 1
  37970. | #define HAVE_GETPRIORITY 1
  37971. | #define HAVE_GETPWNAM_R 1
  37972. | #define HAVE_GETRLIMIT 1
  37973. | #define HAVE_GETSID 1
  37974. | #define HAVE_GETTIMEOFDAY 1
  37975. | #define HAVE_GMTIME_R 1
  37976. | #define HAVE_GRANTPT 1
  37977. | #define HAVE_INITGROUPS 1
  37978. | #define HAVE_IOCTL 1
  37979. | #define HAVE_ISSETUGID 1
  37980. | #define HAVE_KILLPG 1
  37981. | #define HAVE_LCHMOD 1
  37982. | #define HAVE_LCHOWN 1
  37983. | #define HAVE_LINK 1
  37984. | #define HAVE_LLABS 1
  37985. | #define HAVE_LOCKF 1
  37986. | #define HAVE_LOG2 1
  37987. | #define HAVE_LSTAT 1
  37988. | #define HAVE_LUTIMES 1
  37989. | #define HAVE_MALLOC_SIZE 1
  37990. | #define HAVE_MBLEN 1
  37991. | #define HAVE_MEMSET_S 1
  37992. | #define HAVE_WRITEV 1
  37993. | #define HAVE_MKFIFO 1
  37994. | #define HAVE_MKNOD 1
  37995. | #define HAVE_MKTIME 1
  37996. | #define HAVE_OPENAT 1
  37997. | #define HAVE_POLL 1
  37998. | #define HAVE_POSIX_MEMALIGN 1
  37999. | #define HAVE_PREAD 1
  38000. | #define HAVE_PWRITE 1
  38001. | #define HAVE_QSORT_R 1
  38002. | #define HAVE_READLINK 1
  38003. | #define HAVE_ROUND 1
  38004. | #define HAVE_SEEKDIR 1
  38005. | #define HAVE_SENDFILE 1
  38006. | #define HAVE_SETEGID 1
  38007. | #define HAVE_SETENV 1
  38008. | #define HAVE_SETEUID 1
  38009. | #define HAVE_SETGID 1
  38010. | #define HAVE_SETGROUPS 1
  38011. | #define HAVE_SETPGID 1
  38012. | #define HAVE_SETPGRP 1
  38013. | #define HAVE_SETREGID 1
  38014. | #define HAVE_SETREUID 1
  38015. | #define HAVE_SETRGID 1
  38016. | #define HAVE_SETRLIMIT 1
  38017. | #define HAVE_SETRUID 1
  38018. | #define HAVE_SETSID 1
  38019. | #define HAVE_SETUID 1
  38020. | #define HAVE_SHUTDOWN 1
  38021. | #define HAVE_SIGACTION 1
  38022. | #define HAVE_SIGALTSTACK 1
  38023. | #define HAVE_SIGPROCMASK 1
  38024. | #define HAVE_SINH 1
  38025. | #define HAVE_SYMLINK 1
  38026. | #define HAVE_SYSCONF 1
  38027. | #define HAVE_TANH 1
  38028. | #define HAVE_TELLDIR 1
  38029. | #define HAVE_TIMEGM 1
  38030. | #define HAVE_TIMES 1
  38031. | #define HAVE_TRUNCATE 1
  38032. | #define HAVE_UNSETENV 1
  38033. | #define HAVE_UTIMENSAT 1
  38034. | #define HAVE_UTIMES 1
  38035. | #define HAVE_WAIT4 1
  38036. | #define HAVE_WAITPID 1
  38037. | #if !defined __STDC_WANT_LIB_EXT1__
  38038. | #define __STDC_WANT_LIB_EXT1__ 1
  38039. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  38040. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  38041. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  38042. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  38043. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  38044. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  38045. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  38046. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  38047. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  38048. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  38049. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  38050. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  38051. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  38052. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  38053. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  38054. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  38055. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  38056. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  38057. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  38058. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  38059. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  38060. | #define HAVE_BSD_QSORT_R 1
  38061. | #define ATAN2_INF_C99 1
  38062. | #define HAVE_CLOCK_GETRES 1
  38063. | #define HAVE_STRUCT_TM_TM_ZONE 1
  38064. | #define HAVE_TM_ZONE 1
  38065. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  38066. | #define HAVE_DAYLIGHT 1
  38067. | #define NEGATIVE_TIME_T 1
  38068. | #define POSIX_SIGNAL 1
  38069. | #define HAVE_SIG_T 1
  38070. | #define RSHIFT(x,y) ((x)>>(int)(y))
  38071. | #define HAVE__SC_CLK_TCK 1
  38072. | #define STACK_GROW_DIRECTION -1
  38073. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  38074. | #define _REENTRANT 1
  38075. | #define _THREAD_SAFE 1
  38076. | #define HAVE_LIBPTHREAD 1
  38077. | #define HAVE_SCHED_YIELD 1
  38078. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  38079. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  38080. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  38081. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  38082. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  38083. | #define HAVE_PTHREAD_SIGMASK 1
  38084. | #define HAVE_PTHREAD_SETNAME_NP 1
  38085. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  38086. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  38087. | #define HAVE_MACH_O_LOADER_H 1
  38088. | #define HAVE_EXECINFO_H 1
  38089. | /* end confdefs.h. */
  38090. |
  38091. | /* Override any GCC internal prototype to avoid an error.
  38092. | Use char because int might match the return type of a GCC
  38093. | builtin and then its argument prototype would still apply. */
  38094. | #ifdef __cplusplus
  38095. | extern "C"
  38096. | #endif
  38097. | char backtrace ();
  38098. | int
  38099. | main ()
  38100. | {
  38101. | return backtrace ();
  38102. | ;
  38103. | return 0;
  38104. | }
  38105. configure:27104: result: no
  38106. configure:27117: checking libunwind.h usability
  38107. configure:27117: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  38108. configure:27117: $? = 0
  38109. configure:27117: result: yes
  38110. configure:27117: checking libunwind.h presence
  38111. configure:27117: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  38112. configure:27117: $? = 0
  38113. configure:27117: result: yes
  38114. configure:27117: checking for libunwind.h
  38115. configure:27117: result: yes
  38116. configure:27242: checking for backtrace
  38117. configure:27242: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  38118. configure:27242: $? = 0
  38119. configure:27242: result: yes
  38120. configure:27254: checking for broken backtrace
  38121. configure:27314: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  38122. configure:27314: $? = 0
  38123. configure:27314: ./conftest
  38124. configure:27314: $? = 1
  38125. configure: program exited with status 1
  38126. configure: failed program was:
  38127. | /* confdefs.h */
  38128. | #define PACKAGE_NAME ""
  38129. | #define PACKAGE_TARNAME ""
  38130. | #define PACKAGE_VERSION ""
  38131. | #define PACKAGE_STRING ""
  38132. | #define PACKAGE_BUGREPORT ""
  38133. | #define PACKAGE_URL ""
  38134. | #define STDC_HEADERS 1
  38135. | #define HAVE_SYS_TYPES_H 1
  38136. | #define HAVE_SYS_STAT_H 1
  38137. | #define HAVE_STDLIB_H 1
  38138. | #define HAVE_STRING_H 1
  38139. | #define HAVE_MEMORY_H 1
  38140. | #define HAVE_STRINGS_H 1
  38141. | #define HAVE_INTTYPES_H 1
  38142. | #define HAVE_STDINT_H 1
  38143. | #define HAVE_UNISTD_H 1
  38144. | #define __EXTENSIONS__ 1
  38145. | #define _ALL_SOURCE 1
  38146. | #define _GNU_SOURCE 1
  38147. | #define _POSIX_PTHREAD_SEMANTICS 1
  38148. | #define _TANDEM_SOURCE 1
  38149. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  38150. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  38151. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  38152. | #define BROKEN_CRYPT 1
  38153. | #define HAVE_CRT_EXTERNS_H 1
  38154. | #define HAVE_LIBDL 1
  38155. | #define HAVE_DIRENT_H 1
  38156. | #define HAVE__BOOL 1
  38157. | #define HAVE_STDBOOL_H 1
  38158. | #define HAVE_SYS_WAIT_H 1
  38159. | #define HAVE_GRP_H 1
  38160. | #define HAVE_FCNTL_H 1
  38161. | #define HAVE_FLOAT_H 1
  38162. | #define HAVE_LANGINFO_H 1
  38163. | #define HAVE_LIMITS_H 1
  38164. | #define HAVE_LOCALE_H 1
  38165. | #define HAVE_MALLOC_MALLOC_H 1
  38166. | #define HAVE_PWD_H 1
  38167. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  38168. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  38169. | #define HAVE_STDALIGN_H 1
  38170. | #define HAVE_SYS_ATTR_H 1
  38171. | #define HAVE_SYS_FCNTL_H 1
  38172. | #define HAVE_SYS_FILE_H 1
  38173. | #define HAVE_SYS_IOCTL_H 1
  38174. | #define HAVE_SYS_PARAM_H 1
  38175. | #define HAVE_SYS_RESOURCE_H 1
  38176. | #define HAVE_SYS_SELECT_H 1
  38177. | #define HAVE_SYS_SOCKET_H 1
  38178. | #define HAVE_SYS_TIME_H 1
  38179. | #define HAVE_SYS_TIMES_H 1
  38180. | #define HAVE_SYS_UIO_H 1
  38181. | #define HAVE_TIME_H 1
  38182. | #define HAVE_UCONTEXT_H 1
  38183. | #define HAVE_UTIME_H 1
  38184. | #define HAVE_GMP_H 1
  38185. | #define HAVE_LIBGMP 1
  38186. | #define HAVE_TYPEOF 1
  38187. | #define HAVE_LONG_LONG 1
  38188. | #define HAVE_OFF_T 1
  38189. | #define SIZEOF_INT 4
  38190. | #define SIZEOF_SHORT 2
  38191. | #define SIZEOF_LONG 8
  38192. | #define SIZEOF_LONG_LONG 8
  38193. | #define SIZEOF___INT64 0
  38194. | #define SIZEOF___INT128 16
  38195. | #define SIZEOF_OFF_T 8
  38196. | #define SIZEOF_VOIDP 8
  38197. | #define SIZEOF_FLOAT 4
  38198. | #define SIZEOF_DOUBLE 8
  38199. | #define SIZEOF_TIME_T 8
  38200. | #define SIZEOF_CLOCK_T 8
  38201. | #define PACKED_STRUCT(x) x __attribute__((packed))
  38202. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  38203. | #define PRI_LL_PREFIX "ll"
  38204. | #define HAVE_PID_T 1
  38205. | #define rb_pid_t pid_t
  38206. | #define SIGNEDNESS_OF_PID_T -1
  38207. | #define PIDT2NUM(v) INT2NUM(v)
  38208. | #define NUM2PIDT(v) NUM2INT(v)
  38209. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  38210. | #define HAVE_UID_T 1
  38211. | #define rb_uid_t uid_t
  38212. | #define SIGNEDNESS_OF_UID_T +1
  38213. | #define UIDT2NUM(v) UINT2NUM(v)
  38214. | #define NUM2UIDT(v) NUM2UINT(v)
  38215. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  38216. | #define HAVE_GID_T 1
  38217. | #define rb_gid_t gid_t
  38218. | #define SIGNEDNESS_OF_GID_T +1
  38219. | #define GIDT2NUM(v) UINT2NUM(v)
  38220. | #define NUM2GIDT(v) NUM2UINT(v)
  38221. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  38222. | #define HAVE_TIME_T 1
  38223. | #define rb_time_t time_t
  38224. | #define SIGNEDNESS_OF_TIME_T -1
  38225. | #define TIMET2NUM(v) LONG2NUM(v)
  38226. | #define NUM2TIMET(v) NUM2LONG(v)
  38227. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  38228. | #define HAVE_DEV_T 1
  38229. | #define rb_dev_t dev_t
  38230. | #define SIGNEDNESS_OF_DEV_T -1
  38231. | #define DEVT2NUM(v) INT2NUM(v)
  38232. | #define NUM2DEVT(v) NUM2INT(v)
  38233. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  38234. | #define HAVE_MODE_T 1
  38235. | #define rb_mode_t mode_t
  38236. | #define SIGNEDNESS_OF_MODE_T +1
  38237. | #define MODET2NUM(v) USHORT2NUM(v)
  38238. | #define NUM2MODET(v) NUM2USHORT(v)
  38239. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  38240. | #define HAVE_RLIM_T 1
  38241. | #define rb_rlim_t rlim_t
  38242. | #define SIGNEDNESS_OF_RLIM_T +1
  38243. | #define RLIM2NUM(v) ULL2NUM(v)
  38244. | #define NUM2RLIM(v) NUM2ULL(v)
  38245. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  38246. | #define HAVE_OFF_T 1
  38247. | #define rb_off_t off_t
  38248. | #define SIGNEDNESS_OF_OFF_T -1
  38249. | #define OFFT2NUM(v) LL2NUM(v)
  38250. | #define NUM2OFFT(v) NUM2LL(v)
  38251. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  38252. | #define HAVE_CLOCKID_T 1
  38253. | #define rb_clockid_t clockid_t
  38254. | #define SIGNEDNESS_OF_CLOCKID_T +1
  38255. | #define CLOCKID2NUM(v) UINT2NUM(v)
  38256. | #define NUM2CLOCKID(v) NUM2UINT(v)
  38257. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  38258. | #define HAVE_PROTOTYPES 1
  38259. | #define TOKEN_PASTE(x,y) x##y
  38260. | #define STRINGIZE(expr) STRINGIZE0(expr)
  38261. | #define HAVE_STDARG_PROTOTYPES 1
  38262. | #define HAVE_VA_ARGS_MACRO 1
  38263. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  38264. | #define RUBY_ALIGNOF alignof
  38265. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  38266. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  38267. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  38268. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  38269. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  38270. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  38271. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  38272. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  38273. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  38274. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  38275. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  38276. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  38277. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  38278. | #define WEAK(x) __attribute__ ((__weak__)) x
  38279. | #define HAVE_FUNC_WEAK 1
  38280. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  38281. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  38282. | #define HAVE_GCC_SYNC_BUILTINS 1
  38283. | #define UNREACHABLE __builtin_unreachable()
  38284. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  38285. | #define RUBY_FUNCTION_NAME_STRING __func__
  38286. | #define ENUM_OVER_INT 1
  38287. | #define HAVE_DECL_SYS_NERR 1
  38288. | #define HAVE_DECL_GETENV 1
  38289. | #define SIZEOF_SIZE_T 8
  38290. | #define SIZEOF_PTRDIFF_T 8
  38291. | #define PRI_SIZE_PREFIX "z"
  38292. | #define PRI_PTRDIFF_PREFIX "t"
  38293. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  38294. | #define HAVE_ST_BLKSIZE 1
  38295. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  38296. | #define HAVE_ST_BLOCKS 1
  38297. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  38298. | #define HAVE_ST_RDEV 1
  38299. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  38300. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  38301. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  38302. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  38303. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  38304. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  38305. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  38306. | #define HAVE_STRUCT_TIMEVAL 1
  38307. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  38308. | #define HAVE_STRUCT_TIMESPEC 1
  38309. | #define HAVE_STRUCT_TIMEZONE 1
  38310. | #define HAVE_RB_FD_INIT 1
  38311. | #define HAVE_INT8_T 1
  38312. | #define SIZEOF_INT8_T 1
  38313. | #define HAVE_UINT8_T 1
  38314. | #define SIZEOF_UINT8_T 1
  38315. | #define HAVE_INT16_T 1
  38316. | #define SIZEOF_INT16_T 2
  38317. | #define HAVE_UINT16_T 1
  38318. | #define SIZEOF_UINT16_T 2
  38319. | #define HAVE_INT32_T 1
  38320. | #define SIZEOF_INT32_T 4
  38321. | #define HAVE_UINT32_T 1
  38322. | #define SIZEOF_UINT32_T 4
  38323. | #define HAVE_INT64_T 1
  38324. | #define SIZEOF_INT64_T 8
  38325. | #define HAVE_UINT64_T 1
  38326. | #define SIZEOF_UINT64_T 8
  38327. | #define HAVE_INT128_T 1
  38328. | #define int128_t __int128
  38329. | #define SIZEOF_INT128_T SIZEOF___INT128
  38330. | #define HAVE_UINT128_T 1
  38331. | #define uint128_t unsigned __int128
  38332. | #define SIZEOF_UINT128_T SIZEOF___INT128
  38333. | #define HAVE_INTPTR_T 1
  38334. | #define SIZEOF_INTPTR_T 8
  38335. | #define HAVE_UINTPTR_T 1
  38336. | #define SIZEOF_UINTPTR_T 8
  38337. | #define PRI_PTR_PREFIX "l"
  38338. | #define HAVE_SSIZE_T 1
  38339. | #define SIZEOF_SSIZE_T 8
  38340. | #define PRI_64_PREFIX "ll"
  38341. | #define GETGROUPS_T gid_t
  38342. | #define RETSIGTYPE void
  38343. | #define HAVE_ALLOCA_H 1
  38344. | #define HAVE_ALLOCA 1
  38345. | #define HAVE_ACOSH 1
  38346. | #define HAVE_CBRT 1
  38347. | #define HAVE_CRYPT 1
  38348. | #define HAVE_DUP2 1
  38349. | #define HAVE_ERF 1
  38350. | #define HAVE_FFS 1
  38351. | #define HAVE_FINITE 1
  38352. | #define HAVE_FLOCK 1
  38353. | #define HAVE_HYPOT 1
  38354. | #define HAVE_ISINF 1
  38355. | #define HAVE_ISNAN 1
  38356. | #define HAVE_LGAMMA_R 1
  38357. | #define HAVE_MEMMOVE 1
  38358. | #define HAVE_NAN 1
  38359. | #define HAVE_NEXTAFTER 1
  38360. | #define HAVE_STRCHR 1
  38361. | #define HAVE_STRERROR 1
  38362. | #define HAVE_STRLCAT 1
  38363. | #define HAVE_STRLCPY 1
  38364. | #define HAVE_STRSTR 1
  38365. | #define HAVE_TGAMMA 1
  38366. | #define SPT_TYPE SPT_REUSEARGV
  38367. | #define HAVE_SIGNBIT 1
  38368. | #define HAVE_FORK 1
  38369. | #define vfork fork
  38370. | #define HAVE_WORKING_FORK 1
  38371. | #define HAVE__LONGJMP 1
  38372. | #define HAVE_ARC4RANDOM_BUF 1
  38373. | #define HAVE_ATAN2L 1
  38374. | #define HAVE_ATAN2F 1
  38375. | #define HAVE_CHROOT 1
  38376. | #define HAVE_CLOCK_GETTIME 1
  38377. | #define HAVE_COSH 1
  38378. | #define HAVE_DIRFD 1
  38379. | #define HAVE_DLOPEN 1
  38380. | #define HAVE_DLADDR 1
  38381. | #define HAVE_DUP 1
  38382. | #define HAVE_ENDGRENT 1
  38383. | #define HAVE_FCHMOD 1
  38384. | #define HAVE_FCHOWN 1
  38385. | #define HAVE_FCNTL 1
  38386. | #define HAVE_FDOPENDIR 1
  38387. | #define HAVE_FGETATTRLIST 1
  38388. | #define HAVE_FMOD 1
  38389. | #define HAVE_FSTATAT 1
  38390. | #define HAVE_FSYNC 1
  38391. | #define HAVE_FTRUNCATE 1
  38392. | #define HAVE_GETATTRLIST 1
  38393. | #define HAVE_GETCWD 1
  38394. | #define HAVE_GETGRNAM 1
  38395. | #define HAVE_GETGRNAM_R 1
  38396. | #define HAVE_GETGROUPS 1
  38397. | #define HAVE_GETPGID 1
  38398. | #define HAVE_GETPGRP 1
  38399. | #define HAVE_GETPRIORITY 1
  38400. | #define HAVE_GETPWNAM_R 1
  38401. | #define HAVE_GETRLIMIT 1
  38402. | #define HAVE_GETSID 1
  38403. | #define HAVE_GETTIMEOFDAY 1
  38404. | #define HAVE_GMTIME_R 1
  38405. | #define HAVE_GRANTPT 1
  38406. | #define HAVE_INITGROUPS 1
  38407. | #define HAVE_IOCTL 1
  38408. | #define HAVE_ISSETUGID 1
  38409. | #define HAVE_KILLPG 1
  38410. | #define HAVE_LCHMOD 1
  38411. | #define HAVE_LCHOWN 1
  38412. | #define HAVE_LINK 1
  38413. | #define HAVE_LLABS 1
  38414. | #define HAVE_LOCKF 1
  38415. | #define HAVE_LOG2 1
  38416. | #define HAVE_LSTAT 1
  38417. | #define HAVE_LUTIMES 1
  38418. | #define HAVE_MALLOC_SIZE 1
  38419. | #define HAVE_MBLEN 1
  38420. | #define HAVE_MEMSET_S 1
  38421. | #define HAVE_WRITEV 1
  38422. | #define HAVE_MKFIFO 1
  38423. | #define HAVE_MKNOD 1
  38424. | #define HAVE_MKTIME 1
  38425. | #define HAVE_OPENAT 1
  38426. | #define HAVE_POLL 1
  38427. | #define HAVE_POSIX_MEMALIGN 1
  38428. | #define HAVE_PREAD 1
  38429. | #define HAVE_PWRITE 1
  38430. | #define HAVE_QSORT_R 1
  38431. | #define HAVE_READLINK 1
  38432. | #define HAVE_ROUND 1
  38433. | #define HAVE_SEEKDIR 1
  38434. | #define HAVE_SENDFILE 1
  38435. | #define HAVE_SETEGID 1
  38436. | #define HAVE_SETENV 1
  38437. | #define HAVE_SETEUID 1
  38438. | #define HAVE_SETGID 1
  38439. | #define HAVE_SETGROUPS 1
  38440. | #define HAVE_SETPGID 1
  38441. | #define HAVE_SETPGRP 1
  38442. | #define HAVE_SETREGID 1
  38443. | #define HAVE_SETREUID 1
  38444. | #define HAVE_SETRGID 1
  38445. | #define HAVE_SETRLIMIT 1
  38446. | #define HAVE_SETRUID 1
  38447. | #define HAVE_SETSID 1
  38448. | #define HAVE_SETUID 1
  38449. | #define HAVE_SHUTDOWN 1
  38450. | #define HAVE_SIGACTION 1
  38451. | #define HAVE_SIGALTSTACK 1
  38452. | #define HAVE_SIGPROCMASK 1
  38453. | #define HAVE_SINH 1
  38454. | #define HAVE_SYMLINK 1
  38455. | #define HAVE_SYSCONF 1
  38456. | #define HAVE_TANH 1
  38457. | #define HAVE_TELLDIR 1
  38458. | #define HAVE_TIMEGM 1
  38459. | #define HAVE_TIMES 1
  38460. | #define HAVE_TRUNCATE 1
  38461. | #define HAVE_UNSETENV 1
  38462. | #define HAVE_UTIMENSAT 1
  38463. | #define HAVE_UTIMES 1
  38464. | #define HAVE_WAIT4 1
  38465. | #define HAVE_WAITPID 1
  38466. | #if !defined __STDC_WANT_LIB_EXT1__
  38467. | #define __STDC_WANT_LIB_EXT1__ 1
  38468. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  38469. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  38470. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  38471. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  38472. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  38473. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  38474. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  38475. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  38476. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  38477. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  38478. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  38479. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  38480. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  38481. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  38482. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  38483. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  38484. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  38485. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  38486. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  38487. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  38488. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  38489. | #define HAVE_BSD_QSORT_R 1
  38490. | #define ATAN2_INF_C99 1
  38491. | #define HAVE_CLOCK_GETRES 1
  38492. | #define HAVE_STRUCT_TM_TM_ZONE 1
  38493. | #define HAVE_TM_ZONE 1
  38494. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  38495. | #define HAVE_DAYLIGHT 1
  38496. | #define NEGATIVE_TIME_T 1
  38497. | #define POSIX_SIGNAL 1
  38498. | #define HAVE_SIG_T 1
  38499. | #define RSHIFT(x,y) ((x)>>(int)(y))
  38500. | #define HAVE__SC_CLK_TCK 1
  38501. | #define STACK_GROW_DIRECTION -1
  38502. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  38503. | #define _REENTRANT 1
  38504. | #define _THREAD_SAFE 1
  38505. | #define HAVE_LIBPTHREAD 1
  38506. | #define HAVE_SCHED_YIELD 1
  38507. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  38508. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  38509. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  38510. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  38511. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  38512. | #define HAVE_PTHREAD_SIGMASK 1
  38513. | #define HAVE_PTHREAD_SETNAME_NP 1
  38514. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  38515. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  38516. | #define HAVE_MACH_O_LOADER_H 1
  38517. | #define HAVE_EXECINFO_H 1
  38518. | #define HAVE_LIBUNWIND_H 1
  38519. | #define HAVE_BACKTRACE 1
  38520. | /* end confdefs.h. */
  38521. |
  38522. | #include <unistd.h>
  38523. | #include <stdio.h>
  38524. | #include <stdlib.h>
  38525. | #include <stdint.h>
  38526. | #include <string.h>
  38527. | #include <signal.h>
  38528. | #include <execinfo.h>
  38529. |
  38530. | #define TRACE_SIZE 256
  38531. |
  38532. | void sigsegv(int signum, siginfo_t *info, void *ctx){
  38533. | void *trace[TRACE_SIZE];
  38534. | int n = backtrace(trace, TRACE_SIZE);
  38535. | if (n > 0) {
  38536. | /*fprintf(stdout, "backtrace:%d\n",n);*/
  38537. | } else {
  38538. | _exit(EXIT_FAILURE);
  38539. | }
  38540. | _exit(EXIT_SUCCESS);
  38541. | }
  38542. | int
  38543. | main(void)
  38544. | {
  38545. | volatile int *a = NULL;
  38546. | stack_t ss;
  38547. | struct sigaction sa;
  38548. |
  38549. | ss.ss_sp = malloc(SIGSTKSZ);
  38550. | if (ss.ss_sp == NULL) {
  38551. | fprintf(stderr, "cannot allocate memory for sigaltstack\n");
  38552. | return EXIT_FAILURE;
  38553. | }
  38554. | ss.ss_size = SIGSTKSZ;
  38555. | ss.ss_flags = 0;
  38556. | if (sigaltstack(&ss, NULL) == -1) {
  38557. | fprintf(stderr, "sigaltstack failed\n");
  38558. | return EXIT_FAILURE;
  38559. | }
  38560. | memset(&sa, 0, sizeof(struct sigaction));
  38561. | sigemptyset(&sa.sa_mask);
  38562. | sa.sa_sigaction = sigsegv;
  38563. | sa.sa_flags |= SA_SIGINFO;
  38564. | sa.sa_flags |= SA_ONSTACK;
  38565. | sigaction(SIGSEGV, &sa, NULL);
  38566. | a[0] = 1;
  38567. | return EXIT_SUCCESS;
  38568. | }
  38569. |
  38570. configure:27324: result: yes
  38571. configure:27346: checking valgrind/memcheck.h usability
  38572. configure:27346: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  38573. conftest.c:429:10: fatal error: 'valgrind/memcheck.h' file not found
  38574. #include <valgrind/memcheck.h>
  38575. ^~~~~~~~~~~~~~~~~~~~~
  38576. 1 error generated.
  38577. configure:27346: $? = 1
  38578. configure: failed program was:
  38579. | /* confdefs.h */
  38580. | #define PACKAGE_NAME ""
  38581. | #define PACKAGE_TARNAME ""
  38582. | #define PACKAGE_VERSION ""
  38583. | #define PACKAGE_STRING ""
  38584. | #define PACKAGE_BUGREPORT ""
  38585. | #define PACKAGE_URL ""
  38586. | #define STDC_HEADERS 1
  38587. | #define HAVE_SYS_TYPES_H 1
  38588. | #define HAVE_SYS_STAT_H 1
  38589. | #define HAVE_STDLIB_H 1
  38590. | #define HAVE_STRING_H 1
  38591. | #define HAVE_MEMORY_H 1
  38592. | #define HAVE_STRINGS_H 1
  38593. | #define HAVE_INTTYPES_H 1
  38594. | #define HAVE_STDINT_H 1
  38595. | #define HAVE_UNISTD_H 1
  38596. | #define __EXTENSIONS__ 1
  38597. | #define _ALL_SOURCE 1
  38598. | #define _GNU_SOURCE 1
  38599. | #define _POSIX_PTHREAD_SEMANTICS 1
  38600. | #define _TANDEM_SOURCE 1
  38601. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  38602. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  38603. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  38604. | #define BROKEN_CRYPT 1
  38605. | #define HAVE_CRT_EXTERNS_H 1
  38606. | #define HAVE_LIBDL 1
  38607. | #define HAVE_DIRENT_H 1
  38608. | #define HAVE__BOOL 1
  38609. | #define HAVE_STDBOOL_H 1
  38610. | #define HAVE_SYS_WAIT_H 1
  38611. | #define HAVE_GRP_H 1
  38612. | #define HAVE_FCNTL_H 1
  38613. | #define HAVE_FLOAT_H 1
  38614. | #define HAVE_LANGINFO_H 1
  38615. | #define HAVE_LIMITS_H 1
  38616. | #define HAVE_LOCALE_H 1
  38617. | #define HAVE_MALLOC_MALLOC_H 1
  38618. | #define HAVE_PWD_H 1
  38619. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  38620. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  38621. | #define HAVE_STDALIGN_H 1
  38622. | #define HAVE_SYS_ATTR_H 1
  38623. | #define HAVE_SYS_FCNTL_H 1
  38624. | #define HAVE_SYS_FILE_H 1
  38625. | #define HAVE_SYS_IOCTL_H 1
  38626. | #define HAVE_SYS_PARAM_H 1
  38627. | #define HAVE_SYS_RESOURCE_H 1
  38628. | #define HAVE_SYS_SELECT_H 1
  38629. | #define HAVE_SYS_SOCKET_H 1
  38630. | #define HAVE_SYS_TIME_H 1
  38631. | #define HAVE_SYS_TIMES_H 1
  38632. | #define HAVE_SYS_UIO_H 1
  38633. | #define HAVE_TIME_H 1
  38634. | #define HAVE_UCONTEXT_H 1
  38635. | #define HAVE_UTIME_H 1
  38636. | #define HAVE_GMP_H 1
  38637. | #define HAVE_LIBGMP 1
  38638. | #define HAVE_TYPEOF 1
  38639. | #define HAVE_LONG_LONG 1
  38640. | #define HAVE_OFF_T 1
  38641. | #define SIZEOF_INT 4
  38642. | #define SIZEOF_SHORT 2
  38643. | #define SIZEOF_LONG 8
  38644. | #define SIZEOF_LONG_LONG 8
  38645. | #define SIZEOF___INT64 0
  38646. | #define SIZEOF___INT128 16
  38647. | #define SIZEOF_OFF_T 8
  38648. | #define SIZEOF_VOIDP 8
  38649. | #define SIZEOF_FLOAT 4
  38650. | #define SIZEOF_DOUBLE 8
  38651. | #define SIZEOF_TIME_T 8
  38652. | #define SIZEOF_CLOCK_T 8
  38653. | #define PACKED_STRUCT(x) x __attribute__((packed))
  38654. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  38655. | #define PRI_LL_PREFIX "ll"
  38656. | #define HAVE_PID_T 1
  38657. | #define rb_pid_t pid_t
  38658. | #define SIGNEDNESS_OF_PID_T -1
  38659. | #define PIDT2NUM(v) INT2NUM(v)
  38660. | #define NUM2PIDT(v) NUM2INT(v)
  38661. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  38662. | #define HAVE_UID_T 1
  38663. | #define rb_uid_t uid_t
  38664. | #define SIGNEDNESS_OF_UID_T +1
  38665. | #define UIDT2NUM(v) UINT2NUM(v)
  38666. | #define NUM2UIDT(v) NUM2UINT(v)
  38667. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  38668. | #define HAVE_GID_T 1
  38669. | #define rb_gid_t gid_t
  38670. | #define SIGNEDNESS_OF_GID_T +1
  38671. | #define GIDT2NUM(v) UINT2NUM(v)
  38672. | #define NUM2GIDT(v) NUM2UINT(v)
  38673. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  38674. | #define HAVE_TIME_T 1
  38675. | #define rb_time_t time_t
  38676. | #define SIGNEDNESS_OF_TIME_T -1
  38677. | #define TIMET2NUM(v) LONG2NUM(v)
  38678. | #define NUM2TIMET(v) NUM2LONG(v)
  38679. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  38680. | #define HAVE_DEV_T 1
  38681. | #define rb_dev_t dev_t
  38682. | #define SIGNEDNESS_OF_DEV_T -1
  38683. | #define DEVT2NUM(v) INT2NUM(v)
  38684. | #define NUM2DEVT(v) NUM2INT(v)
  38685. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  38686. | #define HAVE_MODE_T 1
  38687. | #define rb_mode_t mode_t
  38688. | #define SIGNEDNESS_OF_MODE_T +1
  38689. | #define MODET2NUM(v) USHORT2NUM(v)
  38690. | #define NUM2MODET(v) NUM2USHORT(v)
  38691. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  38692. | #define HAVE_RLIM_T 1
  38693. | #define rb_rlim_t rlim_t
  38694. | #define SIGNEDNESS_OF_RLIM_T +1
  38695. | #define RLIM2NUM(v) ULL2NUM(v)
  38696. | #define NUM2RLIM(v) NUM2ULL(v)
  38697. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  38698. | #define HAVE_OFF_T 1
  38699. | #define rb_off_t off_t
  38700. | #define SIGNEDNESS_OF_OFF_T -1
  38701. | #define OFFT2NUM(v) LL2NUM(v)
  38702. | #define NUM2OFFT(v) NUM2LL(v)
  38703. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  38704. | #define HAVE_CLOCKID_T 1
  38705. | #define rb_clockid_t clockid_t
  38706. | #define SIGNEDNESS_OF_CLOCKID_T +1
  38707. | #define CLOCKID2NUM(v) UINT2NUM(v)
  38708. | #define NUM2CLOCKID(v) NUM2UINT(v)
  38709. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  38710. | #define HAVE_PROTOTYPES 1
  38711. | #define TOKEN_PASTE(x,y) x##y
  38712. | #define STRINGIZE(expr) STRINGIZE0(expr)
  38713. | #define HAVE_STDARG_PROTOTYPES 1
  38714. | #define HAVE_VA_ARGS_MACRO 1
  38715. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  38716. | #define RUBY_ALIGNOF alignof
  38717. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  38718. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  38719. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  38720. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  38721. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  38722. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  38723. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  38724. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  38725. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  38726. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  38727. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  38728. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  38729. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  38730. | #define WEAK(x) __attribute__ ((__weak__)) x
  38731. | #define HAVE_FUNC_WEAK 1
  38732. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  38733. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  38734. | #define HAVE_GCC_SYNC_BUILTINS 1
  38735. | #define UNREACHABLE __builtin_unreachable()
  38736. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  38737. | #define RUBY_FUNCTION_NAME_STRING __func__
  38738. | #define ENUM_OVER_INT 1
  38739. | #define HAVE_DECL_SYS_NERR 1
  38740. | #define HAVE_DECL_GETENV 1
  38741. | #define SIZEOF_SIZE_T 8
  38742. | #define SIZEOF_PTRDIFF_T 8
  38743. | #define PRI_SIZE_PREFIX "z"
  38744. | #define PRI_PTRDIFF_PREFIX "t"
  38745. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  38746. | #define HAVE_ST_BLKSIZE 1
  38747. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  38748. | #define HAVE_ST_BLOCKS 1
  38749. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  38750. | #define HAVE_ST_RDEV 1
  38751. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  38752. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  38753. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  38754. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  38755. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  38756. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  38757. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  38758. | #define HAVE_STRUCT_TIMEVAL 1
  38759. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  38760. | #define HAVE_STRUCT_TIMESPEC 1
  38761. | #define HAVE_STRUCT_TIMEZONE 1
  38762. | #define HAVE_RB_FD_INIT 1
  38763. | #define HAVE_INT8_T 1
  38764. | #define SIZEOF_INT8_T 1
  38765. | #define HAVE_UINT8_T 1
  38766. | #define SIZEOF_UINT8_T 1
  38767. | #define HAVE_INT16_T 1
  38768. | #define SIZEOF_INT16_T 2
  38769. | #define HAVE_UINT16_T 1
  38770. | #define SIZEOF_UINT16_T 2
  38771. | #define HAVE_INT32_T 1
  38772. | #define SIZEOF_INT32_T 4
  38773. | #define HAVE_UINT32_T 1
  38774. | #define SIZEOF_UINT32_T 4
  38775. | #define HAVE_INT64_T 1
  38776. | #define SIZEOF_INT64_T 8
  38777. | #define HAVE_UINT64_T 1
  38778. | #define SIZEOF_UINT64_T 8
  38779. | #define HAVE_INT128_T 1
  38780. | #define int128_t __int128
  38781. | #define SIZEOF_INT128_T SIZEOF___INT128
  38782. | #define HAVE_UINT128_T 1
  38783. | #define uint128_t unsigned __int128
  38784. | #define SIZEOF_UINT128_T SIZEOF___INT128
  38785. | #define HAVE_INTPTR_T 1
  38786. | #define SIZEOF_INTPTR_T 8
  38787. | #define HAVE_UINTPTR_T 1
  38788. | #define SIZEOF_UINTPTR_T 8
  38789. | #define PRI_PTR_PREFIX "l"
  38790. | #define HAVE_SSIZE_T 1
  38791. | #define SIZEOF_SSIZE_T 8
  38792. | #define PRI_64_PREFIX "ll"
  38793. | #define GETGROUPS_T gid_t
  38794. | #define RETSIGTYPE void
  38795. | #define HAVE_ALLOCA_H 1
  38796. | #define HAVE_ALLOCA 1
  38797. | #define HAVE_ACOSH 1
  38798. | #define HAVE_CBRT 1
  38799. | #define HAVE_CRYPT 1
  38800. | #define HAVE_DUP2 1
  38801. | #define HAVE_ERF 1
  38802. | #define HAVE_FFS 1
  38803. | #define HAVE_FINITE 1
  38804. | #define HAVE_FLOCK 1
  38805. | #define HAVE_HYPOT 1
  38806. | #define HAVE_ISINF 1
  38807. | #define HAVE_ISNAN 1
  38808. | #define HAVE_LGAMMA_R 1
  38809. | #define HAVE_MEMMOVE 1
  38810. | #define HAVE_NAN 1
  38811. | #define HAVE_NEXTAFTER 1
  38812. | #define HAVE_STRCHR 1
  38813. | #define HAVE_STRERROR 1
  38814. | #define HAVE_STRLCAT 1
  38815. | #define HAVE_STRLCPY 1
  38816. | #define HAVE_STRSTR 1
  38817. | #define HAVE_TGAMMA 1
  38818. | #define SPT_TYPE SPT_REUSEARGV
  38819. | #define HAVE_SIGNBIT 1
  38820. | #define HAVE_FORK 1
  38821. | #define vfork fork
  38822. | #define HAVE_WORKING_FORK 1
  38823. | #define HAVE__LONGJMP 1
  38824. | #define HAVE_ARC4RANDOM_BUF 1
  38825. | #define HAVE_ATAN2L 1
  38826. | #define HAVE_ATAN2F 1
  38827. | #define HAVE_CHROOT 1
  38828. | #define HAVE_CLOCK_GETTIME 1
  38829. | #define HAVE_COSH 1
  38830. | #define HAVE_DIRFD 1
  38831. | #define HAVE_DLOPEN 1
  38832. | #define HAVE_DLADDR 1
  38833. | #define HAVE_DUP 1
  38834. | #define HAVE_ENDGRENT 1
  38835. | #define HAVE_FCHMOD 1
  38836. | #define HAVE_FCHOWN 1
  38837. | #define HAVE_FCNTL 1
  38838. | #define HAVE_FDOPENDIR 1
  38839. | #define HAVE_FGETATTRLIST 1
  38840. | #define HAVE_FMOD 1
  38841. | #define HAVE_FSTATAT 1
  38842. | #define HAVE_FSYNC 1
  38843. | #define HAVE_FTRUNCATE 1
  38844. | #define HAVE_GETATTRLIST 1
  38845. | #define HAVE_GETCWD 1
  38846. | #define HAVE_GETGRNAM 1
  38847. | #define HAVE_GETGRNAM_R 1
  38848. | #define HAVE_GETGROUPS 1
  38849. | #define HAVE_GETPGID 1
  38850. | #define HAVE_GETPGRP 1
  38851. | #define HAVE_GETPRIORITY 1
  38852. | #define HAVE_GETPWNAM_R 1
  38853. | #define HAVE_GETRLIMIT 1
  38854. | #define HAVE_GETSID 1
  38855. | #define HAVE_GETTIMEOFDAY 1
  38856. | #define HAVE_GMTIME_R 1
  38857. | #define HAVE_GRANTPT 1
  38858. | #define HAVE_INITGROUPS 1
  38859. | #define HAVE_IOCTL 1
  38860. | #define HAVE_ISSETUGID 1
  38861. | #define HAVE_KILLPG 1
  38862. | #define HAVE_LCHMOD 1
  38863. | #define HAVE_LCHOWN 1
  38864. | #define HAVE_LINK 1
  38865. | #define HAVE_LLABS 1
  38866. | #define HAVE_LOCKF 1
  38867. | #define HAVE_LOG2 1
  38868. | #define HAVE_LSTAT 1
  38869. | #define HAVE_LUTIMES 1
  38870. | #define HAVE_MALLOC_SIZE 1
  38871. | #define HAVE_MBLEN 1
  38872. | #define HAVE_MEMSET_S 1
  38873. | #define HAVE_WRITEV 1
  38874. | #define HAVE_MKFIFO 1
  38875. | #define HAVE_MKNOD 1
  38876. | #define HAVE_MKTIME 1
  38877. | #define HAVE_OPENAT 1
  38878. | #define HAVE_POLL 1
  38879. | #define HAVE_POSIX_MEMALIGN 1
  38880. | #define HAVE_PREAD 1
  38881. | #define HAVE_PWRITE 1
  38882. | #define HAVE_QSORT_R 1
  38883. | #define HAVE_READLINK 1
  38884. | #define HAVE_ROUND 1
  38885. | #define HAVE_SEEKDIR 1
  38886. | #define HAVE_SENDFILE 1
  38887. | #define HAVE_SETEGID 1
  38888. | #define HAVE_SETENV 1
  38889. | #define HAVE_SETEUID 1
  38890. | #define HAVE_SETGID 1
  38891. | #define HAVE_SETGROUPS 1
  38892. | #define HAVE_SETPGID 1
  38893. | #define HAVE_SETPGRP 1
  38894. | #define HAVE_SETREGID 1
  38895. | #define HAVE_SETREUID 1
  38896. | #define HAVE_SETRGID 1
  38897. | #define HAVE_SETRLIMIT 1
  38898. | #define HAVE_SETRUID 1
  38899. | #define HAVE_SETSID 1
  38900. | #define HAVE_SETUID 1
  38901. | #define HAVE_SHUTDOWN 1
  38902. | #define HAVE_SIGACTION 1
  38903. | #define HAVE_SIGALTSTACK 1
  38904. | #define HAVE_SIGPROCMASK 1
  38905. | #define HAVE_SINH 1
  38906. | #define HAVE_SYMLINK 1
  38907. | #define HAVE_SYSCONF 1
  38908. | #define HAVE_TANH 1
  38909. | #define HAVE_TELLDIR 1
  38910. | #define HAVE_TIMEGM 1
  38911. | #define HAVE_TIMES 1
  38912. | #define HAVE_TRUNCATE 1
  38913. | #define HAVE_UNSETENV 1
  38914. | #define HAVE_UTIMENSAT 1
  38915. | #define HAVE_UTIMES 1
  38916. | #define HAVE_WAIT4 1
  38917. | #define HAVE_WAITPID 1
  38918. | #if !defined __STDC_WANT_LIB_EXT1__
  38919. | #define __STDC_WANT_LIB_EXT1__ 1
  38920. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  38921. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  38922. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  38923. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  38924. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  38925. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  38926. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  38927. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  38928. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  38929. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  38930. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  38931. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  38932. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  38933. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  38934. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  38935. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  38936. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  38937. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  38938. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  38939. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  38940. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  38941. | #define HAVE_BSD_QSORT_R 1
  38942. | #define ATAN2_INF_C99 1
  38943. | #define HAVE_CLOCK_GETRES 1
  38944. | #define HAVE_STRUCT_TM_TM_ZONE 1
  38945. | #define HAVE_TM_ZONE 1
  38946. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  38947. | #define HAVE_DAYLIGHT 1
  38948. | #define NEGATIVE_TIME_T 1
  38949. | #define POSIX_SIGNAL 1
  38950. | #define HAVE_SIG_T 1
  38951. | #define RSHIFT(x,y) ((x)>>(int)(y))
  38952. | #define HAVE__SC_CLK_TCK 1
  38953. | #define STACK_GROW_DIRECTION -1
  38954. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  38955. | #define _REENTRANT 1
  38956. | #define _THREAD_SAFE 1
  38957. | #define HAVE_LIBPTHREAD 1
  38958. | #define HAVE_SCHED_YIELD 1
  38959. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  38960. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  38961. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  38962. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  38963. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  38964. | #define HAVE_PTHREAD_SIGMASK 1
  38965. | #define HAVE_PTHREAD_SETNAME_NP 1
  38966. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  38967. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  38968. | #define HAVE_MACH_O_LOADER_H 1
  38969. | #define HAVE_EXECINFO_H 1
  38970. | #define HAVE_LIBUNWIND_H 1
  38971. | #define HAVE_BACKTRACE 1
  38972. | #define BROKEN_BACKTRACE 1
  38973. | /* end confdefs.h. */
  38974. | #include <stdio.h>
  38975. | #ifdef HAVE_SYS_TYPES_H
  38976. | # include <sys/types.h>
  38977. | #endif
  38978. | #ifdef HAVE_SYS_STAT_H
  38979. | # include <sys/stat.h>
  38980. | #endif
  38981. | #ifdef STDC_HEADERS
  38982. | # include <stdlib.h>
  38983. | # include <stddef.h>
  38984. | #else
  38985. | # ifdef HAVE_STDLIB_H
  38986. | # include <stdlib.h>
  38987. | # endif
  38988. | #endif
  38989. | #ifdef HAVE_STRING_H
  38990. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  38991. | # include <memory.h>
  38992. | # endif
  38993. | # include <string.h>
  38994. | #endif
  38995. | #ifdef HAVE_STRINGS_H
  38996. | # include <strings.h>
  38997. | #endif
  38998. | #ifdef HAVE_INTTYPES_H
  38999. | # include <inttypes.h>
  39000. | #endif
  39001. | #ifdef HAVE_STDINT_H
  39002. | # include <stdint.h>
  39003. | #endif
  39004. | #ifdef HAVE_UNISTD_H
  39005. | # include <unistd.h>
  39006. | #endif
  39007. | #include <valgrind/memcheck.h>
  39008. configure:27346: result: no
  39009. configure:27346: checking valgrind/memcheck.h presence
  39010. configure:27346: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  39011. conftest.c:396:10: fatal error: 'valgrind/memcheck.h' file not found
  39012. #include <valgrind/memcheck.h>
  39013. ^~~~~~~~~~~~~~~~~~~~~
  39014. 1 error generated.
  39015. configure:27346: $? = 1
  39016. configure: failed program was:
  39017. | /* confdefs.h */
  39018. | #define PACKAGE_NAME ""
  39019. | #define PACKAGE_TARNAME ""
  39020. | #define PACKAGE_VERSION ""
  39021. | #define PACKAGE_STRING ""
  39022. | #define PACKAGE_BUGREPORT ""
  39023. | #define PACKAGE_URL ""
  39024. | #define STDC_HEADERS 1
  39025. | #define HAVE_SYS_TYPES_H 1
  39026. | #define HAVE_SYS_STAT_H 1
  39027. | #define HAVE_STDLIB_H 1
  39028. | #define HAVE_STRING_H 1
  39029. | #define HAVE_MEMORY_H 1
  39030. | #define HAVE_STRINGS_H 1
  39031. | #define HAVE_INTTYPES_H 1
  39032. | #define HAVE_STDINT_H 1
  39033. | #define HAVE_UNISTD_H 1
  39034. | #define __EXTENSIONS__ 1
  39035. | #define _ALL_SOURCE 1
  39036. | #define _GNU_SOURCE 1
  39037. | #define _POSIX_PTHREAD_SEMANTICS 1
  39038. | #define _TANDEM_SOURCE 1
  39039. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  39040. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  39041. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  39042. | #define BROKEN_CRYPT 1
  39043. | #define HAVE_CRT_EXTERNS_H 1
  39044. | #define HAVE_LIBDL 1
  39045. | #define HAVE_DIRENT_H 1
  39046. | #define HAVE__BOOL 1
  39047. | #define HAVE_STDBOOL_H 1
  39048. | #define HAVE_SYS_WAIT_H 1
  39049. | #define HAVE_GRP_H 1
  39050. | #define HAVE_FCNTL_H 1
  39051. | #define HAVE_FLOAT_H 1
  39052. | #define HAVE_LANGINFO_H 1
  39053. | #define HAVE_LIMITS_H 1
  39054. | #define HAVE_LOCALE_H 1
  39055. | #define HAVE_MALLOC_MALLOC_H 1
  39056. | #define HAVE_PWD_H 1
  39057. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  39058. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  39059. | #define HAVE_STDALIGN_H 1
  39060. | #define HAVE_SYS_ATTR_H 1
  39061. | #define HAVE_SYS_FCNTL_H 1
  39062. | #define HAVE_SYS_FILE_H 1
  39063. | #define HAVE_SYS_IOCTL_H 1
  39064. | #define HAVE_SYS_PARAM_H 1
  39065. | #define HAVE_SYS_RESOURCE_H 1
  39066. | #define HAVE_SYS_SELECT_H 1
  39067. | #define HAVE_SYS_SOCKET_H 1
  39068. | #define HAVE_SYS_TIME_H 1
  39069. | #define HAVE_SYS_TIMES_H 1
  39070. | #define HAVE_SYS_UIO_H 1
  39071. | #define HAVE_TIME_H 1
  39072. | #define HAVE_UCONTEXT_H 1
  39073. | #define HAVE_UTIME_H 1
  39074. | #define HAVE_GMP_H 1
  39075. | #define HAVE_LIBGMP 1
  39076. | #define HAVE_TYPEOF 1
  39077. | #define HAVE_LONG_LONG 1
  39078. | #define HAVE_OFF_T 1
  39079. | #define SIZEOF_INT 4
  39080. | #define SIZEOF_SHORT 2
  39081. | #define SIZEOF_LONG 8
  39082. | #define SIZEOF_LONG_LONG 8
  39083. | #define SIZEOF___INT64 0
  39084. | #define SIZEOF___INT128 16
  39085. | #define SIZEOF_OFF_T 8
  39086. | #define SIZEOF_VOIDP 8
  39087. | #define SIZEOF_FLOAT 4
  39088. | #define SIZEOF_DOUBLE 8
  39089. | #define SIZEOF_TIME_T 8
  39090. | #define SIZEOF_CLOCK_T 8
  39091. | #define PACKED_STRUCT(x) x __attribute__((packed))
  39092. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  39093. | #define PRI_LL_PREFIX "ll"
  39094. | #define HAVE_PID_T 1
  39095. | #define rb_pid_t pid_t
  39096. | #define SIGNEDNESS_OF_PID_T -1
  39097. | #define PIDT2NUM(v) INT2NUM(v)
  39098. | #define NUM2PIDT(v) NUM2INT(v)
  39099. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  39100. | #define HAVE_UID_T 1
  39101. | #define rb_uid_t uid_t
  39102. | #define SIGNEDNESS_OF_UID_T +1
  39103. | #define UIDT2NUM(v) UINT2NUM(v)
  39104. | #define NUM2UIDT(v) NUM2UINT(v)
  39105. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  39106. | #define HAVE_GID_T 1
  39107. | #define rb_gid_t gid_t
  39108. | #define SIGNEDNESS_OF_GID_T +1
  39109. | #define GIDT2NUM(v) UINT2NUM(v)
  39110. | #define NUM2GIDT(v) NUM2UINT(v)
  39111. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  39112. | #define HAVE_TIME_T 1
  39113. | #define rb_time_t time_t
  39114. | #define SIGNEDNESS_OF_TIME_T -1
  39115. | #define TIMET2NUM(v) LONG2NUM(v)
  39116. | #define NUM2TIMET(v) NUM2LONG(v)
  39117. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  39118. | #define HAVE_DEV_T 1
  39119. | #define rb_dev_t dev_t
  39120. | #define SIGNEDNESS_OF_DEV_T -1
  39121. | #define DEVT2NUM(v) INT2NUM(v)
  39122. | #define NUM2DEVT(v) NUM2INT(v)
  39123. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  39124. | #define HAVE_MODE_T 1
  39125. | #define rb_mode_t mode_t
  39126. | #define SIGNEDNESS_OF_MODE_T +1
  39127. | #define MODET2NUM(v) USHORT2NUM(v)
  39128. | #define NUM2MODET(v) NUM2USHORT(v)
  39129. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  39130. | #define HAVE_RLIM_T 1
  39131. | #define rb_rlim_t rlim_t
  39132. | #define SIGNEDNESS_OF_RLIM_T +1
  39133. | #define RLIM2NUM(v) ULL2NUM(v)
  39134. | #define NUM2RLIM(v) NUM2ULL(v)
  39135. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  39136. | #define HAVE_OFF_T 1
  39137. | #define rb_off_t off_t
  39138. | #define SIGNEDNESS_OF_OFF_T -1
  39139. | #define OFFT2NUM(v) LL2NUM(v)
  39140. | #define NUM2OFFT(v) NUM2LL(v)
  39141. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  39142. | #define HAVE_CLOCKID_T 1
  39143. | #define rb_clockid_t clockid_t
  39144. | #define SIGNEDNESS_OF_CLOCKID_T +1
  39145. | #define CLOCKID2NUM(v) UINT2NUM(v)
  39146. | #define NUM2CLOCKID(v) NUM2UINT(v)
  39147. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  39148. | #define HAVE_PROTOTYPES 1
  39149. | #define TOKEN_PASTE(x,y) x##y
  39150. | #define STRINGIZE(expr) STRINGIZE0(expr)
  39151. | #define HAVE_STDARG_PROTOTYPES 1
  39152. | #define HAVE_VA_ARGS_MACRO 1
  39153. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  39154. | #define RUBY_ALIGNOF alignof
  39155. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  39156. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  39157. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  39158. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  39159. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  39160. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  39161. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  39162. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  39163. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  39164. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  39165. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  39166. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  39167. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  39168. | #define WEAK(x) __attribute__ ((__weak__)) x
  39169. | #define HAVE_FUNC_WEAK 1
  39170. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  39171. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  39172. | #define HAVE_GCC_SYNC_BUILTINS 1
  39173. | #define UNREACHABLE __builtin_unreachable()
  39174. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  39175. | #define RUBY_FUNCTION_NAME_STRING __func__
  39176. | #define ENUM_OVER_INT 1
  39177. | #define HAVE_DECL_SYS_NERR 1
  39178. | #define HAVE_DECL_GETENV 1
  39179. | #define SIZEOF_SIZE_T 8
  39180. | #define SIZEOF_PTRDIFF_T 8
  39181. | #define PRI_SIZE_PREFIX "z"
  39182. | #define PRI_PTRDIFF_PREFIX "t"
  39183. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  39184. | #define HAVE_ST_BLKSIZE 1
  39185. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  39186. | #define HAVE_ST_BLOCKS 1
  39187. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  39188. | #define HAVE_ST_RDEV 1
  39189. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  39190. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  39191. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  39192. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  39193. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  39194. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  39195. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  39196. | #define HAVE_STRUCT_TIMEVAL 1
  39197. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  39198. | #define HAVE_STRUCT_TIMESPEC 1
  39199. | #define HAVE_STRUCT_TIMEZONE 1
  39200. | #define HAVE_RB_FD_INIT 1
  39201. | #define HAVE_INT8_T 1
  39202. | #define SIZEOF_INT8_T 1
  39203. | #define HAVE_UINT8_T 1
  39204. | #define SIZEOF_UINT8_T 1
  39205. | #define HAVE_INT16_T 1
  39206. | #define SIZEOF_INT16_T 2
  39207. | #define HAVE_UINT16_T 1
  39208. | #define SIZEOF_UINT16_T 2
  39209. | #define HAVE_INT32_T 1
  39210. | #define SIZEOF_INT32_T 4
  39211. | #define HAVE_UINT32_T 1
  39212. | #define SIZEOF_UINT32_T 4
  39213. | #define HAVE_INT64_T 1
  39214. | #define SIZEOF_INT64_T 8
  39215. | #define HAVE_UINT64_T 1
  39216. | #define SIZEOF_UINT64_T 8
  39217. | #define HAVE_INT128_T 1
  39218. | #define int128_t __int128
  39219. | #define SIZEOF_INT128_T SIZEOF___INT128
  39220. | #define HAVE_UINT128_T 1
  39221. | #define uint128_t unsigned __int128
  39222. | #define SIZEOF_UINT128_T SIZEOF___INT128
  39223. | #define HAVE_INTPTR_T 1
  39224. | #define SIZEOF_INTPTR_T 8
  39225. | #define HAVE_UINTPTR_T 1
  39226. | #define SIZEOF_UINTPTR_T 8
  39227. | #define PRI_PTR_PREFIX "l"
  39228. | #define HAVE_SSIZE_T 1
  39229. | #define SIZEOF_SSIZE_T 8
  39230. | #define PRI_64_PREFIX "ll"
  39231. | #define GETGROUPS_T gid_t
  39232. | #define RETSIGTYPE void
  39233. | #define HAVE_ALLOCA_H 1
  39234. | #define HAVE_ALLOCA 1
  39235. | #define HAVE_ACOSH 1
  39236. | #define HAVE_CBRT 1
  39237. | #define HAVE_CRYPT 1
  39238. | #define HAVE_DUP2 1
  39239. | #define HAVE_ERF 1
  39240. | #define HAVE_FFS 1
  39241. | #define HAVE_FINITE 1
  39242. | #define HAVE_FLOCK 1
  39243. | #define HAVE_HYPOT 1
  39244. | #define HAVE_ISINF 1
  39245. | #define HAVE_ISNAN 1
  39246. | #define HAVE_LGAMMA_R 1
  39247. | #define HAVE_MEMMOVE 1
  39248. | #define HAVE_NAN 1
  39249. | #define HAVE_NEXTAFTER 1
  39250. | #define HAVE_STRCHR 1
  39251. | #define HAVE_STRERROR 1
  39252. | #define HAVE_STRLCAT 1
  39253. | #define HAVE_STRLCPY 1
  39254. | #define HAVE_STRSTR 1
  39255. | #define HAVE_TGAMMA 1
  39256. | #define SPT_TYPE SPT_REUSEARGV
  39257. | #define HAVE_SIGNBIT 1
  39258. | #define HAVE_FORK 1
  39259. | #define vfork fork
  39260. | #define HAVE_WORKING_FORK 1
  39261. | #define HAVE__LONGJMP 1
  39262. | #define HAVE_ARC4RANDOM_BUF 1
  39263. | #define HAVE_ATAN2L 1
  39264. | #define HAVE_ATAN2F 1
  39265. | #define HAVE_CHROOT 1
  39266. | #define HAVE_CLOCK_GETTIME 1
  39267. | #define HAVE_COSH 1
  39268. | #define HAVE_DIRFD 1
  39269. | #define HAVE_DLOPEN 1
  39270. | #define HAVE_DLADDR 1
  39271. | #define HAVE_DUP 1
  39272. | #define HAVE_ENDGRENT 1
  39273. | #define HAVE_FCHMOD 1
  39274. | #define HAVE_FCHOWN 1
  39275. | #define HAVE_FCNTL 1
  39276. | #define HAVE_FDOPENDIR 1
  39277. | #define HAVE_FGETATTRLIST 1
  39278. | #define HAVE_FMOD 1
  39279. | #define HAVE_FSTATAT 1
  39280. | #define HAVE_FSYNC 1
  39281. | #define HAVE_FTRUNCATE 1
  39282. | #define HAVE_GETATTRLIST 1
  39283. | #define HAVE_GETCWD 1
  39284. | #define HAVE_GETGRNAM 1
  39285. | #define HAVE_GETGRNAM_R 1
  39286. | #define HAVE_GETGROUPS 1
  39287. | #define HAVE_GETPGID 1
  39288. | #define HAVE_GETPGRP 1
  39289. | #define HAVE_GETPRIORITY 1
  39290. | #define HAVE_GETPWNAM_R 1
  39291. | #define HAVE_GETRLIMIT 1
  39292. | #define HAVE_GETSID 1
  39293. | #define HAVE_GETTIMEOFDAY 1
  39294. | #define HAVE_GMTIME_R 1
  39295. | #define HAVE_GRANTPT 1
  39296. | #define HAVE_INITGROUPS 1
  39297. | #define HAVE_IOCTL 1
  39298. | #define HAVE_ISSETUGID 1
  39299. | #define HAVE_KILLPG 1
  39300. | #define HAVE_LCHMOD 1
  39301. | #define HAVE_LCHOWN 1
  39302. | #define HAVE_LINK 1
  39303. | #define HAVE_LLABS 1
  39304. | #define HAVE_LOCKF 1
  39305. | #define HAVE_LOG2 1
  39306. | #define HAVE_LSTAT 1
  39307. | #define HAVE_LUTIMES 1
  39308. | #define HAVE_MALLOC_SIZE 1
  39309. | #define HAVE_MBLEN 1
  39310. | #define HAVE_MEMSET_S 1
  39311. | #define HAVE_WRITEV 1
  39312. | #define HAVE_MKFIFO 1
  39313. | #define HAVE_MKNOD 1
  39314. | #define HAVE_MKTIME 1
  39315. | #define HAVE_OPENAT 1
  39316. | #define HAVE_POLL 1
  39317. | #define HAVE_POSIX_MEMALIGN 1
  39318. | #define HAVE_PREAD 1
  39319. | #define HAVE_PWRITE 1
  39320. | #define HAVE_QSORT_R 1
  39321. | #define HAVE_READLINK 1
  39322. | #define HAVE_ROUND 1
  39323. | #define HAVE_SEEKDIR 1
  39324. | #define HAVE_SENDFILE 1
  39325. | #define HAVE_SETEGID 1
  39326. | #define HAVE_SETENV 1
  39327. | #define HAVE_SETEUID 1
  39328. | #define HAVE_SETGID 1
  39329. | #define HAVE_SETGROUPS 1
  39330. | #define HAVE_SETPGID 1
  39331. | #define HAVE_SETPGRP 1
  39332. | #define HAVE_SETREGID 1
  39333. | #define HAVE_SETREUID 1
  39334. | #define HAVE_SETRGID 1
  39335. | #define HAVE_SETRLIMIT 1
  39336. | #define HAVE_SETRUID 1
  39337. | #define HAVE_SETSID 1
  39338. | #define HAVE_SETUID 1
  39339. | #define HAVE_SHUTDOWN 1
  39340. | #define HAVE_SIGACTION 1
  39341. | #define HAVE_SIGALTSTACK 1
  39342. | #define HAVE_SIGPROCMASK 1
  39343. | #define HAVE_SINH 1
  39344. | #define HAVE_SYMLINK 1
  39345. | #define HAVE_SYSCONF 1
  39346. | #define HAVE_TANH 1
  39347. | #define HAVE_TELLDIR 1
  39348. | #define HAVE_TIMEGM 1
  39349. | #define HAVE_TIMES 1
  39350. | #define HAVE_TRUNCATE 1
  39351. | #define HAVE_UNSETENV 1
  39352. | #define HAVE_UTIMENSAT 1
  39353. | #define HAVE_UTIMES 1
  39354. | #define HAVE_WAIT4 1
  39355. | #define HAVE_WAITPID 1
  39356. | #if !defined __STDC_WANT_LIB_EXT1__
  39357. | #define __STDC_WANT_LIB_EXT1__ 1
  39358. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  39359. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  39360. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  39361. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  39362. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  39363. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  39364. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  39365. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  39366. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  39367. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  39368. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  39369. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  39370. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  39371. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  39372. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  39373. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  39374. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  39375. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  39376. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  39377. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  39378. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  39379. | #define HAVE_BSD_QSORT_R 1
  39380. | #define ATAN2_INF_C99 1
  39381. | #define HAVE_CLOCK_GETRES 1
  39382. | #define HAVE_STRUCT_TM_TM_ZONE 1
  39383. | #define HAVE_TM_ZONE 1
  39384. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  39385. | #define HAVE_DAYLIGHT 1
  39386. | #define NEGATIVE_TIME_T 1
  39387. | #define POSIX_SIGNAL 1
  39388. | #define HAVE_SIG_T 1
  39389. | #define RSHIFT(x,y) ((x)>>(int)(y))
  39390. | #define HAVE__SC_CLK_TCK 1
  39391. | #define STACK_GROW_DIRECTION -1
  39392. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  39393. | #define _REENTRANT 1
  39394. | #define _THREAD_SAFE 1
  39395. | #define HAVE_LIBPTHREAD 1
  39396. | #define HAVE_SCHED_YIELD 1
  39397. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  39398. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  39399. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  39400. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  39401. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  39402. | #define HAVE_PTHREAD_SIGMASK 1
  39403. | #define HAVE_PTHREAD_SETNAME_NP 1
  39404. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  39405. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  39406. | #define HAVE_MACH_O_LOADER_H 1
  39407. | #define HAVE_EXECINFO_H 1
  39408. | #define HAVE_LIBUNWIND_H 1
  39409. | #define HAVE_BACKTRACE 1
  39410. | #define BROKEN_BACKTRACE 1
  39411. | /* end confdefs.h. */
  39412. | #include <valgrind/memcheck.h>
  39413. configure:27346: result: no
  39414. configure:27346: checking for valgrind/memcheck.h
  39415. configure:27346: result: no
  39416. configure:27526: checking for strip
  39417. configure:27542: found /usr/bin/strip
  39418. configure:27553: result: strip
  39419. configure:27895: checking whether -Wl,--no-undefined is accepted as LDFLAGS
  39420. configure:27921: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -o conftest -O3 -ggdb3 -fno-common -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -Wl,--no-undefined conftest.c -lpthread -lgmp -ldl -lobjc >&5
  39421. ld: unknown option: --no-undefined
  39422. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  39423. configure:27921: $? = 1
  39424. configure: failed program was:
  39425. | /* confdefs.h */
  39426. | #define PACKAGE_NAME ""
  39427. | #define PACKAGE_TARNAME ""
  39428. | #define PACKAGE_VERSION ""
  39429. | #define PACKAGE_STRING ""
  39430. | #define PACKAGE_BUGREPORT ""
  39431. | #define PACKAGE_URL ""
  39432. | #define STDC_HEADERS 1
  39433. | #define HAVE_SYS_TYPES_H 1
  39434. | #define HAVE_SYS_STAT_H 1
  39435. | #define HAVE_STDLIB_H 1
  39436. | #define HAVE_STRING_H 1
  39437. | #define HAVE_MEMORY_H 1
  39438. | #define HAVE_STRINGS_H 1
  39439. | #define HAVE_INTTYPES_H 1
  39440. | #define HAVE_STDINT_H 1
  39441. | #define HAVE_UNISTD_H 1
  39442. | #define __EXTENSIONS__ 1
  39443. | #define _ALL_SOURCE 1
  39444. | #define _GNU_SOURCE 1
  39445. | #define _POSIX_PTHREAD_SEMANTICS 1
  39446. | #define _TANDEM_SOURCE 1
  39447. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  39448. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  39449. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  39450. | #define BROKEN_CRYPT 1
  39451. | #define HAVE_CRT_EXTERNS_H 1
  39452. | #define HAVE_LIBDL 1
  39453. | #define HAVE_DIRENT_H 1
  39454. | #define HAVE__BOOL 1
  39455. | #define HAVE_STDBOOL_H 1
  39456. | #define HAVE_SYS_WAIT_H 1
  39457. | #define HAVE_GRP_H 1
  39458. | #define HAVE_FCNTL_H 1
  39459. | #define HAVE_FLOAT_H 1
  39460. | #define HAVE_LANGINFO_H 1
  39461. | #define HAVE_LIMITS_H 1
  39462. | #define HAVE_LOCALE_H 1
  39463. | #define HAVE_MALLOC_MALLOC_H 1
  39464. | #define HAVE_PWD_H 1
  39465. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  39466. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  39467. | #define HAVE_STDALIGN_H 1
  39468. | #define HAVE_SYS_ATTR_H 1
  39469. | #define HAVE_SYS_FCNTL_H 1
  39470. | #define HAVE_SYS_FILE_H 1
  39471. | #define HAVE_SYS_IOCTL_H 1
  39472. | #define HAVE_SYS_PARAM_H 1
  39473. | #define HAVE_SYS_RESOURCE_H 1
  39474. | #define HAVE_SYS_SELECT_H 1
  39475. | #define HAVE_SYS_SOCKET_H 1
  39476. | #define HAVE_SYS_TIME_H 1
  39477. | #define HAVE_SYS_TIMES_H 1
  39478. | #define HAVE_SYS_UIO_H 1
  39479. | #define HAVE_TIME_H 1
  39480. | #define HAVE_UCONTEXT_H 1
  39481. | #define HAVE_UTIME_H 1
  39482. | #define HAVE_GMP_H 1
  39483. | #define HAVE_LIBGMP 1
  39484. | #define HAVE_TYPEOF 1
  39485. | #define HAVE_LONG_LONG 1
  39486. | #define HAVE_OFF_T 1
  39487. | #define SIZEOF_INT 4
  39488. | #define SIZEOF_SHORT 2
  39489. | #define SIZEOF_LONG 8
  39490. | #define SIZEOF_LONG_LONG 8
  39491. | #define SIZEOF___INT64 0
  39492. | #define SIZEOF___INT128 16
  39493. | #define SIZEOF_OFF_T 8
  39494. | #define SIZEOF_VOIDP 8
  39495. | #define SIZEOF_FLOAT 4
  39496. | #define SIZEOF_DOUBLE 8
  39497. | #define SIZEOF_TIME_T 8
  39498. | #define SIZEOF_CLOCK_T 8
  39499. | #define PACKED_STRUCT(x) x __attribute__((packed))
  39500. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  39501. | #define PRI_LL_PREFIX "ll"
  39502. | #define HAVE_PID_T 1
  39503. | #define rb_pid_t pid_t
  39504. | #define SIGNEDNESS_OF_PID_T -1
  39505. | #define PIDT2NUM(v) INT2NUM(v)
  39506. | #define NUM2PIDT(v) NUM2INT(v)
  39507. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  39508. | #define HAVE_UID_T 1
  39509. | #define rb_uid_t uid_t
  39510. | #define SIGNEDNESS_OF_UID_T +1
  39511. | #define UIDT2NUM(v) UINT2NUM(v)
  39512. | #define NUM2UIDT(v) NUM2UINT(v)
  39513. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  39514. | #define HAVE_GID_T 1
  39515. | #define rb_gid_t gid_t
  39516. | #define SIGNEDNESS_OF_GID_T +1
  39517. | #define GIDT2NUM(v) UINT2NUM(v)
  39518. | #define NUM2GIDT(v) NUM2UINT(v)
  39519. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  39520. | #define HAVE_TIME_T 1
  39521. | #define rb_time_t time_t
  39522. | #define SIGNEDNESS_OF_TIME_T -1
  39523. | #define TIMET2NUM(v) LONG2NUM(v)
  39524. | #define NUM2TIMET(v) NUM2LONG(v)
  39525. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  39526. | #define HAVE_DEV_T 1
  39527. | #define rb_dev_t dev_t
  39528. | #define SIGNEDNESS_OF_DEV_T -1
  39529. | #define DEVT2NUM(v) INT2NUM(v)
  39530. | #define NUM2DEVT(v) NUM2INT(v)
  39531. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  39532. | #define HAVE_MODE_T 1
  39533. | #define rb_mode_t mode_t
  39534. | #define SIGNEDNESS_OF_MODE_T +1
  39535. | #define MODET2NUM(v) USHORT2NUM(v)
  39536. | #define NUM2MODET(v) NUM2USHORT(v)
  39537. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  39538. | #define HAVE_RLIM_T 1
  39539. | #define rb_rlim_t rlim_t
  39540. | #define SIGNEDNESS_OF_RLIM_T +1
  39541. | #define RLIM2NUM(v) ULL2NUM(v)
  39542. | #define NUM2RLIM(v) NUM2ULL(v)
  39543. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  39544. | #define HAVE_OFF_T 1
  39545. | #define rb_off_t off_t
  39546. | #define SIGNEDNESS_OF_OFF_T -1
  39547. | #define OFFT2NUM(v) LL2NUM(v)
  39548. | #define NUM2OFFT(v) NUM2LL(v)
  39549. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  39550. | #define HAVE_CLOCKID_T 1
  39551. | #define rb_clockid_t clockid_t
  39552. | #define SIGNEDNESS_OF_CLOCKID_T +1
  39553. | #define CLOCKID2NUM(v) UINT2NUM(v)
  39554. | #define NUM2CLOCKID(v) NUM2UINT(v)
  39555. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  39556. | #define HAVE_PROTOTYPES 1
  39557. | #define TOKEN_PASTE(x,y) x##y
  39558. | #define STRINGIZE(expr) STRINGIZE0(expr)
  39559. | #define HAVE_STDARG_PROTOTYPES 1
  39560. | #define HAVE_VA_ARGS_MACRO 1
  39561. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  39562. | #define RUBY_ALIGNOF alignof
  39563. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  39564. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  39565. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  39566. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  39567. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  39568. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  39569. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  39570. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  39571. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  39572. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  39573. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  39574. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  39575. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  39576. | #define WEAK(x) __attribute__ ((__weak__)) x
  39577. | #define HAVE_FUNC_WEAK 1
  39578. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  39579. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  39580. | #define HAVE_GCC_SYNC_BUILTINS 1
  39581. | #define UNREACHABLE __builtin_unreachable()
  39582. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  39583. | #define RUBY_FUNCTION_NAME_STRING __func__
  39584. | #define ENUM_OVER_INT 1
  39585. | #define HAVE_DECL_SYS_NERR 1
  39586. | #define HAVE_DECL_GETENV 1
  39587. | #define SIZEOF_SIZE_T 8
  39588. | #define SIZEOF_PTRDIFF_T 8
  39589. | #define PRI_SIZE_PREFIX "z"
  39590. | #define PRI_PTRDIFF_PREFIX "t"
  39591. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  39592. | #define HAVE_ST_BLKSIZE 1
  39593. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  39594. | #define HAVE_ST_BLOCKS 1
  39595. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  39596. | #define HAVE_ST_RDEV 1
  39597. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  39598. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  39599. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  39600. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  39601. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  39602. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  39603. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  39604. | #define HAVE_STRUCT_TIMEVAL 1
  39605. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  39606. | #define HAVE_STRUCT_TIMESPEC 1
  39607. | #define HAVE_STRUCT_TIMEZONE 1
  39608. | #define HAVE_RB_FD_INIT 1
  39609. | #define HAVE_INT8_T 1
  39610. | #define SIZEOF_INT8_T 1
  39611. | #define HAVE_UINT8_T 1
  39612. | #define SIZEOF_UINT8_T 1
  39613. | #define HAVE_INT16_T 1
  39614. | #define SIZEOF_INT16_T 2
  39615. | #define HAVE_UINT16_T 1
  39616. | #define SIZEOF_UINT16_T 2
  39617. | #define HAVE_INT32_T 1
  39618. | #define SIZEOF_INT32_T 4
  39619. | #define HAVE_UINT32_T 1
  39620. | #define SIZEOF_UINT32_T 4
  39621. | #define HAVE_INT64_T 1
  39622. | #define SIZEOF_INT64_T 8
  39623. | #define HAVE_UINT64_T 1
  39624. | #define SIZEOF_UINT64_T 8
  39625. | #define HAVE_INT128_T 1
  39626. | #define int128_t __int128
  39627. | #define SIZEOF_INT128_T SIZEOF___INT128
  39628. | #define HAVE_UINT128_T 1
  39629. | #define uint128_t unsigned __int128
  39630. | #define SIZEOF_UINT128_T SIZEOF___INT128
  39631. | #define HAVE_INTPTR_T 1
  39632. | #define SIZEOF_INTPTR_T 8
  39633. | #define HAVE_UINTPTR_T 1
  39634. | #define SIZEOF_UINTPTR_T 8
  39635. | #define PRI_PTR_PREFIX "l"
  39636. | #define HAVE_SSIZE_T 1
  39637. | #define SIZEOF_SSIZE_T 8
  39638. | #define PRI_64_PREFIX "ll"
  39639. | #define GETGROUPS_T gid_t
  39640. | #define RETSIGTYPE void
  39641. | #define HAVE_ALLOCA_H 1
  39642. | #define HAVE_ALLOCA 1
  39643. | #define HAVE_ACOSH 1
  39644. | #define HAVE_CBRT 1
  39645. | #define HAVE_CRYPT 1
  39646. | #define HAVE_DUP2 1
  39647. | #define HAVE_ERF 1
  39648. | #define HAVE_FFS 1
  39649. | #define HAVE_FINITE 1
  39650. | #define HAVE_FLOCK 1
  39651. | #define HAVE_HYPOT 1
  39652. | #define HAVE_ISINF 1
  39653. | #define HAVE_ISNAN 1
  39654. | #define HAVE_LGAMMA_R 1
  39655. | #define HAVE_MEMMOVE 1
  39656. | #define HAVE_NAN 1
  39657. | #define HAVE_NEXTAFTER 1
  39658. | #define HAVE_STRCHR 1
  39659. | #define HAVE_STRERROR 1
  39660. | #define HAVE_STRLCAT 1
  39661. | #define HAVE_STRLCPY 1
  39662. | #define HAVE_STRSTR 1
  39663. | #define HAVE_TGAMMA 1
  39664. | #define SPT_TYPE SPT_REUSEARGV
  39665. | #define HAVE_SIGNBIT 1
  39666. | #define HAVE_FORK 1
  39667. | #define vfork fork
  39668. | #define HAVE_WORKING_FORK 1
  39669. | #define HAVE__LONGJMP 1
  39670. | #define HAVE_ARC4RANDOM_BUF 1
  39671. | #define HAVE_ATAN2L 1
  39672. | #define HAVE_ATAN2F 1
  39673. | #define HAVE_CHROOT 1
  39674. | #define HAVE_CLOCK_GETTIME 1
  39675. | #define HAVE_COSH 1
  39676. | #define HAVE_DIRFD 1
  39677. | #define HAVE_DLOPEN 1
  39678. | #define HAVE_DLADDR 1
  39679. | #define HAVE_DUP 1
  39680. | #define HAVE_ENDGRENT 1
  39681. | #define HAVE_FCHMOD 1
  39682. | #define HAVE_FCHOWN 1
  39683. | #define HAVE_FCNTL 1
  39684. | #define HAVE_FDOPENDIR 1
  39685. | #define HAVE_FGETATTRLIST 1
  39686. | #define HAVE_FMOD 1
  39687. | #define HAVE_FSTATAT 1
  39688. | #define HAVE_FSYNC 1
  39689. | #define HAVE_FTRUNCATE 1
  39690. | #define HAVE_GETATTRLIST 1
  39691. | #define HAVE_GETCWD 1
  39692. | #define HAVE_GETGRNAM 1
  39693. | #define HAVE_GETGRNAM_R 1
  39694. | #define HAVE_GETGROUPS 1
  39695. | #define HAVE_GETPGID 1
  39696. | #define HAVE_GETPGRP 1
  39697. | #define HAVE_GETPRIORITY 1
  39698. | #define HAVE_GETPWNAM_R 1
  39699. | #define HAVE_GETRLIMIT 1
  39700. | #define HAVE_GETSID 1
  39701. | #define HAVE_GETTIMEOFDAY 1
  39702. | #define HAVE_GMTIME_R 1
  39703. | #define HAVE_GRANTPT 1
  39704. | #define HAVE_INITGROUPS 1
  39705. | #define HAVE_IOCTL 1
  39706. | #define HAVE_ISSETUGID 1
  39707. | #define HAVE_KILLPG 1
  39708. | #define HAVE_LCHMOD 1
  39709. | #define HAVE_LCHOWN 1
  39710. | #define HAVE_LINK 1
  39711. | #define HAVE_LLABS 1
  39712. | #define HAVE_LOCKF 1
  39713. | #define HAVE_LOG2 1
  39714. | #define HAVE_LSTAT 1
  39715. | #define HAVE_LUTIMES 1
  39716. | #define HAVE_MALLOC_SIZE 1
  39717. | #define HAVE_MBLEN 1
  39718. | #define HAVE_MEMSET_S 1
  39719. | #define HAVE_WRITEV 1
  39720. | #define HAVE_MKFIFO 1
  39721. | #define HAVE_MKNOD 1
  39722. | #define HAVE_MKTIME 1
  39723. | #define HAVE_OPENAT 1
  39724. | #define HAVE_POLL 1
  39725. | #define HAVE_POSIX_MEMALIGN 1
  39726. | #define HAVE_PREAD 1
  39727. | #define HAVE_PWRITE 1
  39728. | #define HAVE_QSORT_R 1
  39729. | #define HAVE_READLINK 1
  39730. | #define HAVE_ROUND 1
  39731. | #define HAVE_SEEKDIR 1
  39732. | #define HAVE_SENDFILE 1
  39733. | #define HAVE_SETEGID 1
  39734. | #define HAVE_SETENV 1
  39735. | #define HAVE_SETEUID 1
  39736. | #define HAVE_SETGID 1
  39737. | #define HAVE_SETGROUPS 1
  39738. | #define HAVE_SETPGID 1
  39739. | #define HAVE_SETPGRP 1
  39740. | #define HAVE_SETREGID 1
  39741. | #define HAVE_SETREUID 1
  39742. | #define HAVE_SETRGID 1
  39743. | #define HAVE_SETRLIMIT 1
  39744. | #define HAVE_SETRUID 1
  39745. | #define HAVE_SETSID 1
  39746. | #define HAVE_SETUID 1
  39747. | #define HAVE_SHUTDOWN 1
  39748. | #define HAVE_SIGACTION 1
  39749. | #define HAVE_SIGALTSTACK 1
  39750. | #define HAVE_SIGPROCMASK 1
  39751. | #define HAVE_SINH 1
  39752. | #define HAVE_SYMLINK 1
  39753. | #define HAVE_SYSCONF 1
  39754. | #define HAVE_TANH 1
  39755. | #define HAVE_TELLDIR 1
  39756. | #define HAVE_TIMEGM 1
  39757. | #define HAVE_TIMES 1
  39758. | #define HAVE_TRUNCATE 1
  39759. | #define HAVE_UNSETENV 1
  39760. | #define HAVE_UTIMENSAT 1
  39761. | #define HAVE_UTIMES 1
  39762. | #define HAVE_WAIT4 1
  39763. | #define HAVE_WAITPID 1
  39764. | #if !defined __STDC_WANT_LIB_EXT1__
  39765. | #define __STDC_WANT_LIB_EXT1__ 1
  39766. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  39767. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  39768. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  39769. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  39770. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  39771. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  39772. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  39773. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  39774. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  39775. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  39776. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  39777. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  39778. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  39779. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  39780. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  39781. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  39782. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  39783. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  39784. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  39785. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  39786. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  39787. | #define HAVE_BSD_QSORT_R 1
  39788. | #define ATAN2_INF_C99 1
  39789. | #define HAVE_CLOCK_GETRES 1
  39790. | #define HAVE_STRUCT_TM_TM_ZONE 1
  39791. | #define HAVE_TM_ZONE 1
  39792. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  39793. | #define HAVE_DAYLIGHT 1
  39794. | #define NEGATIVE_TIME_T 1
  39795. | #define POSIX_SIGNAL 1
  39796. | #define HAVE_SIG_T 1
  39797. | #define RSHIFT(x,y) ((x)>>(int)(y))
  39798. | #define HAVE__SC_CLK_TCK 1
  39799. | #define STACK_GROW_DIRECTION -1
  39800. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  39801. | #define _REENTRANT 1
  39802. | #define _THREAD_SAFE 1
  39803. | #define HAVE_LIBPTHREAD 1
  39804. | #define HAVE_SCHED_YIELD 1
  39805. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  39806. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  39807. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  39808. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  39809. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  39810. | #define HAVE_PTHREAD_SIGMASK 1
  39811. | #define HAVE_PTHREAD_SETNAME_NP 1
  39812. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  39813. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  39814. | #define HAVE_MACH_O_LOADER_H 1
  39815. | #define HAVE_EXECINFO_H 1
  39816. | #define HAVE_LIBUNWIND_H 1
  39817. | #define HAVE_BACKTRACE 1
  39818. | #define BROKEN_BACKTRACE 1
  39819. | #define DLEXT_MAXLEN 7
  39820. | #define DLEXT ".bundle"
  39821. | #define LIBDIR_BASENAME "lib"
  39822. | /* end confdefs.h. */
  39823. |
  39824. | int
  39825. | main ()
  39826. | {
  39827. |
  39828. | ;
  39829. | return 0;
  39830. | }
  39831. configure:27927: result: no
  39832. configure:28307: checking whether wrapper for DYLD_FALLBACK_LIBRARY_PATH is needed
  39833. configure:28310: result: no
  39834. configure:28334: checking whether dtrace USDT is available
  39835. configure:28360: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  39836. configure:28360: $? = 0
  39837. configure:28374: result: yes(-xnolibs)
  39838. configure:28404: checking whether dtrace needs post processing
  39839. configure:28432: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  39840. configure:28432: $? = 0
  39841. configure:28458: result: no
  39842. configure:28510: checking for __builtin_setjmp
  39843. configure:28571: result: no
  39844. configure:28575: checking for _setjmpex as a macro or function
  39845. configure:28598: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  39846. conftest.c:401:10: fatal error: 'setjmpex.h' file not found
  39847. #include <setjmpex.h>
  39848. ^~~~~~~~~~~~
  39849. 1 error generated.
  39850. configure:28598: $? = 1
  39851. configure: failed program was:
  39852. | /* confdefs.h */
  39853. | #define PACKAGE_NAME ""
  39854. | #define PACKAGE_TARNAME ""
  39855. | #define PACKAGE_VERSION ""
  39856. | #define PACKAGE_STRING ""
  39857. | #define PACKAGE_BUGREPORT ""
  39858. | #define PACKAGE_URL ""
  39859. | #define STDC_HEADERS 1
  39860. | #define HAVE_SYS_TYPES_H 1
  39861. | #define HAVE_SYS_STAT_H 1
  39862. | #define HAVE_STDLIB_H 1
  39863. | #define HAVE_STRING_H 1
  39864. | #define HAVE_MEMORY_H 1
  39865. | #define HAVE_STRINGS_H 1
  39866. | #define HAVE_INTTYPES_H 1
  39867. | #define HAVE_STDINT_H 1
  39868. | #define HAVE_UNISTD_H 1
  39869. | #define __EXTENSIONS__ 1
  39870. | #define _ALL_SOURCE 1
  39871. | #define _GNU_SOURCE 1
  39872. | #define _POSIX_PTHREAD_SEMANTICS 1
  39873. | #define _TANDEM_SOURCE 1
  39874. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  39875. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  39876. | #define HAVE_STMT_AND_DECL_IN_EXPR 1
  39877. | #define BROKEN_CRYPT 1
  39878. | #define HAVE_CRT_EXTERNS_H 1
  39879. | #define HAVE_LIBDL 1
  39880. | #define HAVE_DIRENT_H 1
  39881. | #define HAVE__BOOL 1
  39882. | #define HAVE_STDBOOL_H 1
  39883. | #define HAVE_SYS_WAIT_H 1
  39884. | #define HAVE_GRP_H 1
  39885. | #define HAVE_FCNTL_H 1
  39886. | #define HAVE_FLOAT_H 1
  39887. | #define HAVE_LANGINFO_H 1
  39888. | #define HAVE_LIMITS_H 1
  39889. | #define HAVE_LOCALE_H 1
  39890. | #define HAVE_MALLOC_MALLOC_H 1
  39891. | #define HAVE_PWD_H 1
  39892. | #define HAVE_SANITIZER_ASAN_INTERFACE_H 1
  39893. | #define HAVE_SANITIZER_MSAN_INTERFACE_H 1
  39894. | #define HAVE_STDALIGN_H 1
  39895. | #define HAVE_SYS_ATTR_H 1
  39896. | #define HAVE_SYS_FCNTL_H 1
  39897. | #define HAVE_SYS_FILE_H 1
  39898. | #define HAVE_SYS_IOCTL_H 1
  39899. | #define HAVE_SYS_PARAM_H 1
  39900. | #define HAVE_SYS_RESOURCE_H 1
  39901. | #define HAVE_SYS_SELECT_H 1
  39902. | #define HAVE_SYS_SOCKET_H 1
  39903. | #define HAVE_SYS_TIME_H 1
  39904. | #define HAVE_SYS_TIMES_H 1
  39905. | #define HAVE_SYS_UIO_H 1
  39906. | #define HAVE_TIME_H 1
  39907. | #define HAVE_UCONTEXT_H 1
  39908. | #define HAVE_UTIME_H 1
  39909. | #define HAVE_GMP_H 1
  39910. | #define HAVE_LIBGMP 1
  39911. | #define HAVE_TYPEOF 1
  39912. | #define HAVE_LONG_LONG 1
  39913. | #define HAVE_OFF_T 1
  39914. | #define SIZEOF_INT 4
  39915. | #define SIZEOF_SHORT 2
  39916. | #define SIZEOF_LONG 8
  39917. | #define SIZEOF_LONG_LONG 8
  39918. | #define SIZEOF___INT64 0
  39919. | #define SIZEOF___INT128 16
  39920. | #define SIZEOF_OFF_T 8
  39921. | #define SIZEOF_VOIDP 8
  39922. | #define SIZEOF_FLOAT 4
  39923. | #define SIZEOF_DOUBLE 8
  39924. | #define SIZEOF_TIME_T 8
  39925. | #define SIZEOF_CLOCK_T 8
  39926. | #define PACKED_STRUCT(x) x __attribute__((packed))
  39927. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  39928. | #define PRI_LL_PREFIX "ll"
  39929. | #define HAVE_PID_T 1
  39930. | #define rb_pid_t pid_t
  39931. | #define SIGNEDNESS_OF_PID_T -1
  39932. | #define PIDT2NUM(v) INT2NUM(v)
  39933. | #define NUM2PIDT(v) NUM2INT(v)
  39934. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  39935. | #define HAVE_UID_T 1
  39936. | #define rb_uid_t uid_t
  39937. | #define SIGNEDNESS_OF_UID_T +1
  39938. | #define UIDT2NUM(v) UINT2NUM(v)
  39939. | #define NUM2UIDT(v) NUM2UINT(v)
  39940. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  39941. | #define HAVE_GID_T 1
  39942. | #define rb_gid_t gid_t
  39943. | #define SIGNEDNESS_OF_GID_T +1
  39944. | #define GIDT2NUM(v) UINT2NUM(v)
  39945. | #define NUM2GIDT(v) NUM2UINT(v)
  39946. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  39947. | #define HAVE_TIME_T 1
  39948. | #define rb_time_t time_t
  39949. | #define SIGNEDNESS_OF_TIME_T -1
  39950. | #define TIMET2NUM(v) LONG2NUM(v)
  39951. | #define NUM2TIMET(v) NUM2LONG(v)
  39952. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  39953. | #define HAVE_DEV_T 1
  39954. | #define rb_dev_t dev_t
  39955. | #define SIGNEDNESS_OF_DEV_T -1
  39956. | #define DEVT2NUM(v) INT2NUM(v)
  39957. | #define NUM2DEVT(v) NUM2INT(v)
  39958. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  39959. | #define HAVE_MODE_T 1
  39960. | #define rb_mode_t mode_t
  39961. | #define SIGNEDNESS_OF_MODE_T +1
  39962. | #define MODET2NUM(v) USHORT2NUM(v)
  39963. | #define NUM2MODET(v) NUM2USHORT(v)
  39964. | #define PRI_MODET_PREFIX PRI_SHORT_PREFIX
  39965. | #define HAVE_RLIM_T 1
  39966. | #define rb_rlim_t rlim_t
  39967. | #define SIGNEDNESS_OF_RLIM_T +1
  39968. | #define RLIM2NUM(v) ULL2NUM(v)
  39969. | #define NUM2RLIM(v) NUM2ULL(v)
  39970. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  39971. | #define HAVE_OFF_T 1
  39972. | #define rb_off_t off_t
  39973. | #define SIGNEDNESS_OF_OFF_T -1
  39974. | #define OFFT2NUM(v) LL2NUM(v)
  39975. | #define NUM2OFFT(v) NUM2LL(v)
  39976. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  39977. | #define HAVE_CLOCKID_T 1
  39978. | #define rb_clockid_t clockid_t
  39979. | #define SIGNEDNESS_OF_CLOCKID_T +1
  39980. | #define CLOCKID2NUM(v) UINT2NUM(v)
  39981. | #define NUM2CLOCKID(v) NUM2UINT(v)
  39982. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  39983. | #define HAVE_PROTOTYPES 1
  39984. | #define TOKEN_PASTE(x,y) x##y
  39985. | #define STRINGIZE(expr) STRINGIZE0(expr)
  39986. | #define HAVE_STDARG_PROTOTYPES 1
  39987. | #define HAVE_VA_ARGS_MACRO 1
  39988. | #define RUBY_ALIGNAS(x) __attribute__((__aligned__(x)))
  39989. | #define RUBY_ALIGNOF alignof
  39990. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  39991. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  39992. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  39993. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  39994. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  39995. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  39996. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  39997. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  39998. | #define NO_SANITIZE(san, x) __attribute__ ((__no_sanitize__(san))) x
  39999. | #define NO_SANITIZE_ADDRESS(x) __attribute__ ((__no_sanitize_address__)) x
  40000. | #define NO_ADDRESS_SAFETY_ANALYSIS(x) __attribute__ ((__no_address_safety_analysis__)) x
  40001. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  40002. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  40003. | #define WEAK(x) __attribute__ ((__weak__)) x
  40004. | #define HAVE_FUNC_WEAK 1
  40005. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  40006. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  40007. | #define HAVE_GCC_SYNC_BUILTINS 1
  40008. | #define UNREACHABLE __builtin_unreachable()
  40009. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  40010. | #define RUBY_FUNCTION_NAME_STRING __func__
  40011. | #define ENUM_OVER_INT 1
  40012. | #define HAVE_DECL_SYS_NERR 1
  40013. | #define HAVE_DECL_GETENV 1
  40014. | #define SIZEOF_SIZE_T 8
  40015. | #define SIZEOF_PTRDIFF_T 8
  40016. | #define PRI_SIZE_PREFIX "z"
  40017. | #define PRI_PTRDIFF_PREFIX "t"
  40018. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  40019. | #define HAVE_ST_BLKSIZE 1
  40020. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  40021. | #define HAVE_ST_BLOCKS 1
  40022. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  40023. | #define HAVE_ST_RDEV 1
  40024. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  40025. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  40026. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  40027. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  40028. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  40029. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  40030. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  40031. | #define HAVE_STRUCT_TIMEVAL 1
  40032. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  40033. | #define HAVE_STRUCT_TIMESPEC 1
  40034. | #define HAVE_STRUCT_TIMEZONE 1
  40035. | #define HAVE_RB_FD_INIT 1
  40036. | #define HAVE_INT8_T 1
  40037. | #define SIZEOF_INT8_T 1
  40038. | #define HAVE_UINT8_T 1
  40039. | #define SIZEOF_UINT8_T 1
  40040. | #define HAVE_INT16_T 1
  40041. | #define SIZEOF_INT16_T 2
  40042. | #define HAVE_UINT16_T 1
  40043. | #define SIZEOF_UINT16_T 2
  40044. | #define HAVE_INT32_T 1
  40045. | #define SIZEOF_INT32_T 4
  40046. | #define HAVE_UINT32_T 1
  40047. | #define SIZEOF_UINT32_T 4
  40048. | #define HAVE_INT64_T 1
  40049. | #define SIZEOF_INT64_T 8
  40050. | #define HAVE_UINT64_T 1
  40051. | #define SIZEOF_UINT64_T 8
  40052. | #define HAVE_INT128_T 1
  40053. | #define int128_t __int128
  40054. | #define SIZEOF_INT128_T SIZEOF___INT128
  40055. | #define HAVE_UINT128_T 1
  40056. | #define uint128_t unsigned __int128
  40057. | #define SIZEOF_UINT128_T SIZEOF___INT128
  40058. | #define HAVE_INTPTR_T 1
  40059. | #define SIZEOF_INTPTR_T 8
  40060. | #define HAVE_UINTPTR_T 1
  40061. | #define SIZEOF_UINTPTR_T 8
  40062. | #define PRI_PTR_PREFIX "l"
  40063. | #define HAVE_SSIZE_T 1
  40064. | #define SIZEOF_SSIZE_T 8
  40065. | #define PRI_64_PREFIX "ll"
  40066. | #define GETGROUPS_T gid_t
  40067. | #define RETSIGTYPE void
  40068. | #define HAVE_ALLOCA_H 1
  40069. | #define HAVE_ALLOCA 1
  40070. | #define HAVE_ACOSH 1
  40071. | #define HAVE_CBRT 1
  40072. | #define HAVE_CRYPT 1
  40073. | #define HAVE_DUP2 1
  40074. | #define HAVE_ERF 1
  40075. | #define HAVE_FFS 1
  40076. | #define HAVE_FINITE 1
  40077. | #define HAVE_FLOCK 1
  40078. | #define HAVE_HYPOT 1
  40079. | #define HAVE_ISINF 1
  40080. | #define HAVE_ISNAN 1
  40081. | #define HAVE_LGAMMA_R 1
  40082. | #define HAVE_MEMMOVE 1
  40083. | #define HAVE_NAN 1
  40084. | #define HAVE_NEXTAFTER 1
  40085. | #define HAVE_STRCHR 1
  40086. | #define HAVE_STRERROR 1
  40087. | #define HAVE_STRLCAT 1
  40088. | #define HAVE_STRLCPY 1
  40089. | #define HAVE_STRSTR 1
  40090. | #define HAVE_TGAMMA 1
  40091. | #define SPT_TYPE SPT_REUSEARGV
  40092. | #define HAVE_SIGNBIT 1
  40093. | #define HAVE_FORK 1
  40094. | #define vfork fork
  40095. | #define HAVE_WORKING_FORK 1
  40096. | #define HAVE__LONGJMP 1
  40097. | #define HAVE_ARC4RANDOM_BUF 1
  40098. | #define HAVE_ATAN2L 1
  40099. | #define HAVE_ATAN2F 1
  40100. | #define HAVE_CHROOT 1
  40101. | #define HAVE_CLOCK_GETTIME 1
  40102. | #define HAVE_COSH 1
  40103. | #define HAVE_DIRFD 1
  40104. | #define HAVE_DLOPEN 1
  40105. | #define HAVE_DLADDR 1
  40106. | #define HAVE_DUP 1
  40107. | #define HAVE_ENDGRENT 1
  40108. | #define HAVE_FCHMOD 1
  40109. | #define HAVE_FCHOWN 1
  40110. | #define HAVE_FCNTL 1
  40111. | #define HAVE_FDOPENDIR 1
  40112. | #define HAVE_FGETATTRLIST 1
  40113. | #define HAVE_FMOD 1
  40114. | #define HAVE_FSTATAT 1
  40115. | #define HAVE_FSYNC 1
  40116. | #define HAVE_FTRUNCATE 1
  40117. | #define HAVE_GETATTRLIST 1
  40118. | #define HAVE_GETCWD 1
  40119. | #define HAVE_GETGRNAM 1
  40120. | #define HAVE_GETGRNAM_R 1
  40121. | #define HAVE_GETGROUPS 1
  40122. | #define HAVE_GETPGID 1
  40123. | #define HAVE_GETPGRP 1
  40124. | #define HAVE_GETPRIORITY 1
  40125. | #define HAVE_GETPWNAM_R 1
  40126. | #define HAVE_GETRLIMIT 1
  40127. | #define HAVE_GETSID 1
  40128. | #define HAVE_GETTIMEOFDAY 1
  40129. | #define HAVE_GMTIME_R 1
  40130. | #define HAVE_GRANTPT 1
  40131. | #define HAVE_INITGROUPS 1
  40132. | #define HAVE_IOCTL 1
  40133. | #define HAVE_ISSETUGID 1
  40134. | #define HAVE_KILLPG 1
  40135. | #define HAVE_LCHMOD 1
  40136. | #define HAVE_LCHOWN 1
  40137. | #define HAVE_LINK 1
  40138. | #define HAVE_LLABS 1
  40139. | #define HAVE_LOCKF 1
  40140. | #define HAVE_LOG2 1
  40141. | #define HAVE_LSTAT 1
  40142. | #define HAVE_LUTIMES 1
  40143. | #define HAVE_MALLOC_SIZE 1
  40144. | #define HAVE_MBLEN 1
  40145. | #define HAVE_MEMSET_S 1
  40146. | #define HAVE_WRITEV 1
  40147. | #define HAVE_MKFIFO 1
  40148. | #define HAVE_MKNOD 1
  40149. | #define HAVE_MKTIME 1
  40150. | #define HAVE_OPENAT 1
  40151. | #define HAVE_POLL 1
  40152. | #define HAVE_POSIX_MEMALIGN 1
  40153. | #define HAVE_PREAD 1
  40154. | #define HAVE_PWRITE 1
  40155. | #define HAVE_QSORT_R 1
  40156. | #define HAVE_READLINK 1
  40157. | #define HAVE_ROUND 1
  40158. | #define HAVE_SEEKDIR 1
  40159. | #define HAVE_SENDFILE 1
  40160. | #define HAVE_SETEGID 1
  40161. | #define HAVE_SETENV 1
  40162. | #define HAVE_SETEUID 1
  40163. | #define HAVE_SETGID 1
  40164. | #define HAVE_SETGROUPS 1
  40165. | #define HAVE_SETPGID 1
  40166. | #define HAVE_SETPGRP 1
  40167. | #define HAVE_SETREGID 1
  40168. | #define HAVE_SETREUID 1
  40169. | #define HAVE_SETRGID 1
  40170. | #define HAVE_SETRLIMIT 1
  40171. | #define HAVE_SETRUID 1
  40172. | #define HAVE_SETSID 1
  40173. | #define HAVE_SETUID 1
  40174. | #define HAVE_SHUTDOWN 1
  40175. | #define HAVE_SIGACTION 1
  40176. | #define HAVE_SIGALTSTACK 1
  40177. | #define HAVE_SIGPROCMASK 1
  40178. | #define HAVE_SINH 1
  40179. | #define HAVE_SYMLINK 1
  40180. | #define HAVE_SYSCONF 1
  40181. | #define HAVE_TANH 1
  40182. | #define HAVE_TELLDIR 1
  40183. | #define HAVE_TIMEGM 1
  40184. | #define HAVE_TIMES 1
  40185. | #define HAVE_TRUNCATE 1
  40186. | #define HAVE_UNSETENV 1
  40187. | #define HAVE_UTIMENSAT 1
  40188. | #define HAVE_UTIMES 1
  40189. | #define HAVE_WAIT4 1
  40190. | #define HAVE_WAITPID 1
  40191. | #if !defined __STDC_WANT_LIB_EXT1__
  40192. | #define __STDC_WANT_LIB_EXT1__ 1
  40193. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  40194. | #define HAVE_BUILTIN___BUILTIN_ALLOCA_WITH_ALIGN 1
  40195. | #define HAVE_BUILTIN___BUILTIN_ASSUME_ALIGNED 1
  40196. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  40197. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  40198. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  40199. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  40200. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  40201. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  40202. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  40203. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  40204. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  40205. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  40206. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  40207. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  40208. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  40209. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  40210. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  40211. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  40212. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  40213. | #define HAVE_BUILTIN___BUILTIN_TRAP 1
  40214. | #define HAVE_BSD_QSORT_R 1
  40215. | #define ATAN2_INF_C99 1
  40216. | #define HAVE_CLOCK_GETRES 1
  40217. | #define HAVE_STRUCT_TM_TM_ZONE 1
  40218. | #define HAVE_TM_ZONE 1
  40219. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  40220. | #define HAVE_DAYLIGHT 1
  40221. | #define NEGATIVE_TIME_T 1
  40222. | #define POSIX_SIGNAL 1
  40223. | #define HAVE_SIG_T 1
  40224. | #define RSHIFT(x,y) ((x)>>(int)(y))
  40225. | #define HAVE__SC_CLK_TCK 1
  40226. | #define STACK_GROW_DIRECTION -1
  40227. | #define FIBER_USE_COROUTINE "coroutine/amd64/Context.h"
  40228. | #define _REENTRANT 1
  40229. | #define _THREAD_SAFE 1
  40230. | #define HAVE_LIBPTHREAD 1
  40231. | #define HAVE_SCHED_YIELD 1
  40232. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  40233. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  40234. | #define HAVE_PTHREAD_ATTR_GETGUARDSIZE 1
  40235. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  40236. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  40237. | #define HAVE_PTHREAD_SIGMASK 1
  40238. | #define HAVE_PTHREAD_SETNAME_NP 1
  40239. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  40240. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  40241. | #define HAVE_MACH_O_LOADER_H 1
  40242. | #define HAVE_EXECINFO_H 1
  40243. | #define HAVE_LIBUNWIND_H 1
  40244. | #define HAVE_BACKTRACE 1
  40245. | #define BROKEN_BACKTRACE 1
  40246. | #define DLEXT_MAXLEN 7
  40247. | #define DLEXT ".bundle"
  40248. | #define LIBDIR_BASENAME "lib"
  40249. | /* end confdefs.h. */
  40250. |
  40251. | #include <setjmp.h>
  40252. | #include <setjmpex.h>
  40253. |
  40254. | #define JMPARGS_1 env
  40255. | #define JMPARGS_2 env,1
  40256. | #define JMPARGS JMPARGS_1
  40257. |
  40258. | int
  40259. | main ()
  40260. | {
  40261. | jmp_buf env; _setjmpex(JMPARGS);
  40262. | ;
  40263. | return 0;
  40264. | }
  40265. configure:28606: result: no
  40266. configure:28614: checking for _setjmp as a macro or function
  40267. configure:28636: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  40268. configure:28636: $? = 0
  40269. configure:28644: result: yes
  40270. configure:28652: checking for sigsetjmp as a macro or function
  40271. configure:28674: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  40272. configure:28674: $? = 0
  40273. configure:28682: result: yes
  40274. configure:28689: checking for setjmp type
  40275. configure:28770: result: sigsetjmp,0
  40276. configure:28894: checking for prefix of external symbols
  40277. configure:28911: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  40278. configure:28911: $? = 0
  40279. configure:28923: result: _
  40280. configure:28978: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -pipe -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  40281. configure:28978: $? = 0
  40282. configure:29120: checking pthread.h usability
  40283. configure:29120: /Users/jdashton/.rvm/src/ruby-2.6.1/tool/darwin-cc gcc -c -O3 -ggdb3 -fno-common -pipe -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  40284. configure:29120: $? = 0
  40285. configure:29120: result: yes
  40286. configure:29120: checking pthread.h presence
  40287. configure:29120: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  40288. configure:29120: $? = 0
  40289. configure:29120: result: yes
  40290. configure:29120: checking for pthread.h
  40291. configure:29120: result: yes
  40292. configure:29150: checking if make is GNU make
  40293. configure:29166: result: yes
  40294. configure:29781: ruby library version = 2.6.0
  40295. configure:29986: creating ./config.status
  40296.  
  40297. ## ---------------------- ##
  40298. ## Running config.status. ##
  40299. ## ---------------------- ##
  40300.  
  40301. This file was extended by config.status, which was
  40302. generated by GNU Autoconf 2.69. Invocation command line was
  40303.  
  40304. CONFIG_FILES =
  40305. CONFIG_HEADERS =
  40306. CONFIG_LINKS =
  40307. CONFIG_COMMANDS =
  40308. $ ./config.status
  40309.  
  40310. on d11442.nadadventist.org
  40311.  
  40312. config.status:966: creating GNUmakefile
  40313. config.status:966: creating Makefile
  40314. config.status:966: creating ruby-2.6.pc
  40315.  
  40316. ## ---------------- ##
  40317. ## Cache variables. ##
  40318. ## ---------------- ##
  40319.  
  40320. ac_cv_build=x86_64-apple-darwin18.5.0
  40321. ac_cv_c_bigendian=no
  40322. ac_cv_c_char_unsigned=no
  40323. ac_cv_c_compiler_gnu=yes
  40324. ac_cv_c_const=yes
  40325. ac_cv_c_inline=inline
  40326. ac_cv_c_typeof=typeof
  40327. ac_cv_c_volatile=yes
  40328. ac_cv_cxx_compiler_gnu=yes
  40329. ac_cv_env_CCC_set=
  40330. ac_cv_env_CCC_value=
  40331. ac_cv_env_CC_set=set
  40332. ac_cv_env_CC_value=gcc
  40333. ac_cv_env_CFLAGS_set=
  40334. ac_cv_env_CFLAGS_value=
  40335. ac_cv_env_CPPFLAGS_set=
  40336. ac_cv_env_CPPFLAGS_value=
  40337. ac_cv_env_CPP_set=
  40338. ac_cv_env_CPP_value=
  40339. ac_cv_env_CXXFLAGS_set=
  40340. ac_cv_env_CXXFLAGS_value=
  40341. ac_cv_env_CXX_set=
  40342. ac_cv_env_CXX_value=
  40343. ac_cv_env_LDFLAGS_set=
  40344. ac_cv_env_LDFLAGS_value=
  40345. ac_cv_env_LIBS_set=
  40346. ac_cv_env_LIBS_value=
  40347. ac_cv_env_build_alias_set=
  40348. ac_cv_env_build_alias_value=
  40349. ac_cv_env_cflags_set=
  40350. ac_cv_env_cflags_value=
  40351. ac_cv_env_cppflags_set=
  40352. ac_cv_env_cppflags_value=
  40353. ac_cv_env_cxxflags_set=
  40354. ac_cv_env_cxxflags_value=
  40355. ac_cv_env_host_alias_set=
  40356. ac_cv_env_host_alias_value=
  40357. ac_cv_env_target_alias_set=
  40358. ac_cv_env_target_alias_value=
  40359. ac_cv_func___builtin_setjmp=no
  40360. ac_cv_func___syscall=no
  40361. ac_cv_func__longjmp=yes
  40362. ac_cv_func__setjmp=yes
  40363. ac_cv_func__setjmpex=no
  40364. ac_cv_func_acosh=yes
  40365. ac_cv_func_alloca_works=yes
  40366. ac_cv_func_arc4random_buf=yes
  40367. ac_cv_func_atan2f=yes
  40368. ac_cv_func_atan2l=yes
  40369. ac_cv_func_backtrace=yes
  40370. ac_cv_func_cbrt=yes
  40371. ac_cv_func_chroot=yes
  40372. ac_cv_func_chsize=no
  40373. ac_cv_func_clock_getres=yes
  40374. ac_cv_func_clock_gettime=yes
  40375. ac_cv_func_cosh=yes
  40376. ac_cv_func_crypt=yes
  40377. ac_cv_func_crypt_r=no
  40378. ac_cv_func_daemon=no
  40379. ac_cv_func_dirfd=yes
  40380. ac_cv_func_dl_iterate_phdr=no
  40381. ac_cv_func_dladdr=yes
  40382. ac_cv_func_dlopen=yes
  40383. ac_cv_func_dup2=yes
  40384. ac_cv_func_dup3=no
  40385. ac_cv_func_dup=yes
  40386. ac_cv_func_eaccess=no
  40387. ac_cv_func_endgrent=yes
  40388. ac_cv_func_erf=yes
  40389. ac_cv_func_eventfd=no
  40390. ac_cv_func_explicit_bzero=no
  40391. ac_cv_func_fchmod=yes
  40392. ac_cv_func_fchown=yes
  40393. ac_cv_func_fcntl=yes
  40394. ac_cv_func_fdatasync=no
  40395. ac_cv_func_fdopendir=yes
  40396. ac_cv_func_ffs=yes
  40397. ac_cv_func_fgetattrlist=yes
  40398. ac_cv_func_finite=yes
  40399. ac_cv_func_flock=yes
  40400. ac_cv_func_fmod=yes
  40401. ac_cv_func_fork=yes
  40402. ac_cv_func_fork_works=yes
  40403. ac_cv_func_fstatat=yes
  40404. ac_cv_func_fsync=yes
  40405. ac_cv_func_ftruncate64=no
  40406. ac_cv_func_ftruncate=yes
  40407. ac_cv_func_getattrlist=yes
  40408. ac_cv_func_getcontext=no
  40409. ac_cv_func_getcwd=yes
  40410. ac_cv_func_getgidx=no
  40411. ac_cv_func_getgrnam=yes
  40412. ac_cv_func_getgrnam_r=yes
  40413. ac_cv_func_getgroups=yes
  40414. ac_cv_func_getpgid=yes
  40415. ac_cv_func_getpgrp=yes
  40416. ac_cv_func_getpriority=yes
  40417. ac_cv_func_getpwnam_r=yes
  40418. ac_cv_func_getresgid=no
  40419. ac_cv_func_getresuid=no
  40420. ac_cv_func_getrlimit=yes
  40421. ac_cv_func_getsid=yes
  40422. ac_cv_func_gettimeofday=yes
  40423. ac_cv_func_getuidx=no
  40424. ac_cv_func_gmtime_r=yes
  40425. ac_cv_func_grantpt=yes
  40426. ac_cv_func_hypot=yes
  40427. ac_cv_func_initgroups=yes
  40428. ac_cv_func_ioctl=yes
  40429. ac_cv_func_isfinite=no
  40430. ac_cv_func_isinf=yes
  40431. ac_cv_func_isnan=yes
  40432. ac_cv_func_issetugid=yes
  40433. ac_cv_func_killpg=yes
  40434. ac_cv_func_lchmod=yes
  40435. ac_cv_func_lchown=yes
  40436. ac_cv_func_lgamma_r=yes
  40437. ac_cv_func_link=yes
  40438. ac_cv_func_llabs=yes
  40439. ac_cv_func_lockf=yes
  40440. ac_cv_func_log2=yes
  40441. ac_cv_func_lstat=yes
  40442. ac_cv_func_lutimes=yes
  40443. ac_cv_func_malloc_size=yes
  40444. ac_cv_func_malloc_usable_size=no
  40445. ac_cv_func_mblen=yes
  40446. ac_cv_func_memalign=no
  40447. ac_cv_func_memcmp_working=yes
  40448. ac_cv_func_memmem=no
  40449. ac_cv_func_memmove=yes
  40450. ac_cv_func_memrchr=no
  40451. ac_cv_func_memset_s=yes
  40452. ac_cv_func_mkfifo=yes
  40453. ac_cv_func_mknod=yes
  40454. ac_cv_func_mktime=yes
  40455. ac_cv_func_nan=yes
  40456. ac_cv_func_nextafter=yes
  40457. ac_cv_func_openat=yes
  40458. ac_cv_func_pipe2=no
  40459. ac_cv_func_poll=yes
  40460. ac_cv_func_posix_fadvise=no
  40461. ac_cv_func_posix_memalign=yes
  40462. ac_cv_func_ppoll=no
  40463. ac_cv_func_pread=yes
  40464. ac_cv_func_pthread_attr_get_np=no
  40465. ac_cv_func_pthread_attr_getguardsize=yes
  40466. ac_cv_func_pthread_attr_getstack=yes
  40467. ac_cv_func_pthread_attr_setinheritsched=yes
  40468. ac_cv_func_pthread_condattr_setclock=no
  40469. ac_cv_func_pthread_get_stackaddr_np=yes
  40470. ac_cv_func_pthread_get_stacksize_np=yes
  40471. ac_cv_func_pthread_getattr_np=no
  40472. ac_cv_func_pthread_getthrds_np=no
  40473. ac_cv_func_pthread_set_name_np=no
  40474. ac_cv_func_pthread_setname_np=yes
  40475. ac_cv_func_pthread_sigmask=yes
  40476. ac_cv_func_pthread_stackseg_np=no
  40477. ac_cv_func_pwrite=yes
  40478. ac_cv_func_qsort_r=yes
  40479. ac_cv_func_qsort_s=no
  40480. ac_cv_func_readlink=yes
  40481. ac_cv_func_round=yes
  40482. ac_cv_func_sched_getaffinity=no
  40483. ac_cv_func_sched_yield=yes
  40484. ac_cv_func_seekdir=yes
  40485. ac_cv_func_select_large_fdset=no
  40486. ac_cv_func_sendfile=yes
  40487. ac_cv_func_setcontext=no
  40488. ac_cv_func_setegid=yes
  40489. ac_cv_func_setenv=yes
  40490. ac_cv_func_seteuid=yes
  40491. ac_cv_func_setgid=yes
  40492. ac_cv_func_setgroups=yes
  40493. ac_cv_func_setpgid=yes
  40494. ac_cv_func_setpgrp=yes
  40495. ac_cv_func_setproctitle=no
  40496. ac_cv_func_setregid=yes
  40497. ac_cv_func_setresgid=no
  40498. ac_cv_func_setresuid=no
  40499. ac_cv_func_setreuid=yes
  40500. ac_cv_func_setrgid=yes
  40501. ac_cv_func_setrlimit=yes
  40502. ac_cv_func_setruid=yes
  40503. ac_cv_func_setsid=yes
  40504. ac_cv_func_setuid=yes
  40505. ac_cv_func_shutdown=yes
  40506. ac_cv_func_sigaction=yes
  40507. ac_cv_func_sigaltstack=yes
  40508. ac_cv_func_sigprocmask=yes
  40509. ac_cv_func_sigsetjmp=yes
  40510. ac_cv_func_sinh=yes
  40511. ac_cv_func_spawnv=no
  40512. ac_cv_func_strchr=yes
  40513. ac_cv_func_strerror=yes
  40514. ac_cv_func_strlcat=yes
  40515. ac_cv_func_strlcpy=yes
  40516. ac_cv_func_strstr=yes
  40517. ac_cv_func_symlink=yes
  40518. ac_cv_func_syscall=no
  40519. ac_cv_func_sysconf=yes
  40520. ac_cv_func_tanh=yes
  40521. ac_cv_func_telldir=yes
  40522. ac_cv_func_tgamma=yes
  40523. ac_cv_func_thr_stksegment=no
  40524. ac_cv_func_timegm=yes
  40525. ac_cv_func_times=yes
  40526. ac_cv_func_truncate64=no
  40527. ac_cv_func_truncate=yes
  40528. ac_cv_func_unsetenv=yes
  40529. ac_cv_func_utimensat=yes
  40530. ac_cv_func_utimes=yes
  40531. ac_cv_func_vfork=no
  40532. ac_cv_func_vfork_works=no
  40533. ac_cv_func_wait4=yes
  40534. ac_cv_func_waitpid=yes
  40535. ac_cv_func_writev=yes
  40536. ac_cv_have_decl_getenv=yes
  40537. ac_cv_have_decl_sys_nerr=yes
  40538. ac_cv_header_a_out_h=no
  40539. ac_cv_header_atomic_h=no
  40540. ac_cv_header_crt_externs_h=yes
  40541. ac_cv_header_direct_h=no
  40542. ac_cv_header_dirent_dirent_h=yes
  40543. ac_cv_header_execinfo_h=yes
  40544. ac_cv_header_fcntl_h=yes
  40545. ac_cv_header_float_h=yes
  40546. ac_cv_header_gmp_h=yes
  40547. ac_cv_header_grp_h=yes
  40548. ac_cv_header_ieeefp_h=no
  40549. ac_cv_header_intrinsics_h=no
  40550. ac_cv_header_inttypes_h=yes
  40551. ac_cv_header_langinfo_h=yes
  40552. ac_cv_header_libunwind_h=yes
  40553. ac_cv_header_limits_h=yes
  40554. ac_cv_header_locale_h=yes
  40555. ac_cv_header_mach_o_loader_h=yes
  40556. ac_cv_header_malloc_h=no
  40557. ac_cv_header_malloc_malloc_h=yes
  40558. ac_cv_header_malloc_np_h=no
  40559. ac_cv_header_memory_h=yes
  40560. ac_cv_header_minix_config_h=no
  40561. ac_cv_header_net_socket_h=no
  40562. ac_cv_header_process_h=no
  40563. ac_cv_header_pthread_h=yes
  40564. ac_cv_header_pthread_np_h=no
  40565. ac_cv_header_pwd_h=yes
  40566. ac_cv_header_sanitizer_asan_interface_h=yes
  40567. ac_cv_header_sanitizer_msan_interface_h=yes
  40568. ac_cv_header_setjmpex_h=no
  40569. ac_cv_header_stdalign_h=yes
  40570. ac_cv_header_stdbool_h=yes
  40571. ac_cv_header_stdc=yes
  40572. ac_cv_header_stdint_h=yes
  40573. ac_cv_header_stdlib_h=yes
  40574. ac_cv_header_string_h=yes
  40575. ac_cv_header_strings_h=yes
  40576. ac_cv_header_sys_attr_h=yes
  40577. ac_cv_header_sys_eventfd_h=no
  40578. ac_cv_header_sys_fcntl_h=yes
  40579. ac_cv_header_sys_file_h=yes
  40580. ac_cv_header_sys_id_h=no
  40581. ac_cv_header_sys_ioctl_h=yes
  40582. ac_cv_header_sys_mkdev_h=no
  40583. ac_cv_header_sys_param_h=yes
  40584. ac_cv_header_sys_prctl_h=no
  40585. ac_cv_header_sys_pstat_h=no
  40586. ac_cv_header_sys_resource_h=yes
  40587. ac_cv_header_sys_select_h=yes
  40588. ac_cv_header_sys_sendfile_h=no
  40589. ac_cv_header_sys_socket_h=yes
  40590. ac_cv_header_sys_stat_h=yes
  40591. ac_cv_header_sys_syscall_h=no
  40592. ac_cv_header_sys_sysmacros_h=no
  40593. ac_cv_header_sys_time_h=yes
  40594. ac_cv_header_sys_times_h=yes
  40595. ac_cv_header_sys_types_h=yes
  40596. ac_cv_header_sys_uio_h=yes
  40597. ac_cv_header_sys_utime_h=no
  40598. ac_cv_header_sys_wait_h=yes
  40599. ac_cv_header_syscall_h=no
  40600. ac_cv_header_time_h=yes
  40601. ac_cv_header_ucontext_h=yes
  40602. ac_cv_header_unistd_h=yes
  40603. ac_cv_header_utime_h=yes
  40604. ac_cv_header_valgrind_memcheck_h=no
  40605. ac_cv_header_vfork_h=no
  40606. ac_cv_host=x86_64-apple-darwin18.5.0
  40607. ac_cv_lib_crypt_crypt=no
  40608. ac_cv_lib_dl_dlopen=yes
  40609. ac_cv_lib_dld_shl_load=no
  40610. ac_cv_lib_execinfo_backtrace=no
  40611. ac_cv_lib_pthread___pthread_create=yes
  40612. ac_cv_lib_rt_timer_create=no
  40613. ac_cv_lib_rt_timer_settime=no
  40614. ac_cv_lib_socket_shutdown=no
  40615. ac_cv_lib_thr___pthread_create=no
  40616. ac_cv_member_struct_stat_st_atim=no
  40617. ac_cv_member_struct_stat_st_atimensec=no
  40618. ac_cv_member_struct_stat_st_atimespec=yes
  40619. ac_cv_member_struct_stat_st_birthtimespec=yes
  40620. ac_cv_member_struct_stat_st_blksize=yes
  40621. ac_cv_member_struct_stat_st_blocks=yes
  40622. ac_cv_member_struct_stat_st_ctim=no
  40623. ac_cv_member_struct_stat_st_ctimensec=no
  40624. ac_cv_member_struct_stat_st_ctimespec=yes
  40625. ac_cv_member_struct_stat_st_mtim=no
  40626. ac_cv_member_struct_stat_st_mtimensec=no
  40627. ac_cv_member_struct_stat_st_mtimespec=yes
  40628. ac_cv_member_struct_stat_st_rdev=yes
  40629. ac_cv_member_struct_tm_tm_zone=yes
  40630. ac_cv_objext=o
  40631. ac_cv_path_BASERUBY=/Users/jdashton/.rvm/rubies/ruby-2.5.3/bin/ruby
  40632. ac_cv_path_EGREP='/usr/local/bin/ggrep -E'
  40633. ac_cv_path_GREP=/usr/local/bin/ggrep
  40634. ac_cv_path_MJIT_CC=/usr/bin/gcc
  40635. ac_cv_path_NROFF=/usr/bin/nroff
  40636. ac_cv_path_install='/usr/local/opt/coreutils/bin/ginstall -c'
  40637. ac_cv_path_mkdir=/usr/local/opt/coreutils/bin/gmkdir
  40638. ac_cv_prog_CC=gcc
  40639. ac_cv_prog_CPP='gcc -E'
  40640. ac_cv_prog_CXX=g++
  40641. ac_cv_prog_DOT=dot
  40642. ac_cv_prog_DTRACE=dtrace
  40643. ac_cv_prog_PKG_CONFIG=pkg-config
  40644. ac_cv_prog_ac_ct_AR='libtool -static'
  40645. ac_cv_prog_ac_ct_AS=as
  40646. ac_cv_prog_ac_ct_LD=ld
  40647. ac_cv_prog_ac_ct_NM=nm
  40648. ac_cv_prog_ac_ct_OBJDUMP=objdump
  40649. ac_cv_prog_ac_ct_RANLIB=:
  40650. ac_cv_prog_ac_ct_STRIP=strip
  40651. ac_cv_prog_cc_c89=
  40652. ac_cv_prog_cc_g=yes
  40653. ac_cv_prog_codesign=codesign
  40654. ac_cv_prog_cxx_g=yes
  40655. ac_cv_prog_dsymutil=dsymutil
  40656. ac_cv_prog_gcc_traditional=no
  40657. ac_cv_prog_make_make_set=yes
  40658. ac_cv_safe_to_define___extensions__=yes
  40659. ac_cv_search___gmpz_init=-lgmp
  40660. ac_cv_search_opendir='none required'
  40661. ac_cv_sizeof___int128=16
  40662. ac_cv_sizeof___int64=0
  40663. ac_cv_sizeof_clock_t=8
  40664. ac_cv_sizeof_double=8
  40665. ac_cv_sizeof_float=4
  40666. ac_cv_sizeof_int16_t=2
  40667. ac_cv_sizeof_int32_t=4
  40668. ac_cv_sizeof_int64_t=8
  40669. ac_cv_sizeof_int8_t=1
  40670. ac_cv_sizeof_int=4
  40671. ac_cv_sizeof_intptr_t=8
  40672. ac_cv_sizeof_long=8
  40673. ac_cv_sizeof_long_long=8
  40674. ac_cv_sizeof_off_t=8
  40675. ac_cv_sizeof_ptrdiff_t=8
  40676. ac_cv_sizeof_short=2
  40677. ac_cv_sizeof_size_t=8
  40678. ac_cv_sizeof_ssize_t=8
  40679. ac_cv_sizeof_struct_stat_st_blocks=SIZEOF_OFF_T
  40680. ac_cv_sizeof_struct_stat_st_ino=SIZEOF_LONG
  40681. ac_cv_sizeof_struct_stat_st_size=SIZEOF_OFF_T
  40682. ac_cv_sizeof_struct_timeval_tv_sec=SIZEOF_TIME_T
  40683. ac_cv_sizeof_time_t=8
  40684. ac_cv_sizeof_uint16_t=2
  40685. ac_cv_sizeof_uint32_t=4
  40686. ac_cv_sizeof_uint64_t=8
  40687. ac_cv_sizeof_uint8_t=1
  40688. ac_cv_sizeof_uintptr_t=8
  40689. ac_cv_sizeof_voidp=8
  40690. ac_cv_struct_tm=time.h
  40691. ac_cv_sys_file_offset_bits=no
  40692. ac_cv_sys_largefile_CC=no
  40693. ac_cv_target=x86_64-apple-darwin18.5.0
  40694. ac_cv_type__Bool=yes
  40695. ac_cv_type_clockid_t=yes
  40696. ac_cv_type_dev_t=yes
  40697. ac_cv_type_fd_mask=yes
  40698. ac_cv_type_getgroups=gid_t
  40699. ac_cv_type_gid_t=yes
  40700. ac_cv_type_long_long=yes
  40701. ac_cv_type_mode_t=yes
  40702. ac_cv_type_off_t=yes
  40703. ac_cv_type_pid_t=yes
  40704. ac_cv_type_rlim_t=yes
  40705. ac_cv_type_sig_t=yes
  40706. ac_cv_type_signal=void
  40707. ac_cv_type_size_t=yes
  40708. ac_cv_type_struct_timespec=yes
  40709. ac_cv_type_struct_timeval=yes
  40710. ac_cv_type_struct_timezone=yes
  40711. ac_cv_type_time_t=yes
  40712. ac_cv_type_uid_t=yes
  40713. ac_cv_working_alloca_h=yes
  40714. rb_cv_arflags='-no_warning_for_no_symbols -o'
  40715. rb_cv_atan2_inf_c99=yes
  40716. rb_cv_binary_elf=no
  40717. rb_cv_broken_backtrace=yes
  40718. rb_cv_broken_crypt=yes
  40719. rb_cv_broken_glibc_ia64_erfc=no
  40720. rb_cv_broken_memmem=yes
  40721. rb_cv_bsd_qsort_r=yes
  40722. rb_cv_builtin___builtin_add_overflow=yes
  40723. rb_cv_builtin___builtin_alloca_with_align=yes
  40724. rb_cv_builtin___builtin_assume_aligned=yes
  40725. rb_cv_builtin___builtin_bswap16=yes
  40726. rb_cv_builtin___builtin_bswap32=yes
  40727. rb_cv_builtin___builtin_bswap64=yes
  40728. rb_cv_builtin___builtin_choose_expr=yes
  40729. rb_cv_builtin___builtin_choose_expr_constant_p=yes
  40730. rb_cv_builtin___builtin_clz=yes
  40731. rb_cv_builtin___builtin_clzl=yes
  40732. rb_cv_builtin___builtin_clzll=yes
  40733. rb_cv_builtin___builtin_constant_p=yes
  40734. rb_cv_builtin___builtin_ctz=yes
  40735. rb_cv_builtin___builtin_ctzll=yes
  40736. rb_cv_builtin___builtin_mul_overflow=yes
  40737. rb_cv_builtin___builtin_mul_overflow_p=no
  40738. rb_cv_builtin___builtin_popcount=yes
  40739. rb_cv_builtin___builtin_popcountll=yes
  40740. rb_cv_builtin___builtin_sub_overflow=yes
  40741. rb_cv_builtin___builtin_trap=yes
  40742. rb_cv_builtin___builtin_types_compatible_p=yes
  40743. rb_cv_char_bit=8
  40744. rb_cv_clockid_t_convertible=UINT
  40745. rb_cv_cppoutfile=yes
  40746. rb_cv_dev_t_convertible=INT
  40747. rb_cv_dlopen=yes
  40748. rb_cv_dtrace_available='yes(-xnolibs)'
  40749. rb_cv_dynamic_alloca=ok
  40750. rb_cv_enum_over_int=yes
  40751. rb_cv_fiber_coroutine=amd64
  40752. rb_cv_fork_with_pthread=yes
  40753. rb_cv_func___always_inline__='__attribute__ ((__always_inline__)) x'
  40754. rb_cv_func___builtin_unreachable=yes
  40755. rb_cv_func___const__='__attribute__ ((__const__)) x'
  40756. rb_cv_func___deprecated__='__attribute__ ((__deprecated__)) x'
  40757. rb_cv_func___error__=x
  40758. rb_cv_func___no_address_safety_analysis__='__attribute__ ((__no_address_safety_analysis__)) x'
  40759. rb_cv_func___no_sanitize_address__='__attribute__ ((__no_sanitize_address__)) x'
  40760. rb_cv_func___noinline__='__attribute__ ((__noinline__)) x'
  40761. rb_cv_func___noreturn__='__attribute__ ((__noreturn__)) x'
  40762. rb_cv_func___pure__='__attribute__ ((__pure__)) x'
  40763. rb_cv_func___unused__='__attribute__ ((__unused__)) x'
  40764. rb_cv_func___warn_unused_result__='__attribute__ ((__warn_unused_result__)) x'
  40765. rb_cv_func___warning__=x
  40766. rb_cv_func_cdecl='__attribute__ ((__cdecl__)) x'
  40767. rb_cv_func_deprecated_by='__attribute__ ((__deprecated__("by "#n))) x'
  40768. rb_cv_func_exported='__attribute__ ((__visibility__("default")))'
  40769. rb_cv_func_fastcall=x
  40770. rb_cv_func_minimized=x
  40771. rb_cv_func_no_sanitize='__attribute__ ((__no_sanitize__(san))) x'
  40772. rb_cv_func_pthread_setname_np_arguments='(name)'
  40773. rb_cv_func_stdcall=x
  40774. rb_cv_func_unoptimized=x
  40775. rb_cv_func_weak='__attribute__ ((__weak__)) x'
  40776. rb_cv_function_name_string=__func__
  40777. rb_cv_gcc_atomic_builtins=yes
  40778. rb_cv_gcc_function_alias=no
  40779. rb_cv_gcc_sync_builtins=yes
  40780. rb_cv_getcwd_malloc=yes
  40781. rb_cv_gid_t_convertible=UINT
  40782. rb_cv_gnu_qsort_r=no
  40783. rb_cv_have_alignas='__attribute__((__aligned__(x)))'
  40784. rb_cv_have_alignof=alignof
  40785. rb_cv_have_daylight=yes
  40786. rb_cv_have_prototypes=yes
  40787. rb_cv_have_sc_clk_tck=yes
  40788. rb_cv_have_signbit=yes
  40789. rb_cv_have_stmt_and_decl_in_expr=yes
  40790. rb_cv_large_fd_select=yes
  40791. rb_cv_localtime_overflow=yes
  40792. rb_cv_mcontext_t_ptr=yes
  40793. rb_cv_member_struct_tm_tm_gmtoff=yes
  40794. rb_cv_mode_t_convertible=USHORT
  40795. rb_cv_negative_time_t=yes
  40796. rb_cv_off_t_convertible=LL
  40797. rb_cv_packed_struct='x __attribute__((packed))'
  40798. rb_cv_pid_t_convertible=INT
  40799. rb_cv_pri_prefix_int64_t=ll
  40800. rb_cv_pri_prefix_intptr_t=l
  40801. rb_cv_pri_prefix_long_long=ll
  40802. rb_cv_pri_prefix_ptrdiff_t=t
  40803. rb_cv_pri_prefix_size_t=z
  40804. rb_cv_prog_dtrace_g=no
  40805. rb_cv_prog_gnu_ld=no
  40806. rb_cv_rlim_t_convertible=ULL
  40807. rb_cv_rshift_sign=yes
  40808. rb_cv_scalar_pthread_t=yes
  40809. rb_cv_stack_end_address=no
  40810. rb_cv_stack_grow_dir_x86_64=-1
  40811. rb_cv_stdarg=yes
  40812. rb_cv_string_literal_concatenation=yes
  40813. rb_cv_stringization='#expr'
  40814. rb_cv_symbol_prefix=_
  40815. rb_cv_target_archs=x86_64
  40816. rb_cv_time_t_convertible=LONG
  40817. rb_cv_tokenpaste=ansi
  40818. rb_cv_type_deprecated='x __attribute__ ((__deprecated__ mesg))'
  40819. rb_cv_type_int128_t=__int128
  40820. rb_cv_type_int16_t=yes
  40821. rb_cv_type_int32_t=yes
  40822. rb_cv_type_int64_t=yes
  40823. rb_cv_type_int8_t=yes
  40824. rb_cv_type_intptr_t=yes
  40825. rb_cv_type_ssize_t=yes
  40826. rb_cv_type_uint128_t='unsigned __int128'
  40827. rb_cv_type_uint16_t=yes
  40828. rb_cv_type_uint32_t=yes
  40829. rb_cv_type_uint64_t=yes
  40830. rb_cv_type_uint8_t=yes
  40831. rb_cv_type_uintptr_t=yes
  40832. rb_cv_uid_t_convertible=UINT
  40833. rb_cv_unsetenv_return_value=yes
  40834. rb_cv_va_args_macro=yes
  40835. rb_cv_warnflags='-Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens'
  40836. rb_cv_wsuppress_flags=-Qunused-arguments
  40837.  
  40838. ## ----------------- ##
  40839. ## Output variables. ##
  40840. ## ----------------- ##
  40841.  
  40842. $(POSTLINK)'
  40843. ALLOCA=''
  40844. AR='libtool -static'
  40845. ARCHFILE=''
  40846. ARCH_FLAG=''
  40847. ARFLAGS='-no_warning_for_no_symbols -o '
  40848. AS='as'
  40849. ASFLAGS=''
  40850. ASMEXT='S'
  40851. BASERUBY='/Users/jdashton/.rvm/rubies/ruby-2.5.3/bin/ruby --disable=gems'
  40852. BOOTSTRAPRUBY='$(MINIRUBY)'
  40853. BTESTRUBY='$(MINIRUBY)'
  40854. BUILTIN_ENCOBJS=' enc/ascii.$(OBJEXT) enc/us_ascii.$(OBJEXT) enc/unicode.$(OBJEXT) enc/utf_8.$(OBJEXT)'
  40855. BUILTIN_TRANSOBJS=' enc/trans/newline.$(OBJEXT)'
  40856. BUILTIN_TRANSSRCS=' enc/trans/newline.c'
  40857. CAPITARGET='nodoc'
  40858. CC='$(CC_WRAPPER) gcc'
  40859. CCDLFLAGS='-fno-common'
  40860. CC_VERSION='$(CC) --version'
  40861. CC_VERSION_MESSAGE='Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  40862. CC_WRAPPER=''
  40863. CFLAGS='${cflags} -fno-common -pipe'
  40864. CHDIR='cd -P'
  40865. COMMON_HEADERS=''
  40866. COMMON_LIBS=''
  40867. COMMON_MACROS=''
  40868. CONFIGURE='configure'
  40869. COUTFLAG='-o '
  40870. CP='cp'
  40871. CPP='$(CC) -E'
  40872. CPPFLAGS=' -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags}'
  40873. CPPOUTFILE='-o conftest.i'
  40874. CROSS_COMPILING='no'
  40875. CSRCFLAG=''
  40876. CXX='g++'
  40877. CXXFLAGS='${cxxflags}'
  40878. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1'
  40879. DEFS=''
  40880. DESTDIR=''
  40881. DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib'
  40882. DLDLIBS=''
  40883. DLDSHARED='$(CC) -dynamiclib'
  40884. DLEXT2=''
  40885. DLEXT='bundle'
  40886. DLLWRAP=''
  40887. DLNOBJ='dln.o'
  40888. DOT='dot'
  40889. DOXYGEN=''
  40890. DTRACE='dtrace'
  40891. DTRACE_EXT='d'
  40892. DTRACE_OBJ=''
  40893. DTRACE_OPT='-xnolibs'
  40894. DTRACE_REBUILD=''
  40895. ECHO_C='\c'
  40896. ECHO_N=''
  40897. ECHO_T=''
  40898. EGREP='/usr/local/bin/ggrep -E'
  40899. ENABLE_DEBUG_ENV=''
  40900. ENABLE_SHARED='yes'
  40901. ENCOBJS='dmyenc.$(OBJEXT)'
  40902. ENCSTATIC=''
  40903. EXECUTABLE_EXTS=''
  40904. EXEEXT=''
  40905. EXPORT_PREFIX=''
  40906. EXTDLDFLAGS=''
  40907. EXTLDFLAGS=''
  40908. EXTOBJS='dmyext.$(OBJEXT)'
  40909. EXTOUT='.ext'
  40910. EXTSTATIC=''
  40911. GCC='yes'
  40912. GIT='git'
  40913. GNU_LD='no'
  40914. GREP='/usr/local/bin/ggrep'
  40915. HAVE_BASERUBY='yes'
  40916. HAVE_GIT='yes'
  40917. INSTALLDOC='nodoc'
  40918. INSTALL_DATA='${INSTALL} -m 644'
  40919. INSTALL_PROGRAM='${INSTALL}'
  40920. INSTALL_SCRIPT='${INSTALL}'
  40921. INSTALL_STATIC_LIBRARY='no'
  40922. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  40923. LD='ld'
  40924. LDFLAGS='-L. -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib'
  40925. LDSHARED='$(CC) -dynamic -bundle'
  40926. LDSHAREDXX='$(CXX) -dynamic -bundle'
  40927. LIBEXT='a'
  40928. LIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.o ${LIBOBJDIR}setproctitle$U.o ${LIBOBJDIR}addr2line$U.o'
  40929. LIBPATHENV='DYLD_FALLBACK_LIBRARY_PATH'
  40930. LIBPATHFLAG=' -L%s'
  40931. LIBRUBY='$(LIBRUBY_SO)'
  40932. LIBRUBYARG='$(LIBRUBYARG_SHARED)'
  40933. LIBRUBYARG_SHARED='-l$(RUBY_SO_NAME)'
  40934. LIBRUBYARG_STATIC='-l$(RUBY_SO_NAME)-static -framework Security -framework Foundation $(MAINLIBS)'
  40935. LIBRUBY_A='lib$(RUBY_SO_NAME)-static.a'
  40936. LIBRUBY_ALIASES='lib$(RUBY_INSTALL_NAME).$(SOEXT)'
  40937. LIBRUBY_A_OBJS='$(OBJS)'
  40938. LIBRUBY_DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -install_name $(libdir)/$(LIBRUBY_SONAME) -compatibility_version $(RUBY_API_VERSION) -current_version $(RUBY_PROGRAM_VERSION) $(XLDFLAGS)'
  40939. LIBRUBY_LDSHARED='$(CC) -dynamiclib'
  40940. LIBRUBY_RELATIVE='no'
  40941. LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT)'
  40942. LIBRUBY_SONAME='$(LIBRUBY_SO)'
  40943. LIBS=''
  40944. LINK_SO='
  40945. LN_S='ln -s'
  40946. LTLIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.lo ${LIBOBJDIR}setproctitle$U.lo ${LIBOBJDIR}addr2line$U.lo'
  40947. MAINLIBS='-lpthread -lgmp -ldl -lobjc'
  40948. MAJOR='2'
  40949. MAKEDIRS='/usr/local/opt/coreutils/bin/gmkdir -p'
  40950. MAKEFILES='Makefile GNUmakefile'
  40951. MANTYPE='doc'
  40952. MATHN='yes'
  40953. MINIOBJS='dmydln.o'
  40954. MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common'
  40955. MINOR='6'
  40956. MJIT_CC='/usr/bin/gcc'
  40957. MJIT_CFLAGS='-w '
  40958. MJIT_DEBUGFLAGS='$(debugflags)'
  40959. MJIT_HEADER_FLAGS='-P -dD'
  40960. MJIT_HEADER_INSTALL_DIR='include/${RUBY_VERSION_NAME}/${arch}'
  40961. MJIT_LDSHARED='$(MJIT_CC) -dynamic -bundle'
  40962. MJIT_OPTFLAGS='$(optflags)'
  40963. MJIT_SUPPORT='yes'
  40964. MKDIR_P='/usr/local/opt/coreutils/bin/gmkdir -p'
  40965. NM='nm'
  40966. NULLCMD=':'
  40967. OBJCOPY=':'
  40968. OBJDUMP='objdump'
  40969. OBJEXT='o'
  40970. OUTFLAG='-o '
  40971. PACKAGE='ruby'
  40972. PACKAGE_BUGREPORT=''
  40973. PACKAGE_NAME=''
  40974. PACKAGE_STRING=''
  40975. PACKAGE_TARNAME=''
  40976. PACKAGE_URL=''
  40977. PACKAGE_VERSION=''
  40978. PATH_SEPARATOR=':'
  40979. PKG_CONFIG='pkg-config'
  40980. PLATFORM_DIR=''
  40981. POSTLINK='dsymutil $@; { test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@; }'
  40982. PRELOADENV='DYLD_INSERT_LIBRARIES'
  40983. PREP='miniruby$(EXEEXT)'
  40984. RANLIB=':'
  40985. RDOCTARGET='nodoc'
  40986. RI_BASE_NAME='ri'
  40987. RM='rm -f'
  40988. RMALL='rm -fr'
  40989. RMDIR='rmdir'
  40990. RMDIRS='rmdir -p'
  40991. RPATHFLAG=''
  40992. RUBYW_BASE_NAME='rubyw'
  40993. RUBYW_INSTALL_NAME=''
  40994. RUBY_API_VERSION='$(MAJOR).$(MINOR)'
  40995. RUBY_BASE_NAME='ruby'
  40996. RUBY_EXEC_PREFIX='/Users/jdashton/.rvm/rubies/ruby-2.6.1'
  40997. RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)'
  40998. RUBY_LIB_VERSION=''
  40999. RUBY_LIB_VERSION_STYLE='3 /* full */'
  41000. RUBY_PROGRAM_VERSION='2.6.1'
  41001. RUBY_SEARCH_PATH=''
  41002. RUBY_SO_NAME='$(RUBY_BASE_NAME).$(RUBY_API_VERSION)'
  41003. RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
  41004. RUNRUBY='$(RUNRUBY_COMMAND) --'
  41005. RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)'
  41006. SET_MAKE=''
  41007. SHELL='/bin/sh'
  41008. SOEXT='dylib'
  41009. SOLIBS='$(MAINLIBS)'
  41010. STATIC=''
  41011. STRIP='strip -A -n'
  41012. SYMBOL_PREFIX='_'
  41013. TEENY='1'
  41014. TEST_RUNNABLE='yes'
  41015. THREAD_MODEL='pthread'
  41016. TRY_LINK=''
  41017. Target: x86_64-apple-darwin18.5.0
  41018. Thread model: posix
  41019. UNIVERSAL_ARCHNAMES=''
  41020. UNIVERSAL_INTS=''
  41021. USE_RUBYGEMS='yes'
  41022. WERRORFLAG='-Werror'
  41023. WINDRES=''
  41024. XCC_WRAPPER='$(top_srcdir)/tool/darwin-cc'
  41025. XCFLAGS='-D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT'
  41026. XLDFLAGS='-fstack-protector-strong -framework Security -framework Foundation'
  41027. XRUBY='$(RUNRUBY)'
  41028. XRUBY_LIBDIR=''
  41029. XRUBY_RUBYHDRDIR=''
  41030. XRUBY_RUBYLIBDIR=''
  41031. X_FIBER_COROUTINE_H='coroutine/amd64/Context.h'
  41032. ac_ct_AR='libtool -static'
  41033. ac_ct_CC=''
  41034. ac_ct_CXX=''
  41035. ac_ct_NM='nm'
  41036. ac_ct_OBJCOPY=''
  41037. ac_ct_OBJDUMP='objdump'
  41038. ac_ct_RANLIB=':'
  41039. arch='x86_64-darwin18'
  41040. archincludedir='${includedir}/${arch}'
  41041. archlibdir='${libdir}/${arch}'
  41042. bindir='${exec_prefix}/bin'
  41043. build='x86_64-apple-darwin18.5.0'
  41044. build_alias=''
  41045. build_cpu='x86_64'
  41046. build_os='darwin18.5.0'
  41047. build_vendor='apple'
  41048. cflags='${optflags} ${debugflags} ${warnflags}'
  41049. codesign='codesign'
  41050. configure_args=' '\''--prefix=/Users/jdashton/.rvm/rubies/ruby-2.6.1'\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/libksba:/usr/local/opt/readline:/usr/local/opt/zlib:/usr/local/opt/openssl@1.1'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''CC=gcc'\'''
  41051. cppflags=''
  41052. cxxflags='${optflags} ${debugflags} ${warnflags}'
  41053. datadir='${datarootdir}'
  41054. datarootdir='${prefix}/share'
  41055. debugflags='-ggdb3'
  41056. docdir='${datarootdir}/doc/${PACKAGE}'
  41057. dsymutil='dsymutil'
  41058. dvidir='${docdir}'
  41059. exec='exec'
  41060. exec_prefix='${prefix}'
  41061. host='x86_64-apple-darwin18.5.0'
  41062. host_alias=''
  41063. host_cpu='x86_64'
  41064. host_os='darwin18.5.0'
  41065. host_vendor='apple'
  41066. htmldir='${docdir}'
  41067. includedir='${prefix}/include'
  41068. infodir='${datarootdir}/info'
  41069. libdir='${exec_prefix}/lib'
  41070. libdirname='libdir'
  41071. libexecdir='${exec_prefix}/libexec'
  41072. localedir='${datarootdir}/locale'
  41073. localstatedir='${prefix}/var'
  41074. mandir='${datarootdir}/man'
  41075. oldincludedir='/usr/include'
  41076. optflags='-O3'
  41077. pdfdir='${docdir}'
  41078. prefix='/Users/jdashton/.rvm/rubies/ruby-2.6.1'
  41079. program_transform_name='s&^&&'
  41080. psdir='${docdir}'
  41081. ridir='${datarootdir}/${RI_BASE_NAME}'
  41082. ruby_pc='ruby-2.6.pc'
  41083. ruby_version='2.6.0'
  41084. rubyarchdir='${rubylibdir}/${arch}'
  41085. rubyarchhdrdir='${rubyhdrdir}/${arch}'
  41086. rubyarchprefix='${rubylibprefix}/${arch}'
  41087. rubyhdrdir='${includedir}/${RUBY_VERSION_NAME}'
  41088. rubylibdir='${rubylibprefix}/${ruby_version}'
  41089. rubylibprefix='${libdir}/${RUBY_BASE_NAME}'
  41090. rubysitearchprefix='${rubylibprefix}/${sitearch}'
  41091. rubyw_install_name=''
  41092. sbindir='${exec_prefix}/sbin'
  41093. setup='Setup'
  41094. sharedstatedir='${prefix}/com'
  41095. sitearch='${arch}'
  41096. sitearchdir='${sitelibdir}/${sitearch}'
  41097. sitearchhdrdir='${sitehdrdir}/${sitearch}'
  41098. sitearchincludedir='${includedir}/${sitearch}'
  41099. sitearchlibdir='${libdir}/${sitearch}'
  41100. sitedir='${rubylibprefix}/site_ruby'
  41101. sitehdrdir='${rubyhdrdir}/site_ruby'
  41102. sitelibdir='${sitedir}/${ruby_version}'
  41103. strict_warnflags=''
  41104. sysconfdir='${prefix}/etc'
  41105. target='x86_64-apple-darwin18'
  41106. target_alias=''
  41107. target_cpu='x86_64'
  41108. target_os='darwin18'
  41109. target_vendor='apple'
  41110. try_header=''
  41111. vendorarchdir='${vendorlibdir}/${sitearch}'
  41112. vendorarchhdrdir='${vendorhdrdir}/${sitearch}'
  41113. vendordir='${rubylibprefix}/vendor_ruby'
  41114. vendorhdrdir='${rubyhdrdir}/vendor_ruby'
  41115. vendorlibdir='${vendordir}/${ruby_version}'
  41116. warnflags='-Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens'
  41117.  
  41118. configure: exit 0
Add Comment
Please, Sign In to add comment