Guest User

Untitled

a guest
Jan 3rd, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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/jpowell/.rvm/rubies/ruby-2.5.0 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl@1.1 --disable-install-doc --enable-shared
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Joshuas-MacBook-Pro-2.local
  14. uname -m = x86_64
  15. uname -r = 17.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/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 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 390 tasks, 1867 threads, 4 processors
  34. Load average: 21.89, Mach factor: 0.17
  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/jpowell/.rvm/gems/ruby-2.4.2/bin
  45. PATH: /Users/jpowell/.rvm/gems/ruby-2.4.2@global/bin
  46. PATH: /Users/jpowell/.rvm/rubies/ruby-2.4.2/bin
  47. PATH: /usr/local/bin
  48. PATH: /Users/jpowell/.nvm/versions/node/v7.2.1/bin
  49. PATH: /usr/local/Cellar/zplug/2.4.1/bin
  50. PATH: /usr/local/opt/zplug/bin
  51. PATH: /Users/jpowell/.cargo/bin
  52. PATH: /usr/local/bin
  53. PATH: /usr/bin
  54. PATH: /bin
  55. PATH: /usr/sbin
  56. PATH: /sbin
  57. PATH: /Library/TeX/texbin
  58. PATH: /usr/local/MacGPG2/bin
  59. PATH: /usr/local/m-cli
  60. PATH: .git/safe/../../bin
  61. PATH: /Users/jpowell/.bin
  62. PATH: /usr/local/sbin
  63. PATH: /Users/jpowell/.rvm/bin
  64.  
  65.  
  66. ## ----------- ##
  67. ## Core tests. ##
  68. ## ----------- ##
  69.  
  70. configure:2962: checking for ruby
  71. configure:2980: found /Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby
  72. configure:2993: result: /Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby
  73. configure:3079: checking build system type
  74. configure:3093: result: x86_64-apple-darwin17.3.0
  75. configure:3181: checking host system type
  76. configure:3194: result: x86_64-apple-darwin17.3.0
  77. configure:3214: checking target system type
  78. configure:3227: result: x86_64-apple-darwin17.3.0
  79. configure:3888: checking for C compiler version
  80. configure:3897: gcc --version >&5
  81. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  82. Target: x86_64-apple-darwin17.3.0
  83. Thread model: posix
  84. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  85. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  86. configure:3908: $? = 0
  87. configure:3897: gcc -v >&5
  88. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  89. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  90. Target: x86_64-apple-darwin17.3.0
  91. Thread model: posix
  92. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  93. configure:3908: $? = 0
  94. configure:3897: gcc -V >&5
  95. clang: error: argument to '-V' is missing (expected 1 value)
  96. clang: error: no input files
  97. configure:3908: $? = 1
  98. configure:3897: gcc -qversion >&5
  99. clang: error: unknown argument: '-qversion'
  100. clang: error: no input files
  101. configure:3908: $? = 1
  102. configure:3928: checking whether the C compiler works
  103. configure:3950: gcc conftest.c >&5
  104. configure:3954: $? = 0
  105. configure:4002: result: yes
  106. configure:4005: checking for C compiler default output file name
  107. configure:4007: result: a.out
  108. configure:4013: checking for suffix of executables
  109. configure:4020: gcc -o conftest conftest.c >&5
  110. configure:4024: $? = 0
  111. configure:4046: result:
  112. configure:4068: checking whether we are cross compiling
  113. configure:4076: gcc -o conftest conftest.c >&5
  114. configure:4080: $? = 0
  115. configure:4087: ./conftest
  116. configure:4091: $? = 0
  117. configure:4106: result: no
  118. configure:4111: checking for suffix of object files
  119. configure:4133: gcc -c conftest.c >&5
  120. configure:4137: $? = 0
  121. configure:4158: result: o
  122. configure:4162: checking whether we are using the GNU C compiler
  123. configure:4181: gcc -c conftest.c >&5
  124. configure:4181: $? = 0
  125. configure:4190: result: yes
  126. configure:4199: checking whether gcc accepts -g
  127. configure:4219: gcc -c -g conftest.c >&5
  128. configure:4219: $? = 0
  129. configure:4260: result: yes
  130. configure:4277: checking for gcc option to accept ISO C89
  131. configure:4340: gcc -c -g -O2 conftest.c >&5
  132. configure:4340: $? = 0
  133. configure:4353: result: none needed
  134. configure:4509: checking for C++ compiler version
  135. configure:4518: g++ --version >&5
  136. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  137. Target: x86_64-apple-darwin17.3.0
  138. Thread model: posix
  139. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  140. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  141. configure:4529: $? = 0
  142. configure:4518: g++ -v >&5
  143. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  144. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  145. Target: x86_64-apple-darwin17.3.0
  146. Thread model: posix
  147. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  148. configure:4529: $? = 0
  149. configure:4518: g++ -V >&5
  150. clang: error: argument to '-V' is missing (expected 1 value)
  151. clang: error: no input files
  152. configure:4529: $? = 1
  153. configure:4518: g++ -qversion >&5
  154. clang: error: unknown argument: '-qversion'
  155. clang: error: no input files
  156. configure:4529: $? = 1
  157. configure:4533: checking whether we are using the GNU C++ compiler
  158. configure:4552: g++ -c conftest.cpp >&5
  159. configure:4552: $? = 0
  160. configure:4561: result: yes
  161. configure:4570: checking whether g++ accepts -g
  162. configure:4590: g++ -c -g conftest.cpp >&5
  163. configure:4590: $? = 0
  164. configure:4631: result: yes
  165. configure:4660: checking how to run the C preprocessor
  166. configure:4691: gcc -E conftest.c
  167. configure:4691: $? = 0
  168. configure:4705: gcc -E conftest.c
  169. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  170. #include <ac_nonexistent.h>
  171. ^~~~~~~~~~~~~~~~~~
  172. 1 error generated.
  173. configure:4705: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h */
  176. | #define PACKAGE_NAME ""
  177. | #define PACKAGE_TARNAME ""
  178. | #define PACKAGE_VERSION ""
  179. | #define PACKAGE_STRING ""
  180. | #define PACKAGE_BUGREPORT ""
  181. | #define PACKAGE_URL ""
  182. | #define CANONICALIZATION_FOR_MATHN 1
  183. | /* end confdefs.h. */
  184. | #include <ac_nonexistent.h>
  185. configure:4730: result: gcc -E
  186. configure:4750: gcc -E conftest.c
  187. configure:4750: $? = 0
  188. configure:4764: gcc -E conftest.c
  189. conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
  190. #include <ac_nonexistent.h>
  191. ^~~~~~~~~~~~~~~~~~
  192. 1 error generated.
  193. configure:4764: $? = 1
  194. configure: failed program was:
  195. | /* confdefs.h */
  196. | #define PACKAGE_NAME ""
  197. | #define PACKAGE_TARNAME ""
  198. | #define PACKAGE_VERSION ""
  199. | #define PACKAGE_STRING ""
  200. | #define PACKAGE_BUGREPORT ""
  201. | #define PACKAGE_URL ""
  202. | #define CANONICALIZATION_FOR_MATHN 1
  203. | /* end confdefs.h. */
  204. | #include <ac_nonexistent.h>
  205. configure:4846: checking for grep that handles long lines and -e
  206. configure:4904: result: /usr/bin/grep
  207. configure:4909: checking for egrep
  208. configure:4971: result: /usr/bin/grep -E
  209. configure:4977: checking whether gcc needs -traditional
  210. conftest.c:10:10: fatal error: 'termio.h' file not found
  211. #include <termio.h>
  212. ^~~~~~~~~~
  213. 1 error generated.
  214. configure:5011: result: no
  215. configure:5165: checking for ld
  216. configure:5181: found /usr/bin/ld
  217. configure:5192: result: ld
  218. configure:5241: checking whether the linker is GNU ld
  219. configure:5256: result: no
  220. configure:5260: checking whether gcc -E accepts -o
  221. configure:5272: gcc -E -o conftest-1.i conftest.c
  222. configure:5272: $? = 0
  223. configure:5279: result: yes
  224. configure:5433: checking for real target cpu
  225. configure:5452: result: x86_64
  226. configure:5629: checking for ranlib
  227. configure:5656: result: :
  228. configure:5721: checking for ar
  229. configure:5748: result: libtool -static
  230. configure:5817: checking for libtool -static flags
  231. configure:5830: result: -no_warning_for_no_symbols -o
  232. configure:5878: checking for as
  233. configure:5894: found /usr/bin/as
  234. configure:5905: result: as
  235. configure:5987: checking for objdump
  236. configure:6003: found /usr/bin/objdump
  237. configure:6014: result: objdump
  238. configure:6087: checking for objcopy
  239. configure:6117: result: no
  240. configure:6087: checking for gobjcopy
  241. configure:6117: result: no
  242. configure:6532: checking for nm
  243. configure:6548: found /usr/bin/nm
  244. configure:6559: result: nm
  245. configure:6582: checking whether ln -s works
  246. configure:6586: result: yes
  247. configure:6593: checking whether make sets $(MAKE)
  248. configure:6615: result: yes
  249. configure:6638: checking for a BSD-compatible install
  250. configure:6706: result: /usr/local/opt/coreutils/bin/ginstall -c
  251. configure:6717: checking for a thread-safe mkdir -p
  252. configure:6756: result: /usr/local/opt/coreutils/bin/gmkdir -p
  253. configure:6782: checking for dtrace
  254. configure:6798: found /usr/sbin/dtrace
  255. configure:6809: result: dtrace
  256. configure:6863: checking for dot
  257. configure:6879: found /usr/local/bin/dot
  258. configure:6890: result: dot
  259. configure:6905: checking for doxygen
  260. configure:6921: found /usr/local/bin/doxygen
  261. configure:6932: result: doxygen
  262. configure:6946: checking for pkg-config
  263. configure:6967: found /usr/local/opt/pkg-config/bin/pkg-config
  264. configure:6990: result: pkg-config
  265. configure:7000: checking for ANSI C header files
  266. configure:7020: gcc -c -g -O2 conftest.c >&5
  267. configure:7020: $? = 0
  268. configure:7093: gcc -o conftest -g -O2 conftest.c >&5
  269. configure:7093: $? = 0
  270. configure:7093: ./conftest
  271. configure:7093: $? = 0
  272. configure:7104: result: yes
  273. configure:7117: checking for sys/types.h
  274. configure:7117: gcc -c -g -O2 conftest.c >&5
  275. configure:7117: $? = 0
  276. configure:7117: result: yes
  277. configure:7117: checking for sys/stat.h
  278. configure:7117: gcc -c -g -O2 conftest.c >&5
  279. configure:7117: $? = 0
  280. configure:7117: result: yes
  281. configure:7117: checking for stdlib.h
  282. configure:7117: gcc -c -g -O2 conftest.c >&5
  283. configure:7117: $? = 0
  284. configure:7117: result: yes
  285. configure:7117: checking for string.h
  286. configure:7117: gcc -c -g -O2 conftest.c >&5
  287. configure:7117: $? = 0
  288. configure:7117: result: yes
  289. configure:7117: checking for memory.h
  290. configure:7117: gcc -c -g -O2 conftest.c >&5
  291. configure:7117: $? = 0
  292. configure:7117: result: yes
  293. configure:7117: checking for strings.h
  294. configure:7117: gcc -c -g -O2 conftest.c >&5
  295. configure:7117: $? = 0
  296. configure:7117: result: yes
  297. configure:7117: checking for inttypes.h
  298. configure:7117: gcc -c -g -O2 conftest.c >&5
  299. configure:7117: $? = 0
  300. configure:7117: result: yes
  301. configure:7117: checking for stdint.h
  302. configure:7117: gcc -c -g -O2 conftest.c >&5
  303. configure:7117: $? = 0
  304. configure:7117: result: yes
  305. configure:7117: checking for unistd.h
  306. configure:7117: gcc -c -g -O2 conftest.c >&5
  307. configure:7117: $? = 0
  308. configure:7117: result: yes
  309. configure:7130: checking minix/config.h usability
  310. configure:7130: gcc -c -g -O2 conftest.c >&5
  311. conftest.c:53:10: fatal error: 'minix/config.h' file not found
  312. #include <minix/config.h>
  313. ^~~~~~~~~~~~~~~~
  314. 1 error generated.
  315. configure:7130: $? = 1
  316. configure: failed program was:
  317. | /* confdefs.h */
  318. | #define PACKAGE_NAME ""
  319. | #define PACKAGE_TARNAME ""
  320. | #define PACKAGE_VERSION ""
  321. | #define PACKAGE_STRING ""
  322. | #define PACKAGE_BUGREPORT ""
  323. | #define PACKAGE_URL ""
  324. | #define CANONICALIZATION_FOR_MATHN 1
  325. | #define STDC_HEADERS 1
  326. | #define HAVE_SYS_TYPES_H 1
  327. | #define HAVE_SYS_STAT_H 1
  328. | #define HAVE_STDLIB_H 1
  329. | #define HAVE_STRING_H 1
  330. | #define HAVE_MEMORY_H 1
  331. | #define HAVE_STRINGS_H 1
  332. | #define HAVE_INTTYPES_H 1
  333. | #define HAVE_STDINT_H 1
  334. | #define HAVE_UNISTD_H 1
  335. | /* end confdefs.h. */
  336. | #include <stdio.h>
  337. | #ifdef HAVE_SYS_TYPES_H
  338. | # include <sys/types.h>
  339. | #endif
  340. | #ifdef HAVE_SYS_STAT_H
  341. | # include <sys/stat.h>
  342. | #endif
  343. | #ifdef STDC_HEADERS
  344. | # include <stdlib.h>
  345. | # include <stddef.h>
  346. | #else
  347. | # ifdef HAVE_STDLIB_H
  348. | # include <stdlib.h>
  349. | # endif
  350. | #endif
  351. | #ifdef HAVE_STRING_H
  352. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  353. | # include <memory.h>
  354. | # endif
  355. | # include <string.h>
  356. | #endif
  357. | #ifdef HAVE_STRINGS_H
  358. | # include <strings.h>
  359. | #endif
  360. | #ifdef HAVE_INTTYPES_H
  361. | # include <inttypes.h>
  362. | #endif
  363. | #ifdef HAVE_STDINT_H
  364. | # include <stdint.h>
  365. | #endif
  366. | #ifdef HAVE_UNISTD_H
  367. | # include <unistd.h>
  368. | #endif
  369. | #include <minix/config.h>
  370. configure:7130: result: no
  371. configure:7130: checking minix/config.h presence
  372. configure:7130: gcc -E conftest.c
  373. conftest.c:20:10: fatal error: 'minix/config.h' file not found
  374. #include <minix/config.h>
  375. ^~~~~~~~~~~~~~~~
  376. 1 error generated.
  377. configure:7130: $? = 1
  378. configure: failed program was:
  379. | /* confdefs.h */
  380. | #define PACKAGE_NAME ""
  381. | #define PACKAGE_TARNAME ""
  382. | #define PACKAGE_VERSION ""
  383. | #define PACKAGE_STRING ""
  384. | #define PACKAGE_BUGREPORT ""
  385. | #define PACKAGE_URL ""
  386. | #define CANONICALIZATION_FOR_MATHN 1
  387. | #define STDC_HEADERS 1
  388. | #define HAVE_SYS_TYPES_H 1
  389. | #define HAVE_SYS_STAT_H 1
  390. | #define HAVE_STDLIB_H 1
  391. | #define HAVE_STRING_H 1
  392. | #define HAVE_MEMORY_H 1
  393. | #define HAVE_STRINGS_H 1
  394. | #define HAVE_INTTYPES_H 1
  395. | #define HAVE_STDINT_H 1
  396. | #define HAVE_UNISTD_H 1
  397. | /* end confdefs.h. */
  398. | #include <minix/config.h>
  399. configure:7130: result: no
  400. configure:7130: checking for minix/config.h
  401. configure:7130: result: no
  402. configure:7151: checking whether it is safe to define __EXTENSIONS__
  403. configure:7169: gcc -c -g -O2 conftest.c >&5
  404. configure:7169: $? = 0
  405. configure:7176: result: yes
  406. configure:7208: checking for cd using physical directory
  407. configure:7227: result: cd -P
  408. configure:7249: checking whether CFLAGS is valid
  409. configure:7262: gcc -c -g -O2 conftest.c >&5
  410. configure:7262: $? = 0
  411. configure:7263: result: yes
  412. configure:7274: checking whether LDFLAGS is valid
  413. configure:7294: gcc -o conftest -g -O2 conftest.c >&5
  414. configure:7294: $? = 0
  415. configure:7295: result: yes
  416. configure:7355: checking whether -Wl,-R. is accepted as LDFLAGS
  417. configure:7381: gcc -o conftest -g -O2 -Wl,-R. conftest.c >&5
  418. ld: unknown option: -R.
  419. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  420. configure:7381: $? = 1
  421. configure: failed program was:
  422. | /* confdefs.h */
  423. | #define PACKAGE_NAME ""
  424. | #define PACKAGE_TARNAME ""
  425. | #define PACKAGE_VERSION ""
  426. | #define PACKAGE_STRING ""
  427. | #define PACKAGE_BUGREPORT ""
  428. | #define PACKAGE_URL ""
  429. | #define CANONICALIZATION_FOR_MATHN 1
  430. | #define STDC_HEADERS 1
  431. | #define HAVE_SYS_TYPES_H 1
  432. | #define HAVE_SYS_STAT_H 1
  433. | #define HAVE_STDLIB_H 1
  434. | #define HAVE_STRING_H 1
  435. | #define HAVE_MEMORY_H 1
  436. | #define HAVE_STRINGS_H 1
  437. | #define HAVE_INTTYPES_H 1
  438. | #define HAVE_STDINT_H 1
  439. | #define HAVE_UNISTD_H 1
  440. | #define __EXTENSIONS__ 1
  441. | #define _ALL_SOURCE 1
  442. | #define _GNU_SOURCE 1
  443. | #define _POSIX_PTHREAD_SEMANTICS 1
  444. | #define _TANDEM_SOURCE 1
  445. | /* end confdefs.h. */
  446. |
  447. | int
  448. | main ()
  449. | {
  450. |
  451. | ;
  452. | return 0;
  453. | }
  454. configure:7387: result: no
  455. configure:7355: checking whether -Wl,-rpath,. is accepted as LDFLAGS
  456. configure:7381: gcc -o conftest -g -O2 -Wl,-rpath,. conftest.c >&5
  457. configure:7381: $? = 0
  458. configure:7383: result: yes
  459. configure:7487: checking whether -Wno-unused-parameter is accepted as CFLAGS
  460. configure:7514: gcc -c -g -O2 -Wno-unused-parameter conftest.c >&5
  461. configure:7514: $? = 0
  462. configure:7529: result: yes
  463. configure:7487: checking whether -Wno-parentheses is accepted as CFLAGS
  464. configure:7514: gcc -c -g -O2 -Wno-parentheses conftest.c >&5
  465. configure:7514: $? = 0
  466. configure:7529: result: yes
  467. configure:7487: checking whether -Wno-long-long is accepted as CFLAGS
  468. configure:7514: gcc -c -g -O2 -Wno-long-long conftest.c >&5
  469. configure:7514: $? = 0
  470. configure:7529: result: yes
  471. configure:7487: checking whether -diag-disable=175,188,2259 is accepted as CFLAGS
  472. configure:7514: gcc -c -g -O2 -diag-disable=175,188,2259 conftest.c >&5
  473. clang: warning: argument unused during compilation: '-diag-disable=175,188,2259' [-Wunused-command-line-argument]
  474. configure:7514: $? = 0
  475. configure: failed program was:
  476. | /* confdefs.h */
  477. | #define PACKAGE_NAME ""
  478. | #define PACKAGE_TARNAME ""
  479. | #define PACKAGE_VERSION ""
  480. | #define PACKAGE_STRING ""
  481. | #define PACKAGE_BUGREPORT ""
  482. | #define PACKAGE_URL ""
  483. | #define CANONICALIZATION_FOR_MATHN 1
  484. | #define STDC_HEADERS 1
  485. | #define HAVE_SYS_TYPES_H 1
  486. | #define HAVE_SYS_STAT_H 1
  487. | #define HAVE_STDLIB_H 1
  488. | #define HAVE_STRING_H 1
  489. | #define HAVE_MEMORY_H 1
  490. | #define HAVE_STRINGS_H 1
  491. | #define HAVE_INTTYPES_H 1
  492. | #define HAVE_STDINT_H 1
  493. | #define HAVE_UNISTD_H 1
  494. | #define __EXTENSIONS__ 1
  495. | #define _ALL_SOURCE 1
  496. | #define _GNU_SOURCE 1
  497. | #define _POSIX_PTHREAD_SEMANTICS 1
  498. | #define _TANDEM_SOURCE 1
  499. | /* end confdefs.h. */
  500. |
  501. | int
  502. | main ()
  503. | {
  504. |
  505. | ;
  506. | return 0;
  507. | }
  508. configure:7533: result: no
  509. configure:7487: checking whether -Wno-missing-field-initializers is accepted as CFLAGS
  510. configure:7514: gcc -c -g -O2 -Wno-missing-field-initializers conftest.c >&5
  511. configure:7514: $? = 0
  512. configure:7529: result: yes
  513. configure:7487: checking whether -Wno-tautological-compare is accepted as CFLAGS
  514. configure:7514: gcc -c -g -O2 -Wno-tautological-compare conftest.c >&5
  515. configure:7514: $? = 0
  516. configure:7529: result: yes
  517. configure:7487: checking whether -Wno-parentheses-equality is accepted as CFLAGS
  518. configure:7514: gcc -c -g -O2 -Wno-parentheses-equality conftest.c >&5
  519. configure:7514: $? = 0
  520. configure:7529: result: yes
  521. configure:7487: checking whether -Wno-constant-logical-operand is accepted as CFLAGS
  522. configure:7514: gcc -c -g -O2 -Wno-constant-logical-operand conftest.c >&5
  523. configure:7514: $? = 0
  524. configure:7529: result: yes
  525. configure:7487: checking whether -Wno-self-assign is accepted as CFLAGS
  526. configure:7514: gcc -c -g -O2 -Wno-self-assign conftest.c >&5
  527. configure:7514: $? = 0
  528. configure:7529: result: yes
  529. configure:7487: checking whether -Wunused-variable is accepted as CFLAGS
  530. configure:7514: gcc -c -g -O2 -Wunused-variable conftest.c >&5
  531. configure:7514: $? = 0
  532. configure:7529: result: yes
  533. configure:7487: checking whether -Wimplicit-int is accepted as CFLAGS
  534. configure:7514: gcc -c -g -O2 -Wimplicit-int conftest.c >&5
  535. configure:7514: $? = 0
  536. configure:7529: result: yes
  537. configure:7487: checking whether -Wpointer-arith is accepted as CFLAGS
  538. configure:7514: gcc -c -g -O2 -Wpointer-arith conftest.c >&5
  539. configure:7514: $? = 0
  540. configure:7529: result: yes
  541. configure:7487: checking whether -Wwrite-strings is accepted as CFLAGS
  542. configure:7514: gcc -c -g -O2 -Wwrite-strings conftest.c >&5
  543. configure:7514: $? = 0
  544. configure:7529: result: yes
  545. configure:7487: checking whether -Wdeclaration-after-statement is accepted as CFLAGS
  546. configure:7514: gcc -c -g -O2 -Wdeclaration-after-statement conftest.c >&5
  547. configure:7514: $? = 0
  548. configure:7529: result: yes
  549. configure:7487: checking whether -Wshorten-64-to-32 is accepted as CFLAGS
  550. configure:7514: gcc -c -g -O2 -Wshorten-64-to-32 conftest.c >&5
  551. configure:7514: $? = 0
  552. configure:7529: result: yes
  553. configure:7487: checking whether -Wimplicit-function-declaration is accepted as CFLAGS
  554. configure:7514: gcc -c -g -O2 -Wimplicit-function-declaration conftest.c >&5
  555. configure:7514: $? = 0
  556. configure:7529: result: yes
  557. configure:7487: checking whether -Wdivision-by-zero is accepted as CFLAGS
  558. configure:7514: gcc -c -g -O2 -Wdivision-by-zero conftest.c >&5
  559. configure:7514: $? = 0
  560. configure:7529: result: yes
  561. configure:7487: checking whether -Wdeprecated-declarations is accepted as CFLAGS
  562. configure:7514: gcc -c -g -O2 -Wdeprecated-declarations conftest.c >&5
  563. configure:7514: $? = 0
  564. configure:7529: result: yes
  565. configure:7487: checking whether -Wmisleading-indentation is accepted as CFLAGS
  566. configure:7514: gcc -c -g -O2 -Wmisleading-indentation conftest.c >&5
  567. warning: unknown warning option '-Wmisleading-indentation'; did you mean '-Wmissing-declarations'? [-Wunknown-warning-option]
  568. 1 warning generated.
  569. configure:7514: $? = 0
  570. configure: failed program was:
  571. | /* confdefs.h */
  572. | #define PACKAGE_NAME ""
  573. | #define PACKAGE_TARNAME ""
  574. | #define PACKAGE_VERSION ""
  575. | #define PACKAGE_STRING ""
  576. | #define PACKAGE_BUGREPORT ""
  577. | #define PACKAGE_URL ""
  578. | #define CANONICALIZATION_FOR_MATHN 1
  579. | #define STDC_HEADERS 1
  580. | #define HAVE_SYS_TYPES_H 1
  581. | #define HAVE_SYS_STAT_H 1
  582. | #define HAVE_STDLIB_H 1
  583. | #define HAVE_STRING_H 1
  584. | #define HAVE_MEMORY_H 1
  585. | #define HAVE_STRINGS_H 1
  586. | #define HAVE_INTTYPES_H 1
  587. | #define HAVE_STDINT_H 1
  588. | #define HAVE_UNISTD_H 1
  589. | #define __EXTENSIONS__ 1
  590. | #define _ALL_SOURCE 1
  591. | #define _GNU_SOURCE 1
  592. | #define _POSIX_PTHREAD_SEMANTICS 1
  593. | #define _TANDEM_SOURCE 1
  594. | /* end confdefs.h. */
  595. |
  596. | int
  597. | main ()
  598. | {
  599. |
  600. | ;
  601. | return 0;
  602. | }
  603. configure:7533: result: no
  604. configure:7487: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS
  605. configure:7514: gcc -c -g -O2 -Wno-packed-bitfield-compat conftest.c >&5
  606. warning: unknown warning option '-Wno-packed-bitfield-compat'; did you mean '-Wno-keyword-compat'? [-Wunknown-warning-option]
  607. 1 warning generated.
  608. configure:7514: $? = 0
  609. configure: failed program was:
  610. | /* confdefs.h */
  611. | #define PACKAGE_NAME ""
  612. | #define PACKAGE_TARNAME ""
  613. | #define PACKAGE_VERSION ""
  614. | #define PACKAGE_STRING ""
  615. | #define PACKAGE_BUGREPORT ""
  616. | #define PACKAGE_URL ""
  617. | #define CANONICALIZATION_FOR_MATHN 1
  618. | #define STDC_HEADERS 1
  619. | #define HAVE_SYS_TYPES_H 1
  620. | #define HAVE_SYS_STAT_H 1
  621. | #define HAVE_STDLIB_H 1
  622. | #define HAVE_STRING_H 1
  623. | #define HAVE_MEMORY_H 1
  624. | #define HAVE_STRINGS_H 1
  625. | #define HAVE_INTTYPES_H 1
  626. | #define HAVE_STDINT_H 1
  627. | #define HAVE_UNISTD_H 1
  628. | #define __EXTENSIONS__ 1
  629. | #define _ALL_SOURCE 1
  630. | #define _GNU_SOURCE 1
  631. | #define _POSIX_PTHREAD_SEMANTICS 1
  632. | #define _TANDEM_SOURCE 1
  633. | /* end confdefs.h. */
  634. |
  635. | int
  636. | main ()
  637. | {
  638. |
  639. | ;
  640. | return 0;
  641. | }
  642. configure:7533: result: no
  643. configure:7487: checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS
  644. configure:7514: gcc -c -g -O2 -Wsuggest-attribute=noreturn conftest.c >&5
  645. warning: unknown warning option '-Wsuggest-attribute=noreturn' [-Wunknown-warning-option]
  646. 1 warning generated.
  647. configure:7514: $? = 0
  648. configure: failed program was:
  649. | /* confdefs.h */
  650. | #define PACKAGE_NAME ""
  651. | #define PACKAGE_TARNAME ""
  652. | #define PACKAGE_VERSION ""
  653. | #define PACKAGE_STRING ""
  654. | #define PACKAGE_BUGREPORT ""
  655. | #define PACKAGE_URL ""
  656. | #define CANONICALIZATION_FOR_MATHN 1
  657. | #define STDC_HEADERS 1
  658. | #define HAVE_SYS_TYPES_H 1
  659. | #define HAVE_SYS_STAT_H 1
  660. | #define HAVE_STDLIB_H 1
  661. | #define HAVE_STRING_H 1
  662. | #define HAVE_MEMORY_H 1
  663. | #define HAVE_STRINGS_H 1
  664. | #define HAVE_INTTYPES_H 1
  665. | #define HAVE_STDINT_H 1
  666. | #define HAVE_UNISTD_H 1
  667. | #define __EXTENSIONS__ 1
  668. | #define _ALL_SOURCE 1
  669. | #define _GNU_SOURCE 1
  670. | #define _POSIX_PTHREAD_SEMANTICS 1
  671. | #define _TANDEM_SOURCE 1
  672. | /* end confdefs.h. */
  673. |
  674. | int
  675. | main ()
  676. | {
  677. |
  678. | ;
  679. | return 0;
  680. | }
  681. configure:7533: result: no
  682. configure:7487: checking whether -Wsuggest-attribute=format is accepted as CFLAGS
  683. configure:7514: gcc -c -g -O2 -Wsuggest-attribute=format conftest.c >&5
  684. warning: unknown warning option '-Wsuggest-attribute=format'; did you mean '-Wproperty-attribute-mismatch'? [-Wunknown-warning-option]
  685. 1 warning generated.
  686. configure:7514: $? = 0
  687. configure: failed program was:
  688. | /* confdefs.h */
  689. | #define PACKAGE_NAME ""
  690. | #define PACKAGE_TARNAME ""
  691. | #define PACKAGE_VERSION ""
  692. | #define PACKAGE_STRING ""
  693. | #define PACKAGE_BUGREPORT ""
  694. | #define PACKAGE_URL ""
  695. | #define CANONICALIZATION_FOR_MATHN 1
  696. | #define STDC_HEADERS 1
  697. | #define HAVE_SYS_TYPES_H 1
  698. | #define HAVE_SYS_STAT_H 1
  699. | #define HAVE_STDLIB_H 1
  700. | #define HAVE_STRING_H 1
  701. | #define HAVE_MEMORY_H 1
  702. | #define HAVE_STRINGS_H 1
  703. | #define HAVE_INTTYPES_H 1
  704. | #define HAVE_STDINT_H 1
  705. | #define HAVE_UNISTD_H 1
  706. | #define __EXTENSIONS__ 1
  707. | #define _ALL_SOURCE 1
  708. | #define _GNU_SOURCE 1
  709. | #define _POSIX_PTHREAD_SEMANTICS 1
  710. | #define _TANDEM_SOURCE 1
  711. | /* end confdefs.h. */
  712. |
  713. | int
  714. | main ()
  715. | {
  716. |
  717. | ;
  718. | return 0;
  719. | }
  720. configure:7533: result: no
  721. configure:7487: checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS
  722. configure:7514: gcc -c -g -O2 -Wimplicit-fallthrough=0 conftest.c >&5
  723. warning: unknown warning option '-Wimplicit-fallthrough=0'; did you mean '-Wimplicit-fallthrough'? [-Wunknown-warning-option]
  724. 1 warning generated.
  725. configure:7514: $? = 0
  726. configure: failed program was:
  727. | /* confdefs.h */
  728. | #define PACKAGE_NAME ""
  729. | #define PACKAGE_TARNAME ""
  730. | #define PACKAGE_VERSION ""
  731. | #define PACKAGE_STRING ""
  732. | #define PACKAGE_BUGREPORT ""
  733. | #define PACKAGE_URL ""
  734. | #define CANONICALIZATION_FOR_MATHN 1
  735. | #define STDC_HEADERS 1
  736. | #define HAVE_SYS_TYPES_H 1
  737. | #define HAVE_SYS_STAT_H 1
  738. | #define HAVE_STDLIB_H 1
  739. | #define HAVE_STRING_H 1
  740. | #define HAVE_MEMORY_H 1
  741. | #define HAVE_STRINGS_H 1
  742. | #define HAVE_INTTYPES_H 1
  743. | #define HAVE_STDINT_H 1
  744. | #define HAVE_UNISTD_H 1
  745. | #define __EXTENSIONS__ 1
  746. | #define _ALL_SOURCE 1
  747. | #define _GNU_SOURCE 1
  748. | #define _POSIX_PTHREAD_SEMANTICS 1
  749. | #define _TANDEM_SOURCE 1
  750. | /* end confdefs.h. */
  751. |
  752. | int
  753. | main ()
  754. | {
  755. |
  756. | ;
  757. | return 0;
  758. | }
  759. configure:7533: result: no
  760. configure:7487: checking whether -Wduplicated-cond is accepted as CFLAGS
  761. configure:7514: gcc -c -g -O2 -Wduplicated-cond conftest.c >&5
  762. warning: unknown warning option '-Wduplicated-cond'; did you mean '-Wduplicate-enum'? [-Wunknown-warning-option]
  763. 1 warning generated.
  764. configure:7514: $? = 0
  765. configure: failed program was:
  766. | /* confdefs.h */
  767. | #define PACKAGE_NAME ""
  768. | #define PACKAGE_TARNAME ""
  769. | #define PACKAGE_VERSION ""
  770. | #define PACKAGE_STRING ""
  771. | #define PACKAGE_BUGREPORT ""
  772. | #define PACKAGE_URL ""
  773. | #define CANONICALIZATION_FOR_MATHN 1
  774. | #define STDC_HEADERS 1
  775. | #define HAVE_SYS_TYPES_H 1
  776. | #define HAVE_SYS_STAT_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_MEMORY_H 1
  780. | #define HAVE_STRINGS_H 1
  781. | #define HAVE_INTTYPES_H 1
  782. | #define HAVE_STDINT_H 1
  783. | #define HAVE_UNISTD_H 1
  784. | #define __EXTENSIONS__ 1
  785. | #define _ALL_SOURCE 1
  786. | #define _GNU_SOURCE 1
  787. | #define _POSIX_PTHREAD_SEMANTICS 1
  788. | #define _TANDEM_SOURCE 1
  789. | /* end confdefs.h. */
  790. |
  791. | int
  792. | main ()
  793. | {
  794. |
  795. | ;
  796. | return 0;
  797. | }
  798. configure:7533: result: no
  799. configure:7487: checking whether -Wrestrict is accepted as CFLAGS
  800. configure:7514: gcc -c -g -O2 -Wrestrict conftest.c >&5
  801. warning: unknown warning option '-Wrestrict' [-Wunknown-warning-option]
  802. 1 warning generated.
  803. configure:7514: $? = 0
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME ""
  807. | #define PACKAGE_TARNAME ""
  808. | #define PACKAGE_VERSION ""
  809. | #define PACKAGE_STRING ""
  810. | #define PACKAGE_BUGREPORT ""
  811. | #define PACKAGE_URL ""
  812. | #define CANONICALIZATION_FOR_MATHN 1
  813. | #define STDC_HEADERS 1
  814. | #define HAVE_SYS_TYPES_H 1
  815. | #define HAVE_SYS_STAT_H 1
  816. | #define HAVE_STDLIB_H 1
  817. | #define HAVE_STRING_H 1
  818. | #define HAVE_MEMORY_H 1
  819. | #define HAVE_STRINGS_H 1
  820. | #define HAVE_INTTYPES_H 1
  821. | #define HAVE_STDINT_H 1
  822. | #define HAVE_UNISTD_H 1
  823. | #define __EXTENSIONS__ 1
  824. | #define _ALL_SOURCE 1
  825. | #define _GNU_SOURCE 1
  826. | #define _POSIX_PTHREAD_SEMANTICS 1
  827. | #define _TANDEM_SOURCE 1
  828. | /* end confdefs.h. */
  829. |
  830. | int
  831. | main ()
  832. | {
  833. |
  834. | ;
  835. | return 0;
  836. | }
  837. configure:7533: result: no
  838. configure:7487: checking whether -Wextra-tokens is accepted as CFLAGS
  839. configure:7514: gcc -c -g -O2 -Wextra-tokens conftest.c >&5
  840. configure:7514: $? = 0
  841. configure:7529: result: yes
  842. configure:7630: checking whether -Wall -Wextra is accepted as CFLAGS
  843. configure:7657: gcc -c -g -O2 -Wall -Wextra conftest.c >&5
  844. configure:7657: $? = 0
  845. configure:7659: result: yes
  846. configure:7686: checking whether -Qunused-arguments is accepted as CFLAGS
  847. configure:7713: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments conftest.c >&5
  848. configure:7713: $? = 0
  849. configure:7725: result: yes
  850. configure:7749: checking whether INFINITY is available without C99 option
  851. configure:7773: gcc -c -g -O2 conftest.c >&5
  852. configure:7773: $? = 0
  853. configure:7781: result: yes
  854. configure:7749: checking whether NAN is available without C99 option
  855. configure:7773: gcc -c -g -O2 conftest.c >&5
  856. configure:7773: $? = 0
  857. configure:7781: result: yes
  858. configure:7810: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS
  859. configure:7837: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -D_FORTIFY_SOURCE=2 conftest.c >&5
  860. configure:7837: $? = 0
  861. configure:7847: result: yes
  862. configure:7881: checking whether -fstack-protector is accepted as CFLAGS
  863. configure:7908: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector conftest.c >&5
  864. configure:7908: $? = 0
  865. configure:7910: result: yes
  866. configure:7936: checking whether -fstack-protector is accepted as LDFLAGS
  867. configure:7962: gcc -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector conftest.c >&5
  868. configure:7962: $? = 0
  869. configure:7964: result: yes
  870. configure:8032: checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS
  871. configure:8058: gcc -o conftest -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fstack-protector -Wl,--compress-debug-sections=zlib conftest.c >&5
  872. ld: unknown option: --compress-debug-sections=zlib
  873. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  874. configure:8058: $? = 1
  875. configure: failed program was:
  876. | /* confdefs.h */
  877. | #define PACKAGE_NAME ""
  878. | #define PACKAGE_TARNAME ""
  879. | #define PACKAGE_VERSION ""
  880. | #define PACKAGE_STRING ""
  881. | #define PACKAGE_BUGREPORT ""
  882. | #define PACKAGE_URL ""
  883. | #define CANONICALIZATION_FOR_MATHN 1
  884. | #define STDC_HEADERS 1
  885. | #define HAVE_SYS_TYPES_H 1
  886. | #define HAVE_SYS_STAT_H 1
  887. | #define HAVE_STDLIB_H 1
  888. | #define HAVE_STRING_H 1
  889. | #define HAVE_MEMORY_H 1
  890. | #define HAVE_STRINGS_H 1
  891. | #define HAVE_INTTYPES_H 1
  892. | #define HAVE_STDINT_H 1
  893. | #define HAVE_UNISTD_H 1
  894. | #define __EXTENSIONS__ 1
  895. | #define _ALL_SOURCE 1
  896. | #define _GNU_SOURCE 1
  897. | #define _POSIX_PTHREAD_SEMANTICS 1
  898. | #define _TANDEM_SOURCE 1
  899. | #define HAVE_INFINITY 1
  900. | #define HAVE_NAN 1
  901. | /* end confdefs.h. */
  902. |
  903. | int
  904. | main ()
  905. | {
  906. |
  907. | ;
  908. | return 0;
  909. | }
  910. configure:8064: result: no
  911. configure:8252: checking whether -fno-strict-overflow is accepted as CFLAGS
  912. configure:8279: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-strict-overflow conftest.c >&5
  913. configure:8279: $? = 0
  914. configure:8289: result: yes
  915. configure:8312: checking whether -ggdb3 is accepted as CFLAGS
  916. configure:8339: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -ggdb3 conftest.c >&5
  917. configure:8339: $? = 0
  918. configure:8341: result: yes
  919. configure:8494: checking whether -fvisibility=hidden is accepted as CFLAGS
  920. configure:8521: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fvisibility=hidden conftest.c >&5
  921. configure:8521: $? = 0
  922. configure:8523: result: yes
  923. configure:8757: checking whether -fno-fast-math is accepted as CFLAGS
  924. configure:8784: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-fast-math conftest.c >&5
  925. configure:8784: $? = 0
  926. configure:8794: result: yes
  927. configure:8818: checking whether -fexcess-precision=standard is accepted as CFLAGS
  928. configure:8845: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fexcess-precision=standard conftest.c >&5
  929. clang: warning: optimization flag '-fexcess-precision=standard' is not supported [-Wignored-optimization-argument]
  930. configure:8845: $? = 0
  931. configure: failed program was:
  932. | /* confdefs.h */
  933. | #define PACKAGE_NAME ""
  934. | #define PACKAGE_TARNAME ""
  935. | #define PACKAGE_VERSION ""
  936. | #define PACKAGE_STRING ""
  937. | #define PACKAGE_BUGREPORT ""
  938. | #define PACKAGE_URL ""
  939. | #define CANONICALIZATION_FOR_MATHN 1
  940. | #define STDC_HEADERS 1
  941. | #define HAVE_SYS_TYPES_H 1
  942. | #define HAVE_SYS_STAT_H 1
  943. | #define HAVE_STDLIB_H 1
  944. | #define HAVE_STRING_H 1
  945. | #define HAVE_MEMORY_H 1
  946. | #define HAVE_STRINGS_H 1
  947. | #define HAVE_INTTYPES_H 1
  948. | #define HAVE_STDINT_H 1
  949. | #define HAVE_UNISTD_H 1
  950. | #define __EXTENSIONS__ 1
  951. | #define _ALL_SOURCE 1
  952. | #define _GNU_SOURCE 1
  953. | #define _POSIX_PTHREAD_SEMANTICS 1
  954. | #define _TANDEM_SOURCE 1
  955. | #define HAVE_INFINITY 1
  956. | #define HAVE_NAN 1
  957. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  958. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  959. | /* end confdefs.h. */
  960. |
  961. | int
  962. | main ()
  963. | {
  964. |
  965. | ;
  966. | return 0;
  967. | }
  968. configure:8859: result: no
  969. configure:8818: checking whether -fp-model precise is accepted as CFLAGS
  970. configure:8845: gcc -c -g -O2 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fp-model precise conftest.c >&5
  971. clang: error: unknown argument: '-fp-model'
  972. clang: error: no such file or directory: 'precise'
  973. configure:8845: $? = 1
  974. configure: failed program was:
  975. | /* confdefs.h */
  976. | #define PACKAGE_NAME ""
  977. | #define PACKAGE_TARNAME ""
  978. | #define PACKAGE_VERSION ""
  979. | #define PACKAGE_STRING ""
  980. | #define PACKAGE_BUGREPORT ""
  981. | #define PACKAGE_URL ""
  982. | #define CANONICALIZATION_FOR_MATHN 1
  983. | #define STDC_HEADERS 1
  984. | #define HAVE_SYS_TYPES_H 1
  985. | #define HAVE_SYS_STAT_H 1
  986. | #define HAVE_STDLIB_H 1
  987. | #define HAVE_STRING_H 1
  988. | #define HAVE_MEMORY_H 1
  989. | #define HAVE_STRINGS_H 1
  990. | #define HAVE_INTTYPES_H 1
  991. | #define HAVE_STDINT_H 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define __EXTENSIONS__ 1
  994. | #define _ALL_SOURCE 1
  995. | #define _GNU_SOURCE 1
  996. | #define _POSIX_PTHREAD_SEMANTICS 1
  997. | #define _TANDEM_SOURCE 1
  998. | #define HAVE_INFINITY 1
  999. | #define HAVE_NAN 1
  1000. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1001. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1002. | /* end confdefs.h. */
  1003. |
  1004. | int
  1005. | main ()
  1006. | {
  1007. |
  1008. | ;
  1009. | return 0;
  1010. | }
  1011. configure:8859: result: no
  1012. configure:9011: checking whether Mac OS X 10.5 or later
  1013. configure:9022: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1014. configure:9022: $? = 0
  1015. configure:9028: result: yes
  1016. configure:9077: checking for broken crypt with 8bit chars
  1017. configure:9126: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  1018. conftest.c:59:30: warning: implicit conversion from 'int' to 'char' changes value from 160 to -96 [-Wconstant-conversion]
  1019. salt[0] = salt[1] = 0x80 | ' ';
  1020. ~ ~~~~~^~~~~
  1021. 1 warning generated.
  1022. configure:9126: $? = 0
  1023. configure:9126: ./conftest
  1024. configure:9126: $? = 1
  1025. configure: program exited with status 1
  1026. configure: failed program was:
  1027. | /* confdefs.h */
  1028. | #define PACKAGE_NAME ""
  1029. | #define PACKAGE_TARNAME ""
  1030. | #define PACKAGE_VERSION ""
  1031. | #define PACKAGE_STRING ""
  1032. | #define PACKAGE_BUGREPORT ""
  1033. | #define PACKAGE_URL ""
  1034. | #define CANONICALIZATION_FOR_MATHN 1
  1035. | #define STDC_HEADERS 1
  1036. | #define HAVE_SYS_TYPES_H 1
  1037. | #define HAVE_SYS_STAT_H 1
  1038. | #define HAVE_STDLIB_H 1
  1039. | #define HAVE_STRING_H 1
  1040. | #define HAVE_MEMORY_H 1
  1041. | #define HAVE_STRINGS_H 1
  1042. | #define HAVE_INTTYPES_H 1
  1043. | #define HAVE_STDINT_H 1
  1044. | #define HAVE_UNISTD_H 1
  1045. | #define __EXTENSIONS__ 1
  1046. | #define _ALL_SOURCE 1
  1047. | #define _GNU_SOURCE 1
  1048. | #define _POSIX_PTHREAD_SEMANTICS 1
  1049. | #define _TANDEM_SOURCE 1
  1050. | #define HAVE_INFINITY 1
  1051. | #define HAVE_NAN 1
  1052. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1053. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1054. | /* end confdefs.h. */
  1055. |
  1056. | #include <stdio.h>
  1057. | #include <unistd.h>
  1058. | #include <string.h>
  1059. |
  1060. | void
  1061. | broken_crypt(const char *salt, const char *buf1, const char *buf2)
  1062. | {
  1063. | #if 0
  1064. | printf("%.2x%.2x: %s -> %s\n", (unsigned char)salt[0], (unsigned char)salt[1],
  1065. | buf1+2, buf2+2);
  1066. | #endif
  1067. | }
  1068. |
  1069. | int
  1070. | main()
  1071. | {
  1072. | int i;
  1073. | char salt[2], buf[256], *s;
  1074. | for (i = 0; i < 128*128; i++) {
  1075. | salt[0] = 0x80 | (i & 0x7f);
  1076. | salt[1] = 0x80 | (i >> 7);
  1077. | strcpy(buf, crypt("", salt));
  1078. | if (strcmp(buf, s = crypt("", salt))) {
  1079. | broken_crypt(salt, buf, s);
  1080. | return 1;
  1081. | }
  1082. | }
  1083. | salt[0] = salt[1] = ' ';
  1084. | strcpy(buf, crypt("", salt));
  1085. | salt[0] = salt[1] = 0x80 | ' ';
  1086. | if (strcmp(buf, s = crypt("", salt))) {
  1087. | broken_crypt(salt, buf, s);
  1088. | return 1;
  1089. | }
  1090. | return 0;
  1091. | }
  1092. |
  1093. configure:9136: result: yes
  1094. configure:9149: checking for codesign
  1095. configure:9165: found /usr/bin/codesign
  1096. configure:9176: result: codesign
  1097. configure:9191: checking for dsymutil
  1098. configure:9207: found /usr/bin/dsymutil
  1099. configure:9218: result: dsymutil
  1100. configure:9247: checking for crt_externs.h
  1101. configure:9247: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1102. configure:9247: $? = 0
  1103. configure:9247: result: yes
  1104. configure:9543: checking for crypt in -lcrypt
  1105. configure:9577: result: no
  1106. configure:9588: checking for dlopen in -ldl
  1107. configure:9613: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  1108. configure:9613: $? = 0
  1109. configure:9622: result: yes
  1110. configure:9633: checking for shl_load in -ldld
  1111. configure:9658: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  1112. ld: library not found for -ldld
  1113. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1114. configure:9658: $? = 1
  1115. configure: failed program was:
  1116. | /* confdefs.h */
  1117. | #define PACKAGE_NAME ""
  1118. | #define PACKAGE_TARNAME ""
  1119. | #define PACKAGE_VERSION ""
  1120. | #define PACKAGE_STRING ""
  1121. | #define PACKAGE_BUGREPORT ""
  1122. | #define PACKAGE_URL ""
  1123. | #define CANONICALIZATION_FOR_MATHN 1
  1124. | #define STDC_HEADERS 1
  1125. | #define HAVE_SYS_TYPES_H 1
  1126. | #define HAVE_SYS_STAT_H 1
  1127. | #define HAVE_STDLIB_H 1
  1128. | #define HAVE_STRING_H 1
  1129. | #define HAVE_MEMORY_H 1
  1130. | #define HAVE_STRINGS_H 1
  1131. | #define HAVE_INTTYPES_H 1
  1132. | #define HAVE_STDINT_H 1
  1133. | #define HAVE_UNISTD_H 1
  1134. | #define __EXTENSIONS__ 1
  1135. | #define _ALL_SOURCE 1
  1136. | #define _GNU_SOURCE 1
  1137. | #define _POSIX_PTHREAD_SEMANTICS 1
  1138. | #define _TANDEM_SOURCE 1
  1139. | #define HAVE_INFINITY 1
  1140. | #define HAVE_NAN 1
  1141. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1142. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1143. | #define BROKEN_CRYPT 1
  1144. | #define HAVE_CRT_EXTERNS_H 1
  1145. | #define HAVE_LIBDL 1
  1146. | /* end confdefs.h. */
  1147. |
  1148. | /* Override any GCC internal prototype to avoid an error.
  1149. | Use char because int might match the return type of a GCC
  1150. | builtin and then its argument prototype would still apply. */
  1151. | #ifdef __cplusplus
  1152. | extern "C"
  1153. | #endif
  1154. | char shl_load ();
  1155. | int
  1156. | main ()
  1157. | {
  1158. | return shl_load ();
  1159. | ;
  1160. | return 0;
  1161. | }
  1162. configure:9667: result: no
  1163. configure:9678: checking for shutdown in -lsocket
  1164. configure:9703: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  1165. ld: library not found for -lsocket
  1166. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1167. configure:9703: $? = 1
  1168. configure: failed program was:
  1169. | /* confdefs.h */
  1170. | #define PACKAGE_NAME ""
  1171. | #define PACKAGE_TARNAME ""
  1172. | #define PACKAGE_VERSION ""
  1173. | #define PACKAGE_STRING ""
  1174. | #define PACKAGE_BUGREPORT ""
  1175. | #define PACKAGE_URL ""
  1176. | #define CANONICALIZATION_FOR_MATHN 1
  1177. | #define STDC_HEADERS 1
  1178. | #define HAVE_SYS_TYPES_H 1
  1179. | #define HAVE_SYS_STAT_H 1
  1180. | #define HAVE_STDLIB_H 1
  1181. | #define HAVE_STRING_H 1
  1182. | #define HAVE_MEMORY_H 1
  1183. | #define HAVE_STRINGS_H 1
  1184. | #define HAVE_INTTYPES_H 1
  1185. | #define HAVE_STDINT_H 1
  1186. | #define HAVE_UNISTD_H 1
  1187. | #define __EXTENSIONS__ 1
  1188. | #define _ALL_SOURCE 1
  1189. | #define _GNU_SOURCE 1
  1190. | #define _POSIX_PTHREAD_SEMANTICS 1
  1191. | #define _TANDEM_SOURCE 1
  1192. | #define HAVE_INFINITY 1
  1193. | #define HAVE_NAN 1
  1194. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1195. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1196. | #define BROKEN_CRYPT 1
  1197. | #define HAVE_CRT_EXTERNS_H 1
  1198. | #define HAVE_LIBDL 1
  1199. | /* end confdefs.h. */
  1200. |
  1201. | /* Override any GCC internal prototype to avoid an error.
  1202. | Use char because int might match the return type of a GCC
  1203. | builtin and then its argument prototype would still apply. */
  1204. | #ifdef __cplusplus
  1205. | extern "C"
  1206. | #endif
  1207. | char shutdown ();
  1208. | int
  1209. | main ()
  1210. | {
  1211. | return shutdown ();
  1212. | ;
  1213. | return 0;
  1214. | }
  1215. configure:9712: result: no
  1216. configure:9727: checking for dirent.h that defines DIR
  1217. configure:9746: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1218. configure:9746: $? = 0
  1219. configure:9754: result: yes
  1220. configure:9767: checking for library containing opendir
  1221. configure:9798: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  1222. configure:9798: $? = 0
  1223. configure:9815: result: none required
  1224. configure:9882: checking for stdbool.h that conforms to C99
  1225. configure:9949: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1226. conftest.c:82:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1227. bool e = &s;
  1228. ~ ^
  1229. conftest.c:86:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1230. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1231. ~^
  1232. conftest.c:86:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1233. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1234. ~^
  1235. conftest.c:86:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1236. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1237. ~^
  1238. conftest.c:86:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1239. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1240. ~^
  1241. conftest.c:86:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1242. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1243. ~^
  1244. conftest.c:86:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1245. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1246. ~^
  1247. conftest.c:86:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1248. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1249. ~^
  1250. conftest.c:86:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1251. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1252. ~^
  1253. conftest.c:87:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1254. ~^
  1255. conftest.c:87:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1256. ~^
  1257. conftest.c:87:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
  1258. ~^
  1259. 12 warnings generated.
  1260. configure:9949: $? = 0
  1261. configure:9956: result: yes
  1262. configure:9958: checking for _Bool
  1263. configure:9958: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1264. configure:9958: $? = 0
  1265. configure:9958: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1266. conftest.c:69:20: error: expected expression
  1267. if (sizeof ((_Bool)))
  1268. ^
  1269. 1 error generated.
  1270. configure:9958: $? = 1
  1271. configure: failed program was:
  1272. | /* confdefs.h */
  1273. | #define PACKAGE_NAME ""
  1274. | #define PACKAGE_TARNAME ""
  1275. | #define PACKAGE_VERSION ""
  1276. | #define PACKAGE_STRING ""
  1277. | #define PACKAGE_BUGREPORT ""
  1278. | #define PACKAGE_URL ""
  1279. | #define CANONICALIZATION_FOR_MATHN 1
  1280. | #define STDC_HEADERS 1
  1281. | #define HAVE_SYS_TYPES_H 1
  1282. | #define HAVE_SYS_STAT_H 1
  1283. | #define HAVE_STDLIB_H 1
  1284. | #define HAVE_STRING_H 1
  1285. | #define HAVE_MEMORY_H 1
  1286. | #define HAVE_STRINGS_H 1
  1287. | #define HAVE_INTTYPES_H 1
  1288. | #define HAVE_STDINT_H 1
  1289. | #define HAVE_UNISTD_H 1
  1290. | #define __EXTENSIONS__ 1
  1291. | #define _ALL_SOURCE 1
  1292. | #define _GNU_SOURCE 1
  1293. | #define _POSIX_PTHREAD_SEMANTICS 1
  1294. | #define _TANDEM_SOURCE 1
  1295. | #define HAVE_INFINITY 1
  1296. | #define HAVE_NAN 1
  1297. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1298. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1299. | #define BROKEN_CRYPT 1
  1300. | #define HAVE_CRT_EXTERNS_H 1
  1301. | #define HAVE_LIBDL 1
  1302. | #define HAVE_DIRENT_H 1
  1303. | /* end confdefs.h. */
  1304. | #include <stdio.h>
  1305. | #ifdef HAVE_SYS_TYPES_H
  1306. | # include <sys/types.h>
  1307. | #endif
  1308. | #ifdef HAVE_SYS_STAT_H
  1309. | # include <sys/stat.h>
  1310. | #endif
  1311. | #ifdef STDC_HEADERS
  1312. | # include <stdlib.h>
  1313. | # include <stddef.h>
  1314. | #else
  1315. | # ifdef HAVE_STDLIB_H
  1316. | # include <stdlib.h>
  1317. | # endif
  1318. | #endif
  1319. | #ifdef HAVE_STRING_H
  1320. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1321. | # include <memory.h>
  1322. | # endif
  1323. | # include <string.h>
  1324. | #endif
  1325. | #ifdef HAVE_STRINGS_H
  1326. | # include <strings.h>
  1327. | #endif
  1328. | #ifdef HAVE_INTTYPES_H
  1329. | # include <inttypes.h>
  1330. | #endif
  1331. | #ifdef HAVE_STDINT_H
  1332. | # include <stdint.h>
  1333. | #endif
  1334. | #ifdef HAVE_UNISTD_H
  1335. | # include <unistd.h>
  1336. | #endif
  1337. | int
  1338. | main ()
  1339. | {
  1340. | if (sizeof ((_Bool)))
  1341. | return 0;
  1342. | ;
  1343. | return 0;
  1344. | }
  1345. configure:9958: result: yes
  1346. configure:9975: checking for sys/wait.h that is POSIX.1 compatible
  1347. configure:10001: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1348. configure:10001: $? = 0
  1349. configure:10008: result: yes
  1350. configure:10019: checking a.out.h usability
  1351. configure:10019: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1352. conftest.c:69:10: fatal error: 'a.out.h' file not found
  1353. #include <a.out.h>
  1354. ^~~~~~~~~
  1355. 1 error generated.
  1356. configure:10019: $? = 1
  1357. configure: failed program was:
  1358. | /* confdefs.h */
  1359. | #define PACKAGE_NAME ""
  1360. | #define PACKAGE_TARNAME ""
  1361. | #define PACKAGE_VERSION ""
  1362. | #define PACKAGE_STRING ""
  1363. | #define PACKAGE_BUGREPORT ""
  1364. | #define PACKAGE_URL ""
  1365. | #define CANONICALIZATION_FOR_MATHN 1
  1366. | #define STDC_HEADERS 1
  1367. | #define HAVE_SYS_TYPES_H 1
  1368. | #define HAVE_SYS_STAT_H 1
  1369. | #define HAVE_STDLIB_H 1
  1370. | #define HAVE_STRING_H 1
  1371. | #define HAVE_MEMORY_H 1
  1372. | #define HAVE_STRINGS_H 1
  1373. | #define HAVE_INTTYPES_H 1
  1374. | #define HAVE_STDINT_H 1
  1375. | #define HAVE_UNISTD_H 1
  1376. | #define __EXTENSIONS__ 1
  1377. | #define _ALL_SOURCE 1
  1378. | #define _GNU_SOURCE 1
  1379. | #define _POSIX_PTHREAD_SEMANTICS 1
  1380. | #define _TANDEM_SOURCE 1
  1381. | #define HAVE_INFINITY 1
  1382. | #define HAVE_NAN 1
  1383. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1384. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1385. | #define BROKEN_CRYPT 1
  1386. | #define HAVE_CRT_EXTERNS_H 1
  1387. | #define HAVE_LIBDL 1
  1388. | #define HAVE_DIRENT_H 1
  1389. | #define HAVE__BOOL 1
  1390. | #define HAVE_STDBOOL_H 1
  1391. | #define HAVE_SYS_WAIT_H 1
  1392. | /* end confdefs.h. */
  1393. | #include <stdio.h>
  1394. | #ifdef HAVE_SYS_TYPES_H
  1395. | # include <sys/types.h>
  1396. | #endif
  1397. | #ifdef HAVE_SYS_STAT_H
  1398. | # include <sys/stat.h>
  1399. | #endif
  1400. | #ifdef STDC_HEADERS
  1401. | # include <stdlib.h>
  1402. | # include <stddef.h>
  1403. | #else
  1404. | # ifdef HAVE_STDLIB_H
  1405. | # include <stdlib.h>
  1406. | # endif
  1407. | #endif
  1408. | #ifdef HAVE_STRING_H
  1409. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1410. | # include <memory.h>
  1411. | # endif
  1412. | # include <string.h>
  1413. | #endif
  1414. | #ifdef HAVE_STRINGS_H
  1415. | # include <strings.h>
  1416. | #endif
  1417. | #ifdef HAVE_INTTYPES_H
  1418. | # include <inttypes.h>
  1419. | #endif
  1420. | #ifdef HAVE_STDINT_H
  1421. | # include <stdint.h>
  1422. | #endif
  1423. | #ifdef HAVE_UNISTD_H
  1424. | # include <unistd.h>
  1425. | #endif
  1426. | #include <a.out.h>
  1427. configure:10019: result: no
  1428. configure:10019: checking a.out.h presence
  1429. configure:10019: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1430. conftest.c:36:10: fatal error: 'a.out.h' file not found
  1431. #include <a.out.h>
  1432. ^~~~~~~~~
  1433. 1 error generated.
  1434. configure:10019: $? = 1
  1435. configure: failed program was:
  1436. | /* confdefs.h */
  1437. | #define PACKAGE_NAME ""
  1438. | #define PACKAGE_TARNAME ""
  1439. | #define PACKAGE_VERSION ""
  1440. | #define PACKAGE_STRING ""
  1441. | #define PACKAGE_BUGREPORT ""
  1442. | #define PACKAGE_URL ""
  1443. | #define CANONICALIZATION_FOR_MATHN 1
  1444. | #define STDC_HEADERS 1
  1445. | #define HAVE_SYS_TYPES_H 1
  1446. | #define HAVE_SYS_STAT_H 1
  1447. | #define HAVE_STDLIB_H 1
  1448. | #define HAVE_STRING_H 1
  1449. | #define HAVE_MEMORY_H 1
  1450. | #define HAVE_STRINGS_H 1
  1451. | #define HAVE_INTTYPES_H 1
  1452. | #define HAVE_STDINT_H 1
  1453. | #define HAVE_UNISTD_H 1
  1454. | #define __EXTENSIONS__ 1
  1455. | #define _ALL_SOURCE 1
  1456. | #define _GNU_SOURCE 1
  1457. | #define _POSIX_PTHREAD_SEMANTICS 1
  1458. | #define _TANDEM_SOURCE 1
  1459. | #define HAVE_INFINITY 1
  1460. | #define HAVE_NAN 1
  1461. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1462. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1463. | #define BROKEN_CRYPT 1
  1464. | #define HAVE_CRT_EXTERNS_H 1
  1465. | #define HAVE_LIBDL 1
  1466. | #define HAVE_DIRENT_H 1
  1467. | #define HAVE__BOOL 1
  1468. | #define HAVE_STDBOOL_H 1
  1469. | #define HAVE_SYS_WAIT_H 1
  1470. | /* end confdefs.h. */
  1471. | #include <a.out.h>
  1472. configure:10019: result: no
  1473. configure:10019: checking for a.out.h
  1474. configure:10019: result: no
  1475. configure:10031: checking atomic.h usability
  1476. configure:10031: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1477. conftest.c:69:10: fatal error: 'atomic.h' file not found
  1478. #include <atomic.h>
  1479. ^~~~~~~~~~
  1480. 1 error generated.
  1481. configure:10031: $? = 1
  1482. configure: failed program was:
  1483. | /* confdefs.h */
  1484. | #define PACKAGE_NAME ""
  1485. | #define PACKAGE_TARNAME ""
  1486. | #define PACKAGE_VERSION ""
  1487. | #define PACKAGE_STRING ""
  1488. | #define PACKAGE_BUGREPORT ""
  1489. | #define PACKAGE_URL ""
  1490. | #define CANONICALIZATION_FOR_MATHN 1
  1491. | #define STDC_HEADERS 1
  1492. | #define HAVE_SYS_TYPES_H 1
  1493. | #define HAVE_SYS_STAT_H 1
  1494. | #define HAVE_STDLIB_H 1
  1495. | #define HAVE_STRING_H 1
  1496. | #define HAVE_MEMORY_H 1
  1497. | #define HAVE_STRINGS_H 1
  1498. | #define HAVE_INTTYPES_H 1
  1499. | #define HAVE_STDINT_H 1
  1500. | #define HAVE_UNISTD_H 1
  1501. | #define __EXTENSIONS__ 1
  1502. | #define _ALL_SOURCE 1
  1503. | #define _GNU_SOURCE 1
  1504. | #define _POSIX_PTHREAD_SEMANTICS 1
  1505. | #define _TANDEM_SOURCE 1
  1506. | #define HAVE_INFINITY 1
  1507. | #define HAVE_NAN 1
  1508. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1509. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1510. | #define BROKEN_CRYPT 1
  1511. | #define HAVE_CRT_EXTERNS_H 1
  1512. | #define HAVE_LIBDL 1
  1513. | #define HAVE_DIRENT_H 1
  1514. | #define HAVE__BOOL 1
  1515. | #define HAVE_STDBOOL_H 1
  1516. | #define HAVE_SYS_WAIT_H 1
  1517. | /* end confdefs.h. */
  1518. | #include <stdio.h>
  1519. | #ifdef HAVE_SYS_TYPES_H
  1520. | # include <sys/types.h>
  1521. | #endif
  1522. | #ifdef HAVE_SYS_STAT_H
  1523. | # include <sys/stat.h>
  1524. | #endif
  1525. | #ifdef STDC_HEADERS
  1526. | # include <stdlib.h>
  1527. | # include <stddef.h>
  1528. | #else
  1529. | # ifdef HAVE_STDLIB_H
  1530. | # include <stdlib.h>
  1531. | # endif
  1532. | #endif
  1533. | #ifdef HAVE_STRING_H
  1534. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1535. | # include <memory.h>
  1536. | # endif
  1537. | # include <string.h>
  1538. | #endif
  1539. | #ifdef HAVE_STRINGS_H
  1540. | # include <strings.h>
  1541. | #endif
  1542. | #ifdef HAVE_INTTYPES_H
  1543. | # include <inttypes.h>
  1544. | #endif
  1545. | #ifdef HAVE_STDINT_H
  1546. | # include <stdint.h>
  1547. | #endif
  1548. | #ifdef HAVE_UNISTD_H
  1549. | # include <unistd.h>
  1550. | #endif
  1551. | #include <atomic.h>
  1552. configure:10031: result: no
  1553. configure:10031: checking atomic.h presence
  1554. configure:10031: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1555. conftest.c:36:10: fatal error: 'atomic.h' file not found
  1556. #include <atomic.h>
  1557. ^~~~~~~~~~
  1558. 1 error generated.
  1559. configure:10031: $? = 1
  1560. configure: failed program was:
  1561. | /* confdefs.h */
  1562. | #define PACKAGE_NAME ""
  1563. | #define PACKAGE_TARNAME ""
  1564. | #define PACKAGE_VERSION ""
  1565. | #define PACKAGE_STRING ""
  1566. | #define PACKAGE_BUGREPORT ""
  1567. | #define PACKAGE_URL ""
  1568. | #define CANONICALIZATION_FOR_MATHN 1
  1569. | #define STDC_HEADERS 1
  1570. | #define HAVE_SYS_TYPES_H 1
  1571. | #define HAVE_SYS_STAT_H 1
  1572. | #define HAVE_STDLIB_H 1
  1573. | #define HAVE_STRING_H 1
  1574. | #define HAVE_MEMORY_H 1
  1575. | #define HAVE_STRINGS_H 1
  1576. | #define HAVE_INTTYPES_H 1
  1577. | #define HAVE_STDINT_H 1
  1578. | #define HAVE_UNISTD_H 1
  1579. | #define __EXTENSIONS__ 1
  1580. | #define _ALL_SOURCE 1
  1581. | #define _GNU_SOURCE 1
  1582. | #define _POSIX_PTHREAD_SEMANTICS 1
  1583. | #define _TANDEM_SOURCE 1
  1584. | #define HAVE_INFINITY 1
  1585. | #define HAVE_NAN 1
  1586. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1587. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1588. | #define BROKEN_CRYPT 1
  1589. | #define HAVE_CRT_EXTERNS_H 1
  1590. | #define HAVE_LIBDL 1
  1591. | #define HAVE_DIRENT_H 1
  1592. | #define HAVE__BOOL 1
  1593. | #define HAVE_STDBOOL_H 1
  1594. | #define HAVE_SYS_WAIT_H 1
  1595. | /* end confdefs.h. */
  1596. | #include <atomic.h>
  1597. configure:10031: result: no
  1598. configure:10031: checking for atomic.h
  1599. configure:10031: result: no
  1600. configure:10043: checking direct.h usability
  1601. configure:10043: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1602. conftest.c:69:10: fatal error: 'direct.h' file not found
  1603. #include <direct.h>
  1604. ^~~~~~~~~~
  1605. 1 error generated.
  1606. configure:10043: $? = 1
  1607. configure: failed program was:
  1608. | /* confdefs.h */
  1609. | #define PACKAGE_NAME ""
  1610. | #define PACKAGE_TARNAME ""
  1611. | #define PACKAGE_VERSION ""
  1612. | #define PACKAGE_STRING ""
  1613. | #define PACKAGE_BUGREPORT ""
  1614. | #define PACKAGE_URL ""
  1615. | #define CANONICALIZATION_FOR_MATHN 1
  1616. | #define STDC_HEADERS 1
  1617. | #define HAVE_SYS_TYPES_H 1
  1618. | #define HAVE_SYS_STAT_H 1
  1619. | #define HAVE_STDLIB_H 1
  1620. | #define HAVE_STRING_H 1
  1621. | #define HAVE_MEMORY_H 1
  1622. | #define HAVE_STRINGS_H 1
  1623. | #define HAVE_INTTYPES_H 1
  1624. | #define HAVE_STDINT_H 1
  1625. | #define HAVE_UNISTD_H 1
  1626. | #define __EXTENSIONS__ 1
  1627. | #define _ALL_SOURCE 1
  1628. | #define _GNU_SOURCE 1
  1629. | #define _POSIX_PTHREAD_SEMANTICS 1
  1630. | #define _TANDEM_SOURCE 1
  1631. | #define HAVE_INFINITY 1
  1632. | #define HAVE_NAN 1
  1633. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1634. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1635. | #define BROKEN_CRYPT 1
  1636. | #define HAVE_CRT_EXTERNS_H 1
  1637. | #define HAVE_LIBDL 1
  1638. | #define HAVE_DIRENT_H 1
  1639. | #define HAVE__BOOL 1
  1640. | #define HAVE_STDBOOL_H 1
  1641. | #define HAVE_SYS_WAIT_H 1
  1642. | /* end confdefs.h. */
  1643. | #include <stdio.h>
  1644. | #ifdef HAVE_SYS_TYPES_H
  1645. | # include <sys/types.h>
  1646. | #endif
  1647. | #ifdef HAVE_SYS_STAT_H
  1648. | # include <sys/stat.h>
  1649. | #endif
  1650. | #ifdef STDC_HEADERS
  1651. | # include <stdlib.h>
  1652. | # include <stddef.h>
  1653. | #else
  1654. | # ifdef HAVE_STDLIB_H
  1655. | # include <stdlib.h>
  1656. | # endif
  1657. | #endif
  1658. | #ifdef HAVE_STRING_H
  1659. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1660. | # include <memory.h>
  1661. | # endif
  1662. | # include <string.h>
  1663. | #endif
  1664. | #ifdef HAVE_STRINGS_H
  1665. | # include <strings.h>
  1666. | #endif
  1667. | #ifdef HAVE_INTTYPES_H
  1668. | # include <inttypes.h>
  1669. | #endif
  1670. | #ifdef HAVE_STDINT_H
  1671. | # include <stdint.h>
  1672. | #endif
  1673. | #ifdef HAVE_UNISTD_H
  1674. | # include <unistd.h>
  1675. | #endif
  1676. | #include <direct.h>
  1677. configure:10043: result: no
  1678. configure:10043: checking direct.h presence
  1679. configure:10043: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1680. conftest.c:36:10: fatal error: 'direct.h' file not found
  1681. #include <direct.h>
  1682. ^~~~~~~~~~
  1683. 1 error generated.
  1684. configure:10043: $? = 1
  1685. configure: failed program was:
  1686. | /* confdefs.h */
  1687. | #define PACKAGE_NAME ""
  1688. | #define PACKAGE_TARNAME ""
  1689. | #define PACKAGE_VERSION ""
  1690. | #define PACKAGE_STRING ""
  1691. | #define PACKAGE_BUGREPORT ""
  1692. | #define PACKAGE_URL ""
  1693. | #define CANONICALIZATION_FOR_MATHN 1
  1694. | #define STDC_HEADERS 1
  1695. | #define HAVE_SYS_TYPES_H 1
  1696. | #define HAVE_SYS_STAT_H 1
  1697. | #define HAVE_STDLIB_H 1
  1698. | #define HAVE_STRING_H 1
  1699. | #define HAVE_MEMORY_H 1
  1700. | #define HAVE_STRINGS_H 1
  1701. | #define HAVE_INTTYPES_H 1
  1702. | #define HAVE_STDINT_H 1
  1703. | #define HAVE_UNISTD_H 1
  1704. | #define __EXTENSIONS__ 1
  1705. | #define _ALL_SOURCE 1
  1706. | #define _GNU_SOURCE 1
  1707. | #define _POSIX_PTHREAD_SEMANTICS 1
  1708. | #define _TANDEM_SOURCE 1
  1709. | #define HAVE_INFINITY 1
  1710. | #define HAVE_NAN 1
  1711. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1712. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  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:10043: result: no
  1723. configure:10043: checking for direct.h
  1724. configure:10043: result: no
  1725. configure:10055: checking grp.h usability
  1726. configure:10055: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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:10055: $? = 0
  1728. configure:10055: result: yes
  1729. configure:10055: checking grp.h presence
  1730. configure:10055: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/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:10055: $? = 0
  1732. configure:10055: result: yes
  1733. configure:10055: checking for grp.h
  1734. configure:10055: result: yes
  1735. configure:10067: checking fcntl.h usability
  1736. configure:10067: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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:10067: $? = 0
  1738. configure:10067: result: yes
  1739. configure:10067: checking fcntl.h presence
  1740. configure:10067: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/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:10067: $? = 0
  1742. configure:10067: result: yes
  1743. configure:10067: checking for fcntl.h
  1744. configure:10067: result: yes
  1745. configure:10079: checking float.h usability
  1746. configure:10079: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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:10079: $? = 0
  1748. configure:10079: result: yes
  1749. configure:10079: checking float.h presence
  1750. configure:10079: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/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:10079: $? = 0
  1752. configure:10079: result: yes
  1753. configure:10079: checking for float.h
  1754. configure:10079: result: yes
  1755. configure:10091: checking ieeefp.h usability
  1756. configure:10091: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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:72:10: fatal error: 'ieeefp.h' file not found
  1758. #include <ieeefp.h>
  1759. ^~~~~~~~~~
  1760. 1 error generated.
  1761. configure:10091: $? = 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 CANONICALIZATION_FOR_MATHN 1
  1771. | #define STDC_HEADERS 1
  1772. | #define HAVE_SYS_TYPES_H 1
  1773. | #define HAVE_SYS_STAT_H 1
  1774. | #define HAVE_STDLIB_H 1
  1775. | #define HAVE_STRING_H 1
  1776. | #define HAVE_MEMORY_H 1
  1777. | #define HAVE_STRINGS_H 1
  1778. | #define HAVE_INTTYPES_H 1
  1779. | #define HAVE_STDINT_H 1
  1780. | #define HAVE_UNISTD_H 1
  1781. | #define __EXTENSIONS__ 1
  1782. | #define _ALL_SOURCE 1
  1783. | #define _GNU_SOURCE 1
  1784. | #define _POSIX_PTHREAD_SEMANTICS 1
  1785. | #define _TANDEM_SOURCE 1
  1786. | #define HAVE_INFINITY 1
  1787. | #define HAVE_NAN 1
  1788. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1789. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1790. | #define BROKEN_CRYPT 1
  1791. | #define HAVE_CRT_EXTERNS_H 1
  1792. | #define HAVE_LIBDL 1
  1793. | #define HAVE_DIRENT_H 1
  1794. | #define HAVE__BOOL 1
  1795. | #define HAVE_STDBOOL_H 1
  1796. | #define HAVE_SYS_WAIT_H 1
  1797. | #define HAVE_GRP_H 1
  1798. | #define HAVE_FCNTL_H 1
  1799. | #define HAVE_FLOAT_H 1
  1800. | /* end confdefs.h. */
  1801. | #include <stdio.h>
  1802. | #ifdef HAVE_SYS_TYPES_H
  1803. | # include <sys/types.h>
  1804. | #endif
  1805. | #ifdef HAVE_SYS_STAT_H
  1806. | # include <sys/stat.h>
  1807. | #endif
  1808. | #ifdef STDC_HEADERS
  1809. | # include <stdlib.h>
  1810. | # include <stddef.h>
  1811. | #else
  1812. | # ifdef HAVE_STDLIB_H
  1813. | # include <stdlib.h>
  1814. | # endif
  1815. | #endif
  1816. | #ifdef HAVE_STRING_H
  1817. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1818. | # include <memory.h>
  1819. | # endif
  1820. | # include <string.h>
  1821. | #endif
  1822. | #ifdef HAVE_STRINGS_H
  1823. | # include <strings.h>
  1824. | #endif
  1825. | #ifdef HAVE_INTTYPES_H
  1826. | # include <inttypes.h>
  1827. | #endif
  1828. | #ifdef HAVE_STDINT_H
  1829. | # include <stdint.h>
  1830. | #endif
  1831. | #ifdef HAVE_UNISTD_H
  1832. | # include <unistd.h>
  1833. | #endif
  1834. | #include <ieeefp.h>
  1835. configure:10091: result: no
  1836. configure:10091: checking ieeefp.h presence
  1837. configure:10091: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1838. conftest.c:39:10: fatal error: 'ieeefp.h' file not found
  1839. #include <ieeefp.h>
  1840. ^~~~~~~~~~
  1841. 1 error generated.
  1842. configure:10091: $? = 1
  1843. configure: failed program was:
  1844. | /* confdefs.h */
  1845. | #define PACKAGE_NAME ""
  1846. | #define PACKAGE_TARNAME ""
  1847. | #define PACKAGE_VERSION ""
  1848. | #define PACKAGE_STRING ""
  1849. | #define PACKAGE_BUGREPORT ""
  1850. | #define PACKAGE_URL ""
  1851. | #define CANONICALIZATION_FOR_MATHN 1
  1852. | #define STDC_HEADERS 1
  1853. | #define HAVE_SYS_TYPES_H 1
  1854. | #define HAVE_SYS_STAT_H 1
  1855. | #define HAVE_STDLIB_H 1
  1856. | #define HAVE_STRING_H 1
  1857. | #define HAVE_MEMORY_H 1
  1858. | #define HAVE_STRINGS_H 1
  1859. | #define HAVE_INTTYPES_H 1
  1860. | #define HAVE_STDINT_H 1
  1861. | #define HAVE_UNISTD_H 1
  1862. | #define __EXTENSIONS__ 1
  1863. | #define _ALL_SOURCE 1
  1864. | #define _GNU_SOURCE 1
  1865. | #define _POSIX_PTHREAD_SEMANTICS 1
  1866. | #define _TANDEM_SOURCE 1
  1867. | #define HAVE_INFINITY 1
  1868. | #define HAVE_NAN 1
  1869. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1870. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1871. | #define BROKEN_CRYPT 1
  1872. | #define HAVE_CRT_EXTERNS_H 1
  1873. | #define HAVE_LIBDL 1
  1874. | #define HAVE_DIRENT_H 1
  1875. | #define HAVE__BOOL 1
  1876. | #define HAVE_STDBOOL_H 1
  1877. | #define HAVE_SYS_WAIT_H 1
  1878. | #define HAVE_GRP_H 1
  1879. | #define HAVE_FCNTL_H 1
  1880. | #define HAVE_FLOAT_H 1
  1881. | /* end confdefs.h. */
  1882. | #include <ieeefp.h>
  1883. configure:10091: result: no
  1884. configure:10091: checking for ieeefp.h
  1885. configure:10091: result: no
  1886. configure:10103: checking intrinsics.h usability
  1887. configure:10103: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  1888. conftest.c:72:10: fatal error: 'intrinsics.h' file not found
  1889. #include <intrinsics.h>
  1890. ^~~~~~~~~~~~~~
  1891. 1 error generated.
  1892. configure:10103: $? = 1
  1893. configure: failed program was:
  1894. | /* confdefs.h */
  1895. | #define PACKAGE_NAME ""
  1896. | #define PACKAGE_TARNAME ""
  1897. | #define PACKAGE_VERSION ""
  1898. | #define PACKAGE_STRING ""
  1899. | #define PACKAGE_BUGREPORT ""
  1900. | #define PACKAGE_URL ""
  1901. | #define CANONICALIZATION_FOR_MATHN 1
  1902. | #define STDC_HEADERS 1
  1903. | #define HAVE_SYS_TYPES_H 1
  1904. | #define HAVE_SYS_STAT_H 1
  1905. | #define HAVE_STDLIB_H 1
  1906. | #define HAVE_STRING_H 1
  1907. | #define HAVE_MEMORY_H 1
  1908. | #define HAVE_STRINGS_H 1
  1909. | #define HAVE_INTTYPES_H 1
  1910. | #define HAVE_STDINT_H 1
  1911. | #define HAVE_UNISTD_H 1
  1912. | #define __EXTENSIONS__ 1
  1913. | #define _ALL_SOURCE 1
  1914. | #define _GNU_SOURCE 1
  1915. | #define _POSIX_PTHREAD_SEMANTICS 1
  1916. | #define _TANDEM_SOURCE 1
  1917. | #define HAVE_INFINITY 1
  1918. | #define HAVE_NAN 1
  1919. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  1920. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  1921. | #define BROKEN_CRYPT 1
  1922. | #define HAVE_CRT_EXTERNS_H 1
  1923. | #define HAVE_LIBDL 1
  1924. | #define HAVE_DIRENT_H 1
  1925. | #define HAVE__BOOL 1
  1926. | #define HAVE_STDBOOL_H 1
  1927. | #define HAVE_SYS_WAIT_H 1
  1928. | #define HAVE_GRP_H 1
  1929. | #define HAVE_FCNTL_H 1
  1930. | #define HAVE_FLOAT_H 1
  1931. | /* end confdefs.h. */
  1932. | #include <stdio.h>
  1933. | #ifdef HAVE_SYS_TYPES_H
  1934. | # include <sys/types.h>
  1935. | #endif
  1936. | #ifdef HAVE_SYS_STAT_H
  1937. | # include <sys/stat.h>
  1938. | #endif
  1939. | #ifdef STDC_HEADERS
  1940. | # include <stdlib.h>
  1941. | # include <stddef.h>
  1942. | #else
  1943. | # ifdef HAVE_STDLIB_H
  1944. | # include <stdlib.h>
  1945. | # endif
  1946. | #endif
  1947. | #ifdef HAVE_STRING_H
  1948. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1949. | # include <memory.h>
  1950. | # endif
  1951. | # include <string.h>
  1952. | #endif
  1953. | #ifdef HAVE_STRINGS_H
  1954. | # include <strings.h>
  1955. | #endif
  1956. | #ifdef HAVE_INTTYPES_H
  1957. | # include <inttypes.h>
  1958. | #endif
  1959. | #ifdef HAVE_STDINT_H
  1960. | # include <stdint.h>
  1961. | #endif
  1962. | #ifdef HAVE_UNISTD_H
  1963. | # include <unistd.h>
  1964. | #endif
  1965. | #include <intrinsics.h>
  1966. configure:10103: result: no
  1967. configure:10103: checking intrinsics.h presence
  1968. configure:10103: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  1969. conftest.c:39:10: fatal error: 'intrinsics.h' file not found
  1970. #include <intrinsics.h>
  1971. ^~~~~~~~~~~~~~
  1972. 1 error generated.
  1973. configure:10103: $? = 1
  1974. configure: failed program was:
  1975. | /* confdefs.h */
  1976. | #define PACKAGE_NAME ""
  1977. | #define PACKAGE_TARNAME ""
  1978. | #define PACKAGE_VERSION ""
  1979. | #define PACKAGE_STRING ""
  1980. | #define PACKAGE_BUGREPORT ""
  1981. | #define PACKAGE_URL ""
  1982. | #define CANONICALIZATION_FOR_MATHN 1
  1983. | #define STDC_HEADERS 1
  1984. | #define HAVE_SYS_TYPES_H 1
  1985. | #define HAVE_SYS_STAT_H 1
  1986. | #define HAVE_STDLIB_H 1
  1987. | #define HAVE_STRING_H 1
  1988. | #define HAVE_MEMORY_H 1
  1989. | #define HAVE_STRINGS_H 1
  1990. | #define HAVE_INTTYPES_H 1
  1991. | #define HAVE_STDINT_H 1
  1992. | #define HAVE_UNISTD_H 1
  1993. | #define __EXTENSIONS__ 1
  1994. | #define _ALL_SOURCE 1
  1995. | #define _GNU_SOURCE 1
  1996. | #define _POSIX_PTHREAD_SEMANTICS 1
  1997. | #define _TANDEM_SOURCE 1
  1998. | #define HAVE_INFINITY 1
  1999. | #define HAVE_NAN 1
  2000. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2001. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2002. | #define BROKEN_CRYPT 1
  2003. | #define HAVE_CRT_EXTERNS_H 1
  2004. | #define HAVE_LIBDL 1
  2005. | #define HAVE_DIRENT_H 1
  2006. | #define HAVE__BOOL 1
  2007. | #define HAVE_STDBOOL_H 1
  2008. | #define HAVE_SYS_WAIT_H 1
  2009. | #define HAVE_GRP_H 1
  2010. | #define HAVE_FCNTL_H 1
  2011. | #define HAVE_FLOAT_H 1
  2012. | /* end confdefs.h. */
  2013. | #include <intrinsics.h>
  2014. configure:10103: result: no
  2015. configure:10103: checking for intrinsics.h
  2016. configure:10103: result: no
  2017. configure:10115: checking langinfo.h usability
  2018. configure:10115: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2019. configure:10115: $? = 0
  2020. configure:10115: result: yes
  2021. configure:10115: checking langinfo.h presence
  2022. configure:10115: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2023. configure:10115: $? = 0
  2024. configure:10115: result: yes
  2025. configure:10115: checking for langinfo.h
  2026. configure:10115: result: yes
  2027. configure:10127: checking limits.h usability
  2028. configure:10127: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2029. configure:10127: $? = 0
  2030. configure:10127: result: yes
  2031. configure:10127: checking limits.h presence
  2032. configure:10127: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2033. configure:10127: $? = 0
  2034. configure:10127: result: yes
  2035. configure:10127: checking for limits.h
  2036. configure:10127: result: yes
  2037. configure:10139: checking locale.h usability
  2038. configure:10139: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2039. configure:10139: $? = 0
  2040. configure:10139: result: yes
  2041. configure:10139: checking locale.h presence
  2042. configure:10139: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2043. configure:10139: $? = 0
  2044. configure:10139: result: yes
  2045. configure:10139: checking for locale.h
  2046. configure:10139: result: yes
  2047. configure:10151: checking malloc.h usability
  2048. configure:10151: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2049. conftest.c:75:10: fatal error: 'malloc.h' file not found
  2050. #include <malloc.h>
  2051. ^~~~~~~~~~
  2052. 1 error generated.
  2053. configure:10151: $? = 1
  2054. configure: failed program was:
  2055. | /* confdefs.h */
  2056. | #define PACKAGE_NAME ""
  2057. | #define PACKAGE_TARNAME ""
  2058. | #define PACKAGE_VERSION ""
  2059. | #define PACKAGE_STRING ""
  2060. | #define PACKAGE_BUGREPORT ""
  2061. | #define PACKAGE_URL ""
  2062. | #define CANONICALIZATION_FOR_MATHN 1
  2063. | #define STDC_HEADERS 1
  2064. | #define HAVE_SYS_TYPES_H 1
  2065. | #define HAVE_SYS_STAT_H 1
  2066. | #define HAVE_STDLIB_H 1
  2067. | #define HAVE_STRING_H 1
  2068. | #define HAVE_MEMORY_H 1
  2069. | #define HAVE_STRINGS_H 1
  2070. | #define HAVE_INTTYPES_H 1
  2071. | #define HAVE_STDINT_H 1
  2072. | #define HAVE_UNISTD_H 1
  2073. | #define __EXTENSIONS__ 1
  2074. | #define _ALL_SOURCE 1
  2075. | #define _GNU_SOURCE 1
  2076. | #define _POSIX_PTHREAD_SEMANTICS 1
  2077. | #define _TANDEM_SOURCE 1
  2078. | #define HAVE_INFINITY 1
  2079. | #define HAVE_NAN 1
  2080. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2081. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2082. | #define BROKEN_CRYPT 1
  2083. | #define HAVE_CRT_EXTERNS_H 1
  2084. | #define HAVE_LIBDL 1
  2085. | #define HAVE_DIRENT_H 1
  2086. | #define HAVE__BOOL 1
  2087. | #define HAVE_STDBOOL_H 1
  2088. | #define HAVE_SYS_WAIT_H 1
  2089. | #define HAVE_GRP_H 1
  2090. | #define HAVE_FCNTL_H 1
  2091. | #define HAVE_FLOAT_H 1
  2092. | #define HAVE_LANGINFO_H 1
  2093. | #define HAVE_LIMITS_H 1
  2094. | #define HAVE_LOCALE_H 1
  2095. | /* end confdefs.h. */
  2096. | #include <stdio.h>
  2097. | #ifdef HAVE_SYS_TYPES_H
  2098. | # include <sys/types.h>
  2099. | #endif
  2100. | #ifdef HAVE_SYS_STAT_H
  2101. | # include <sys/stat.h>
  2102. | #endif
  2103. | #ifdef STDC_HEADERS
  2104. | # include <stdlib.h>
  2105. | # include <stddef.h>
  2106. | #else
  2107. | # ifdef HAVE_STDLIB_H
  2108. | # include <stdlib.h>
  2109. | # endif
  2110. | #endif
  2111. | #ifdef HAVE_STRING_H
  2112. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2113. | # include <memory.h>
  2114. | # endif
  2115. | # include <string.h>
  2116. | #endif
  2117. | #ifdef HAVE_STRINGS_H
  2118. | # include <strings.h>
  2119. | #endif
  2120. | #ifdef HAVE_INTTYPES_H
  2121. | # include <inttypes.h>
  2122. | #endif
  2123. | #ifdef HAVE_STDINT_H
  2124. | # include <stdint.h>
  2125. | #endif
  2126. | #ifdef HAVE_UNISTD_H
  2127. | # include <unistd.h>
  2128. | #endif
  2129. | #include <malloc.h>
  2130. configure:10151: result: no
  2131. configure:10151: checking malloc.h presence
  2132. configure:10151: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2133. conftest.c:42:10: fatal error: 'malloc.h' file not found
  2134. #include <malloc.h>
  2135. ^~~~~~~~~~
  2136. 1 error generated.
  2137. configure:10151: $? = 1
  2138. configure: failed program was:
  2139. | /* confdefs.h */
  2140. | #define PACKAGE_NAME ""
  2141. | #define PACKAGE_TARNAME ""
  2142. | #define PACKAGE_VERSION ""
  2143. | #define PACKAGE_STRING ""
  2144. | #define PACKAGE_BUGREPORT ""
  2145. | #define PACKAGE_URL ""
  2146. | #define CANONICALIZATION_FOR_MATHN 1
  2147. | #define STDC_HEADERS 1
  2148. | #define HAVE_SYS_TYPES_H 1
  2149. | #define HAVE_SYS_STAT_H 1
  2150. | #define HAVE_STDLIB_H 1
  2151. | #define HAVE_STRING_H 1
  2152. | #define HAVE_MEMORY_H 1
  2153. | #define HAVE_STRINGS_H 1
  2154. | #define HAVE_INTTYPES_H 1
  2155. | #define HAVE_STDINT_H 1
  2156. | #define HAVE_UNISTD_H 1
  2157. | #define __EXTENSIONS__ 1
  2158. | #define _ALL_SOURCE 1
  2159. | #define _GNU_SOURCE 1
  2160. | #define _POSIX_PTHREAD_SEMANTICS 1
  2161. | #define _TANDEM_SOURCE 1
  2162. | #define HAVE_INFINITY 1
  2163. | #define HAVE_NAN 1
  2164. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2165. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2166. | #define BROKEN_CRYPT 1
  2167. | #define HAVE_CRT_EXTERNS_H 1
  2168. | #define HAVE_LIBDL 1
  2169. | #define HAVE_DIRENT_H 1
  2170. | #define HAVE__BOOL 1
  2171. | #define HAVE_STDBOOL_H 1
  2172. | #define HAVE_SYS_WAIT_H 1
  2173. | #define HAVE_GRP_H 1
  2174. | #define HAVE_FCNTL_H 1
  2175. | #define HAVE_FLOAT_H 1
  2176. | #define HAVE_LANGINFO_H 1
  2177. | #define HAVE_LIMITS_H 1
  2178. | #define HAVE_LOCALE_H 1
  2179. | /* end confdefs.h. */
  2180. | #include <malloc.h>
  2181. configure:10151: result: no
  2182. configure:10151: checking for malloc.h
  2183. configure:10151: result: no
  2184. configure:10163: checking malloc/malloc.h usability
  2185. configure:10163: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2186. configure:10163: $? = 0
  2187. configure:10163: result: yes
  2188. configure:10163: checking malloc/malloc.h presence
  2189. configure:10163: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2190. configure:10163: $? = 0
  2191. configure:10163: result: yes
  2192. configure:10163: checking for malloc/malloc.h
  2193. configure:10163: result: yes
  2194. configure:10175: checking malloc_np.h usability
  2195. configure:10175: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2196. conftest.c:76:10: fatal error: 'malloc_np.h' file not found
  2197. #include <malloc_np.h>
  2198. ^~~~~~~~~~~~~
  2199. 1 error generated.
  2200. configure:10175: $? = 1
  2201. configure: failed program was:
  2202. | /* confdefs.h */
  2203. | #define PACKAGE_NAME ""
  2204. | #define PACKAGE_TARNAME ""
  2205. | #define PACKAGE_VERSION ""
  2206. | #define PACKAGE_STRING ""
  2207. | #define PACKAGE_BUGREPORT ""
  2208. | #define PACKAGE_URL ""
  2209. | #define CANONICALIZATION_FOR_MATHN 1
  2210. | #define STDC_HEADERS 1
  2211. | #define HAVE_SYS_TYPES_H 1
  2212. | #define HAVE_SYS_STAT_H 1
  2213. | #define HAVE_STDLIB_H 1
  2214. | #define HAVE_STRING_H 1
  2215. | #define HAVE_MEMORY_H 1
  2216. | #define HAVE_STRINGS_H 1
  2217. | #define HAVE_INTTYPES_H 1
  2218. | #define HAVE_STDINT_H 1
  2219. | #define HAVE_UNISTD_H 1
  2220. | #define __EXTENSIONS__ 1
  2221. | #define _ALL_SOURCE 1
  2222. | #define _GNU_SOURCE 1
  2223. | #define _POSIX_PTHREAD_SEMANTICS 1
  2224. | #define _TANDEM_SOURCE 1
  2225. | #define HAVE_INFINITY 1
  2226. | #define HAVE_NAN 1
  2227. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2228. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2229. | #define BROKEN_CRYPT 1
  2230. | #define HAVE_CRT_EXTERNS_H 1
  2231. | #define HAVE_LIBDL 1
  2232. | #define HAVE_DIRENT_H 1
  2233. | #define HAVE__BOOL 1
  2234. | #define HAVE_STDBOOL_H 1
  2235. | #define HAVE_SYS_WAIT_H 1
  2236. | #define HAVE_GRP_H 1
  2237. | #define HAVE_FCNTL_H 1
  2238. | #define HAVE_FLOAT_H 1
  2239. | #define HAVE_LANGINFO_H 1
  2240. | #define HAVE_LIMITS_H 1
  2241. | #define HAVE_LOCALE_H 1
  2242. | #define HAVE_MALLOC_MALLOC_H 1
  2243. | /* end confdefs.h. */
  2244. | #include <stdio.h>
  2245. | #ifdef HAVE_SYS_TYPES_H
  2246. | # include <sys/types.h>
  2247. | #endif
  2248. | #ifdef HAVE_SYS_STAT_H
  2249. | # include <sys/stat.h>
  2250. | #endif
  2251. | #ifdef STDC_HEADERS
  2252. | # include <stdlib.h>
  2253. | # include <stddef.h>
  2254. | #else
  2255. | # ifdef HAVE_STDLIB_H
  2256. | # include <stdlib.h>
  2257. | # endif
  2258. | #endif
  2259. | #ifdef HAVE_STRING_H
  2260. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2261. | # include <memory.h>
  2262. | # endif
  2263. | # include <string.h>
  2264. | #endif
  2265. | #ifdef HAVE_STRINGS_H
  2266. | # include <strings.h>
  2267. | #endif
  2268. | #ifdef HAVE_INTTYPES_H
  2269. | # include <inttypes.h>
  2270. | #endif
  2271. | #ifdef HAVE_STDINT_H
  2272. | # include <stdint.h>
  2273. | #endif
  2274. | #ifdef HAVE_UNISTD_H
  2275. | # include <unistd.h>
  2276. | #endif
  2277. | #include <malloc_np.h>
  2278. configure:10175: result: no
  2279. configure:10175: checking malloc_np.h presence
  2280. configure:10175: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2281. conftest.c:43:10: fatal error: 'malloc_np.h' file not found
  2282. #include <malloc_np.h>
  2283. ^~~~~~~~~~~~~
  2284. 1 error generated.
  2285. configure:10175: $? = 1
  2286. configure: failed program was:
  2287. | /* confdefs.h */
  2288. | #define PACKAGE_NAME ""
  2289. | #define PACKAGE_TARNAME ""
  2290. | #define PACKAGE_VERSION ""
  2291. | #define PACKAGE_STRING ""
  2292. | #define PACKAGE_BUGREPORT ""
  2293. | #define PACKAGE_URL ""
  2294. | #define CANONICALIZATION_FOR_MATHN 1
  2295. | #define STDC_HEADERS 1
  2296. | #define HAVE_SYS_TYPES_H 1
  2297. | #define HAVE_SYS_STAT_H 1
  2298. | #define HAVE_STDLIB_H 1
  2299. | #define HAVE_STRING_H 1
  2300. | #define HAVE_MEMORY_H 1
  2301. | #define HAVE_STRINGS_H 1
  2302. | #define HAVE_INTTYPES_H 1
  2303. | #define HAVE_STDINT_H 1
  2304. | #define HAVE_UNISTD_H 1
  2305. | #define __EXTENSIONS__ 1
  2306. | #define _ALL_SOURCE 1
  2307. | #define _GNU_SOURCE 1
  2308. | #define _POSIX_PTHREAD_SEMANTICS 1
  2309. | #define _TANDEM_SOURCE 1
  2310. | #define HAVE_INFINITY 1
  2311. | #define HAVE_NAN 1
  2312. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2313. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2314. | #define BROKEN_CRYPT 1
  2315. | #define HAVE_CRT_EXTERNS_H 1
  2316. | #define HAVE_LIBDL 1
  2317. | #define HAVE_DIRENT_H 1
  2318. | #define HAVE__BOOL 1
  2319. | #define HAVE_STDBOOL_H 1
  2320. | #define HAVE_SYS_WAIT_H 1
  2321. | #define HAVE_GRP_H 1
  2322. | #define HAVE_FCNTL_H 1
  2323. | #define HAVE_FLOAT_H 1
  2324. | #define HAVE_LANGINFO_H 1
  2325. | #define HAVE_LIMITS_H 1
  2326. | #define HAVE_LOCALE_H 1
  2327. | #define HAVE_MALLOC_MALLOC_H 1
  2328. | /* end confdefs.h. */
  2329. | #include <malloc_np.h>
  2330. configure:10175: result: no
  2331. configure:10175: checking for malloc_np.h
  2332. configure:10175: result: no
  2333. configure:10187: checking net/socket.h usability
  2334. configure:10187: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2335. conftest.c:76:10: fatal error: 'net/socket.h' file not found
  2336. #include <net/socket.h>
  2337. ^~~~~~~~~~~~~~
  2338. 1 error generated.
  2339. configure:10187: $? = 1
  2340. configure: failed program was:
  2341. | /* confdefs.h */
  2342. | #define PACKAGE_NAME ""
  2343. | #define PACKAGE_TARNAME ""
  2344. | #define PACKAGE_VERSION ""
  2345. | #define PACKAGE_STRING ""
  2346. | #define PACKAGE_BUGREPORT ""
  2347. | #define PACKAGE_URL ""
  2348. | #define CANONICALIZATION_FOR_MATHN 1
  2349. | #define STDC_HEADERS 1
  2350. | #define HAVE_SYS_TYPES_H 1
  2351. | #define HAVE_SYS_STAT_H 1
  2352. | #define HAVE_STDLIB_H 1
  2353. | #define HAVE_STRING_H 1
  2354. | #define HAVE_MEMORY_H 1
  2355. | #define HAVE_STRINGS_H 1
  2356. | #define HAVE_INTTYPES_H 1
  2357. | #define HAVE_STDINT_H 1
  2358. | #define HAVE_UNISTD_H 1
  2359. | #define __EXTENSIONS__ 1
  2360. | #define _ALL_SOURCE 1
  2361. | #define _GNU_SOURCE 1
  2362. | #define _POSIX_PTHREAD_SEMANTICS 1
  2363. | #define _TANDEM_SOURCE 1
  2364. | #define HAVE_INFINITY 1
  2365. | #define HAVE_NAN 1
  2366. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2367. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2368. | #define BROKEN_CRYPT 1
  2369. | #define HAVE_CRT_EXTERNS_H 1
  2370. | #define HAVE_LIBDL 1
  2371. | #define HAVE_DIRENT_H 1
  2372. | #define HAVE__BOOL 1
  2373. | #define HAVE_STDBOOL_H 1
  2374. | #define HAVE_SYS_WAIT_H 1
  2375. | #define HAVE_GRP_H 1
  2376. | #define HAVE_FCNTL_H 1
  2377. | #define HAVE_FLOAT_H 1
  2378. | #define HAVE_LANGINFO_H 1
  2379. | #define HAVE_LIMITS_H 1
  2380. | #define HAVE_LOCALE_H 1
  2381. | #define HAVE_MALLOC_MALLOC_H 1
  2382. | /* end confdefs.h. */
  2383. | #include <stdio.h>
  2384. | #ifdef HAVE_SYS_TYPES_H
  2385. | # include <sys/types.h>
  2386. | #endif
  2387. | #ifdef HAVE_SYS_STAT_H
  2388. | # include <sys/stat.h>
  2389. | #endif
  2390. | #ifdef STDC_HEADERS
  2391. | # include <stdlib.h>
  2392. | # include <stddef.h>
  2393. | #else
  2394. | # ifdef HAVE_STDLIB_H
  2395. | # include <stdlib.h>
  2396. | # endif
  2397. | #endif
  2398. | #ifdef HAVE_STRING_H
  2399. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2400. | # include <memory.h>
  2401. | # endif
  2402. | # include <string.h>
  2403. | #endif
  2404. | #ifdef HAVE_STRINGS_H
  2405. | # include <strings.h>
  2406. | #endif
  2407. | #ifdef HAVE_INTTYPES_H
  2408. | # include <inttypes.h>
  2409. | #endif
  2410. | #ifdef HAVE_STDINT_H
  2411. | # include <stdint.h>
  2412. | #endif
  2413. | #ifdef HAVE_UNISTD_H
  2414. | # include <unistd.h>
  2415. | #endif
  2416. | #include <net/socket.h>
  2417. configure:10187: result: no
  2418. configure:10187: checking net/socket.h presence
  2419. configure:10187: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2420. conftest.c:43:10: fatal error: 'net/socket.h' file not found
  2421. #include <net/socket.h>
  2422. ^~~~~~~~~~~~~~
  2423. 1 error generated.
  2424. configure:10187: $? = 1
  2425. configure: failed program was:
  2426. | /* confdefs.h */
  2427. | #define PACKAGE_NAME ""
  2428. | #define PACKAGE_TARNAME ""
  2429. | #define PACKAGE_VERSION ""
  2430. | #define PACKAGE_STRING ""
  2431. | #define PACKAGE_BUGREPORT ""
  2432. | #define PACKAGE_URL ""
  2433. | #define CANONICALIZATION_FOR_MATHN 1
  2434. | #define STDC_HEADERS 1
  2435. | #define HAVE_SYS_TYPES_H 1
  2436. | #define HAVE_SYS_STAT_H 1
  2437. | #define HAVE_STDLIB_H 1
  2438. | #define HAVE_STRING_H 1
  2439. | #define HAVE_MEMORY_H 1
  2440. | #define HAVE_STRINGS_H 1
  2441. | #define HAVE_INTTYPES_H 1
  2442. | #define HAVE_STDINT_H 1
  2443. | #define HAVE_UNISTD_H 1
  2444. | #define __EXTENSIONS__ 1
  2445. | #define _ALL_SOURCE 1
  2446. | #define _GNU_SOURCE 1
  2447. | #define _POSIX_PTHREAD_SEMANTICS 1
  2448. | #define _TANDEM_SOURCE 1
  2449. | #define HAVE_INFINITY 1
  2450. | #define HAVE_NAN 1
  2451. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2452. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2453. | #define BROKEN_CRYPT 1
  2454. | #define HAVE_CRT_EXTERNS_H 1
  2455. | #define HAVE_LIBDL 1
  2456. | #define HAVE_DIRENT_H 1
  2457. | #define HAVE__BOOL 1
  2458. | #define HAVE_STDBOOL_H 1
  2459. | #define HAVE_SYS_WAIT_H 1
  2460. | #define HAVE_GRP_H 1
  2461. | #define HAVE_FCNTL_H 1
  2462. | #define HAVE_FLOAT_H 1
  2463. | #define HAVE_LANGINFO_H 1
  2464. | #define HAVE_LIMITS_H 1
  2465. | #define HAVE_LOCALE_H 1
  2466. | #define HAVE_MALLOC_MALLOC_H 1
  2467. | /* end confdefs.h. */
  2468. | #include <net/socket.h>
  2469. configure:10187: result: no
  2470. configure:10187: checking for net/socket.h
  2471. configure:10187: result: no
  2472. configure:10199: checking process.h usability
  2473. configure:10199: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2474. conftest.c:76:10: fatal error: 'process.h' file not found
  2475. #include <process.h>
  2476. ^~~~~~~~~~~
  2477. 1 error generated.
  2478. configure:10199: $? = 1
  2479. configure: failed program was:
  2480. | /* confdefs.h */
  2481. | #define PACKAGE_NAME ""
  2482. | #define PACKAGE_TARNAME ""
  2483. | #define PACKAGE_VERSION ""
  2484. | #define PACKAGE_STRING ""
  2485. | #define PACKAGE_BUGREPORT ""
  2486. | #define PACKAGE_URL ""
  2487. | #define CANONICALIZATION_FOR_MATHN 1
  2488. | #define STDC_HEADERS 1
  2489. | #define HAVE_SYS_TYPES_H 1
  2490. | #define HAVE_SYS_STAT_H 1
  2491. | #define HAVE_STDLIB_H 1
  2492. | #define HAVE_STRING_H 1
  2493. | #define HAVE_MEMORY_H 1
  2494. | #define HAVE_STRINGS_H 1
  2495. | #define HAVE_INTTYPES_H 1
  2496. | #define HAVE_STDINT_H 1
  2497. | #define HAVE_UNISTD_H 1
  2498. | #define __EXTENSIONS__ 1
  2499. | #define _ALL_SOURCE 1
  2500. | #define _GNU_SOURCE 1
  2501. | #define _POSIX_PTHREAD_SEMANTICS 1
  2502. | #define _TANDEM_SOURCE 1
  2503. | #define HAVE_INFINITY 1
  2504. | #define HAVE_NAN 1
  2505. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2506. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2507. | #define BROKEN_CRYPT 1
  2508. | #define HAVE_CRT_EXTERNS_H 1
  2509. | #define HAVE_LIBDL 1
  2510. | #define HAVE_DIRENT_H 1
  2511. | #define HAVE__BOOL 1
  2512. | #define HAVE_STDBOOL_H 1
  2513. | #define HAVE_SYS_WAIT_H 1
  2514. | #define HAVE_GRP_H 1
  2515. | #define HAVE_FCNTL_H 1
  2516. | #define HAVE_FLOAT_H 1
  2517. | #define HAVE_LANGINFO_H 1
  2518. | #define HAVE_LIMITS_H 1
  2519. | #define HAVE_LOCALE_H 1
  2520. | #define HAVE_MALLOC_MALLOC_H 1
  2521. | /* end confdefs.h. */
  2522. | #include <stdio.h>
  2523. | #ifdef HAVE_SYS_TYPES_H
  2524. | # include <sys/types.h>
  2525. | #endif
  2526. | #ifdef HAVE_SYS_STAT_H
  2527. | # include <sys/stat.h>
  2528. | #endif
  2529. | #ifdef STDC_HEADERS
  2530. | # include <stdlib.h>
  2531. | # include <stddef.h>
  2532. | #else
  2533. | # ifdef HAVE_STDLIB_H
  2534. | # include <stdlib.h>
  2535. | # endif
  2536. | #endif
  2537. | #ifdef HAVE_STRING_H
  2538. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2539. | # include <memory.h>
  2540. | # endif
  2541. | # include <string.h>
  2542. | #endif
  2543. | #ifdef HAVE_STRINGS_H
  2544. | # include <strings.h>
  2545. | #endif
  2546. | #ifdef HAVE_INTTYPES_H
  2547. | # include <inttypes.h>
  2548. | #endif
  2549. | #ifdef HAVE_STDINT_H
  2550. | # include <stdint.h>
  2551. | #endif
  2552. | #ifdef HAVE_UNISTD_H
  2553. | # include <unistd.h>
  2554. | #endif
  2555. | #include <process.h>
  2556. configure:10199: result: no
  2557. configure:10199: checking process.h presence
  2558. configure:10199: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2559. conftest.c:43:10: fatal error: 'process.h' file not found
  2560. #include <process.h>
  2561. ^~~~~~~~~~~
  2562. 1 error generated.
  2563. configure:10199: $? = 1
  2564. configure: failed program was:
  2565. | /* confdefs.h */
  2566. | #define PACKAGE_NAME ""
  2567. | #define PACKAGE_TARNAME ""
  2568. | #define PACKAGE_VERSION ""
  2569. | #define PACKAGE_STRING ""
  2570. | #define PACKAGE_BUGREPORT ""
  2571. | #define PACKAGE_URL ""
  2572. | #define CANONICALIZATION_FOR_MATHN 1
  2573. | #define STDC_HEADERS 1
  2574. | #define HAVE_SYS_TYPES_H 1
  2575. | #define HAVE_SYS_STAT_H 1
  2576. | #define HAVE_STDLIB_H 1
  2577. | #define HAVE_STRING_H 1
  2578. | #define HAVE_MEMORY_H 1
  2579. | #define HAVE_STRINGS_H 1
  2580. | #define HAVE_INTTYPES_H 1
  2581. | #define HAVE_STDINT_H 1
  2582. | #define HAVE_UNISTD_H 1
  2583. | #define __EXTENSIONS__ 1
  2584. | #define _ALL_SOURCE 1
  2585. | #define _GNU_SOURCE 1
  2586. | #define _POSIX_PTHREAD_SEMANTICS 1
  2587. | #define _TANDEM_SOURCE 1
  2588. | #define HAVE_INFINITY 1
  2589. | #define HAVE_NAN 1
  2590. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2591. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2592. | #define BROKEN_CRYPT 1
  2593. | #define HAVE_CRT_EXTERNS_H 1
  2594. | #define HAVE_LIBDL 1
  2595. | #define HAVE_DIRENT_H 1
  2596. | #define HAVE__BOOL 1
  2597. | #define HAVE_STDBOOL_H 1
  2598. | #define HAVE_SYS_WAIT_H 1
  2599. | #define HAVE_GRP_H 1
  2600. | #define HAVE_FCNTL_H 1
  2601. | #define HAVE_FLOAT_H 1
  2602. | #define HAVE_LANGINFO_H 1
  2603. | #define HAVE_LIMITS_H 1
  2604. | #define HAVE_LOCALE_H 1
  2605. | #define HAVE_MALLOC_MALLOC_H 1
  2606. | /* end confdefs.h. */
  2607. | #include <process.h>
  2608. configure:10199: result: no
  2609. configure:10199: checking for process.h
  2610. configure:10199: result: no
  2611. configure:10211: checking pwd.h usability
  2612. configure:10211: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2613. configure:10211: $? = 0
  2614. configure:10211: result: yes
  2615. configure:10211: checking pwd.h presence
  2616. configure:10211: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2617. configure:10211: $? = 0
  2618. configure:10211: result: yes
  2619. configure:10211: checking for pwd.h
  2620. configure:10211: result: yes
  2621. configure:10223: checking setjmpex.h usability
  2622. configure:10223: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2623. conftest.c:77:10: fatal error: 'setjmpex.h' file not found
  2624. #include <setjmpex.h>
  2625. ^~~~~~~~~~~~
  2626. 1 error generated.
  2627. configure:10223: $? = 1
  2628. configure: failed program was:
  2629. | /* confdefs.h */
  2630. | #define PACKAGE_NAME ""
  2631. | #define PACKAGE_TARNAME ""
  2632. | #define PACKAGE_VERSION ""
  2633. | #define PACKAGE_STRING ""
  2634. | #define PACKAGE_BUGREPORT ""
  2635. | #define PACKAGE_URL ""
  2636. | #define CANONICALIZATION_FOR_MATHN 1
  2637. | #define STDC_HEADERS 1
  2638. | #define HAVE_SYS_TYPES_H 1
  2639. | #define HAVE_SYS_STAT_H 1
  2640. | #define HAVE_STDLIB_H 1
  2641. | #define HAVE_STRING_H 1
  2642. | #define HAVE_MEMORY_H 1
  2643. | #define HAVE_STRINGS_H 1
  2644. | #define HAVE_INTTYPES_H 1
  2645. | #define HAVE_STDINT_H 1
  2646. | #define HAVE_UNISTD_H 1
  2647. | #define __EXTENSIONS__ 1
  2648. | #define _ALL_SOURCE 1
  2649. | #define _GNU_SOURCE 1
  2650. | #define _POSIX_PTHREAD_SEMANTICS 1
  2651. | #define _TANDEM_SOURCE 1
  2652. | #define HAVE_INFINITY 1
  2653. | #define HAVE_NAN 1
  2654. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2655. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2656. | #define BROKEN_CRYPT 1
  2657. | #define HAVE_CRT_EXTERNS_H 1
  2658. | #define HAVE_LIBDL 1
  2659. | #define HAVE_DIRENT_H 1
  2660. | #define HAVE__BOOL 1
  2661. | #define HAVE_STDBOOL_H 1
  2662. | #define HAVE_SYS_WAIT_H 1
  2663. | #define HAVE_GRP_H 1
  2664. | #define HAVE_FCNTL_H 1
  2665. | #define HAVE_FLOAT_H 1
  2666. | #define HAVE_LANGINFO_H 1
  2667. | #define HAVE_LIMITS_H 1
  2668. | #define HAVE_LOCALE_H 1
  2669. | #define HAVE_MALLOC_MALLOC_H 1
  2670. | #define HAVE_PWD_H 1
  2671. | /* end confdefs.h. */
  2672. | #include <stdio.h>
  2673. | #ifdef HAVE_SYS_TYPES_H
  2674. | # include <sys/types.h>
  2675. | #endif
  2676. | #ifdef HAVE_SYS_STAT_H
  2677. | # include <sys/stat.h>
  2678. | #endif
  2679. | #ifdef STDC_HEADERS
  2680. | # include <stdlib.h>
  2681. | # include <stddef.h>
  2682. | #else
  2683. | # ifdef HAVE_STDLIB_H
  2684. | # include <stdlib.h>
  2685. | # endif
  2686. | #endif
  2687. | #ifdef HAVE_STRING_H
  2688. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2689. | # include <memory.h>
  2690. | # endif
  2691. | # include <string.h>
  2692. | #endif
  2693. | #ifdef HAVE_STRINGS_H
  2694. | # include <strings.h>
  2695. | #endif
  2696. | #ifdef HAVE_INTTYPES_H
  2697. | # include <inttypes.h>
  2698. | #endif
  2699. | #ifdef HAVE_STDINT_H
  2700. | # include <stdint.h>
  2701. | #endif
  2702. | #ifdef HAVE_UNISTD_H
  2703. | # include <unistd.h>
  2704. | #endif
  2705. | #include <setjmpex.h>
  2706. configure:10223: result: no
  2707. configure:10223: checking setjmpex.h presence
  2708. configure:10223: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2709. conftest.c:44:10: fatal error: 'setjmpex.h' file not found
  2710. #include <setjmpex.h>
  2711. ^~~~~~~~~~~~
  2712. 1 error generated.
  2713. configure:10223: $? = 1
  2714. configure: failed program was:
  2715. | /* confdefs.h */
  2716. | #define PACKAGE_NAME ""
  2717. | #define PACKAGE_TARNAME ""
  2718. | #define PACKAGE_VERSION ""
  2719. | #define PACKAGE_STRING ""
  2720. | #define PACKAGE_BUGREPORT ""
  2721. | #define PACKAGE_URL ""
  2722. | #define CANONICALIZATION_FOR_MATHN 1
  2723. | #define STDC_HEADERS 1
  2724. | #define HAVE_SYS_TYPES_H 1
  2725. | #define HAVE_SYS_STAT_H 1
  2726. | #define HAVE_STDLIB_H 1
  2727. | #define HAVE_STRING_H 1
  2728. | #define HAVE_MEMORY_H 1
  2729. | #define HAVE_STRINGS_H 1
  2730. | #define HAVE_INTTYPES_H 1
  2731. | #define HAVE_STDINT_H 1
  2732. | #define HAVE_UNISTD_H 1
  2733. | #define __EXTENSIONS__ 1
  2734. | #define _ALL_SOURCE 1
  2735. | #define _GNU_SOURCE 1
  2736. | #define _POSIX_PTHREAD_SEMANTICS 1
  2737. | #define _TANDEM_SOURCE 1
  2738. | #define HAVE_INFINITY 1
  2739. | #define HAVE_NAN 1
  2740. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2741. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2742. | #define BROKEN_CRYPT 1
  2743. | #define HAVE_CRT_EXTERNS_H 1
  2744. | #define HAVE_LIBDL 1
  2745. | #define HAVE_DIRENT_H 1
  2746. | #define HAVE__BOOL 1
  2747. | #define HAVE_STDBOOL_H 1
  2748. | #define HAVE_SYS_WAIT_H 1
  2749. | #define HAVE_GRP_H 1
  2750. | #define HAVE_FCNTL_H 1
  2751. | #define HAVE_FLOAT_H 1
  2752. | #define HAVE_LANGINFO_H 1
  2753. | #define HAVE_LIMITS_H 1
  2754. | #define HAVE_LOCALE_H 1
  2755. | #define HAVE_MALLOC_MALLOC_H 1
  2756. | #define HAVE_PWD_H 1
  2757. | /* end confdefs.h. */
  2758. | #include <setjmpex.h>
  2759. configure:10223: result: no
  2760. configure:10223: checking for setjmpex.h
  2761. configure:10223: result: no
  2762. configure:10235: checking sys/attr.h usability
  2763. configure:10235: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2764. configure:10235: $? = 0
  2765. configure:10235: result: yes
  2766. configure:10235: checking sys/attr.h presence
  2767. configure:10235: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2768. configure:10235: $? = 0
  2769. configure:10235: result: yes
  2770. configure:10235: checking for sys/attr.h
  2771. configure:10235: result: yes
  2772. configure:10247: checking sys/fcntl.h usability
  2773. configure:10247: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2774. configure:10247: $? = 0
  2775. configure:10247: result: yes
  2776. configure:10247: checking sys/fcntl.h presence
  2777. configure:10247: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2778. configure:10247: $? = 0
  2779. configure:10247: result: yes
  2780. configure:10247: checking for sys/fcntl.h
  2781. configure:10247: result: yes
  2782. configure:10259: checking sys/file.h usability
  2783. configure:10259: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2784. configure:10259: $? = 0
  2785. configure:10259: result: yes
  2786. configure:10259: checking sys/file.h presence
  2787. configure:10259: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2788. configure:10259: $? = 0
  2789. configure:10259: result: yes
  2790. configure:10259: checking for sys/file.h
  2791. configure:10259: result: yes
  2792. configure:10271: checking sys/id.h usability
  2793. configure:10271: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2794. conftest.c:80:10: fatal error: 'sys/id.h' file not found
  2795. #include <sys/id.h>
  2796. ^~~~~~~~~~
  2797. 1 error generated.
  2798. configure:10271: $? = 1
  2799. configure: failed program was:
  2800. | /* confdefs.h */
  2801. | #define PACKAGE_NAME ""
  2802. | #define PACKAGE_TARNAME ""
  2803. | #define PACKAGE_VERSION ""
  2804. | #define PACKAGE_STRING ""
  2805. | #define PACKAGE_BUGREPORT ""
  2806. | #define PACKAGE_URL ""
  2807. | #define CANONICALIZATION_FOR_MATHN 1
  2808. | #define STDC_HEADERS 1
  2809. | #define HAVE_SYS_TYPES_H 1
  2810. | #define HAVE_SYS_STAT_H 1
  2811. | #define HAVE_STDLIB_H 1
  2812. | #define HAVE_STRING_H 1
  2813. | #define HAVE_MEMORY_H 1
  2814. | #define HAVE_STRINGS_H 1
  2815. | #define HAVE_INTTYPES_H 1
  2816. | #define HAVE_STDINT_H 1
  2817. | #define HAVE_UNISTD_H 1
  2818. | #define __EXTENSIONS__ 1
  2819. | #define _ALL_SOURCE 1
  2820. | #define _GNU_SOURCE 1
  2821. | #define _POSIX_PTHREAD_SEMANTICS 1
  2822. | #define _TANDEM_SOURCE 1
  2823. | #define HAVE_INFINITY 1
  2824. | #define HAVE_NAN 1
  2825. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2826. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2827. | #define BROKEN_CRYPT 1
  2828. | #define HAVE_CRT_EXTERNS_H 1
  2829. | #define HAVE_LIBDL 1
  2830. | #define HAVE_DIRENT_H 1
  2831. | #define HAVE__BOOL 1
  2832. | #define HAVE_STDBOOL_H 1
  2833. | #define HAVE_SYS_WAIT_H 1
  2834. | #define HAVE_GRP_H 1
  2835. | #define HAVE_FCNTL_H 1
  2836. | #define HAVE_FLOAT_H 1
  2837. | #define HAVE_LANGINFO_H 1
  2838. | #define HAVE_LIMITS_H 1
  2839. | #define HAVE_LOCALE_H 1
  2840. | #define HAVE_MALLOC_MALLOC_H 1
  2841. | #define HAVE_PWD_H 1
  2842. | #define HAVE_SYS_ATTR_H 1
  2843. | #define HAVE_SYS_FCNTL_H 1
  2844. | #define HAVE_SYS_FILE_H 1
  2845. | /* end confdefs.h. */
  2846. | #include <stdio.h>
  2847. | #ifdef HAVE_SYS_TYPES_H
  2848. | # include <sys/types.h>
  2849. | #endif
  2850. | #ifdef HAVE_SYS_STAT_H
  2851. | # include <sys/stat.h>
  2852. | #endif
  2853. | #ifdef STDC_HEADERS
  2854. | # include <stdlib.h>
  2855. | # include <stddef.h>
  2856. | #else
  2857. | # ifdef HAVE_STDLIB_H
  2858. | # include <stdlib.h>
  2859. | # endif
  2860. | #endif
  2861. | #ifdef HAVE_STRING_H
  2862. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2863. | # include <memory.h>
  2864. | # endif
  2865. | # include <string.h>
  2866. | #endif
  2867. | #ifdef HAVE_STRINGS_H
  2868. | # include <strings.h>
  2869. | #endif
  2870. | #ifdef HAVE_INTTYPES_H
  2871. | # include <inttypes.h>
  2872. | #endif
  2873. | #ifdef HAVE_STDINT_H
  2874. | # include <stdint.h>
  2875. | #endif
  2876. | #ifdef HAVE_UNISTD_H
  2877. | # include <unistd.h>
  2878. | #endif
  2879. | #include <sys/id.h>
  2880. configure:10271: result: no
  2881. configure:10271: checking sys/id.h presence
  2882. configure:10271: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2883. conftest.c:47:10: fatal error: 'sys/id.h' file not found
  2884. #include <sys/id.h>
  2885. ^~~~~~~~~~
  2886. 1 error generated.
  2887. configure:10271: $? = 1
  2888. configure: failed program was:
  2889. | /* confdefs.h */
  2890. | #define PACKAGE_NAME ""
  2891. | #define PACKAGE_TARNAME ""
  2892. | #define PACKAGE_VERSION ""
  2893. | #define PACKAGE_STRING ""
  2894. | #define PACKAGE_BUGREPORT ""
  2895. | #define PACKAGE_URL ""
  2896. | #define CANONICALIZATION_FOR_MATHN 1
  2897. | #define STDC_HEADERS 1
  2898. | #define HAVE_SYS_TYPES_H 1
  2899. | #define HAVE_SYS_STAT_H 1
  2900. | #define HAVE_STDLIB_H 1
  2901. | #define HAVE_STRING_H 1
  2902. | #define HAVE_MEMORY_H 1
  2903. | #define HAVE_STRINGS_H 1
  2904. | #define HAVE_INTTYPES_H 1
  2905. | #define HAVE_STDINT_H 1
  2906. | #define HAVE_UNISTD_H 1
  2907. | #define __EXTENSIONS__ 1
  2908. | #define _ALL_SOURCE 1
  2909. | #define _GNU_SOURCE 1
  2910. | #define _POSIX_PTHREAD_SEMANTICS 1
  2911. | #define _TANDEM_SOURCE 1
  2912. | #define HAVE_INFINITY 1
  2913. | #define HAVE_NAN 1
  2914. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2915. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2916. | #define BROKEN_CRYPT 1
  2917. | #define HAVE_CRT_EXTERNS_H 1
  2918. | #define HAVE_LIBDL 1
  2919. | #define HAVE_DIRENT_H 1
  2920. | #define HAVE__BOOL 1
  2921. | #define HAVE_STDBOOL_H 1
  2922. | #define HAVE_SYS_WAIT_H 1
  2923. | #define HAVE_GRP_H 1
  2924. | #define HAVE_FCNTL_H 1
  2925. | #define HAVE_FLOAT_H 1
  2926. | #define HAVE_LANGINFO_H 1
  2927. | #define HAVE_LIMITS_H 1
  2928. | #define HAVE_LOCALE_H 1
  2929. | #define HAVE_MALLOC_MALLOC_H 1
  2930. | #define HAVE_PWD_H 1
  2931. | #define HAVE_SYS_ATTR_H 1
  2932. | #define HAVE_SYS_FCNTL_H 1
  2933. | #define HAVE_SYS_FILE_H 1
  2934. | /* end confdefs.h. */
  2935. | #include <sys/id.h>
  2936. configure:10271: result: no
  2937. configure:10271: checking for sys/id.h
  2938. configure:10271: result: no
  2939. configure:10283: checking sys/ioctl.h usability
  2940. configure:10283: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2941. configure:10283: $? = 0
  2942. configure:10283: result: yes
  2943. configure:10283: checking sys/ioctl.h presence
  2944. configure:10283: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  2945. configure:10283: $? = 0
  2946. configure:10283: result: yes
  2947. configure:10283: checking for sys/ioctl.h
  2948. configure:10283: result: yes
  2949. configure:10295: checking sys/mkdev.h usability
  2950. configure:10295: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  2951. conftest.c:81:10: fatal error: 'sys/mkdev.h' file not found
  2952. #include <sys/mkdev.h>
  2953. ^~~~~~~~~~~~~
  2954. 1 error generated.
  2955. configure:10295: $? = 1
  2956. configure: failed program was:
  2957. | /* confdefs.h */
  2958. | #define PACKAGE_NAME ""
  2959. | #define PACKAGE_TARNAME ""
  2960. | #define PACKAGE_VERSION ""
  2961. | #define PACKAGE_STRING ""
  2962. | #define PACKAGE_BUGREPORT ""
  2963. | #define PACKAGE_URL ""
  2964. | #define CANONICALIZATION_FOR_MATHN 1
  2965. | #define STDC_HEADERS 1
  2966. | #define HAVE_SYS_TYPES_H 1
  2967. | #define HAVE_SYS_STAT_H 1
  2968. | #define HAVE_STDLIB_H 1
  2969. | #define HAVE_STRING_H 1
  2970. | #define HAVE_MEMORY_H 1
  2971. | #define HAVE_STRINGS_H 1
  2972. | #define HAVE_INTTYPES_H 1
  2973. | #define HAVE_STDINT_H 1
  2974. | #define HAVE_UNISTD_H 1
  2975. | #define __EXTENSIONS__ 1
  2976. | #define _ALL_SOURCE 1
  2977. | #define _GNU_SOURCE 1
  2978. | #define _POSIX_PTHREAD_SEMANTICS 1
  2979. | #define _TANDEM_SOURCE 1
  2980. | #define HAVE_INFINITY 1
  2981. | #define HAVE_NAN 1
  2982. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  2983. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  2984. | #define BROKEN_CRYPT 1
  2985. | #define HAVE_CRT_EXTERNS_H 1
  2986. | #define HAVE_LIBDL 1
  2987. | #define HAVE_DIRENT_H 1
  2988. | #define HAVE__BOOL 1
  2989. | #define HAVE_STDBOOL_H 1
  2990. | #define HAVE_SYS_WAIT_H 1
  2991. | #define HAVE_GRP_H 1
  2992. | #define HAVE_FCNTL_H 1
  2993. | #define HAVE_FLOAT_H 1
  2994. | #define HAVE_LANGINFO_H 1
  2995. | #define HAVE_LIMITS_H 1
  2996. | #define HAVE_LOCALE_H 1
  2997. | #define HAVE_MALLOC_MALLOC_H 1
  2998. | #define HAVE_PWD_H 1
  2999. | #define HAVE_SYS_ATTR_H 1
  3000. | #define HAVE_SYS_FCNTL_H 1
  3001. | #define HAVE_SYS_FILE_H 1
  3002. | #define HAVE_SYS_IOCTL_H 1
  3003. | /* end confdefs.h. */
  3004. | #include <stdio.h>
  3005. | #ifdef HAVE_SYS_TYPES_H
  3006. | # include <sys/types.h>
  3007. | #endif
  3008. | #ifdef HAVE_SYS_STAT_H
  3009. | # include <sys/stat.h>
  3010. | #endif
  3011. | #ifdef STDC_HEADERS
  3012. | # include <stdlib.h>
  3013. | # include <stddef.h>
  3014. | #else
  3015. | # ifdef HAVE_STDLIB_H
  3016. | # include <stdlib.h>
  3017. | # endif
  3018. | #endif
  3019. | #ifdef HAVE_STRING_H
  3020. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3021. | # include <memory.h>
  3022. | # endif
  3023. | # include <string.h>
  3024. | #endif
  3025. | #ifdef HAVE_STRINGS_H
  3026. | # include <strings.h>
  3027. | #endif
  3028. | #ifdef HAVE_INTTYPES_H
  3029. | # include <inttypes.h>
  3030. | #endif
  3031. | #ifdef HAVE_STDINT_H
  3032. | # include <stdint.h>
  3033. | #endif
  3034. | #ifdef HAVE_UNISTD_H
  3035. | # include <unistd.h>
  3036. | #endif
  3037. | #include <sys/mkdev.h>
  3038. configure:10295: result: no
  3039. configure:10295: checking sys/mkdev.h presence
  3040. configure:10295: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3041. conftest.c:48:10: fatal error: 'sys/mkdev.h' file not found
  3042. #include <sys/mkdev.h>
  3043. ^~~~~~~~~~~~~
  3044. 1 error generated.
  3045. configure:10295: $? = 1
  3046. configure: failed program was:
  3047. | /* confdefs.h */
  3048. | #define PACKAGE_NAME ""
  3049. | #define PACKAGE_TARNAME ""
  3050. | #define PACKAGE_VERSION ""
  3051. | #define PACKAGE_STRING ""
  3052. | #define PACKAGE_BUGREPORT ""
  3053. | #define PACKAGE_URL ""
  3054. | #define CANONICALIZATION_FOR_MATHN 1
  3055. | #define STDC_HEADERS 1
  3056. | #define HAVE_SYS_TYPES_H 1
  3057. | #define HAVE_SYS_STAT_H 1
  3058. | #define HAVE_STDLIB_H 1
  3059. | #define HAVE_STRING_H 1
  3060. | #define HAVE_MEMORY_H 1
  3061. | #define HAVE_STRINGS_H 1
  3062. | #define HAVE_INTTYPES_H 1
  3063. | #define HAVE_STDINT_H 1
  3064. | #define HAVE_UNISTD_H 1
  3065. | #define __EXTENSIONS__ 1
  3066. | #define _ALL_SOURCE 1
  3067. | #define _GNU_SOURCE 1
  3068. | #define _POSIX_PTHREAD_SEMANTICS 1
  3069. | #define _TANDEM_SOURCE 1
  3070. | #define HAVE_INFINITY 1
  3071. | #define HAVE_NAN 1
  3072. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3073. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3074. | #define BROKEN_CRYPT 1
  3075. | #define HAVE_CRT_EXTERNS_H 1
  3076. | #define HAVE_LIBDL 1
  3077. | #define HAVE_DIRENT_H 1
  3078. | #define HAVE__BOOL 1
  3079. | #define HAVE_STDBOOL_H 1
  3080. | #define HAVE_SYS_WAIT_H 1
  3081. | #define HAVE_GRP_H 1
  3082. | #define HAVE_FCNTL_H 1
  3083. | #define HAVE_FLOAT_H 1
  3084. | #define HAVE_LANGINFO_H 1
  3085. | #define HAVE_LIMITS_H 1
  3086. | #define HAVE_LOCALE_H 1
  3087. | #define HAVE_MALLOC_MALLOC_H 1
  3088. | #define HAVE_PWD_H 1
  3089. | #define HAVE_SYS_ATTR_H 1
  3090. | #define HAVE_SYS_FCNTL_H 1
  3091. | #define HAVE_SYS_FILE_H 1
  3092. | #define HAVE_SYS_IOCTL_H 1
  3093. | /* end confdefs.h. */
  3094. | #include <sys/mkdev.h>
  3095. configure:10295: result: no
  3096. configure:10295: checking for sys/mkdev.h
  3097. configure:10295: result: no
  3098. configure:10307: checking sys/param.h usability
  3099. configure:10307: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3100. configure:10307: $? = 0
  3101. configure:10307: result: yes
  3102. configure:10307: checking sys/param.h presence
  3103. configure:10307: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3104. configure:10307: $? = 0
  3105. configure:10307: result: yes
  3106. configure:10307: checking for sys/param.h
  3107. configure:10307: result: yes
  3108. configure:10319: checking sys/prctl.h usability
  3109. configure:10319: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3110. conftest.c:82:10: fatal error: 'sys/prctl.h' file not found
  3111. #include <sys/prctl.h>
  3112. ^~~~~~~~~~~~~
  3113. 1 error generated.
  3114. configure:10319: $? = 1
  3115. configure: failed program was:
  3116. | /* confdefs.h */
  3117. | #define PACKAGE_NAME ""
  3118. | #define PACKAGE_TARNAME ""
  3119. | #define PACKAGE_VERSION ""
  3120. | #define PACKAGE_STRING ""
  3121. | #define PACKAGE_BUGREPORT ""
  3122. | #define PACKAGE_URL ""
  3123. | #define CANONICALIZATION_FOR_MATHN 1
  3124. | #define STDC_HEADERS 1
  3125. | #define HAVE_SYS_TYPES_H 1
  3126. | #define HAVE_SYS_STAT_H 1
  3127. | #define HAVE_STDLIB_H 1
  3128. | #define HAVE_STRING_H 1
  3129. | #define HAVE_MEMORY_H 1
  3130. | #define HAVE_STRINGS_H 1
  3131. | #define HAVE_INTTYPES_H 1
  3132. | #define HAVE_STDINT_H 1
  3133. | #define HAVE_UNISTD_H 1
  3134. | #define __EXTENSIONS__ 1
  3135. | #define _ALL_SOURCE 1
  3136. | #define _GNU_SOURCE 1
  3137. | #define _POSIX_PTHREAD_SEMANTICS 1
  3138. | #define _TANDEM_SOURCE 1
  3139. | #define HAVE_INFINITY 1
  3140. | #define HAVE_NAN 1
  3141. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3142. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3143. | #define BROKEN_CRYPT 1
  3144. | #define HAVE_CRT_EXTERNS_H 1
  3145. | #define HAVE_LIBDL 1
  3146. | #define HAVE_DIRENT_H 1
  3147. | #define HAVE__BOOL 1
  3148. | #define HAVE_STDBOOL_H 1
  3149. | #define HAVE_SYS_WAIT_H 1
  3150. | #define HAVE_GRP_H 1
  3151. | #define HAVE_FCNTL_H 1
  3152. | #define HAVE_FLOAT_H 1
  3153. | #define HAVE_LANGINFO_H 1
  3154. | #define HAVE_LIMITS_H 1
  3155. | #define HAVE_LOCALE_H 1
  3156. | #define HAVE_MALLOC_MALLOC_H 1
  3157. | #define HAVE_PWD_H 1
  3158. | #define HAVE_SYS_ATTR_H 1
  3159. | #define HAVE_SYS_FCNTL_H 1
  3160. | #define HAVE_SYS_FILE_H 1
  3161. | #define HAVE_SYS_IOCTL_H 1
  3162. | #define HAVE_SYS_PARAM_H 1
  3163. | /* end confdefs.h. */
  3164. | #include <stdio.h>
  3165. | #ifdef HAVE_SYS_TYPES_H
  3166. | # include <sys/types.h>
  3167. | #endif
  3168. | #ifdef HAVE_SYS_STAT_H
  3169. | # include <sys/stat.h>
  3170. | #endif
  3171. | #ifdef STDC_HEADERS
  3172. | # include <stdlib.h>
  3173. | # include <stddef.h>
  3174. | #else
  3175. | # ifdef HAVE_STDLIB_H
  3176. | # include <stdlib.h>
  3177. | # endif
  3178. | #endif
  3179. | #ifdef HAVE_STRING_H
  3180. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3181. | # include <memory.h>
  3182. | # endif
  3183. | # include <string.h>
  3184. | #endif
  3185. | #ifdef HAVE_STRINGS_H
  3186. | # include <strings.h>
  3187. | #endif
  3188. | #ifdef HAVE_INTTYPES_H
  3189. | # include <inttypes.h>
  3190. | #endif
  3191. | #ifdef HAVE_STDINT_H
  3192. | # include <stdint.h>
  3193. | #endif
  3194. | #ifdef HAVE_UNISTD_H
  3195. | # include <unistd.h>
  3196. | #endif
  3197. | #include <sys/prctl.h>
  3198. configure:10319: result: no
  3199. configure:10319: checking sys/prctl.h presence
  3200. configure:10319: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3201. conftest.c:49:10: fatal error: 'sys/prctl.h' file not found
  3202. #include <sys/prctl.h>
  3203. ^~~~~~~~~~~~~
  3204. 1 error generated.
  3205. configure:10319: $? = 1
  3206. configure: failed program was:
  3207. | /* confdefs.h */
  3208. | #define PACKAGE_NAME ""
  3209. | #define PACKAGE_TARNAME ""
  3210. | #define PACKAGE_VERSION ""
  3211. | #define PACKAGE_STRING ""
  3212. | #define PACKAGE_BUGREPORT ""
  3213. | #define PACKAGE_URL ""
  3214. | #define CANONICALIZATION_FOR_MATHN 1
  3215. | #define STDC_HEADERS 1
  3216. | #define HAVE_SYS_TYPES_H 1
  3217. | #define HAVE_SYS_STAT_H 1
  3218. | #define HAVE_STDLIB_H 1
  3219. | #define HAVE_STRING_H 1
  3220. | #define HAVE_MEMORY_H 1
  3221. | #define HAVE_STRINGS_H 1
  3222. | #define HAVE_INTTYPES_H 1
  3223. | #define HAVE_STDINT_H 1
  3224. | #define HAVE_UNISTD_H 1
  3225. | #define __EXTENSIONS__ 1
  3226. | #define _ALL_SOURCE 1
  3227. | #define _GNU_SOURCE 1
  3228. | #define _POSIX_PTHREAD_SEMANTICS 1
  3229. | #define _TANDEM_SOURCE 1
  3230. | #define HAVE_INFINITY 1
  3231. | #define HAVE_NAN 1
  3232. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3233. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3234. | #define BROKEN_CRYPT 1
  3235. | #define HAVE_CRT_EXTERNS_H 1
  3236. | #define HAVE_LIBDL 1
  3237. | #define HAVE_DIRENT_H 1
  3238. | #define HAVE__BOOL 1
  3239. | #define HAVE_STDBOOL_H 1
  3240. | #define HAVE_SYS_WAIT_H 1
  3241. | #define HAVE_GRP_H 1
  3242. | #define HAVE_FCNTL_H 1
  3243. | #define HAVE_FLOAT_H 1
  3244. | #define HAVE_LANGINFO_H 1
  3245. | #define HAVE_LIMITS_H 1
  3246. | #define HAVE_LOCALE_H 1
  3247. | #define HAVE_MALLOC_MALLOC_H 1
  3248. | #define HAVE_PWD_H 1
  3249. | #define HAVE_SYS_ATTR_H 1
  3250. | #define HAVE_SYS_FCNTL_H 1
  3251. | #define HAVE_SYS_FILE_H 1
  3252. | #define HAVE_SYS_IOCTL_H 1
  3253. | #define HAVE_SYS_PARAM_H 1
  3254. | /* end confdefs.h. */
  3255. | #include <sys/prctl.h>
  3256. configure:10319: result: no
  3257. configure:10319: checking for sys/prctl.h
  3258. configure:10319: result: no
  3259. configure:10331: checking sys/resource.h usability
  3260. configure:10331: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3261. configure:10331: $? = 0
  3262. configure:10331: result: yes
  3263. configure:10331: checking sys/resource.h presence
  3264. configure:10331: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3265. configure:10331: $? = 0
  3266. configure:10331: result: yes
  3267. configure:10331: checking for sys/resource.h
  3268. configure:10331: result: yes
  3269. configure:10343: checking sys/select.h usability
  3270. configure:10343: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3271. configure:10343: $? = 0
  3272. configure:10343: result: yes
  3273. configure:10343: checking sys/select.h presence
  3274. configure:10343: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3275. configure:10343: $? = 0
  3276. configure:10343: result: yes
  3277. configure:10343: checking for sys/select.h
  3278. configure:10343: result: yes
  3279. configure:10355: checking sys/sendfile.h usability
  3280. configure:10355: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3281. conftest.c:84:10: fatal error: 'sys/sendfile.h' file not found
  3282. #include <sys/sendfile.h>
  3283. ^~~~~~~~~~~~~~~~
  3284. 1 error generated.
  3285. configure:10355: $? = 1
  3286. configure: failed program was:
  3287. | /* confdefs.h */
  3288. | #define PACKAGE_NAME ""
  3289. | #define PACKAGE_TARNAME ""
  3290. | #define PACKAGE_VERSION ""
  3291. | #define PACKAGE_STRING ""
  3292. | #define PACKAGE_BUGREPORT ""
  3293. | #define PACKAGE_URL ""
  3294. | #define CANONICALIZATION_FOR_MATHN 1
  3295. | #define STDC_HEADERS 1
  3296. | #define HAVE_SYS_TYPES_H 1
  3297. | #define HAVE_SYS_STAT_H 1
  3298. | #define HAVE_STDLIB_H 1
  3299. | #define HAVE_STRING_H 1
  3300. | #define HAVE_MEMORY_H 1
  3301. | #define HAVE_STRINGS_H 1
  3302. | #define HAVE_INTTYPES_H 1
  3303. | #define HAVE_STDINT_H 1
  3304. | #define HAVE_UNISTD_H 1
  3305. | #define __EXTENSIONS__ 1
  3306. | #define _ALL_SOURCE 1
  3307. | #define _GNU_SOURCE 1
  3308. | #define _POSIX_PTHREAD_SEMANTICS 1
  3309. | #define _TANDEM_SOURCE 1
  3310. | #define HAVE_INFINITY 1
  3311. | #define HAVE_NAN 1
  3312. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3313. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3314. | #define BROKEN_CRYPT 1
  3315. | #define HAVE_CRT_EXTERNS_H 1
  3316. | #define HAVE_LIBDL 1
  3317. | #define HAVE_DIRENT_H 1
  3318. | #define HAVE__BOOL 1
  3319. | #define HAVE_STDBOOL_H 1
  3320. | #define HAVE_SYS_WAIT_H 1
  3321. | #define HAVE_GRP_H 1
  3322. | #define HAVE_FCNTL_H 1
  3323. | #define HAVE_FLOAT_H 1
  3324. | #define HAVE_LANGINFO_H 1
  3325. | #define HAVE_LIMITS_H 1
  3326. | #define HAVE_LOCALE_H 1
  3327. | #define HAVE_MALLOC_MALLOC_H 1
  3328. | #define HAVE_PWD_H 1
  3329. | #define HAVE_SYS_ATTR_H 1
  3330. | #define HAVE_SYS_FCNTL_H 1
  3331. | #define HAVE_SYS_FILE_H 1
  3332. | #define HAVE_SYS_IOCTL_H 1
  3333. | #define HAVE_SYS_PARAM_H 1
  3334. | #define HAVE_SYS_RESOURCE_H 1
  3335. | #define HAVE_SYS_SELECT_H 1
  3336. | /* end confdefs.h. */
  3337. | #include <stdio.h>
  3338. | #ifdef HAVE_SYS_TYPES_H
  3339. | # include <sys/types.h>
  3340. | #endif
  3341. | #ifdef HAVE_SYS_STAT_H
  3342. | # include <sys/stat.h>
  3343. | #endif
  3344. | #ifdef STDC_HEADERS
  3345. | # include <stdlib.h>
  3346. | # include <stddef.h>
  3347. | #else
  3348. | # ifdef HAVE_STDLIB_H
  3349. | # include <stdlib.h>
  3350. | # endif
  3351. | #endif
  3352. | #ifdef HAVE_STRING_H
  3353. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3354. | # include <memory.h>
  3355. | # endif
  3356. | # include <string.h>
  3357. | #endif
  3358. | #ifdef HAVE_STRINGS_H
  3359. | # include <strings.h>
  3360. | #endif
  3361. | #ifdef HAVE_INTTYPES_H
  3362. | # include <inttypes.h>
  3363. | #endif
  3364. | #ifdef HAVE_STDINT_H
  3365. | # include <stdint.h>
  3366. | #endif
  3367. | #ifdef HAVE_UNISTD_H
  3368. | # include <unistd.h>
  3369. | #endif
  3370. | #include <sys/sendfile.h>
  3371. configure:10355: result: no
  3372. configure:10355: checking sys/sendfile.h presence
  3373. configure:10355: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3374. conftest.c:51:10: fatal error: 'sys/sendfile.h' file not found
  3375. #include <sys/sendfile.h>
  3376. ^~~~~~~~~~~~~~~~
  3377. 1 error generated.
  3378. configure:10355: $? = 1
  3379. configure: failed program was:
  3380. | /* confdefs.h */
  3381. | #define PACKAGE_NAME ""
  3382. | #define PACKAGE_TARNAME ""
  3383. | #define PACKAGE_VERSION ""
  3384. | #define PACKAGE_STRING ""
  3385. | #define PACKAGE_BUGREPORT ""
  3386. | #define PACKAGE_URL ""
  3387. | #define CANONICALIZATION_FOR_MATHN 1
  3388. | #define STDC_HEADERS 1
  3389. | #define HAVE_SYS_TYPES_H 1
  3390. | #define HAVE_SYS_STAT_H 1
  3391. | #define HAVE_STDLIB_H 1
  3392. | #define HAVE_STRING_H 1
  3393. | #define HAVE_MEMORY_H 1
  3394. | #define HAVE_STRINGS_H 1
  3395. | #define HAVE_INTTYPES_H 1
  3396. | #define HAVE_STDINT_H 1
  3397. | #define HAVE_UNISTD_H 1
  3398. | #define __EXTENSIONS__ 1
  3399. | #define _ALL_SOURCE 1
  3400. | #define _GNU_SOURCE 1
  3401. | #define _POSIX_PTHREAD_SEMANTICS 1
  3402. | #define _TANDEM_SOURCE 1
  3403. | #define HAVE_INFINITY 1
  3404. | #define HAVE_NAN 1
  3405. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3406. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3407. | #define BROKEN_CRYPT 1
  3408. | #define HAVE_CRT_EXTERNS_H 1
  3409. | #define HAVE_LIBDL 1
  3410. | #define HAVE_DIRENT_H 1
  3411. | #define HAVE__BOOL 1
  3412. | #define HAVE_STDBOOL_H 1
  3413. | #define HAVE_SYS_WAIT_H 1
  3414. | #define HAVE_GRP_H 1
  3415. | #define HAVE_FCNTL_H 1
  3416. | #define HAVE_FLOAT_H 1
  3417. | #define HAVE_LANGINFO_H 1
  3418. | #define HAVE_LIMITS_H 1
  3419. | #define HAVE_LOCALE_H 1
  3420. | #define HAVE_MALLOC_MALLOC_H 1
  3421. | #define HAVE_PWD_H 1
  3422. | #define HAVE_SYS_ATTR_H 1
  3423. | #define HAVE_SYS_FCNTL_H 1
  3424. | #define HAVE_SYS_FILE_H 1
  3425. | #define HAVE_SYS_IOCTL_H 1
  3426. | #define HAVE_SYS_PARAM_H 1
  3427. | #define HAVE_SYS_RESOURCE_H 1
  3428. | #define HAVE_SYS_SELECT_H 1
  3429. | /* end confdefs.h. */
  3430. | #include <sys/sendfile.h>
  3431. configure:10355: result: no
  3432. configure:10355: checking for sys/sendfile.h
  3433. configure:10355: result: no
  3434. configure:10367: checking sys/socket.h usability
  3435. configure:10367: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3436. configure:10367: $? = 0
  3437. configure:10367: result: yes
  3438. configure:10367: checking sys/socket.h presence
  3439. configure:10367: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3440. configure:10367: $? = 0
  3441. configure:10367: result: yes
  3442. configure:10367: checking for sys/socket.h
  3443. configure:10367: result: yes
  3444. configure:10379: checking for sys/syscall.h
  3445. configure:10379: result: no
  3446. configure:10391: checking sys/sysmacros.h usability
  3447. configure:10391: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3448. conftest.c:85:10: fatal error: 'sys/sysmacros.h' file not found
  3449. #include <sys/sysmacros.h>
  3450. ^~~~~~~~~~~~~~~~~
  3451. 1 error generated.
  3452. configure:10391: $? = 1
  3453. configure: failed program was:
  3454. | /* confdefs.h */
  3455. | #define PACKAGE_NAME ""
  3456. | #define PACKAGE_TARNAME ""
  3457. | #define PACKAGE_VERSION ""
  3458. | #define PACKAGE_STRING ""
  3459. | #define PACKAGE_BUGREPORT ""
  3460. | #define PACKAGE_URL ""
  3461. | #define CANONICALIZATION_FOR_MATHN 1
  3462. | #define STDC_HEADERS 1
  3463. | #define HAVE_SYS_TYPES_H 1
  3464. | #define HAVE_SYS_STAT_H 1
  3465. | #define HAVE_STDLIB_H 1
  3466. | #define HAVE_STRING_H 1
  3467. | #define HAVE_MEMORY_H 1
  3468. | #define HAVE_STRINGS_H 1
  3469. | #define HAVE_INTTYPES_H 1
  3470. | #define HAVE_STDINT_H 1
  3471. | #define HAVE_UNISTD_H 1
  3472. | #define __EXTENSIONS__ 1
  3473. | #define _ALL_SOURCE 1
  3474. | #define _GNU_SOURCE 1
  3475. | #define _POSIX_PTHREAD_SEMANTICS 1
  3476. | #define _TANDEM_SOURCE 1
  3477. | #define HAVE_INFINITY 1
  3478. | #define HAVE_NAN 1
  3479. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3480. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3481. | #define BROKEN_CRYPT 1
  3482. | #define HAVE_CRT_EXTERNS_H 1
  3483. | #define HAVE_LIBDL 1
  3484. | #define HAVE_DIRENT_H 1
  3485. | #define HAVE__BOOL 1
  3486. | #define HAVE_STDBOOL_H 1
  3487. | #define HAVE_SYS_WAIT_H 1
  3488. | #define HAVE_GRP_H 1
  3489. | #define HAVE_FCNTL_H 1
  3490. | #define HAVE_FLOAT_H 1
  3491. | #define HAVE_LANGINFO_H 1
  3492. | #define HAVE_LIMITS_H 1
  3493. | #define HAVE_LOCALE_H 1
  3494. | #define HAVE_MALLOC_MALLOC_H 1
  3495. | #define HAVE_PWD_H 1
  3496. | #define HAVE_SYS_ATTR_H 1
  3497. | #define HAVE_SYS_FCNTL_H 1
  3498. | #define HAVE_SYS_FILE_H 1
  3499. | #define HAVE_SYS_IOCTL_H 1
  3500. | #define HAVE_SYS_PARAM_H 1
  3501. | #define HAVE_SYS_RESOURCE_H 1
  3502. | #define HAVE_SYS_SELECT_H 1
  3503. | #define HAVE_SYS_SOCKET_H 1
  3504. | /* end confdefs.h. */
  3505. | #include <stdio.h>
  3506. | #ifdef HAVE_SYS_TYPES_H
  3507. | # include <sys/types.h>
  3508. | #endif
  3509. | #ifdef HAVE_SYS_STAT_H
  3510. | # include <sys/stat.h>
  3511. | #endif
  3512. | #ifdef STDC_HEADERS
  3513. | # include <stdlib.h>
  3514. | # include <stddef.h>
  3515. | #else
  3516. | # ifdef HAVE_STDLIB_H
  3517. | # include <stdlib.h>
  3518. | # endif
  3519. | #endif
  3520. | #ifdef HAVE_STRING_H
  3521. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3522. | # include <memory.h>
  3523. | # endif
  3524. | # include <string.h>
  3525. | #endif
  3526. | #ifdef HAVE_STRINGS_H
  3527. | # include <strings.h>
  3528. | #endif
  3529. | #ifdef HAVE_INTTYPES_H
  3530. | # include <inttypes.h>
  3531. | #endif
  3532. | #ifdef HAVE_STDINT_H
  3533. | # include <stdint.h>
  3534. | #endif
  3535. | #ifdef HAVE_UNISTD_H
  3536. | # include <unistd.h>
  3537. | #endif
  3538. | #include <sys/sysmacros.h>
  3539. configure:10391: result: no
  3540. configure:10391: checking sys/sysmacros.h presence
  3541. configure:10391: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3542. conftest.c:52:10: fatal error: 'sys/sysmacros.h' file not found
  3543. #include <sys/sysmacros.h>
  3544. ^~~~~~~~~~~~~~~~~
  3545. 1 error generated.
  3546. configure:10391: $? = 1
  3547. configure: failed program was:
  3548. | /* confdefs.h */
  3549. | #define PACKAGE_NAME ""
  3550. | #define PACKAGE_TARNAME ""
  3551. | #define PACKAGE_VERSION ""
  3552. | #define PACKAGE_STRING ""
  3553. | #define PACKAGE_BUGREPORT ""
  3554. | #define PACKAGE_URL ""
  3555. | #define CANONICALIZATION_FOR_MATHN 1
  3556. | #define STDC_HEADERS 1
  3557. | #define HAVE_SYS_TYPES_H 1
  3558. | #define HAVE_SYS_STAT_H 1
  3559. | #define HAVE_STDLIB_H 1
  3560. | #define HAVE_STRING_H 1
  3561. | #define HAVE_MEMORY_H 1
  3562. | #define HAVE_STRINGS_H 1
  3563. | #define HAVE_INTTYPES_H 1
  3564. | #define HAVE_STDINT_H 1
  3565. | #define HAVE_UNISTD_H 1
  3566. | #define __EXTENSIONS__ 1
  3567. | #define _ALL_SOURCE 1
  3568. | #define _GNU_SOURCE 1
  3569. | #define _POSIX_PTHREAD_SEMANTICS 1
  3570. | #define _TANDEM_SOURCE 1
  3571. | #define HAVE_INFINITY 1
  3572. | #define HAVE_NAN 1
  3573. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3574. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3575. | #define BROKEN_CRYPT 1
  3576. | #define HAVE_CRT_EXTERNS_H 1
  3577. | #define HAVE_LIBDL 1
  3578. | #define HAVE_DIRENT_H 1
  3579. | #define HAVE__BOOL 1
  3580. | #define HAVE_STDBOOL_H 1
  3581. | #define HAVE_SYS_WAIT_H 1
  3582. | #define HAVE_GRP_H 1
  3583. | #define HAVE_FCNTL_H 1
  3584. | #define HAVE_FLOAT_H 1
  3585. | #define HAVE_LANGINFO_H 1
  3586. | #define HAVE_LIMITS_H 1
  3587. | #define HAVE_LOCALE_H 1
  3588. | #define HAVE_MALLOC_MALLOC_H 1
  3589. | #define HAVE_PWD_H 1
  3590. | #define HAVE_SYS_ATTR_H 1
  3591. | #define HAVE_SYS_FCNTL_H 1
  3592. | #define HAVE_SYS_FILE_H 1
  3593. | #define HAVE_SYS_IOCTL_H 1
  3594. | #define HAVE_SYS_PARAM_H 1
  3595. | #define HAVE_SYS_RESOURCE_H 1
  3596. | #define HAVE_SYS_SELECT_H 1
  3597. | #define HAVE_SYS_SOCKET_H 1
  3598. | /* end confdefs.h. */
  3599. | #include <sys/sysmacros.h>
  3600. configure:10391: result: no
  3601. configure:10391: checking for sys/sysmacros.h
  3602. configure:10391: result: no
  3603. configure:10403: checking sys/time.h usability
  3604. configure:10403: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3605. configure:10403: $? = 0
  3606. configure:10403: result: yes
  3607. configure:10403: checking sys/time.h presence
  3608. configure:10403: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3609. configure:10403: $? = 0
  3610. configure:10403: result: yes
  3611. configure:10403: checking for sys/time.h
  3612. configure:10403: result: yes
  3613. configure:10415: checking sys/times.h usability
  3614. configure:10415: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3615. configure:10415: $? = 0
  3616. configure:10415: result: yes
  3617. configure:10415: checking sys/times.h presence
  3618. configure:10415: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3619. configure:10415: $? = 0
  3620. configure:10415: result: yes
  3621. configure:10415: checking for sys/times.h
  3622. configure:10415: result: yes
  3623. configure:10427: checking sys/uio.h usability
  3624. configure:10427: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3625. configure:10427: $? = 0
  3626. configure:10427: result: yes
  3627. configure:10427: checking sys/uio.h presence
  3628. configure:10427: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3629. configure:10427: $? = 0
  3630. configure:10427: result: yes
  3631. configure:10427: checking for sys/uio.h
  3632. configure:10427: result: yes
  3633. configure:10439: checking sys/utime.h usability
  3634. configure:10439: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3635. conftest.c:88:10: fatal error: 'sys/utime.h' file not found
  3636. #include <sys/utime.h>
  3637. ^~~~~~~~~~~~~
  3638. 1 error generated.
  3639. configure:10439: $? = 1
  3640. configure: failed program was:
  3641. | /* confdefs.h */
  3642. | #define PACKAGE_NAME ""
  3643. | #define PACKAGE_TARNAME ""
  3644. | #define PACKAGE_VERSION ""
  3645. | #define PACKAGE_STRING ""
  3646. | #define PACKAGE_BUGREPORT ""
  3647. | #define PACKAGE_URL ""
  3648. | #define CANONICALIZATION_FOR_MATHN 1
  3649. | #define STDC_HEADERS 1
  3650. | #define HAVE_SYS_TYPES_H 1
  3651. | #define HAVE_SYS_STAT_H 1
  3652. | #define HAVE_STDLIB_H 1
  3653. | #define HAVE_STRING_H 1
  3654. | #define HAVE_MEMORY_H 1
  3655. | #define HAVE_STRINGS_H 1
  3656. | #define HAVE_INTTYPES_H 1
  3657. | #define HAVE_STDINT_H 1
  3658. | #define HAVE_UNISTD_H 1
  3659. | #define __EXTENSIONS__ 1
  3660. | #define _ALL_SOURCE 1
  3661. | #define _GNU_SOURCE 1
  3662. | #define _POSIX_PTHREAD_SEMANTICS 1
  3663. | #define _TANDEM_SOURCE 1
  3664. | #define HAVE_INFINITY 1
  3665. | #define HAVE_NAN 1
  3666. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3667. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3668. | #define BROKEN_CRYPT 1
  3669. | #define HAVE_CRT_EXTERNS_H 1
  3670. | #define HAVE_LIBDL 1
  3671. | #define HAVE_DIRENT_H 1
  3672. | #define HAVE__BOOL 1
  3673. | #define HAVE_STDBOOL_H 1
  3674. | #define HAVE_SYS_WAIT_H 1
  3675. | #define HAVE_GRP_H 1
  3676. | #define HAVE_FCNTL_H 1
  3677. | #define HAVE_FLOAT_H 1
  3678. | #define HAVE_LANGINFO_H 1
  3679. | #define HAVE_LIMITS_H 1
  3680. | #define HAVE_LOCALE_H 1
  3681. | #define HAVE_MALLOC_MALLOC_H 1
  3682. | #define HAVE_PWD_H 1
  3683. | #define HAVE_SYS_ATTR_H 1
  3684. | #define HAVE_SYS_FCNTL_H 1
  3685. | #define HAVE_SYS_FILE_H 1
  3686. | #define HAVE_SYS_IOCTL_H 1
  3687. | #define HAVE_SYS_PARAM_H 1
  3688. | #define HAVE_SYS_RESOURCE_H 1
  3689. | #define HAVE_SYS_SELECT_H 1
  3690. | #define HAVE_SYS_SOCKET_H 1
  3691. | #define HAVE_SYS_TIME_H 1
  3692. | #define HAVE_SYS_TIMES_H 1
  3693. | #define HAVE_SYS_UIO_H 1
  3694. | /* end confdefs.h. */
  3695. | #include <stdio.h>
  3696. | #ifdef HAVE_SYS_TYPES_H
  3697. | # include <sys/types.h>
  3698. | #endif
  3699. | #ifdef HAVE_SYS_STAT_H
  3700. | # include <sys/stat.h>
  3701. | #endif
  3702. | #ifdef STDC_HEADERS
  3703. | # include <stdlib.h>
  3704. | # include <stddef.h>
  3705. | #else
  3706. | # ifdef HAVE_STDLIB_H
  3707. | # include <stdlib.h>
  3708. | # endif
  3709. | #endif
  3710. | #ifdef HAVE_STRING_H
  3711. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3712. | # include <memory.h>
  3713. | # endif
  3714. | # include <string.h>
  3715. | #endif
  3716. | #ifdef HAVE_STRINGS_H
  3717. | # include <strings.h>
  3718. | #endif
  3719. | #ifdef HAVE_INTTYPES_H
  3720. | # include <inttypes.h>
  3721. | #endif
  3722. | #ifdef HAVE_STDINT_H
  3723. | # include <stdint.h>
  3724. | #endif
  3725. | #ifdef HAVE_UNISTD_H
  3726. | # include <unistd.h>
  3727. | #endif
  3728. | #include <sys/utime.h>
  3729. configure:10439: result: no
  3730. configure:10439: checking sys/utime.h presence
  3731. configure:10439: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3732. conftest.c:55:10: fatal error: 'sys/utime.h' file not found
  3733. #include <sys/utime.h>
  3734. ^~~~~~~~~~~~~
  3735. 1 error generated.
  3736. configure:10439: $? = 1
  3737. configure: failed program was:
  3738. | /* confdefs.h */
  3739. | #define PACKAGE_NAME ""
  3740. | #define PACKAGE_TARNAME ""
  3741. | #define PACKAGE_VERSION ""
  3742. | #define PACKAGE_STRING ""
  3743. | #define PACKAGE_BUGREPORT ""
  3744. | #define PACKAGE_URL ""
  3745. | #define CANONICALIZATION_FOR_MATHN 1
  3746. | #define STDC_HEADERS 1
  3747. | #define HAVE_SYS_TYPES_H 1
  3748. | #define HAVE_SYS_STAT_H 1
  3749. | #define HAVE_STDLIB_H 1
  3750. | #define HAVE_STRING_H 1
  3751. | #define HAVE_MEMORY_H 1
  3752. | #define HAVE_STRINGS_H 1
  3753. | #define HAVE_INTTYPES_H 1
  3754. | #define HAVE_STDINT_H 1
  3755. | #define HAVE_UNISTD_H 1
  3756. | #define __EXTENSIONS__ 1
  3757. | #define _ALL_SOURCE 1
  3758. | #define _GNU_SOURCE 1
  3759. | #define _POSIX_PTHREAD_SEMANTICS 1
  3760. | #define _TANDEM_SOURCE 1
  3761. | #define HAVE_INFINITY 1
  3762. | #define HAVE_NAN 1
  3763. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3764. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3765. | #define BROKEN_CRYPT 1
  3766. | #define HAVE_CRT_EXTERNS_H 1
  3767. | #define HAVE_LIBDL 1
  3768. | #define HAVE_DIRENT_H 1
  3769. | #define HAVE__BOOL 1
  3770. | #define HAVE_STDBOOL_H 1
  3771. | #define HAVE_SYS_WAIT_H 1
  3772. | #define HAVE_GRP_H 1
  3773. | #define HAVE_FCNTL_H 1
  3774. | #define HAVE_FLOAT_H 1
  3775. | #define HAVE_LANGINFO_H 1
  3776. | #define HAVE_LIMITS_H 1
  3777. | #define HAVE_LOCALE_H 1
  3778. | #define HAVE_MALLOC_MALLOC_H 1
  3779. | #define HAVE_PWD_H 1
  3780. | #define HAVE_SYS_ATTR_H 1
  3781. | #define HAVE_SYS_FCNTL_H 1
  3782. | #define HAVE_SYS_FILE_H 1
  3783. | #define HAVE_SYS_IOCTL_H 1
  3784. | #define HAVE_SYS_PARAM_H 1
  3785. | #define HAVE_SYS_RESOURCE_H 1
  3786. | #define HAVE_SYS_SELECT_H 1
  3787. | #define HAVE_SYS_SOCKET_H 1
  3788. | #define HAVE_SYS_TIME_H 1
  3789. | #define HAVE_SYS_TIMES_H 1
  3790. | #define HAVE_SYS_UIO_H 1
  3791. | /* end confdefs.h. */
  3792. | #include <sys/utime.h>
  3793. configure:10439: result: no
  3794. configure:10439: checking for sys/utime.h
  3795. configure:10439: result: no
  3796. configure:10451: checking for syscall.h
  3797. configure:10451: result: no
  3798. configure:10463: checking time.h usability
  3799. configure:10463: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3800. configure:10463: $? = 0
  3801. configure:10463: result: yes
  3802. configure:10463: checking time.h presence
  3803. configure:10463: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3804. configure:10463: $? = 0
  3805. configure:10463: result: yes
  3806. configure:10463: checking for time.h
  3807. configure:10463: result: yes
  3808. configure:10475: checking ucontext.h usability
  3809. configure:10475: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3810. configure:10475: $? = 0
  3811. configure:10475: result: yes
  3812. configure:10475: checking ucontext.h presence
  3813. configure:10475: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3814. configure:10475: $? = 0
  3815. configure:10475: result: yes
  3816. configure:10475: checking for ucontext.h
  3817. configure:10475: result: yes
  3818. configure:10487: checking utime.h usability
  3819. configure:10487: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3820. configure:10487: $? = 0
  3821. configure:10487: result: yes
  3822. configure:10487: checking utime.h presence
  3823. configure:10487: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3824. configure:10487: $? = 0
  3825. configure:10487: result: yes
  3826. configure:10487: checking for utime.h
  3827. configure:10487: result: yes
  3828. configure:10509: checking gmp.h usability
  3829. configure:10509: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3830. configure:10509: $? = 0
  3831. configure:10509: result: yes
  3832. configure:10509: checking gmp.h presence
  3833. configure:10509: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  3834. configure:10509: $? = 0
  3835. configure:10509: result: yes
  3836. configure:10509: checking for gmp.h
  3837. configure:10509: result: yes
  3838. configure:10520: checking for library containing __gmpz_init
  3839. configure:10551: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  3840. Undefined symbols for architecture x86_64:
  3841. "___gmpz_init", referenced from:
  3842. _main in conftest-7beb44.o
  3843. ld: symbol(s) not found for architecture x86_64
  3844. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  3845. configure:10551: $? = 1
  3846. configure: failed program was:
  3847. | /* confdefs.h */
  3848. | #define PACKAGE_NAME ""
  3849. | #define PACKAGE_TARNAME ""
  3850. | #define PACKAGE_VERSION ""
  3851. | #define PACKAGE_STRING ""
  3852. | #define PACKAGE_BUGREPORT ""
  3853. | #define PACKAGE_URL ""
  3854. | #define CANONICALIZATION_FOR_MATHN 1
  3855. | #define STDC_HEADERS 1
  3856. | #define HAVE_SYS_TYPES_H 1
  3857. | #define HAVE_SYS_STAT_H 1
  3858. | #define HAVE_STDLIB_H 1
  3859. | #define HAVE_STRING_H 1
  3860. | #define HAVE_MEMORY_H 1
  3861. | #define HAVE_STRINGS_H 1
  3862. | #define HAVE_INTTYPES_H 1
  3863. | #define HAVE_STDINT_H 1
  3864. | #define HAVE_UNISTD_H 1
  3865. | #define __EXTENSIONS__ 1
  3866. | #define _ALL_SOURCE 1
  3867. | #define _GNU_SOURCE 1
  3868. | #define _POSIX_PTHREAD_SEMANTICS 1
  3869. | #define _TANDEM_SOURCE 1
  3870. | #define HAVE_INFINITY 1
  3871. | #define HAVE_NAN 1
  3872. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3873. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3874. | #define BROKEN_CRYPT 1
  3875. | #define HAVE_CRT_EXTERNS_H 1
  3876. | #define HAVE_LIBDL 1
  3877. | #define HAVE_DIRENT_H 1
  3878. | #define HAVE__BOOL 1
  3879. | #define HAVE_STDBOOL_H 1
  3880. | #define HAVE_SYS_WAIT_H 1
  3881. | #define HAVE_GRP_H 1
  3882. | #define HAVE_FCNTL_H 1
  3883. | #define HAVE_FLOAT_H 1
  3884. | #define HAVE_LANGINFO_H 1
  3885. | #define HAVE_LIMITS_H 1
  3886. | #define HAVE_LOCALE_H 1
  3887. | #define HAVE_MALLOC_MALLOC_H 1
  3888. | #define HAVE_PWD_H 1
  3889. | #define HAVE_SYS_ATTR_H 1
  3890. | #define HAVE_SYS_FCNTL_H 1
  3891. | #define HAVE_SYS_FILE_H 1
  3892. | #define HAVE_SYS_IOCTL_H 1
  3893. | #define HAVE_SYS_PARAM_H 1
  3894. | #define HAVE_SYS_RESOURCE_H 1
  3895. | #define HAVE_SYS_SELECT_H 1
  3896. | #define HAVE_SYS_SOCKET_H 1
  3897. | #define HAVE_SYS_TIME_H 1
  3898. | #define HAVE_SYS_TIMES_H 1
  3899. | #define HAVE_SYS_UIO_H 1
  3900. | #define HAVE_TIME_H 1
  3901. | #define HAVE_UCONTEXT_H 1
  3902. | #define HAVE_UTIME_H 1
  3903. | #define HAVE_GMP_H 1
  3904. | /* end confdefs.h. */
  3905. |
  3906. | /* Override any GCC internal prototype to avoid an error.
  3907. | Use char because int might match the return type of a GCC
  3908. | builtin and then its argument prototype would still apply. */
  3909. | #ifdef __cplusplus
  3910. | extern "C"
  3911. | #endif
  3912. | char __gmpz_init ();
  3913. | int
  3914. | main ()
  3915. | {
  3916. | return __gmpz_init ();
  3917. | ;
  3918. | return 0;
  3919. | }
  3920. configure:10551: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  3921. configure:10551: $? = 0
  3922. configure:10568: result: -lgmp
  3923. configure:10723: checking for special C compiler options needed for large files
  3924. configure:10768: result: no
  3925. configure:10774: checking for _FILE_OFFSET_BITS value needed for large files
  3926. configure:10799: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3927. configure:10799: $? = 0
  3928. configure:10831: result: no
  3929. configure:10975: checking whether byte ordering is bigendian
  3930. configure:10990: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3931. configure:10990: $? = 0
  3932. configure:11035: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3933. configure:11035: $? = 0
  3934. configure:11053: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  3935. conftest.c:67:4: error: use of undeclared identifier 'not'
  3936. not big endian
  3937. ^
  3938. 1 error generated.
  3939. configure:11053: $? = 1
  3940. configure: failed program was:
  3941. | /* confdefs.h */
  3942. | #define PACKAGE_NAME ""
  3943. | #define PACKAGE_TARNAME ""
  3944. | #define PACKAGE_VERSION ""
  3945. | #define PACKAGE_STRING ""
  3946. | #define PACKAGE_BUGREPORT ""
  3947. | #define PACKAGE_URL ""
  3948. | #define CANONICALIZATION_FOR_MATHN 1
  3949. | #define STDC_HEADERS 1
  3950. | #define HAVE_SYS_TYPES_H 1
  3951. | #define HAVE_SYS_STAT_H 1
  3952. | #define HAVE_STDLIB_H 1
  3953. | #define HAVE_STRING_H 1
  3954. | #define HAVE_MEMORY_H 1
  3955. | #define HAVE_STRINGS_H 1
  3956. | #define HAVE_INTTYPES_H 1
  3957. | #define HAVE_STDINT_H 1
  3958. | #define HAVE_UNISTD_H 1
  3959. | #define __EXTENSIONS__ 1
  3960. | #define _ALL_SOURCE 1
  3961. | #define _GNU_SOURCE 1
  3962. | #define _POSIX_PTHREAD_SEMANTICS 1
  3963. | #define _TANDEM_SOURCE 1
  3964. | #define HAVE_INFINITY 1
  3965. | #define HAVE_NAN 1
  3966. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  3967. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  3968. | #define BROKEN_CRYPT 1
  3969. | #define HAVE_CRT_EXTERNS_H 1
  3970. | #define HAVE_LIBDL 1
  3971. | #define HAVE_DIRENT_H 1
  3972. | #define HAVE__BOOL 1
  3973. | #define HAVE_STDBOOL_H 1
  3974. | #define HAVE_SYS_WAIT_H 1
  3975. | #define HAVE_GRP_H 1
  3976. | #define HAVE_FCNTL_H 1
  3977. | #define HAVE_FLOAT_H 1
  3978. | #define HAVE_LANGINFO_H 1
  3979. | #define HAVE_LIMITS_H 1
  3980. | #define HAVE_LOCALE_H 1
  3981. | #define HAVE_MALLOC_MALLOC_H 1
  3982. | #define HAVE_PWD_H 1
  3983. | #define HAVE_SYS_ATTR_H 1
  3984. | #define HAVE_SYS_FCNTL_H 1
  3985. | #define HAVE_SYS_FILE_H 1
  3986. | #define HAVE_SYS_IOCTL_H 1
  3987. | #define HAVE_SYS_PARAM_H 1
  3988. | #define HAVE_SYS_RESOURCE_H 1
  3989. | #define HAVE_SYS_SELECT_H 1
  3990. | #define HAVE_SYS_SOCKET_H 1
  3991. | #define HAVE_SYS_TIME_H 1
  3992. | #define HAVE_SYS_TIMES_H 1
  3993. | #define HAVE_SYS_UIO_H 1
  3994. | #define HAVE_TIME_H 1
  3995. | #define HAVE_UCONTEXT_H 1
  3996. | #define HAVE_UTIME_H 1
  3997. | #define HAVE_GMP_H 1
  3998. | #define HAVE_LIBGMP 1
  3999. | /* end confdefs.h. */
  4000. | #include <sys/types.h>
  4001. | #include <sys/param.h>
  4002. |
  4003. | int
  4004. | main ()
  4005. | {
  4006. | #if BYTE_ORDER != BIG_ENDIAN
  4007. | not big endian
  4008. | #endif
  4009. |
  4010. | ;
  4011. | return 0;
  4012. | }
  4013. configure:11181: result: no
  4014. configure:11199: checking for an ANSI C-conforming const
  4015. configure:11265: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4016. configure:11265: $? = 0
  4017. configure:11272: result: yes
  4018. configure:11280: checking whether char is unsigned
  4019. configure:11299: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4020. configure:11299: $? = 0
  4021. configure:11306: result: no
  4022. configure:11313: checking for inline
  4023. configure:11329: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4024. configure:11329: $? = 0
  4025. configure:11337: result: inline
  4026. configure:11355: checking for working volatile
  4027. configure:11374: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4028. configure:11374: $? = 0
  4029. configure:11381: result: yes
  4030. configure:11390: checking for typeof syntax and keyword spelling
  4031. configure:11421: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4032. configure:11421: $? = 0
  4033. configure:11428: result: typeof
  4034. configure:11451: checking for long long
  4035. configure:11451: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4036. configure:11451: $? = 0
  4037. configure:11451: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4038. conftest.c:97:24: error: expected expression
  4039. if (sizeof ((long long)))
  4040. ^
  4041. 1 error generated.
  4042. configure:11451: $? = 1
  4043. configure: failed program was:
  4044. | /* confdefs.h */
  4045. | #define PACKAGE_NAME ""
  4046. | #define PACKAGE_TARNAME ""
  4047. | #define PACKAGE_VERSION ""
  4048. | #define PACKAGE_STRING ""
  4049. | #define PACKAGE_BUGREPORT ""
  4050. | #define PACKAGE_URL ""
  4051. | #define CANONICALIZATION_FOR_MATHN 1
  4052. | #define STDC_HEADERS 1
  4053. | #define HAVE_SYS_TYPES_H 1
  4054. | #define HAVE_SYS_STAT_H 1
  4055. | #define HAVE_STDLIB_H 1
  4056. | #define HAVE_STRING_H 1
  4057. | #define HAVE_MEMORY_H 1
  4058. | #define HAVE_STRINGS_H 1
  4059. | #define HAVE_INTTYPES_H 1
  4060. | #define HAVE_STDINT_H 1
  4061. | #define HAVE_UNISTD_H 1
  4062. | #define __EXTENSIONS__ 1
  4063. | #define _ALL_SOURCE 1
  4064. | #define _GNU_SOURCE 1
  4065. | #define _POSIX_PTHREAD_SEMANTICS 1
  4066. | #define _TANDEM_SOURCE 1
  4067. | #define HAVE_INFINITY 1
  4068. | #define HAVE_NAN 1
  4069. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4070. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4071. | #define BROKEN_CRYPT 1
  4072. | #define HAVE_CRT_EXTERNS_H 1
  4073. | #define HAVE_LIBDL 1
  4074. | #define HAVE_DIRENT_H 1
  4075. | #define HAVE__BOOL 1
  4076. | #define HAVE_STDBOOL_H 1
  4077. | #define HAVE_SYS_WAIT_H 1
  4078. | #define HAVE_GRP_H 1
  4079. | #define HAVE_FCNTL_H 1
  4080. | #define HAVE_FLOAT_H 1
  4081. | #define HAVE_LANGINFO_H 1
  4082. | #define HAVE_LIMITS_H 1
  4083. | #define HAVE_LOCALE_H 1
  4084. | #define HAVE_MALLOC_MALLOC_H 1
  4085. | #define HAVE_PWD_H 1
  4086. | #define HAVE_SYS_ATTR_H 1
  4087. | #define HAVE_SYS_FCNTL_H 1
  4088. | #define HAVE_SYS_FILE_H 1
  4089. | #define HAVE_SYS_IOCTL_H 1
  4090. | #define HAVE_SYS_PARAM_H 1
  4091. | #define HAVE_SYS_RESOURCE_H 1
  4092. | #define HAVE_SYS_SELECT_H 1
  4093. | #define HAVE_SYS_SOCKET_H 1
  4094. | #define HAVE_SYS_TIME_H 1
  4095. | #define HAVE_SYS_TIMES_H 1
  4096. | #define HAVE_SYS_UIO_H 1
  4097. | #define HAVE_TIME_H 1
  4098. | #define HAVE_UCONTEXT_H 1
  4099. | #define HAVE_UTIME_H 1
  4100. | #define HAVE_GMP_H 1
  4101. | #define HAVE_LIBGMP 1
  4102. | #define HAVE_TYPEOF 1
  4103. | /* end confdefs.h. */
  4104. | #include <stdio.h>
  4105. | #ifdef HAVE_SYS_TYPES_H
  4106. | # include <sys/types.h>
  4107. | #endif
  4108. | #ifdef HAVE_SYS_STAT_H
  4109. | # include <sys/stat.h>
  4110. | #endif
  4111. | #ifdef STDC_HEADERS
  4112. | # include <stdlib.h>
  4113. | # include <stddef.h>
  4114. | #else
  4115. | # ifdef HAVE_STDLIB_H
  4116. | # include <stdlib.h>
  4117. | # endif
  4118. | #endif
  4119. | #ifdef HAVE_STRING_H
  4120. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4121. | # include <memory.h>
  4122. | # endif
  4123. | # include <string.h>
  4124. | #endif
  4125. | #ifdef HAVE_STRINGS_H
  4126. | # include <strings.h>
  4127. | #endif
  4128. | #ifdef HAVE_INTTYPES_H
  4129. | # include <inttypes.h>
  4130. | #endif
  4131. | #ifdef HAVE_STDINT_H
  4132. | # include <stdint.h>
  4133. | #endif
  4134. | #ifdef HAVE_UNISTD_H
  4135. | # include <unistd.h>
  4136. | #endif
  4137. | int
  4138. | main ()
  4139. | {
  4140. | if (sizeof ((long long)))
  4141. | return 0;
  4142. | ;
  4143. | return 0;
  4144. | }
  4145. configure:11451: result: yes
  4146. configure:11460: checking for off_t
  4147. configure:11460: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4148. configure:11460: $? = 0
  4149. configure:11460: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4150. conftest.c:98:20: error: expected expression
  4151. if (sizeof ((off_t)))
  4152. ^
  4153. 1 error generated.
  4154. configure:11460: $? = 1
  4155. configure: failed program was:
  4156. | /* confdefs.h */
  4157. | #define PACKAGE_NAME ""
  4158. | #define PACKAGE_TARNAME ""
  4159. | #define PACKAGE_VERSION ""
  4160. | #define PACKAGE_STRING ""
  4161. | #define PACKAGE_BUGREPORT ""
  4162. | #define PACKAGE_URL ""
  4163. | #define CANONICALIZATION_FOR_MATHN 1
  4164. | #define STDC_HEADERS 1
  4165. | #define HAVE_SYS_TYPES_H 1
  4166. | #define HAVE_SYS_STAT_H 1
  4167. | #define HAVE_STDLIB_H 1
  4168. | #define HAVE_STRING_H 1
  4169. | #define HAVE_MEMORY_H 1
  4170. | #define HAVE_STRINGS_H 1
  4171. | #define HAVE_INTTYPES_H 1
  4172. | #define HAVE_STDINT_H 1
  4173. | #define HAVE_UNISTD_H 1
  4174. | #define __EXTENSIONS__ 1
  4175. | #define _ALL_SOURCE 1
  4176. | #define _GNU_SOURCE 1
  4177. | #define _POSIX_PTHREAD_SEMANTICS 1
  4178. | #define _TANDEM_SOURCE 1
  4179. | #define HAVE_INFINITY 1
  4180. | #define HAVE_NAN 1
  4181. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4182. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4183. | #define BROKEN_CRYPT 1
  4184. | #define HAVE_CRT_EXTERNS_H 1
  4185. | #define HAVE_LIBDL 1
  4186. | #define HAVE_DIRENT_H 1
  4187. | #define HAVE__BOOL 1
  4188. | #define HAVE_STDBOOL_H 1
  4189. | #define HAVE_SYS_WAIT_H 1
  4190. | #define HAVE_GRP_H 1
  4191. | #define HAVE_FCNTL_H 1
  4192. | #define HAVE_FLOAT_H 1
  4193. | #define HAVE_LANGINFO_H 1
  4194. | #define HAVE_LIMITS_H 1
  4195. | #define HAVE_LOCALE_H 1
  4196. | #define HAVE_MALLOC_MALLOC_H 1
  4197. | #define HAVE_PWD_H 1
  4198. | #define HAVE_SYS_ATTR_H 1
  4199. | #define HAVE_SYS_FCNTL_H 1
  4200. | #define HAVE_SYS_FILE_H 1
  4201. | #define HAVE_SYS_IOCTL_H 1
  4202. | #define HAVE_SYS_PARAM_H 1
  4203. | #define HAVE_SYS_RESOURCE_H 1
  4204. | #define HAVE_SYS_SELECT_H 1
  4205. | #define HAVE_SYS_SOCKET_H 1
  4206. | #define HAVE_SYS_TIME_H 1
  4207. | #define HAVE_SYS_TIMES_H 1
  4208. | #define HAVE_SYS_UIO_H 1
  4209. | #define HAVE_TIME_H 1
  4210. | #define HAVE_UCONTEXT_H 1
  4211. | #define HAVE_UTIME_H 1
  4212. | #define HAVE_GMP_H 1
  4213. | #define HAVE_LIBGMP 1
  4214. | #define HAVE_TYPEOF 1
  4215. | #define HAVE_LONG_LONG 1
  4216. | /* end confdefs.h. */
  4217. | #include <stdio.h>
  4218. | #ifdef HAVE_SYS_TYPES_H
  4219. | # include <sys/types.h>
  4220. | #endif
  4221. | #ifdef HAVE_SYS_STAT_H
  4222. | # include <sys/stat.h>
  4223. | #endif
  4224. | #ifdef STDC_HEADERS
  4225. | # include <stdlib.h>
  4226. | # include <stddef.h>
  4227. | #else
  4228. | # ifdef HAVE_STDLIB_H
  4229. | # include <stdlib.h>
  4230. | # endif
  4231. | #endif
  4232. | #ifdef HAVE_STRING_H
  4233. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4234. | # include <memory.h>
  4235. | # endif
  4236. | # include <string.h>
  4237. | #endif
  4238. | #ifdef HAVE_STRINGS_H
  4239. | # include <strings.h>
  4240. | #endif
  4241. | #ifdef HAVE_INTTYPES_H
  4242. | # include <inttypes.h>
  4243. | #endif
  4244. | #ifdef HAVE_STDINT_H
  4245. | # include <stdint.h>
  4246. | #endif
  4247. | #ifdef HAVE_UNISTD_H
  4248. | # include <unistd.h>
  4249. | #endif
  4250. | int
  4251. | main ()
  4252. | {
  4253. | if (sizeof ((off_t)))
  4254. | return 0;
  4255. | ;
  4256. | return 0;
  4257. | }
  4258. configure:11460: result: yes
  4259. configure:11471: checking char bit
  4260. configure:11477: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4261. configure:11477: $? = 0
  4262. configure:11477: ./conftest
  4263. configure:11477: $? = 0
  4264. configure:11486: result: 8
  4265. configure:11652: checking size of int
  4266. configure:11657: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4267. configure:11657: $? = 0
  4268. configure:11657: ./conftest
  4269. configure:11657: $? = 0
  4270. configure:11671: result: 4
  4271. configure:11768: checking size of short
  4272. configure:11773: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4273. configure:11773: $? = 0
  4274. configure:11773: ./conftest
  4275. configure:11773: $? = 0
  4276. configure:11787: result: 2
  4277. configure:11977: checking size of long
  4278. configure:11982: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4279. configure:11982: $? = 0
  4280. configure:11982: ./conftest
  4281. configure:11982: $? = 0
  4282. configure:11996: result: 8
  4283. configure:12093: checking size of long long
  4284. configure:12098: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4285. configure:12098: $? = 0
  4286. configure:12098: ./conftest
  4287. configure:12098: $? = 0
  4288. configure:12112: result: 8
  4289. configure:12302: checking size of __int64
  4290. configure:12307: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4291. conftest.c:100:57: error: use of undeclared identifier '__int64'
  4292. static long int longval () { return (long int) (sizeof (__int64)); }
  4293. ^
  4294. conftest.c:101:67: error: use of undeclared identifier '__int64'
  4295. static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4296. ^
  4297. conftest.c:111:28: error: use of undeclared identifier '__int64'
  4298. if (((long int) (sizeof (__int64))) < 0)
  4299. ^
  4300. conftest.c:114:37: error: use of undeclared identifier '__int64'
  4301. if (i != ((long int) (sizeof (__int64))))
  4302. ^
  4303. conftest.c:121:37: error: use of undeclared identifier '__int64'
  4304. if (i != ((long int) (sizeof (__int64))))
  4305. ^
  4306. 5 errors generated.
  4307. configure:12307: $? = 1
  4308. configure: program exited with status 1
  4309. configure: failed program was:
  4310. | /* confdefs.h */
  4311. | #define PACKAGE_NAME ""
  4312. | #define PACKAGE_TARNAME ""
  4313. | #define PACKAGE_VERSION ""
  4314. | #define PACKAGE_STRING ""
  4315. | #define PACKAGE_BUGREPORT ""
  4316. | #define PACKAGE_URL ""
  4317. | #define CANONICALIZATION_FOR_MATHN 1
  4318. | #define STDC_HEADERS 1
  4319. | #define HAVE_SYS_TYPES_H 1
  4320. | #define HAVE_SYS_STAT_H 1
  4321. | #define HAVE_STDLIB_H 1
  4322. | #define HAVE_STRING_H 1
  4323. | #define HAVE_MEMORY_H 1
  4324. | #define HAVE_STRINGS_H 1
  4325. | #define HAVE_INTTYPES_H 1
  4326. | #define HAVE_STDINT_H 1
  4327. | #define HAVE_UNISTD_H 1
  4328. | #define __EXTENSIONS__ 1
  4329. | #define _ALL_SOURCE 1
  4330. | #define _GNU_SOURCE 1
  4331. | #define _POSIX_PTHREAD_SEMANTICS 1
  4332. | #define _TANDEM_SOURCE 1
  4333. | #define HAVE_INFINITY 1
  4334. | #define HAVE_NAN 1
  4335. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4336. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4337. | #define BROKEN_CRYPT 1
  4338. | #define HAVE_CRT_EXTERNS_H 1
  4339. | #define HAVE_LIBDL 1
  4340. | #define HAVE_DIRENT_H 1
  4341. | #define HAVE__BOOL 1
  4342. | #define HAVE_STDBOOL_H 1
  4343. | #define HAVE_SYS_WAIT_H 1
  4344. | #define HAVE_GRP_H 1
  4345. | #define HAVE_FCNTL_H 1
  4346. | #define HAVE_FLOAT_H 1
  4347. | #define HAVE_LANGINFO_H 1
  4348. | #define HAVE_LIMITS_H 1
  4349. | #define HAVE_LOCALE_H 1
  4350. | #define HAVE_MALLOC_MALLOC_H 1
  4351. | #define HAVE_PWD_H 1
  4352. | #define HAVE_SYS_ATTR_H 1
  4353. | #define HAVE_SYS_FCNTL_H 1
  4354. | #define HAVE_SYS_FILE_H 1
  4355. | #define HAVE_SYS_IOCTL_H 1
  4356. | #define HAVE_SYS_PARAM_H 1
  4357. | #define HAVE_SYS_RESOURCE_H 1
  4358. | #define HAVE_SYS_SELECT_H 1
  4359. | #define HAVE_SYS_SOCKET_H 1
  4360. | #define HAVE_SYS_TIME_H 1
  4361. | #define HAVE_SYS_TIMES_H 1
  4362. | #define HAVE_SYS_UIO_H 1
  4363. | #define HAVE_TIME_H 1
  4364. | #define HAVE_UCONTEXT_H 1
  4365. | #define HAVE_UTIME_H 1
  4366. | #define HAVE_GMP_H 1
  4367. | #define HAVE_LIBGMP 1
  4368. | #define HAVE_TYPEOF 1
  4369. | #define HAVE_LONG_LONG 1
  4370. | #define HAVE_OFF_T 1
  4371. | #define SIZEOF_INT 4
  4372. | #define SIZEOF_SHORT 2
  4373. | #define SIZEOF_LONG 8
  4374. | #define SIZEOF_LONG_LONG 8
  4375. | /* end confdefs.h. */
  4376. | #include <stdio.h>
  4377. | #ifdef HAVE_SYS_TYPES_H
  4378. | # include <sys/types.h>
  4379. | #endif
  4380. | #ifdef HAVE_SYS_STAT_H
  4381. | # include <sys/stat.h>
  4382. | #endif
  4383. | #ifdef STDC_HEADERS
  4384. | # include <stdlib.h>
  4385. | # include <stddef.h>
  4386. | #else
  4387. | # ifdef HAVE_STDLIB_H
  4388. | # include <stdlib.h>
  4389. | # endif
  4390. | #endif
  4391. | #ifdef HAVE_STRING_H
  4392. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4393. | # include <memory.h>
  4394. | # endif
  4395. | # include <string.h>
  4396. | #endif
  4397. | #ifdef HAVE_STRINGS_H
  4398. | # include <strings.h>
  4399. | #endif
  4400. | #ifdef HAVE_INTTYPES_H
  4401. | # include <inttypes.h>
  4402. | #endif
  4403. | #ifdef HAVE_STDINT_H
  4404. | # include <stdint.h>
  4405. | #endif
  4406. | #ifdef HAVE_UNISTD_H
  4407. | # include <unistd.h>
  4408. | #endif
  4409. | static long int longval () { return (long int) (sizeof (__int64)); }
  4410. | static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
  4411. | #include <stdio.h>
  4412. | #include <stdlib.h>
  4413. | int
  4414. | main ()
  4415. | {
  4416. |
  4417. | FILE *f = fopen ("conftest.val", "w");
  4418. | if (! f)
  4419. | return 1;
  4420. | if (((long int) (sizeof (__int64))) < 0)
  4421. | {
  4422. | long int i = longval ();
  4423. | if (i != ((long int) (sizeof (__int64))))
  4424. | return 1;
  4425. | fprintf (f, "%ld", i);
  4426. | }
  4427. | else
  4428. | {
  4429. | unsigned long int i = ulongval ();
  4430. | if (i != ((long int) (sizeof (__int64))))
  4431. | return 1;
  4432. | fprintf (f, "%lu", i);
  4433. | }
  4434. | /* Do not output a trailing newline, as this causes \r\n confusion
  4435. | on some platforms. */
  4436. | return ferror (f) || fclose (f) != 0;
  4437. |
  4438. | ;
  4439. | return 0;
  4440. | }
  4441. configure:12321: result: 0
  4442. configure:12511: checking size of __int128
  4443. configure:12516: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4444. configure:12516: $? = 0
  4445. configure:12516: ./conftest
  4446. configure:12516: $? = 0
  4447. configure:12530: result: 16
  4448. configure:12627: checking size of off_t
  4449. configure:12632: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4450. configure:12632: $? = 0
  4451. configure:12632: ./conftest
  4452. configure:12632: $? = 0
  4453. configure:12646: result: 8
  4454. configure:12836: checking size of void*
  4455. configure:12841: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4456. configure:12841: $? = 0
  4457. configure:12841: ./conftest
  4458. configure:12841: $? = 0
  4459. configure:12855: result: 8
  4460. configure:12952: checking size of float
  4461. configure:12957: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4462. configure:12957: $? = 0
  4463. configure:12957: ./conftest
  4464. configure:12957: $? = 0
  4465. configure:12971: result: 4
  4466. configure:13068: checking size of double
  4467. configure:13073: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4468. configure:13073: $? = 0
  4469. configure:13073: ./conftest
  4470. configure:13073: $? = 0
  4471. configure:13087: result: 8
  4472. configure:13202: checking size of time_t
  4473. configure:13207: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4474. configure:13207: $? = 0
  4475. configure:13207: ./conftest
  4476. configure:13207: $? = 0
  4477. configure:13222: result: 8
  4478. configure:13321: checking size of clock_t
  4479. configure:13326: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  4480. configure:13326: $? = 0
  4481. configure:13326: ./conftest
  4482. configure:13326: $? = 0
  4483. configure:13341: result: 8
  4484. configure:13354: checking packed struct attribute
  4485. configure:13376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4486. conftest.c:76:4: error: expected identifier
  4487. PACKED_STRUCT(struct { int a; });
  4488. ^
  4489. conftest.c:75:46: note: expanded from macro 'PACKED_STRUCT'
  4490. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4491. ^
  4492. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4493. conftest.c:75:35: note: expanded from macro 'PACKED_STRUCT'
  4494. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4495. ^
  4496. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4497. conftest.c:75:26: note: expanded from macro 'PACKED_STRUCT'
  4498. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4499. ^
  4500. conftest.c:76:18: error: expected ';' after top level declarator
  4501. PACKED_STRUCT(struct { int a; });
  4502. ^
  4503. conftest.c:76:4: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4504. PACKED_STRUCT(struct { int a; });
  4505. ^
  4506. conftest.c:75:61: note: expanded from macro 'PACKED_STRUCT'
  4507. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4508. ^
  4509. conftest.c:76:4: error: a parameter list without types is only allowed in a function definition
  4510. conftest.c:75:66: note: expanded from macro 'PACKED_STRUCT'
  4511. #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4512. ^
  4513. 3 warnings and 3 errors generated.
  4514. configure:13376: $? = 1
  4515. configure: failed program was:
  4516. | /* confdefs.h */
  4517. | #define PACKAGE_NAME ""
  4518. | #define PACKAGE_TARNAME ""
  4519. | #define PACKAGE_VERSION ""
  4520. | #define PACKAGE_STRING ""
  4521. | #define PACKAGE_BUGREPORT ""
  4522. | #define PACKAGE_URL ""
  4523. | #define CANONICALIZATION_FOR_MATHN 1
  4524. | #define STDC_HEADERS 1
  4525. | #define HAVE_SYS_TYPES_H 1
  4526. | #define HAVE_SYS_STAT_H 1
  4527. | #define HAVE_STDLIB_H 1
  4528. | #define HAVE_STRING_H 1
  4529. | #define HAVE_MEMORY_H 1
  4530. | #define HAVE_STRINGS_H 1
  4531. | #define HAVE_INTTYPES_H 1
  4532. | #define HAVE_STDINT_H 1
  4533. | #define HAVE_UNISTD_H 1
  4534. | #define __EXTENSIONS__ 1
  4535. | #define _ALL_SOURCE 1
  4536. | #define _GNU_SOURCE 1
  4537. | #define _POSIX_PTHREAD_SEMANTICS 1
  4538. | #define _TANDEM_SOURCE 1
  4539. | #define HAVE_INFINITY 1
  4540. | #define HAVE_NAN 1
  4541. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4542. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4543. | #define BROKEN_CRYPT 1
  4544. | #define HAVE_CRT_EXTERNS_H 1
  4545. | #define HAVE_LIBDL 1
  4546. | #define HAVE_DIRENT_H 1
  4547. | #define HAVE__BOOL 1
  4548. | #define HAVE_STDBOOL_H 1
  4549. | #define HAVE_SYS_WAIT_H 1
  4550. | #define HAVE_GRP_H 1
  4551. | #define HAVE_FCNTL_H 1
  4552. | #define HAVE_FLOAT_H 1
  4553. | #define HAVE_LANGINFO_H 1
  4554. | #define HAVE_LIMITS_H 1
  4555. | #define HAVE_LOCALE_H 1
  4556. | #define HAVE_MALLOC_MALLOC_H 1
  4557. | #define HAVE_PWD_H 1
  4558. | #define HAVE_SYS_ATTR_H 1
  4559. | #define HAVE_SYS_FCNTL_H 1
  4560. | #define HAVE_SYS_FILE_H 1
  4561. | #define HAVE_SYS_IOCTL_H 1
  4562. | #define HAVE_SYS_PARAM_H 1
  4563. | #define HAVE_SYS_RESOURCE_H 1
  4564. | #define HAVE_SYS_SELECT_H 1
  4565. | #define HAVE_SYS_SOCKET_H 1
  4566. | #define HAVE_SYS_TIME_H 1
  4567. | #define HAVE_SYS_TIMES_H 1
  4568. | #define HAVE_SYS_UIO_H 1
  4569. | #define HAVE_TIME_H 1
  4570. | #define HAVE_UCONTEXT_H 1
  4571. | #define HAVE_UTIME_H 1
  4572. | #define HAVE_GMP_H 1
  4573. | #define HAVE_LIBGMP 1
  4574. | #define HAVE_TYPEOF 1
  4575. | #define HAVE_LONG_LONG 1
  4576. | #define HAVE_OFF_T 1
  4577. | #define SIZEOF_INT 4
  4578. | #define SIZEOF_SHORT 2
  4579. | #define SIZEOF_LONG 8
  4580. | #define SIZEOF_LONG_LONG 8
  4581. | #define SIZEOF___INT64 0
  4582. | #define SIZEOF___INT128 16
  4583. | #define SIZEOF_OFF_T 8
  4584. | #define SIZEOF_VOIDP 8
  4585. | #define SIZEOF_FLOAT 4
  4586. | #define SIZEOF_DOUBLE 8
  4587. | #define SIZEOF_TIME_T 8
  4588. | #define SIZEOF_CLOCK_T 8
  4589. | /* end confdefs.h. */
  4590. | #define PACKED_STRUCT(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
  4591. | PACKED_STRUCT(struct { int a; });
  4592. | int
  4593. | main ()
  4594. | {
  4595. |
  4596. | ;
  4597. | return 0;
  4598. | }
  4599. configure:13376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4600. conftest.c:76:18: warning: declaration does not declare anything [-Wmissing-declarations]
  4601. PACKED_STRUCT(struct { int a; });
  4602. ^
  4603. 1 warning generated.
  4604. configure:13376: $? = 0
  4605. configure:13382: result: x __attribute__((packed))
  4606. configure:13391: checking whether -Wno-address-of-packed-member is accepted as CFLAGS
  4607. configure:13418: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Wno-address-of-packed-member -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4608. configure:13418: $? = 0
  4609. configure:13421: result: yes
  4610. configure:13457: checking for printf prefix for long long
  4611. configure:13508: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4612. configure:13508: $? = 0
  4613. configure:13525: result: ll
  4614. configure:13625: checking for pid_t
  4615. configure:13625: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4616. configure:13625: $? = 0
  4617. configure:13625: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4618. conftest.c:114:20: error: expected expression
  4619. if (sizeof ((pid_t)))
  4620. ^
  4621. 1 error generated.
  4622. configure:13625: $? = 1
  4623. configure: failed program was:
  4624. | /* confdefs.h */
  4625. | #define PACKAGE_NAME ""
  4626. | #define PACKAGE_TARNAME ""
  4627. | #define PACKAGE_VERSION ""
  4628. | #define PACKAGE_STRING ""
  4629. | #define PACKAGE_BUGREPORT ""
  4630. | #define PACKAGE_URL ""
  4631. | #define CANONICALIZATION_FOR_MATHN 1
  4632. | #define STDC_HEADERS 1
  4633. | #define HAVE_SYS_TYPES_H 1
  4634. | #define HAVE_SYS_STAT_H 1
  4635. | #define HAVE_STDLIB_H 1
  4636. | #define HAVE_STRING_H 1
  4637. | #define HAVE_MEMORY_H 1
  4638. | #define HAVE_STRINGS_H 1
  4639. | #define HAVE_INTTYPES_H 1
  4640. | #define HAVE_STDINT_H 1
  4641. | #define HAVE_UNISTD_H 1
  4642. | #define __EXTENSIONS__ 1
  4643. | #define _ALL_SOURCE 1
  4644. | #define _GNU_SOURCE 1
  4645. | #define _POSIX_PTHREAD_SEMANTICS 1
  4646. | #define _TANDEM_SOURCE 1
  4647. | #define HAVE_INFINITY 1
  4648. | #define HAVE_NAN 1
  4649. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4650. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4651. | #define BROKEN_CRYPT 1
  4652. | #define HAVE_CRT_EXTERNS_H 1
  4653. | #define HAVE_LIBDL 1
  4654. | #define HAVE_DIRENT_H 1
  4655. | #define HAVE__BOOL 1
  4656. | #define HAVE_STDBOOL_H 1
  4657. | #define HAVE_SYS_WAIT_H 1
  4658. | #define HAVE_GRP_H 1
  4659. | #define HAVE_FCNTL_H 1
  4660. | #define HAVE_FLOAT_H 1
  4661. | #define HAVE_LANGINFO_H 1
  4662. | #define HAVE_LIMITS_H 1
  4663. | #define HAVE_LOCALE_H 1
  4664. | #define HAVE_MALLOC_MALLOC_H 1
  4665. | #define HAVE_PWD_H 1
  4666. | #define HAVE_SYS_ATTR_H 1
  4667. | #define HAVE_SYS_FCNTL_H 1
  4668. | #define HAVE_SYS_FILE_H 1
  4669. | #define HAVE_SYS_IOCTL_H 1
  4670. | #define HAVE_SYS_PARAM_H 1
  4671. | #define HAVE_SYS_RESOURCE_H 1
  4672. | #define HAVE_SYS_SELECT_H 1
  4673. | #define HAVE_SYS_SOCKET_H 1
  4674. | #define HAVE_SYS_TIME_H 1
  4675. | #define HAVE_SYS_TIMES_H 1
  4676. | #define HAVE_SYS_UIO_H 1
  4677. | #define HAVE_TIME_H 1
  4678. | #define HAVE_UCONTEXT_H 1
  4679. | #define HAVE_UTIME_H 1
  4680. | #define HAVE_GMP_H 1
  4681. | #define HAVE_LIBGMP 1
  4682. | #define HAVE_TYPEOF 1
  4683. | #define HAVE_LONG_LONG 1
  4684. | #define HAVE_OFF_T 1
  4685. | #define SIZEOF_INT 4
  4686. | #define SIZEOF_SHORT 2
  4687. | #define SIZEOF_LONG 8
  4688. | #define SIZEOF_LONG_LONG 8
  4689. | #define SIZEOF___INT64 0
  4690. | #define SIZEOF___INT128 16
  4691. | #define SIZEOF_OFF_T 8
  4692. | #define SIZEOF_VOIDP 8
  4693. | #define SIZEOF_FLOAT 4
  4694. | #define SIZEOF_DOUBLE 8
  4695. | #define SIZEOF_TIME_T 8
  4696. | #define SIZEOF_CLOCK_T 8
  4697. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4698. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4699. | #define PRI_LL_PREFIX "ll"
  4700. | /* end confdefs.h. */
  4701. | #include <stdio.h>
  4702. | #ifdef HAVE_SYS_TYPES_H
  4703. | # include <sys/types.h>
  4704. | #endif
  4705. | #ifdef HAVE_SYS_STAT_H
  4706. | # include <sys/stat.h>
  4707. | #endif
  4708. | #ifdef STDC_HEADERS
  4709. | # include <stdlib.h>
  4710. | # include <stddef.h>
  4711. | #else
  4712. | # ifdef HAVE_STDLIB_H
  4713. | # include <stdlib.h>
  4714. | # endif
  4715. | #endif
  4716. | #ifdef HAVE_STRING_H
  4717. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4718. | # include <memory.h>
  4719. | # endif
  4720. | # include <string.h>
  4721. | #endif
  4722. | #ifdef HAVE_STRINGS_H
  4723. | # include <strings.h>
  4724. | #endif
  4725. | #ifdef HAVE_INTTYPES_H
  4726. | # include <inttypes.h>
  4727. | #endif
  4728. | #ifdef HAVE_STDINT_H
  4729. | # include <stdint.h>
  4730. | #endif
  4731. | #ifdef HAVE_UNISTD_H
  4732. | # include <unistd.h>
  4733. | #endif
  4734. | int
  4735. | main ()
  4736. | {
  4737. | if (sizeof ((pid_t)))
  4738. | return 0;
  4739. | ;
  4740. | return 0;
  4741. | }
  4742. configure:13625: result: yes
  4743. configure:13632: checking for convertible type of pid_t
  4744. configure:13660: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4745. conftest.c:114:24: error: 'test_array' declared as an array with a negative size
  4746. static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4747. ^~~~~~~~~~~~~~~~~~~~~~~~
  4748. 1 error generated.
  4749. configure:13660: $? = 1
  4750. configure: failed program was:
  4751. | /* confdefs.h */
  4752. | #define PACKAGE_NAME ""
  4753. | #define PACKAGE_TARNAME ""
  4754. | #define PACKAGE_VERSION ""
  4755. | #define PACKAGE_STRING ""
  4756. | #define PACKAGE_BUGREPORT ""
  4757. | #define PACKAGE_URL ""
  4758. | #define CANONICALIZATION_FOR_MATHN 1
  4759. | #define STDC_HEADERS 1
  4760. | #define HAVE_SYS_TYPES_H 1
  4761. | #define HAVE_SYS_STAT_H 1
  4762. | #define HAVE_STDLIB_H 1
  4763. | #define HAVE_STRING_H 1
  4764. | #define HAVE_MEMORY_H 1
  4765. | #define HAVE_STRINGS_H 1
  4766. | #define HAVE_INTTYPES_H 1
  4767. | #define HAVE_STDINT_H 1
  4768. | #define HAVE_UNISTD_H 1
  4769. | #define __EXTENSIONS__ 1
  4770. | #define _ALL_SOURCE 1
  4771. | #define _GNU_SOURCE 1
  4772. | #define _POSIX_PTHREAD_SEMANTICS 1
  4773. | #define _TANDEM_SOURCE 1
  4774. | #define HAVE_INFINITY 1
  4775. | #define HAVE_NAN 1
  4776. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4777. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4778. | #define BROKEN_CRYPT 1
  4779. | #define HAVE_CRT_EXTERNS_H 1
  4780. | #define HAVE_LIBDL 1
  4781. | #define HAVE_DIRENT_H 1
  4782. | #define HAVE__BOOL 1
  4783. | #define HAVE_STDBOOL_H 1
  4784. | #define HAVE_SYS_WAIT_H 1
  4785. | #define HAVE_GRP_H 1
  4786. | #define HAVE_FCNTL_H 1
  4787. | #define HAVE_FLOAT_H 1
  4788. | #define HAVE_LANGINFO_H 1
  4789. | #define HAVE_LIMITS_H 1
  4790. | #define HAVE_LOCALE_H 1
  4791. | #define HAVE_MALLOC_MALLOC_H 1
  4792. | #define HAVE_PWD_H 1
  4793. | #define HAVE_SYS_ATTR_H 1
  4794. | #define HAVE_SYS_FCNTL_H 1
  4795. | #define HAVE_SYS_FILE_H 1
  4796. | #define HAVE_SYS_IOCTL_H 1
  4797. | #define HAVE_SYS_PARAM_H 1
  4798. | #define HAVE_SYS_RESOURCE_H 1
  4799. | #define HAVE_SYS_SELECT_H 1
  4800. | #define HAVE_SYS_SOCKET_H 1
  4801. | #define HAVE_SYS_TIME_H 1
  4802. | #define HAVE_SYS_TIMES_H 1
  4803. | #define HAVE_SYS_UIO_H 1
  4804. | #define HAVE_TIME_H 1
  4805. | #define HAVE_UCONTEXT_H 1
  4806. | #define HAVE_UTIME_H 1
  4807. | #define HAVE_GMP_H 1
  4808. | #define HAVE_LIBGMP 1
  4809. | #define HAVE_TYPEOF 1
  4810. | #define HAVE_LONG_LONG 1
  4811. | #define HAVE_OFF_T 1
  4812. | #define SIZEOF_INT 4
  4813. | #define SIZEOF_SHORT 2
  4814. | #define SIZEOF_LONG 8
  4815. | #define SIZEOF_LONG_LONG 8
  4816. | #define SIZEOF___INT64 0
  4817. | #define SIZEOF___INT128 16
  4818. | #define SIZEOF_OFF_T 8
  4819. | #define SIZEOF_VOIDP 8
  4820. | #define SIZEOF_FLOAT 4
  4821. | #define SIZEOF_DOUBLE 8
  4822. | #define SIZEOF_TIME_T 8
  4823. | #define SIZEOF_CLOCK_T 8
  4824. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4825. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4826. | #define PRI_LL_PREFIX "ll"
  4827. | /* end confdefs.h. */
  4828. | #include <stdio.h>
  4829. | #ifdef HAVE_SYS_TYPES_H
  4830. | # include <sys/types.h>
  4831. | #endif
  4832. | #ifdef HAVE_SYS_STAT_H
  4833. | # include <sys/stat.h>
  4834. | #endif
  4835. | #ifdef STDC_HEADERS
  4836. | # include <stdlib.h>
  4837. | # include <stddef.h>
  4838. | #else
  4839. | # ifdef HAVE_STDLIB_H
  4840. | # include <stdlib.h>
  4841. | # endif
  4842. | #endif
  4843. | #ifdef HAVE_STRING_H
  4844. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4845. | # include <memory.h>
  4846. | # endif
  4847. | # include <string.h>
  4848. | #endif
  4849. | #ifdef HAVE_STRINGS_H
  4850. | # include <strings.h>
  4851. | #endif
  4852. | #ifdef HAVE_INTTYPES_H
  4853. | # include <inttypes.h>
  4854. | #endif
  4855. | #ifdef HAVE_STDINT_H
  4856. | # include <stdint.h>
  4857. | #endif
  4858. | #ifdef HAVE_UNISTD_H
  4859. | # include <unistd.h>
  4860. | #endif
  4861. | int
  4862. | main ()
  4863. | {
  4864. | static int test_array [1 - 2 * !((pid_t)-1 > 0)];
  4865. | test_array [0] = 0;
  4866. | return test_array [0];
  4867. |
  4868. | ;
  4869. | return 0;
  4870. | }
  4871. configure:13690: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  4872. conftest.c:114: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')
  4873. extern rbcv_conftest_replace_type rbcv_conftest_var;
  4874. ^
  4875. conftest.c:113:37: note: previous declaration is here
  4876. extern rbcv_conftest_target_type rbcv_conftest_var;
  4877. ^
  4878. conftest.c:116:38: error: conflicting types for 'rbcv_conftest_func'
  4879. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  4880. ^
  4881. conftest.c:115:37: note: previous declaration is here
  4882. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  4883. ^
  4884. conftest.c:121:24: error: 'test_array' declared as an array with a negative size
  4885. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  4886. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4887. 3 errors generated.
  4888. configure:13690: $? = 1
  4889. configure: failed program was:
  4890. | /* confdefs.h */
  4891. | #define PACKAGE_NAME ""
  4892. | #define PACKAGE_TARNAME ""
  4893. | #define PACKAGE_VERSION ""
  4894. | #define PACKAGE_STRING ""
  4895. | #define PACKAGE_BUGREPORT ""
  4896. | #define PACKAGE_URL ""
  4897. | #define CANONICALIZATION_FOR_MATHN 1
  4898. | #define STDC_HEADERS 1
  4899. | #define HAVE_SYS_TYPES_H 1
  4900. | #define HAVE_SYS_STAT_H 1
  4901. | #define HAVE_STDLIB_H 1
  4902. | #define HAVE_STRING_H 1
  4903. | #define HAVE_MEMORY_H 1
  4904. | #define HAVE_STRINGS_H 1
  4905. | #define HAVE_INTTYPES_H 1
  4906. | #define HAVE_STDINT_H 1
  4907. | #define HAVE_UNISTD_H 1
  4908. | #define __EXTENSIONS__ 1
  4909. | #define _ALL_SOURCE 1
  4910. | #define _GNU_SOURCE 1
  4911. | #define _POSIX_PTHREAD_SEMANTICS 1
  4912. | #define _TANDEM_SOURCE 1
  4913. | #define HAVE_INFINITY 1
  4914. | #define HAVE_NAN 1
  4915. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  4916. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  4917. | #define BROKEN_CRYPT 1
  4918. | #define HAVE_CRT_EXTERNS_H 1
  4919. | #define HAVE_LIBDL 1
  4920. | #define HAVE_DIRENT_H 1
  4921. | #define HAVE__BOOL 1
  4922. | #define HAVE_STDBOOL_H 1
  4923. | #define HAVE_SYS_WAIT_H 1
  4924. | #define HAVE_GRP_H 1
  4925. | #define HAVE_FCNTL_H 1
  4926. | #define HAVE_FLOAT_H 1
  4927. | #define HAVE_LANGINFO_H 1
  4928. | #define HAVE_LIMITS_H 1
  4929. | #define HAVE_LOCALE_H 1
  4930. | #define HAVE_MALLOC_MALLOC_H 1
  4931. | #define HAVE_PWD_H 1
  4932. | #define HAVE_SYS_ATTR_H 1
  4933. | #define HAVE_SYS_FCNTL_H 1
  4934. | #define HAVE_SYS_FILE_H 1
  4935. | #define HAVE_SYS_IOCTL_H 1
  4936. | #define HAVE_SYS_PARAM_H 1
  4937. | #define HAVE_SYS_RESOURCE_H 1
  4938. | #define HAVE_SYS_SELECT_H 1
  4939. | #define HAVE_SYS_SOCKET_H 1
  4940. | #define HAVE_SYS_TIME_H 1
  4941. | #define HAVE_SYS_TIMES_H 1
  4942. | #define HAVE_SYS_UIO_H 1
  4943. | #define HAVE_TIME_H 1
  4944. | #define HAVE_UCONTEXT_H 1
  4945. | #define HAVE_UTIME_H 1
  4946. | #define HAVE_GMP_H 1
  4947. | #define HAVE_LIBGMP 1
  4948. | #define HAVE_TYPEOF 1
  4949. | #define HAVE_LONG_LONG 1
  4950. | #define HAVE_OFF_T 1
  4951. | #define SIZEOF_INT 4
  4952. | #define SIZEOF_SHORT 2
  4953. | #define SIZEOF_LONG 8
  4954. | #define SIZEOF_LONG_LONG 8
  4955. | #define SIZEOF___INT64 0
  4956. | #define SIZEOF___INT128 16
  4957. | #define SIZEOF_OFF_T 8
  4958. | #define SIZEOF_VOIDP 8
  4959. | #define SIZEOF_FLOAT 4
  4960. | #define SIZEOF_DOUBLE 8
  4961. | #define SIZEOF_TIME_T 8
  4962. | #define SIZEOF_CLOCK_T 8
  4963. | #define PACKED_STRUCT(x) x __attribute__((packed))
  4964. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  4965. | #define PRI_LL_PREFIX "ll"
  4966. | /* end confdefs.h. */
  4967. | #include <stdio.h>
  4968. | #ifdef HAVE_SYS_TYPES_H
  4969. | # include <sys/types.h>
  4970. | #endif
  4971. | #ifdef HAVE_SYS_STAT_H
  4972. | # include <sys/stat.h>
  4973. | #endif
  4974. | #ifdef STDC_HEADERS
  4975. | # include <stdlib.h>
  4976. | # include <stddef.h>
  4977. | #else
  4978. | # ifdef HAVE_STDLIB_H
  4979. | # include <stdlib.h>
  4980. | # endif
  4981. | #endif
  4982. | #ifdef HAVE_STRING_H
  4983. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4984. | # include <memory.h>
  4985. | # endif
  4986. | # include <string.h>
  4987. | #endif
  4988. | #ifdef HAVE_STRINGS_H
  4989. | # include <strings.h>
  4990. | #endif
  4991. | #ifdef HAVE_INTTYPES_H
  4992. | # include <inttypes.h>
  4993. | #endif
  4994. | #ifdef HAVE_STDINT_H
  4995. | # include <stdint.h>
  4996. | #endif
  4997. | #ifdef HAVE_UNISTD_H
  4998. | # include <unistd.h>
  4999. | #endif
  5000. | typedef pid_t rbcv_conftest_target_type;
  5001. | typedef long long rbcv_conftest_replace_type;
  5002. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5003. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5004. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5005. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5006. |
  5007. | int
  5008. | main ()
  5009. | {
  5010. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5011. | test_array [0] = 0;
  5012. | return test_array [0];
  5013. |
  5014. | ;
  5015. | return 0;
  5016. | }
  5017. configure:13690: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5018. conftest.c:114:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  5019. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5020. ^
  5021. conftest.c:113:37: note: previous declaration is here
  5022. extern rbcv_conftest_target_type rbcv_conftest_var;
  5023. ^
  5024. conftest.c:116:38: error: conflicting types for 'rbcv_conftest_func'
  5025. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5026. ^
  5027. conftest.c:115:37: note: previous declaration is here
  5028. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5029. ^
  5030. conftest.c:121:24: error: 'test_array' declared as an array with a negative size
  5031. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5032. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5033. 3 errors generated.
  5034. configure:13690: $? = 1
  5035. configure: failed program was:
  5036. | /* confdefs.h */
  5037. | #define PACKAGE_NAME ""
  5038. | #define PACKAGE_TARNAME ""
  5039. | #define PACKAGE_VERSION ""
  5040. | #define PACKAGE_STRING ""
  5041. | #define PACKAGE_BUGREPORT ""
  5042. | #define PACKAGE_URL ""
  5043. | #define CANONICALIZATION_FOR_MATHN 1
  5044. | #define STDC_HEADERS 1
  5045. | #define HAVE_SYS_TYPES_H 1
  5046. | #define HAVE_SYS_STAT_H 1
  5047. | #define HAVE_STDLIB_H 1
  5048. | #define HAVE_STRING_H 1
  5049. | #define HAVE_MEMORY_H 1
  5050. | #define HAVE_STRINGS_H 1
  5051. | #define HAVE_INTTYPES_H 1
  5052. | #define HAVE_STDINT_H 1
  5053. | #define HAVE_UNISTD_H 1
  5054. | #define __EXTENSIONS__ 1
  5055. | #define _ALL_SOURCE 1
  5056. | #define _GNU_SOURCE 1
  5057. | #define _POSIX_PTHREAD_SEMANTICS 1
  5058. | #define _TANDEM_SOURCE 1
  5059. | #define HAVE_INFINITY 1
  5060. | #define HAVE_NAN 1
  5061. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5062. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5063. | #define BROKEN_CRYPT 1
  5064. | #define HAVE_CRT_EXTERNS_H 1
  5065. | #define HAVE_LIBDL 1
  5066. | #define HAVE_DIRENT_H 1
  5067. | #define HAVE__BOOL 1
  5068. | #define HAVE_STDBOOL_H 1
  5069. | #define HAVE_SYS_WAIT_H 1
  5070. | #define HAVE_GRP_H 1
  5071. | #define HAVE_FCNTL_H 1
  5072. | #define HAVE_FLOAT_H 1
  5073. | #define HAVE_LANGINFO_H 1
  5074. | #define HAVE_LIMITS_H 1
  5075. | #define HAVE_LOCALE_H 1
  5076. | #define HAVE_MALLOC_MALLOC_H 1
  5077. | #define HAVE_PWD_H 1
  5078. | #define HAVE_SYS_ATTR_H 1
  5079. | #define HAVE_SYS_FCNTL_H 1
  5080. | #define HAVE_SYS_FILE_H 1
  5081. | #define HAVE_SYS_IOCTL_H 1
  5082. | #define HAVE_SYS_PARAM_H 1
  5083. | #define HAVE_SYS_RESOURCE_H 1
  5084. | #define HAVE_SYS_SELECT_H 1
  5085. | #define HAVE_SYS_SOCKET_H 1
  5086. | #define HAVE_SYS_TIME_H 1
  5087. | #define HAVE_SYS_TIMES_H 1
  5088. | #define HAVE_SYS_UIO_H 1
  5089. | #define HAVE_TIME_H 1
  5090. | #define HAVE_UCONTEXT_H 1
  5091. | #define HAVE_UTIME_H 1
  5092. | #define HAVE_GMP_H 1
  5093. | #define HAVE_LIBGMP 1
  5094. | #define HAVE_TYPEOF 1
  5095. | #define HAVE_LONG_LONG 1
  5096. | #define HAVE_OFF_T 1
  5097. | #define SIZEOF_INT 4
  5098. | #define SIZEOF_SHORT 2
  5099. | #define SIZEOF_LONG 8
  5100. | #define SIZEOF_LONG_LONG 8
  5101. | #define SIZEOF___INT64 0
  5102. | #define SIZEOF___INT128 16
  5103. | #define SIZEOF_OFF_T 8
  5104. | #define SIZEOF_VOIDP 8
  5105. | #define SIZEOF_FLOAT 4
  5106. | #define SIZEOF_DOUBLE 8
  5107. | #define SIZEOF_TIME_T 8
  5108. | #define SIZEOF_CLOCK_T 8
  5109. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5110. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5111. | #define PRI_LL_PREFIX "ll"
  5112. | /* end confdefs.h. */
  5113. | #include <stdio.h>
  5114. | #ifdef HAVE_SYS_TYPES_H
  5115. | # include <sys/types.h>
  5116. | #endif
  5117. | #ifdef HAVE_SYS_STAT_H
  5118. | # include <sys/stat.h>
  5119. | #endif
  5120. | #ifdef STDC_HEADERS
  5121. | # include <stdlib.h>
  5122. | # include <stddef.h>
  5123. | #else
  5124. | # ifdef HAVE_STDLIB_H
  5125. | # include <stdlib.h>
  5126. | # endif
  5127. | #endif
  5128. | #ifdef HAVE_STRING_H
  5129. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5130. | # include <memory.h>
  5131. | # endif
  5132. | # include <string.h>
  5133. | #endif
  5134. | #ifdef HAVE_STRINGS_H
  5135. | # include <strings.h>
  5136. | #endif
  5137. | #ifdef HAVE_INTTYPES_H
  5138. | # include <inttypes.h>
  5139. | #endif
  5140. | #ifdef HAVE_STDINT_H
  5141. | # include <stdint.h>
  5142. | #endif
  5143. | #ifdef HAVE_UNISTD_H
  5144. | # include <unistd.h>
  5145. | #endif
  5146. | typedef pid_t rbcv_conftest_target_type;
  5147. | typedef long rbcv_conftest_replace_type;
  5148. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5149. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5150. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5151. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5152. |
  5153. | int
  5154. | main ()
  5155. | {
  5156. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5157. | test_array [0] = 0;
  5158. | return test_array [0];
  5159. |
  5160. | ;
  5161. | return 0;
  5162. | }
  5163. configure:13690: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5164. configure:13690: $? = 0
  5165. configure:13710: result: INT
  5166. configure:13761: checking for uid_t
  5167. configure:13761: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5168. configure:13761: $? = 0
  5169. configure:13761: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5170. conftest.c:119:20: error: expected expression
  5171. if (sizeof ((uid_t)))
  5172. ^
  5173. 1 error generated.
  5174. configure:13761: $? = 1
  5175. configure: failed program was:
  5176. | /* confdefs.h */
  5177. | #define PACKAGE_NAME ""
  5178. | #define PACKAGE_TARNAME ""
  5179. | #define PACKAGE_VERSION ""
  5180. | #define PACKAGE_STRING ""
  5181. | #define PACKAGE_BUGREPORT ""
  5182. | #define PACKAGE_URL ""
  5183. | #define CANONICALIZATION_FOR_MATHN 1
  5184. | #define STDC_HEADERS 1
  5185. | #define HAVE_SYS_TYPES_H 1
  5186. | #define HAVE_SYS_STAT_H 1
  5187. | #define HAVE_STDLIB_H 1
  5188. | #define HAVE_STRING_H 1
  5189. | #define HAVE_MEMORY_H 1
  5190. | #define HAVE_STRINGS_H 1
  5191. | #define HAVE_INTTYPES_H 1
  5192. | #define HAVE_STDINT_H 1
  5193. | #define HAVE_UNISTD_H 1
  5194. | #define __EXTENSIONS__ 1
  5195. | #define _ALL_SOURCE 1
  5196. | #define _GNU_SOURCE 1
  5197. | #define _POSIX_PTHREAD_SEMANTICS 1
  5198. | #define _TANDEM_SOURCE 1
  5199. | #define HAVE_INFINITY 1
  5200. | #define HAVE_NAN 1
  5201. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5202. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5203. | #define BROKEN_CRYPT 1
  5204. | #define HAVE_CRT_EXTERNS_H 1
  5205. | #define HAVE_LIBDL 1
  5206. | #define HAVE_DIRENT_H 1
  5207. | #define HAVE__BOOL 1
  5208. | #define HAVE_STDBOOL_H 1
  5209. | #define HAVE_SYS_WAIT_H 1
  5210. | #define HAVE_GRP_H 1
  5211. | #define HAVE_FCNTL_H 1
  5212. | #define HAVE_FLOAT_H 1
  5213. | #define HAVE_LANGINFO_H 1
  5214. | #define HAVE_LIMITS_H 1
  5215. | #define HAVE_LOCALE_H 1
  5216. | #define HAVE_MALLOC_MALLOC_H 1
  5217. | #define HAVE_PWD_H 1
  5218. | #define HAVE_SYS_ATTR_H 1
  5219. | #define HAVE_SYS_FCNTL_H 1
  5220. | #define HAVE_SYS_FILE_H 1
  5221. | #define HAVE_SYS_IOCTL_H 1
  5222. | #define HAVE_SYS_PARAM_H 1
  5223. | #define HAVE_SYS_RESOURCE_H 1
  5224. | #define HAVE_SYS_SELECT_H 1
  5225. | #define HAVE_SYS_SOCKET_H 1
  5226. | #define HAVE_SYS_TIME_H 1
  5227. | #define HAVE_SYS_TIMES_H 1
  5228. | #define HAVE_SYS_UIO_H 1
  5229. | #define HAVE_TIME_H 1
  5230. | #define HAVE_UCONTEXT_H 1
  5231. | #define HAVE_UTIME_H 1
  5232. | #define HAVE_GMP_H 1
  5233. | #define HAVE_LIBGMP 1
  5234. | #define HAVE_TYPEOF 1
  5235. | #define HAVE_LONG_LONG 1
  5236. | #define HAVE_OFF_T 1
  5237. | #define SIZEOF_INT 4
  5238. | #define SIZEOF_SHORT 2
  5239. | #define SIZEOF_LONG 8
  5240. | #define SIZEOF_LONG_LONG 8
  5241. | #define SIZEOF___INT64 0
  5242. | #define SIZEOF___INT128 16
  5243. | #define SIZEOF_OFF_T 8
  5244. | #define SIZEOF_VOIDP 8
  5245. | #define SIZEOF_FLOAT 4
  5246. | #define SIZEOF_DOUBLE 8
  5247. | #define SIZEOF_TIME_T 8
  5248. | #define SIZEOF_CLOCK_T 8
  5249. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5250. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5251. | #define PRI_LL_PREFIX "ll"
  5252. | #define rb_pid_t pid_t
  5253. | #define SIGNEDNESS_OF_PID_T -1
  5254. | #define PIDT2NUM(v) INT2NUM(v)
  5255. | #define NUM2PIDT(v) NUM2INT(v)
  5256. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5257. | /* end confdefs.h. */
  5258. | #include <stdio.h>
  5259. | #ifdef HAVE_SYS_TYPES_H
  5260. | # include <sys/types.h>
  5261. | #endif
  5262. | #ifdef HAVE_SYS_STAT_H
  5263. | # include <sys/stat.h>
  5264. | #endif
  5265. | #ifdef STDC_HEADERS
  5266. | # include <stdlib.h>
  5267. | # include <stddef.h>
  5268. | #else
  5269. | # ifdef HAVE_STDLIB_H
  5270. | # include <stdlib.h>
  5271. | # endif
  5272. | #endif
  5273. | #ifdef HAVE_STRING_H
  5274. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5275. | # include <memory.h>
  5276. | # endif
  5277. | # include <string.h>
  5278. | #endif
  5279. | #ifdef HAVE_STRINGS_H
  5280. | # include <strings.h>
  5281. | #endif
  5282. | #ifdef HAVE_INTTYPES_H
  5283. | # include <inttypes.h>
  5284. | #endif
  5285. | #ifdef HAVE_STDINT_H
  5286. | # include <stdint.h>
  5287. | #endif
  5288. | #ifdef HAVE_UNISTD_H
  5289. | # include <unistd.h>
  5290. | #endif
  5291. | int
  5292. | main ()
  5293. | {
  5294. | if (sizeof ((uid_t)))
  5295. | return 0;
  5296. | ;
  5297. | return 0;
  5298. | }
  5299. configure:13761: result: yes
  5300. configure:13768: checking for convertible type of uid_t
  5301. configure:13796: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5302. configure:13796: $? = 0
  5303. configure:13826: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5304. conftest.c:119: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')
  5305. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5306. ^
  5307. conftest.c:118:37: note: previous declaration is here
  5308. extern rbcv_conftest_target_type rbcv_conftest_var;
  5309. ^
  5310. conftest.c:121:38: error: conflicting types for 'rbcv_conftest_func'
  5311. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5312. ^
  5313. conftest.c:120:37: note: previous declaration is here
  5314. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5315. ^
  5316. conftest.c:126:24: error: 'test_array' declared as an array with a negative size
  5317. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5318. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5319. 3 errors generated.
  5320. configure:13826: $? = 1
  5321. configure: failed program was:
  5322. | /* confdefs.h */
  5323. | #define PACKAGE_NAME ""
  5324. | #define PACKAGE_TARNAME ""
  5325. | #define PACKAGE_VERSION ""
  5326. | #define PACKAGE_STRING ""
  5327. | #define PACKAGE_BUGREPORT ""
  5328. | #define PACKAGE_URL ""
  5329. | #define CANONICALIZATION_FOR_MATHN 1
  5330. | #define STDC_HEADERS 1
  5331. | #define HAVE_SYS_TYPES_H 1
  5332. | #define HAVE_SYS_STAT_H 1
  5333. | #define HAVE_STDLIB_H 1
  5334. | #define HAVE_STRING_H 1
  5335. | #define HAVE_MEMORY_H 1
  5336. | #define HAVE_STRINGS_H 1
  5337. | #define HAVE_INTTYPES_H 1
  5338. | #define HAVE_STDINT_H 1
  5339. | #define HAVE_UNISTD_H 1
  5340. | #define __EXTENSIONS__ 1
  5341. | #define _ALL_SOURCE 1
  5342. | #define _GNU_SOURCE 1
  5343. | #define _POSIX_PTHREAD_SEMANTICS 1
  5344. | #define _TANDEM_SOURCE 1
  5345. | #define HAVE_INFINITY 1
  5346. | #define HAVE_NAN 1
  5347. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5348. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5349. | #define BROKEN_CRYPT 1
  5350. | #define HAVE_CRT_EXTERNS_H 1
  5351. | #define HAVE_LIBDL 1
  5352. | #define HAVE_DIRENT_H 1
  5353. | #define HAVE__BOOL 1
  5354. | #define HAVE_STDBOOL_H 1
  5355. | #define HAVE_SYS_WAIT_H 1
  5356. | #define HAVE_GRP_H 1
  5357. | #define HAVE_FCNTL_H 1
  5358. | #define HAVE_FLOAT_H 1
  5359. | #define HAVE_LANGINFO_H 1
  5360. | #define HAVE_LIMITS_H 1
  5361. | #define HAVE_LOCALE_H 1
  5362. | #define HAVE_MALLOC_MALLOC_H 1
  5363. | #define HAVE_PWD_H 1
  5364. | #define HAVE_SYS_ATTR_H 1
  5365. | #define HAVE_SYS_FCNTL_H 1
  5366. | #define HAVE_SYS_FILE_H 1
  5367. | #define HAVE_SYS_IOCTL_H 1
  5368. | #define HAVE_SYS_PARAM_H 1
  5369. | #define HAVE_SYS_RESOURCE_H 1
  5370. | #define HAVE_SYS_SELECT_H 1
  5371. | #define HAVE_SYS_SOCKET_H 1
  5372. | #define HAVE_SYS_TIME_H 1
  5373. | #define HAVE_SYS_TIMES_H 1
  5374. | #define HAVE_SYS_UIO_H 1
  5375. | #define HAVE_TIME_H 1
  5376. | #define HAVE_UCONTEXT_H 1
  5377. | #define HAVE_UTIME_H 1
  5378. | #define HAVE_GMP_H 1
  5379. | #define HAVE_LIBGMP 1
  5380. | #define HAVE_TYPEOF 1
  5381. | #define HAVE_LONG_LONG 1
  5382. | #define HAVE_OFF_T 1
  5383. | #define SIZEOF_INT 4
  5384. | #define SIZEOF_SHORT 2
  5385. | #define SIZEOF_LONG 8
  5386. | #define SIZEOF_LONG_LONG 8
  5387. | #define SIZEOF___INT64 0
  5388. | #define SIZEOF___INT128 16
  5389. | #define SIZEOF_OFF_T 8
  5390. | #define SIZEOF_VOIDP 8
  5391. | #define SIZEOF_FLOAT 4
  5392. | #define SIZEOF_DOUBLE 8
  5393. | #define SIZEOF_TIME_T 8
  5394. | #define SIZEOF_CLOCK_T 8
  5395. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5396. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5397. | #define PRI_LL_PREFIX "ll"
  5398. | #define rb_pid_t pid_t
  5399. | #define SIGNEDNESS_OF_PID_T -1
  5400. | #define PIDT2NUM(v) INT2NUM(v)
  5401. | #define NUM2PIDT(v) NUM2INT(v)
  5402. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5403. | /* end confdefs.h. */
  5404. | #include <stdio.h>
  5405. | #ifdef HAVE_SYS_TYPES_H
  5406. | # include <sys/types.h>
  5407. | #endif
  5408. | #ifdef HAVE_SYS_STAT_H
  5409. | # include <sys/stat.h>
  5410. | #endif
  5411. | #ifdef STDC_HEADERS
  5412. | # include <stdlib.h>
  5413. | # include <stddef.h>
  5414. | #else
  5415. | # ifdef HAVE_STDLIB_H
  5416. | # include <stdlib.h>
  5417. | # endif
  5418. | #endif
  5419. | #ifdef HAVE_STRING_H
  5420. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5421. | # include <memory.h>
  5422. | # endif
  5423. | # include <string.h>
  5424. | #endif
  5425. | #ifdef HAVE_STRINGS_H
  5426. | # include <strings.h>
  5427. | #endif
  5428. | #ifdef HAVE_INTTYPES_H
  5429. | # include <inttypes.h>
  5430. | #endif
  5431. | #ifdef HAVE_STDINT_H
  5432. | # include <stdint.h>
  5433. | #endif
  5434. | #ifdef HAVE_UNISTD_H
  5435. | # include <unistd.h>
  5436. | #endif
  5437. | typedef uid_t rbcv_conftest_target_type;
  5438. | typedef unsigned long long rbcv_conftest_replace_type;
  5439. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5440. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5441. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5442. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5443. |
  5444. | int
  5445. | main ()
  5446. | {
  5447. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5448. | test_array [0] = 0;
  5449. | return test_array [0];
  5450. |
  5451. | ;
  5452. | return 0;
  5453. | }
  5454. configure:13826: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5455. conftest.c:119: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')
  5456. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5457. ^
  5458. conftest.c:118:37: note: previous declaration is here
  5459. extern rbcv_conftest_target_type rbcv_conftest_var;
  5460. ^
  5461. conftest.c:121:38: error: conflicting types for 'rbcv_conftest_func'
  5462. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5463. ^
  5464. conftest.c:120:37: note: previous declaration is here
  5465. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5466. ^
  5467. conftest.c:126:24: error: 'test_array' declared as an array with a negative size
  5468. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5469. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5470. 3 errors generated.
  5471. configure:13826: $? = 1
  5472. configure: failed program was:
  5473. | /* confdefs.h */
  5474. | #define PACKAGE_NAME ""
  5475. | #define PACKAGE_TARNAME ""
  5476. | #define PACKAGE_VERSION ""
  5477. | #define PACKAGE_STRING ""
  5478. | #define PACKAGE_BUGREPORT ""
  5479. | #define PACKAGE_URL ""
  5480. | #define CANONICALIZATION_FOR_MATHN 1
  5481. | #define STDC_HEADERS 1
  5482. | #define HAVE_SYS_TYPES_H 1
  5483. | #define HAVE_SYS_STAT_H 1
  5484. | #define HAVE_STDLIB_H 1
  5485. | #define HAVE_STRING_H 1
  5486. | #define HAVE_MEMORY_H 1
  5487. | #define HAVE_STRINGS_H 1
  5488. | #define HAVE_INTTYPES_H 1
  5489. | #define HAVE_STDINT_H 1
  5490. | #define HAVE_UNISTD_H 1
  5491. | #define __EXTENSIONS__ 1
  5492. | #define _ALL_SOURCE 1
  5493. | #define _GNU_SOURCE 1
  5494. | #define _POSIX_PTHREAD_SEMANTICS 1
  5495. | #define _TANDEM_SOURCE 1
  5496. | #define HAVE_INFINITY 1
  5497. | #define HAVE_NAN 1
  5498. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5499. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5500. | #define BROKEN_CRYPT 1
  5501. | #define HAVE_CRT_EXTERNS_H 1
  5502. | #define HAVE_LIBDL 1
  5503. | #define HAVE_DIRENT_H 1
  5504. | #define HAVE__BOOL 1
  5505. | #define HAVE_STDBOOL_H 1
  5506. | #define HAVE_SYS_WAIT_H 1
  5507. | #define HAVE_GRP_H 1
  5508. | #define HAVE_FCNTL_H 1
  5509. | #define HAVE_FLOAT_H 1
  5510. | #define HAVE_LANGINFO_H 1
  5511. | #define HAVE_LIMITS_H 1
  5512. | #define HAVE_LOCALE_H 1
  5513. | #define HAVE_MALLOC_MALLOC_H 1
  5514. | #define HAVE_PWD_H 1
  5515. | #define HAVE_SYS_ATTR_H 1
  5516. | #define HAVE_SYS_FCNTL_H 1
  5517. | #define HAVE_SYS_FILE_H 1
  5518. | #define HAVE_SYS_IOCTL_H 1
  5519. | #define HAVE_SYS_PARAM_H 1
  5520. | #define HAVE_SYS_RESOURCE_H 1
  5521. | #define HAVE_SYS_SELECT_H 1
  5522. | #define HAVE_SYS_SOCKET_H 1
  5523. | #define HAVE_SYS_TIME_H 1
  5524. | #define HAVE_SYS_TIMES_H 1
  5525. | #define HAVE_SYS_UIO_H 1
  5526. | #define HAVE_TIME_H 1
  5527. | #define HAVE_UCONTEXT_H 1
  5528. | #define HAVE_UTIME_H 1
  5529. | #define HAVE_GMP_H 1
  5530. | #define HAVE_LIBGMP 1
  5531. | #define HAVE_TYPEOF 1
  5532. | #define HAVE_LONG_LONG 1
  5533. | #define HAVE_OFF_T 1
  5534. | #define SIZEOF_INT 4
  5535. | #define SIZEOF_SHORT 2
  5536. | #define SIZEOF_LONG 8
  5537. | #define SIZEOF_LONG_LONG 8
  5538. | #define SIZEOF___INT64 0
  5539. | #define SIZEOF___INT128 16
  5540. | #define SIZEOF_OFF_T 8
  5541. | #define SIZEOF_VOIDP 8
  5542. | #define SIZEOF_FLOAT 4
  5543. | #define SIZEOF_DOUBLE 8
  5544. | #define SIZEOF_TIME_T 8
  5545. | #define SIZEOF_CLOCK_T 8
  5546. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5547. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5548. | #define PRI_LL_PREFIX "ll"
  5549. | #define rb_pid_t pid_t
  5550. | #define SIGNEDNESS_OF_PID_T -1
  5551. | #define PIDT2NUM(v) INT2NUM(v)
  5552. | #define NUM2PIDT(v) NUM2INT(v)
  5553. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5554. | /* end confdefs.h. */
  5555. | #include <stdio.h>
  5556. | #ifdef HAVE_SYS_TYPES_H
  5557. | # include <sys/types.h>
  5558. | #endif
  5559. | #ifdef HAVE_SYS_STAT_H
  5560. | # include <sys/stat.h>
  5561. | #endif
  5562. | #ifdef STDC_HEADERS
  5563. | # include <stdlib.h>
  5564. | # include <stddef.h>
  5565. | #else
  5566. | # ifdef HAVE_STDLIB_H
  5567. | # include <stdlib.h>
  5568. | # endif
  5569. | #endif
  5570. | #ifdef HAVE_STRING_H
  5571. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5572. | # include <memory.h>
  5573. | # endif
  5574. | # include <string.h>
  5575. | #endif
  5576. | #ifdef HAVE_STRINGS_H
  5577. | # include <strings.h>
  5578. | #endif
  5579. | #ifdef HAVE_INTTYPES_H
  5580. | # include <inttypes.h>
  5581. | #endif
  5582. | #ifdef HAVE_STDINT_H
  5583. | # include <stdint.h>
  5584. | #endif
  5585. | #ifdef HAVE_UNISTD_H
  5586. | # include <unistd.h>
  5587. | #endif
  5588. | typedef uid_t rbcv_conftest_target_type;
  5589. | typedef unsigned long rbcv_conftest_replace_type;
  5590. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5591. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5592. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5593. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5594. |
  5595. | int
  5596. | main ()
  5597. | {
  5598. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5599. | test_array [0] = 0;
  5600. | return test_array [0];
  5601. |
  5602. | ;
  5603. | return 0;
  5604. | }
  5605. configure:13826: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5606. configure:13826: $? = 0
  5607. configure:13846: result: UINT
  5608. configure:13897: checking for gid_t
  5609. configure:13897: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5610. configure:13897: $? = 0
  5611. configure:13897: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5612. conftest.c:124:20: error: expected expression
  5613. if (sizeof ((gid_t)))
  5614. ^
  5615. 1 error generated.
  5616. configure:13897: $? = 1
  5617. configure: failed program was:
  5618. | /* confdefs.h */
  5619. | #define PACKAGE_NAME ""
  5620. | #define PACKAGE_TARNAME ""
  5621. | #define PACKAGE_VERSION ""
  5622. | #define PACKAGE_STRING ""
  5623. | #define PACKAGE_BUGREPORT ""
  5624. | #define PACKAGE_URL ""
  5625. | #define CANONICALIZATION_FOR_MATHN 1
  5626. | #define STDC_HEADERS 1
  5627. | #define HAVE_SYS_TYPES_H 1
  5628. | #define HAVE_SYS_STAT_H 1
  5629. | #define HAVE_STDLIB_H 1
  5630. | #define HAVE_STRING_H 1
  5631. | #define HAVE_MEMORY_H 1
  5632. | #define HAVE_STRINGS_H 1
  5633. | #define HAVE_INTTYPES_H 1
  5634. | #define HAVE_STDINT_H 1
  5635. | #define HAVE_UNISTD_H 1
  5636. | #define __EXTENSIONS__ 1
  5637. | #define _ALL_SOURCE 1
  5638. | #define _GNU_SOURCE 1
  5639. | #define _POSIX_PTHREAD_SEMANTICS 1
  5640. | #define _TANDEM_SOURCE 1
  5641. | #define HAVE_INFINITY 1
  5642. | #define HAVE_NAN 1
  5643. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5644. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5645. | #define BROKEN_CRYPT 1
  5646. | #define HAVE_CRT_EXTERNS_H 1
  5647. | #define HAVE_LIBDL 1
  5648. | #define HAVE_DIRENT_H 1
  5649. | #define HAVE__BOOL 1
  5650. | #define HAVE_STDBOOL_H 1
  5651. | #define HAVE_SYS_WAIT_H 1
  5652. | #define HAVE_GRP_H 1
  5653. | #define HAVE_FCNTL_H 1
  5654. | #define HAVE_FLOAT_H 1
  5655. | #define HAVE_LANGINFO_H 1
  5656. | #define HAVE_LIMITS_H 1
  5657. | #define HAVE_LOCALE_H 1
  5658. | #define HAVE_MALLOC_MALLOC_H 1
  5659. | #define HAVE_PWD_H 1
  5660. | #define HAVE_SYS_ATTR_H 1
  5661. | #define HAVE_SYS_FCNTL_H 1
  5662. | #define HAVE_SYS_FILE_H 1
  5663. | #define HAVE_SYS_IOCTL_H 1
  5664. | #define HAVE_SYS_PARAM_H 1
  5665. | #define HAVE_SYS_RESOURCE_H 1
  5666. | #define HAVE_SYS_SELECT_H 1
  5667. | #define HAVE_SYS_SOCKET_H 1
  5668. | #define HAVE_SYS_TIME_H 1
  5669. | #define HAVE_SYS_TIMES_H 1
  5670. | #define HAVE_SYS_UIO_H 1
  5671. | #define HAVE_TIME_H 1
  5672. | #define HAVE_UCONTEXT_H 1
  5673. | #define HAVE_UTIME_H 1
  5674. | #define HAVE_GMP_H 1
  5675. | #define HAVE_LIBGMP 1
  5676. | #define HAVE_TYPEOF 1
  5677. | #define HAVE_LONG_LONG 1
  5678. | #define HAVE_OFF_T 1
  5679. | #define SIZEOF_INT 4
  5680. | #define SIZEOF_SHORT 2
  5681. | #define SIZEOF_LONG 8
  5682. | #define SIZEOF_LONG_LONG 8
  5683. | #define SIZEOF___INT64 0
  5684. | #define SIZEOF___INT128 16
  5685. | #define SIZEOF_OFF_T 8
  5686. | #define SIZEOF_VOIDP 8
  5687. | #define SIZEOF_FLOAT 4
  5688. | #define SIZEOF_DOUBLE 8
  5689. | #define SIZEOF_TIME_T 8
  5690. | #define SIZEOF_CLOCK_T 8
  5691. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5692. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5693. | #define PRI_LL_PREFIX "ll"
  5694. | #define rb_pid_t pid_t
  5695. | #define SIGNEDNESS_OF_PID_T -1
  5696. | #define PIDT2NUM(v) INT2NUM(v)
  5697. | #define NUM2PIDT(v) NUM2INT(v)
  5698. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5699. | #define rb_uid_t uid_t
  5700. | #define SIGNEDNESS_OF_UID_T +1
  5701. | #define UIDT2NUM(v) UINT2NUM(v)
  5702. | #define NUM2UIDT(v) NUM2UINT(v)
  5703. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5704. | /* end confdefs.h. */
  5705. | #include <stdio.h>
  5706. | #ifdef HAVE_SYS_TYPES_H
  5707. | # include <sys/types.h>
  5708. | #endif
  5709. | #ifdef HAVE_SYS_STAT_H
  5710. | # include <sys/stat.h>
  5711. | #endif
  5712. | #ifdef STDC_HEADERS
  5713. | # include <stdlib.h>
  5714. | # include <stddef.h>
  5715. | #else
  5716. | # ifdef HAVE_STDLIB_H
  5717. | # include <stdlib.h>
  5718. | # endif
  5719. | #endif
  5720. | #ifdef HAVE_STRING_H
  5721. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5722. | # include <memory.h>
  5723. | # endif
  5724. | # include <string.h>
  5725. | #endif
  5726. | #ifdef HAVE_STRINGS_H
  5727. | # include <strings.h>
  5728. | #endif
  5729. | #ifdef HAVE_INTTYPES_H
  5730. | # include <inttypes.h>
  5731. | #endif
  5732. | #ifdef HAVE_STDINT_H
  5733. | # include <stdint.h>
  5734. | #endif
  5735. | #ifdef HAVE_UNISTD_H
  5736. | # include <unistd.h>
  5737. | #endif
  5738. | int
  5739. | main ()
  5740. | {
  5741. | if (sizeof ((gid_t)))
  5742. | return 0;
  5743. | ;
  5744. | return 0;
  5745. | }
  5746. configure:13897: result: yes
  5747. configure:13904: checking for convertible type of gid_t
  5748. configure:13932: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5749. configure:13932: $? = 0
  5750. configure:13962: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5751. conftest.c:124: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')
  5752. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5753. ^
  5754. conftest.c:123:37: note: previous declaration is here
  5755. extern rbcv_conftest_target_type rbcv_conftest_var;
  5756. ^
  5757. conftest.c:126:38: error: conflicting types for 'rbcv_conftest_func'
  5758. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5759. ^
  5760. conftest.c:125:37: note: previous declaration is here
  5761. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5762. ^
  5763. conftest.c:131:24: error: 'test_array' declared as an array with a negative size
  5764. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5765. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5766. 3 errors generated.
  5767. configure:13962: $? = 1
  5768. configure: failed program was:
  5769. | /* confdefs.h */
  5770. | #define PACKAGE_NAME ""
  5771. | #define PACKAGE_TARNAME ""
  5772. | #define PACKAGE_VERSION ""
  5773. | #define PACKAGE_STRING ""
  5774. | #define PACKAGE_BUGREPORT ""
  5775. | #define PACKAGE_URL ""
  5776. | #define CANONICALIZATION_FOR_MATHN 1
  5777. | #define STDC_HEADERS 1
  5778. | #define HAVE_SYS_TYPES_H 1
  5779. | #define HAVE_SYS_STAT_H 1
  5780. | #define HAVE_STDLIB_H 1
  5781. | #define HAVE_STRING_H 1
  5782. | #define HAVE_MEMORY_H 1
  5783. | #define HAVE_STRINGS_H 1
  5784. | #define HAVE_INTTYPES_H 1
  5785. | #define HAVE_STDINT_H 1
  5786. | #define HAVE_UNISTD_H 1
  5787. | #define __EXTENSIONS__ 1
  5788. | #define _ALL_SOURCE 1
  5789. | #define _GNU_SOURCE 1
  5790. | #define _POSIX_PTHREAD_SEMANTICS 1
  5791. | #define _TANDEM_SOURCE 1
  5792. | #define HAVE_INFINITY 1
  5793. | #define HAVE_NAN 1
  5794. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5795. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5796. | #define BROKEN_CRYPT 1
  5797. | #define HAVE_CRT_EXTERNS_H 1
  5798. | #define HAVE_LIBDL 1
  5799. | #define HAVE_DIRENT_H 1
  5800. | #define HAVE__BOOL 1
  5801. | #define HAVE_STDBOOL_H 1
  5802. | #define HAVE_SYS_WAIT_H 1
  5803. | #define HAVE_GRP_H 1
  5804. | #define HAVE_FCNTL_H 1
  5805. | #define HAVE_FLOAT_H 1
  5806. | #define HAVE_LANGINFO_H 1
  5807. | #define HAVE_LIMITS_H 1
  5808. | #define HAVE_LOCALE_H 1
  5809. | #define HAVE_MALLOC_MALLOC_H 1
  5810. | #define HAVE_PWD_H 1
  5811. | #define HAVE_SYS_ATTR_H 1
  5812. | #define HAVE_SYS_FCNTL_H 1
  5813. | #define HAVE_SYS_FILE_H 1
  5814. | #define HAVE_SYS_IOCTL_H 1
  5815. | #define HAVE_SYS_PARAM_H 1
  5816. | #define HAVE_SYS_RESOURCE_H 1
  5817. | #define HAVE_SYS_SELECT_H 1
  5818. | #define HAVE_SYS_SOCKET_H 1
  5819. | #define HAVE_SYS_TIME_H 1
  5820. | #define HAVE_SYS_TIMES_H 1
  5821. | #define HAVE_SYS_UIO_H 1
  5822. | #define HAVE_TIME_H 1
  5823. | #define HAVE_UCONTEXT_H 1
  5824. | #define HAVE_UTIME_H 1
  5825. | #define HAVE_GMP_H 1
  5826. | #define HAVE_LIBGMP 1
  5827. | #define HAVE_TYPEOF 1
  5828. | #define HAVE_LONG_LONG 1
  5829. | #define HAVE_OFF_T 1
  5830. | #define SIZEOF_INT 4
  5831. | #define SIZEOF_SHORT 2
  5832. | #define SIZEOF_LONG 8
  5833. | #define SIZEOF_LONG_LONG 8
  5834. | #define SIZEOF___INT64 0
  5835. | #define SIZEOF___INT128 16
  5836. | #define SIZEOF_OFF_T 8
  5837. | #define SIZEOF_VOIDP 8
  5838. | #define SIZEOF_FLOAT 4
  5839. | #define SIZEOF_DOUBLE 8
  5840. | #define SIZEOF_TIME_T 8
  5841. | #define SIZEOF_CLOCK_T 8
  5842. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5843. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  5844. | #define PRI_LL_PREFIX "ll"
  5845. | #define rb_pid_t pid_t
  5846. | #define SIGNEDNESS_OF_PID_T -1
  5847. | #define PIDT2NUM(v) INT2NUM(v)
  5848. | #define NUM2PIDT(v) NUM2INT(v)
  5849. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  5850. | #define rb_uid_t uid_t
  5851. | #define SIGNEDNESS_OF_UID_T +1
  5852. | #define UIDT2NUM(v) UINT2NUM(v)
  5853. | #define NUM2UIDT(v) NUM2UINT(v)
  5854. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  5855. | /* end confdefs.h. */
  5856. | #include <stdio.h>
  5857. | #ifdef HAVE_SYS_TYPES_H
  5858. | # include <sys/types.h>
  5859. | #endif
  5860. | #ifdef HAVE_SYS_STAT_H
  5861. | # include <sys/stat.h>
  5862. | #endif
  5863. | #ifdef STDC_HEADERS
  5864. | # include <stdlib.h>
  5865. | # include <stddef.h>
  5866. | #else
  5867. | # ifdef HAVE_STDLIB_H
  5868. | # include <stdlib.h>
  5869. | # endif
  5870. | #endif
  5871. | #ifdef HAVE_STRING_H
  5872. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5873. | # include <memory.h>
  5874. | # endif
  5875. | # include <string.h>
  5876. | #endif
  5877. | #ifdef HAVE_STRINGS_H
  5878. | # include <strings.h>
  5879. | #endif
  5880. | #ifdef HAVE_INTTYPES_H
  5881. | # include <inttypes.h>
  5882. | #endif
  5883. | #ifdef HAVE_STDINT_H
  5884. | # include <stdint.h>
  5885. | #endif
  5886. | #ifdef HAVE_UNISTD_H
  5887. | # include <unistd.h>
  5888. | #endif
  5889. | typedef gid_t rbcv_conftest_target_type;
  5890. | typedef unsigned long long rbcv_conftest_replace_type;
  5891. | extern rbcv_conftest_target_type rbcv_conftest_var;
  5892. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  5893. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5894. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5895. |
  5896. | int
  5897. | main ()
  5898. | {
  5899. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5900. | test_array [0] = 0;
  5901. | return test_array [0];
  5902. |
  5903. | ;
  5904. | return 0;
  5905. | }
  5906. configure:13962: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  5907. conftest.c:124: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')
  5908. extern rbcv_conftest_replace_type rbcv_conftest_var;
  5909. ^
  5910. conftest.c:123:37: note: previous declaration is here
  5911. extern rbcv_conftest_target_type rbcv_conftest_var;
  5912. ^
  5913. conftest.c:126:38: error: conflicting types for 'rbcv_conftest_func'
  5914. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  5915. ^
  5916. conftest.c:125:37: note: previous declaration is here
  5917. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  5918. ^
  5919. conftest.c:131:24: error: 'test_array' declared as an array with a negative size
  5920. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  5921. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5922. 3 errors generated.
  5923. configure:13962: $? = 1
  5924. configure: failed program was:
  5925. | /* confdefs.h */
  5926. | #define PACKAGE_NAME ""
  5927. | #define PACKAGE_TARNAME ""
  5928. | #define PACKAGE_VERSION ""
  5929. | #define PACKAGE_STRING ""
  5930. | #define PACKAGE_BUGREPORT ""
  5931. | #define PACKAGE_URL ""
  5932. | #define CANONICALIZATION_FOR_MATHN 1
  5933. | #define STDC_HEADERS 1
  5934. | #define HAVE_SYS_TYPES_H 1
  5935. | #define HAVE_SYS_STAT_H 1
  5936. | #define HAVE_STDLIB_H 1
  5937. | #define HAVE_STRING_H 1
  5938. | #define HAVE_MEMORY_H 1
  5939. | #define HAVE_STRINGS_H 1
  5940. | #define HAVE_INTTYPES_H 1
  5941. | #define HAVE_STDINT_H 1
  5942. | #define HAVE_UNISTD_H 1
  5943. | #define __EXTENSIONS__ 1
  5944. | #define _ALL_SOURCE 1
  5945. | #define _GNU_SOURCE 1
  5946. | #define _POSIX_PTHREAD_SEMANTICS 1
  5947. | #define _TANDEM_SOURCE 1
  5948. | #define HAVE_INFINITY 1
  5949. | #define HAVE_NAN 1
  5950. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  5951. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  5952. | #define BROKEN_CRYPT 1
  5953. | #define HAVE_CRT_EXTERNS_H 1
  5954. | #define HAVE_LIBDL 1
  5955. | #define HAVE_DIRENT_H 1
  5956. | #define HAVE__BOOL 1
  5957. | #define HAVE_STDBOOL_H 1
  5958. | #define HAVE_SYS_WAIT_H 1
  5959. | #define HAVE_GRP_H 1
  5960. | #define HAVE_FCNTL_H 1
  5961. | #define HAVE_FLOAT_H 1
  5962. | #define HAVE_LANGINFO_H 1
  5963. | #define HAVE_LIMITS_H 1
  5964. | #define HAVE_LOCALE_H 1
  5965. | #define HAVE_MALLOC_MALLOC_H 1
  5966. | #define HAVE_PWD_H 1
  5967. | #define HAVE_SYS_ATTR_H 1
  5968. | #define HAVE_SYS_FCNTL_H 1
  5969. | #define HAVE_SYS_FILE_H 1
  5970. | #define HAVE_SYS_IOCTL_H 1
  5971. | #define HAVE_SYS_PARAM_H 1
  5972. | #define HAVE_SYS_RESOURCE_H 1
  5973. | #define HAVE_SYS_SELECT_H 1
  5974. | #define HAVE_SYS_SOCKET_H 1
  5975. | #define HAVE_SYS_TIME_H 1
  5976. | #define HAVE_SYS_TIMES_H 1
  5977. | #define HAVE_SYS_UIO_H 1
  5978. | #define HAVE_TIME_H 1
  5979. | #define HAVE_UCONTEXT_H 1
  5980. | #define HAVE_UTIME_H 1
  5981. | #define HAVE_GMP_H 1
  5982. | #define HAVE_LIBGMP 1
  5983. | #define HAVE_TYPEOF 1
  5984. | #define HAVE_LONG_LONG 1
  5985. | #define HAVE_OFF_T 1
  5986. | #define SIZEOF_INT 4
  5987. | #define SIZEOF_SHORT 2
  5988. | #define SIZEOF_LONG 8
  5989. | #define SIZEOF_LONG_LONG 8
  5990. | #define SIZEOF___INT64 0
  5991. | #define SIZEOF___INT128 16
  5992. | #define SIZEOF_OFF_T 8
  5993. | #define SIZEOF_VOIDP 8
  5994. | #define SIZEOF_FLOAT 4
  5995. | #define SIZEOF_DOUBLE 8
  5996. | #define SIZEOF_TIME_T 8
  5997. | #define SIZEOF_CLOCK_T 8
  5998. | #define PACKED_STRUCT(x) x __attribute__((packed))
  5999. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6000. | #define PRI_LL_PREFIX "ll"
  6001. | #define rb_pid_t pid_t
  6002. | #define SIGNEDNESS_OF_PID_T -1
  6003. | #define PIDT2NUM(v) INT2NUM(v)
  6004. | #define NUM2PIDT(v) NUM2INT(v)
  6005. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6006. | #define rb_uid_t uid_t
  6007. | #define SIGNEDNESS_OF_UID_T +1
  6008. | #define UIDT2NUM(v) UINT2NUM(v)
  6009. | #define NUM2UIDT(v) NUM2UINT(v)
  6010. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6011. | /* end confdefs.h. */
  6012. | #include <stdio.h>
  6013. | #ifdef HAVE_SYS_TYPES_H
  6014. | # include <sys/types.h>
  6015. | #endif
  6016. | #ifdef HAVE_SYS_STAT_H
  6017. | # include <sys/stat.h>
  6018. | #endif
  6019. | #ifdef STDC_HEADERS
  6020. | # include <stdlib.h>
  6021. | # include <stddef.h>
  6022. | #else
  6023. | # ifdef HAVE_STDLIB_H
  6024. | # include <stdlib.h>
  6025. | # endif
  6026. | #endif
  6027. | #ifdef HAVE_STRING_H
  6028. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6029. | # include <memory.h>
  6030. | # endif
  6031. | # include <string.h>
  6032. | #endif
  6033. | #ifdef HAVE_STRINGS_H
  6034. | # include <strings.h>
  6035. | #endif
  6036. | #ifdef HAVE_INTTYPES_H
  6037. | # include <inttypes.h>
  6038. | #endif
  6039. | #ifdef HAVE_STDINT_H
  6040. | # include <stdint.h>
  6041. | #endif
  6042. | #ifdef HAVE_UNISTD_H
  6043. | # include <unistd.h>
  6044. | #endif
  6045. | typedef gid_t rbcv_conftest_target_type;
  6046. | typedef unsigned long rbcv_conftest_replace_type;
  6047. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6048. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6049. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6050. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6051. |
  6052. | int
  6053. | main ()
  6054. | {
  6055. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6056. | test_array [0] = 0;
  6057. | return test_array [0];
  6058. |
  6059. | ;
  6060. | return 0;
  6061. | }
  6062. configure:13962: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6063. configure:13962: $? = 0
  6064. configure:13982: result: UINT
  6065. configure:14033: checking for time_t
  6066. configure:14033: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6067. configure:14033: $? = 0
  6068. configure:14033: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6069. conftest.c:98:21: error: expected expression
  6070. if (sizeof ((time_t)))
  6071. ^
  6072. 1 error generated.
  6073. configure:14033: $? = 1
  6074. configure: failed program was:
  6075. | /* confdefs.h */
  6076. | #define PACKAGE_NAME ""
  6077. | #define PACKAGE_TARNAME ""
  6078. | #define PACKAGE_VERSION ""
  6079. | #define PACKAGE_STRING ""
  6080. | #define PACKAGE_BUGREPORT ""
  6081. | #define PACKAGE_URL ""
  6082. | #define CANONICALIZATION_FOR_MATHN 1
  6083. | #define STDC_HEADERS 1
  6084. | #define HAVE_SYS_TYPES_H 1
  6085. | #define HAVE_SYS_STAT_H 1
  6086. | #define HAVE_STDLIB_H 1
  6087. | #define HAVE_STRING_H 1
  6088. | #define HAVE_MEMORY_H 1
  6089. | #define HAVE_STRINGS_H 1
  6090. | #define HAVE_INTTYPES_H 1
  6091. | #define HAVE_STDINT_H 1
  6092. | #define HAVE_UNISTD_H 1
  6093. | #define __EXTENSIONS__ 1
  6094. | #define _ALL_SOURCE 1
  6095. | #define _GNU_SOURCE 1
  6096. | #define _POSIX_PTHREAD_SEMANTICS 1
  6097. | #define _TANDEM_SOURCE 1
  6098. | #define HAVE_INFINITY 1
  6099. | #define HAVE_NAN 1
  6100. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6101. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6102. | #define BROKEN_CRYPT 1
  6103. | #define HAVE_CRT_EXTERNS_H 1
  6104. | #define HAVE_LIBDL 1
  6105. | #define HAVE_DIRENT_H 1
  6106. | #define HAVE__BOOL 1
  6107. | #define HAVE_STDBOOL_H 1
  6108. | #define HAVE_SYS_WAIT_H 1
  6109. | #define HAVE_GRP_H 1
  6110. | #define HAVE_FCNTL_H 1
  6111. | #define HAVE_FLOAT_H 1
  6112. | #define HAVE_LANGINFO_H 1
  6113. | #define HAVE_LIMITS_H 1
  6114. | #define HAVE_LOCALE_H 1
  6115. | #define HAVE_MALLOC_MALLOC_H 1
  6116. | #define HAVE_PWD_H 1
  6117. | #define HAVE_SYS_ATTR_H 1
  6118. | #define HAVE_SYS_FCNTL_H 1
  6119. | #define HAVE_SYS_FILE_H 1
  6120. | #define HAVE_SYS_IOCTL_H 1
  6121. | #define HAVE_SYS_PARAM_H 1
  6122. | #define HAVE_SYS_RESOURCE_H 1
  6123. | #define HAVE_SYS_SELECT_H 1
  6124. | #define HAVE_SYS_SOCKET_H 1
  6125. | #define HAVE_SYS_TIME_H 1
  6126. | #define HAVE_SYS_TIMES_H 1
  6127. | #define HAVE_SYS_UIO_H 1
  6128. | #define HAVE_TIME_H 1
  6129. | #define HAVE_UCONTEXT_H 1
  6130. | #define HAVE_UTIME_H 1
  6131. | #define HAVE_GMP_H 1
  6132. | #define HAVE_LIBGMP 1
  6133. | #define HAVE_TYPEOF 1
  6134. | #define HAVE_LONG_LONG 1
  6135. | #define HAVE_OFF_T 1
  6136. | #define SIZEOF_INT 4
  6137. | #define SIZEOF_SHORT 2
  6138. | #define SIZEOF_LONG 8
  6139. | #define SIZEOF_LONG_LONG 8
  6140. | #define SIZEOF___INT64 0
  6141. | #define SIZEOF___INT128 16
  6142. | #define SIZEOF_OFF_T 8
  6143. | #define SIZEOF_VOIDP 8
  6144. | #define SIZEOF_FLOAT 4
  6145. | #define SIZEOF_DOUBLE 8
  6146. | #define SIZEOF_TIME_T 8
  6147. | #define SIZEOF_CLOCK_T 8
  6148. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6149. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6150. | #define PRI_LL_PREFIX "ll"
  6151. | #define rb_pid_t pid_t
  6152. | #define SIGNEDNESS_OF_PID_T -1
  6153. | #define PIDT2NUM(v) INT2NUM(v)
  6154. | #define NUM2PIDT(v) NUM2INT(v)
  6155. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6156. | #define rb_uid_t uid_t
  6157. | #define SIGNEDNESS_OF_UID_T +1
  6158. | #define UIDT2NUM(v) UINT2NUM(v)
  6159. | #define NUM2UIDT(v) NUM2UINT(v)
  6160. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6161. | #define rb_gid_t gid_t
  6162. | #define SIGNEDNESS_OF_GID_T +1
  6163. | #define GIDT2NUM(v) UINT2NUM(v)
  6164. | #define NUM2GIDT(v) NUM2UINT(v)
  6165. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6166. | /* end confdefs.h. */
  6167. | #include <time.h>
  6168. |
  6169. | int
  6170. | main ()
  6171. | {
  6172. | if (sizeof ((time_t)))
  6173. | return 0;
  6174. | ;
  6175. | return 0;
  6176. | }
  6177. configure:14033: result: yes
  6178. configure:14041: checking for convertible type of time_t
  6179. configure:14070: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6180. conftest.c:98:24: error: 'test_array' declared as an array with a negative size
  6181. static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6182. ^~~~~~~~~~~~~~~~~~~~~~~~~
  6183. 1 error generated.
  6184. configure:14070: $? = 1
  6185. configure: failed program was:
  6186. | /* confdefs.h */
  6187. | #define PACKAGE_NAME ""
  6188. | #define PACKAGE_TARNAME ""
  6189. | #define PACKAGE_VERSION ""
  6190. | #define PACKAGE_STRING ""
  6191. | #define PACKAGE_BUGREPORT ""
  6192. | #define PACKAGE_URL ""
  6193. | #define CANONICALIZATION_FOR_MATHN 1
  6194. | #define STDC_HEADERS 1
  6195. | #define HAVE_SYS_TYPES_H 1
  6196. | #define HAVE_SYS_STAT_H 1
  6197. | #define HAVE_STDLIB_H 1
  6198. | #define HAVE_STRING_H 1
  6199. | #define HAVE_MEMORY_H 1
  6200. | #define HAVE_STRINGS_H 1
  6201. | #define HAVE_INTTYPES_H 1
  6202. | #define HAVE_STDINT_H 1
  6203. | #define HAVE_UNISTD_H 1
  6204. | #define __EXTENSIONS__ 1
  6205. | #define _ALL_SOURCE 1
  6206. | #define _GNU_SOURCE 1
  6207. | #define _POSIX_PTHREAD_SEMANTICS 1
  6208. | #define _TANDEM_SOURCE 1
  6209. | #define HAVE_INFINITY 1
  6210. | #define HAVE_NAN 1
  6211. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6212. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6213. | #define BROKEN_CRYPT 1
  6214. | #define HAVE_CRT_EXTERNS_H 1
  6215. | #define HAVE_LIBDL 1
  6216. | #define HAVE_DIRENT_H 1
  6217. | #define HAVE__BOOL 1
  6218. | #define HAVE_STDBOOL_H 1
  6219. | #define HAVE_SYS_WAIT_H 1
  6220. | #define HAVE_GRP_H 1
  6221. | #define HAVE_FCNTL_H 1
  6222. | #define HAVE_FLOAT_H 1
  6223. | #define HAVE_LANGINFO_H 1
  6224. | #define HAVE_LIMITS_H 1
  6225. | #define HAVE_LOCALE_H 1
  6226. | #define HAVE_MALLOC_MALLOC_H 1
  6227. | #define HAVE_PWD_H 1
  6228. | #define HAVE_SYS_ATTR_H 1
  6229. | #define HAVE_SYS_FCNTL_H 1
  6230. | #define HAVE_SYS_FILE_H 1
  6231. | #define HAVE_SYS_IOCTL_H 1
  6232. | #define HAVE_SYS_PARAM_H 1
  6233. | #define HAVE_SYS_RESOURCE_H 1
  6234. | #define HAVE_SYS_SELECT_H 1
  6235. | #define HAVE_SYS_SOCKET_H 1
  6236. | #define HAVE_SYS_TIME_H 1
  6237. | #define HAVE_SYS_TIMES_H 1
  6238. | #define HAVE_SYS_UIO_H 1
  6239. | #define HAVE_TIME_H 1
  6240. | #define HAVE_UCONTEXT_H 1
  6241. | #define HAVE_UTIME_H 1
  6242. | #define HAVE_GMP_H 1
  6243. | #define HAVE_LIBGMP 1
  6244. | #define HAVE_TYPEOF 1
  6245. | #define HAVE_LONG_LONG 1
  6246. | #define HAVE_OFF_T 1
  6247. | #define SIZEOF_INT 4
  6248. | #define SIZEOF_SHORT 2
  6249. | #define SIZEOF_LONG 8
  6250. | #define SIZEOF_LONG_LONG 8
  6251. | #define SIZEOF___INT64 0
  6252. | #define SIZEOF___INT128 16
  6253. | #define SIZEOF_OFF_T 8
  6254. | #define SIZEOF_VOIDP 8
  6255. | #define SIZEOF_FLOAT 4
  6256. | #define SIZEOF_DOUBLE 8
  6257. | #define SIZEOF_TIME_T 8
  6258. | #define SIZEOF_CLOCK_T 8
  6259. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6260. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6261. | #define PRI_LL_PREFIX "ll"
  6262. | #define rb_pid_t pid_t
  6263. | #define SIGNEDNESS_OF_PID_T -1
  6264. | #define PIDT2NUM(v) INT2NUM(v)
  6265. | #define NUM2PIDT(v) NUM2INT(v)
  6266. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6267. | #define rb_uid_t uid_t
  6268. | #define SIGNEDNESS_OF_UID_T +1
  6269. | #define UIDT2NUM(v) UINT2NUM(v)
  6270. | #define NUM2UIDT(v) NUM2UINT(v)
  6271. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6272. | #define rb_gid_t gid_t
  6273. | #define SIGNEDNESS_OF_GID_T +1
  6274. | #define GIDT2NUM(v) UINT2NUM(v)
  6275. | #define NUM2GIDT(v) NUM2UINT(v)
  6276. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6277. | /* end confdefs.h. */
  6278. | #include <time.h>
  6279. |
  6280. | int
  6281. | main ()
  6282. | {
  6283. | static int test_array [1 - 2 * !((time_t)-1 > 0)];
  6284. | test_array [0] = 0;
  6285. | return test_array [0];
  6286. |
  6287. | ;
  6288. | return 0;
  6289. | }
  6290. configure:14101: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6291. conftest.c:98: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')
  6292. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6293. ^
  6294. conftest.c:97:37: note: previous declaration is here
  6295. extern rbcv_conftest_target_type rbcv_conftest_var;
  6296. ^
  6297. conftest.c:100:38: error: conflicting types for 'rbcv_conftest_func'
  6298. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6299. ^
  6300. conftest.c:99:37: note: previous declaration is here
  6301. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6302. ^
  6303. 2 errors generated.
  6304. configure:14101: $? = 1
  6305. configure: failed program was:
  6306. | /* confdefs.h */
  6307. | #define PACKAGE_NAME ""
  6308. | #define PACKAGE_TARNAME ""
  6309. | #define PACKAGE_VERSION ""
  6310. | #define PACKAGE_STRING ""
  6311. | #define PACKAGE_BUGREPORT ""
  6312. | #define PACKAGE_URL ""
  6313. | #define CANONICALIZATION_FOR_MATHN 1
  6314. | #define STDC_HEADERS 1
  6315. | #define HAVE_SYS_TYPES_H 1
  6316. | #define HAVE_SYS_STAT_H 1
  6317. | #define HAVE_STDLIB_H 1
  6318. | #define HAVE_STRING_H 1
  6319. | #define HAVE_MEMORY_H 1
  6320. | #define HAVE_STRINGS_H 1
  6321. | #define HAVE_INTTYPES_H 1
  6322. | #define HAVE_STDINT_H 1
  6323. | #define HAVE_UNISTD_H 1
  6324. | #define __EXTENSIONS__ 1
  6325. | #define _ALL_SOURCE 1
  6326. | #define _GNU_SOURCE 1
  6327. | #define _POSIX_PTHREAD_SEMANTICS 1
  6328. | #define _TANDEM_SOURCE 1
  6329. | #define HAVE_INFINITY 1
  6330. | #define HAVE_NAN 1
  6331. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6332. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6333. | #define BROKEN_CRYPT 1
  6334. | #define HAVE_CRT_EXTERNS_H 1
  6335. | #define HAVE_LIBDL 1
  6336. | #define HAVE_DIRENT_H 1
  6337. | #define HAVE__BOOL 1
  6338. | #define HAVE_STDBOOL_H 1
  6339. | #define HAVE_SYS_WAIT_H 1
  6340. | #define HAVE_GRP_H 1
  6341. | #define HAVE_FCNTL_H 1
  6342. | #define HAVE_FLOAT_H 1
  6343. | #define HAVE_LANGINFO_H 1
  6344. | #define HAVE_LIMITS_H 1
  6345. | #define HAVE_LOCALE_H 1
  6346. | #define HAVE_MALLOC_MALLOC_H 1
  6347. | #define HAVE_PWD_H 1
  6348. | #define HAVE_SYS_ATTR_H 1
  6349. | #define HAVE_SYS_FCNTL_H 1
  6350. | #define HAVE_SYS_FILE_H 1
  6351. | #define HAVE_SYS_IOCTL_H 1
  6352. | #define HAVE_SYS_PARAM_H 1
  6353. | #define HAVE_SYS_RESOURCE_H 1
  6354. | #define HAVE_SYS_SELECT_H 1
  6355. | #define HAVE_SYS_SOCKET_H 1
  6356. | #define HAVE_SYS_TIME_H 1
  6357. | #define HAVE_SYS_TIMES_H 1
  6358. | #define HAVE_SYS_UIO_H 1
  6359. | #define HAVE_TIME_H 1
  6360. | #define HAVE_UCONTEXT_H 1
  6361. | #define HAVE_UTIME_H 1
  6362. | #define HAVE_GMP_H 1
  6363. | #define HAVE_LIBGMP 1
  6364. | #define HAVE_TYPEOF 1
  6365. | #define HAVE_LONG_LONG 1
  6366. | #define HAVE_OFF_T 1
  6367. | #define SIZEOF_INT 4
  6368. | #define SIZEOF_SHORT 2
  6369. | #define SIZEOF_LONG 8
  6370. | #define SIZEOF_LONG_LONG 8
  6371. | #define SIZEOF___INT64 0
  6372. | #define SIZEOF___INT128 16
  6373. | #define SIZEOF_OFF_T 8
  6374. | #define SIZEOF_VOIDP 8
  6375. | #define SIZEOF_FLOAT 4
  6376. | #define SIZEOF_DOUBLE 8
  6377. | #define SIZEOF_TIME_T 8
  6378. | #define SIZEOF_CLOCK_T 8
  6379. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6380. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6381. | #define PRI_LL_PREFIX "ll"
  6382. | #define rb_pid_t pid_t
  6383. | #define SIGNEDNESS_OF_PID_T -1
  6384. | #define PIDT2NUM(v) INT2NUM(v)
  6385. | #define NUM2PIDT(v) NUM2INT(v)
  6386. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6387. | #define rb_uid_t uid_t
  6388. | #define SIGNEDNESS_OF_UID_T +1
  6389. | #define UIDT2NUM(v) UINT2NUM(v)
  6390. | #define NUM2UIDT(v) NUM2UINT(v)
  6391. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6392. | #define rb_gid_t gid_t
  6393. | #define SIGNEDNESS_OF_GID_T +1
  6394. | #define GIDT2NUM(v) UINT2NUM(v)
  6395. | #define NUM2GIDT(v) NUM2UINT(v)
  6396. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6397. | /* end confdefs.h. */
  6398. | #include <time.h>
  6399. |
  6400. | typedef time_t rbcv_conftest_target_type;
  6401. | typedef long long rbcv_conftest_replace_type;
  6402. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6403. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6404. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6405. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6406. |
  6407. | int
  6408. | main ()
  6409. | {
  6410. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6411. | test_array [0] = 0;
  6412. | return test_array [0];
  6413. |
  6414. | ;
  6415. | return 0;
  6416. | }
  6417. configure:14101: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6418. configure:14101: $? = 0
  6419. configure:14121: result: LONG
  6420. configure:14172: checking for dev_t
  6421. configure:14172: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6422. configure:14172: $? = 0
  6423. configure:14172: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6424. conftest.c:134:20: error: expected expression
  6425. if (sizeof ((dev_t)))
  6426. ^
  6427. 1 error generated.
  6428. configure:14172: $? = 1
  6429. configure: failed program was:
  6430. | /* confdefs.h */
  6431. | #define PACKAGE_NAME ""
  6432. | #define PACKAGE_TARNAME ""
  6433. | #define PACKAGE_VERSION ""
  6434. | #define PACKAGE_STRING ""
  6435. | #define PACKAGE_BUGREPORT ""
  6436. | #define PACKAGE_URL ""
  6437. | #define CANONICALIZATION_FOR_MATHN 1
  6438. | #define STDC_HEADERS 1
  6439. | #define HAVE_SYS_TYPES_H 1
  6440. | #define HAVE_SYS_STAT_H 1
  6441. | #define HAVE_STDLIB_H 1
  6442. | #define HAVE_STRING_H 1
  6443. | #define HAVE_MEMORY_H 1
  6444. | #define HAVE_STRINGS_H 1
  6445. | #define HAVE_INTTYPES_H 1
  6446. | #define HAVE_STDINT_H 1
  6447. | #define HAVE_UNISTD_H 1
  6448. | #define __EXTENSIONS__ 1
  6449. | #define _ALL_SOURCE 1
  6450. | #define _GNU_SOURCE 1
  6451. | #define _POSIX_PTHREAD_SEMANTICS 1
  6452. | #define _TANDEM_SOURCE 1
  6453. | #define HAVE_INFINITY 1
  6454. | #define HAVE_NAN 1
  6455. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6456. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6457. | #define BROKEN_CRYPT 1
  6458. | #define HAVE_CRT_EXTERNS_H 1
  6459. | #define HAVE_LIBDL 1
  6460. | #define HAVE_DIRENT_H 1
  6461. | #define HAVE__BOOL 1
  6462. | #define HAVE_STDBOOL_H 1
  6463. | #define HAVE_SYS_WAIT_H 1
  6464. | #define HAVE_GRP_H 1
  6465. | #define HAVE_FCNTL_H 1
  6466. | #define HAVE_FLOAT_H 1
  6467. | #define HAVE_LANGINFO_H 1
  6468. | #define HAVE_LIMITS_H 1
  6469. | #define HAVE_LOCALE_H 1
  6470. | #define HAVE_MALLOC_MALLOC_H 1
  6471. | #define HAVE_PWD_H 1
  6472. | #define HAVE_SYS_ATTR_H 1
  6473. | #define HAVE_SYS_FCNTL_H 1
  6474. | #define HAVE_SYS_FILE_H 1
  6475. | #define HAVE_SYS_IOCTL_H 1
  6476. | #define HAVE_SYS_PARAM_H 1
  6477. | #define HAVE_SYS_RESOURCE_H 1
  6478. | #define HAVE_SYS_SELECT_H 1
  6479. | #define HAVE_SYS_SOCKET_H 1
  6480. | #define HAVE_SYS_TIME_H 1
  6481. | #define HAVE_SYS_TIMES_H 1
  6482. | #define HAVE_SYS_UIO_H 1
  6483. | #define HAVE_TIME_H 1
  6484. | #define HAVE_UCONTEXT_H 1
  6485. | #define HAVE_UTIME_H 1
  6486. | #define HAVE_GMP_H 1
  6487. | #define HAVE_LIBGMP 1
  6488. | #define HAVE_TYPEOF 1
  6489. | #define HAVE_LONG_LONG 1
  6490. | #define HAVE_OFF_T 1
  6491. | #define SIZEOF_INT 4
  6492. | #define SIZEOF_SHORT 2
  6493. | #define SIZEOF_LONG 8
  6494. | #define SIZEOF_LONG_LONG 8
  6495. | #define SIZEOF___INT64 0
  6496. | #define SIZEOF___INT128 16
  6497. | #define SIZEOF_OFF_T 8
  6498. | #define SIZEOF_VOIDP 8
  6499. | #define SIZEOF_FLOAT 4
  6500. | #define SIZEOF_DOUBLE 8
  6501. | #define SIZEOF_TIME_T 8
  6502. | #define SIZEOF_CLOCK_T 8
  6503. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6504. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6505. | #define PRI_LL_PREFIX "ll"
  6506. | #define rb_pid_t pid_t
  6507. | #define SIGNEDNESS_OF_PID_T -1
  6508. | #define PIDT2NUM(v) INT2NUM(v)
  6509. | #define NUM2PIDT(v) NUM2INT(v)
  6510. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6511. | #define rb_uid_t uid_t
  6512. | #define SIGNEDNESS_OF_UID_T +1
  6513. | #define UIDT2NUM(v) UINT2NUM(v)
  6514. | #define NUM2UIDT(v) NUM2UINT(v)
  6515. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6516. | #define rb_gid_t gid_t
  6517. | #define SIGNEDNESS_OF_GID_T +1
  6518. | #define GIDT2NUM(v) UINT2NUM(v)
  6519. | #define NUM2GIDT(v) NUM2UINT(v)
  6520. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6521. | #define rb_time_t time_t
  6522. | #define SIGNEDNESS_OF_TIME_T -1
  6523. | #define TIMET2NUM(v) LONG2NUM(v)
  6524. | #define NUM2TIMET(v) NUM2LONG(v)
  6525. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6526. | /* end confdefs.h. */
  6527. | #include <stdio.h>
  6528. | #ifdef HAVE_SYS_TYPES_H
  6529. | # include <sys/types.h>
  6530. | #endif
  6531. | #ifdef HAVE_SYS_STAT_H
  6532. | # include <sys/stat.h>
  6533. | #endif
  6534. | #ifdef STDC_HEADERS
  6535. | # include <stdlib.h>
  6536. | # include <stddef.h>
  6537. | #else
  6538. | # ifdef HAVE_STDLIB_H
  6539. | # include <stdlib.h>
  6540. | # endif
  6541. | #endif
  6542. | #ifdef HAVE_STRING_H
  6543. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6544. | # include <memory.h>
  6545. | # endif
  6546. | # include <string.h>
  6547. | #endif
  6548. | #ifdef HAVE_STRINGS_H
  6549. | # include <strings.h>
  6550. | #endif
  6551. | #ifdef HAVE_INTTYPES_H
  6552. | # include <inttypes.h>
  6553. | #endif
  6554. | #ifdef HAVE_STDINT_H
  6555. | # include <stdint.h>
  6556. | #endif
  6557. | #ifdef HAVE_UNISTD_H
  6558. | # include <unistd.h>
  6559. | #endif
  6560. | int
  6561. | main ()
  6562. | {
  6563. | if (sizeof ((dev_t)))
  6564. | return 0;
  6565. | ;
  6566. | return 0;
  6567. | }
  6568. configure:14172: result: yes
  6569. configure:14179: checking for convertible type of dev_t
  6570. configure:14207: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6571. conftest.c:134:24: error: 'test_array' declared as an array with a negative size
  6572. static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6573. ^~~~~~~~~~~~~~~~~~~~~~~~
  6574. 1 error generated.
  6575. configure:14207: $? = 1
  6576. configure: failed program was:
  6577. | /* confdefs.h */
  6578. | #define PACKAGE_NAME ""
  6579. | #define PACKAGE_TARNAME ""
  6580. | #define PACKAGE_VERSION ""
  6581. | #define PACKAGE_STRING ""
  6582. | #define PACKAGE_BUGREPORT ""
  6583. | #define PACKAGE_URL ""
  6584. | #define CANONICALIZATION_FOR_MATHN 1
  6585. | #define STDC_HEADERS 1
  6586. | #define HAVE_SYS_TYPES_H 1
  6587. | #define HAVE_SYS_STAT_H 1
  6588. | #define HAVE_STDLIB_H 1
  6589. | #define HAVE_STRING_H 1
  6590. | #define HAVE_MEMORY_H 1
  6591. | #define HAVE_STRINGS_H 1
  6592. | #define HAVE_INTTYPES_H 1
  6593. | #define HAVE_STDINT_H 1
  6594. | #define HAVE_UNISTD_H 1
  6595. | #define __EXTENSIONS__ 1
  6596. | #define _ALL_SOURCE 1
  6597. | #define _GNU_SOURCE 1
  6598. | #define _POSIX_PTHREAD_SEMANTICS 1
  6599. | #define _TANDEM_SOURCE 1
  6600. | #define HAVE_INFINITY 1
  6601. | #define HAVE_NAN 1
  6602. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6603. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6604. | #define BROKEN_CRYPT 1
  6605. | #define HAVE_CRT_EXTERNS_H 1
  6606. | #define HAVE_LIBDL 1
  6607. | #define HAVE_DIRENT_H 1
  6608. | #define HAVE__BOOL 1
  6609. | #define HAVE_STDBOOL_H 1
  6610. | #define HAVE_SYS_WAIT_H 1
  6611. | #define HAVE_GRP_H 1
  6612. | #define HAVE_FCNTL_H 1
  6613. | #define HAVE_FLOAT_H 1
  6614. | #define HAVE_LANGINFO_H 1
  6615. | #define HAVE_LIMITS_H 1
  6616. | #define HAVE_LOCALE_H 1
  6617. | #define HAVE_MALLOC_MALLOC_H 1
  6618. | #define HAVE_PWD_H 1
  6619. | #define HAVE_SYS_ATTR_H 1
  6620. | #define HAVE_SYS_FCNTL_H 1
  6621. | #define HAVE_SYS_FILE_H 1
  6622. | #define HAVE_SYS_IOCTL_H 1
  6623. | #define HAVE_SYS_PARAM_H 1
  6624. | #define HAVE_SYS_RESOURCE_H 1
  6625. | #define HAVE_SYS_SELECT_H 1
  6626. | #define HAVE_SYS_SOCKET_H 1
  6627. | #define HAVE_SYS_TIME_H 1
  6628. | #define HAVE_SYS_TIMES_H 1
  6629. | #define HAVE_SYS_UIO_H 1
  6630. | #define HAVE_TIME_H 1
  6631. | #define HAVE_UCONTEXT_H 1
  6632. | #define HAVE_UTIME_H 1
  6633. | #define HAVE_GMP_H 1
  6634. | #define HAVE_LIBGMP 1
  6635. | #define HAVE_TYPEOF 1
  6636. | #define HAVE_LONG_LONG 1
  6637. | #define HAVE_OFF_T 1
  6638. | #define SIZEOF_INT 4
  6639. | #define SIZEOF_SHORT 2
  6640. | #define SIZEOF_LONG 8
  6641. | #define SIZEOF_LONG_LONG 8
  6642. | #define SIZEOF___INT64 0
  6643. | #define SIZEOF___INT128 16
  6644. | #define SIZEOF_OFF_T 8
  6645. | #define SIZEOF_VOIDP 8
  6646. | #define SIZEOF_FLOAT 4
  6647. | #define SIZEOF_DOUBLE 8
  6648. | #define SIZEOF_TIME_T 8
  6649. | #define SIZEOF_CLOCK_T 8
  6650. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6651. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6652. | #define PRI_LL_PREFIX "ll"
  6653. | #define rb_pid_t pid_t
  6654. | #define SIGNEDNESS_OF_PID_T -1
  6655. | #define PIDT2NUM(v) INT2NUM(v)
  6656. | #define NUM2PIDT(v) NUM2INT(v)
  6657. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6658. | #define rb_uid_t uid_t
  6659. | #define SIGNEDNESS_OF_UID_T +1
  6660. | #define UIDT2NUM(v) UINT2NUM(v)
  6661. | #define NUM2UIDT(v) NUM2UINT(v)
  6662. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6663. | #define rb_gid_t gid_t
  6664. | #define SIGNEDNESS_OF_GID_T +1
  6665. | #define GIDT2NUM(v) UINT2NUM(v)
  6666. | #define NUM2GIDT(v) NUM2UINT(v)
  6667. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6668. | #define rb_time_t time_t
  6669. | #define SIGNEDNESS_OF_TIME_T -1
  6670. | #define TIMET2NUM(v) LONG2NUM(v)
  6671. | #define NUM2TIMET(v) NUM2LONG(v)
  6672. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6673. | /* end confdefs.h. */
  6674. | #include <stdio.h>
  6675. | #ifdef HAVE_SYS_TYPES_H
  6676. | # include <sys/types.h>
  6677. | #endif
  6678. | #ifdef HAVE_SYS_STAT_H
  6679. | # include <sys/stat.h>
  6680. | #endif
  6681. | #ifdef STDC_HEADERS
  6682. | # include <stdlib.h>
  6683. | # include <stddef.h>
  6684. | #else
  6685. | # ifdef HAVE_STDLIB_H
  6686. | # include <stdlib.h>
  6687. | # endif
  6688. | #endif
  6689. | #ifdef HAVE_STRING_H
  6690. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6691. | # include <memory.h>
  6692. | # endif
  6693. | # include <string.h>
  6694. | #endif
  6695. | #ifdef HAVE_STRINGS_H
  6696. | # include <strings.h>
  6697. | #endif
  6698. | #ifdef HAVE_INTTYPES_H
  6699. | # include <inttypes.h>
  6700. | #endif
  6701. | #ifdef HAVE_STDINT_H
  6702. | # include <stdint.h>
  6703. | #endif
  6704. | #ifdef HAVE_UNISTD_H
  6705. | # include <unistd.h>
  6706. | #endif
  6707. | int
  6708. | main ()
  6709. | {
  6710. | static int test_array [1 - 2 * !((dev_t)-1 > 0)];
  6711. | test_array [0] = 0;
  6712. | return test_array [0];
  6713. |
  6714. | ;
  6715. | return 0;
  6716. | }
  6717. configure:14237: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6718. conftest.c:134: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')
  6719. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6720. ^
  6721. conftest.c:133:37: note: previous declaration is here
  6722. extern rbcv_conftest_target_type rbcv_conftest_var;
  6723. ^
  6724. conftest.c:136:38: error: conflicting types for 'rbcv_conftest_func'
  6725. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6726. ^
  6727. conftest.c:135:37: note: previous declaration is here
  6728. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6729. ^
  6730. conftest.c:141:24: error: 'test_array' declared as an array with a negative size
  6731. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6732. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6733. 3 errors generated.
  6734. configure:14237: $? = 1
  6735. configure: failed program was:
  6736. | /* confdefs.h */
  6737. | #define PACKAGE_NAME ""
  6738. | #define PACKAGE_TARNAME ""
  6739. | #define PACKAGE_VERSION ""
  6740. | #define PACKAGE_STRING ""
  6741. | #define PACKAGE_BUGREPORT ""
  6742. | #define PACKAGE_URL ""
  6743. | #define CANONICALIZATION_FOR_MATHN 1
  6744. | #define STDC_HEADERS 1
  6745. | #define HAVE_SYS_TYPES_H 1
  6746. | #define HAVE_SYS_STAT_H 1
  6747. | #define HAVE_STDLIB_H 1
  6748. | #define HAVE_STRING_H 1
  6749. | #define HAVE_MEMORY_H 1
  6750. | #define HAVE_STRINGS_H 1
  6751. | #define HAVE_INTTYPES_H 1
  6752. | #define HAVE_STDINT_H 1
  6753. | #define HAVE_UNISTD_H 1
  6754. | #define __EXTENSIONS__ 1
  6755. | #define _ALL_SOURCE 1
  6756. | #define _GNU_SOURCE 1
  6757. | #define _POSIX_PTHREAD_SEMANTICS 1
  6758. | #define _TANDEM_SOURCE 1
  6759. | #define HAVE_INFINITY 1
  6760. | #define HAVE_NAN 1
  6761. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6762. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6763. | #define BROKEN_CRYPT 1
  6764. | #define HAVE_CRT_EXTERNS_H 1
  6765. | #define HAVE_LIBDL 1
  6766. | #define HAVE_DIRENT_H 1
  6767. | #define HAVE__BOOL 1
  6768. | #define HAVE_STDBOOL_H 1
  6769. | #define HAVE_SYS_WAIT_H 1
  6770. | #define HAVE_GRP_H 1
  6771. | #define HAVE_FCNTL_H 1
  6772. | #define HAVE_FLOAT_H 1
  6773. | #define HAVE_LANGINFO_H 1
  6774. | #define HAVE_LIMITS_H 1
  6775. | #define HAVE_LOCALE_H 1
  6776. | #define HAVE_MALLOC_MALLOC_H 1
  6777. | #define HAVE_PWD_H 1
  6778. | #define HAVE_SYS_ATTR_H 1
  6779. | #define HAVE_SYS_FCNTL_H 1
  6780. | #define HAVE_SYS_FILE_H 1
  6781. | #define HAVE_SYS_IOCTL_H 1
  6782. | #define HAVE_SYS_PARAM_H 1
  6783. | #define HAVE_SYS_RESOURCE_H 1
  6784. | #define HAVE_SYS_SELECT_H 1
  6785. | #define HAVE_SYS_SOCKET_H 1
  6786. | #define HAVE_SYS_TIME_H 1
  6787. | #define HAVE_SYS_TIMES_H 1
  6788. | #define HAVE_SYS_UIO_H 1
  6789. | #define HAVE_TIME_H 1
  6790. | #define HAVE_UCONTEXT_H 1
  6791. | #define HAVE_UTIME_H 1
  6792. | #define HAVE_GMP_H 1
  6793. | #define HAVE_LIBGMP 1
  6794. | #define HAVE_TYPEOF 1
  6795. | #define HAVE_LONG_LONG 1
  6796. | #define HAVE_OFF_T 1
  6797. | #define SIZEOF_INT 4
  6798. | #define SIZEOF_SHORT 2
  6799. | #define SIZEOF_LONG 8
  6800. | #define SIZEOF_LONG_LONG 8
  6801. | #define SIZEOF___INT64 0
  6802. | #define SIZEOF___INT128 16
  6803. | #define SIZEOF_OFF_T 8
  6804. | #define SIZEOF_VOIDP 8
  6805. | #define SIZEOF_FLOAT 4
  6806. | #define SIZEOF_DOUBLE 8
  6807. | #define SIZEOF_TIME_T 8
  6808. | #define SIZEOF_CLOCK_T 8
  6809. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6810. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6811. | #define PRI_LL_PREFIX "ll"
  6812. | #define rb_pid_t pid_t
  6813. | #define SIGNEDNESS_OF_PID_T -1
  6814. | #define PIDT2NUM(v) INT2NUM(v)
  6815. | #define NUM2PIDT(v) NUM2INT(v)
  6816. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6817. | #define rb_uid_t uid_t
  6818. | #define SIGNEDNESS_OF_UID_T +1
  6819. | #define UIDT2NUM(v) UINT2NUM(v)
  6820. | #define NUM2UIDT(v) NUM2UINT(v)
  6821. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6822. | #define rb_gid_t gid_t
  6823. | #define SIGNEDNESS_OF_GID_T +1
  6824. | #define GIDT2NUM(v) UINT2NUM(v)
  6825. | #define NUM2GIDT(v) NUM2UINT(v)
  6826. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6827. | #define rb_time_t time_t
  6828. | #define SIGNEDNESS_OF_TIME_T -1
  6829. | #define TIMET2NUM(v) LONG2NUM(v)
  6830. | #define NUM2TIMET(v) NUM2LONG(v)
  6831. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6832. | /* end confdefs.h. */
  6833. | #include <stdio.h>
  6834. | #ifdef HAVE_SYS_TYPES_H
  6835. | # include <sys/types.h>
  6836. | #endif
  6837. | #ifdef HAVE_SYS_STAT_H
  6838. | # include <sys/stat.h>
  6839. | #endif
  6840. | #ifdef STDC_HEADERS
  6841. | # include <stdlib.h>
  6842. | # include <stddef.h>
  6843. | #else
  6844. | # ifdef HAVE_STDLIB_H
  6845. | # include <stdlib.h>
  6846. | # endif
  6847. | #endif
  6848. | #ifdef HAVE_STRING_H
  6849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6850. | # include <memory.h>
  6851. | # endif
  6852. | # include <string.h>
  6853. | #endif
  6854. | #ifdef HAVE_STRINGS_H
  6855. | # include <strings.h>
  6856. | #endif
  6857. | #ifdef HAVE_INTTYPES_H
  6858. | # include <inttypes.h>
  6859. | #endif
  6860. | #ifdef HAVE_STDINT_H
  6861. | # include <stdint.h>
  6862. | #endif
  6863. | #ifdef HAVE_UNISTD_H
  6864. | # include <unistd.h>
  6865. | #endif
  6866. | typedef dev_t rbcv_conftest_target_type;
  6867. | typedef long long rbcv_conftest_replace_type;
  6868. | extern rbcv_conftest_target_type rbcv_conftest_var;
  6869. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  6870. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6871. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6872. |
  6873. | int
  6874. | main ()
  6875. | {
  6876. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6877. | test_array [0] = 0;
  6878. | return test_array [0];
  6879. |
  6880. | ;
  6881. | return 0;
  6882. | }
  6883. configure:14237: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  6884. conftest.c:134:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  6885. extern rbcv_conftest_replace_type rbcv_conftest_var;
  6886. ^
  6887. conftest.c:133:37: note: previous declaration is here
  6888. extern rbcv_conftest_target_type rbcv_conftest_var;
  6889. ^
  6890. conftest.c:136:38: error: conflicting types for 'rbcv_conftest_func'
  6891. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  6892. ^
  6893. conftest.c:135:37: note: previous declaration is here
  6894. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  6895. ^
  6896. conftest.c:141:24: error: 'test_array' declared as an array with a negative size
  6897. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  6898. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6899. 3 errors generated.
  6900. configure:14237: $? = 1
  6901. configure: failed program was:
  6902. | /* confdefs.h */
  6903. | #define PACKAGE_NAME ""
  6904. | #define PACKAGE_TARNAME ""
  6905. | #define PACKAGE_VERSION ""
  6906. | #define PACKAGE_STRING ""
  6907. | #define PACKAGE_BUGREPORT ""
  6908. | #define PACKAGE_URL ""
  6909. | #define CANONICALIZATION_FOR_MATHN 1
  6910. | #define STDC_HEADERS 1
  6911. | #define HAVE_SYS_TYPES_H 1
  6912. | #define HAVE_SYS_STAT_H 1
  6913. | #define HAVE_STDLIB_H 1
  6914. | #define HAVE_STRING_H 1
  6915. | #define HAVE_MEMORY_H 1
  6916. | #define HAVE_STRINGS_H 1
  6917. | #define HAVE_INTTYPES_H 1
  6918. | #define HAVE_STDINT_H 1
  6919. | #define HAVE_UNISTD_H 1
  6920. | #define __EXTENSIONS__ 1
  6921. | #define _ALL_SOURCE 1
  6922. | #define _GNU_SOURCE 1
  6923. | #define _POSIX_PTHREAD_SEMANTICS 1
  6924. | #define _TANDEM_SOURCE 1
  6925. | #define HAVE_INFINITY 1
  6926. | #define HAVE_NAN 1
  6927. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  6928. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  6929. | #define BROKEN_CRYPT 1
  6930. | #define HAVE_CRT_EXTERNS_H 1
  6931. | #define HAVE_LIBDL 1
  6932. | #define HAVE_DIRENT_H 1
  6933. | #define HAVE__BOOL 1
  6934. | #define HAVE_STDBOOL_H 1
  6935. | #define HAVE_SYS_WAIT_H 1
  6936. | #define HAVE_GRP_H 1
  6937. | #define HAVE_FCNTL_H 1
  6938. | #define HAVE_FLOAT_H 1
  6939. | #define HAVE_LANGINFO_H 1
  6940. | #define HAVE_LIMITS_H 1
  6941. | #define HAVE_LOCALE_H 1
  6942. | #define HAVE_MALLOC_MALLOC_H 1
  6943. | #define HAVE_PWD_H 1
  6944. | #define HAVE_SYS_ATTR_H 1
  6945. | #define HAVE_SYS_FCNTL_H 1
  6946. | #define HAVE_SYS_FILE_H 1
  6947. | #define HAVE_SYS_IOCTL_H 1
  6948. | #define HAVE_SYS_PARAM_H 1
  6949. | #define HAVE_SYS_RESOURCE_H 1
  6950. | #define HAVE_SYS_SELECT_H 1
  6951. | #define HAVE_SYS_SOCKET_H 1
  6952. | #define HAVE_SYS_TIME_H 1
  6953. | #define HAVE_SYS_TIMES_H 1
  6954. | #define HAVE_SYS_UIO_H 1
  6955. | #define HAVE_TIME_H 1
  6956. | #define HAVE_UCONTEXT_H 1
  6957. | #define HAVE_UTIME_H 1
  6958. | #define HAVE_GMP_H 1
  6959. | #define HAVE_LIBGMP 1
  6960. | #define HAVE_TYPEOF 1
  6961. | #define HAVE_LONG_LONG 1
  6962. | #define HAVE_OFF_T 1
  6963. | #define SIZEOF_INT 4
  6964. | #define SIZEOF_SHORT 2
  6965. | #define SIZEOF_LONG 8
  6966. | #define SIZEOF_LONG_LONG 8
  6967. | #define SIZEOF___INT64 0
  6968. | #define SIZEOF___INT128 16
  6969. | #define SIZEOF_OFF_T 8
  6970. | #define SIZEOF_VOIDP 8
  6971. | #define SIZEOF_FLOAT 4
  6972. | #define SIZEOF_DOUBLE 8
  6973. | #define SIZEOF_TIME_T 8
  6974. | #define SIZEOF_CLOCK_T 8
  6975. | #define PACKED_STRUCT(x) x __attribute__((packed))
  6976. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  6977. | #define PRI_LL_PREFIX "ll"
  6978. | #define rb_pid_t pid_t
  6979. | #define SIGNEDNESS_OF_PID_T -1
  6980. | #define PIDT2NUM(v) INT2NUM(v)
  6981. | #define NUM2PIDT(v) NUM2INT(v)
  6982. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  6983. | #define rb_uid_t uid_t
  6984. | #define SIGNEDNESS_OF_UID_T +1
  6985. | #define UIDT2NUM(v) UINT2NUM(v)
  6986. | #define NUM2UIDT(v) NUM2UINT(v)
  6987. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  6988. | #define rb_gid_t gid_t
  6989. | #define SIGNEDNESS_OF_GID_T +1
  6990. | #define GIDT2NUM(v) UINT2NUM(v)
  6991. | #define NUM2GIDT(v) NUM2UINT(v)
  6992. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  6993. | #define rb_time_t time_t
  6994. | #define SIGNEDNESS_OF_TIME_T -1
  6995. | #define TIMET2NUM(v) LONG2NUM(v)
  6996. | #define NUM2TIMET(v) NUM2LONG(v)
  6997. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  6998. | /* end confdefs.h. */
  6999. | #include <stdio.h>
  7000. | #ifdef HAVE_SYS_TYPES_H
  7001. | # include <sys/types.h>
  7002. | #endif
  7003. | #ifdef HAVE_SYS_STAT_H
  7004. | # include <sys/stat.h>
  7005. | #endif
  7006. | #ifdef STDC_HEADERS
  7007. | # include <stdlib.h>
  7008. | # include <stddef.h>
  7009. | #else
  7010. | # ifdef HAVE_STDLIB_H
  7011. | # include <stdlib.h>
  7012. | # endif
  7013. | #endif
  7014. | #ifdef HAVE_STRING_H
  7015. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7016. | # include <memory.h>
  7017. | # endif
  7018. | # include <string.h>
  7019. | #endif
  7020. | #ifdef HAVE_STRINGS_H
  7021. | # include <strings.h>
  7022. | #endif
  7023. | #ifdef HAVE_INTTYPES_H
  7024. | # include <inttypes.h>
  7025. | #endif
  7026. | #ifdef HAVE_STDINT_H
  7027. | # include <stdint.h>
  7028. | #endif
  7029. | #ifdef HAVE_UNISTD_H
  7030. | # include <unistd.h>
  7031. | #endif
  7032. | typedef dev_t rbcv_conftest_target_type;
  7033. | typedef long rbcv_conftest_replace_type;
  7034. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7035. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7036. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7037. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7038. |
  7039. | int
  7040. | main ()
  7041. | {
  7042. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7043. | test_array [0] = 0;
  7044. | return test_array [0];
  7045. |
  7046. | ;
  7047. | return 0;
  7048. | }
  7049. configure:14237: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7050. configure:14237: $? = 0
  7051. configure:14257: result: INT
  7052. configure:14308: checking for mode_t
  7053. configure:14308: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7054. configure:14308: $? = 0
  7055. configure:14308: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7056. conftest.c:108:21: error: expected expression
  7057. if (sizeof ((mode_t)))
  7058. ^
  7059. 1 error generated.
  7060. configure:14308: $? = 1
  7061. configure: failed program was:
  7062. | /* confdefs.h */
  7063. | #define PACKAGE_NAME ""
  7064. | #define PACKAGE_TARNAME ""
  7065. | #define PACKAGE_VERSION ""
  7066. | #define PACKAGE_STRING ""
  7067. | #define PACKAGE_BUGREPORT ""
  7068. | #define PACKAGE_URL ""
  7069. | #define CANONICALIZATION_FOR_MATHN 1
  7070. | #define STDC_HEADERS 1
  7071. | #define HAVE_SYS_TYPES_H 1
  7072. | #define HAVE_SYS_STAT_H 1
  7073. | #define HAVE_STDLIB_H 1
  7074. | #define HAVE_STRING_H 1
  7075. | #define HAVE_MEMORY_H 1
  7076. | #define HAVE_STRINGS_H 1
  7077. | #define HAVE_INTTYPES_H 1
  7078. | #define HAVE_STDINT_H 1
  7079. | #define HAVE_UNISTD_H 1
  7080. | #define __EXTENSIONS__ 1
  7081. | #define _ALL_SOURCE 1
  7082. | #define _GNU_SOURCE 1
  7083. | #define _POSIX_PTHREAD_SEMANTICS 1
  7084. | #define _TANDEM_SOURCE 1
  7085. | #define HAVE_INFINITY 1
  7086. | #define HAVE_NAN 1
  7087. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7088. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7089. | #define BROKEN_CRYPT 1
  7090. | #define HAVE_CRT_EXTERNS_H 1
  7091. | #define HAVE_LIBDL 1
  7092. | #define HAVE_DIRENT_H 1
  7093. | #define HAVE__BOOL 1
  7094. | #define HAVE_STDBOOL_H 1
  7095. | #define HAVE_SYS_WAIT_H 1
  7096. | #define HAVE_GRP_H 1
  7097. | #define HAVE_FCNTL_H 1
  7098. | #define HAVE_FLOAT_H 1
  7099. | #define HAVE_LANGINFO_H 1
  7100. | #define HAVE_LIMITS_H 1
  7101. | #define HAVE_LOCALE_H 1
  7102. | #define HAVE_MALLOC_MALLOC_H 1
  7103. | #define HAVE_PWD_H 1
  7104. | #define HAVE_SYS_ATTR_H 1
  7105. | #define HAVE_SYS_FCNTL_H 1
  7106. | #define HAVE_SYS_FILE_H 1
  7107. | #define HAVE_SYS_IOCTL_H 1
  7108. | #define HAVE_SYS_PARAM_H 1
  7109. | #define HAVE_SYS_RESOURCE_H 1
  7110. | #define HAVE_SYS_SELECT_H 1
  7111. | #define HAVE_SYS_SOCKET_H 1
  7112. | #define HAVE_SYS_TIME_H 1
  7113. | #define HAVE_SYS_TIMES_H 1
  7114. | #define HAVE_SYS_UIO_H 1
  7115. | #define HAVE_TIME_H 1
  7116. | #define HAVE_UCONTEXT_H 1
  7117. | #define HAVE_UTIME_H 1
  7118. | #define HAVE_GMP_H 1
  7119. | #define HAVE_LIBGMP 1
  7120. | #define HAVE_TYPEOF 1
  7121. | #define HAVE_LONG_LONG 1
  7122. | #define HAVE_OFF_T 1
  7123. | #define SIZEOF_INT 4
  7124. | #define SIZEOF_SHORT 2
  7125. | #define SIZEOF_LONG 8
  7126. | #define SIZEOF_LONG_LONG 8
  7127. | #define SIZEOF___INT64 0
  7128. | #define SIZEOF___INT128 16
  7129. | #define SIZEOF_OFF_T 8
  7130. | #define SIZEOF_VOIDP 8
  7131. | #define SIZEOF_FLOAT 4
  7132. | #define SIZEOF_DOUBLE 8
  7133. | #define SIZEOF_TIME_T 8
  7134. | #define SIZEOF_CLOCK_T 8
  7135. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7136. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7137. | #define PRI_LL_PREFIX "ll"
  7138. | #define rb_pid_t pid_t
  7139. | #define SIGNEDNESS_OF_PID_T -1
  7140. | #define PIDT2NUM(v) INT2NUM(v)
  7141. | #define NUM2PIDT(v) NUM2INT(v)
  7142. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7143. | #define rb_uid_t uid_t
  7144. | #define SIGNEDNESS_OF_UID_T +1
  7145. | #define UIDT2NUM(v) UINT2NUM(v)
  7146. | #define NUM2UIDT(v) NUM2UINT(v)
  7147. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7148. | #define rb_gid_t gid_t
  7149. | #define SIGNEDNESS_OF_GID_T +1
  7150. | #define GIDT2NUM(v) UINT2NUM(v)
  7151. | #define NUM2GIDT(v) NUM2UINT(v)
  7152. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7153. | #define rb_time_t time_t
  7154. | #define SIGNEDNESS_OF_TIME_T -1
  7155. | #define TIMET2NUM(v) LONG2NUM(v)
  7156. | #define NUM2TIMET(v) NUM2LONG(v)
  7157. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7158. | #define rb_dev_t dev_t
  7159. | #define SIGNEDNESS_OF_DEV_T -1
  7160. | #define DEVT2NUM(v) INT2NUM(v)
  7161. | #define NUM2DEVT(v) NUM2INT(v)
  7162. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7163. | /* end confdefs.h. */
  7164. | #include <sys/stat.h>
  7165. |
  7166. | int
  7167. | main ()
  7168. | {
  7169. | if (sizeof ((mode_t)))
  7170. | return 0;
  7171. | ;
  7172. | return 0;
  7173. | }
  7174. configure:14308: result: yes
  7175. configure:14316: checking for convertible type of mode_t
  7176. configure:14345: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7177. configure:14345: $? = 0
  7178. configure:14376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7179. conftest.c:108: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')
  7180. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7181. ^
  7182. conftest.c:107:37: note: previous declaration is here
  7183. extern rbcv_conftest_target_type rbcv_conftest_var;
  7184. ^
  7185. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7186. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7187. ^
  7188. conftest.c:109:37: note: previous declaration is here
  7189. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7190. ^
  7191. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7192. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7193. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7194. 3 errors generated.
  7195. configure:14376: $? = 1
  7196. configure: failed program was:
  7197. | /* confdefs.h */
  7198. | #define PACKAGE_NAME ""
  7199. | #define PACKAGE_TARNAME ""
  7200. | #define PACKAGE_VERSION ""
  7201. | #define PACKAGE_STRING ""
  7202. | #define PACKAGE_BUGREPORT ""
  7203. | #define PACKAGE_URL ""
  7204. | #define CANONICALIZATION_FOR_MATHN 1
  7205. | #define STDC_HEADERS 1
  7206. | #define HAVE_SYS_TYPES_H 1
  7207. | #define HAVE_SYS_STAT_H 1
  7208. | #define HAVE_STDLIB_H 1
  7209. | #define HAVE_STRING_H 1
  7210. | #define HAVE_MEMORY_H 1
  7211. | #define HAVE_STRINGS_H 1
  7212. | #define HAVE_INTTYPES_H 1
  7213. | #define HAVE_STDINT_H 1
  7214. | #define HAVE_UNISTD_H 1
  7215. | #define __EXTENSIONS__ 1
  7216. | #define _ALL_SOURCE 1
  7217. | #define _GNU_SOURCE 1
  7218. | #define _POSIX_PTHREAD_SEMANTICS 1
  7219. | #define _TANDEM_SOURCE 1
  7220. | #define HAVE_INFINITY 1
  7221. | #define HAVE_NAN 1
  7222. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7223. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7224. | #define BROKEN_CRYPT 1
  7225. | #define HAVE_CRT_EXTERNS_H 1
  7226. | #define HAVE_LIBDL 1
  7227. | #define HAVE_DIRENT_H 1
  7228. | #define HAVE__BOOL 1
  7229. | #define HAVE_STDBOOL_H 1
  7230. | #define HAVE_SYS_WAIT_H 1
  7231. | #define HAVE_GRP_H 1
  7232. | #define HAVE_FCNTL_H 1
  7233. | #define HAVE_FLOAT_H 1
  7234. | #define HAVE_LANGINFO_H 1
  7235. | #define HAVE_LIMITS_H 1
  7236. | #define HAVE_LOCALE_H 1
  7237. | #define HAVE_MALLOC_MALLOC_H 1
  7238. | #define HAVE_PWD_H 1
  7239. | #define HAVE_SYS_ATTR_H 1
  7240. | #define HAVE_SYS_FCNTL_H 1
  7241. | #define HAVE_SYS_FILE_H 1
  7242. | #define HAVE_SYS_IOCTL_H 1
  7243. | #define HAVE_SYS_PARAM_H 1
  7244. | #define HAVE_SYS_RESOURCE_H 1
  7245. | #define HAVE_SYS_SELECT_H 1
  7246. | #define HAVE_SYS_SOCKET_H 1
  7247. | #define HAVE_SYS_TIME_H 1
  7248. | #define HAVE_SYS_TIMES_H 1
  7249. | #define HAVE_SYS_UIO_H 1
  7250. | #define HAVE_TIME_H 1
  7251. | #define HAVE_UCONTEXT_H 1
  7252. | #define HAVE_UTIME_H 1
  7253. | #define HAVE_GMP_H 1
  7254. | #define HAVE_LIBGMP 1
  7255. | #define HAVE_TYPEOF 1
  7256. | #define HAVE_LONG_LONG 1
  7257. | #define HAVE_OFF_T 1
  7258. | #define SIZEOF_INT 4
  7259. | #define SIZEOF_SHORT 2
  7260. | #define SIZEOF_LONG 8
  7261. | #define SIZEOF_LONG_LONG 8
  7262. | #define SIZEOF___INT64 0
  7263. | #define SIZEOF___INT128 16
  7264. | #define SIZEOF_OFF_T 8
  7265. | #define SIZEOF_VOIDP 8
  7266. | #define SIZEOF_FLOAT 4
  7267. | #define SIZEOF_DOUBLE 8
  7268. | #define SIZEOF_TIME_T 8
  7269. | #define SIZEOF_CLOCK_T 8
  7270. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7271. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7272. | #define PRI_LL_PREFIX "ll"
  7273. | #define rb_pid_t pid_t
  7274. | #define SIGNEDNESS_OF_PID_T -1
  7275. | #define PIDT2NUM(v) INT2NUM(v)
  7276. | #define NUM2PIDT(v) NUM2INT(v)
  7277. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7278. | #define rb_uid_t uid_t
  7279. | #define SIGNEDNESS_OF_UID_T +1
  7280. | #define UIDT2NUM(v) UINT2NUM(v)
  7281. | #define NUM2UIDT(v) NUM2UINT(v)
  7282. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7283. | #define rb_gid_t gid_t
  7284. | #define SIGNEDNESS_OF_GID_T +1
  7285. | #define GIDT2NUM(v) UINT2NUM(v)
  7286. | #define NUM2GIDT(v) NUM2UINT(v)
  7287. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7288. | #define rb_time_t time_t
  7289. | #define SIGNEDNESS_OF_TIME_T -1
  7290. | #define TIMET2NUM(v) LONG2NUM(v)
  7291. | #define NUM2TIMET(v) NUM2LONG(v)
  7292. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7293. | #define rb_dev_t dev_t
  7294. | #define SIGNEDNESS_OF_DEV_T -1
  7295. | #define DEVT2NUM(v) INT2NUM(v)
  7296. | #define NUM2DEVT(v) NUM2INT(v)
  7297. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7298. | /* end confdefs.h. */
  7299. | #include <sys/stat.h>
  7300. |
  7301. | typedef mode_t rbcv_conftest_target_type;
  7302. | typedef unsigned long long rbcv_conftest_replace_type;
  7303. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7304. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7305. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7306. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7307. |
  7308. | int
  7309. | main ()
  7310. | {
  7311. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7312. | test_array [0] = 0;
  7313. | return test_array [0];
  7314. |
  7315. | ;
  7316. | return 0;
  7317. | }
  7318. configure:14376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7319. conftest.c:108: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')
  7320. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7321. ^
  7322. conftest.c:107:37: note: previous declaration is here
  7323. extern rbcv_conftest_target_type rbcv_conftest_var;
  7324. ^
  7325. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7326. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7327. ^
  7328. conftest.c:109:37: note: previous declaration is here
  7329. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7330. ^
  7331. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7332. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7333. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7334. 3 errors generated.
  7335. configure:14376: $? = 1
  7336. configure: failed program was:
  7337. | /* confdefs.h */
  7338. | #define PACKAGE_NAME ""
  7339. | #define PACKAGE_TARNAME ""
  7340. | #define PACKAGE_VERSION ""
  7341. | #define PACKAGE_STRING ""
  7342. | #define PACKAGE_BUGREPORT ""
  7343. | #define PACKAGE_URL ""
  7344. | #define CANONICALIZATION_FOR_MATHN 1
  7345. | #define STDC_HEADERS 1
  7346. | #define HAVE_SYS_TYPES_H 1
  7347. | #define HAVE_SYS_STAT_H 1
  7348. | #define HAVE_STDLIB_H 1
  7349. | #define HAVE_STRING_H 1
  7350. | #define HAVE_MEMORY_H 1
  7351. | #define HAVE_STRINGS_H 1
  7352. | #define HAVE_INTTYPES_H 1
  7353. | #define HAVE_STDINT_H 1
  7354. | #define HAVE_UNISTD_H 1
  7355. | #define __EXTENSIONS__ 1
  7356. | #define _ALL_SOURCE 1
  7357. | #define _GNU_SOURCE 1
  7358. | #define _POSIX_PTHREAD_SEMANTICS 1
  7359. | #define _TANDEM_SOURCE 1
  7360. | #define HAVE_INFINITY 1
  7361. | #define HAVE_NAN 1
  7362. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7363. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7364. | #define BROKEN_CRYPT 1
  7365. | #define HAVE_CRT_EXTERNS_H 1
  7366. | #define HAVE_LIBDL 1
  7367. | #define HAVE_DIRENT_H 1
  7368. | #define HAVE__BOOL 1
  7369. | #define HAVE_STDBOOL_H 1
  7370. | #define HAVE_SYS_WAIT_H 1
  7371. | #define HAVE_GRP_H 1
  7372. | #define HAVE_FCNTL_H 1
  7373. | #define HAVE_FLOAT_H 1
  7374. | #define HAVE_LANGINFO_H 1
  7375. | #define HAVE_LIMITS_H 1
  7376. | #define HAVE_LOCALE_H 1
  7377. | #define HAVE_MALLOC_MALLOC_H 1
  7378. | #define HAVE_PWD_H 1
  7379. | #define HAVE_SYS_ATTR_H 1
  7380. | #define HAVE_SYS_FCNTL_H 1
  7381. | #define HAVE_SYS_FILE_H 1
  7382. | #define HAVE_SYS_IOCTL_H 1
  7383. | #define HAVE_SYS_PARAM_H 1
  7384. | #define HAVE_SYS_RESOURCE_H 1
  7385. | #define HAVE_SYS_SELECT_H 1
  7386. | #define HAVE_SYS_SOCKET_H 1
  7387. | #define HAVE_SYS_TIME_H 1
  7388. | #define HAVE_SYS_TIMES_H 1
  7389. | #define HAVE_SYS_UIO_H 1
  7390. | #define HAVE_TIME_H 1
  7391. | #define HAVE_UCONTEXT_H 1
  7392. | #define HAVE_UTIME_H 1
  7393. | #define HAVE_GMP_H 1
  7394. | #define HAVE_LIBGMP 1
  7395. | #define HAVE_TYPEOF 1
  7396. | #define HAVE_LONG_LONG 1
  7397. | #define HAVE_OFF_T 1
  7398. | #define SIZEOF_INT 4
  7399. | #define SIZEOF_SHORT 2
  7400. | #define SIZEOF_LONG 8
  7401. | #define SIZEOF_LONG_LONG 8
  7402. | #define SIZEOF___INT64 0
  7403. | #define SIZEOF___INT128 16
  7404. | #define SIZEOF_OFF_T 8
  7405. | #define SIZEOF_VOIDP 8
  7406. | #define SIZEOF_FLOAT 4
  7407. | #define SIZEOF_DOUBLE 8
  7408. | #define SIZEOF_TIME_T 8
  7409. | #define SIZEOF_CLOCK_T 8
  7410. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7411. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7412. | #define PRI_LL_PREFIX "ll"
  7413. | #define rb_pid_t pid_t
  7414. | #define SIGNEDNESS_OF_PID_T -1
  7415. | #define PIDT2NUM(v) INT2NUM(v)
  7416. | #define NUM2PIDT(v) NUM2INT(v)
  7417. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7418. | #define rb_uid_t uid_t
  7419. | #define SIGNEDNESS_OF_UID_T +1
  7420. | #define UIDT2NUM(v) UINT2NUM(v)
  7421. | #define NUM2UIDT(v) NUM2UINT(v)
  7422. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7423. | #define rb_gid_t gid_t
  7424. | #define SIGNEDNESS_OF_GID_T +1
  7425. | #define GIDT2NUM(v) UINT2NUM(v)
  7426. | #define NUM2GIDT(v) NUM2UINT(v)
  7427. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7428. | #define rb_time_t time_t
  7429. | #define SIGNEDNESS_OF_TIME_T -1
  7430. | #define TIMET2NUM(v) LONG2NUM(v)
  7431. | #define NUM2TIMET(v) NUM2LONG(v)
  7432. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7433. | #define rb_dev_t dev_t
  7434. | #define SIGNEDNESS_OF_DEV_T -1
  7435. | #define DEVT2NUM(v) INT2NUM(v)
  7436. | #define NUM2DEVT(v) NUM2INT(v)
  7437. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7438. | /* end confdefs.h. */
  7439. | #include <sys/stat.h>
  7440. |
  7441. | typedef mode_t rbcv_conftest_target_type;
  7442. | typedef unsigned long rbcv_conftest_replace_type;
  7443. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7444. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7445. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7446. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7447. |
  7448. | int
  7449. | main ()
  7450. | {
  7451. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7452. | test_array [0] = 0;
  7453. | return test_array [0];
  7454. |
  7455. | ;
  7456. | return 0;
  7457. | }
  7458. configure:14376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7459. conftest.c:108: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')
  7460. extern rbcv_conftest_replace_type rbcv_conftest_var;
  7461. ^
  7462. conftest.c:107:37: note: previous declaration is here
  7463. extern rbcv_conftest_target_type rbcv_conftest_var;
  7464. ^
  7465. conftest.c:110:38: error: conflicting types for 'rbcv_conftest_func'
  7466. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7467. ^
  7468. conftest.c:109:37: note: previous declaration is here
  7469. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7470. ^
  7471. conftest.c:115:24: error: 'test_array' declared as an array with a negative size
  7472. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7473. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7474. 3 errors generated.
  7475. configure:14376: $? = 1
  7476. configure: failed program was:
  7477. | /* confdefs.h */
  7478. | #define PACKAGE_NAME ""
  7479. | #define PACKAGE_TARNAME ""
  7480. | #define PACKAGE_VERSION ""
  7481. | #define PACKAGE_STRING ""
  7482. | #define PACKAGE_BUGREPORT ""
  7483. | #define PACKAGE_URL ""
  7484. | #define CANONICALIZATION_FOR_MATHN 1
  7485. | #define STDC_HEADERS 1
  7486. | #define HAVE_SYS_TYPES_H 1
  7487. | #define HAVE_SYS_STAT_H 1
  7488. | #define HAVE_STDLIB_H 1
  7489. | #define HAVE_STRING_H 1
  7490. | #define HAVE_MEMORY_H 1
  7491. | #define HAVE_STRINGS_H 1
  7492. | #define HAVE_INTTYPES_H 1
  7493. | #define HAVE_STDINT_H 1
  7494. | #define HAVE_UNISTD_H 1
  7495. | #define __EXTENSIONS__ 1
  7496. | #define _ALL_SOURCE 1
  7497. | #define _GNU_SOURCE 1
  7498. | #define _POSIX_PTHREAD_SEMANTICS 1
  7499. | #define _TANDEM_SOURCE 1
  7500. | #define HAVE_INFINITY 1
  7501. | #define HAVE_NAN 1
  7502. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7503. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7504. | #define BROKEN_CRYPT 1
  7505. | #define HAVE_CRT_EXTERNS_H 1
  7506. | #define HAVE_LIBDL 1
  7507. | #define HAVE_DIRENT_H 1
  7508. | #define HAVE__BOOL 1
  7509. | #define HAVE_STDBOOL_H 1
  7510. | #define HAVE_SYS_WAIT_H 1
  7511. | #define HAVE_GRP_H 1
  7512. | #define HAVE_FCNTL_H 1
  7513. | #define HAVE_FLOAT_H 1
  7514. | #define HAVE_LANGINFO_H 1
  7515. | #define HAVE_LIMITS_H 1
  7516. | #define HAVE_LOCALE_H 1
  7517. | #define HAVE_MALLOC_MALLOC_H 1
  7518. | #define HAVE_PWD_H 1
  7519. | #define HAVE_SYS_ATTR_H 1
  7520. | #define HAVE_SYS_FCNTL_H 1
  7521. | #define HAVE_SYS_FILE_H 1
  7522. | #define HAVE_SYS_IOCTL_H 1
  7523. | #define HAVE_SYS_PARAM_H 1
  7524. | #define HAVE_SYS_RESOURCE_H 1
  7525. | #define HAVE_SYS_SELECT_H 1
  7526. | #define HAVE_SYS_SOCKET_H 1
  7527. | #define HAVE_SYS_TIME_H 1
  7528. | #define HAVE_SYS_TIMES_H 1
  7529. | #define HAVE_SYS_UIO_H 1
  7530. | #define HAVE_TIME_H 1
  7531. | #define HAVE_UCONTEXT_H 1
  7532. | #define HAVE_UTIME_H 1
  7533. | #define HAVE_GMP_H 1
  7534. | #define HAVE_LIBGMP 1
  7535. | #define HAVE_TYPEOF 1
  7536. | #define HAVE_LONG_LONG 1
  7537. | #define HAVE_OFF_T 1
  7538. | #define SIZEOF_INT 4
  7539. | #define SIZEOF_SHORT 2
  7540. | #define SIZEOF_LONG 8
  7541. | #define SIZEOF_LONG_LONG 8
  7542. | #define SIZEOF___INT64 0
  7543. | #define SIZEOF___INT128 16
  7544. | #define SIZEOF_OFF_T 8
  7545. | #define SIZEOF_VOIDP 8
  7546. | #define SIZEOF_FLOAT 4
  7547. | #define SIZEOF_DOUBLE 8
  7548. | #define SIZEOF_TIME_T 8
  7549. | #define SIZEOF_CLOCK_T 8
  7550. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7551. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7552. | #define PRI_LL_PREFIX "ll"
  7553. | #define rb_pid_t pid_t
  7554. | #define SIGNEDNESS_OF_PID_T -1
  7555. | #define PIDT2NUM(v) INT2NUM(v)
  7556. | #define NUM2PIDT(v) NUM2INT(v)
  7557. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7558. | #define rb_uid_t uid_t
  7559. | #define SIGNEDNESS_OF_UID_T +1
  7560. | #define UIDT2NUM(v) UINT2NUM(v)
  7561. | #define NUM2UIDT(v) NUM2UINT(v)
  7562. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7563. | #define rb_gid_t gid_t
  7564. | #define SIGNEDNESS_OF_GID_T +1
  7565. | #define GIDT2NUM(v) UINT2NUM(v)
  7566. | #define NUM2GIDT(v) NUM2UINT(v)
  7567. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7568. | #define rb_time_t time_t
  7569. | #define SIGNEDNESS_OF_TIME_T -1
  7570. | #define TIMET2NUM(v) LONG2NUM(v)
  7571. | #define NUM2TIMET(v) NUM2LONG(v)
  7572. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7573. | #define rb_dev_t dev_t
  7574. | #define SIGNEDNESS_OF_DEV_T -1
  7575. | #define DEVT2NUM(v) INT2NUM(v)
  7576. | #define NUM2DEVT(v) NUM2INT(v)
  7577. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7578. | /* end confdefs.h. */
  7579. | #include <sys/stat.h>
  7580. |
  7581. | typedef mode_t rbcv_conftest_target_type;
  7582. | typedef unsigned int rbcv_conftest_replace_type;
  7583. | extern rbcv_conftest_target_type rbcv_conftest_var;
  7584. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  7585. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  7586. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  7587. |
  7588. | int
  7589. | main ()
  7590. | {
  7591. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  7592. | test_array [0] = 0;
  7593. | return test_array [0];
  7594. |
  7595. | ;
  7596. | return 0;
  7597. | }
  7598. configure:14376: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7599. configure:14376: $? = 0
  7600. configure:14396: result: UINT
  7601. configure:14447: checking for rlim_t
  7602. configure:14447: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7603. configure:14447: $? = 0
  7604. configure:14447: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7605. conftest.c:121:21: error: expected expression
  7606. if (sizeof ((rlim_t)))
  7607. ^
  7608. 1 error generated.
  7609. configure:14447: $? = 1
  7610. configure: failed program was:
  7611. | /* confdefs.h */
  7612. | #define PACKAGE_NAME ""
  7613. | #define PACKAGE_TARNAME ""
  7614. | #define PACKAGE_VERSION ""
  7615. | #define PACKAGE_STRING ""
  7616. | #define PACKAGE_BUGREPORT ""
  7617. | #define PACKAGE_URL ""
  7618. | #define CANONICALIZATION_FOR_MATHN 1
  7619. | #define STDC_HEADERS 1
  7620. | #define HAVE_SYS_TYPES_H 1
  7621. | #define HAVE_SYS_STAT_H 1
  7622. | #define HAVE_STDLIB_H 1
  7623. | #define HAVE_STRING_H 1
  7624. | #define HAVE_MEMORY_H 1
  7625. | #define HAVE_STRINGS_H 1
  7626. | #define HAVE_INTTYPES_H 1
  7627. | #define HAVE_STDINT_H 1
  7628. | #define HAVE_UNISTD_H 1
  7629. | #define __EXTENSIONS__ 1
  7630. | #define _ALL_SOURCE 1
  7631. | #define _GNU_SOURCE 1
  7632. | #define _POSIX_PTHREAD_SEMANTICS 1
  7633. | #define _TANDEM_SOURCE 1
  7634. | #define HAVE_INFINITY 1
  7635. | #define HAVE_NAN 1
  7636. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7637. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7638. | #define BROKEN_CRYPT 1
  7639. | #define HAVE_CRT_EXTERNS_H 1
  7640. | #define HAVE_LIBDL 1
  7641. | #define HAVE_DIRENT_H 1
  7642. | #define HAVE__BOOL 1
  7643. | #define HAVE_STDBOOL_H 1
  7644. | #define HAVE_SYS_WAIT_H 1
  7645. | #define HAVE_GRP_H 1
  7646. | #define HAVE_FCNTL_H 1
  7647. | #define HAVE_FLOAT_H 1
  7648. | #define HAVE_LANGINFO_H 1
  7649. | #define HAVE_LIMITS_H 1
  7650. | #define HAVE_LOCALE_H 1
  7651. | #define HAVE_MALLOC_MALLOC_H 1
  7652. | #define HAVE_PWD_H 1
  7653. | #define HAVE_SYS_ATTR_H 1
  7654. | #define HAVE_SYS_FCNTL_H 1
  7655. | #define HAVE_SYS_FILE_H 1
  7656. | #define HAVE_SYS_IOCTL_H 1
  7657. | #define HAVE_SYS_PARAM_H 1
  7658. | #define HAVE_SYS_RESOURCE_H 1
  7659. | #define HAVE_SYS_SELECT_H 1
  7660. | #define HAVE_SYS_SOCKET_H 1
  7661. | #define HAVE_SYS_TIME_H 1
  7662. | #define HAVE_SYS_TIMES_H 1
  7663. | #define HAVE_SYS_UIO_H 1
  7664. | #define HAVE_TIME_H 1
  7665. | #define HAVE_UCONTEXT_H 1
  7666. | #define HAVE_UTIME_H 1
  7667. | #define HAVE_GMP_H 1
  7668. | #define HAVE_LIBGMP 1
  7669. | #define HAVE_TYPEOF 1
  7670. | #define HAVE_LONG_LONG 1
  7671. | #define HAVE_OFF_T 1
  7672. | #define SIZEOF_INT 4
  7673. | #define SIZEOF_SHORT 2
  7674. | #define SIZEOF_LONG 8
  7675. | #define SIZEOF_LONG_LONG 8
  7676. | #define SIZEOF___INT64 0
  7677. | #define SIZEOF___INT128 16
  7678. | #define SIZEOF_OFF_T 8
  7679. | #define SIZEOF_VOIDP 8
  7680. | #define SIZEOF_FLOAT 4
  7681. | #define SIZEOF_DOUBLE 8
  7682. | #define SIZEOF_TIME_T 8
  7683. | #define SIZEOF_CLOCK_T 8
  7684. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7685. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7686. | #define PRI_LL_PREFIX "ll"
  7687. | #define rb_pid_t pid_t
  7688. | #define SIGNEDNESS_OF_PID_T -1
  7689. | #define PIDT2NUM(v) INT2NUM(v)
  7690. | #define NUM2PIDT(v) NUM2INT(v)
  7691. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7692. | #define rb_uid_t uid_t
  7693. | #define SIGNEDNESS_OF_UID_T +1
  7694. | #define UIDT2NUM(v) UINT2NUM(v)
  7695. | #define NUM2UIDT(v) NUM2UINT(v)
  7696. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7697. | #define rb_gid_t gid_t
  7698. | #define SIGNEDNESS_OF_GID_T +1
  7699. | #define GIDT2NUM(v) UINT2NUM(v)
  7700. | #define NUM2GIDT(v) NUM2UINT(v)
  7701. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7702. | #define rb_time_t time_t
  7703. | #define SIGNEDNESS_OF_TIME_T -1
  7704. | #define TIMET2NUM(v) LONG2NUM(v)
  7705. | #define NUM2TIMET(v) NUM2LONG(v)
  7706. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7707. | #define rb_dev_t dev_t
  7708. | #define SIGNEDNESS_OF_DEV_T -1
  7709. | #define DEVT2NUM(v) INT2NUM(v)
  7710. | #define NUM2DEVT(v) NUM2INT(v)
  7711. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7712. | #define rb_mode_t mode_t
  7713. | #define SIGNEDNESS_OF_MODE_T +1
  7714. | #define MODET2NUM(v) UINT2NUM(v)
  7715. | #define NUM2MODET(v) NUM2UINT(v)
  7716. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7717. | /* end confdefs.h. */
  7718. |
  7719. | #ifdef HAVE_SYS_TYPES_H
  7720. | #include <sys/types.h>
  7721. | #endif
  7722. | #ifdef HAVE_SYS_TYPES_H
  7723. | #include <sys/time.h>
  7724. | #endif
  7725. | #include <sys/resource.h>
  7726. |
  7727. |
  7728. | int
  7729. | main ()
  7730. | {
  7731. | if (sizeof ((rlim_t)))
  7732. | return 0;
  7733. | ;
  7734. | return 0;
  7735. | }
  7736. configure:14447: result: yes
  7737. configure:14463: checking for convertible type of rlim_t
  7738. configure:14500: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7739. configure:14500: $? = 0
  7740. configure:14539: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7741. configure:14539: $? = 0
  7742. configure:14559: result: ULL
  7743. configure:14610: checking for off_t
  7744. configure:14610: result: yes
  7745. configure:14617: checking for convertible type of off_t
  7746. configure:14645: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7747. conftest.c:149:24: error: 'test_array' declared as an array with a negative size
  7748. static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7749. ^~~~~~~~~~~~~~~~~~~~~~~~
  7750. 1 error generated.
  7751. configure:14645: $? = 1
  7752. configure: failed program was:
  7753. | /* confdefs.h */
  7754. | #define PACKAGE_NAME ""
  7755. | #define PACKAGE_TARNAME ""
  7756. | #define PACKAGE_VERSION ""
  7757. | #define PACKAGE_STRING ""
  7758. | #define PACKAGE_BUGREPORT ""
  7759. | #define PACKAGE_URL ""
  7760. | #define CANONICALIZATION_FOR_MATHN 1
  7761. | #define STDC_HEADERS 1
  7762. | #define HAVE_SYS_TYPES_H 1
  7763. | #define HAVE_SYS_STAT_H 1
  7764. | #define HAVE_STDLIB_H 1
  7765. | #define HAVE_STRING_H 1
  7766. | #define HAVE_MEMORY_H 1
  7767. | #define HAVE_STRINGS_H 1
  7768. | #define HAVE_INTTYPES_H 1
  7769. | #define HAVE_STDINT_H 1
  7770. | #define HAVE_UNISTD_H 1
  7771. | #define __EXTENSIONS__ 1
  7772. | #define _ALL_SOURCE 1
  7773. | #define _GNU_SOURCE 1
  7774. | #define _POSIX_PTHREAD_SEMANTICS 1
  7775. | #define _TANDEM_SOURCE 1
  7776. | #define HAVE_INFINITY 1
  7777. | #define HAVE_NAN 1
  7778. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7779. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7780. | #define BROKEN_CRYPT 1
  7781. | #define HAVE_CRT_EXTERNS_H 1
  7782. | #define HAVE_LIBDL 1
  7783. | #define HAVE_DIRENT_H 1
  7784. | #define HAVE__BOOL 1
  7785. | #define HAVE_STDBOOL_H 1
  7786. | #define HAVE_SYS_WAIT_H 1
  7787. | #define HAVE_GRP_H 1
  7788. | #define HAVE_FCNTL_H 1
  7789. | #define HAVE_FLOAT_H 1
  7790. | #define HAVE_LANGINFO_H 1
  7791. | #define HAVE_LIMITS_H 1
  7792. | #define HAVE_LOCALE_H 1
  7793. | #define HAVE_MALLOC_MALLOC_H 1
  7794. | #define HAVE_PWD_H 1
  7795. | #define HAVE_SYS_ATTR_H 1
  7796. | #define HAVE_SYS_FCNTL_H 1
  7797. | #define HAVE_SYS_FILE_H 1
  7798. | #define HAVE_SYS_IOCTL_H 1
  7799. | #define HAVE_SYS_PARAM_H 1
  7800. | #define HAVE_SYS_RESOURCE_H 1
  7801. | #define HAVE_SYS_SELECT_H 1
  7802. | #define HAVE_SYS_SOCKET_H 1
  7803. | #define HAVE_SYS_TIME_H 1
  7804. | #define HAVE_SYS_TIMES_H 1
  7805. | #define HAVE_SYS_UIO_H 1
  7806. | #define HAVE_TIME_H 1
  7807. | #define HAVE_UCONTEXT_H 1
  7808. | #define HAVE_UTIME_H 1
  7809. | #define HAVE_GMP_H 1
  7810. | #define HAVE_LIBGMP 1
  7811. | #define HAVE_TYPEOF 1
  7812. | #define HAVE_LONG_LONG 1
  7813. | #define HAVE_OFF_T 1
  7814. | #define SIZEOF_INT 4
  7815. | #define SIZEOF_SHORT 2
  7816. | #define SIZEOF_LONG 8
  7817. | #define SIZEOF_LONG_LONG 8
  7818. | #define SIZEOF___INT64 0
  7819. | #define SIZEOF___INT128 16
  7820. | #define SIZEOF_OFF_T 8
  7821. | #define SIZEOF_VOIDP 8
  7822. | #define SIZEOF_FLOAT 4
  7823. | #define SIZEOF_DOUBLE 8
  7824. | #define SIZEOF_TIME_T 8
  7825. | #define SIZEOF_CLOCK_T 8
  7826. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7827. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7828. | #define PRI_LL_PREFIX "ll"
  7829. | #define rb_pid_t pid_t
  7830. | #define SIGNEDNESS_OF_PID_T -1
  7831. | #define PIDT2NUM(v) INT2NUM(v)
  7832. | #define NUM2PIDT(v) NUM2INT(v)
  7833. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  7834. | #define rb_uid_t uid_t
  7835. | #define SIGNEDNESS_OF_UID_T +1
  7836. | #define UIDT2NUM(v) UINT2NUM(v)
  7837. | #define NUM2UIDT(v) NUM2UINT(v)
  7838. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  7839. | #define rb_gid_t gid_t
  7840. | #define SIGNEDNESS_OF_GID_T +1
  7841. | #define GIDT2NUM(v) UINT2NUM(v)
  7842. | #define NUM2GIDT(v) NUM2UINT(v)
  7843. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  7844. | #define rb_time_t time_t
  7845. | #define SIGNEDNESS_OF_TIME_T -1
  7846. | #define TIMET2NUM(v) LONG2NUM(v)
  7847. | #define NUM2TIMET(v) NUM2LONG(v)
  7848. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  7849. | #define rb_dev_t dev_t
  7850. | #define SIGNEDNESS_OF_DEV_T -1
  7851. | #define DEVT2NUM(v) INT2NUM(v)
  7852. | #define NUM2DEVT(v) NUM2INT(v)
  7853. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  7854. | #define rb_mode_t mode_t
  7855. | #define SIGNEDNESS_OF_MODE_T +1
  7856. | #define MODET2NUM(v) UINT2NUM(v)
  7857. | #define NUM2MODET(v) NUM2UINT(v)
  7858. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  7859. | #define rb_rlim_t rlim_t
  7860. | #define SIGNEDNESS_OF_RLIM_T +1
  7861. | #define RLIM2NUM(v) ULL2NUM(v)
  7862. | #define NUM2RLIM(v) NUM2ULL(v)
  7863. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  7864. | /* end confdefs.h. */
  7865. | #include <stdio.h>
  7866. | #ifdef HAVE_SYS_TYPES_H
  7867. | # include <sys/types.h>
  7868. | #endif
  7869. | #ifdef HAVE_SYS_STAT_H
  7870. | # include <sys/stat.h>
  7871. | #endif
  7872. | #ifdef STDC_HEADERS
  7873. | # include <stdlib.h>
  7874. | # include <stddef.h>
  7875. | #else
  7876. | # ifdef HAVE_STDLIB_H
  7877. | # include <stdlib.h>
  7878. | # endif
  7879. | #endif
  7880. | #ifdef HAVE_STRING_H
  7881. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7882. | # include <memory.h>
  7883. | # endif
  7884. | # include <string.h>
  7885. | #endif
  7886. | #ifdef HAVE_STRINGS_H
  7887. | # include <strings.h>
  7888. | #endif
  7889. | #ifdef HAVE_INTTYPES_H
  7890. | # include <inttypes.h>
  7891. | #endif
  7892. | #ifdef HAVE_STDINT_H
  7893. | # include <stdint.h>
  7894. | #endif
  7895. | #ifdef HAVE_UNISTD_H
  7896. | # include <unistd.h>
  7897. | #endif
  7898. | int
  7899. | main ()
  7900. | {
  7901. | static int test_array [1 - 2 * !((off_t)-1 > 0)];
  7902. | test_array [0] = 0;
  7903. | return test_array [0];
  7904. |
  7905. | ;
  7906. | return 0;
  7907. | }
  7908. configure:14675: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7909. configure:14675: $? = 0
  7910. configure:14695: result: LL
  7911. configure:14746: checking for clockid_t
  7912. configure:14746: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  7913. conftest.c:154:13: error: use of undeclared identifier 'clockid_t'
  7914. if (sizeof (clockid_t))
  7915. ^
  7916. 1 error generated.
  7917. configure:14746: $? = 1
  7918. configure: failed program was:
  7919. | /* confdefs.h */
  7920. | #define PACKAGE_NAME ""
  7921. | #define PACKAGE_TARNAME ""
  7922. | #define PACKAGE_VERSION ""
  7923. | #define PACKAGE_STRING ""
  7924. | #define PACKAGE_BUGREPORT ""
  7925. | #define PACKAGE_URL ""
  7926. | #define CANONICALIZATION_FOR_MATHN 1
  7927. | #define STDC_HEADERS 1
  7928. | #define HAVE_SYS_TYPES_H 1
  7929. | #define HAVE_SYS_STAT_H 1
  7930. | #define HAVE_STDLIB_H 1
  7931. | #define HAVE_STRING_H 1
  7932. | #define HAVE_MEMORY_H 1
  7933. | #define HAVE_STRINGS_H 1
  7934. | #define HAVE_INTTYPES_H 1
  7935. | #define HAVE_STDINT_H 1
  7936. | #define HAVE_UNISTD_H 1
  7937. | #define __EXTENSIONS__ 1
  7938. | #define _ALL_SOURCE 1
  7939. | #define _GNU_SOURCE 1
  7940. | #define _POSIX_PTHREAD_SEMANTICS 1
  7941. | #define _TANDEM_SOURCE 1
  7942. | #define HAVE_INFINITY 1
  7943. | #define HAVE_NAN 1
  7944. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  7945. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  7946. | #define BROKEN_CRYPT 1
  7947. | #define HAVE_CRT_EXTERNS_H 1
  7948. | #define HAVE_LIBDL 1
  7949. | #define HAVE_DIRENT_H 1
  7950. | #define HAVE__BOOL 1
  7951. | #define HAVE_STDBOOL_H 1
  7952. | #define HAVE_SYS_WAIT_H 1
  7953. | #define HAVE_GRP_H 1
  7954. | #define HAVE_FCNTL_H 1
  7955. | #define HAVE_FLOAT_H 1
  7956. | #define HAVE_LANGINFO_H 1
  7957. | #define HAVE_LIMITS_H 1
  7958. | #define HAVE_LOCALE_H 1
  7959. | #define HAVE_MALLOC_MALLOC_H 1
  7960. | #define HAVE_PWD_H 1
  7961. | #define HAVE_SYS_ATTR_H 1
  7962. | #define HAVE_SYS_FCNTL_H 1
  7963. | #define HAVE_SYS_FILE_H 1
  7964. | #define HAVE_SYS_IOCTL_H 1
  7965. | #define HAVE_SYS_PARAM_H 1
  7966. | #define HAVE_SYS_RESOURCE_H 1
  7967. | #define HAVE_SYS_SELECT_H 1
  7968. | #define HAVE_SYS_SOCKET_H 1
  7969. | #define HAVE_SYS_TIME_H 1
  7970. | #define HAVE_SYS_TIMES_H 1
  7971. | #define HAVE_SYS_UIO_H 1
  7972. | #define HAVE_TIME_H 1
  7973. | #define HAVE_UCONTEXT_H 1
  7974. | #define HAVE_UTIME_H 1
  7975. | #define HAVE_GMP_H 1
  7976. | #define HAVE_LIBGMP 1
  7977. | #define HAVE_TYPEOF 1
  7978. | #define HAVE_LONG_LONG 1
  7979. | #define HAVE_OFF_T 1
  7980. | #define SIZEOF_INT 4
  7981. | #define SIZEOF_SHORT 2
  7982. | #define SIZEOF_LONG 8
  7983. | #define SIZEOF_LONG_LONG 8
  7984. | #define SIZEOF___INT64 0
  7985. | #define SIZEOF___INT128 16
  7986. | #define SIZEOF_OFF_T 8
  7987. | #define SIZEOF_VOIDP 8
  7988. | #define SIZEOF_FLOAT 4
  7989. | #define SIZEOF_DOUBLE 8
  7990. | #define SIZEOF_TIME_T 8
  7991. | #define SIZEOF_CLOCK_T 8
  7992. | #define PACKED_STRUCT(x) x __attribute__((packed))
  7993. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  7994. | #define PRI_LL_PREFIX "ll"
  7995. | #define rb_pid_t pid_t
  7996. | #define SIGNEDNESS_OF_PID_T -1
  7997. | #define PIDT2NUM(v) INT2NUM(v)
  7998. | #define NUM2PIDT(v) NUM2INT(v)
  7999. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8000. | #define rb_uid_t uid_t
  8001. | #define SIGNEDNESS_OF_UID_T +1
  8002. | #define UIDT2NUM(v) UINT2NUM(v)
  8003. | #define NUM2UIDT(v) NUM2UINT(v)
  8004. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8005. | #define rb_gid_t gid_t
  8006. | #define SIGNEDNESS_OF_GID_T +1
  8007. | #define GIDT2NUM(v) UINT2NUM(v)
  8008. | #define NUM2GIDT(v) NUM2UINT(v)
  8009. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8010. | #define rb_time_t time_t
  8011. | #define SIGNEDNESS_OF_TIME_T -1
  8012. | #define TIMET2NUM(v) LONG2NUM(v)
  8013. | #define NUM2TIMET(v) NUM2LONG(v)
  8014. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8015. | #define rb_dev_t dev_t
  8016. | #define SIGNEDNESS_OF_DEV_T -1
  8017. | #define DEVT2NUM(v) INT2NUM(v)
  8018. | #define NUM2DEVT(v) NUM2INT(v)
  8019. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8020. | #define rb_mode_t mode_t
  8021. | #define SIGNEDNESS_OF_MODE_T +1
  8022. | #define MODET2NUM(v) UINT2NUM(v)
  8023. | #define NUM2MODET(v) NUM2UINT(v)
  8024. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8025. | #define rb_rlim_t rlim_t
  8026. | #define SIGNEDNESS_OF_RLIM_T +1
  8027. | #define RLIM2NUM(v) ULL2NUM(v)
  8028. | #define NUM2RLIM(v) NUM2ULL(v)
  8029. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8030. | #define rb_off_t off_t
  8031. | #define SIGNEDNESS_OF_OFF_T -1
  8032. | #define OFFT2NUM(v) LL2NUM(v)
  8033. | #define NUM2OFFT(v) NUM2LL(v)
  8034. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8035. | /* end confdefs.h. */
  8036. | #include <stdio.h>
  8037. | #ifdef HAVE_SYS_TYPES_H
  8038. | # include <sys/types.h>
  8039. | #endif
  8040. | #ifdef HAVE_SYS_STAT_H
  8041. | # include <sys/stat.h>
  8042. | #endif
  8043. | #ifdef STDC_HEADERS
  8044. | # include <stdlib.h>
  8045. | # include <stddef.h>
  8046. | #else
  8047. | # ifdef HAVE_STDLIB_H
  8048. | # include <stdlib.h>
  8049. | # endif
  8050. | #endif
  8051. | #ifdef HAVE_STRING_H
  8052. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8053. | # include <memory.h>
  8054. | # endif
  8055. | # include <string.h>
  8056. | #endif
  8057. | #ifdef HAVE_STRINGS_H
  8058. | # include <strings.h>
  8059. | #endif
  8060. | #ifdef HAVE_INTTYPES_H
  8061. | # include <inttypes.h>
  8062. | #endif
  8063. | #ifdef HAVE_STDINT_H
  8064. | # include <stdint.h>
  8065. | #endif
  8066. | #ifdef HAVE_UNISTD_H
  8067. | # include <unistd.h>
  8068. | #endif
  8069. | int
  8070. | main ()
  8071. | {
  8072. | if (sizeof (clockid_t))
  8073. | return 0;
  8074. | ;
  8075. | return 0;
  8076. | }
  8077. configure:14746: result: no
  8078. configure:14753: checking for convertible type of clockid_t
  8079. configure:14781: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8080. conftest.c:154:35: error: expected expression
  8081. static int test_array [1 - 2 * !(()-1 > 0)];
  8082. ^
  8083. 1 error generated.
  8084. configure:14781: $? = 1
  8085. configure: failed program was:
  8086. | /* confdefs.h */
  8087. | #define PACKAGE_NAME ""
  8088. | #define PACKAGE_TARNAME ""
  8089. | #define PACKAGE_VERSION ""
  8090. | #define PACKAGE_STRING ""
  8091. | #define PACKAGE_BUGREPORT ""
  8092. | #define PACKAGE_URL ""
  8093. | #define CANONICALIZATION_FOR_MATHN 1
  8094. | #define STDC_HEADERS 1
  8095. | #define HAVE_SYS_TYPES_H 1
  8096. | #define HAVE_SYS_STAT_H 1
  8097. | #define HAVE_STDLIB_H 1
  8098. | #define HAVE_STRING_H 1
  8099. | #define HAVE_MEMORY_H 1
  8100. | #define HAVE_STRINGS_H 1
  8101. | #define HAVE_INTTYPES_H 1
  8102. | #define HAVE_STDINT_H 1
  8103. | #define HAVE_UNISTD_H 1
  8104. | #define __EXTENSIONS__ 1
  8105. | #define _ALL_SOURCE 1
  8106. | #define _GNU_SOURCE 1
  8107. | #define _POSIX_PTHREAD_SEMANTICS 1
  8108. | #define _TANDEM_SOURCE 1
  8109. | #define HAVE_INFINITY 1
  8110. | #define HAVE_NAN 1
  8111. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8112. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8113. | #define BROKEN_CRYPT 1
  8114. | #define HAVE_CRT_EXTERNS_H 1
  8115. | #define HAVE_LIBDL 1
  8116. | #define HAVE_DIRENT_H 1
  8117. | #define HAVE__BOOL 1
  8118. | #define HAVE_STDBOOL_H 1
  8119. | #define HAVE_SYS_WAIT_H 1
  8120. | #define HAVE_GRP_H 1
  8121. | #define HAVE_FCNTL_H 1
  8122. | #define HAVE_FLOAT_H 1
  8123. | #define HAVE_LANGINFO_H 1
  8124. | #define HAVE_LIMITS_H 1
  8125. | #define HAVE_LOCALE_H 1
  8126. | #define HAVE_MALLOC_MALLOC_H 1
  8127. | #define HAVE_PWD_H 1
  8128. | #define HAVE_SYS_ATTR_H 1
  8129. | #define HAVE_SYS_FCNTL_H 1
  8130. | #define HAVE_SYS_FILE_H 1
  8131. | #define HAVE_SYS_IOCTL_H 1
  8132. | #define HAVE_SYS_PARAM_H 1
  8133. | #define HAVE_SYS_RESOURCE_H 1
  8134. | #define HAVE_SYS_SELECT_H 1
  8135. | #define HAVE_SYS_SOCKET_H 1
  8136. | #define HAVE_SYS_TIME_H 1
  8137. | #define HAVE_SYS_TIMES_H 1
  8138. | #define HAVE_SYS_UIO_H 1
  8139. | #define HAVE_TIME_H 1
  8140. | #define HAVE_UCONTEXT_H 1
  8141. | #define HAVE_UTIME_H 1
  8142. | #define HAVE_GMP_H 1
  8143. | #define HAVE_LIBGMP 1
  8144. | #define HAVE_TYPEOF 1
  8145. | #define HAVE_LONG_LONG 1
  8146. | #define HAVE_OFF_T 1
  8147. | #define SIZEOF_INT 4
  8148. | #define SIZEOF_SHORT 2
  8149. | #define SIZEOF_LONG 8
  8150. | #define SIZEOF_LONG_LONG 8
  8151. | #define SIZEOF___INT64 0
  8152. | #define SIZEOF___INT128 16
  8153. | #define SIZEOF_OFF_T 8
  8154. | #define SIZEOF_VOIDP 8
  8155. | #define SIZEOF_FLOAT 4
  8156. | #define SIZEOF_DOUBLE 8
  8157. | #define SIZEOF_TIME_T 8
  8158. | #define SIZEOF_CLOCK_T 8
  8159. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8160. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8161. | #define PRI_LL_PREFIX "ll"
  8162. | #define rb_pid_t pid_t
  8163. | #define SIGNEDNESS_OF_PID_T -1
  8164. | #define PIDT2NUM(v) INT2NUM(v)
  8165. | #define NUM2PIDT(v) NUM2INT(v)
  8166. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8167. | #define rb_uid_t uid_t
  8168. | #define SIGNEDNESS_OF_UID_T +1
  8169. | #define UIDT2NUM(v) UINT2NUM(v)
  8170. | #define NUM2UIDT(v) NUM2UINT(v)
  8171. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8172. | #define rb_gid_t gid_t
  8173. | #define SIGNEDNESS_OF_GID_T +1
  8174. | #define GIDT2NUM(v) UINT2NUM(v)
  8175. | #define NUM2GIDT(v) NUM2UINT(v)
  8176. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8177. | #define rb_time_t time_t
  8178. | #define SIGNEDNESS_OF_TIME_T -1
  8179. | #define TIMET2NUM(v) LONG2NUM(v)
  8180. | #define NUM2TIMET(v) NUM2LONG(v)
  8181. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8182. | #define rb_dev_t dev_t
  8183. | #define SIGNEDNESS_OF_DEV_T -1
  8184. | #define DEVT2NUM(v) INT2NUM(v)
  8185. | #define NUM2DEVT(v) NUM2INT(v)
  8186. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8187. | #define rb_mode_t mode_t
  8188. | #define SIGNEDNESS_OF_MODE_T +1
  8189. | #define MODET2NUM(v) UINT2NUM(v)
  8190. | #define NUM2MODET(v) NUM2UINT(v)
  8191. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8192. | #define rb_rlim_t rlim_t
  8193. | #define SIGNEDNESS_OF_RLIM_T +1
  8194. | #define RLIM2NUM(v) ULL2NUM(v)
  8195. | #define NUM2RLIM(v) NUM2ULL(v)
  8196. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8197. | #define rb_off_t off_t
  8198. | #define SIGNEDNESS_OF_OFF_T -1
  8199. | #define OFFT2NUM(v) LL2NUM(v)
  8200. | #define NUM2OFFT(v) NUM2LL(v)
  8201. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8202. | /* end confdefs.h. */
  8203. | #include <stdio.h>
  8204. | #ifdef HAVE_SYS_TYPES_H
  8205. | # include <sys/types.h>
  8206. | #endif
  8207. | #ifdef HAVE_SYS_STAT_H
  8208. | # include <sys/stat.h>
  8209. | #endif
  8210. | #ifdef STDC_HEADERS
  8211. | # include <stdlib.h>
  8212. | # include <stddef.h>
  8213. | #else
  8214. | # ifdef HAVE_STDLIB_H
  8215. | # include <stdlib.h>
  8216. | # endif
  8217. | #endif
  8218. | #ifdef HAVE_STRING_H
  8219. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8220. | # include <memory.h>
  8221. | # endif
  8222. | # include <string.h>
  8223. | #endif
  8224. | #ifdef HAVE_STRINGS_H
  8225. | # include <strings.h>
  8226. | #endif
  8227. | #ifdef HAVE_INTTYPES_H
  8228. | # include <inttypes.h>
  8229. | #endif
  8230. | #ifdef HAVE_STDINT_H
  8231. | # include <stdint.h>
  8232. | #endif
  8233. | #ifdef HAVE_UNISTD_H
  8234. | # include <unistd.h>
  8235. | #endif
  8236. | int
  8237. | main ()
  8238. | {
  8239. | static int test_array [1 - 2 * !(()-1 > 0)];
  8240. | test_array [0] = 0;
  8241. | return test_array [0];
  8242. |
  8243. | ;
  8244. | return 0;
  8245. | }
  8246. configure:14811: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8247. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8248. typedef rbcv_conftest_target_type;
  8249. ~~~~~~~ ^
  8250. conftest.c:154: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')
  8251. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8252. ^
  8253. conftest.c:153:37: note: previous declaration is here
  8254. extern rbcv_conftest_target_type rbcv_conftest_var;
  8255. ^
  8256. conftest.c:156:38: error: conflicting types for 'rbcv_conftest_func'
  8257. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8258. ^
  8259. conftest.c:155:37: note: previous declaration is here
  8260. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8261. ^
  8262. conftest.c:161:24: error: 'test_array' declared as an array with a negative size
  8263. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8264. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8265. 1 warning and 3 errors generated.
  8266. configure:14811: $? = 1
  8267. configure: failed program was:
  8268. | /* confdefs.h */
  8269. | #define PACKAGE_NAME ""
  8270. | #define PACKAGE_TARNAME ""
  8271. | #define PACKAGE_VERSION ""
  8272. | #define PACKAGE_STRING ""
  8273. | #define PACKAGE_BUGREPORT ""
  8274. | #define PACKAGE_URL ""
  8275. | #define CANONICALIZATION_FOR_MATHN 1
  8276. | #define STDC_HEADERS 1
  8277. | #define HAVE_SYS_TYPES_H 1
  8278. | #define HAVE_SYS_STAT_H 1
  8279. | #define HAVE_STDLIB_H 1
  8280. | #define HAVE_STRING_H 1
  8281. | #define HAVE_MEMORY_H 1
  8282. | #define HAVE_STRINGS_H 1
  8283. | #define HAVE_INTTYPES_H 1
  8284. | #define HAVE_STDINT_H 1
  8285. | #define HAVE_UNISTD_H 1
  8286. | #define __EXTENSIONS__ 1
  8287. | #define _ALL_SOURCE 1
  8288. | #define _GNU_SOURCE 1
  8289. | #define _POSIX_PTHREAD_SEMANTICS 1
  8290. | #define _TANDEM_SOURCE 1
  8291. | #define HAVE_INFINITY 1
  8292. | #define HAVE_NAN 1
  8293. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8294. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8295. | #define BROKEN_CRYPT 1
  8296. | #define HAVE_CRT_EXTERNS_H 1
  8297. | #define HAVE_LIBDL 1
  8298. | #define HAVE_DIRENT_H 1
  8299. | #define HAVE__BOOL 1
  8300. | #define HAVE_STDBOOL_H 1
  8301. | #define HAVE_SYS_WAIT_H 1
  8302. | #define HAVE_GRP_H 1
  8303. | #define HAVE_FCNTL_H 1
  8304. | #define HAVE_FLOAT_H 1
  8305. | #define HAVE_LANGINFO_H 1
  8306. | #define HAVE_LIMITS_H 1
  8307. | #define HAVE_LOCALE_H 1
  8308. | #define HAVE_MALLOC_MALLOC_H 1
  8309. | #define HAVE_PWD_H 1
  8310. | #define HAVE_SYS_ATTR_H 1
  8311. | #define HAVE_SYS_FCNTL_H 1
  8312. | #define HAVE_SYS_FILE_H 1
  8313. | #define HAVE_SYS_IOCTL_H 1
  8314. | #define HAVE_SYS_PARAM_H 1
  8315. | #define HAVE_SYS_RESOURCE_H 1
  8316. | #define HAVE_SYS_SELECT_H 1
  8317. | #define HAVE_SYS_SOCKET_H 1
  8318. | #define HAVE_SYS_TIME_H 1
  8319. | #define HAVE_SYS_TIMES_H 1
  8320. | #define HAVE_SYS_UIO_H 1
  8321. | #define HAVE_TIME_H 1
  8322. | #define HAVE_UCONTEXT_H 1
  8323. | #define HAVE_UTIME_H 1
  8324. | #define HAVE_GMP_H 1
  8325. | #define HAVE_LIBGMP 1
  8326. | #define HAVE_TYPEOF 1
  8327. | #define HAVE_LONG_LONG 1
  8328. | #define HAVE_OFF_T 1
  8329. | #define SIZEOF_INT 4
  8330. | #define SIZEOF_SHORT 2
  8331. | #define SIZEOF_LONG 8
  8332. | #define SIZEOF_LONG_LONG 8
  8333. | #define SIZEOF___INT64 0
  8334. | #define SIZEOF___INT128 16
  8335. | #define SIZEOF_OFF_T 8
  8336. | #define SIZEOF_VOIDP 8
  8337. | #define SIZEOF_FLOAT 4
  8338. | #define SIZEOF_DOUBLE 8
  8339. | #define SIZEOF_TIME_T 8
  8340. | #define SIZEOF_CLOCK_T 8
  8341. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8342. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8343. | #define PRI_LL_PREFIX "ll"
  8344. | #define rb_pid_t pid_t
  8345. | #define SIGNEDNESS_OF_PID_T -1
  8346. | #define PIDT2NUM(v) INT2NUM(v)
  8347. | #define NUM2PIDT(v) NUM2INT(v)
  8348. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8349. | #define rb_uid_t uid_t
  8350. | #define SIGNEDNESS_OF_UID_T +1
  8351. | #define UIDT2NUM(v) UINT2NUM(v)
  8352. | #define NUM2UIDT(v) NUM2UINT(v)
  8353. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8354. | #define rb_gid_t gid_t
  8355. | #define SIGNEDNESS_OF_GID_T +1
  8356. | #define GIDT2NUM(v) UINT2NUM(v)
  8357. | #define NUM2GIDT(v) NUM2UINT(v)
  8358. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8359. | #define rb_time_t time_t
  8360. | #define SIGNEDNESS_OF_TIME_T -1
  8361. | #define TIMET2NUM(v) LONG2NUM(v)
  8362. | #define NUM2TIMET(v) NUM2LONG(v)
  8363. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8364. | #define rb_dev_t dev_t
  8365. | #define SIGNEDNESS_OF_DEV_T -1
  8366. | #define DEVT2NUM(v) INT2NUM(v)
  8367. | #define NUM2DEVT(v) NUM2INT(v)
  8368. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8369. | #define rb_mode_t mode_t
  8370. | #define SIGNEDNESS_OF_MODE_T +1
  8371. | #define MODET2NUM(v) UINT2NUM(v)
  8372. | #define NUM2MODET(v) NUM2UINT(v)
  8373. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8374. | #define rb_rlim_t rlim_t
  8375. | #define SIGNEDNESS_OF_RLIM_T +1
  8376. | #define RLIM2NUM(v) ULL2NUM(v)
  8377. | #define NUM2RLIM(v) NUM2ULL(v)
  8378. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8379. | #define rb_off_t off_t
  8380. | #define SIGNEDNESS_OF_OFF_T -1
  8381. | #define OFFT2NUM(v) LL2NUM(v)
  8382. | #define NUM2OFFT(v) NUM2LL(v)
  8383. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8384. | /* end confdefs.h. */
  8385. | #include <stdio.h>
  8386. | #ifdef HAVE_SYS_TYPES_H
  8387. | # include <sys/types.h>
  8388. | #endif
  8389. | #ifdef HAVE_SYS_STAT_H
  8390. | # include <sys/stat.h>
  8391. | #endif
  8392. | #ifdef STDC_HEADERS
  8393. | # include <stdlib.h>
  8394. | # include <stddef.h>
  8395. | #else
  8396. | # ifdef HAVE_STDLIB_H
  8397. | # include <stdlib.h>
  8398. | # endif
  8399. | #endif
  8400. | #ifdef HAVE_STRING_H
  8401. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8402. | # include <memory.h>
  8403. | # endif
  8404. | # include <string.h>
  8405. | #endif
  8406. | #ifdef HAVE_STRINGS_H
  8407. | # include <strings.h>
  8408. | #endif
  8409. | #ifdef HAVE_INTTYPES_H
  8410. | # include <inttypes.h>
  8411. | #endif
  8412. | #ifdef HAVE_STDINT_H
  8413. | # include <stdint.h>
  8414. | #endif
  8415. | #ifdef HAVE_UNISTD_H
  8416. | # include <unistd.h>
  8417. | #endif
  8418. | typedef rbcv_conftest_target_type;
  8419. | typedef long long rbcv_conftest_replace_type;
  8420. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8421. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8422. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8423. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8424. |
  8425. | int
  8426. | main ()
  8427. | {
  8428. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8429. | test_array [0] = 0;
  8430. | return test_array [0];
  8431. |
  8432. | ;
  8433. | return 0;
  8434. | }
  8435. configure:14811: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8436. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8437. typedef rbcv_conftest_target_type;
  8438. ~~~~~~~ ^
  8439. conftest.c:154:38: error: redeclaration of 'rbcv_conftest_var' with a different type: 'rbcv_conftest_replace_type' (aka 'long') vs 'rbcv_conftest_target_type' (aka 'int')
  8440. extern rbcv_conftest_replace_type rbcv_conftest_var;
  8441. ^
  8442. conftest.c:153:37: note: previous declaration is here
  8443. extern rbcv_conftest_target_type rbcv_conftest_var;
  8444. ^
  8445. conftest.c:156:38: error: conflicting types for 'rbcv_conftest_func'
  8446. extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8447. ^
  8448. conftest.c:155:37: note: previous declaration is here
  8449. extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8450. ^
  8451. conftest.c:161:24: error: 'test_array' declared as an array with a negative size
  8452. static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8453. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8454. 1 warning and 3 errors generated.
  8455. configure:14811: $? = 1
  8456. configure: failed program was:
  8457. | /* confdefs.h */
  8458. | #define PACKAGE_NAME ""
  8459. | #define PACKAGE_TARNAME ""
  8460. | #define PACKAGE_VERSION ""
  8461. | #define PACKAGE_STRING ""
  8462. | #define PACKAGE_BUGREPORT ""
  8463. | #define PACKAGE_URL ""
  8464. | #define CANONICALIZATION_FOR_MATHN 1
  8465. | #define STDC_HEADERS 1
  8466. | #define HAVE_SYS_TYPES_H 1
  8467. | #define HAVE_SYS_STAT_H 1
  8468. | #define HAVE_STDLIB_H 1
  8469. | #define HAVE_STRING_H 1
  8470. | #define HAVE_MEMORY_H 1
  8471. | #define HAVE_STRINGS_H 1
  8472. | #define HAVE_INTTYPES_H 1
  8473. | #define HAVE_STDINT_H 1
  8474. | #define HAVE_UNISTD_H 1
  8475. | #define __EXTENSIONS__ 1
  8476. | #define _ALL_SOURCE 1
  8477. | #define _GNU_SOURCE 1
  8478. | #define _POSIX_PTHREAD_SEMANTICS 1
  8479. | #define _TANDEM_SOURCE 1
  8480. | #define HAVE_INFINITY 1
  8481. | #define HAVE_NAN 1
  8482. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8483. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8484. | #define BROKEN_CRYPT 1
  8485. | #define HAVE_CRT_EXTERNS_H 1
  8486. | #define HAVE_LIBDL 1
  8487. | #define HAVE_DIRENT_H 1
  8488. | #define HAVE__BOOL 1
  8489. | #define HAVE_STDBOOL_H 1
  8490. | #define HAVE_SYS_WAIT_H 1
  8491. | #define HAVE_GRP_H 1
  8492. | #define HAVE_FCNTL_H 1
  8493. | #define HAVE_FLOAT_H 1
  8494. | #define HAVE_LANGINFO_H 1
  8495. | #define HAVE_LIMITS_H 1
  8496. | #define HAVE_LOCALE_H 1
  8497. | #define HAVE_MALLOC_MALLOC_H 1
  8498. | #define HAVE_PWD_H 1
  8499. | #define HAVE_SYS_ATTR_H 1
  8500. | #define HAVE_SYS_FCNTL_H 1
  8501. | #define HAVE_SYS_FILE_H 1
  8502. | #define HAVE_SYS_IOCTL_H 1
  8503. | #define HAVE_SYS_PARAM_H 1
  8504. | #define HAVE_SYS_RESOURCE_H 1
  8505. | #define HAVE_SYS_SELECT_H 1
  8506. | #define HAVE_SYS_SOCKET_H 1
  8507. | #define HAVE_SYS_TIME_H 1
  8508. | #define HAVE_SYS_TIMES_H 1
  8509. | #define HAVE_SYS_UIO_H 1
  8510. | #define HAVE_TIME_H 1
  8511. | #define HAVE_UCONTEXT_H 1
  8512. | #define HAVE_UTIME_H 1
  8513. | #define HAVE_GMP_H 1
  8514. | #define HAVE_LIBGMP 1
  8515. | #define HAVE_TYPEOF 1
  8516. | #define HAVE_LONG_LONG 1
  8517. | #define HAVE_OFF_T 1
  8518. | #define SIZEOF_INT 4
  8519. | #define SIZEOF_SHORT 2
  8520. | #define SIZEOF_LONG 8
  8521. | #define SIZEOF_LONG_LONG 8
  8522. | #define SIZEOF___INT64 0
  8523. | #define SIZEOF___INT128 16
  8524. | #define SIZEOF_OFF_T 8
  8525. | #define SIZEOF_VOIDP 8
  8526. | #define SIZEOF_FLOAT 4
  8527. | #define SIZEOF_DOUBLE 8
  8528. | #define SIZEOF_TIME_T 8
  8529. | #define SIZEOF_CLOCK_T 8
  8530. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8531. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8532. | #define PRI_LL_PREFIX "ll"
  8533. | #define rb_pid_t pid_t
  8534. | #define SIGNEDNESS_OF_PID_T -1
  8535. | #define PIDT2NUM(v) INT2NUM(v)
  8536. | #define NUM2PIDT(v) NUM2INT(v)
  8537. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8538. | #define rb_uid_t uid_t
  8539. | #define SIGNEDNESS_OF_UID_T +1
  8540. | #define UIDT2NUM(v) UINT2NUM(v)
  8541. | #define NUM2UIDT(v) NUM2UINT(v)
  8542. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8543. | #define rb_gid_t gid_t
  8544. | #define SIGNEDNESS_OF_GID_T +1
  8545. | #define GIDT2NUM(v) UINT2NUM(v)
  8546. | #define NUM2GIDT(v) NUM2UINT(v)
  8547. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8548. | #define rb_time_t time_t
  8549. | #define SIGNEDNESS_OF_TIME_T -1
  8550. | #define TIMET2NUM(v) LONG2NUM(v)
  8551. | #define NUM2TIMET(v) NUM2LONG(v)
  8552. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8553. | #define rb_dev_t dev_t
  8554. | #define SIGNEDNESS_OF_DEV_T -1
  8555. | #define DEVT2NUM(v) INT2NUM(v)
  8556. | #define NUM2DEVT(v) NUM2INT(v)
  8557. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8558. | #define rb_mode_t mode_t
  8559. | #define SIGNEDNESS_OF_MODE_T +1
  8560. | #define MODET2NUM(v) UINT2NUM(v)
  8561. | #define NUM2MODET(v) NUM2UINT(v)
  8562. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8563. | #define rb_rlim_t rlim_t
  8564. | #define SIGNEDNESS_OF_RLIM_T +1
  8565. | #define RLIM2NUM(v) ULL2NUM(v)
  8566. | #define NUM2RLIM(v) NUM2ULL(v)
  8567. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8568. | #define rb_off_t off_t
  8569. | #define SIGNEDNESS_OF_OFF_T -1
  8570. | #define OFFT2NUM(v) LL2NUM(v)
  8571. | #define NUM2OFFT(v) NUM2LL(v)
  8572. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8573. | /* end confdefs.h. */
  8574. | #include <stdio.h>
  8575. | #ifdef HAVE_SYS_TYPES_H
  8576. | # include <sys/types.h>
  8577. | #endif
  8578. | #ifdef HAVE_SYS_STAT_H
  8579. | # include <sys/stat.h>
  8580. | #endif
  8581. | #ifdef STDC_HEADERS
  8582. | # include <stdlib.h>
  8583. | # include <stddef.h>
  8584. | #else
  8585. | # ifdef HAVE_STDLIB_H
  8586. | # include <stdlib.h>
  8587. | # endif
  8588. | #endif
  8589. | #ifdef HAVE_STRING_H
  8590. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8591. | # include <memory.h>
  8592. | # endif
  8593. | # include <string.h>
  8594. | #endif
  8595. | #ifdef HAVE_STRINGS_H
  8596. | # include <strings.h>
  8597. | #endif
  8598. | #ifdef HAVE_INTTYPES_H
  8599. | # include <inttypes.h>
  8600. | #endif
  8601. | #ifdef HAVE_STDINT_H
  8602. | # include <stdint.h>
  8603. | #endif
  8604. | #ifdef HAVE_UNISTD_H
  8605. | # include <unistd.h>
  8606. | #endif
  8607. | typedef rbcv_conftest_target_type;
  8608. | typedef long rbcv_conftest_replace_type;
  8609. | extern rbcv_conftest_target_type rbcv_conftest_var;
  8610. | extern rbcv_conftest_replace_type rbcv_conftest_var;
  8611. | extern rbcv_conftest_target_type rbcv_conftest_func(void);
  8612. | extern rbcv_conftest_replace_type rbcv_conftest_func(void);
  8613. |
  8614. | int
  8615. | main ()
  8616. | {
  8617. | static int test_array [1 - 2 * !(sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type))];
  8618. | test_array [0] = 0;
  8619. | return test_array [0];
  8620. |
  8621. | ;
  8622. | return 0;
  8623. | }
  8624. configure:14811: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8625. conftest.c:151:13: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  8626. typedef rbcv_conftest_target_type;
  8627. ~~~~~~~ ^
  8628. 1 warning generated.
  8629. configure:14811: $? = 0
  8630. configure:14831: result: INT
  8631. configure:14883: checking for prototypes
  8632. configure:14899: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8633. configure:14899: $? = 0
  8634. configure:14906: result: yes
  8635. configure:14915: checking token paste string
  8636. configure:14931: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8637. configure:14931: $? = 0
  8638. configure:14938: result: ansi
  8639. configure:14952: checking stringization
  8640. configure:14981: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8641. configure:14981: $? = 0
  8642. configure:14990: result: #expr
  8643. configure:15005: checking string literal concatenation
  8644. configure:15029: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8645. configure:15029: $? = 0
  8646. configure:15037: result: yes
  8647. configure:15046: checking for variable length prototypes and stdarg.h
  8648. configure:15072: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8649. configure:15072: $? = 0
  8650. configure:15079: result: yes
  8651. configure:15088: checking for variable length macro
  8652. configure:15107: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8653. configure:15107: $? = 0
  8654. configure:15114: result: yes
  8655. configure:15131: checking for CONSTFUNC function attribute
  8656. configure:15173: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8657. configure:15173: $? = 0
  8658. configure:15191: result: __attribute__ ((__const__)) x
  8659. configure:15204: checking for PUREFUNC function attribute
  8660. configure:15246: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8661. configure:15246: $? = 0
  8662. configure:15264: result: __attribute__ ((__pure__)) x
  8663. configure:15277: checking for NORETURN function attribute
  8664. configure:15319: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8665. configure:15319: $? = 0
  8666. configure:15337: result: __attribute__ ((__noreturn__)) x
  8667. configure:15350: checking for DEPRECATED function attribute
  8668. configure:15392: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8669. configure:15392: $? = 0
  8670. configure:15410: result: __attribute__ ((__deprecated__)) x
  8671. configure:15423: checking for DEPRECATED_BY function attribute
  8672. configure:15465: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8673. configure:15465: $? = 0
  8674. configure:15483: result: __attribute__ ((__deprecated__("by "#n))) x
  8675. configure:15496: checking for DEPRECATED_TYPE type attribute
  8676. configure:15539: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8677. conftest.c:140:5: warning: attribute '__deprecated__' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]
  8678. DEPRECATED_TYPE(mesg,x);
  8679. ^
  8680. conftest.c:134:49: note: expanded from macro 'DEPRECATED_TYPE'
  8681. #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8682. ^
  8683. 1 warning generated.
  8684. configure:15539: $? = 0
  8685. configure: failed program was:
  8686. | /* confdefs.h */
  8687. | #define PACKAGE_NAME ""
  8688. | #define PACKAGE_TARNAME ""
  8689. | #define PACKAGE_VERSION ""
  8690. | #define PACKAGE_STRING ""
  8691. | #define PACKAGE_BUGREPORT ""
  8692. | #define PACKAGE_URL ""
  8693. | #define CANONICALIZATION_FOR_MATHN 1
  8694. | #define STDC_HEADERS 1
  8695. | #define HAVE_SYS_TYPES_H 1
  8696. | #define HAVE_SYS_STAT_H 1
  8697. | #define HAVE_STDLIB_H 1
  8698. | #define HAVE_STRING_H 1
  8699. | #define HAVE_MEMORY_H 1
  8700. | #define HAVE_STRINGS_H 1
  8701. | #define HAVE_INTTYPES_H 1
  8702. | #define HAVE_STDINT_H 1
  8703. | #define HAVE_UNISTD_H 1
  8704. | #define __EXTENSIONS__ 1
  8705. | #define _ALL_SOURCE 1
  8706. | #define _GNU_SOURCE 1
  8707. | #define _POSIX_PTHREAD_SEMANTICS 1
  8708. | #define _TANDEM_SOURCE 1
  8709. | #define HAVE_INFINITY 1
  8710. | #define HAVE_NAN 1
  8711. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8712. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8713. | #define BROKEN_CRYPT 1
  8714. | #define HAVE_CRT_EXTERNS_H 1
  8715. | #define HAVE_LIBDL 1
  8716. | #define HAVE_DIRENT_H 1
  8717. | #define HAVE__BOOL 1
  8718. | #define HAVE_STDBOOL_H 1
  8719. | #define HAVE_SYS_WAIT_H 1
  8720. | #define HAVE_GRP_H 1
  8721. | #define HAVE_FCNTL_H 1
  8722. | #define HAVE_FLOAT_H 1
  8723. | #define HAVE_LANGINFO_H 1
  8724. | #define HAVE_LIMITS_H 1
  8725. | #define HAVE_LOCALE_H 1
  8726. | #define HAVE_MALLOC_MALLOC_H 1
  8727. | #define HAVE_PWD_H 1
  8728. | #define HAVE_SYS_ATTR_H 1
  8729. | #define HAVE_SYS_FCNTL_H 1
  8730. | #define HAVE_SYS_FILE_H 1
  8731. | #define HAVE_SYS_IOCTL_H 1
  8732. | #define HAVE_SYS_PARAM_H 1
  8733. | #define HAVE_SYS_RESOURCE_H 1
  8734. | #define HAVE_SYS_SELECT_H 1
  8735. | #define HAVE_SYS_SOCKET_H 1
  8736. | #define HAVE_SYS_TIME_H 1
  8737. | #define HAVE_SYS_TIMES_H 1
  8738. | #define HAVE_SYS_UIO_H 1
  8739. | #define HAVE_TIME_H 1
  8740. | #define HAVE_UCONTEXT_H 1
  8741. | #define HAVE_UTIME_H 1
  8742. | #define HAVE_GMP_H 1
  8743. | #define HAVE_LIBGMP 1
  8744. | #define HAVE_TYPEOF 1
  8745. | #define HAVE_LONG_LONG 1
  8746. | #define HAVE_OFF_T 1
  8747. | #define SIZEOF_INT 4
  8748. | #define SIZEOF_SHORT 2
  8749. | #define SIZEOF_LONG 8
  8750. | #define SIZEOF_LONG_LONG 8
  8751. | #define SIZEOF___INT64 0
  8752. | #define SIZEOF___INT128 16
  8753. | #define SIZEOF_OFF_T 8
  8754. | #define SIZEOF_VOIDP 8
  8755. | #define SIZEOF_FLOAT 4
  8756. | #define SIZEOF_DOUBLE 8
  8757. | #define SIZEOF_TIME_T 8
  8758. | #define SIZEOF_CLOCK_T 8
  8759. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8760. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8761. | #define PRI_LL_PREFIX "ll"
  8762. | #define rb_pid_t pid_t
  8763. | #define SIGNEDNESS_OF_PID_T -1
  8764. | #define PIDT2NUM(v) INT2NUM(v)
  8765. | #define NUM2PIDT(v) NUM2INT(v)
  8766. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8767. | #define rb_uid_t uid_t
  8768. | #define SIGNEDNESS_OF_UID_T +1
  8769. | #define UIDT2NUM(v) UINT2NUM(v)
  8770. | #define NUM2UIDT(v) NUM2UINT(v)
  8771. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8772. | #define rb_gid_t gid_t
  8773. | #define SIGNEDNESS_OF_GID_T +1
  8774. | #define GIDT2NUM(v) UINT2NUM(v)
  8775. | #define NUM2GIDT(v) NUM2UINT(v)
  8776. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8777. | #define rb_time_t time_t
  8778. | #define SIGNEDNESS_OF_TIME_T -1
  8779. | #define TIMET2NUM(v) LONG2NUM(v)
  8780. | #define NUM2TIMET(v) NUM2LONG(v)
  8781. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8782. | #define rb_dev_t dev_t
  8783. | #define SIGNEDNESS_OF_DEV_T -1
  8784. | #define DEVT2NUM(v) INT2NUM(v)
  8785. | #define NUM2DEVT(v) NUM2INT(v)
  8786. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8787. | #define rb_mode_t mode_t
  8788. | #define SIGNEDNESS_OF_MODE_T +1
  8789. | #define MODET2NUM(v) UINT2NUM(v)
  8790. | #define NUM2MODET(v) NUM2UINT(v)
  8791. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8792. | #define rb_rlim_t rlim_t
  8793. | #define SIGNEDNESS_OF_RLIM_T +1
  8794. | #define RLIM2NUM(v) ULL2NUM(v)
  8795. | #define NUM2RLIM(v) NUM2ULL(v)
  8796. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8797. | #define rb_off_t off_t
  8798. | #define SIGNEDNESS_OF_OFF_T -1
  8799. | #define OFFT2NUM(v) LL2NUM(v)
  8800. | #define NUM2OFFT(v) NUM2LL(v)
  8801. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8802. | #define rb_clockid_t int
  8803. | #define SIGNEDNESS_OF_CLOCKID_T -1
  8804. | #define CLOCKID2NUM(v) INT2NUM(v)
  8805. | #define NUM2CLOCKID(v) NUM2INT(v)
  8806. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8807. | #define HAVE_PROTOTYPES 1
  8808. | #define TOKEN_PASTE(x,y) x##y
  8809. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8810. | #define HAVE_STDARG_PROTOTYPES 1
  8811. | #define HAVE_VA_ARGS_MACRO 1
  8812. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  8813. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  8814. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  8815. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  8816. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  8817. | /* end confdefs.h. */
  8818. |
  8819. | #define DEPRECATED_TYPE(mesg,x) __attribute__ ((__deprecated__ mesg)) x
  8820. |
  8821. |
  8822. | #define x struct conftest_attribute_check {int i;}
  8823. |
  8824. | #define mesg ("")
  8825. | DEPRECATED_TYPE(mesg,x);
  8826. | int
  8827. | main ()
  8828. | {
  8829. |
  8830. | ;
  8831. | return 0;
  8832. | }
  8833. configure:15539: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8834. configure:15539: $? = 0
  8835. configure:15557: result: x __attribute__ ((__deprecated__ mesg))
  8836. configure:15570: checking for NOINLINE function attribute
  8837. configure:15612: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8838. configure:15612: $? = 0
  8839. configure:15630: result: __attribute__ ((__noinline__)) x
  8840. configure:15643: checking for ALWAYS_INLINE function attribute
  8841. configure:15685: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8842. configure:15685: $? = 0
  8843. configure:15703: result: __attribute__ ((__always_inline__)) x
  8844. configure:15716: checking for WARN_UNUSED_RESULT function attribute
  8845. configure:15758: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8846. configure:15758: $? = 0
  8847. configure:15776: result: __attribute__ ((__warn_unused_result__)) x
  8848. configure:15789: checking for MAYBE_UNUSED function attribute
  8849. configure:15831: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8850. configure:15831: $? = 0
  8851. configure:15849: result: __attribute__ ((__unused__)) x
  8852. configure:15862: checking for ERRORFUNC function attribute
  8853. configure:15904: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  8854. conftest.c:144:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  8855. ERRORFUNC(mesg,x);
  8856. ^
  8857. conftest.c:139:43: note: expanded from macro 'ERRORFUNC'
  8858. #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  8859. ^
  8860. 1 warning generated.
  8861. configure:15904: $? = 0
  8862. configure: failed program was:
  8863. | /* confdefs.h */
  8864. | #define PACKAGE_NAME ""
  8865. | #define PACKAGE_TARNAME ""
  8866. | #define PACKAGE_VERSION ""
  8867. | #define PACKAGE_STRING ""
  8868. | #define PACKAGE_BUGREPORT ""
  8869. | #define PACKAGE_URL ""
  8870. | #define CANONICALIZATION_FOR_MATHN 1
  8871. | #define STDC_HEADERS 1
  8872. | #define HAVE_SYS_TYPES_H 1
  8873. | #define HAVE_SYS_STAT_H 1
  8874. | #define HAVE_STDLIB_H 1
  8875. | #define HAVE_STRING_H 1
  8876. | #define HAVE_MEMORY_H 1
  8877. | #define HAVE_STRINGS_H 1
  8878. | #define HAVE_INTTYPES_H 1
  8879. | #define HAVE_STDINT_H 1
  8880. | #define HAVE_UNISTD_H 1
  8881. | #define __EXTENSIONS__ 1
  8882. | #define _ALL_SOURCE 1
  8883. | #define _GNU_SOURCE 1
  8884. | #define _POSIX_PTHREAD_SEMANTICS 1
  8885. | #define _TANDEM_SOURCE 1
  8886. | #define HAVE_INFINITY 1
  8887. | #define HAVE_NAN 1
  8888. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  8889. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  8890. | #define BROKEN_CRYPT 1
  8891. | #define HAVE_CRT_EXTERNS_H 1
  8892. | #define HAVE_LIBDL 1
  8893. | #define HAVE_DIRENT_H 1
  8894. | #define HAVE__BOOL 1
  8895. | #define HAVE_STDBOOL_H 1
  8896. | #define HAVE_SYS_WAIT_H 1
  8897. | #define HAVE_GRP_H 1
  8898. | #define HAVE_FCNTL_H 1
  8899. | #define HAVE_FLOAT_H 1
  8900. | #define HAVE_LANGINFO_H 1
  8901. | #define HAVE_LIMITS_H 1
  8902. | #define HAVE_LOCALE_H 1
  8903. | #define HAVE_MALLOC_MALLOC_H 1
  8904. | #define HAVE_PWD_H 1
  8905. | #define HAVE_SYS_ATTR_H 1
  8906. | #define HAVE_SYS_FCNTL_H 1
  8907. | #define HAVE_SYS_FILE_H 1
  8908. | #define HAVE_SYS_IOCTL_H 1
  8909. | #define HAVE_SYS_PARAM_H 1
  8910. | #define HAVE_SYS_RESOURCE_H 1
  8911. | #define HAVE_SYS_SELECT_H 1
  8912. | #define HAVE_SYS_SOCKET_H 1
  8913. | #define HAVE_SYS_TIME_H 1
  8914. | #define HAVE_SYS_TIMES_H 1
  8915. | #define HAVE_SYS_UIO_H 1
  8916. | #define HAVE_TIME_H 1
  8917. | #define HAVE_UCONTEXT_H 1
  8918. | #define HAVE_UTIME_H 1
  8919. | #define HAVE_GMP_H 1
  8920. | #define HAVE_LIBGMP 1
  8921. | #define HAVE_TYPEOF 1
  8922. | #define HAVE_LONG_LONG 1
  8923. | #define HAVE_OFF_T 1
  8924. | #define SIZEOF_INT 4
  8925. | #define SIZEOF_SHORT 2
  8926. | #define SIZEOF_LONG 8
  8927. | #define SIZEOF_LONG_LONG 8
  8928. | #define SIZEOF___INT64 0
  8929. | #define SIZEOF___INT128 16
  8930. | #define SIZEOF_OFF_T 8
  8931. | #define SIZEOF_VOIDP 8
  8932. | #define SIZEOF_FLOAT 4
  8933. | #define SIZEOF_DOUBLE 8
  8934. | #define SIZEOF_TIME_T 8
  8935. | #define SIZEOF_CLOCK_T 8
  8936. | #define PACKED_STRUCT(x) x __attribute__((packed))
  8937. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  8938. | #define PRI_LL_PREFIX "ll"
  8939. | #define rb_pid_t pid_t
  8940. | #define SIGNEDNESS_OF_PID_T -1
  8941. | #define PIDT2NUM(v) INT2NUM(v)
  8942. | #define NUM2PIDT(v) NUM2INT(v)
  8943. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  8944. | #define rb_uid_t uid_t
  8945. | #define SIGNEDNESS_OF_UID_T +1
  8946. | #define UIDT2NUM(v) UINT2NUM(v)
  8947. | #define NUM2UIDT(v) NUM2UINT(v)
  8948. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  8949. | #define rb_gid_t gid_t
  8950. | #define SIGNEDNESS_OF_GID_T +1
  8951. | #define GIDT2NUM(v) UINT2NUM(v)
  8952. | #define NUM2GIDT(v) NUM2UINT(v)
  8953. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  8954. | #define rb_time_t time_t
  8955. | #define SIGNEDNESS_OF_TIME_T -1
  8956. | #define TIMET2NUM(v) LONG2NUM(v)
  8957. | #define NUM2TIMET(v) NUM2LONG(v)
  8958. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  8959. | #define rb_dev_t dev_t
  8960. | #define SIGNEDNESS_OF_DEV_T -1
  8961. | #define DEVT2NUM(v) INT2NUM(v)
  8962. | #define NUM2DEVT(v) NUM2INT(v)
  8963. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  8964. | #define rb_mode_t mode_t
  8965. | #define SIGNEDNESS_OF_MODE_T +1
  8966. | #define MODET2NUM(v) UINT2NUM(v)
  8967. | #define NUM2MODET(v) NUM2UINT(v)
  8968. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  8969. | #define rb_rlim_t rlim_t
  8970. | #define SIGNEDNESS_OF_RLIM_T +1
  8971. | #define RLIM2NUM(v) ULL2NUM(v)
  8972. | #define NUM2RLIM(v) NUM2ULL(v)
  8973. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  8974. | #define rb_off_t off_t
  8975. | #define SIGNEDNESS_OF_OFF_T -1
  8976. | #define OFFT2NUM(v) LL2NUM(v)
  8977. | #define NUM2OFFT(v) NUM2LL(v)
  8978. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  8979. | #define rb_clockid_t int
  8980. | #define SIGNEDNESS_OF_CLOCKID_T -1
  8981. | #define CLOCKID2NUM(v) INT2NUM(v)
  8982. | #define NUM2CLOCKID(v) NUM2INT(v)
  8983. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  8984. | #define HAVE_PROTOTYPES 1
  8985. | #define TOKEN_PASTE(x,y) x##y
  8986. | #define STRINGIZE(expr) STRINGIZE0(expr)
  8987. | #define HAVE_STDARG_PROTOTYPES 1
  8988. | #define HAVE_VA_ARGS_MACRO 1
  8989. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  8990. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  8991. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  8992. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  8993. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  8994. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  8995. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  8996. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  8997. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  8998. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  8999. | /* end confdefs.h. */
  9000. |
  9001. | #define ERRORFUNC(mesg,x) __attribute__ ((__error__ mesg)) x
  9002. |
  9003. | #define x int conftest_attribute_check(void)
  9004. |
  9005. | #define mesg ("")
  9006. | ERRORFUNC(mesg,x);
  9007. | int
  9008. | main ()
  9009. | {
  9010. |
  9011. | ;
  9012. | return 0;
  9013. | }
  9014. configure:15904: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9015. conftest.c:144:5: warning: unknown attribute '__error__' ignored [-Wunknown-attributes]
  9016. ERRORFUNC(mesg,x);
  9017. ^
  9018. conftest.c:139:45: note: expanded from macro 'ERRORFUNC'
  9019. #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9020. ^
  9021. 1 warning generated.
  9022. configure:15904: $? = 0
  9023. configure: failed program was:
  9024. | /* confdefs.h */
  9025. | #define PACKAGE_NAME ""
  9026. | #define PACKAGE_TARNAME ""
  9027. | #define PACKAGE_VERSION ""
  9028. | #define PACKAGE_STRING ""
  9029. | #define PACKAGE_BUGREPORT ""
  9030. | #define PACKAGE_URL ""
  9031. | #define CANONICALIZATION_FOR_MATHN 1
  9032. | #define STDC_HEADERS 1
  9033. | #define HAVE_SYS_TYPES_H 1
  9034. | #define HAVE_SYS_STAT_H 1
  9035. | #define HAVE_STDLIB_H 1
  9036. | #define HAVE_STRING_H 1
  9037. | #define HAVE_MEMORY_H 1
  9038. | #define HAVE_STRINGS_H 1
  9039. | #define HAVE_INTTYPES_H 1
  9040. | #define HAVE_STDINT_H 1
  9041. | #define HAVE_UNISTD_H 1
  9042. | #define __EXTENSIONS__ 1
  9043. | #define _ALL_SOURCE 1
  9044. | #define _GNU_SOURCE 1
  9045. | #define _POSIX_PTHREAD_SEMANTICS 1
  9046. | #define _TANDEM_SOURCE 1
  9047. | #define HAVE_INFINITY 1
  9048. | #define HAVE_NAN 1
  9049. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9050. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9051. | #define BROKEN_CRYPT 1
  9052. | #define HAVE_CRT_EXTERNS_H 1
  9053. | #define HAVE_LIBDL 1
  9054. | #define HAVE_DIRENT_H 1
  9055. | #define HAVE__BOOL 1
  9056. | #define HAVE_STDBOOL_H 1
  9057. | #define HAVE_SYS_WAIT_H 1
  9058. | #define HAVE_GRP_H 1
  9059. | #define HAVE_FCNTL_H 1
  9060. | #define HAVE_FLOAT_H 1
  9061. | #define HAVE_LANGINFO_H 1
  9062. | #define HAVE_LIMITS_H 1
  9063. | #define HAVE_LOCALE_H 1
  9064. | #define HAVE_MALLOC_MALLOC_H 1
  9065. | #define HAVE_PWD_H 1
  9066. | #define HAVE_SYS_ATTR_H 1
  9067. | #define HAVE_SYS_FCNTL_H 1
  9068. | #define HAVE_SYS_FILE_H 1
  9069. | #define HAVE_SYS_IOCTL_H 1
  9070. | #define HAVE_SYS_PARAM_H 1
  9071. | #define HAVE_SYS_RESOURCE_H 1
  9072. | #define HAVE_SYS_SELECT_H 1
  9073. | #define HAVE_SYS_SOCKET_H 1
  9074. | #define HAVE_SYS_TIME_H 1
  9075. | #define HAVE_SYS_TIMES_H 1
  9076. | #define HAVE_SYS_UIO_H 1
  9077. | #define HAVE_TIME_H 1
  9078. | #define HAVE_UCONTEXT_H 1
  9079. | #define HAVE_UTIME_H 1
  9080. | #define HAVE_GMP_H 1
  9081. | #define HAVE_LIBGMP 1
  9082. | #define HAVE_TYPEOF 1
  9083. | #define HAVE_LONG_LONG 1
  9084. | #define HAVE_OFF_T 1
  9085. | #define SIZEOF_INT 4
  9086. | #define SIZEOF_SHORT 2
  9087. | #define SIZEOF_LONG 8
  9088. | #define SIZEOF_LONG_LONG 8
  9089. | #define SIZEOF___INT64 0
  9090. | #define SIZEOF___INT128 16
  9091. | #define SIZEOF_OFF_T 8
  9092. | #define SIZEOF_VOIDP 8
  9093. | #define SIZEOF_FLOAT 4
  9094. | #define SIZEOF_DOUBLE 8
  9095. | #define SIZEOF_TIME_T 8
  9096. | #define SIZEOF_CLOCK_T 8
  9097. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9098. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9099. | #define PRI_LL_PREFIX "ll"
  9100. | #define rb_pid_t pid_t
  9101. | #define SIGNEDNESS_OF_PID_T -1
  9102. | #define PIDT2NUM(v) INT2NUM(v)
  9103. | #define NUM2PIDT(v) NUM2INT(v)
  9104. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9105. | #define rb_uid_t uid_t
  9106. | #define SIGNEDNESS_OF_UID_T +1
  9107. | #define UIDT2NUM(v) UINT2NUM(v)
  9108. | #define NUM2UIDT(v) NUM2UINT(v)
  9109. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9110. | #define rb_gid_t gid_t
  9111. | #define SIGNEDNESS_OF_GID_T +1
  9112. | #define GIDT2NUM(v) UINT2NUM(v)
  9113. | #define NUM2GIDT(v) NUM2UINT(v)
  9114. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9115. | #define rb_time_t time_t
  9116. | #define SIGNEDNESS_OF_TIME_T -1
  9117. | #define TIMET2NUM(v) LONG2NUM(v)
  9118. | #define NUM2TIMET(v) NUM2LONG(v)
  9119. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9120. | #define rb_dev_t dev_t
  9121. | #define SIGNEDNESS_OF_DEV_T -1
  9122. | #define DEVT2NUM(v) INT2NUM(v)
  9123. | #define NUM2DEVT(v) NUM2INT(v)
  9124. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9125. | #define rb_mode_t mode_t
  9126. | #define SIGNEDNESS_OF_MODE_T +1
  9127. | #define MODET2NUM(v) UINT2NUM(v)
  9128. | #define NUM2MODET(v) NUM2UINT(v)
  9129. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9130. | #define rb_rlim_t rlim_t
  9131. | #define SIGNEDNESS_OF_RLIM_T +1
  9132. | #define RLIM2NUM(v) ULL2NUM(v)
  9133. | #define NUM2RLIM(v) NUM2ULL(v)
  9134. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9135. | #define rb_off_t off_t
  9136. | #define SIGNEDNESS_OF_OFF_T -1
  9137. | #define OFFT2NUM(v) LL2NUM(v)
  9138. | #define NUM2OFFT(v) NUM2LL(v)
  9139. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9140. | #define rb_clockid_t int
  9141. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9142. | #define CLOCKID2NUM(v) INT2NUM(v)
  9143. | #define NUM2CLOCKID(v) NUM2INT(v)
  9144. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9145. | #define HAVE_PROTOTYPES 1
  9146. | #define TOKEN_PASTE(x,y) x##y
  9147. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9148. | #define HAVE_STDARG_PROTOTYPES 1
  9149. | #define HAVE_VA_ARGS_MACRO 1
  9150. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9151. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9152. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9153. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9154. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9155. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9156. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9157. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9158. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9159. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9160. | /* end confdefs.h. */
  9161. |
  9162. | #define ERRORFUNC(mesg,x) x __attribute__ ((__error__ mesg))
  9163. |
  9164. | #define x int conftest_attribute_check(void)
  9165. |
  9166. | #define mesg ("")
  9167. | ERRORFUNC(mesg,x);
  9168. | int
  9169. | main ()
  9170. | {
  9171. |
  9172. | ;
  9173. | return 0;
  9174. | }
  9175. configure:15904: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9176. conftest.c:144:15: error: expected parameter declarator
  9177. ERRORFUNC(mesg,x);
  9178. ^
  9179. conftest.c:143:15: note: expanded from macro 'mesg'
  9180. #define mesg ("")
  9181. ^
  9182. conftest.c:144:15: error: expected ')'
  9183. conftest.c:143:15: note: expanded from macro 'mesg'
  9184. #define mesg ("")
  9185. ^
  9186. conftest.c:144:15: note: to match this '('
  9187. conftest.c:143:14: note: expanded from macro 'mesg'
  9188. #define mesg ("")
  9189. ^
  9190. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9191. ERRORFUNC(mesg,x);
  9192. ^
  9193. conftest.c:139:38: note: expanded from macro 'ERRORFUNC'
  9194. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9195. ^
  9196. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9197. conftest.c:139:27: note: expanded from macro 'ERRORFUNC'
  9198. #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9199. ^
  9200. conftest.c:144:20: error: expected ';' after top level declarator
  9201. ERRORFUNC(mesg,x);
  9202. ^
  9203. conftest.c:141:11: note: expanded from macro 'x'
  9204. #define x int conftest_attribute_check(void)
  9205. ^
  9206. 2 warnings and 3 errors generated.
  9207. configure:15904: $? = 1
  9208. configure: failed program was:
  9209. | /* confdefs.h */
  9210. | #define PACKAGE_NAME ""
  9211. | #define PACKAGE_TARNAME ""
  9212. | #define PACKAGE_VERSION ""
  9213. | #define PACKAGE_STRING ""
  9214. | #define PACKAGE_BUGREPORT ""
  9215. | #define PACKAGE_URL ""
  9216. | #define CANONICALIZATION_FOR_MATHN 1
  9217. | #define STDC_HEADERS 1
  9218. | #define HAVE_SYS_TYPES_H 1
  9219. | #define HAVE_SYS_STAT_H 1
  9220. | #define HAVE_STDLIB_H 1
  9221. | #define HAVE_STRING_H 1
  9222. | #define HAVE_MEMORY_H 1
  9223. | #define HAVE_STRINGS_H 1
  9224. | #define HAVE_INTTYPES_H 1
  9225. | #define HAVE_STDINT_H 1
  9226. | #define HAVE_UNISTD_H 1
  9227. | #define __EXTENSIONS__ 1
  9228. | #define _ALL_SOURCE 1
  9229. | #define _GNU_SOURCE 1
  9230. | #define _POSIX_PTHREAD_SEMANTICS 1
  9231. | #define _TANDEM_SOURCE 1
  9232. | #define HAVE_INFINITY 1
  9233. | #define HAVE_NAN 1
  9234. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9235. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9236. | #define BROKEN_CRYPT 1
  9237. | #define HAVE_CRT_EXTERNS_H 1
  9238. | #define HAVE_LIBDL 1
  9239. | #define HAVE_DIRENT_H 1
  9240. | #define HAVE__BOOL 1
  9241. | #define HAVE_STDBOOL_H 1
  9242. | #define HAVE_SYS_WAIT_H 1
  9243. | #define HAVE_GRP_H 1
  9244. | #define HAVE_FCNTL_H 1
  9245. | #define HAVE_FLOAT_H 1
  9246. | #define HAVE_LANGINFO_H 1
  9247. | #define HAVE_LIMITS_H 1
  9248. | #define HAVE_LOCALE_H 1
  9249. | #define HAVE_MALLOC_MALLOC_H 1
  9250. | #define HAVE_PWD_H 1
  9251. | #define HAVE_SYS_ATTR_H 1
  9252. | #define HAVE_SYS_FCNTL_H 1
  9253. | #define HAVE_SYS_FILE_H 1
  9254. | #define HAVE_SYS_IOCTL_H 1
  9255. | #define HAVE_SYS_PARAM_H 1
  9256. | #define HAVE_SYS_RESOURCE_H 1
  9257. | #define HAVE_SYS_SELECT_H 1
  9258. | #define HAVE_SYS_SOCKET_H 1
  9259. | #define HAVE_SYS_TIME_H 1
  9260. | #define HAVE_SYS_TIMES_H 1
  9261. | #define HAVE_SYS_UIO_H 1
  9262. | #define HAVE_TIME_H 1
  9263. | #define HAVE_UCONTEXT_H 1
  9264. | #define HAVE_UTIME_H 1
  9265. | #define HAVE_GMP_H 1
  9266. | #define HAVE_LIBGMP 1
  9267. | #define HAVE_TYPEOF 1
  9268. | #define HAVE_LONG_LONG 1
  9269. | #define HAVE_OFF_T 1
  9270. | #define SIZEOF_INT 4
  9271. | #define SIZEOF_SHORT 2
  9272. | #define SIZEOF_LONG 8
  9273. | #define SIZEOF_LONG_LONG 8
  9274. | #define SIZEOF___INT64 0
  9275. | #define SIZEOF___INT128 16
  9276. | #define SIZEOF_OFF_T 8
  9277. | #define SIZEOF_VOIDP 8
  9278. | #define SIZEOF_FLOAT 4
  9279. | #define SIZEOF_DOUBLE 8
  9280. | #define SIZEOF_TIME_T 8
  9281. | #define SIZEOF_CLOCK_T 8
  9282. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9283. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9284. | #define PRI_LL_PREFIX "ll"
  9285. | #define rb_pid_t pid_t
  9286. | #define SIGNEDNESS_OF_PID_T -1
  9287. | #define PIDT2NUM(v) INT2NUM(v)
  9288. | #define NUM2PIDT(v) NUM2INT(v)
  9289. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9290. | #define rb_uid_t uid_t
  9291. | #define SIGNEDNESS_OF_UID_T +1
  9292. | #define UIDT2NUM(v) UINT2NUM(v)
  9293. | #define NUM2UIDT(v) NUM2UINT(v)
  9294. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9295. | #define rb_gid_t gid_t
  9296. | #define SIGNEDNESS_OF_GID_T +1
  9297. | #define GIDT2NUM(v) UINT2NUM(v)
  9298. | #define NUM2GIDT(v) NUM2UINT(v)
  9299. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9300. | #define rb_time_t time_t
  9301. | #define SIGNEDNESS_OF_TIME_T -1
  9302. | #define TIMET2NUM(v) LONG2NUM(v)
  9303. | #define NUM2TIMET(v) NUM2LONG(v)
  9304. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9305. | #define rb_dev_t dev_t
  9306. | #define SIGNEDNESS_OF_DEV_T -1
  9307. | #define DEVT2NUM(v) INT2NUM(v)
  9308. | #define NUM2DEVT(v) NUM2INT(v)
  9309. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9310. | #define rb_mode_t mode_t
  9311. | #define SIGNEDNESS_OF_MODE_T +1
  9312. | #define MODET2NUM(v) UINT2NUM(v)
  9313. | #define NUM2MODET(v) NUM2UINT(v)
  9314. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9315. | #define rb_rlim_t rlim_t
  9316. | #define SIGNEDNESS_OF_RLIM_T +1
  9317. | #define RLIM2NUM(v) ULL2NUM(v)
  9318. | #define NUM2RLIM(v) NUM2ULL(v)
  9319. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9320. | #define rb_off_t off_t
  9321. | #define SIGNEDNESS_OF_OFF_T -1
  9322. | #define OFFT2NUM(v) LL2NUM(v)
  9323. | #define NUM2OFFT(v) NUM2LL(v)
  9324. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9325. | #define rb_clockid_t int
  9326. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9327. | #define CLOCKID2NUM(v) INT2NUM(v)
  9328. | #define NUM2CLOCKID(v) NUM2INT(v)
  9329. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9330. | #define HAVE_PROTOTYPES 1
  9331. | #define TOKEN_PASTE(x,y) x##y
  9332. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9333. | #define HAVE_STDARG_PROTOTYPES 1
  9334. | #define HAVE_VA_ARGS_MACRO 1
  9335. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9336. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9337. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9338. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9339. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9340. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9341. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9342. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9343. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9344. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9345. | /* end confdefs.h. */
  9346. |
  9347. | #define ERRORFUNC(mesg,x) __declspec(__error__ mesg) x
  9348. |
  9349. | #define x int conftest_attribute_check(void)
  9350. |
  9351. | #define mesg ("")
  9352. | ERRORFUNC(mesg,x);
  9353. | int
  9354. | main ()
  9355. | {
  9356. |
  9357. | ;
  9358. | return 0;
  9359. | }
  9360. configure:15904: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9361. configure:15904: $? = 0
  9362. configure:15922: result: x
  9363. configure:15935: checking for WARNINGFUNC function attribute
  9364. configure:15977: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9365. conftest.c:144:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9366. WARNINGFUNC(mesg,x);
  9367. ^
  9368. conftest.c:139:45: note: expanded from macro 'WARNINGFUNC'
  9369. #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9370. ^
  9371. 1 warning generated.
  9372. configure:15977: $? = 0
  9373. configure: failed program was:
  9374. | /* confdefs.h */
  9375. | #define PACKAGE_NAME ""
  9376. | #define PACKAGE_TARNAME ""
  9377. | #define PACKAGE_VERSION ""
  9378. | #define PACKAGE_STRING ""
  9379. | #define PACKAGE_BUGREPORT ""
  9380. | #define PACKAGE_URL ""
  9381. | #define CANONICALIZATION_FOR_MATHN 1
  9382. | #define STDC_HEADERS 1
  9383. | #define HAVE_SYS_TYPES_H 1
  9384. | #define HAVE_SYS_STAT_H 1
  9385. | #define HAVE_STDLIB_H 1
  9386. | #define HAVE_STRING_H 1
  9387. | #define HAVE_MEMORY_H 1
  9388. | #define HAVE_STRINGS_H 1
  9389. | #define HAVE_INTTYPES_H 1
  9390. | #define HAVE_STDINT_H 1
  9391. | #define HAVE_UNISTD_H 1
  9392. | #define __EXTENSIONS__ 1
  9393. | #define _ALL_SOURCE 1
  9394. | #define _GNU_SOURCE 1
  9395. | #define _POSIX_PTHREAD_SEMANTICS 1
  9396. | #define _TANDEM_SOURCE 1
  9397. | #define HAVE_INFINITY 1
  9398. | #define HAVE_NAN 1
  9399. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9400. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9401. | #define BROKEN_CRYPT 1
  9402. | #define HAVE_CRT_EXTERNS_H 1
  9403. | #define HAVE_LIBDL 1
  9404. | #define HAVE_DIRENT_H 1
  9405. | #define HAVE__BOOL 1
  9406. | #define HAVE_STDBOOL_H 1
  9407. | #define HAVE_SYS_WAIT_H 1
  9408. | #define HAVE_GRP_H 1
  9409. | #define HAVE_FCNTL_H 1
  9410. | #define HAVE_FLOAT_H 1
  9411. | #define HAVE_LANGINFO_H 1
  9412. | #define HAVE_LIMITS_H 1
  9413. | #define HAVE_LOCALE_H 1
  9414. | #define HAVE_MALLOC_MALLOC_H 1
  9415. | #define HAVE_PWD_H 1
  9416. | #define HAVE_SYS_ATTR_H 1
  9417. | #define HAVE_SYS_FCNTL_H 1
  9418. | #define HAVE_SYS_FILE_H 1
  9419. | #define HAVE_SYS_IOCTL_H 1
  9420. | #define HAVE_SYS_PARAM_H 1
  9421. | #define HAVE_SYS_RESOURCE_H 1
  9422. | #define HAVE_SYS_SELECT_H 1
  9423. | #define HAVE_SYS_SOCKET_H 1
  9424. | #define HAVE_SYS_TIME_H 1
  9425. | #define HAVE_SYS_TIMES_H 1
  9426. | #define HAVE_SYS_UIO_H 1
  9427. | #define HAVE_TIME_H 1
  9428. | #define HAVE_UCONTEXT_H 1
  9429. | #define HAVE_UTIME_H 1
  9430. | #define HAVE_GMP_H 1
  9431. | #define HAVE_LIBGMP 1
  9432. | #define HAVE_TYPEOF 1
  9433. | #define HAVE_LONG_LONG 1
  9434. | #define HAVE_OFF_T 1
  9435. | #define SIZEOF_INT 4
  9436. | #define SIZEOF_SHORT 2
  9437. | #define SIZEOF_LONG 8
  9438. | #define SIZEOF_LONG_LONG 8
  9439. | #define SIZEOF___INT64 0
  9440. | #define SIZEOF___INT128 16
  9441. | #define SIZEOF_OFF_T 8
  9442. | #define SIZEOF_VOIDP 8
  9443. | #define SIZEOF_FLOAT 4
  9444. | #define SIZEOF_DOUBLE 8
  9445. | #define SIZEOF_TIME_T 8
  9446. | #define SIZEOF_CLOCK_T 8
  9447. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9448. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9449. | #define PRI_LL_PREFIX "ll"
  9450. | #define rb_pid_t pid_t
  9451. | #define SIGNEDNESS_OF_PID_T -1
  9452. | #define PIDT2NUM(v) INT2NUM(v)
  9453. | #define NUM2PIDT(v) NUM2INT(v)
  9454. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9455. | #define rb_uid_t uid_t
  9456. | #define SIGNEDNESS_OF_UID_T +1
  9457. | #define UIDT2NUM(v) UINT2NUM(v)
  9458. | #define NUM2UIDT(v) NUM2UINT(v)
  9459. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9460. | #define rb_gid_t gid_t
  9461. | #define SIGNEDNESS_OF_GID_T +1
  9462. | #define GIDT2NUM(v) UINT2NUM(v)
  9463. | #define NUM2GIDT(v) NUM2UINT(v)
  9464. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9465. | #define rb_time_t time_t
  9466. | #define SIGNEDNESS_OF_TIME_T -1
  9467. | #define TIMET2NUM(v) LONG2NUM(v)
  9468. | #define NUM2TIMET(v) NUM2LONG(v)
  9469. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9470. | #define rb_dev_t dev_t
  9471. | #define SIGNEDNESS_OF_DEV_T -1
  9472. | #define DEVT2NUM(v) INT2NUM(v)
  9473. | #define NUM2DEVT(v) NUM2INT(v)
  9474. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9475. | #define rb_mode_t mode_t
  9476. | #define SIGNEDNESS_OF_MODE_T +1
  9477. | #define MODET2NUM(v) UINT2NUM(v)
  9478. | #define NUM2MODET(v) NUM2UINT(v)
  9479. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9480. | #define rb_rlim_t rlim_t
  9481. | #define SIGNEDNESS_OF_RLIM_T +1
  9482. | #define RLIM2NUM(v) ULL2NUM(v)
  9483. | #define NUM2RLIM(v) NUM2ULL(v)
  9484. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9485. | #define rb_off_t off_t
  9486. | #define SIGNEDNESS_OF_OFF_T -1
  9487. | #define OFFT2NUM(v) LL2NUM(v)
  9488. | #define NUM2OFFT(v) NUM2LL(v)
  9489. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9490. | #define rb_clockid_t int
  9491. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9492. | #define CLOCKID2NUM(v) INT2NUM(v)
  9493. | #define NUM2CLOCKID(v) NUM2INT(v)
  9494. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9495. | #define HAVE_PROTOTYPES 1
  9496. | #define TOKEN_PASTE(x,y) x##y
  9497. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9498. | #define HAVE_STDARG_PROTOTYPES 1
  9499. | #define HAVE_VA_ARGS_MACRO 1
  9500. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9501. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9502. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9503. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9504. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9505. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9506. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9507. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9508. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9509. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9510. | /* end confdefs.h. */
  9511. |
  9512. | #define WARNINGFUNC(mesg,x) __attribute__ ((__warning__ mesg)) x
  9513. |
  9514. | #define x int conftest_attribute_check(void)
  9515. |
  9516. | #define mesg ("")
  9517. | WARNINGFUNC(mesg,x);
  9518. | int
  9519. | main ()
  9520. | {
  9521. |
  9522. | ;
  9523. | return 0;
  9524. | }
  9525. configure:15977: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9526. conftest.c:144:5: warning: unknown attribute '__warning__' ignored [-Wunknown-attributes]
  9527. WARNINGFUNC(mesg,x);
  9528. ^
  9529. conftest.c:139:47: note: expanded from macro 'WARNINGFUNC'
  9530. #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9531. ^
  9532. 1 warning generated.
  9533. configure:15977: $? = 0
  9534. configure: failed program was:
  9535. | /* confdefs.h */
  9536. | #define PACKAGE_NAME ""
  9537. | #define PACKAGE_TARNAME ""
  9538. | #define PACKAGE_VERSION ""
  9539. | #define PACKAGE_STRING ""
  9540. | #define PACKAGE_BUGREPORT ""
  9541. | #define PACKAGE_URL ""
  9542. | #define CANONICALIZATION_FOR_MATHN 1
  9543. | #define STDC_HEADERS 1
  9544. | #define HAVE_SYS_TYPES_H 1
  9545. | #define HAVE_SYS_STAT_H 1
  9546. | #define HAVE_STDLIB_H 1
  9547. | #define HAVE_STRING_H 1
  9548. | #define HAVE_MEMORY_H 1
  9549. | #define HAVE_STRINGS_H 1
  9550. | #define HAVE_INTTYPES_H 1
  9551. | #define HAVE_STDINT_H 1
  9552. | #define HAVE_UNISTD_H 1
  9553. | #define __EXTENSIONS__ 1
  9554. | #define _ALL_SOURCE 1
  9555. | #define _GNU_SOURCE 1
  9556. | #define _POSIX_PTHREAD_SEMANTICS 1
  9557. | #define _TANDEM_SOURCE 1
  9558. | #define HAVE_INFINITY 1
  9559. | #define HAVE_NAN 1
  9560. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9561. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9562. | #define BROKEN_CRYPT 1
  9563. | #define HAVE_CRT_EXTERNS_H 1
  9564. | #define HAVE_LIBDL 1
  9565. | #define HAVE_DIRENT_H 1
  9566. | #define HAVE__BOOL 1
  9567. | #define HAVE_STDBOOL_H 1
  9568. | #define HAVE_SYS_WAIT_H 1
  9569. | #define HAVE_GRP_H 1
  9570. | #define HAVE_FCNTL_H 1
  9571. | #define HAVE_FLOAT_H 1
  9572. | #define HAVE_LANGINFO_H 1
  9573. | #define HAVE_LIMITS_H 1
  9574. | #define HAVE_LOCALE_H 1
  9575. | #define HAVE_MALLOC_MALLOC_H 1
  9576. | #define HAVE_PWD_H 1
  9577. | #define HAVE_SYS_ATTR_H 1
  9578. | #define HAVE_SYS_FCNTL_H 1
  9579. | #define HAVE_SYS_FILE_H 1
  9580. | #define HAVE_SYS_IOCTL_H 1
  9581. | #define HAVE_SYS_PARAM_H 1
  9582. | #define HAVE_SYS_RESOURCE_H 1
  9583. | #define HAVE_SYS_SELECT_H 1
  9584. | #define HAVE_SYS_SOCKET_H 1
  9585. | #define HAVE_SYS_TIME_H 1
  9586. | #define HAVE_SYS_TIMES_H 1
  9587. | #define HAVE_SYS_UIO_H 1
  9588. | #define HAVE_TIME_H 1
  9589. | #define HAVE_UCONTEXT_H 1
  9590. | #define HAVE_UTIME_H 1
  9591. | #define HAVE_GMP_H 1
  9592. | #define HAVE_LIBGMP 1
  9593. | #define HAVE_TYPEOF 1
  9594. | #define HAVE_LONG_LONG 1
  9595. | #define HAVE_OFF_T 1
  9596. | #define SIZEOF_INT 4
  9597. | #define SIZEOF_SHORT 2
  9598. | #define SIZEOF_LONG 8
  9599. | #define SIZEOF_LONG_LONG 8
  9600. | #define SIZEOF___INT64 0
  9601. | #define SIZEOF___INT128 16
  9602. | #define SIZEOF_OFF_T 8
  9603. | #define SIZEOF_VOIDP 8
  9604. | #define SIZEOF_FLOAT 4
  9605. | #define SIZEOF_DOUBLE 8
  9606. | #define SIZEOF_TIME_T 8
  9607. | #define SIZEOF_CLOCK_T 8
  9608. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9609. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9610. | #define PRI_LL_PREFIX "ll"
  9611. | #define rb_pid_t pid_t
  9612. | #define SIGNEDNESS_OF_PID_T -1
  9613. | #define PIDT2NUM(v) INT2NUM(v)
  9614. | #define NUM2PIDT(v) NUM2INT(v)
  9615. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9616. | #define rb_uid_t uid_t
  9617. | #define SIGNEDNESS_OF_UID_T +1
  9618. | #define UIDT2NUM(v) UINT2NUM(v)
  9619. | #define NUM2UIDT(v) NUM2UINT(v)
  9620. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9621. | #define rb_gid_t gid_t
  9622. | #define SIGNEDNESS_OF_GID_T +1
  9623. | #define GIDT2NUM(v) UINT2NUM(v)
  9624. | #define NUM2GIDT(v) NUM2UINT(v)
  9625. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9626. | #define rb_time_t time_t
  9627. | #define SIGNEDNESS_OF_TIME_T -1
  9628. | #define TIMET2NUM(v) LONG2NUM(v)
  9629. | #define NUM2TIMET(v) NUM2LONG(v)
  9630. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9631. | #define rb_dev_t dev_t
  9632. | #define SIGNEDNESS_OF_DEV_T -1
  9633. | #define DEVT2NUM(v) INT2NUM(v)
  9634. | #define NUM2DEVT(v) NUM2INT(v)
  9635. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9636. | #define rb_mode_t mode_t
  9637. | #define SIGNEDNESS_OF_MODE_T +1
  9638. | #define MODET2NUM(v) UINT2NUM(v)
  9639. | #define NUM2MODET(v) NUM2UINT(v)
  9640. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9641. | #define rb_rlim_t rlim_t
  9642. | #define SIGNEDNESS_OF_RLIM_T +1
  9643. | #define RLIM2NUM(v) ULL2NUM(v)
  9644. | #define NUM2RLIM(v) NUM2ULL(v)
  9645. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9646. | #define rb_off_t off_t
  9647. | #define SIGNEDNESS_OF_OFF_T -1
  9648. | #define OFFT2NUM(v) LL2NUM(v)
  9649. | #define NUM2OFFT(v) NUM2LL(v)
  9650. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9651. | #define rb_clockid_t int
  9652. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9653. | #define CLOCKID2NUM(v) INT2NUM(v)
  9654. | #define NUM2CLOCKID(v) NUM2INT(v)
  9655. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9656. | #define HAVE_PROTOTYPES 1
  9657. | #define TOKEN_PASTE(x,y) x##y
  9658. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9659. | #define HAVE_STDARG_PROTOTYPES 1
  9660. | #define HAVE_VA_ARGS_MACRO 1
  9661. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9662. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9663. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9664. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9665. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9666. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9667. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9668. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9669. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9670. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9671. | /* end confdefs.h. */
  9672. |
  9673. | #define WARNINGFUNC(mesg,x) x __attribute__ ((__warning__ mesg))
  9674. |
  9675. | #define x int conftest_attribute_check(void)
  9676. |
  9677. | #define mesg ("")
  9678. | WARNINGFUNC(mesg,x);
  9679. | int
  9680. | main ()
  9681. | {
  9682. |
  9683. | ;
  9684. | return 0;
  9685. | }
  9686. configure:15977: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9687. conftest.c:144:17: error: expected parameter declarator
  9688. WARNINGFUNC(mesg,x);
  9689. ^
  9690. conftest.c:143:15: note: expanded from macro 'mesg'
  9691. #define mesg ("")
  9692. ^
  9693. conftest.c:144:17: error: expected ')'
  9694. conftest.c:143:15: note: expanded from macro 'mesg'
  9695. #define mesg ("")
  9696. ^
  9697. conftest.c:144:17: note: to match this '('
  9698. conftest.c:143:14: note: expanded from macro 'mesg'
  9699. #define mesg ("")
  9700. ^
  9701. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9702. WARNINGFUNC(mesg,x);
  9703. ^
  9704. conftest.c:139:40: note: expanded from macro 'WARNINGFUNC'
  9705. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9706. ^
  9707. conftest.c:144:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  9708. conftest.c:139:29: note: expanded from macro 'WARNINGFUNC'
  9709. #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9710. ^
  9711. conftest.c:144:22: error: expected ';' after top level declarator
  9712. WARNINGFUNC(mesg,x);
  9713. ^
  9714. conftest.c:141:11: note: expanded from macro 'x'
  9715. #define x int conftest_attribute_check(void)
  9716. ^
  9717. 2 warnings and 3 errors generated.
  9718. configure:15977: $? = 1
  9719. configure: failed program was:
  9720. | /* confdefs.h */
  9721. | #define PACKAGE_NAME ""
  9722. | #define PACKAGE_TARNAME ""
  9723. | #define PACKAGE_VERSION ""
  9724. | #define PACKAGE_STRING ""
  9725. | #define PACKAGE_BUGREPORT ""
  9726. | #define PACKAGE_URL ""
  9727. | #define CANONICALIZATION_FOR_MATHN 1
  9728. | #define STDC_HEADERS 1
  9729. | #define HAVE_SYS_TYPES_H 1
  9730. | #define HAVE_SYS_STAT_H 1
  9731. | #define HAVE_STDLIB_H 1
  9732. | #define HAVE_STRING_H 1
  9733. | #define HAVE_MEMORY_H 1
  9734. | #define HAVE_STRINGS_H 1
  9735. | #define HAVE_INTTYPES_H 1
  9736. | #define HAVE_STDINT_H 1
  9737. | #define HAVE_UNISTD_H 1
  9738. | #define __EXTENSIONS__ 1
  9739. | #define _ALL_SOURCE 1
  9740. | #define _GNU_SOURCE 1
  9741. | #define _POSIX_PTHREAD_SEMANTICS 1
  9742. | #define _TANDEM_SOURCE 1
  9743. | #define HAVE_INFINITY 1
  9744. | #define HAVE_NAN 1
  9745. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9746. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9747. | #define BROKEN_CRYPT 1
  9748. | #define HAVE_CRT_EXTERNS_H 1
  9749. | #define HAVE_LIBDL 1
  9750. | #define HAVE_DIRENT_H 1
  9751. | #define HAVE__BOOL 1
  9752. | #define HAVE_STDBOOL_H 1
  9753. | #define HAVE_SYS_WAIT_H 1
  9754. | #define HAVE_GRP_H 1
  9755. | #define HAVE_FCNTL_H 1
  9756. | #define HAVE_FLOAT_H 1
  9757. | #define HAVE_LANGINFO_H 1
  9758. | #define HAVE_LIMITS_H 1
  9759. | #define HAVE_LOCALE_H 1
  9760. | #define HAVE_MALLOC_MALLOC_H 1
  9761. | #define HAVE_PWD_H 1
  9762. | #define HAVE_SYS_ATTR_H 1
  9763. | #define HAVE_SYS_FCNTL_H 1
  9764. | #define HAVE_SYS_FILE_H 1
  9765. | #define HAVE_SYS_IOCTL_H 1
  9766. | #define HAVE_SYS_PARAM_H 1
  9767. | #define HAVE_SYS_RESOURCE_H 1
  9768. | #define HAVE_SYS_SELECT_H 1
  9769. | #define HAVE_SYS_SOCKET_H 1
  9770. | #define HAVE_SYS_TIME_H 1
  9771. | #define HAVE_SYS_TIMES_H 1
  9772. | #define HAVE_SYS_UIO_H 1
  9773. | #define HAVE_TIME_H 1
  9774. | #define HAVE_UCONTEXT_H 1
  9775. | #define HAVE_UTIME_H 1
  9776. | #define HAVE_GMP_H 1
  9777. | #define HAVE_LIBGMP 1
  9778. | #define HAVE_TYPEOF 1
  9779. | #define HAVE_LONG_LONG 1
  9780. | #define HAVE_OFF_T 1
  9781. | #define SIZEOF_INT 4
  9782. | #define SIZEOF_SHORT 2
  9783. | #define SIZEOF_LONG 8
  9784. | #define SIZEOF_LONG_LONG 8
  9785. | #define SIZEOF___INT64 0
  9786. | #define SIZEOF___INT128 16
  9787. | #define SIZEOF_OFF_T 8
  9788. | #define SIZEOF_VOIDP 8
  9789. | #define SIZEOF_FLOAT 4
  9790. | #define SIZEOF_DOUBLE 8
  9791. | #define SIZEOF_TIME_T 8
  9792. | #define SIZEOF_CLOCK_T 8
  9793. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9794. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9795. | #define PRI_LL_PREFIX "ll"
  9796. | #define rb_pid_t pid_t
  9797. | #define SIGNEDNESS_OF_PID_T -1
  9798. | #define PIDT2NUM(v) INT2NUM(v)
  9799. | #define NUM2PIDT(v) NUM2INT(v)
  9800. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9801. | #define rb_uid_t uid_t
  9802. | #define SIGNEDNESS_OF_UID_T +1
  9803. | #define UIDT2NUM(v) UINT2NUM(v)
  9804. | #define NUM2UIDT(v) NUM2UINT(v)
  9805. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9806. | #define rb_gid_t gid_t
  9807. | #define SIGNEDNESS_OF_GID_T +1
  9808. | #define GIDT2NUM(v) UINT2NUM(v)
  9809. | #define NUM2GIDT(v) NUM2UINT(v)
  9810. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9811. | #define rb_time_t time_t
  9812. | #define SIGNEDNESS_OF_TIME_T -1
  9813. | #define TIMET2NUM(v) LONG2NUM(v)
  9814. | #define NUM2TIMET(v) NUM2LONG(v)
  9815. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9816. | #define rb_dev_t dev_t
  9817. | #define SIGNEDNESS_OF_DEV_T -1
  9818. | #define DEVT2NUM(v) INT2NUM(v)
  9819. | #define NUM2DEVT(v) NUM2INT(v)
  9820. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9821. | #define rb_mode_t mode_t
  9822. | #define SIGNEDNESS_OF_MODE_T +1
  9823. | #define MODET2NUM(v) UINT2NUM(v)
  9824. | #define NUM2MODET(v) NUM2UINT(v)
  9825. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9826. | #define rb_rlim_t rlim_t
  9827. | #define SIGNEDNESS_OF_RLIM_T +1
  9828. | #define RLIM2NUM(v) ULL2NUM(v)
  9829. | #define NUM2RLIM(v) NUM2ULL(v)
  9830. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  9831. | #define rb_off_t off_t
  9832. | #define SIGNEDNESS_OF_OFF_T -1
  9833. | #define OFFT2NUM(v) LL2NUM(v)
  9834. | #define NUM2OFFT(v) NUM2LL(v)
  9835. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  9836. | #define rb_clockid_t int
  9837. | #define SIGNEDNESS_OF_CLOCKID_T -1
  9838. | #define CLOCKID2NUM(v) INT2NUM(v)
  9839. | #define NUM2CLOCKID(v) NUM2INT(v)
  9840. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  9841. | #define HAVE_PROTOTYPES 1
  9842. | #define TOKEN_PASTE(x,y) x##y
  9843. | #define STRINGIZE(expr) STRINGIZE0(expr)
  9844. | #define HAVE_STDARG_PROTOTYPES 1
  9845. | #define HAVE_VA_ARGS_MACRO 1
  9846. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  9847. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  9848. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  9849. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  9850. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  9851. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  9852. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  9853. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  9854. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  9855. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  9856. | /* end confdefs.h. */
  9857. |
  9858. | #define WARNINGFUNC(mesg,x) __declspec(__warning__ mesg) x
  9859. |
  9860. | #define x int conftest_attribute_check(void)
  9861. |
  9862. | #define mesg ("")
  9863. | WARNINGFUNC(mesg,x);
  9864. | int
  9865. | main ()
  9866. | {
  9867. |
  9868. | ;
  9869. | return 0;
  9870. | }
  9871. configure:15977: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9872. configure:15977: $? = 0
  9873. configure:15995: result: x
  9874. configure:16008: checking for WEAK function attribute
  9875. configure:16050: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9876. configure:16050: $? = 0
  9877. configure:16068: result: __attribute__ ((__weak__)) x
  9878. configure:16089: checking for FUNC_STDCALL function attribute
  9879. configure:16133: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  9880. conftest.c:148:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  9881. FUNC_STDCALL(x);
  9882. ^
  9883. conftest.c:141:41: note: expanded from macro 'FUNC_STDCALL'
  9884. #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  9885. ^
  9886. 1 warning generated.
  9887. configure:16133: $? = 0
  9888. configure: failed program was:
  9889. | /* confdefs.h */
  9890. | #define PACKAGE_NAME ""
  9891. | #define PACKAGE_TARNAME ""
  9892. | #define PACKAGE_VERSION ""
  9893. | #define PACKAGE_STRING ""
  9894. | #define PACKAGE_BUGREPORT ""
  9895. | #define PACKAGE_URL ""
  9896. | #define CANONICALIZATION_FOR_MATHN 1
  9897. | #define STDC_HEADERS 1
  9898. | #define HAVE_SYS_TYPES_H 1
  9899. | #define HAVE_SYS_STAT_H 1
  9900. | #define HAVE_STDLIB_H 1
  9901. | #define HAVE_STRING_H 1
  9902. | #define HAVE_MEMORY_H 1
  9903. | #define HAVE_STRINGS_H 1
  9904. | #define HAVE_INTTYPES_H 1
  9905. | #define HAVE_STDINT_H 1
  9906. | #define HAVE_UNISTD_H 1
  9907. | #define __EXTENSIONS__ 1
  9908. | #define _ALL_SOURCE 1
  9909. | #define _GNU_SOURCE 1
  9910. | #define _POSIX_PTHREAD_SEMANTICS 1
  9911. | #define _TANDEM_SOURCE 1
  9912. | #define HAVE_INFINITY 1
  9913. | #define HAVE_NAN 1
  9914. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  9915. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  9916. | #define BROKEN_CRYPT 1
  9917. | #define HAVE_CRT_EXTERNS_H 1
  9918. | #define HAVE_LIBDL 1
  9919. | #define HAVE_DIRENT_H 1
  9920. | #define HAVE__BOOL 1
  9921. | #define HAVE_STDBOOL_H 1
  9922. | #define HAVE_SYS_WAIT_H 1
  9923. | #define HAVE_GRP_H 1
  9924. | #define HAVE_FCNTL_H 1
  9925. | #define HAVE_FLOAT_H 1
  9926. | #define HAVE_LANGINFO_H 1
  9927. | #define HAVE_LIMITS_H 1
  9928. | #define HAVE_LOCALE_H 1
  9929. | #define HAVE_MALLOC_MALLOC_H 1
  9930. | #define HAVE_PWD_H 1
  9931. | #define HAVE_SYS_ATTR_H 1
  9932. | #define HAVE_SYS_FCNTL_H 1
  9933. | #define HAVE_SYS_FILE_H 1
  9934. | #define HAVE_SYS_IOCTL_H 1
  9935. | #define HAVE_SYS_PARAM_H 1
  9936. | #define HAVE_SYS_RESOURCE_H 1
  9937. | #define HAVE_SYS_SELECT_H 1
  9938. | #define HAVE_SYS_SOCKET_H 1
  9939. | #define HAVE_SYS_TIME_H 1
  9940. | #define HAVE_SYS_TIMES_H 1
  9941. | #define HAVE_SYS_UIO_H 1
  9942. | #define HAVE_TIME_H 1
  9943. | #define HAVE_UCONTEXT_H 1
  9944. | #define HAVE_UTIME_H 1
  9945. | #define HAVE_GMP_H 1
  9946. | #define HAVE_LIBGMP 1
  9947. | #define HAVE_TYPEOF 1
  9948. | #define HAVE_LONG_LONG 1
  9949. | #define HAVE_OFF_T 1
  9950. | #define SIZEOF_INT 4
  9951. | #define SIZEOF_SHORT 2
  9952. | #define SIZEOF_LONG 8
  9953. | #define SIZEOF_LONG_LONG 8
  9954. | #define SIZEOF___INT64 0
  9955. | #define SIZEOF___INT128 16
  9956. | #define SIZEOF_OFF_T 8
  9957. | #define SIZEOF_VOIDP 8
  9958. | #define SIZEOF_FLOAT 4
  9959. | #define SIZEOF_DOUBLE 8
  9960. | #define SIZEOF_TIME_T 8
  9961. | #define SIZEOF_CLOCK_T 8
  9962. | #define PACKED_STRUCT(x) x __attribute__((packed))
  9963. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  9964. | #define PRI_LL_PREFIX "ll"
  9965. | #define rb_pid_t pid_t
  9966. | #define SIGNEDNESS_OF_PID_T -1
  9967. | #define PIDT2NUM(v) INT2NUM(v)
  9968. | #define NUM2PIDT(v) NUM2INT(v)
  9969. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  9970. | #define rb_uid_t uid_t
  9971. | #define SIGNEDNESS_OF_UID_T +1
  9972. | #define UIDT2NUM(v) UINT2NUM(v)
  9973. | #define NUM2UIDT(v) NUM2UINT(v)
  9974. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  9975. | #define rb_gid_t gid_t
  9976. | #define SIGNEDNESS_OF_GID_T +1
  9977. | #define GIDT2NUM(v) UINT2NUM(v)
  9978. | #define NUM2GIDT(v) NUM2UINT(v)
  9979. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  9980. | #define rb_time_t time_t
  9981. | #define SIGNEDNESS_OF_TIME_T -1
  9982. | #define TIMET2NUM(v) LONG2NUM(v)
  9983. | #define NUM2TIMET(v) NUM2LONG(v)
  9984. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  9985. | #define rb_dev_t dev_t
  9986. | #define SIGNEDNESS_OF_DEV_T -1
  9987. | #define DEVT2NUM(v) INT2NUM(v)
  9988. | #define NUM2DEVT(v) NUM2INT(v)
  9989. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  9990. | #define rb_mode_t mode_t
  9991. | #define SIGNEDNESS_OF_MODE_T +1
  9992. | #define MODET2NUM(v) UINT2NUM(v)
  9993. | #define NUM2MODET(v) NUM2UINT(v)
  9994. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  9995. | #define rb_rlim_t rlim_t
  9996. | #define SIGNEDNESS_OF_RLIM_T +1
  9997. | #define RLIM2NUM(v) ULL2NUM(v)
  9998. | #define NUM2RLIM(v) NUM2ULL(v)
  9999. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10000. | #define rb_off_t off_t
  10001. | #define SIGNEDNESS_OF_OFF_T -1
  10002. | #define OFFT2NUM(v) LL2NUM(v)
  10003. | #define NUM2OFFT(v) NUM2LL(v)
  10004. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10005. | #define rb_clockid_t int
  10006. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10007. | #define CLOCKID2NUM(v) INT2NUM(v)
  10008. | #define NUM2CLOCKID(v) NUM2INT(v)
  10009. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10010. | #define HAVE_PROTOTYPES 1
  10011. | #define TOKEN_PASTE(x,y) x##y
  10012. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10013. | #define HAVE_STDARG_PROTOTYPES 1
  10014. | #define HAVE_VA_ARGS_MACRO 1
  10015. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10016. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10017. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10018. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10019. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10020. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10021. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10022. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10023. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10024. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10025. | #define WEAK(x) __attribute__ ((__weak__)) x
  10026. | #define HAVE_FUNC_WEAK 1
  10027. | /* end confdefs.h. */
  10028. |
  10029. | #define FUNC_STDCALL(x) __attribute__ ((__stdcall__)) x
  10030. |
  10031. |
  10032. |
  10033. | #define x int conftest_attribute_check(void)
  10034. |
  10035. | #define mesg ("")
  10036. | FUNC_STDCALL(x);
  10037. | int
  10038. | main ()
  10039. | {
  10040. |
  10041. | ;
  10042. | return 0;
  10043. | }
  10044. configure:16133: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10045. conftest.c:148:5: warning: calling convention '__stdcall__' ignored for this target [-Wignored-attributes]
  10046. FUNC_STDCALL(x);
  10047. ^
  10048. conftest.c:141:43: note: expanded from macro 'FUNC_STDCALL'
  10049. #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10050. ^
  10051. 1 warning generated.
  10052. configure:16133: $? = 0
  10053. configure: failed program was:
  10054. | /* confdefs.h */
  10055. | #define PACKAGE_NAME ""
  10056. | #define PACKAGE_TARNAME ""
  10057. | #define PACKAGE_VERSION ""
  10058. | #define PACKAGE_STRING ""
  10059. | #define PACKAGE_BUGREPORT ""
  10060. | #define PACKAGE_URL ""
  10061. | #define CANONICALIZATION_FOR_MATHN 1
  10062. | #define STDC_HEADERS 1
  10063. | #define HAVE_SYS_TYPES_H 1
  10064. | #define HAVE_SYS_STAT_H 1
  10065. | #define HAVE_STDLIB_H 1
  10066. | #define HAVE_STRING_H 1
  10067. | #define HAVE_MEMORY_H 1
  10068. | #define HAVE_STRINGS_H 1
  10069. | #define HAVE_INTTYPES_H 1
  10070. | #define HAVE_STDINT_H 1
  10071. | #define HAVE_UNISTD_H 1
  10072. | #define __EXTENSIONS__ 1
  10073. | #define _ALL_SOURCE 1
  10074. | #define _GNU_SOURCE 1
  10075. | #define _POSIX_PTHREAD_SEMANTICS 1
  10076. | #define _TANDEM_SOURCE 1
  10077. | #define HAVE_INFINITY 1
  10078. | #define HAVE_NAN 1
  10079. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10080. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10081. | #define BROKEN_CRYPT 1
  10082. | #define HAVE_CRT_EXTERNS_H 1
  10083. | #define HAVE_LIBDL 1
  10084. | #define HAVE_DIRENT_H 1
  10085. | #define HAVE__BOOL 1
  10086. | #define HAVE_STDBOOL_H 1
  10087. | #define HAVE_SYS_WAIT_H 1
  10088. | #define HAVE_GRP_H 1
  10089. | #define HAVE_FCNTL_H 1
  10090. | #define HAVE_FLOAT_H 1
  10091. | #define HAVE_LANGINFO_H 1
  10092. | #define HAVE_LIMITS_H 1
  10093. | #define HAVE_LOCALE_H 1
  10094. | #define HAVE_MALLOC_MALLOC_H 1
  10095. | #define HAVE_PWD_H 1
  10096. | #define HAVE_SYS_ATTR_H 1
  10097. | #define HAVE_SYS_FCNTL_H 1
  10098. | #define HAVE_SYS_FILE_H 1
  10099. | #define HAVE_SYS_IOCTL_H 1
  10100. | #define HAVE_SYS_PARAM_H 1
  10101. | #define HAVE_SYS_RESOURCE_H 1
  10102. | #define HAVE_SYS_SELECT_H 1
  10103. | #define HAVE_SYS_SOCKET_H 1
  10104. | #define HAVE_SYS_TIME_H 1
  10105. | #define HAVE_SYS_TIMES_H 1
  10106. | #define HAVE_SYS_UIO_H 1
  10107. | #define HAVE_TIME_H 1
  10108. | #define HAVE_UCONTEXT_H 1
  10109. | #define HAVE_UTIME_H 1
  10110. | #define HAVE_GMP_H 1
  10111. | #define HAVE_LIBGMP 1
  10112. | #define HAVE_TYPEOF 1
  10113. | #define HAVE_LONG_LONG 1
  10114. | #define HAVE_OFF_T 1
  10115. | #define SIZEOF_INT 4
  10116. | #define SIZEOF_SHORT 2
  10117. | #define SIZEOF_LONG 8
  10118. | #define SIZEOF_LONG_LONG 8
  10119. | #define SIZEOF___INT64 0
  10120. | #define SIZEOF___INT128 16
  10121. | #define SIZEOF_OFF_T 8
  10122. | #define SIZEOF_VOIDP 8
  10123. | #define SIZEOF_FLOAT 4
  10124. | #define SIZEOF_DOUBLE 8
  10125. | #define SIZEOF_TIME_T 8
  10126. | #define SIZEOF_CLOCK_T 8
  10127. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10128. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10129. | #define PRI_LL_PREFIX "ll"
  10130. | #define rb_pid_t pid_t
  10131. | #define SIGNEDNESS_OF_PID_T -1
  10132. | #define PIDT2NUM(v) INT2NUM(v)
  10133. | #define NUM2PIDT(v) NUM2INT(v)
  10134. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10135. | #define rb_uid_t uid_t
  10136. | #define SIGNEDNESS_OF_UID_T +1
  10137. | #define UIDT2NUM(v) UINT2NUM(v)
  10138. | #define NUM2UIDT(v) NUM2UINT(v)
  10139. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10140. | #define rb_gid_t gid_t
  10141. | #define SIGNEDNESS_OF_GID_T +1
  10142. | #define GIDT2NUM(v) UINT2NUM(v)
  10143. | #define NUM2GIDT(v) NUM2UINT(v)
  10144. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10145. | #define rb_time_t time_t
  10146. | #define SIGNEDNESS_OF_TIME_T -1
  10147. | #define TIMET2NUM(v) LONG2NUM(v)
  10148. | #define NUM2TIMET(v) NUM2LONG(v)
  10149. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10150. | #define rb_dev_t dev_t
  10151. | #define SIGNEDNESS_OF_DEV_T -1
  10152. | #define DEVT2NUM(v) INT2NUM(v)
  10153. | #define NUM2DEVT(v) NUM2INT(v)
  10154. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10155. | #define rb_mode_t mode_t
  10156. | #define SIGNEDNESS_OF_MODE_T +1
  10157. | #define MODET2NUM(v) UINT2NUM(v)
  10158. | #define NUM2MODET(v) NUM2UINT(v)
  10159. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10160. | #define rb_rlim_t rlim_t
  10161. | #define SIGNEDNESS_OF_RLIM_T +1
  10162. | #define RLIM2NUM(v) ULL2NUM(v)
  10163. | #define NUM2RLIM(v) NUM2ULL(v)
  10164. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10165. | #define rb_off_t off_t
  10166. | #define SIGNEDNESS_OF_OFF_T -1
  10167. | #define OFFT2NUM(v) LL2NUM(v)
  10168. | #define NUM2OFFT(v) NUM2LL(v)
  10169. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10170. | #define rb_clockid_t int
  10171. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10172. | #define CLOCKID2NUM(v) INT2NUM(v)
  10173. | #define NUM2CLOCKID(v) NUM2INT(v)
  10174. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10175. | #define HAVE_PROTOTYPES 1
  10176. | #define TOKEN_PASTE(x,y) x##y
  10177. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10178. | #define HAVE_STDARG_PROTOTYPES 1
  10179. | #define HAVE_VA_ARGS_MACRO 1
  10180. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10181. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10182. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10183. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10184. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10185. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10186. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10187. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10188. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10189. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10190. | #define WEAK(x) __attribute__ ((__weak__)) x
  10191. | #define HAVE_FUNC_WEAK 1
  10192. | /* end confdefs.h. */
  10193. |
  10194. | #define FUNC_STDCALL(x) x __attribute__ ((__stdcall__))
  10195. |
  10196. |
  10197. |
  10198. | #define x int conftest_attribute_check(void)
  10199. |
  10200. | #define mesg ("")
  10201. | FUNC_STDCALL(x);
  10202. | int
  10203. | main ()
  10204. | {
  10205. |
  10206. | ;
  10207. | return 0;
  10208. | }
  10209. configure:16133: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10210. conftest.c:148:18: error: parameter named 'conftest_attribute_check' is missing
  10211. FUNC_STDCALL(x);
  10212. ^
  10213. conftest.c:145:15: note: expanded from macro 'x'
  10214. #define x int conftest_attribute_check(void)
  10215. ^
  10216. conftest.c:150:1: error: parameter named 'main' is missing
  10217. main ()
  10218. ^
  10219. conftest.c:150:8: error: expected ';' at end of declaration
  10220. main ()
  10221. ^
  10222. ;
  10223. conftest.c:148:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  10224. FUNC_STDCALL(x);
  10225. ^
  10226. conftest.c:141:25: note: expanded from macro 'FUNC_STDCALL'
  10227. #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10228. ^
  10229. 1 warning and 3 errors generated.
  10230. configure:16133: $? = 1
  10231. configure: failed program was:
  10232. | /* confdefs.h */
  10233. | #define PACKAGE_NAME ""
  10234. | #define PACKAGE_TARNAME ""
  10235. | #define PACKAGE_VERSION ""
  10236. | #define PACKAGE_STRING ""
  10237. | #define PACKAGE_BUGREPORT ""
  10238. | #define PACKAGE_URL ""
  10239. | #define CANONICALIZATION_FOR_MATHN 1
  10240. | #define STDC_HEADERS 1
  10241. | #define HAVE_SYS_TYPES_H 1
  10242. | #define HAVE_SYS_STAT_H 1
  10243. | #define HAVE_STDLIB_H 1
  10244. | #define HAVE_STRING_H 1
  10245. | #define HAVE_MEMORY_H 1
  10246. | #define HAVE_STRINGS_H 1
  10247. | #define HAVE_INTTYPES_H 1
  10248. | #define HAVE_STDINT_H 1
  10249. | #define HAVE_UNISTD_H 1
  10250. | #define __EXTENSIONS__ 1
  10251. | #define _ALL_SOURCE 1
  10252. | #define _GNU_SOURCE 1
  10253. | #define _POSIX_PTHREAD_SEMANTICS 1
  10254. | #define _TANDEM_SOURCE 1
  10255. | #define HAVE_INFINITY 1
  10256. | #define HAVE_NAN 1
  10257. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10258. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10259. | #define BROKEN_CRYPT 1
  10260. | #define HAVE_CRT_EXTERNS_H 1
  10261. | #define HAVE_LIBDL 1
  10262. | #define HAVE_DIRENT_H 1
  10263. | #define HAVE__BOOL 1
  10264. | #define HAVE_STDBOOL_H 1
  10265. | #define HAVE_SYS_WAIT_H 1
  10266. | #define HAVE_GRP_H 1
  10267. | #define HAVE_FCNTL_H 1
  10268. | #define HAVE_FLOAT_H 1
  10269. | #define HAVE_LANGINFO_H 1
  10270. | #define HAVE_LIMITS_H 1
  10271. | #define HAVE_LOCALE_H 1
  10272. | #define HAVE_MALLOC_MALLOC_H 1
  10273. | #define HAVE_PWD_H 1
  10274. | #define HAVE_SYS_ATTR_H 1
  10275. | #define HAVE_SYS_FCNTL_H 1
  10276. | #define HAVE_SYS_FILE_H 1
  10277. | #define HAVE_SYS_IOCTL_H 1
  10278. | #define HAVE_SYS_PARAM_H 1
  10279. | #define HAVE_SYS_RESOURCE_H 1
  10280. | #define HAVE_SYS_SELECT_H 1
  10281. | #define HAVE_SYS_SOCKET_H 1
  10282. | #define HAVE_SYS_TIME_H 1
  10283. | #define HAVE_SYS_TIMES_H 1
  10284. | #define HAVE_SYS_UIO_H 1
  10285. | #define HAVE_TIME_H 1
  10286. | #define HAVE_UCONTEXT_H 1
  10287. | #define HAVE_UTIME_H 1
  10288. | #define HAVE_GMP_H 1
  10289. | #define HAVE_LIBGMP 1
  10290. | #define HAVE_TYPEOF 1
  10291. | #define HAVE_LONG_LONG 1
  10292. | #define HAVE_OFF_T 1
  10293. | #define SIZEOF_INT 4
  10294. | #define SIZEOF_SHORT 2
  10295. | #define SIZEOF_LONG 8
  10296. | #define SIZEOF_LONG_LONG 8
  10297. | #define SIZEOF___INT64 0
  10298. | #define SIZEOF___INT128 16
  10299. | #define SIZEOF_OFF_T 8
  10300. | #define SIZEOF_VOIDP 8
  10301. | #define SIZEOF_FLOAT 4
  10302. | #define SIZEOF_DOUBLE 8
  10303. | #define SIZEOF_TIME_T 8
  10304. | #define SIZEOF_CLOCK_T 8
  10305. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10306. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10307. | #define PRI_LL_PREFIX "ll"
  10308. | #define rb_pid_t pid_t
  10309. | #define SIGNEDNESS_OF_PID_T -1
  10310. | #define PIDT2NUM(v) INT2NUM(v)
  10311. | #define NUM2PIDT(v) NUM2INT(v)
  10312. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10313. | #define rb_uid_t uid_t
  10314. | #define SIGNEDNESS_OF_UID_T +1
  10315. | #define UIDT2NUM(v) UINT2NUM(v)
  10316. | #define NUM2UIDT(v) NUM2UINT(v)
  10317. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10318. | #define rb_gid_t gid_t
  10319. | #define SIGNEDNESS_OF_GID_T +1
  10320. | #define GIDT2NUM(v) UINT2NUM(v)
  10321. | #define NUM2GIDT(v) NUM2UINT(v)
  10322. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10323. | #define rb_time_t time_t
  10324. | #define SIGNEDNESS_OF_TIME_T -1
  10325. | #define TIMET2NUM(v) LONG2NUM(v)
  10326. | #define NUM2TIMET(v) NUM2LONG(v)
  10327. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10328. | #define rb_dev_t dev_t
  10329. | #define SIGNEDNESS_OF_DEV_T -1
  10330. | #define DEVT2NUM(v) INT2NUM(v)
  10331. | #define NUM2DEVT(v) NUM2INT(v)
  10332. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10333. | #define rb_mode_t mode_t
  10334. | #define SIGNEDNESS_OF_MODE_T +1
  10335. | #define MODET2NUM(v) UINT2NUM(v)
  10336. | #define NUM2MODET(v) NUM2UINT(v)
  10337. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10338. | #define rb_rlim_t rlim_t
  10339. | #define SIGNEDNESS_OF_RLIM_T +1
  10340. | #define RLIM2NUM(v) ULL2NUM(v)
  10341. | #define NUM2RLIM(v) NUM2ULL(v)
  10342. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10343. | #define rb_off_t off_t
  10344. | #define SIGNEDNESS_OF_OFF_T -1
  10345. | #define OFFT2NUM(v) LL2NUM(v)
  10346. | #define NUM2OFFT(v) NUM2LL(v)
  10347. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10348. | #define rb_clockid_t int
  10349. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10350. | #define CLOCKID2NUM(v) INT2NUM(v)
  10351. | #define NUM2CLOCKID(v) NUM2INT(v)
  10352. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10353. | #define HAVE_PROTOTYPES 1
  10354. | #define TOKEN_PASTE(x,y) x##y
  10355. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10356. | #define HAVE_STDARG_PROTOTYPES 1
  10357. | #define HAVE_VA_ARGS_MACRO 1
  10358. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10359. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10360. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10361. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10362. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10363. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10364. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10365. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10366. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10367. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10368. | #define WEAK(x) __attribute__ ((__weak__)) x
  10369. | #define HAVE_FUNC_WEAK 1
  10370. | /* end confdefs.h. */
  10371. |
  10372. | #define FUNC_STDCALL(x) __declspec(__stdcall__) x
  10373. |
  10374. |
  10375. |
  10376. | #define x int conftest_attribute_check(void)
  10377. |
  10378. | #define mesg ("")
  10379. | FUNC_STDCALL(x);
  10380. | int
  10381. | main ()
  10382. | {
  10383. |
  10384. | ;
  10385. | return 0;
  10386. | }
  10387. configure:16133: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10388. configure:16133: $? = 0
  10389. configure:16151: result: x
  10390. configure:16170: checking for FUNC_CDECL function attribute
  10391. configure:16214: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10392. configure:16214: $? = 0
  10393. configure:16232: result: __attribute__ ((__cdecl__)) x
  10394. configure:16251: checking for FUNC_FASTCALL function attribute
  10395. configure:16295: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10396. conftest.c:149:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10397. FUNC_FASTCALL(x);
  10398. ^
  10399. conftest.c:142:42: note: expanded from macro 'FUNC_FASTCALL'
  10400. #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10401. ^
  10402. 1 warning generated.
  10403. configure:16295: $? = 0
  10404. configure: failed program was:
  10405. | /* confdefs.h */
  10406. | #define PACKAGE_NAME ""
  10407. | #define PACKAGE_TARNAME ""
  10408. | #define PACKAGE_VERSION ""
  10409. | #define PACKAGE_STRING ""
  10410. | #define PACKAGE_BUGREPORT ""
  10411. | #define PACKAGE_URL ""
  10412. | #define CANONICALIZATION_FOR_MATHN 1
  10413. | #define STDC_HEADERS 1
  10414. | #define HAVE_SYS_TYPES_H 1
  10415. | #define HAVE_SYS_STAT_H 1
  10416. | #define HAVE_STDLIB_H 1
  10417. | #define HAVE_STRING_H 1
  10418. | #define HAVE_MEMORY_H 1
  10419. | #define HAVE_STRINGS_H 1
  10420. | #define HAVE_INTTYPES_H 1
  10421. | #define HAVE_STDINT_H 1
  10422. | #define HAVE_UNISTD_H 1
  10423. | #define __EXTENSIONS__ 1
  10424. | #define _ALL_SOURCE 1
  10425. | #define _GNU_SOURCE 1
  10426. | #define _POSIX_PTHREAD_SEMANTICS 1
  10427. | #define _TANDEM_SOURCE 1
  10428. | #define HAVE_INFINITY 1
  10429. | #define HAVE_NAN 1
  10430. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10431. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10432. | #define BROKEN_CRYPT 1
  10433. | #define HAVE_CRT_EXTERNS_H 1
  10434. | #define HAVE_LIBDL 1
  10435. | #define HAVE_DIRENT_H 1
  10436. | #define HAVE__BOOL 1
  10437. | #define HAVE_STDBOOL_H 1
  10438. | #define HAVE_SYS_WAIT_H 1
  10439. | #define HAVE_GRP_H 1
  10440. | #define HAVE_FCNTL_H 1
  10441. | #define HAVE_FLOAT_H 1
  10442. | #define HAVE_LANGINFO_H 1
  10443. | #define HAVE_LIMITS_H 1
  10444. | #define HAVE_LOCALE_H 1
  10445. | #define HAVE_MALLOC_MALLOC_H 1
  10446. | #define HAVE_PWD_H 1
  10447. | #define HAVE_SYS_ATTR_H 1
  10448. | #define HAVE_SYS_FCNTL_H 1
  10449. | #define HAVE_SYS_FILE_H 1
  10450. | #define HAVE_SYS_IOCTL_H 1
  10451. | #define HAVE_SYS_PARAM_H 1
  10452. | #define HAVE_SYS_RESOURCE_H 1
  10453. | #define HAVE_SYS_SELECT_H 1
  10454. | #define HAVE_SYS_SOCKET_H 1
  10455. | #define HAVE_SYS_TIME_H 1
  10456. | #define HAVE_SYS_TIMES_H 1
  10457. | #define HAVE_SYS_UIO_H 1
  10458. | #define HAVE_TIME_H 1
  10459. | #define HAVE_UCONTEXT_H 1
  10460. | #define HAVE_UTIME_H 1
  10461. | #define HAVE_GMP_H 1
  10462. | #define HAVE_LIBGMP 1
  10463. | #define HAVE_TYPEOF 1
  10464. | #define HAVE_LONG_LONG 1
  10465. | #define HAVE_OFF_T 1
  10466. | #define SIZEOF_INT 4
  10467. | #define SIZEOF_SHORT 2
  10468. | #define SIZEOF_LONG 8
  10469. | #define SIZEOF_LONG_LONG 8
  10470. | #define SIZEOF___INT64 0
  10471. | #define SIZEOF___INT128 16
  10472. | #define SIZEOF_OFF_T 8
  10473. | #define SIZEOF_VOIDP 8
  10474. | #define SIZEOF_FLOAT 4
  10475. | #define SIZEOF_DOUBLE 8
  10476. | #define SIZEOF_TIME_T 8
  10477. | #define SIZEOF_CLOCK_T 8
  10478. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10479. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10480. | #define PRI_LL_PREFIX "ll"
  10481. | #define rb_pid_t pid_t
  10482. | #define SIGNEDNESS_OF_PID_T -1
  10483. | #define PIDT2NUM(v) INT2NUM(v)
  10484. | #define NUM2PIDT(v) NUM2INT(v)
  10485. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10486. | #define rb_uid_t uid_t
  10487. | #define SIGNEDNESS_OF_UID_T +1
  10488. | #define UIDT2NUM(v) UINT2NUM(v)
  10489. | #define NUM2UIDT(v) NUM2UINT(v)
  10490. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10491. | #define rb_gid_t gid_t
  10492. | #define SIGNEDNESS_OF_GID_T +1
  10493. | #define GIDT2NUM(v) UINT2NUM(v)
  10494. | #define NUM2GIDT(v) NUM2UINT(v)
  10495. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10496. | #define rb_time_t time_t
  10497. | #define SIGNEDNESS_OF_TIME_T -1
  10498. | #define TIMET2NUM(v) LONG2NUM(v)
  10499. | #define NUM2TIMET(v) NUM2LONG(v)
  10500. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10501. | #define rb_dev_t dev_t
  10502. | #define SIGNEDNESS_OF_DEV_T -1
  10503. | #define DEVT2NUM(v) INT2NUM(v)
  10504. | #define NUM2DEVT(v) NUM2INT(v)
  10505. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10506. | #define rb_mode_t mode_t
  10507. | #define SIGNEDNESS_OF_MODE_T +1
  10508. | #define MODET2NUM(v) UINT2NUM(v)
  10509. | #define NUM2MODET(v) NUM2UINT(v)
  10510. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10511. | #define rb_rlim_t rlim_t
  10512. | #define SIGNEDNESS_OF_RLIM_T +1
  10513. | #define RLIM2NUM(v) ULL2NUM(v)
  10514. | #define NUM2RLIM(v) NUM2ULL(v)
  10515. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10516. | #define rb_off_t off_t
  10517. | #define SIGNEDNESS_OF_OFF_T -1
  10518. | #define OFFT2NUM(v) LL2NUM(v)
  10519. | #define NUM2OFFT(v) NUM2LL(v)
  10520. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10521. | #define rb_clockid_t int
  10522. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10523. | #define CLOCKID2NUM(v) INT2NUM(v)
  10524. | #define NUM2CLOCKID(v) NUM2INT(v)
  10525. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10526. | #define HAVE_PROTOTYPES 1
  10527. | #define TOKEN_PASTE(x,y) x##y
  10528. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10529. | #define HAVE_STDARG_PROTOTYPES 1
  10530. | #define HAVE_VA_ARGS_MACRO 1
  10531. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10532. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10533. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10534. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10535. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10536. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10537. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10538. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10539. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10540. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10541. | #define WEAK(x) __attribute__ ((__weak__)) x
  10542. | #define HAVE_FUNC_WEAK 1
  10543. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10544. | /* end confdefs.h. */
  10545. |
  10546. | #define FUNC_FASTCALL(x) __attribute__ ((__fastcall__)) x
  10547. |
  10548. |
  10549. |
  10550. | #define x int conftest_attribute_check(void)
  10551. |
  10552. | #define mesg ("")
  10553. | FUNC_FASTCALL(x);
  10554. | int
  10555. | main ()
  10556. | {
  10557. |
  10558. | ;
  10559. | return 0;
  10560. | }
  10561. configure:16295: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10562. conftest.c:149:5: warning: calling convention '__fastcall__' ignored for this target [-Wignored-attributes]
  10563. FUNC_FASTCALL(x);
  10564. ^
  10565. conftest.c:142:44: note: expanded from macro 'FUNC_FASTCALL'
  10566. #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10567. ^
  10568. 1 warning generated.
  10569. configure:16295: $? = 0
  10570. configure: failed program was:
  10571. | /* confdefs.h */
  10572. | #define PACKAGE_NAME ""
  10573. | #define PACKAGE_TARNAME ""
  10574. | #define PACKAGE_VERSION ""
  10575. | #define PACKAGE_STRING ""
  10576. | #define PACKAGE_BUGREPORT ""
  10577. | #define PACKAGE_URL ""
  10578. | #define CANONICALIZATION_FOR_MATHN 1
  10579. | #define STDC_HEADERS 1
  10580. | #define HAVE_SYS_TYPES_H 1
  10581. | #define HAVE_SYS_STAT_H 1
  10582. | #define HAVE_STDLIB_H 1
  10583. | #define HAVE_STRING_H 1
  10584. | #define HAVE_MEMORY_H 1
  10585. | #define HAVE_STRINGS_H 1
  10586. | #define HAVE_INTTYPES_H 1
  10587. | #define HAVE_STDINT_H 1
  10588. | #define HAVE_UNISTD_H 1
  10589. | #define __EXTENSIONS__ 1
  10590. | #define _ALL_SOURCE 1
  10591. | #define _GNU_SOURCE 1
  10592. | #define _POSIX_PTHREAD_SEMANTICS 1
  10593. | #define _TANDEM_SOURCE 1
  10594. | #define HAVE_INFINITY 1
  10595. | #define HAVE_NAN 1
  10596. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10597. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10598. | #define BROKEN_CRYPT 1
  10599. | #define HAVE_CRT_EXTERNS_H 1
  10600. | #define HAVE_LIBDL 1
  10601. | #define HAVE_DIRENT_H 1
  10602. | #define HAVE__BOOL 1
  10603. | #define HAVE_STDBOOL_H 1
  10604. | #define HAVE_SYS_WAIT_H 1
  10605. | #define HAVE_GRP_H 1
  10606. | #define HAVE_FCNTL_H 1
  10607. | #define HAVE_FLOAT_H 1
  10608. | #define HAVE_LANGINFO_H 1
  10609. | #define HAVE_LIMITS_H 1
  10610. | #define HAVE_LOCALE_H 1
  10611. | #define HAVE_MALLOC_MALLOC_H 1
  10612. | #define HAVE_PWD_H 1
  10613. | #define HAVE_SYS_ATTR_H 1
  10614. | #define HAVE_SYS_FCNTL_H 1
  10615. | #define HAVE_SYS_FILE_H 1
  10616. | #define HAVE_SYS_IOCTL_H 1
  10617. | #define HAVE_SYS_PARAM_H 1
  10618. | #define HAVE_SYS_RESOURCE_H 1
  10619. | #define HAVE_SYS_SELECT_H 1
  10620. | #define HAVE_SYS_SOCKET_H 1
  10621. | #define HAVE_SYS_TIME_H 1
  10622. | #define HAVE_SYS_TIMES_H 1
  10623. | #define HAVE_SYS_UIO_H 1
  10624. | #define HAVE_TIME_H 1
  10625. | #define HAVE_UCONTEXT_H 1
  10626. | #define HAVE_UTIME_H 1
  10627. | #define HAVE_GMP_H 1
  10628. | #define HAVE_LIBGMP 1
  10629. | #define HAVE_TYPEOF 1
  10630. | #define HAVE_LONG_LONG 1
  10631. | #define HAVE_OFF_T 1
  10632. | #define SIZEOF_INT 4
  10633. | #define SIZEOF_SHORT 2
  10634. | #define SIZEOF_LONG 8
  10635. | #define SIZEOF_LONG_LONG 8
  10636. | #define SIZEOF___INT64 0
  10637. | #define SIZEOF___INT128 16
  10638. | #define SIZEOF_OFF_T 8
  10639. | #define SIZEOF_VOIDP 8
  10640. | #define SIZEOF_FLOAT 4
  10641. | #define SIZEOF_DOUBLE 8
  10642. | #define SIZEOF_TIME_T 8
  10643. | #define SIZEOF_CLOCK_T 8
  10644. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10645. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10646. | #define PRI_LL_PREFIX "ll"
  10647. | #define rb_pid_t pid_t
  10648. | #define SIGNEDNESS_OF_PID_T -1
  10649. | #define PIDT2NUM(v) INT2NUM(v)
  10650. | #define NUM2PIDT(v) NUM2INT(v)
  10651. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10652. | #define rb_uid_t uid_t
  10653. | #define SIGNEDNESS_OF_UID_T +1
  10654. | #define UIDT2NUM(v) UINT2NUM(v)
  10655. | #define NUM2UIDT(v) NUM2UINT(v)
  10656. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10657. | #define rb_gid_t gid_t
  10658. | #define SIGNEDNESS_OF_GID_T +1
  10659. | #define GIDT2NUM(v) UINT2NUM(v)
  10660. | #define NUM2GIDT(v) NUM2UINT(v)
  10661. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10662. | #define rb_time_t time_t
  10663. | #define SIGNEDNESS_OF_TIME_T -1
  10664. | #define TIMET2NUM(v) LONG2NUM(v)
  10665. | #define NUM2TIMET(v) NUM2LONG(v)
  10666. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10667. | #define rb_dev_t dev_t
  10668. | #define SIGNEDNESS_OF_DEV_T -1
  10669. | #define DEVT2NUM(v) INT2NUM(v)
  10670. | #define NUM2DEVT(v) NUM2INT(v)
  10671. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10672. | #define rb_mode_t mode_t
  10673. | #define SIGNEDNESS_OF_MODE_T +1
  10674. | #define MODET2NUM(v) UINT2NUM(v)
  10675. | #define NUM2MODET(v) NUM2UINT(v)
  10676. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10677. | #define rb_rlim_t rlim_t
  10678. | #define SIGNEDNESS_OF_RLIM_T +1
  10679. | #define RLIM2NUM(v) ULL2NUM(v)
  10680. | #define NUM2RLIM(v) NUM2ULL(v)
  10681. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10682. | #define rb_off_t off_t
  10683. | #define SIGNEDNESS_OF_OFF_T -1
  10684. | #define OFFT2NUM(v) LL2NUM(v)
  10685. | #define NUM2OFFT(v) NUM2LL(v)
  10686. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10687. | #define rb_clockid_t int
  10688. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10689. | #define CLOCKID2NUM(v) INT2NUM(v)
  10690. | #define NUM2CLOCKID(v) NUM2INT(v)
  10691. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10692. | #define HAVE_PROTOTYPES 1
  10693. | #define TOKEN_PASTE(x,y) x##y
  10694. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10695. | #define HAVE_STDARG_PROTOTYPES 1
  10696. | #define HAVE_VA_ARGS_MACRO 1
  10697. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10698. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10699. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10700. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10701. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10702. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10703. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10704. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10705. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10706. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10707. | #define WEAK(x) __attribute__ ((__weak__)) x
  10708. | #define HAVE_FUNC_WEAK 1
  10709. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10710. | /* end confdefs.h. */
  10711. |
  10712. | #define FUNC_FASTCALL(x) x __attribute__ ((__fastcall__))
  10713. |
  10714. |
  10715. |
  10716. | #define x int conftest_attribute_check(void)
  10717. |
  10718. | #define mesg ("")
  10719. | FUNC_FASTCALL(x);
  10720. | int
  10721. | main ()
  10722. | {
  10723. |
  10724. | ;
  10725. | return 0;
  10726. | }
  10727. configure:16295: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10728. conftest.c:149:19: error: parameter named 'conftest_attribute_check' is missing
  10729. FUNC_FASTCALL(x);
  10730. ^
  10731. conftest.c:146:15: note: expanded from macro 'x'
  10732. #define x int conftest_attribute_check(void)
  10733. ^
  10734. conftest.c:151:1: error: parameter named 'main' is missing
  10735. main ()
  10736. ^
  10737. conftest.c:151:8: error: expected ';' at end of declaration
  10738. main ()
  10739. ^
  10740. ;
  10741. conftest.c:149:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  10742. FUNC_FASTCALL(x);
  10743. ^
  10744. conftest.c:142:26: note: expanded from macro 'FUNC_FASTCALL'
  10745. #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10746. ^
  10747. 1 warning and 3 errors generated.
  10748. configure:16295: $? = 1
  10749. configure: failed program was:
  10750. | /* confdefs.h */
  10751. | #define PACKAGE_NAME ""
  10752. | #define PACKAGE_TARNAME ""
  10753. | #define PACKAGE_VERSION ""
  10754. | #define PACKAGE_STRING ""
  10755. | #define PACKAGE_BUGREPORT ""
  10756. | #define PACKAGE_URL ""
  10757. | #define CANONICALIZATION_FOR_MATHN 1
  10758. | #define STDC_HEADERS 1
  10759. | #define HAVE_SYS_TYPES_H 1
  10760. | #define HAVE_SYS_STAT_H 1
  10761. | #define HAVE_STDLIB_H 1
  10762. | #define HAVE_STRING_H 1
  10763. | #define HAVE_MEMORY_H 1
  10764. | #define HAVE_STRINGS_H 1
  10765. | #define HAVE_INTTYPES_H 1
  10766. | #define HAVE_STDINT_H 1
  10767. | #define HAVE_UNISTD_H 1
  10768. | #define __EXTENSIONS__ 1
  10769. | #define _ALL_SOURCE 1
  10770. | #define _GNU_SOURCE 1
  10771. | #define _POSIX_PTHREAD_SEMANTICS 1
  10772. | #define _TANDEM_SOURCE 1
  10773. | #define HAVE_INFINITY 1
  10774. | #define HAVE_NAN 1
  10775. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10776. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10777. | #define BROKEN_CRYPT 1
  10778. | #define HAVE_CRT_EXTERNS_H 1
  10779. | #define HAVE_LIBDL 1
  10780. | #define HAVE_DIRENT_H 1
  10781. | #define HAVE__BOOL 1
  10782. | #define HAVE_STDBOOL_H 1
  10783. | #define HAVE_SYS_WAIT_H 1
  10784. | #define HAVE_GRP_H 1
  10785. | #define HAVE_FCNTL_H 1
  10786. | #define HAVE_FLOAT_H 1
  10787. | #define HAVE_LANGINFO_H 1
  10788. | #define HAVE_LIMITS_H 1
  10789. | #define HAVE_LOCALE_H 1
  10790. | #define HAVE_MALLOC_MALLOC_H 1
  10791. | #define HAVE_PWD_H 1
  10792. | #define HAVE_SYS_ATTR_H 1
  10793. | #define HAVE_SYS_FCNTL_H 1
  10794. | #define HAVE_SYS_FILE_H 1
  10795. | #define HAVE_SYS_IOCTL_H 1
  10796. | #define HAVE_SYS_PARAM_H 1
  10797. | #define HAVE_SYS_RESOURCE_H 1
  10798. | #define HAVE_SYS_SELECT_H 1
  10799. | #define HAVE_SYS_SOCKET_H 1
  10800. | #define HAVE_SYS_TIME_H 1
  10801. | #define HAVE_SYS_TIMES_H 1
  10802. | #define HAVE_SYS_UIO_H 1
  10803. | #define HAVE_TIME_H 1
  10804. | #define HAVE_UCONTEXT_H 1
  10805. | #define HAVE_UTIME_H 1
  10806. | #define HAVE_GMP_H 1
  10807. | #define HAVE_LIBGMP 1
  10808. | #define HAVE_TYPEOF 1
  10809. | #define HAVE_LONG_LONG 1
  10810. | #define HAVE_OFF_T 1
  10811. | #define SIZEOF_INT 4
  10812. | #define SIZEOF_SHORT 2
  10813. | #define SIZEOF_LONG 8
  10814. | #define SIZEOF_LONG_LONG 8
  10815. | #define SIZEOF___INT64 0
  10816. | #define SIZEOF___INT128 16
  10817. | #define SIZEOF_OFF_T 8
  10818. | #define SIZEOF_VOIDP 8
  10819. | #define SIZEOF_FLOAT 4
  10820. | #define SIZEOF_DOUBLE 8
  10821. | #define SIZEOF_TIME_T 8
  10822. | #define SIZEOF_CLOCK_T 8
  10823. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10824. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10825. | #define PRI_LL_PREFIX "ll"
  10826. | #define rb_pid_t pid_t
  10827. | #define SIGNEDNESS_OF_PID_T -1
  10828. | #define PIDT2NUM(v) INT2NUM(v)
  10829. | #define NUM2PIDT(v) NUM2INT(v)
  10830. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  10831. | #define rb_uid_t uid_t
  10832. | #define SIGNEDNESS_OF_UID_T +1
  10833. | #define UIDT2NUM(v) UINT2NUM(v)
  10834. | #define NUM2UIDT(v) NUM2UINT(v)
  10835. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  10836. | #define rb_gid_t gid_t
  10837. | #define SIGNEDNESS_OF_GID_T +1
  10838. | #define GIDT2NUM(v) UINT2NUM(v)
  10839. | #define NUM2GIDT(v) NUM2UINT(v)
  10840. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  10841. | #define rb_time_t time_t
  10842. | #define SIGNEDNESS_OF_TIME_T -1
  10843. | #define TIMET2NUM(v) LONG2NUM(v)
  10844. | #define NUM2TIMET(v) NUM2LONG(v)
  10845. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  10846. | #define rb_dev_t dev_t
  10847. | #define SIGNEDNESS_OF_DEV_T -1
  10848. | #define DEVT2NUM(v) INT2NUM(v)
  10849. | #define NUM2DEVT(v) NUM2INT(v)
  10850. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  10851. | #define rb_mode_t mode_t
  10852. | #define SIGNEDNESS_OF_MODE_T +1
  10853. | #define MODET2NUM(v) UINT2NUM(v)
  10854. | #define NUM2MODET(v) NUM2UINT(v)
  10855. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  10856. | #define rb_rlim_t rlim_t
  10857. | #define SIGNEDNESS_OF_RLIM_T +1
  10858. | #define RLIM2NUM(v) ULL2NUM(v)
  10859. | #define NUM2RLIM(v) NUM2ULL(v)
  10860. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  10861. | #define rb_off_t off_t
  10862. | #define SIGNEDNESS_OF_OFF_T -1
  10863. | #define OFFT2NUM(v) LL2NUM(v)
  10864. | #define NUM2OFFT(v) NUM2LL(v)
  10865. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  10866. | #define rb_clockid_t int
  10867. | #define SIGNEDNESS_OF_CLOCKID_T -1
  10868. | #define CLOCKID2NUM(v) INT2NUM(v)
  10869. | #define NUM2CLOCKID(v) NUM2INT(v)
  10870. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  10871. | #define HAVE_PROTOTYPES 1
  10872. | #define TOKEN_PASTE(x,y) x##y
  10873. | #define STRINGIZE(expr) STRINGIZE0(expr)
  10874. | #define HAVE_STDARG_PROTOTYPES 1
  10875. | #define HAVE_VA_ARGS_MACRO 1
  10876. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  10877. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  10878. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  10879. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  10880. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  10881. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  10882. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  10883. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  10884. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  10885. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  10886. | #define WEAK(x) __attribute__ ((__weak__)) x
  10887. | #define HAVE_FUNC_WEAK 1
  10888. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  10889. | /* end confdefs.h. */
  10890. |
  10891. | #define FUNC_FASTCALL(x) __declspec(__fastcall__) x
  10892. |
  10893. |
  10894. |
  10895. | #define x int conftest_attribute_check(void)
  10896. |
  10897. | #define mesg ("")
  10898. | FUNC_FASTCALL(x);
  10899. | int
  10900. | main ()
  10901. | {
  10902. |
  10903. | ;
  10904. | return 0;
  10905. | }
  10906. configure:16295: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10907. configure:16295: $? = 0
  10908. configure:16313: result: x
  10909. configure:16332: checking for FUNC_UNOPTIMIZED function attribute
  10910. configure:16374: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  10911. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  10912. FUNC_UNOPTIMIZED(x);
  10913. ^
  10914. conftest.c:142:45: note: expanded from macro 'FUNC_UNOPTIMIZED'
  10915. #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  10916. ^
  10917. 1 warning generated.
  10918. configure:16374: $? = 0
  10919. configure: failed program was:
  10920. | /* confdefs.h */
  10921. | #define PACKAGE_NAME ""
  10922. | #define PACKAGE_TARNAME ""
  10923. | #define PACKAGE_VERSION ""
  10924. | #define PACKAGE_STRING ""
  10925. | #define PACKAGE_BUGREPORT ""
  10926. | #define PACKAGE_URL ""
  10927. | #define CANONICALIZATION_FOR_MATHN 1
  10928. | #define STDC_HEADERS 1
  10929. | #define HAVE_SYS_TYPES_H 1
  10930. | #define HAVE_SYS_STAT_H 1
  10931. | #define HAVE_STDLIB_H 1
  10932. | #define HAVE_STRING_H 1
  10933. | #define HAVE_MEMORY_H 1
  10934. | #define HAVE_STRINGS_H 1
  10935. | #define HAVE_INTTYPES_H 1
  10936. | #define HAVE_STDINT_H 1
  10937. | #define HAVE_UNISTD_H 1
  10938. | #define __EXTENSIONS__ 1
  10939. | #define _ALL_SOURCE 1
  10940. | #define _GNU_SOURCE 1
  10941. | #define _POSIX_PTHREAD_SEMANTICS 1
  10942. | #define _TANDEM_SOURCE 1
  10943. | #define HAVE_INFINITY 1
  10944. | #define HAVE_NAN 1
  10945. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  10946. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  10947. | #define BROKEN_CRYPT 1
  10948. | #define HAVE_CRT_EXTERNS_H 1
  10949. | #define HAVE_LIBDL 1
  10950. | #define HAVE_DIRENT_H 1
  10951. | #define HAVE__BOOL 1
  10952. | #define HAVE_STDBOOL_H 1
  10953. | #define HAVE_SYS_WAIT_H 1
  10954. | #define HAVE_GRP_H 1
  10955. | #define HAVE_FCNTL_H 1
  10956. | #define HAVE_FLOAT_H 1
  10957. | #define HAVE_LANGINFO_H 1
  10958. | #define HAVE_LIMITS_H 1
  10959. | #define HAVE_LOCALE_H 1
  10960. | #define HAVE_MALLOC_MALLOC_H 1
  10961. | #define HAVE_PWD_H 1
  10962. | #define HAVE_SYS_ATTR_H 1
  10963. | #define HAVE_SYS_FCNTL_H 1
  10964. | #define HAVE_SYS_FILE_H 1
  10965. | #define HAVE_SYS_IOCTL_H 1
  10966. | #define HAVE_SYS_PARAM_H 1
  10967. | #define HAVE_SYS_RESOURCE_H 1
  10968. | #define HAVE_SYS_SELECT_H 1
  10969. | #define HAVE_SYS_SOCKET_H 1
  10970. | #define HAVE_SYS_TIME_H 1
  10971. | #define HAVE_SYS_TIMES_H 1
  10972. | #define HAVE_SYS_UIO_H 1
  10973. | #define HAVE_TIME_H 1
  10974. | #define HAVE_UCONTEXT_H 1
  10975. | #define HAVE_UTIME_H 1
  10976. | #define HAVE_GMP_H 1
  10977. | #define HAVE_LIBGMP 1
  10978. | #define HAVE_TYPEOF 1
  10979. | #define HAVE_LONG_LONG 1
  10980. | #define HAVE_OFF_T 1
  10981. | #define SIZEOF_INT 4
  10982. | #define SIZEOF_SHORT 2
  10983. | #define SIZEOF_LONG 8
  10984. | #define SIZEOF_LONG_LONG 8
  10985. | #define SIZEOF___INT64 0
  10986. | #define SIZEOF___INT128 16
  10987. | #define SIZEOF_OFF_T 8
  10988. | #define SIZEOF_VOIDP 8
  10989. | #define SIZEOF_FLOAT 4
  10990. | #define SIZEOF_DOUBLE 8
  10991. | #define SIZEOF_TIME_T 8
  10992. | #define SIZEOF_CLOCK_T 8
  10993. | #define PACKED_STRUCT(x) x __attribute__((packed))
  10994. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  10995. | #define PRI_LL_PREFIX "ll"
  10996. | #define rb_pid_t pid_t
  10997. | #define SIGNEDNESS_OF_PID_T -1
  10998. | #define PIDT2NUM(v) INT2NUM(v)
  10999. | #define NUM2PIDT(v) NUM2INT(v)
  11000. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11001. | #define rb_uid_t uid_t
  11002. | #define SIGNEDNESS_OF_UID_T +1
  11003. | #define UIDT2NUM(v) UINT2NUM(v)
  11004. | #define NUM2UIDT(v) NUM2UINT(v)
  11005. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11006. | #define rb_gid_t gid_t
  11007. | #define SIGNEDNESS_OF_GID_T +1
  11008. | #define GIDT2NUM(v) UINT2NUM(v)
  11009. | #define NUM2GIDT(v) NUM2UINT(v)
  11010. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11011. | #define rb_time_t time_t
  11012. | #define SIGNEDNESS_OF_TIME_T -1
  11013. | #define TIMET2NUM(v) LONG2NUM(v)
  11014. | #define NUM2TIMET(v) NUM2LONG(v)
  11015. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11016. | #define rb_dev_t dev_t
  11017. | #define SIGNEDNESS_OF_DEV_T -1
  11018. | #define DEVT2NUM(v) INT2NUM(v)
  11019. | #define NUM2DEVT(v) NUM2INT(v)
  11020. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11021. | #define rb_mode_t mode_t
  11022. | #define SIGNEDNESS_OF_MODE_T +1
  11023. | #define MODET2NUM(v) UINT2NUM(v)
  11024. | #define NUM2MODET(v) NUM2UINT(v)
  11025. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11026. | #define rb_rlim_t rlim_t
  11027. | #define SIGNEDNESS_OF_RLIM_T +1
  11028. | #define RLIM2NUM(v) ULL2NUM(v)
  11029. | #define NUM2RLIM(v) NUM2ULL(v)
  11030. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11031. | #define rb_off_t off_t
  11032. | #define SIGNEDNESS_OF_OFF_T -1
  11033. | #define OFFT2NUM(v) LL2NUM(v)
  11034. | #define NUM2OFFT(v) NUM2LL(v)
  11035. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11036. | #define rb_clockid_t int
  11037. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11038. | #define CLOCKID2NUM(v) INT2NUM(v)
  11039. | #define NUM2CLOCKID(v) NUM2INT(v)
  11040. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11041. | #define HAVE_PROTOTYPES 1
  11042. | #define TOKEN_PASTE(x,y) x##y
  11043. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11044. | #define HAVE_STDARG_PROTOTYPES 1
  11045. | #define HAVE_VA_ARGS_MACRO 1
  11046. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11047. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11048. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11049. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11050. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11051. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11052. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11053. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11054. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11055. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11056. | #define WEAK(x) __attribute__ ((__weak__)) x
  11057. | #define HAVE_FUNC_WEAK 1
  11058. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11059. | /* end confdefs.h. */
  11060. |
  11061. | #define FUNC_UNOPTIMIZED(x) __attribute__ ((__optimize__("O0"))) x
  11062. |
  11063. | #define x int conftest_attribute_check(void)
  11064. |
  11065. | #define mesg ("")
  11066. | FUNC_UNOPTIMIZED(x);
  11067. | int
  11068. | main ()
  11069. | {
  11070. |
  11071. | ;
  11072. | return 0;
  11073. | }
  11074. configure:16374: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11075. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11076. FUNC_UNOPTIMIZED(x);
  11077. ^
  11078. conftest.c:142:47: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11079. #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11080. ^
  11081. 1 warning generated.
  11082. configure:16374: $? = 0
  11083. configure: failed program was:
  11084. | /* confdefs.h */
  11085. | #define PACKAGE_NAME ""
  11086. | #define PACKAGE_TARNAME ""
  11087. | #define PACKAGE_VERSION ""
  11088. | #define PACKAGE_STRING ""
  11089. | #define PACKAGE_BUGREPORT ""
  11090. | #define PACKAGE_URL ""
  11091. | #define CANONICALIZATION_FOR_MATHN 1
  11092. | #define STDC_HEADERS 1
  11093. | #define HAVE_SYS_TYPES_H 1
  11094. | #define HAVE_SYS_STAT_H 1
  11095. | #define HAVE_STDLIB_H 1
  11096. | #define HAVE_STRING_H 1
  11097. | #define HAVE_MEMORY_H 1
  11098. | #define HAVE_STRINGS_H 1
  11099. | #define HAVE_INTTYPES_H 1
  11100. | #define HAVE_STDINT_H 1
  11101. | #define HAVE_UNISTD_H 1
  11102. | #define __EXTENSIONS__ 1
  11103. | #define _ALL_SOURCE 1
  11104. | #define _GNU_SOURCE 1
  11105. | #define _POSIX_PTHREAD_SEMANTICS 1
  11106. | #define _TANDEM_SOURCE 1
  11107. | #define HAVE_INFINITY 1
  11108. | #define HAVE_NAN 1
  11109. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11110. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11111. | #define BROKEN_CRYPT 1
  11112. | #define HAVE_CRT_EXTERNS_H 1
  11113. | #define HAVE_LIBDL 1
  11114. | #define HAVE_DIRENT_H 1
  11115. | #define HAVE__BOOL 1
  11116. | #define HAVE_STDBOOL_H 1
  11117. | #define HAVE_SYS_WAIT_H 1
  11118. | #define HAVE_GRP_H 1
  11119. | #define HAVE_FCNTL_H 1
  11120. | #define HAVE_FLOAT_H 1
  11121. | #define HAVE_LANGINFO_H 1
  11122. | #define HAVE_LIMITS_H 1
  11123. | #define HAVE_LOCALE_H 1
  11124. | #define HAVE_MALLOC_MALLOC_H 1
  11125. | #define HAVE_PWD_H 1
  11126. | #define HAVE_SYS_ATTR_H 1
  11127. | #define HAVE_SYS_FCNTL_H 1
  11128. | #define HAVE_SYS_FILE_H 1
  11129. | #define HAVE_SYS_IOCTL_H 1
  11130. | #define HAVE_SYS_PARAM_H 1
  11131. | #define HAVE_SYS_RESOURCE_H 1
  11132. | #define HAVE_SYS_SELECT_H 1
  11133. | #define HAVE_SYS_SOCKET_H 1
  11134. | #define HAVE_SYS_TIME_H 1
  11135. | #define HAVE_SYS_TIMES_H 1
  11136. | #define HAVE_SYS_UIO_H 1
  11137. | #define HAVE_TIME_H 1
  11138. | #define HAVE_UCONTEXT_H 1
  11139. | #define HAVE_UTIME_H 1
  11140. | #define HAVE_GMP_H 1
  11141. | #define HAVE_LIBGMP 1
  11142. | #define HAVE_TYPEOF 1
  11143. | #define HAVE_LONG_LONG 1
  11144. | #define HAVE_OFF_T 1
  11145. | #define SIZEOF_INT 4
  11146. | #define SIZEOF_SHORT 2
  11147. | #define SIZEOF_LONG 8
  11148. | #define SIZEOF_LONG_LONG 8
  11149. | #define SIZEOF___INT64 0
  11150. | #define SIZEOF___INT128 16
  11151. | #define SIZEOF_OFF_T 8
  11152. | #define SIZEOF_VOIDP 8
  11153. | #define SIZEOF_FLOAT 4
  11154. | #define SIZEOF_DOUBLE 8
  11155. | #define SIZEOF_TIME_T 8
  11156. | #define SIZEOF_CLOCK_T 8
  11157. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11158. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11159. | #define PRI_LL_PREFIX "ll"
  11160. | #define rb_pid_t pid_t
  11161. | #define SIGNEDNESS_OF_PID_T -1
  11162. | #define PIDT2NUM(v) INT2NUM(v)
  11163. | #define NUM2PIDT(v) NUM2INT(v)
  11164. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11165. | #define rb_uid_t uid_t
  11166. | #define SIGNEDNESS_OF_UID_T +1
  11167. | #define UIDT2NUM(v) UINT2NUM(v)
  11168. | #define NUM2UIDT(v) NUM2UINT(v)
  11169. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11170. | #define rb_gid_t gid_t
  11171. | #define SIGNEDNESS_OF_GID_T +1
  11172. | #define GIDT2NUM(v) UINT2NUM(v)
  11173. | #define NUM2GIDT(v) NUM2UINT(v)
  11174. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11175. | #define rb_time_t time_t
  11176. | #define SIGNEDNESS_OF_TIME_T -1
  11177. | #define TIMET2NUM(v) LONG2NUM(v)
  11178. | #define NUM2TIMET(v) NUM2LONG(v)
  11179. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11180. | #define rb_dev_t dev_t
  11181. | #define SIGNEDNESS_OF_DEV_T -1
  11182. | #define DEVT2NUM(v) INT2NUM(v)
  11183. | #define NUM2DEVT(v) NUM2INT(v)
  11184. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11185. | #define rb_mode_t mode_t
  11186. | #define SIGNEDNESS_OF_MODE_T +1
  11187. | #define MODET2NUM(v) UINT2NUM(v)
  11188. | #define NUM2MODET(v) NUM2UINT(v)
  11189. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11190. | #define rb_rlim_t rlim_t
  11191. | #define SIGNEDNESS_OF_RLIM_T +1
  11192. | #define RLIM2NUM(v) ULL2NUM(v)
  11193. | #define NUM2RLIM(v) NUM2ULL(v)
  11194. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11195. | #define rb_off_t off_t
  11196. | #define SIGNEDNESS_OF_OFF_T -1
  11197. | #define OFFT2NUM(v) LL2NUM(v)
  11198. | #define NUM2OFFT(v) NUM2LL(v)
  11199. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11200. | #define rb_clockid_t int
  11201. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11202. | #define CLOCKID2NUM(v) INT2NUM(v)
  11203. | #define NUM2CLOCKID(v) NUM2INT(v)
  11204. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11205. | #define HAVE_PROTOTYPES 1
  11206. | #define TOKEN_PASTE(x,y) x##y
  11207. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11208. | #define HAVE_STDARG_PROTOTYPES 1
  11209. | #define HAVE_VA_ARGS_MACRO 1
  11210. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11211. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11212. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11213. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11214. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11215. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11216. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11217. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11218. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11219. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11220. | #define WEAK(x) __attribute__ ((__weak__)) x
  11221. | #define HAVE_FUNC_WEAK 1
  11222. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11223. | /* end confdefs.h. */
  11224. |
  11225. | #define FUNC_UNOPTIMIZED(x) x __attribute__ ((__optimize__("O0")))
  11226. |
  11227. | #define x int conftest_attribute_check(void)
  11228. |
  11229. | #define mesg ("")
  11230. | FUNC_UNOPTIMIZED(x);
  11231. | int
  11232. | main ()
  11233. | {
  11234. |
  11235. | ;
  11236. | return 0;
  11237. | }
  11238. configure:16374: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11239. conftest.c:147:5: error: expected parameter declarator
  11240. FUNC_UNOPTIMIZED(x);
  11241. ^
  11242. conftest.c:142:53: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11243. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11244. ^
  11245. conftest.c:147:5: error: expected ')'
  11246. conftest.c:142:53: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11247. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11248. ^
  11249. conftest.c:147:5: note: to match this '('
  11250. conftest.c:142:52: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11251. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11252. ^
  11253. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11254. FUNC_UNOPTIMIZED(x);
  11255. ^
  11256. conftest.c:142:40: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11257. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11258. ^
  11259. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11260. conftest.c:142:29: note: expanded from macro 'FUNC_UNOPTIMIZED'
  11261. #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11262. ^
  11263. conftest.c:147:22: error: expected ';' after top level declarator
  11264. FUNC_UNOPTIMIZED(x);
  11265. ^
  11266. conftest.c:144:11: note: expanded from macro 'x'
  11267. #define x int conftest_attribute_check(void)
  11268. ^
  11269. 2 warnings and 3 errors generated.
  11270. configure:16374: $? = 1
  11271. configure: failed program was:
  11272. | /* confdefs.h */
  11273. | #define PACKAGE_NAME ""
  11274. | #define PACKAGE_TARNAME ""
  11275. | #define PACKAGE_VERSION ""
  11276. | #define PACKAGE_STRING ""
  11277. | #define PACKAGE_BUGREPORT ""
  11278. | #define PACKAGE_URL ""
  11279. | #define CANONICALIZATION_FOR_MATHN 1
  11280. | #define STDC_HEADERS 1
  11281. | #define HAVE_SYS_TYPES_H 1
  11282. | #define HAVE_SYS_STAT_H 1
  11283. | #define HAVE_STDLIB_H 1
  11284. | #define HAVE_STRING_H 1
  11285. | #define HAVE_MEMORY_H 1
  11286. | #define HAVE_STRINGS_H 1
  11287. | #define HAVE_INTTYPES_H 1
  11288. | #define HAVE_STDINT_H 1
  11289. | #define HAVE_UNISTD_H 1
  11290. | #define __EXTENSIONS__ 1
  11291. | #define _ALL_SOURCE 1
  11292. | #define _GNU_SOURCE 1
  11293. | #define _POSIX_PTHREAD_SEMANTICS 1
  11294. | #define _TANDEM_SOURCE 1
  11295. | #define HAVE_INFINITY 1
  11296. | #define HAVE_NAN 1
  11297. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11298. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11299. | #define BROKEN_CRYPT 1
  11300. | #define HAVE_CRT_EXTERNS_H 1
  11301. | #define HAVE_LIBDL 1
  11302. | #define HAVE_DIRENT_H 1
  11303. | #define HAVE__BOOL 1
  11304. | #define HAVE_STDBOOL_H 1
  11305. | #define HAVE_SYS_WAIT_H 1
  11306. | #define HAVE_GRP_H 1
  11307. | #define HAVE_FCNTL_H 1
  11308. | #define HAVE_FLOAT_H 1
  11309. | #define HAVE_LANGINFO_H 1
  11310. | #define HAVE_LIMITS_H 1
  11311. | #define HAVE_LOCALE_H 1
  11312. | #define HAVE_MALLOC_MALLOC_H 1
  11313. | #define HAVE_PWD_H 1
  11314. | #define HAVE_SYS_ATTR_H 1
  11315. | #define HAVE_SYS_FCNTL_H 1
  11316. | #define HAVE_SYS_FILE_H 1
  11317. | #define HAVE_SYS_IOCTL_H 1
  11318. | #define HAVE_SYS_PARAM_H 1
  11319. | #define HAVE_SYS_RESOURCE_H 1
  11320. | #define HAVE_SYS_SELECT_H 1
  11321. | #define HAVE_SYS_SOCKET_H 1
  11322. | #define HAVE_SYS_TIME_H 1
  11323. | #define HAVE_SYS_TIMES_H 1
  11324. | #define HAVE_SYS_UIO_H 1
  11325. | #define HAVE_TIME_H 1
  11326. | #define HAVE_UCONTEXT_H 1
  11327. | #define HAVE_UTIME_H 1
  11328. | #define HAVE_GMP_H 1
  11329. | #define HAVE_LIBGMP 1
  11330. | #define HAVE_TYPEOF 1
  11331. | #define HAVE_LONG_LONG 1
  11332. | #define HAVE_OFF_T 1
  11333. | #define SIZEOF_INT 4
  11334. | #define SIZEOF_SHORT 2
  11335. | #define SIZEOF_LONG 8
  11336. | #define SIZEOF_LONG_LONG 8
  11337. | #define SIZEOF___INT64 0
  11338. | #define SIZEOF___INT128 16
  11339. | #define SIZEOF_OFF_T 8
  11340. | #define SIZEOF_VOIDP 8
  11341. | #define SIZEOF_FLOAT 4
  11342. | #define SIZEOF_DOUBLE 8
  11343. | #define SIZEOF_TIME_T 8
  11344. | #define SIZEOF_CLOCK_T 8
  11345. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11346. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11347. | #define PRI_LL_PREFIX "ll"
  11348. | #define rb_pid_t pid_t
  11349. | #define SIGNEDNESS_OF_PID_T -1
  11350. | #define PIDT2NUM(v) INT2NUM(v)
  11351. | #define NUM2PIDT(v) NUM2INT(v)
  11352. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11353. | #define rb_uid_t uid_t
  11354. | #define SIGNEDNESS_OF_UID_T +1
  11355. | #define UIDT2NUM(v) UINT2NUM(v)
  11356. | #define NUM2UIDT(v) NUM2UINT(v)
  11357. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11358. | #define rb_gid_t gid_t
  11359. | #define SIGNEDNESS_OF_GID_T +1
  11360. | #define GIDT2NUM(v) UINT2NUM(v)
  11361. | #define NUM2GIDT(v) NUM2UINT(v)
  11362. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11363. | #define rb_time_t time_t
  11364. | #define SIGNEDNESS_OF_TIME_T -1
  11365. | #define TIMET2NUM(v) LONG2NUM(v)
  11366. | #define NUM2TIMET(v) NUM2LONG(v)
  11367. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11368. | #define rb_dev_t dev_t
  11369. | #define SIGNEDNESS_OF_DEV_T -1
  11370. | #define DEVT2NUM(v) INT2NUM(v)
  11371. | #define NUM2DEVT(v) NUM2INT(v)
  11372. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11373. | #define rb_mode_t mode_t
  11374. | #define SIGNEDNESS_OF_MODE_T +1
  11375. | #define MODET2NUM(v) UINT2NUM(v)
  11376. | #define NUM2MODET(v) NUM2UINT(v)
  11377. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11378. | #define rb_rlim_t rlim_t
  11379. | #define SIGNEDNESS_OF_RLIM_T +1
  11380. | #define RLIM2NUM(v) ULL2NUM(v)
  11381. | #define NUM2RLIM(v) NUM2ULL(v)
  11382. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11383. | #define rb_off_t off_t
  11384. | #define SIGNEDNESS_OF_OFF_T -1
  11385. | #define OFFT2NUM(v) LL2NUM(v)
  11386. | #define NUM2OFFT(v) NUM2LL(v)
  11387. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11388. | #define rb_clockid_t int
  11389. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11390. | #define CLOCKID2NUM(v) INT2NUM(v)
  11391. | #define NUM2CLOCKID(v) NUM2INT(v)
  11392. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11393. | #define HAVE_PROTOTYPES 1
  11394. | #define TOKEN_PASTE(x,y) x##y
  11395. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11396. | #define HAVE_STDARG_PROTOTYPES 1
  11397. | #define HAVE_VA_ARGS_MACRO 1
  11398. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11399. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11400. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11401. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11402. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11403. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11404. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11405. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11406. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11407. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11408. | #define WEAK(x) __attribute__ ((__weak__)) x
  11409. | #define HAVE_FUNC_WEAK 1
  11410. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11411. | /* end confdefs.h. */
  11412. |
  11413. | #define FUNC_UNOPTIMIZED(x) __declspec(__optimize__("O0")) x
  11414. |
  11415. | #define x int conftest_attribute_check(void)
  11416. |
  11417. | #define mesg ("")
  11418. | FUNC_UNOPTIMIZED(x);
  11419. | int
  11420. | main ()
  11421. | {
  11422. |
  11423. | ;
  11424. | return 0;
  11425. | }
  11426. configure:16374: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11427. configure:16374: $? = 0
  11428. configure:16392: result: x
  11429. configure:16405: checking for FUNC_MINIMIZED function attribute
  11430. configure:16447: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11431. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11432. FUNC_MINIMIZED(x);
  11433. ^
  11434. conftest.c:142:43: note: expanded from macro 'FUNC_MINIMIZED'
  11435. #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11436. ^
  11437. 1 warning generated.
  11438. configure:16447: $? = 0
  11439. configure: failed program was:
  11440. | /* confdefs.h */
  11441. | #define PACKAGE_NAME ""
  11442. | #define PACKAGE_TARNAME ""
  11443. | #define PACKAGE_VERSION ""
  11444. | #define PACKAGE_STRING ""
  11445. | #define PACKAGE_BUGREPORT ""
  11446. | #define PACKAGE_URL ""
  11447. | #define CANONICALIZATION_FOR_MATHN 1
  11448. | #define STDC_HEADERS 1
  11449. | #define HAVE_SYS_TYPES_H 1
  11450. | #define HAVE_SYS_STAT_H 1
  11451. | #define HAVE_STDLIB_H 1
  11452. | #define HAVE_STRING_H 1
  11453. | #define HAVE_MEMORY_H 1
  11454. | #define HAVE_STRINGS_H 1
  11455. | #define HAVE_INTTYPES_H 1
  11456. | #define HAVE_STDINT_H 1
  11457. | #define HAVE_UNISTD_H 1
  11458. | #define __EXTENSIONS__ 1
  11459. | #define _ALL_SOURCE 1
  11460. | #define _GNU_SOURCE 1
  11461. | #define _POSIX_PTHREAD_SEMANTICS 1
  11462. | #define _TANDEM_SOURCE 1
  11463. | #define HAVE_INFINITY 1
  11464. | #define HAVE_NAN 1
  11465. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11466. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11467. | #define BROKEN_CRYPT 1
  11468. | #define HAVE_CRT_EXTERNS_H 1
  11469. | #define HAVE_LIBDL 1
  11470. | #define HAVE_DIRENT_H 1
  11471. | #define HAVE__BOOL 1
  11472. | #define HAVE_STDBOOL_H 1
  11473. | #define HAVE_SYS_WAIT_H 1
  11474. | #define HAVE_GRP_H 1
  11475. | #define HAVE_FCNTL_H 1
  11476. | #define HAVE_FLOAT_H 1
  11477. | #define HAVE_LANGINFO_H 1
  11478. | #define HAVE_LIMITS_H 1
  11479. | #define HAVE_LOCALE_H 1
  11480. | #define HAVE_MALLOC_MALLOC_H 1
  11481. | #define HAVE_PWD_H 1
  11482. | #define HAVE_SYS_ATTR_H 1
  11483. | #define HAVE_SYS_FCNTL_H 1
  11484. | #define HAVE_SYS_FILE_H 1
  11485. | #define HAVE_SYS_IOCTL_H 1
  11486. | #define HAVE_SYS_PARAM_H 1
  11487. | #define HAVE_SYS_RESOURCE_H 1
  11488. | #define HAVE_SYS_SELECT_H 1
  11489. | #define HAVE_SYS_SOCKET_H 1
  11490. | #define HAVE_SYS_TIME_H 1
  11491. | #define HAVE_SYS_TIMES_H 1
  11492. | #define HAVE_SYS_UIO_H 1
  11493. | #define HAVE_TIME_H 1
  11494. | #define HAVE_UCONTEXT_H 1
  11495. | #define HAVE_UTIME_H 1
  11496. | #define HAVE_GMP_H 1
  11497. | #define HAVE_LIBGMP 1
  11498. | #define HAVE_TYPEOF 1
  11499. | #define HAVE_LONG_LONG 1
  11500. | #define HAVE_OFF_T 1
  11501. | #define SIZEOF_INT 4
  11502. | #define SIZEOF_SHORT 2
  11503. | #define SIZEOF_LONG 8
  11504. | #define SIZEOF_LONG_LONG 8
  11505. | #define SIZEOF___INT64 0
  11506. | #define SIZEOF___INT128 16
  11507. | #define SIZEOF_OFF_T 8
  11508. | #define SIZEOF_VOIDP 8
  11509. | #define SIZEOF_FLOAT 4
  11510. | #define SIZEOF_DOUBLE 8
  11511. | #define SIZEOF_TIME_T 8
  11512. | #define SIZEOF_CLOCK_T 8
  11513. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11514. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11515. | #define PRI_LL_PREFIX "ll"
  11516. | #define rb_pid_t pid_t
  11517. | #define SIGNEDNESS_OF_PID_T -1
  11518. | #define PIDT2NUM(v) INT2NUM(v)
  11519. | #define NUM2PIDT(v) NUM2INT(v)
  11520. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11521. | #define rb_uid_t uid_t
  11522. | #define SIGNEDNESS_OF_UID_T +1
  11523. | #define UIDT2NUM(v) UINT2NUM(v)
  11524. | #define NUM2UIDT(v) NUM2UINT(v)
  11525. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11526. | #define rb_gid_t gid_t
  11527. | #define SIGNEDNESS_OF_GID_T +1
  11528. | #define GIDT2NUM(v) UINT2NUM(v)
  11529. | #define NUM2GIDT(v) NUM2UINT(v)
  11530. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11531. | #define rb_time_t time_t
  11532. | #define SIGNEDNESS_OF_TIME_T -1
  11533. | #define TIMET2NUM(v) LONG2NUM(v)
  11534. | #define NUM2TIMET(v) NUM2LONG(v)
  11535. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11536. | #define rb_dev_t dev_t
  11537. | #define SIGNEDNESS_OF_DEV_T -1
  11538. | #define DEVT2NUM(v) INT2NUM(v)
  11539. | #define NUM2DEVT(v) NUM2INT(v)
  11540. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11541. | #define rb_mode_t mode_t
  11542. | #define SIGNEDNESS_OF_MODE_T +1
  11543. | #define MODET2NUM(v) UINT2NUM(v)
  11544. | #define NUM2MODET(v) NUM2UINT(v)
  11545. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11546. | #define rb_rlim_t rlim_t
  11547. | #define SIGNEDNESS_OF_RLIM_T +1
  11548. | #define RLIM2NUM(v) ULL2NUM(v)
  11549. | #define NUM2RLIM(v) NUM2ULL(v)
  11550. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11551. | #define rb_off_t off_t
  11552. | #define SIGNEDNESS_OF_OFF_T -1
  11553. | #define OFFT2NUM(v) LL2NUM(v)
  11554. | #define NUM2OFFT(v) NUM2LL(v)
  11555. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11556. | #define rb_clockid_t int
  11557. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11558. | #define CLOCKID2NUM(v) INT2NUM(v)
  11559. | #define NUM2CLOCKID(v) NUM2INT(v)
  11560. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11561. | #define HAVE_PROTOTYPES 1
  11562. | #define TOKEN_PASTE(x,y) x##y
  11563. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11564. | #define HAVE_STDARG_PROTOTYPES 1
  11565. | #define HAVE_VA_ARGS_MACRO 1
  11566. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11567. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11568. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11569. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11570. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11571. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11572. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11573. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11574. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11575. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11576. | #define WEAK(x) __attribute__ ((__weak__)) x
  11577. | #define HAVE_FUNC_WEAK 1
  11578. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11579. | /* end confdefs.h. */
  11580. |
  11581. | #define FUNC_MINIMIZED(x) __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  11582. |
  11583. | #define x int conftest_attribute_check(void)
  11584. |
  11585. | #define mesg ("")
  11586. | FUNC_MINIMIZED(x);
  11587. | int
  11588. | main ()
  11589. | {
  11590. |
  11591. | ;
  11592. | return 0;
  11593. | }
  11594. configure:16447: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11595. conftest.c:147:5: warning: unknown attribute '__optimize__' ignored [-Wunknown-attributes]
  11596. FUNC_MINIMIZED(x);
  11597. ^
  11598. conftest.c:142:45: note: expanded from macro 'FUNC_MINIMIZED'
  11599. #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11600. ^
  11601. 1 warning generated.
  11602. configure:16447: $? = 0
  11603. configure: failed program was:
  11604. | /* confdefs.h */
  11605. | #define PACKAGE_NAME ""
  11606. | #define PACKAGE_TARNAME ""
  11607. | #define PACKAGE_VERSION ""
  11608. | #define PACKAGE_STRING ""
  11609. | #define PACKAGE_BUGREPORT ""
  11610. | #define PACKAGE_URL ""
  11611. | #define CANONICALIZATION_FOR_MATHN 1
  11612. | #define STDC_HEADERS 1
  11613. | #define HAVE_SYS_TYPES_H 1
  11614. | #define HAVE_SYS_STAT_H 1
  11615. | #define HAVE_STDLIB_H 1
  11616. | #define HAVE_STRING_H 1
  11617. | #define HAVE_MEMORY_H 1
  11618. | #define HAVE_STRINGS_H 1
  11619. | #define HAVE_INTTYPES_H 1
  11620. | #define HAVE_STDINT_H 1
  11621. | #define HAVE_UNISTD_H 1
  11622. | #define __EXTENSIONS__ 1
  11623. | #define _ALL_SOURCE 1
  11624. | #define _GNU_SOURCE 1
  11625. | #define _POSIX_PTHREAD_SEMANTICS 1
  11626. | #define _TANDEM_SOURCE 1
  11627. | #define HAVE_INFINITY 1
  11628. | #define HAVE_NAN 1
  11629. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11630. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11631. | #define BROKEN_CRYPT 1
  11632. | #define HAVE_CRT_EXTERNS_H 1
  11633. | #define HAVE_LIBDL 1
  11634. | #define HAVE_DIRENT_H 1
  11635. | #define HAVE__BOOL 1
  11636. | #define HAVE_STDBOOL_H 1
  11637. | #define HAVE_SYS_WAIT_H 1
  11638. | #define HAVE_GRP_H 1
  11639. | #define HAVE_FCNTL_H 1
  11640. | #define HAVE_FLOAT_H 1
  11641. | #define HAVE_LANGINFO_H 1
  11642. | #define HAVE_LIMITS_H 1
  11643. | #define HAVE_LOCALE_H 1
  11644. | #define HAVE_MALLOC_MALLOC_H 1
  11645. | #define HAVE_PWD_H 1
  11646. | #define HAVE_SYS_ATTR_H 1
  11647. | #define HAVE_SYS_FCNTL_H 1
  11648. | #define HAVE_SYS_FILE_H 1
  11649. | #define HAVE_SYS_IOCTL_H 1
  11650. | #define HAVE_SYS_PARAM_H 1
  11651. | #define HAVE_SYS_RESOURCE_H 1
  11652. | #define HAVE_SYS_SELECT_H 1
  11653. | #define HAVE_SYS_SOCKET_H 1
  11654. | #define HAVE_SYS_TIME_H 1
  11655. | #define HAVE_SYS_TIMES_H 1
  11656. | #define HAVE_SYS_UIO_H 1
  11657. | #define HAVE_TIME_H 1
  11658. | #define HAVE_UCONTEXT_H 1
  11659. | #define HAVE_UTIME_H 1
  11660. | #define HAVE_GMP_H 1
  11661. | #define HAVE_LIBGMP 1
  11662. | #define HAVE_TYPEOF 1
  11663. | #define HAVE_LONG_LONG 1
  11664. | #define HAVE_OFF_T 1
  11665. | #define SIZEOF_INT 4
  11666. | #define SIZEOF_SHORT 2
  11667. | #define SIZEOF_LONG 8
  11668. | #define SIZEOF_LONG_LONG 8
  11669. | #define SIZEOF___INT64 0
  11670. | #define SIZEOF___INT128 16
  11671. | #define SIZEOF_OFF_T 8
  11672. | #define SIZEOF_VOIDP 8
  11673. | #define SIZEOF_FLOAT 4
  11674. | #define SIZEOF_DOUBLE 8
  11675. | #define SIZEOF_TIME_T 8
  11676. | #define SIZEOF_CLOCK_T 8
  11677. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11678. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11679. | #define PRI_LL_PREFIX "ll"
  11680. | #define rb_pid_t pid_t
  11681. | #define SIGNEDNESS_OF_PID_T -1
  11682. | #define PIDT2NUM(v) INT2NUM(v)
  11683. | #define NUM2PIDT(v) NUM2INT(v)
  11684. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11685. | #define rb_uid_t uid_t
  11686. | #define SIGNEDNESS_OF_UID_T +1
  11687. | #define UIDT2NUM(v) UINT2NUM(v)
  11688. | #define NUM2UIDT(v) NUM2UINT(v)
  11689. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11690. | #define rb_gid_t gid_t
  11691. | #define SIGNEDNESS_OF_GID_T +1
  11692. | #define GIDT2NUM(v) UINT2NUM(v)
  11693. | #define NUM2GIDT(v) NUM2UINT(v)
  11694. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11695. | #define rb_time_t time_t
  11696. | #define SIGNEDNESS_OF_TIME_T -1
  11697. | #define TIMET2NUM(v) LONG2NUM(v)
  11698. | #define NUM2TIMET(v) NUM2LONG(v)
  11699. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11700. | #define rb_dev_t dev_t
  11701. | #define SIGNEDNESS_OF_DEV_T -1
  11702. | #define DEVT2NUM(v) INT2NUM(v)
  11703. | #define NUM2DEVT(v) NUM2INT(v)
  11704. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11705. | #define rb_mode_t mode_t
  11706. | #define SIGNEDNESS_OF_MODE_T +1
  11707. | #define MODET2NUM(v) UINT2NUM(v)
  11708. | #define NUM2MODET(v) NUM2UINT(v)
  11709. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11710. | #define rb_rlim_t rlim_t
  11711. | #define SIGNEDNESS_OF_RLIM_T +1
  11712. | #define RLIM2NUM(v) ULL2NUM(v)
  11713. | #define NUM2RLIM(v) NUM2ULL(v)
  11714. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11715. | #define rb_off_t off_t
  11716. | #define SIGNEDNESS_OF_OFF_T -1
  11717. | #define OFFT2NUM(v) LL2NUM(v)
  11718. | #define NUM2OFFT(v) NUM2LL(v)
  11719. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11720. | #define rb_clockid_t int
  11721. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11722. | #define CLOCKID2NUM(v) INT2NUM(v)
  11723. | #define NUM2CLOCKID(v) NUM2INT(v)
  11724. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11725. | #define HAVE_PROTOTYPES 1
  11726. | #define TOKEN_PASTE(x,y) x##y
  11727. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11728. | #define HAVE_STDARG_PROTOTYPES 1
  11729. | #define HAVE_VA_ARGS_MACRO 1
  11730. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11731. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11732. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11733. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11734. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11735. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11736. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11737. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11738. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11739. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11740. | #define WEAK(x) __attribute__ ((__weak__)) x
  11741. | #define HAVE_FUNC_WEAK 1
  11742. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11743. | /* end confdefs.h. */
  11744. |
  11745. | #define FUNC_MINIMIZED(x) x __attribute__ ((__optimize__("-Os","-fomit-frame-pointer")))
  11746. |
  11747. | #define x int conftest_attribute_check(void)
  11748. |
  11749. | #define mesg ("")
  11750. | FUNC_MINIMIZED(x);
  11751. | int
  11752. | main ()
  11753. | {
  11754. |
  11755. | ;
  11756. | return 0;
  11757. | }
  11758. configure:16447: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11759. conftest.c:147:5: error: expected parameter declarator
  11760. FUNC_MINIMIZED(x);
  11761. ^
  11762. conftest.c:142:51: note: expanded from macro 'FUNC_MINIMIZED'
  11763. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11764. ^
  11765. conftest.c:147:5: error: expected ')'
  11766. conftest.c:142:51: note: expanded from macro 'FUNC_MINIMIZED'
  11767. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11768. ^
  11769. conftest.c:147:5: note: to match this '('
  11770. conftest.c:142:50: note: expanded from macro 'FUNC_MINIMIZED'
  11771. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11772. ^
  11773. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11774. FUNC_MINIMIZED(x);
  11775. ^
  11776. conftest.c:142:38: note: expanded from macro 'FUNC_MINIMIZED'
  11777. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11778. ^
  11779. conftest.c:147:5: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  11780. conftest.c:142:27: note: expanded from macro 'FUNC_MINIMIZED'
  11781. #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11782. ^
  11783. conftest.c:147:20: error: expected ';' after top level declarator
  11784. FUNC_MINIMIZED(x);
  11785. ^
  11786. conftest.c:144:11: note: expanded from macro 'x'
  11787. #define x int conftest_attribute_check(void)
  11788. ^
  11789. 2 warnings and 3 errors generated.
  11790. configure:16447: $? = 1
  11791. configure: failed program was:
  11792. | /* confdefs.h */
  11793. | #define PACKAGE_NAME ""
  11794. | #define PACKAGE_TARNAME ""
  11795. | #define PACKAGE_VERSION ""
  11796. | #define PACKAGE_STRING ""
  11797. | #define PACKAGE_BUGREPORT ""
  11798. | #define PACKAGE_URL ""
  11799. | #define CANONICALIZATION_FOR_MATHN 1
  11800. | #define STDC_HEADERS 1
  11801. | #define HAVE_SYS_TYPES_H 1
  11802. | #define HAVE_SYS_STAT_H 1
  11803. | #define HAVE_STDLIB_H 1
  11804. | #define HAVE_STRING_H 1
  11805. | #define HAVE_MEMORY_H 1
  11806. | #define HAVE_STRINGS_H 1
  11807. | #define HAVE_INTTYPES_H 1
  11808. | #define HAVE_STDINT_H 1
  11809. | #define HAVE_UNISTD_H 1
  11810. | #define __EXTENSIONS__ 1
  11811. | #define _ALL_SOURCE 1
  11812. | #define _GNU_SOURCE 1
  11813. | #define _POSIX_PTHREAD_SEMANTICS 1
  11814. | #define _TANDEM_SOURCE 1
  11815. | #define HAVE_INFINITY 1
  11816. | #define HAVE_NAN 1
  11817. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11818. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11819. | #define BROKEN_CRYPT 1
  11820. | #define HAVE_CRT_EXTERNS_H 1
  11821. | #define HAVE_LIBDL 1
  11822. | #define HAVE_DIRENT_H 1
  11823. | #define HAVE__BOOL 1
  11824. | #define HAVE_STDBOOL_H 1
  11825. | #define HAVE_SYS_WAIT_H 1
  11826. | #define HAVE_GRP_H 1
  11827. | #define HAVE_FCNTL_H 1
  11828. | #define HAVE_FLOAT_H 1
  11829. | #define HAVE_LANGINFO_H 1
  11830. | #define HAVE_LIMITS_H 1
  11831. | #define HAVE_LOCALE_H 1
  11832. | #define HAVE_MALLOC_MALLOC_H 1
  11833. | #define HAVE_PWD_H 1
  11834. | #define HAVE_SYS_ATTR_H 1
  11835. | #define HAVE_SYS_FCNTL_H 1
  11836. | #define HAVE_SYS_FILE_H 1
  11837. | #define HAVE_SYS_IOCTL_H 1
  11838. | #define HAVE_SYS_PARAM_H 1
  11839. | #define HAVE_SYS_RESOURCE_H 1
  11840. | #define HAVE_SYS_SELECT_H 1
  11841. | #define HAVE_SYS_SOCKET_H 1
  11842. | #define HAVE_SYS_TIME_H 1
  11843. | #define HAVE_SYS_TIMES_H 1
  11844. | #define HAVE_SYS_UIO_H 1
  11845. | #define HAVE_TIME_H 1
  11846. | #define HAVE_UCONTEXT_H 1
  11847. | #define HAVE_UTIME_H 1
  11848. | #define HAVE_GMP_H 1
  11849. | #define HAVE_LIBGMP 1
  11850. | #define HAVE_TYPEOF 1
  11851. | #define HAVE_LONG_LONG 1
  11852. | #define HAVE_OFF_T 1
  11853. | #define SIZEOF_INT 4
  11854. | #define SIZEOF_SHORT 2
  11855. | #define SIZEOF_LONG 8
  11856. | #define SIZEOF_LONG_LONG 8
  11857. | #define SIZEOF___INT64 0
  11858. | #define SIZEOF___INT128 16
  11859. | #define SIZEOF_OFF_T 8
  11860. | #define SIZEOF_VOIDP 8
  11861. | #define SIZEOF_FLOAT 4
  11862. | #define SIZEOF_DOUBLE 8
  11863. | #define SIZEOF_TIME_T 8
  11864. | #define SIZEOF_CLOCK_T 8
  11865. | #define PACKED_STRUCT(x) x __attribute__((packed))
  11866. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  11867. | #define PRI_LL_PREFIX "ll"
  11868. | #define rb_pid_t pid_t
  11869. | #define SIGNEDNESS_OF_PID_T -1
  11870. | #define PIDT2NUM(v) INT2NUM(v)
  11871. | #define NUM2PIDT(v) NUM2INT(v)
  11872. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  11873. | #define rb_uid_t uid_t
  11874. | #define SIGNEDNESS_OF_UID_T +1
  11875. | #define UIDT2NUM(v) UINT2NUM(v)
  11876. | #define NUM2UIDT(v) NUM2UINT(v)
  11877. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  11878. | #define rb_gid_t gid_t
  11879. | #define SIGNEDNESS_OF_GID_T +1
  11880. | #define GIDT2NUM(v) UINT2NUM(v)
  11881. | #define NUM2GIDT(v) NUM2UINT(v)
  11882. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  11883. | #define rb_time_t time_t
  11884. | #define SIGNEDNESS_OF_TIME_T -1
  11885. | #define TIMET2NUM(v) LONG2NUM(v)
  11886. | #define NUM2TIMET(v) NUM2LONG(v)
  11887. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  11888. | #define rb_dev_t dev_t
  11889. | #define SIGNEDNESS_OF_DEV_T -1
  11890. | #define DEVT2NUM(v) INT2NUM(v)
  11891. | #define NUM2DEVT(v) NUM2INT(v)
  11892. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  11893. | #define rb_mode_t mode_t
  11894. | #define SIGNEDNESS_OF_MODE_T +1
  11895. | #define MODET2NUM(v) UINT2NUM(v)
  11896. | #define NUM2MODET(v) NUM2UINT(v)
  11897. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  11898. | #define rb_rlim_t rlim_t
  11899. | #define SIGNEDNESS_OF_RLIM_T +1
  11900. | #define RLIM2NUM(v) ULL2NUM(v)
  11901. | #define NUM2RLIM(v) NUM2ULL(v)
  11902. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  11903. | #define rb_off_t off_t
  11904. | #define SIGNEDNESS_OF_OFF_T -1
  11905. | #define OFFT2NUM(v) LL2NUM(v)
  11906. | #define NUM2OFFT(v) NUM2LL(v)
  11907. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  11908. | #define rb_clockid_t int
  11909. | #define SIGNEDNESS_OF_CLOCKID_T -1
  11910. | #define CLOCKID2NUM(v) INT2NUM(v)
  11911. | #define NUM2CLOCKID(v) NUM2INT(v)
  11912. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  11913. | #define HAVE_PROTOTYPES 1
  11914. | #define TOKEN_PASTE(x,y) x##y
  11915. | #define STRINGIZE(expr) STRINGIZE0(expr)
  11916. | #define HAVE_STDARG_PROTOTYPES 1
  11917. | #define HAVE_VA_ARGS_MACRO 1
  11918. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  11919. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  11920. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  11921. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  11922. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  11923. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  11924. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  11925. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  11926. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  11927. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  11928. | #define WEAK(x) __attribute__ ((__weak__)) x
  11929. | #define HAVE_FUNC_WEAK 1
  11930. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  11931. | /* end confdefs.h. */
  11932. |
  11933. | #define FUNC_MINIMIZED(x) __declspec(__optimize__("-Os","-fomit-frame-pointer")) x
  11934. |
  11935. | #define x int conftest_attribute_check(void)
  11936. |
  11937. | #define mesg ("")
  11938. | FUNC_MINIMIZED(x);
  11939. | int
  11940. | main ()
  11941. | {
  11942. |
  11943. | ;
  11944. | return 0;
  11945. | }
  11946. configure:16447: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  11947. configure:16447: $? = 0
  11948. configure:16465: result: x
  11949. configure:16480: checking for function alias
  11950. configure:16499: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  11951. conftest.c:142:33: error: only weak aliases are supported on darwin
  11952. void bar(void) __attribute__((alias("foo")));
  11953. ^
  11954. 1 error generated.
  11955. configure:16499: $? = 1
  11956. configure: failed program was:
  11957. | /* confdefs.h */
  11958. | #define PACKAGE_NAME ""
  11959. | #define PACKAGE_TARNAME ""
  11960. | #define PACKAGE_VERSION ""
  11961. | #define PACKAGE_STRING ""
  11962. | #define PACKAGE_BUGREPORT ""
  11963. | #define PACKAGE_URL ""
  11964. | #define CANONICALIZATION_FOR_MATHN 1
  11965. | #define STDC_HEADERS 1
  11966. | #define HAVE_SYS_TYPES_H 1
  11967. | #define HAVE_SYS_STAT_H 1
  11968. | #define HAVE_STDLIB_H 1
  11969. | #define HAVE_STRING_H 1
  11970. | #define HAVE_MEMORY_H 1
  11971. | #define HAVE_STRINGS_H 1
  11972. | #define HAVE_INTTYPES_H 1
  11973. | #define HAVE_STDINT_H 1
  11974. | #define HAVE_UNISTD_H 1
  11975. | #define __EXTENSIONS__ 1
  11976. | #define _ALL_SOURCE 1
  11977. | #define _GNU_SOURCE 1
  11978. | #define _POSIX_PTHREAD_SEMANTICS 1
  11979. | #define _TANDEM_SOURCE 1
  11980. | #define HAVE_INFINITY 1
  11981. | #define HAVE_NAN 1
  11982. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  11983. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  11984. | #define BROKEN_CRYPT 1
  11985. | #define HAVE_CRT_EXTERNS_H 1
  11986. | #define HAVE_LIBDL 1
  11987. | #define HAVE_DIRENT_H 1
  11988. | #define HAVE__BOOL 1
  11989. | #define HAVE_STDBOOL_H 1
  11990. | #define HAVE_SYS_WAIT_H 1
  11991. | #define HAVE_GRP_H 1
  11992. | #define HAVE_FCNTL_H 1
  11993. | #define HAVE_FLOAT_H 1
  11994. | #define HAVE_LANGINFO_H 1
  11995. | #define HAVE_LIMITS_H 1
  11996. | #define HAVE_LOCALE_H 1
  11997. | #define HAVE_MALLOC_MALLOC_H 1
  11998. | #define HAVE_PWD_H 1
  11999. | #define HAVE_SYS_ATTR_H 1
  12000. | #define HAVE_SYS_FCNTL_H 1
  12001. | #define HAVE_SYS_FILE_H 1
  12002. | #define HAVE_SYS_IOCTL_H 1
  12003. | #define HAVE_SYS_PARAM_H 1
  12004. | #define HAVE_SYS_RESOURCE_H 1
  12005. | #define HAVE_SYS_SELECT_H 1
  12006. | #define HAVE_SYS_SOCKET_H 1
  12007. | #define HAVE_SYS_TIME_H 1
  12008. | #define HAVE_SYS_TIMES_H 1
  12009. | #define HAVE_SYS_UIO_H 1
  12010. | #define HAVE_TIME_H 1
  12011. | #define HAVE_UCONTEXT_H 1
  12012. | #define HAVE_UTIME_H 1
  12013. | #define HAVE_GMP_H 1
  12014. | #define HAVE_LIBGMP 1
  12015. | #define HAVE_TYPEOF 1
  12016. | #define HAVE_LONG_LONG 1
  12017. | #define HAVE_OFF_T 1
  12018. | #define SIZEOF_INT 4
  12019. | #define SIZEOF_SHORT 2
  12020. | #define SIZEOF_LONG 8
  12021. | #define SIZEOF_LONG_LONG 8
  12022. | #define SIZEOF___INT64 0
  12023. | #define SIZEOF___INT128 16
  12024. | #define SIZEOF_OFF_T 8
  12025. | #define SIZEOF_VOIDP 8
  12026. | #define SIZEOF_FLOAT 4
  12027. | #define SIZEOF_DOUBLE 8
  12028. | #define SIZEOF_TIME_T 8
  12029. | #define SIZEOF_CLOCK_T 8
  12030. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12031. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12032. | #define PRI_LL_PREFIX "ll"
  12033. | #define rb_pid_t pid_t
  12034. | #define SIGNEDNESS_OF_PID_T -1
  12035. | #define PIDT2NUM(v) INT2NUM(v)
  12036. | #define NUM2PIDT(v) NUM2INT(v)
  12037. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12038. | #define rb_uid_t uid_t
  12039. | #define SIGNEDNESS_OF_UID_T +1
  12040. | #define UIDT2NUM(v) UINT2NUM(v)
  12041. | #define NUM2UIDT(v) NUM2UINT(v)
  12042. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12043. | #define rb_gid_t gid_t
  12044. | #define SIGNEDNESS_OF_GID_T +1
  12045. | #define GIDT2NUM(v) UINT2NUM(v)
  12046. | #define NUM2GIDT(v) NUM2UINT(v)
  12047. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12048. | #define rb_time_t time_t
  12049. | #define SIGNEDNESS_OF_TIME_T -1
  12050. | #define TIMET2NUM(v) LONG2NUM(v)
  12051. | #define NUM2TIMET(v) NUM2LONG(v)
  12052. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12053. | #define rb_dev_t dev_t
  12054. | #define SIGNEDNESS_OF_DEV_T -1
  12055. | #define DEVT2NUM(v) INT2NUM(v)
  12056. | #define NUM2DEVT(v) NUM2INT(v)
  12057. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12058. | #define rb_mode_t mode_t
  12059. | #define SIGNEDNESS_OF_MODE_T +1
  12060. | #define MODET2NUM(v) UINT2NUM(v)
  12061. | #define NUM2MODET(v) NUM2UINT(v)
  12062. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12063. | #define rb_rlim_t rlim_t
  12064. | #define SIGNEDNESS_OF_RLIM_T +1
  12065. | #define RLIM2NUM(v) ULL2NUM(v)
  12066. | #define NUM2RLIM(v) NUM2ULL(v)
  12067. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12068. | #define rb_off_t off_t
  12069. | #define SIGNEDNESS_OF_OFF_T -1
  12070. | #define OFFT2NUM(v) LL2NUM(v)
  12071. | #define NUM2OFFT(v) NUM2LL(v)
  12072. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12073. | #define rb_clockid_t int
  12074. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12075. | #define CLOCKID2NUM(v) INT2NUM(v)
  12076. | #define NUM2CLOCKID(v) NUM2INT(v)
  12077. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12078. | #define HAVE_PROTOTYPES 1
  12079. | #define TOKEN_PASTE(x,y) x##y
  12080. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12081. | #define HAVE_STDARG_PROTOTYPES 1
  12082. | #define HAVE_VA_ARGS_MACRO 1
  12083. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12084. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12085. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12086. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12087. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12088. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12089. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12090. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12091. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12092. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12093. | #define WEAK(x) __attribute__ ((__weak__)) x
  12094. | #define HAVE_FUNC_WEAK 1
  12095. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12096. | /* end confdefs.h. */
  12097. | void foo(void) {}
  12098. | void bar(void) __attribute__((alias("foo")));
  12099. | int
  12100. | main ()
  12101. | {
  12102. | bar()
  12103. | ;
  12104. | return 0;
  12105. | }
  12106. configure:16499: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12107. conftest.c:142:38: error: only weak aliases are supported on darwin
  12108. void bar(void) __attribute__((weak,alias("foo")));
  12109. ^
  12110. 1 error generated.
  12111. configure:16499: $? = 1
  12112. configure: failed program was:
  12113. | /* confdefs.h */
  12114. | #define PACKAGE_NAME ""
  12115. | #define PACKAGE_TARNAME ""
  12116. | #define PACKAGE_VERSION ""
  12117. | #define PACKAGE_STRING ""
  12118. | #define PACKAGE_BUGREPORT ""
  12119. | #define PACKAGE_URL ""
  12120. | #define CANONICALIZATION_FOR_MATHN 1
  12121. | #define STDC_HEADERS 1
  12122. | #define HAVE_SYS_TYPES_H 1
  12123. | #define HAVE_SYS_STAT_H 1
  12124. | #define HAVE_STDLIB_H 1
  12125. | #define HAVE_STRING_H 1
  12126. | #define HAVE_MEMORY_H 1
  12127. | #define HAVE_STRINGS_H 1
  12128. | #define HAVE_INTTYPES_H 1
  12129. | #define HAVE_STDINT_H 1
  12130. | #define HAVE_UNISTD_H 1
  12131. | #define __EXTENSIONS__ 1
  12132. | #define _ALL_SOURCE 1
  12133. | #define _GNU_SOURCE 1
  12134. | #define _POSIX_PTHREAD_SEMANTICS 1
  12135. | #define _TANDEM_SOURCE 1
  12136. | #define HAVE_INFINITY 1
  12137. | #define HAVE_NAN 1
  12138. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12139. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12140. | #define BROKEN_CRYPT 1
  12141. | #define HAVE_CRT_EXTERNS_H 1
  12142. | #define HAVE_LIBDL 1
  12143. | #define HAVE_DIRENT_H 1
  12144. | #define HAVE__BOOL 1
  12145. | #define HAVE_STDBOOL_H 1
  12146. | #define HAVE_SYS_WAIT_H 1
  12147. | #define HAVE_GRP_H 1
  12148. | #define HAVE_FCNTL_H 1
  12149. | #define HAVE_FLOAT_H 1
  12150. | #define HAVE_LANGINFO_H 1
  12151. | #define HAVE_LIMITS_H 1
  12152. | #define HAVE_LOCALE_H 1
  12153. | #define HAVE_MALLOC_MALLOC_H 1
  12154. | #define HAVE_PWD_H 1
  12155. | #define HAVE_SYS_ATTR_H 1
  12156. | #define HAVE_SYS_FCNTL_H 1
  12157. | #define HAVE_SYS_FILE_H 1
  12158. | #define HAVE_SYS_IOCTL_H 1
  12159. | #define HAVE_SYS_PARAM_H 1
  12160. | #define HAVE_SYS_RESOURCE_H 1
  12161. | #define HAVE_SYS_SELECT_H 1
  12162. | #define HAVE_SYS_SOCKET_H 1
  12163. | #define HAVE_SYS_TIME_H 1
  12164. | #define HAVE_SYS_TIMES_H 1
  12165. | #define HAVE_SYS_UIO_H 1
  12166. | #define HAVE_TIME_H 1
  12167. | #define HAVE_UCONTEXT_H 1
  12168. | #define HAVE_UTIME_H 1
  12169. | #define HAVE_GMP_H 1
  12170. | #define HAVE_LIBGMP 1
  12171. | #define HAVE_TYPEOF 1
  12172. | #define HAVE_LONG_LONG 1
  12173. | #define HAVE_OFF_T 1
  12174. | #define SIZEOF_INT 4
  12175. | #define SIZEOF_SHORT 2
  12176. | #define SIZEOF_LONG 8
  12177. | #define SIZEOF_LONG_LONG 8
  12178. | #define SIZEOF___INT64 0
  12179. | #define SIZEOF___INT128 16
  12180. | #define SIZEOF_OFF_T 8
  12181. | #define SIZEOF_VOIDP 8
  12182. | #define SIZEOF_FLOAT 4
  12183. | #define SIZEOF_DOUBLE 8
  12184. | #define SIZEOF_TIME_T 8
  12185. | #define SIZEOF_CLOCK_T 8
  12186. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12187. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12188. | #define PRI_LL_PREFIX "ll"
  12189. | #define rb_pid_t pid_t
  12190. | #define SIGNEDNESS_OF_PID_T -1
  12191. | #define PIDT2NUM(v) INT2NUM(v)
  12192. | #define NUM2PIDT(v) NUM2INT(v)
  12193. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12194. | #define rb_uid_t uid_t
  12195. | #define SIGNEDNESS_OF_UID_T +1
  12196. | #define UIDT2NUM(v) UINT2NUM(v)
  12197. | #define NUM2UIDT(v) NUM2UINT(v)
  12198. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12199. | #define rb_gid_t gid_t
  12200. | #define SIGNEDNESS_OF_GID_T +1
  12201. | #define GIDT2NUM(v) UINT2NUM(v)
  12202. | #define NUM2GIDT(v) NUM2UINT(v)
  12203. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12204. | #define rb_time_t time_t
  12205. | #define SIGNEDNESS_OF_TIME_T -1
  12206. | #define TIMET2NUM(v) LONG2NUM(v)
  12207. | #define NUM2TIMET(v) NUM2LONG(v)
  12208. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12209. | #define rb_dev_t dev_t
  12210. | #define SIGNEDNESS_OF_DEV_T -1
  12211. | #define DEVT2NUM(v) INT2NUM(v)
  12212. | #define NUM2DEVT(v) NUM2INT(v)
  12213. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12214. | #define rb_mode_t mode_t
  12215. | #define SIGNEDNESS_OF_MODE_T +1
  12216. | #define MODET2NUM(v) UINT2NUM(v)
  12217. | #define NUM2MODET(v) NUM2UINT(v)
  12218. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12219. | #define rb_rlim_t rlim_t
  12220. | #define SIGNEDNESS_OF_RLIM_T +1
  12221. | #define RLIM2NUM(v) ULL2NUM(v)
  12222. | #define NUM2RLIM(v) NUM2ULL(v)
  12223. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12224. | #define rb_off_t off_t
  12225. | #define SIGNEDNESS_OF_OFF_T -1
  12226. | #define OFFT2NUM(v) LL2NUM(v)
  12227. | #define NUM2OFFT(v) NUM2LL(v)
  12228. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12229. | #define rb_clockid_t int
  12230. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12231. | #define CLOCKID2NUM(v) INT2NUM(v)
  12232. | #define NUM2CLOCKID(v) NUM2INT(v)
  12233. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12234. | #define HAVE_PROTOTYPES 1
  12235. | #define TOKEN_PASTE(x,y) x##y
  12236. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12237. | #define HAVE_STDARG_PROTOTYPES 1
  12238. | #define HAVE_VA_ARGS_MACRO 1
  12239. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12240. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12241. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12242. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12243. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12244. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12245. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12246. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12247. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12248. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12249. | #define WEAK(x) __attribute__ ((__weak__)) x
  12250. | #define HAVE_FUNC_WEAK 1
  12251. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12252. | /* end confdefs.h. */
  12253. | void foo(void) {}
  12254. | void bar(void) __attribute__((weak,alias("foo")));
  12255. | int
  12256. | main ()
  12257. | {
  12258. | bar()
  12259. | ;
  12260. | return 0;
  12261. | }
  12262. configure:16506: result: no
  12263. configure:16523: checking for __atomic builtins
  12264. configure:16546: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12265. configure:16546: $? = 0
  12266. configure:16554: result: yes
  12267. configure:16563: checking for __sync builtins
  12268. configure:16587: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12269. configure:16587: $? = 0
  12270. configure:16595: result: yes
  12271. configure:16604: checking for __builtin_unreachable
  12272. configure:16632: gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12273. configure:16632: $? = 0
  12274. configure:16653: result: yes
  12275. configure:16666: checking for exported function attribute
  12276. configure:16699: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12277. configure:16699: $? = 0
  12278. configure:16717: result: __attribute__ ((__visibility__("default")))
  12279. configure:16738: checking for function name string predefined identifier
  12280. configure:16769: gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12281. configure:16769: $? = 0
  12282. configure:16790: result: __func__
  12283. configure:16801: checking if enum over int is allowed
  12284. configure:16852: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12285. configure:16852: $? = 0
  12286. configure:16873: result: yes
  12287. configure:16882: checking whether sys_nerr is declared
  12288. configure:16882: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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:16882: $? = 0
  12290. configure:16882: result: yes
  12291. configure:16896: checking whether getenv is declared
  12292. configure:16896: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -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. configure:16896: $? = 0
  12294. configure:16896: result: yes
  12295. configure:16943: checking for size_t
  12296. configure:16943: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12297. configure:16943: $? = 0
  12298. configure:16943: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12299. conftest.c:185:21: error: expected expression
  12300. if (sizeof ((size_t)))
  12301. ^
  12302. 1 error generated.
  12303. configure:16943: $? = 1
  12304. configure: failed program was:
  12305. | /* confdefs.h */
  12306. | #define PACKAGE_NAME ""
  12307. | #define PACKAGE_TARNAME ""
  12308. | #define PACKAGE_VERSION ""
  12309. | #define PACKAGE_STRING ""
  12310. | #define PACKAGE_BUGREPORT ""
  12311. | #define PACKAGE_URL ""
  12312. | #define CANONICALIZATION_FOR_MATHN 1
  12313. | #define STDC_HEADERS 1
  12314. | #define HAVE_SYS_TYPES_H 1
  12315. | #define HAVE_SYS_STAT_H 1
  12316. | #define HAVE_STDLIB_H 1
  12317. | #define HAVE_STRING_H 1
  12318. | #define HAVE_MEMORY_H 1
  12319. | #define HAVE_STRINGS_H 1
  12320. | #define HAVE_INTTYPES_H 1
  12321. | #define HAVE_STDINT_H 1
  12322. | #define HAVE_UNISTD_H 1
  12323. | #define __EXTENSIONS__ 1
  12324. | #define _ALL_SOURCE 1
  12325. | #define _GNU_SOURCE 1
  12326. | #define _POSIX_PTHREAD_SEMANTICS 1
  12327. | #define _TANDEM_SOURCE 1
  12328. | #define HAVE_INFINITY 1
  12329. | #define HAVE_NAN 1
  12330. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12331. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12332. | #define BROKEN_CRYPT 1
  12333. | #define HAVE_CRT_EXTERNS_H 1
  12334. | #define HAVE_LIBDL 1
  12335. | #define HAVE_DIRENT_H 1
  12336. | #define HAVE__BOOL 1
  12337. | #define HAVE_STDBOOL_H 1
  12338. | #define HAVE_SYS_WAIT_H 1
  12339. | #define HAVE_GRP_H 1
  12340. | #define HAVE_FCNTL_H 1
  12341. | #define HAVE_FLOAT_H 1
  12342. | #define HAVE_LANGINFO_H 1
  12343. | #define HAVE_LIMITS_H 1
  12344. | #define HAVE_LOCALE_H 1
  12345. | #define HAVE_MALLOC_MALLOC_H 1
  12346. | #define HAVE_PWD_H 1
  12347. | #define HAVE_SYS_ATTR_H 1
  12348. | #define HAVE_SYS_FCNTL_H 1
  12349. | #define HAVE_SYS_FILE_H 1
  12350. | #define HAVE_SYS_IOCTL_H 1
  12351. | #define HAVE_SYS_PARAM_H 1
  12352. | #define HAVE_SYS_RESOURCE_H 1
  12353. | #define HAVE_SYS_SELECT_H 1
  12354. | #define HAVE_SYS_SOCKET_H 1
  12355. | #define HAVE_SYS_TIME_H 1
  12356. | #define HAVE_SYS_TIMES_H 1
  12357. | #define HAVE_SYS_UIO_H 1
  12358. | #define HAVE_TIME_H 1
  12359. | #define HAVE_UCONTEXT_H 1
  12360. | #define HAVE_UTIME_H 1
  12361. | #define HAVE_GMP_H 1
  12362. | #define HAVE_LIBGMP 1
  12363. | #define HAVE_TYPEOF 1
  12364. | #define HAVE_LONG_LONG 1
  12365. | #define HAVE_OFF_T 1
  12366. | #define SIZEOF_INT 4
  12367. | #define SIZEOF_SHORT 2
  12368. | #define SIZEOF_LONG 8
  12369. | #define SIZEOF_LONG_LONG 8
  12370. | #define SIZEOF___INT64 0
  12371. | #define SIZEOF___INT128 16
  12372. | #define SIZEOF_OFF_T 8
  12373. | #define SIZEOF_VOIDP 8
  12374. | #define SIZEOF_FLOAT 4
  12375. | #define SIZEOF_DOUBLE 8
  12376. | #define SIZEOF_TIME_T 8
  12377. | #define SIZEOF_CLOCK_T 8
  12378. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12379. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12380. | #define PRI_LL_PREFIX "ll"
  12381. | #define rb_pid_t pid_t
  12382. | #define SIGNEDNESS_OF_PID_T -1
  12383. | #define PIDT2NUM(v) INT2NUM(v)
  12384. | #define NUM2PIDT(v) NUM2INT(v)
  12385. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  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 rb_gid_t gid_t
  12392. | #define SIGNEDNESS_OF_GID_T +1
  12393. | #define GIDT2NUM(v) UINT2NUM(v)
  12394. | #define NUM2GIDT(v) NUM2UINT(v)
  12395. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12396. | #define rb_time_t time_t
  12397. | #define SIGNEDNESS_OF_TIME_T -1
  12398. | #define TIMET2NUM(v) LONG2NUM(v)
  12399. | #define NUM2TIMET(v) NUM2LONG(v)
  12400. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12401. | #define rb_dev_t dev_t
  12402. | #define SIGNEDNESS_OF_DEV_T -1
  12403. | #define DEVT2NUM(v) INT2NUM(v)
  12404. | #define NUM2DEVT(v) NUM2INT(v)
  12405. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12406. | #define rb_mode_t mode_t
  12407. | #define SIGNEDNESS_OF_MODE_T +1
  12408. | #define MODET2NUM(v) UINT2NUM(v)
  12409. | #define NUM2MODET(v) NUM2UINT(v)
  12410. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12411. | #define rb_rlim_t rlim_t
  12412. | #define SIGNEDNESS_OF_RLIM_T +1
  12413. | #define RLIM2NUM(v) ULL2NUM(v)
  12414. | #define NUM2RLIM(v) NUM2ULL(v)
  12415. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12416. | #define rb_off_t off_t
  12417. | #define SIGNEDNESS_OF_OFF_T -1
  12418. | #define OFFT2NUM(v) LL2NUM(v)
  12419. | #define NUM2OFFT(v) NUM2LL(v)
  12420. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12421. | #define rb_clockid_t int
  12422. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12423. | #define CLOCKID2NUM(v) INT2NUM(v)
  12424. | #define NUM2CLOCKID(v) NUM2INT(v)
  12425. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12426. | #define HAVE_PROTOTYPES 1
  12427. | #define TOKEN_PASTE(x,y) x##y
  12428. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12429. | #define HAVE_STDARG_PROTOTYPES 1
  12430. | #define HAVE_VA_ARGS_MACRO 1
  12431. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12432. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12433. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12434. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12435. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12436. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12437. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12438. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12439. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12440. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12441. | #define WEAK(x) __attribute__ ((__weak__)) x
  12442. | #define HAVE_FUNC_WEAK 1
  12443. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12444. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12445. | #define HAVE_GCC_SYNC_BUILTINS 1
  12446. | #define UNREACHABLE __builtin_unreachable()
  12447. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12448. | #define RUBY_FUNCTION_NAME_STRING __func__
  12449. | #define ENUM_OVER_INT 1
  12450. | #define HAVE_DECL_SYS_NERR 1
  12451. | #define HAVE_DECL_GETENV 1
  12452. | /* end confdefs.h. */
  12453. | #include <stdio.h>
  12454. | #ifdef HAVE_SYS_TYPES_H
  12455. | # include <sys/types.h>
  12456. | #endif
  12457. | #ifdef HAVE_SYS_STAT_H
  12458. | # include <sys/stat.h>
  12459. | #endif
  12460. | #ifdef STDC_HEADERS
  12461. | # include <stdlib.h>
  12462. | # include <stddef.h>
  12463. | #else
  12464. | # ifdef HAVE_STDLIB_H
  12465. | # include <stdlib.h>
  12466. | # endif
  12467. | #endif
  12468. | #ifdef HAVE_STRING_H
  12469. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12470. | # include <memory.h>
  12471. | # endif
  12472. | # include <string.h>
  12473. | #endif
  12474. | #ifdef HAVE_STRINGS_H
  12475. | # include <strings.h>
  12476. | #endif
  12477. | #ifdef HAVE_INTTYPES_H
  12478. | # include <inttypes.h>
  12479. | #endif
  12480. | #ifdef HAVE_STDINT_H
  12481. | # include <stdint.h>
  12482. | #endif
  12483. | #ifdef HAVE_UNISTD_H
  12484. | # include <unistd.h>
  12485. | #endif
  12486. | int
  12487. | main ()
  12488. | {
  12489. | if (sizeof ((size_t)))
  12490. | return 0;
  12491. | ;
  12492. | return 0;
  12493. | }
  12494. configure:16943: result: yes
  12495. configure:16969: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12496. configure:16969: $? = 0
  12497. configure:17078: checking size of size_t
  12498. configure:17083: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12499. configure:17083: $? = 0
  12500. configure:17083: ./conftest
  12501. configure:17083: $? = 0
  12502. configure:17098: result: 8
  12503. configure:17213: checking size of ptrdiff_t
  12504. configure:17218: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  12505. configure:17218: $? = 0
  12506. configure:17218: ./conftest
  12507. configure:17218: $? = 0
  12508. configure:17233: result: 8
  12509. configure:17246: checking for printf prefix for size_t
  12510. configure:17297: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12511. configure:17297: $? = 0
  12512. configure:17314: result: z
  12513. configure:17326: checking for printf prefix for ptrdiff_t
  12514. configure:17377: gcc -c -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -Qunused-arguments -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12515. configure:17377: $? = 0
  12516. configure:17394: result: t
  12517. configure:17405: checking for struct stat.st_blksize
  12518. configure:17405: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12519. configure:17405: $? = 0
  12520. configure:17405: result: yes
  12521. configure:17418: checking for struct stat.st_blocks
  12522. configure:17418: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12523. configure:17418: $? = 0
  12524. configure:17418: result: yes
  12525. configure:17438: checking for struct stat.st_rdev
  12526. configure:17438: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12527. configure:17438: $? = 0
  12528. configure:17438: result: yes
  12529. configure:17453: checking size of struct stat.st_size
  12530. configure:17483: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12531. configure:17483: $? = 0
  12532. configure:17520: result: SIZEOF_OFF_T
  12533. configure:17555: checking size of struct stat.st_blocks
  12534. configure:17585: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12535. configure:17585: $? = 0
  12536. configure:17622: result: SIZEOF_OFF_T
  12537. configure:17657: checking size of struct stat.st_ino
  12538. configure:17687: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12539. configure:17687: $? = 0
  12540. configure:17724: result: SIZEOF_LONG
  12541. configure:17755: checking for struct stat.st_atim
  12542. configure:17755: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12543. conftest.c:199:13: error: no member named 'st_atim' in 'struct stat'
  12544. if (ac_aggr.st_atim)
  12545. ~~~~~~~ ^
  12546. 1 error generated.
  12547. configure:17755: $? = 1
  12548. configure: failed program was:
  12549. | /* confdefs.h */
  12550. | #define PACKAGE_NAME ""
  12551. | #define PACKAGE_TARNAME ""
  12552. | #define PACKAGE_VERSION ""
  12553. | #define PACKAGE_STRING ""
  12554. | #define PACKAGE_BUGREPORT ""
  12555. | #define PACKAGE_URL ""
  12556. | #define CANONICALIZATION_FOR_MATHN 1
  12557. | #define STDC_HEADERS 1
  12558. | #define HAVE_SYS_TYPES_H 1
  12559. | #define HAVE_SYS_STAT_H 1
  12560. | #define HAVE_STDLIB_H 1
  12561. | #define HAVE_STRING_H 1
  12562. | #define HAVE_MEMORY_H 1
  12563. | #define HAVE_STRINGS_H 1
  12564. | #define HAVE_INTTYPES_H 1
  12565. | #define HAVE_STDINT_H 1
  12566. | #define HAVE_UNISTD_H 1
  12567. | #define __EXTENSIONS__ 1
  12568. | #define _ALL_SOURCE 1
  12569. | #define _GNU_SOURCE 1
  12570. | #define _POSIX_PTHREAD_SEMANTICS 1
  12571. | #define _TANDEM_SOURCE 1
  12572. | #define HAVE_INFINITY 1
  12573. | #define HAVE_NAN 1
  12574. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12575. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12576. | #define BROKEN_CRYPT 1
  12577. | #define HAVE_CRT_EXTERNS_H 1
  12578. | #define HAVE_LIBDL 1
  12579. | #define HAVE_DIRENT_H 1
  12580. | #define HAVE__BOOL 1
  12581. | #define HAVE_STDBOOL_H 1
  12582. | #define HAVE_SYS_WAIT_H 1
  12583. | #define HAVE_GRP_H 1
  12584. | #define HAVE_FCNTL_H 1
  12585. | #define HAVE_FLOAT_H 1
  12586. | #define HAVE_LANGINFO_H 1
  12587. | #define HAVE_LIMITS_H 1
  12588. | #define HAVE_LOCALE_H 1
  12589. | #define HAVE_MALLOC_MALLOC_H 1
  12590. | #define HAVE_PWD_H 1
  12591. | #define HAVE_SYS_ATTR_H 1
  12592. | #define HAVE_SYS_FCNTL_H 1
  12593. | #define HAVE_SYS_FILE_H 1
  12594. | #define HAVE_SYS_IOCTL_H 1
  12595. | #define HAVE_SYS_PARAM_H 1
  12596. | #define HAVE_SYS_RESOURCE_H 1
  12597. | #define HAVE_SYS_SELECT_H 1
  12598. | #define HAVE_SYS_SOCKET_H 1
  12599. | #define HAVE_SYS_TIME_H 1
  12600. | #define HAVE_SYS_TIMES_H 1
  12601. | #define HAVE_SYS_UIO_H 1
  12602. | #define HAVE_TIME_H 1
  12603. | #define HAVE_UCONTEXT_H 1
  12604. | #define HAVE_UTIME_H 1
  12605. | #define HAVE_GMP_H 1
  12606. | #define HAVE_LIBGMP 1
  12607. | #define HAVE_TYPEOF 1
  12608. | #define HAVE_LONG_LONG 1
  12609. | #define HAVE_OFF_T 1
  12610. | #define SIZEOF_INT 4
  12611. | #define SIZEOF_SHORT 2
  12612. | #define SIZEOF_LONG 8
  12613. | #define SIZEOF_LONG_LONG 8
  12614. | #define SIZEOF___INT64 0
  12615. | #define SIZEOF___INT128 16
  12616. | #define SIZEOF_OFF_T 8
  12617. | #define SIZEOF_VOIDP 8
  12618. | #define SIZEOF_FLOAT 4
  12619. | #define SIZEOF_DOUBLE 8
  12620. | #define SIZEOF_TIME_T 8
  12621. | #define SIZEOF_CLOCK_T 8
  12622. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12623. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12624. | #define PRI_LL_PREFIX "ll"
  12625. | #define rb_pid_t pid_t
  12626. | #define SIGNEDNESS_OF_PID_T -1
  12627. | #define PIDT2NUM(v) INT2NUM(v)
  12628. | #define NUM2PIDT(v) NUM2INT(v)
  12629. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12630. | #define rb_uid_t uid_t
  12631. | #define SIGNEDNESS_OF_UID_T +1
  12632. | #define UIDT2NUM(v) UINT2NUM(v)
  12633. | #define NUM2UIDT(v) NUM2UINT(v)
  12634. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12635. | #define rb_gid_t gid_t
  12636. | #define SIGNEDNESS_OF_GID_T +1
  12637. | #define GIDT2NUM(v) UINT2NUM(v)
  12638. | #define NUM2GIDT(v) NUM2UINT(v)
  12639. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12640. | #define rb_time_t time_t
  12641. | #define SIGNEDNESS_OF_TIME_T -1
  12642. | #define TIMET2NUM(v) LONG2NUM(v)
  12643. | #define NUM2TIMET(v) NUM2LONG(v)
  12644. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12645. | #define rb_dev_t dev_t
  12646. | #define SIGNEDNESS_OF_DEV_T -1
  12647. | #define DEVT2NUM(v) INT2NUM(v)
  12648. | #define NUM2DEVT(v) NUM2INT(v)
  12649. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12650. | #define rb_mode_t mode_t
  12651. | #define SIGNEDNESS_OF_MODE_T +1
  12652. | #define MODET2NUM(v) UINT2NUM(v)
  12653. | #define NUM2MODET(v) NUM2UINT(v)
  12654. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12655. | #define rb_rlim_t rlim_t
  12656. | #define SIGNEDNESS_OF_RLIM_T +1
  12657. | #define RLIM2NUM(v) ULL2NUM(v)
  12658. | #define NUM2RLIM(v) NUM2ULL(v)
  12659. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12660. | #define rb_off_t off_t
  12661. | #define SIGNEDNESS_OF_OFF_T -1
  12662. | #define OFFT2NUM(v) LL2NUM(v)
  12663. | #define NUM2OFFT(v) NUM2LL(v)
  12664. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12665. | #define rb_clockid_t int
  12666. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12667. | #define CLOCKID2NUM(v) INT2NUM(v)
  12668. | #define NUM2CLOCKID(v) NUM2INT(v)
  12669. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12670. | #define HAVE_PROTOTYPES 1
  12671. | #define TOKEN_PASTE(x,y) x##y
  12672. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12673. | #define HAVE_STDARG_PROTOTYPES 1
  12674. | #define HAVE_VA_ARGS_MACRO 1
  12675. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12676. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12677. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12678. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12679. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12680. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12681. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12682. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12683. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12684. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12685. | #define WEAK(x) __attribute__ ((__weak__)) x
  12686. | #define HAVE_FUNC_WEAK 1
  12687. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12688. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12689. | #define HAVE_GCC_SYNC_BUILTINS 1
  12690. | #define UNREACHABLE __builtin_unreachable()
  12691. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12692. | #define RUBY_FUNCTION_NAME_STRING __func__
  12693. | #define ENUM_OVER_INT 1
  12694. | #define HAVE_DECL_SYS_NERR 1
  12695. | #define HAVE_DECL_GETENV 1
  12696. | #define SIZEOF_SIZE_T 8
  12697. | #define SIZEOF_PTRDIFF_T 8
  12698. | #define PRI_SIZE_PREFIX "z"
  12699. | #define PRI_PTRDIFF_PREFIX "t"
  12700. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12701. | #define HAVE_ST_BLKSIZE 1
  12702. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12703. | #define HAVE_ST_BLOCKS 1
  12704. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12705. | #define HAVE_ST_RDEV 1
  12706. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12707. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12708. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12709. | /* end confdefs.h. */
  12710. | #include <stdio.h>
  12711. | #ifdef HAVE_SYS_TYPES_H
  12712. | # include <sys/types.h>
  12713. | #endif
  12714. | #ifdef HAVE_SYS_STAT_H
  12715. | # include <sys/stat.h>
  12716. | #endif
  12717. | #ifdef STDC_HEADERS
  12718. | # include <stdlib.h>
  12719. | # include <stddef.h>
  12720. | #else
  12721. | # ifdef HAVE_STDLIB_H
  12722. | # include <stdlib.h>
  12723. | # endif
  12724. | #endif
  12725. | #ifdef HAVE_STRING_H
  12726. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12727. | # include <memory.h>
  12728. | # endif
  12729. | # include <string.h>
  12730. | #endif
  12731. | #ifdef HAVE_STRINGS_H
  12732. | # include <strings.h>
  12733. | #endif
  12734. | #ifdef HAVE_INTTYPES_H
  12735. | # include <inttypes.h>
  12736. | #endif
  12737. | #ifdef HAVE_STDINT_H
  12738. | # include <stdint.h>
  12739. | #endif
  12740. | #ifdef HAVE_UNISTD_H
  12741. | # include <unistd.h>
  12742. | #endif
  12743. | int
  12744. | main ()
  12745. | {
  12746. | static struct stat ac_aggr;
  12747. | if (ac_aggr.st_atim)
  12748. | return 0;
  12749. | ;
  12750. | return 0;
  12751. | }
  12752. configure:17755: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12753. conftest.c:199:20: error: no member named 'st_atim' in 'struct stat'
  12754. if (sizeof ac_aggr.st_atim)
  12755. ~~~~~~~ ^
  12756. 1 error generated.
  12757. configure:17755: $? = 1
  12758. configure: failed program was:
  12759. | /* confdefs.h */
  12760. | #define PACKAGE_NAME ""
  12761. | #define PACKAGE_TARNAME ""
  12762. | #define PACKAGE_VERSION ""
  12763. | #define PACKAGE_STRING ""
  12764. | #define PACKAGE_BUGREPORT ""
  12765. | #define PACKAGE_URL ""
  12766. | #define CANONICALIZATION_FOR_MATHN 1
  12767. | #define STDC_HEADERS 1
  12768. | #define HAVE_SYS_TYPES_H 1
  12769. | #define HAVE_SYS_STAT_H 1
  12770. | #define HAVE_STDLIB_H 1
  12771. | #define HAVE_STRING_H 1
  12772. | #define HAVE_MEMORY_H 1
  12773. | #define HAVE_STRINGS_H 1
  12774. | #define HAVE_INTTYPES_H 1
  12775. | #define HAVE_STDINT_H 1
  12776. | #define HAVE_UNISTD_H 1
  12777. | #define __EXTENSIONS__ 1
  12778. | #define _ALL_SOURCE 1
  12779. | #define _GNU_SOURCE 1
  12780. | #define _POSIX_PTHREAD_SEMANTICS 1
  12781. | #define _TANDEM_SOURCE 1
  12782. | #define HAVE_INFINITY 1
  12783. | #define HAVE_NAN 1
  12784. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12785. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12786. | #define BROKEN_CRYPT 1
  12787. | #define HAVE_CRT_EXTERNS_H 1
  12788. | #define HAVE_LIBDL 1
  12789. | #define HAVE_DIRENT_H 1
  12790. | #define HAVE__BOOL 1
  12791. | #define HAVE_STDBOOL_H 1
  12792. | #define HAVE_SYS_WAIT_H 1
  12793. | #define HAVE_GRP_H 1
  12794. | #define HAVE_FCNTL_H 1
  12795. | #define HAVE_FLOAT_H 1
  12796. | #define HAVE_LANGINFO_H 1
  12797. | #define HAVE_LIMITS_H 1
  12798. | #define HAVE_LOCALE_H 1
  12799. | #define HAVE_MALLOC_MALLOC_H 1
  12800. | #define HAVE_PWD_H 1
  12801. | #define HAVE_SYS_ATTR_H 1
  12802. | #define HAVE_SYS_FCNTL_H 1
  12803. | #define HAVE_SYS_FILE_H 1
  12804. | #define HAVE_SYS_IOCTL_H 1
  12805. | #define HAVE_SYS_PARAM_H 1
  12806. | #define HAVE_SYS_RESOURCE_H 1
  12807. | #define HAVE_SYS_SELECT_H 1
  12808. | #define HAVE_SYS_SOCKET_H 1
  12809. | #define HAVE_SYS_TIME_H 1
  12810. | #define HAVE_SYS_TIMES_H 1
  12811. | #define HAVE_SYS_UIO_H 1
  12812. | #define HAVE_TIME_H 1
  12813. | #define HAVE_UCONTEXT_H 1
  12814. | #define HAVE_UTIME_H 1
  12815. | #define HAVE_GMP_H 1
  12816. | #define HAVE_LIBGMP 1
  12817. | #define HAVE_TYPEOF 1
  12818. | #define HAVE_LONG_LONG 1
  12819. | #define HAVE_OFF_T 1
  12820. | #define SIZEOF_INT 4
  12821. | #define SIZEOF_SHORT 2
  12822. | #define SIZEOF_LONG 8
  12823. | #define SIZEOF_LONG_LONG 8
  12824. | #define SIZEOF___INT64 0
  12825. | #define SIZEOF___INT128 16
  12826. | #define SIZEOF_OFF_T 8
  12827. | #define SIZEOF_VOIDP 8
  12828. | #define SIZEOF_FLOAT 4
  12829. | #define SIZEOF_DOUBLE 8
  12830. | #define SIZEOF_TIME_T 8
  12831. | #define SIZEOF_CLOCK_T 8
  12832. | #define PACKED_STRUCT(x) x __attribute__((packed))
  12833. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  12834. | #define PRI_LL_PREFIX "ll"
  12835. | #define rb_pid_t pid_t
  12836. | #define SIGNEDNESS_OF_PID_T -1
  12837. | #define PIDT2NUM(v) INT2NUM(v)
  12838. | #define NUM2PIDT(v) NUM2INT(v)
  12839. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  12840. | #define rb_uid_t uid_t
  12841. | #define SIGNEDNESS_OF_UID_T +1
  12842. | #define UIDT2NUM(v) UINT2NUM(v)
  12843. | #define NUM2UIDT(v) NUM2UINT(v)
  12844. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  12845. | #define rb_gid_t gid_t
  12846. | #define SIGNEDNESS_OF_GID_T +1
  12847. | #define GIDT2NUM(v) UINT2NUM(v)
  12848. | #define NUM2GIDT(v) NUM2UINT(v)
  12849. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  12850. | #define rb_time_t time_t
  12851. | #define SIGNEDNESS_OF_TIME_T -1
  12852. | #define TIMET2NUM(v) LONG2NUM(v)
  12853. | #define NUM2TIMET(v) NUM2LONG(v)
  12854. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  12855. | #define rb_dev_t dev_t
  12856. | #define SIGNEDNESS_OF_DEV_T -1
  12857. | #define DEVT2NUM(v) INT2NUM(v)
  12858. | #define NUM2DEVT(v) NUM2INT(v)
  12859. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  12860. | #define rb_mode_t mode_t
  12861. | #define SIGNEDNESS_OF_MODE_T +1
  12862. | #define MODET2NUM(v) UINT2NUM(v)
  12863. | #define NUM2MODET(v) NUM2UINT(v)
  12864. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  12865. | #define rb_rlim_t rlim_t
  12866. | #define SIGNEDNESS_OF_RLIM_T +1
  12867. | #define RLIM2NUM(v) ULL2NUM(v)
  12868. | #define NUM2RLIM(v) NUM2ULL(v)
  12869. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  12870. | #define rb_off_t off_t
  12871. | #define SIGNEDNESS_OF_OFF_T -1
  12872. | #define OFFT2NUM(v) LL2NUM(v)
  12873. | #define NUM2OFFT(v) NUM2LL(v)
  12874. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  12875. | #define rb_clockid_t int
  12876. | #define SIGNEDNESS_OF_CLOCKID_T -1
  12877. | #define CLOCKID2NUM(v) INT2NUM(v)
  12878. | #define NUM2CLOCKID(v) NUM2INT(v)
  12879. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  12880. | #define HAVE_PROTOTYPES 1
  12881. | #define TOKEN_PASTE(x,y) x##y
  12882. | #define STRINGIZE(expr) STRINGIZE0(expr)
  12883. | #define HAVE_STDARG_PROTOTYPES 1
  12884. | #define HAVE_VA_ARGS_MACRO 1
  12885. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  12886. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  12887. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  12888. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  12889. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  12890. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  12891. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  12892. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  12893. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  12894. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  12895. | #define WEAK(x) __attribute__ ((__weak__)) x
  12896. | #define HAVE_FUNC_WEAK 1
  12897. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  12898. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12899. | #define HAVE_GCC_SYNC_BUILTINS 1
  12900. | #define UNREACHABLE __builtin_unreachable()
  12901. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  12902. | #define RUBY_FUNCTION_NAME_STRING __func__
  12903. | #define ENUM_OVER_INT 1
  12904. | #define HAVE_DECL_SYS_NERR 1
  12905. | #define HAVE_DECL_GETENV 1
  12906. | #define SIZEOF_SIZE_T 8
  12907. | #define SIZEOF_PTRDIFF_T 8
  12908. | #define PRI_SIZE_PREFIX "z"
  12909. | #define PRI_PTRDIFF_PREFIX "t"
  12910. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  12911. | #define HAVE_ST_BLKSIZE 1
  12912. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  12913. | #define HAVE_ST_BLOCKS 1
  12914. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12915. | #define HAVE_ST_RDEV 1
  12916. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  12917. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  12918. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  12919. | /* end confdefs.h. */
  12920. | #include <stdio.h>
  12921. | #ifdef HAVE_SYS_TYPES_H
  12922. | # include <sys/types.h>
  12923. | #endif
  12924. | #ifdef HAVE_SYS_STAT_H
  12925. | # include <sys/stat.h>
  12926. | #endif
  12927. | #ifdef STDC_HEADERS
  12928. | # include <stdlib.h>
  12929. | # include <stddef.h>
  12930. | #else
  12931. | # ifdef HAVE_STDLIB_H
  12932. | # include <stdlib.h>
  12933. | # endif
  12934. | #endif
  12935. | #ifdef HAVE_STRING_H
  12936. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  12937. | # include <memory.h>
  12938. | # endif
  12939. | # include <string.h>
  12940. | #endif
  12941. | #ifdef HAVE_STRINGS_H
  12942. | # include <strings.h>
  12943. | #endif
  12944. | #ifdef HAVE_INTTYPES_H
  12945. | # include <inttypes.h>
  12946. | #endif
  12947. | #ifdef HAVE_STDINT_H
  12948. | # include <stdint.h>
  12949. | #endif
  12950. | #ifdef HAVE_UNISTD_H
  12951. | # include <unistd.h>
  12952. | #endif
  12953. | int
  12954. | main ()
  12955. | {
  12956. | static struct stat ac_aggr;
  12957. | if (sizeof ac_aggr.st_atim)
  12958. | return 0;
  12959. | ;
  12960. | return 0;
  12961. | }
  12962. configure:17755: result: no
  12963. configure:17765: checking for struct stat.st_atimespec
  12964. configure:17765: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  12965. conftest.c:199:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  12966. if (ac_aggr.st_atimespec)
  12967. ^ ~~~~~~~~~~~~~~~~~~~~
  12968. 1 error generated.
  12969. configure:17765: $? = 1
  12970. configure: failed program was:
  12971. | /* confdefs.h */
  12972. | #define PACKAGE_NAME ""
  12973. | #define PACKAGE_TARNAME ""
  12974. | #define PACKAGE_VERSION ""
  12975. | #define PACKAGE_STRING ""
  12976. | #define PACKAGE_BUGREPORT ""
  12977. | #define PACKAGE_URL ""
  12978. | #define CANONICALIZATION_FOR_MATHN 1
  12979. | #define STDC_HEADERS 1
  12980. | #define HAVE_SYS_TYPES_H 1
  12981. | #define HAVE_SYS_STAT_H 1
  12982. | #define HAVE_STDLIB_H 1
  12983. | #define HAVE_STRING_H 1
  12984. | #define HAVE_MEMORY_H 1
  12985. | #define HAVE_STRINGS_H 1
  12986. | #define HAVE_INTTYPES_H 1
  12987. | #define HAVE_STDINT_H 1
  12988. | #define HAVE_UNISTD_H 1
  12989. | #define __EXTENSIONS__ 1
  12990. | #define _ALL_SOURCE 1
  12991. | #define _GNU_SOURCE 1
  12992. | #define _POSIX_PTHREAD_SEMANTICS 1
  12993. | #define _TANDEM_SOURCE 1
  12994. | #define HAVE_INFINITY 1
  12995. | #define HAVE_NAN 1
  12996. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  12997. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  12998. | #define BROKEN_CRYPT 1
  12999. | #define HAVE_CRT_EXTERNS_H 1
  13000. | #define HAVE_LIBDL 1
  13001. | #define HAVE_DIRENT_H 1
  13002. | #define HAVE__BOOL 1
  13003. | #define HAVE_STDBOOL_H 1
  13004. | #define HAVE_SYS_WAIT_H 1
  13005. | #define HAVE_GRP_H 1
  13006. | #define HAVE_FCNTL_H 1
  13007. | #define HAVE_FLOAT_H 1
  13008. | #define HAVE_LANGINFO_H 1
  13009. | #define HAVE_LIMITS_H 1
  13010. | #define HAVE_LOCALE_H 1
  13011. | #define HAVE_MALLOC_MALLOC_H 1
  13012. | #define HAVE_PWD_H 1
  13013. | #define HAVE_SYS_ATTR_H 1
  13014. | #define HAVE_SYS_FCNTL_H 1
  13015. | #define HAVE_SYS_FILE_H 1
  13016. | #define HAVE_SYS_IOCTL_H 1
  13017. | #define HAVE_SYS_PARAM_H 1
  13018. | #define HAVE_SYS_RESOURCE_H 1
  13019. | #define HAVE_SYS_SELECT_H 1
  13020. | #define HAVE_SYS_SOCKET_H 1
  13021. | #define HAVE_SYS_TIME_H 1
  13022. | #define HAVE_SYS_TIMES_H 1
  13023. | #define HAVE_SYS_UIO_H 1
  13024. | #define HAVE_TIME_H 1
  13025. | #define HAVE_UCONTEXT_H 1
  13026. | #define HAVE_UTIME_H 1
  13027. | #define HAVE_GMP_H 1
  13028. | #define HAVE_LIBGMP 1
  13029. | #define HAVE_TYPEOF 1
  13030. | #define HAVE_LONG_LONG 1
  13031. | #define HAVE_OFF_T 1
  13032. | #define SIZEOF_INT 4
  13033. | #define SIZEOF_SHORT 2
  13034. | #define SIZEOF_LONG 8
  13035. | #define SIZEOF_LONG_LONG 8
  13036. | #define SIZEOF___INT64 0
  13037. | #define SIZEOF___INT128 16
  13038. | #define SIZEOF_OFF_T 8
  13039. | #define SIZEOF_VOIDP 8
  13040. | #define SIZEOF_FLOAT 4
  13041. | #define SIZEOF_DOUBLE 8
  13042. | #define SIZEOF_TIME_T 8
  13043. | #define SIZEOF_CLOCK_T 8
  13044. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13045. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13046. | #define PRI_LL_PREFIX "ll"
  13047. | #define rb_pid_t pid_t
  13048. | #define SIGNEDNESS_OF_PID_T -1
  13049. | #define PIDT2NUM(v) INT2NUM(v)
  13050. | #define NUM2PIDT(v) NUM2INT(v)
  13051. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13052. | #define rb_uid_t uid_t
  13053. | #define SIGNEDNESS_OF_UID_T +1
  13054. | #define UIDT2NUM(v) UINT2NUM(v)
  13055. | #define NUM2UIDT(v) NUM2UINT(v)
  13056. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13057. | #define rb_gid_t gid_t
  13058. | #define SIGNEDNESS_OF_GID_T +1
  13059. | #define GIDT2NUM(v) UINT2NUM(v)
  13060. | #define NUM2GIDT(v) NUM2UINT(v)
  13061. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13062. | #define rb_time_t time_t
  13063. | #define SIGNEDNESS_OF_TIME_T -1
  13064. | #define TIMET2NUM(v) LONG2NUM(v)
  13065. | #define NUM2TIMET(v) NUM2LONG(v)
  13066. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13067. | #define rb_dev_t dev_t
  13068. | #define SIGNEDNESS_OF_DEV_T -1
  13069. | #define DEVT2NUM(v) INT2NUM(v)
  13070. | #define NUM2DEVT(v) NUM2INT(v)
  13071. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13072. | #define rb_mode_t mode_t
  13073. | #define SIGNEDNESS_OF_MODE_T +1
  13074. | #define MODET2NUM(v) UINT2NUM(v)
  13075. | #define NUM2MODET(v) NUM2UINT(v)
  13076. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13077. | #define rb_rlim_t rlim_t
  13078. | #define SIGNEDNESS_OF_RLIM_T +1
  13079. | #define RLIM2NUM(v) ULL2NUM(v)
  13080. | #define NUM2RLIM(v) NUM2ULL(v)
  13081. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13082. | #define rb_off_t off_t
  13083. | #define SIGNEDNESS_OF_OFF_T -1
  13084. | #define OFFT2NUM(v) LL2NUM(v)
  13085. | #define NUM2OFFT(v) NUM2LL(v)
  13086. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13087. | #define rb_clockid_t int
  13088. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13089. | #define CLOCKID2NUM(v) INT2NUM(v)
  13090. | #define NUM2CLOCKID(v) NUM2INT(v)
  13091. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13092. | #define HAVE_PROTOTYPES 1
  13093. | #define TOKEN_PASTE(x,y) x##y
  13094. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13095. | #define HAVE_STDARG_PROTOTYPES 1
  13096. | #define HAVE_VA_ARGS_MACRO 1
  13097. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13098. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13099. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13100. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13101. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13102. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13103. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13104. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13105. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13106. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13107. | #define WEAK(x) __attribute__ ((__weak__)) x
  13108. | #define HAVE_FUNC_WEAK 1
  13109. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13110. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13111. | #define HAVE_GCC_SYNC_BUILTINS 1
  13112. | #define UNREACHABLE __builtin_unreachable()
  13113. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13114. | #define RUBY_FUNCTION_NAME_STRING __func__
  13115. | #define ENUM_OVER_INT 1
  13116. | #define HAVE_DECL_SYS_NERR 1
  13117. | #define HAVE_DECL_GETENV 1
  13118. | #define SIZEOF_SIZE_T 8
  13119. | #define SIZEOF_PTRDIFF_T 8
  13120. | #define PRI_SIZE_PREFIX "z"
  13121. | #define PRI_PTRDIFF_PREFIX "t"
  13122. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13123. | #define HAVE_ST_BLKSIZE 1
  13124. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13125. | #define HAVE_ST_BLOCKS 1
  13126. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13127. | #define HAVE_ST_RDEV 1
  13128. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13129. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13130. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13131. | /* end confdefs.h. */
  13132. | #include <stdio.h>
  13133. | #ifdef HAVE_SYS_TYPES_H
  13134. | # include <sys/types.h>
  13135. | #endif
  13136. | #ifdef HAVE_SYS_STAT_H
  13137. | # include <sys/stat.h>
  13138. | #endif
  13139. | #ifdef STDC_HEADERS
  13140. | # include <stdlib.h>
  13141. | # include <stddef.h>
  13142. | #else
  13143. | # ifdef HAVE_STDLIB_H
  13144. | # include <stdlib.h>
  13145. | # endif
  13146. | #endif
  13147. | #ifdef HAVE_STRING_H
  13148. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13149. | # include <memory.h>
  13150. | # endif
  13151. | # include <string.h>
  13152. | #endif
  13153. | #ifdef HAVE_STRINGS_H
  13154. | # include <strings.h>
  13155. | #endif
  13156. | #ifdef HAVE_INTTYPES_H
  13157. | # include <inttypes.h>
  13158. | #endif
  13159. | #ifdef HAVE_STDINT_H
  13160. | # include <stdint.h>
  13161. | #endif
  13162. | #ifdef HAVE_UNISTD_H
  13163. | # include <unistd.h>
  13164. | #endif
  13165. | int
  13166. | main ()
  13167. | {
  13168. | static struct stat ac_aggr;
  13169. | if (ac_aggr.st_atimespec)
  13170. | return 0;
  13171. | ;
  13172. | return 0;
  13173. | }
  13174. configure:17765: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13175. configure:17765: $? = 0
  13176. configure:17765: result: yes
  13177. configure:17775: checking for struct stat.st_atimensec
  13178. configure:17775: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13179. conftest.c:200:13: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13180. if (ac_aggr.st_atimensec)
  13181. ^~~~~~~~~~~~
  13182. st_atimespec
  13183. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13184. struct stat __DARWIN_STRUCT_STAT64;
  13185. ^
  13186. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13187. __DARWIN_STRUCT_STAT64_TIMES \
  13188. ^
  13189. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13190. struct timespec st_atimespec; /* time of last access */ \
  13191. ^
  13192. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  13193. if (ac_aggr.st_atimensec)
  13194. ^ ~~~~~~~~~~~~~~~~~~~~
  13195. 2 errors generated.
  13196. configure:17775: $? = 1
  13197. configure: failed program was:
  13198. | /* confdefs.h */
  13199. | #define PACKAGE_NAME ""
  13200. | #define PACKAGE_TARNAME ""
  13201. | #define PACKAGE_VERSION ""
  13202. | #define PACKAGE_STRING ""
  13203. | #define PACKAGE_BUGREPORT ""
  13204. | #define PACKAGE_URL ""
  13205. | #define CANONICALIZATION_FOR_MATHN 1
  13206. | #define STDC_HEADERS 1
  13207. | #define HAVE_SYS_TYPES_H 1
  13208. | #define HAVE_SYS_STAT_H 1
  13209. | #define HAVE_STDLIB_H 1
  13210. | #define HAVE_STRING_H 1
  13211. | #define HAVE_MEMORY_H 1
  13212. | #define HAVE_STRINGS_H 1
  13213. | #define HAVE_INTTYPES_H 1
  13214. | #define HAVE_STDINT_H 1
  13215. | #define HAVE_UNISTD_H 1
  13216. | #define __EXTENSIONS__ 1
  13217. | #define _ALL_SOURCE 1
  13218. | #define _GNU_SOURCE 1
  13219. | #define _POSIX_PTHREAD_SEMANTICS 1
  13220. | #define _TANDEM_SOURCE 1
  13221. | #define HAVE_INFINITY 1
  13222. | #define HAVE_NAN 1
  13223. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13224. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13225. | #define BROKEN_CRYPT 1
  13226. | #define HAVE_CRT_EXTERNS_H 1
  13227. | #define HAVE_LIBDL 1
  13228. | #define HAVE_DIRENT_H 1
  13229. | #define HAVE__BOOL 1
  13230. | #define HAVE_STDBOOL_H 1
  13231. | #define HAVE_SYS_WAIT_H 1
  13232. | #define HAVE_GRP_H 1
  13233. | #define HAVE_FCNTL_H 1
  13234. | #define HAVE_FLOAT_H 1
  13235. | #define HAVE_LANGINFO_H 1
  13236. | #define HAVE_LIMITS_H 1
  13237. | #define HAVE_LOCALE_H 1
  13238. | #define HAVE_MALLOC_MALLOC_H 1
  13239. | #define HAVE_PWD_H 1
  13240. | #define HAVE_SYS_ATTR_H 1
  13241. | #define HAVE_SYS_FCNTL_H 1
  13242. | #define HAVE_SYS_FILE_H 1
  13243. | #define HAVE_SYS_IOCTL_H 1
  13244. | #define HAVE_SYS_PARAM_H 1
  13245. | #define HAVE_SYS_RESOURCE_H 1
  13246. | #define HAVE_SYS_SELECT_H 1
  13247. | #define HAVE_SYS_SOCKET_H 1
  13248. | #define HAVE_SYS_TIME_H 1
  13249. | #define HAVE_SYS_TIMES_H 1
  13250. | #define HAVE_SYS_UIO_H 1
  13251. | #define HAVE_TIME_H 1
  13252. | #define HAVE_UCONTEXT_H 1
  13253. | #define HAVE_UTIME_H 1
  13254. | #define HAVE_GMP_H 1
  13255. | #define HAVE_LIBGMP 1
  13256. | #define HAVE_TYPEOF 1
  13257. | #define HAVE_LONG_LONG 1
  13258. | #define HAVE_OFF_T 1
  13259. | #define SIZEOF_INT 4
  13260. | #define SIZEOF_SHORT 2
  13261. | #define SIZEOF_LONG 8
  13262. | #define SIZEOF_LONG_LONG 8
  13263. | #define SIZEOF___INT64 0
  13264. | #define SIZEOF___INT128 16
  13265. | #define SIZEOF_OFF_T 8
  13266. | #define SIZEOF_VOIDP 8
  13267. | #define SIZEOF_FLOAT 4
  13268. | #define SIZEOF_DOUBLE 8
  13269. | #define SIZEOF_TIME_T 8
  13270. | #define SIZEOF_CLOCK_T 8
  13271. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13272. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13273. | #define PRI_LL_PREFIX "ll"
  13274. | #define rb_pid_t pid_t
  13275. | #define SIGNEDNESS_OF_PID_T -1
  13276. | #define PIDT2NUM(v) INT2NUM(v)
  13277. | #define NUM2PIDT(v) NUM2INT(v)
  13278. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13279. | #define rb_uid_t uid_t
  13280. | #define SIGNEDNESS_OF_UID_T +1
  13281. | #define UIDT2NUM(v) UINT2NUM(v)
  13282. | #define NUM2UIDT(v) NUM2UINT(v)
  13283. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13284. | #define rb_gid_t gid_t
  13285. | #define SIGNEDNESS_OF_GID_T +1
  13286. | #define GIDT2NUM(v) UINT2NUM(v)
  13287. | #define NUM2GIDT(v) NUM2UINT(v)
  13288. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13289. | #define rb_time_t time_t
  13290. | #define SIGNEDNESS_OF_TIME_T -1
  13291. | #define TIMET2NUM(v) LONG2NUM(v)
  13292. | #define NUM2TIMET(v) NUM2LONG(v)
  13293. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13294. | #define rb_dev_t dev_t
  13295. | #define SIGNEDNESS_OF_DEV_T -1
  13296. | #define DEVT2NUM(v) INT2NUM(v)
  13297. | #define NUM2DEVT(v) NUM2INT(v)
  13298. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13299. | #define rb_mode_t mode_t
  13300. | #define SIGNEDNESS_OF_MODE_T +1
  13301. | #define MODET2NUM(v) UINT2NUM(v)
  13302. | #define NUM2MODET(v) NUM2UINT(v)
  13303. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13304. | #define rb_rlim_t rlim_t
  13305. | #define SIGNEDNESS_OF_RLIM_T +1
  13306. | #define RLIM2NUM(v) ULL2NUM(v)
  13307. | #define NUM2RLIM(v) NUM2ULL(v)
  13308. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13309. | #define rb_off_t off_t
  13310. | #define SIGNEDNESS_OF_OFF_T -1
  13311. | #define OFFT2NUM(v) LL2NUM(v)
  13312. | #define NUM2OFFT(v) NUM2LL(v)
  13313. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13314. | #define rb_clockid_t int
  13315. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13316. | #define CLOCKID2NUM(v) INT2NUM(v)
  13317. | #define NUM2CLOCKID(v) NUM2INT(v)
  13318. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13319. | #define HAVE_PROTOTYPES 1
  13320. | #define TOKEN_PASTE(x,y) x##y
  13321. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13322. | #define HAVE_STDARG_PROTOTYPES 1
  13323. | #define HAVE_VA_ARGS_MACRO 1
  13324. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13325. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13326. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13327. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13328. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13329. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13330. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13331. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13332. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13333. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13334. | #define WEAK(x) __attribute__ ((__weak__)) x
  13335. | #define HAVE_FUNC_WEAK 1
  13336. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13337. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13338. | #define HAVE_GCC_SYNC_BUILTINS 1
  13339. | #define UNREACHABLE __builtin_unreachable()
  13340. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13341. | #define RUBY_FUNCTION_NAME_STRING __func__
  13342. | #define ENUM_OVER_INT 1
  13343. | #define HAVE_DECL_SYS_NERR 1
  13344. | #define HAVE_DECL_GETENV 1
  13345. | #define SIZEOF_SIZE_T 8
  13346. | #define SIZEOF_PTRDIFF_T 8
  13347. | #define PRI_SIZE_PREFIX "z"
  13348. | #define PRI_PTRDIFF_PREFIX "t"
  13349. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13350. | #define HAVE_ST_BLKSIZE 1
  13351. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13352. | #define HAVE_ST_BLOCKS 1
  13353. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13354. | #define HAVE_ST_RDEV 1
  13355. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13356. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13357. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13358. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13359. | /* end confdefs.h. */
  13360. | #include <stdio.h>
  13361. | #ifdef HAVE_SYS_TYPES_H
  13362. | # include <sys/types.h>
  13363. | #endif
  13364. | #ifdef HAVE_SYS_STAT_H
  13365. | # include <sys/stat.h>
  13366. | #endif
  13367. | #ifdef STDC_HEADERS
  13368. | # include <stdlib.h>
  13369. | # include <stddef.h>
  13370. | #else
  13371. | # ifdef HAVE_STDLIB_H
  13372. | # include <stdlib.h>
  13373. | # endif
  13374. | #endif
  13375. | #ifdef HAVE_STRING_H
  13376. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13377. | # include <memory.h>
  13378. | # endif
  13379. | # include <string.h>
  13380. | #endif
  13381. | #ifdef HAVE_STRINGS_H
  13382. | # include <strings.h>
  13383. | #endif
  13384. | #ifdef HAVE_INTTYPES_H
  13385. | # include <inttypes.h>
  13386. | #endif
  13387. | #ifdef HAVE_STDINT_H
  13388. | # include <stdint.h>
  13389. | #endif
  13390. | #ifdef HAVE_UNISTD_H
  13391. | # include <unistd.h>
  13392. | #endif
  13393. | int
  13394. | main ()
  13395. | {
  13396. | static struct stat ac_aggr;
  13397. | if (ac_aggr.st_atimensec)
  13398. | return 0;
  13399. | ;
  13400. | return 0;
  13401. | }
  13402. configure:17775: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13403. conftest.c:200:20: error: no member named 'st_atimensec' in 'struct stat'; did you mean 'st_atimespec'?
  13404. if (sizeof ac_aggr.st_atimensec)
  13405. ^~~~~~~~~~~~
  13406. st_atimespec
  13407. /usr/include/sys/stat.h:182:13: note: 'st_atimespec' declared here
  13408. struct stat __DARWIN_STRUCT_STAT64;
  13409. ^
  13410. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  13411. __DARWIN_STRUCT_STAT64_TIMES \
  13412. ^
  13413. /usr/include/sys/stat.h:129:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  13414. struct timespec st_atimespec; /* time of last access */ \
  13415. ^
  13416. 1 error generated.
  13417. configure:17775: $? = 1
  13418. configure: failed program was:
  13419. | /* confdefs.h */
  13420. | #define PACKAGE_NAME ""
  13421. | #define PACKAGE_TARNAME ""
  13422. | #define PACKAGE_VERSION ""
  13423. | #define PACKAGE_STRING ""
  13424. | #define PACKAGE_BUGREPORT ""
  13425. | #define PACKAGE_URL ""
  13426. | #define CANONICALIZATION_FOR_MATHN 1
  13427. | #define STDC_HEADERS 1
  13428. | #define HAVE_SYS_TYPES_H 1
  13429. | #define HAVE_SYS_STAT_H 1
  13430. | #define HAVE_STDLIB_H 1
  13431. | #define HAVE_STRING_H 1
  13432. | #define HAVE_MEMORY_H 1
  13433. | #define HAVE_STRINGS_H 1
  13434. | #define HAVE_INTTYPES_H 1
  13435. | #define HAVE_STDINT_H 1
  13436. | #define HAVE_UNISTD_H 1
  13437. | #define __EXTENSIONS__ 1
  13438. | #define _ALL_SOURCE 1
  13439. | #define _GNU_SOURCE 1
  13440. | #define _POSIX_PTHREAD_SEMANTICS 1
  13441. | #define _TANDEM_SOURCE 1
  13442. | #define HAVE_INFINITY 1
  13443. | #define HAVE_NAN 1
  13444. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13445. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13446. | #define BROKEN_CRYPT 1
  13447. | #define HAVE_CRT_EXTERNS_H 1
  13448. | #define HAVE_LIBDL 1
  13449. | #define HAVE_DIRENT_H 1
  13450. | #define HAVE__BOOL 1
  13451. | #define HAVE_STDBOOL_H 1
  13452. | #define HAVE_SYS_WAIT_H 1
  13453. | #define HAVE_GRP_H 1
  13454. | #define HAVE_FCNTL_H 1
  13455. | #define HAVE_FLOAT_H 1
  13456. | #define HAVE_LANGINFO_H 1
  13457. | #define HAVE_LIMITS_H 1
  13458. | #define HAVE_LOCALE_H 1
  13459. | #define HAVE_MALLOC_MALLOC_H 1
  13460. | #define HAVE_PWD_H 1
  13461. | #define HAVE_SYS_ATTR_H 1
  13462. | #define HAVE_SYS_FCNTL_H 1
  13463. | #define HAVE_SYS_FILE_H 1
  13464. | #define HAVE_SYS_IOCTL_H 1
  13465. | #define HAVE_SYS_PARAM_H 1
  13466. | #define HAVE_SYS_RESOURCE_H 1
  13467. | #define HAVE_SYS_SELECT_H 1
  13468. | #define HAVE_SYS_SOCKET_H 1
  13469. | #define HAVE_SYS_TIME_H 1
  13470. | #define HAVE_SYS_TIMES_H 1
  13471. | #define HAVE_SYS_UIO_H 1
  13472. | #define HAVE_TIME_H 1
  13473. | #define HAVE_UCONTEXT_H 1
  13474. | #define HAVE_UTIME_H 1
  13475. | #define HAVE_GMP_H 1
  13476. | #define HAVE_LIBGMP 1
  13477. | #define HAVE_TYPEOF 1
  13478. | #define HAVE_LONG_LONG 1
  13479. | #define HAVE_OFF_T 1
  13480. | #define SIZEOF_INT 4
  13481. | #define SIZEOF_SHORT 2
  13482. | #define SIZEOF_LONG 8
  13483. | #define SIZEOF_LONG_LONG 8
  13484. | #define SIZEOF___INT64 0
  13485. | #define SIZEOF___INT128 16
  13486. | #define SIZEOF_OFF_T 8
  13487. | #define SIZEOF_VOIDP 8
  13488. | #define SIZEOF_FLOAT 4
  13489. | #define SIZEOF_DOUBLE 8
  13490. | #define SIZEOF_TIME_T 8
  13491. | #define SIZEOF_CLOCK_T 8
  13492. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13493. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13494. | #define PRI_LL_PREFIX "ll"
  13495. | #define rb_pid_t pid_t
  13496. | #define SIGNEDNESS_OF_PID_T -1
  13497. | #define PIDT2NUM(v) INT2NUM(v)
  13498. | #define NUM2PIDT(v) NUM2INT(v)
  13499. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13500. | #define rb_uid_t uid_t
  13501. | #define SIGNEDNESS_OF_UID_T +1
  13502. | #define UIDT2NUM(v) UINT2NUM(v)
  13503. | #define NUM2UIDT(v) NUM2UINT(v)
  13504. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13505. | #define rb_gid_t gid_t
  13506. | #define SIGNEDNESS_OF_GID_T +1
  13507. | #define GIDT2NUM(v) UINT2NUM(v)
  13508. | #define NUM2GIDT(v) NUM2UINT(v)
  13509. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13510. | #define rb_time_t time_t
  13511. | #define SIGNEDNESS_OF_TIME_T -1
  13512. | #define TIMET2NUM(v) LONG2NUM(v)
  13513. | #define NUM2TIMET(v) NUM2LONG(v)
  13514. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13515. | #define rb_dev_t dev_t
  13516. | #define SIGNEDNESS_OF_DEV_T -1
  13517. | #define DEVT2NUM(v) INT2NUM(v)
  13518. | #define NUM2DEVT(v) NUM2INT(v)
  13519. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13520. | #define rb_mode_t mode_t
  13521. | #define SIGNEDNESS_OF_MODE_T +1
  13522. | #define MODET2NUM(v) UINT2NUM(v)
  13523. | #define NUM2MODET(v) NUM2UINT(v)
  13524. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13525. | #define rb_rlim_t rlim_t
  13526. | #define SIGNEDNESS_OF_RLIM_T +1
  13527. | #define RLIM2NUM(v) ULL2NUM(v)
  13528. | #define NUM2RLIM(v) NUM2ULL(v)
  13529. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13530. | #define rb_off_t off_t
  13531. | #define SIGNEDNESS_OF_OFF_T -1
  13532. | #define OFFT2NUM(v) LL2NUM(v)
  13533. | #define NUM2OFFT(v) NUM2LL(v)
  13534. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13535. | #define rb_clockid_t int
  13536. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13537. | #define CLOCKID2NUM(v) INT2NUM(v)
  13538. | #define NUM2CLOCKID(v) NUM2INT(v)
  13539. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13540. | #define HAVE_PROTOTYPES 1
  13541. | #define TOKEN_PASTE(x,y) x##y
  13542. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13543. | #define HAVE_STDARG_PROTOTYPES 1
  13544. | #define HAVE_VA_ARGS_MACRO 1
  13545. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13546. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13547. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13548. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13549. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13550. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13551. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13552. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13553. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13554. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13555. | #define WEAK(x) __attribute__ ((__weak__)) x
  13556. | #define HAVE_FUNC_WEAK 1
  13557. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13558. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13559. | #define HAVE_GCC_SYNC_BUILTINS 1
  13560. | #define UNREACHABLE __builtin_unreachable()
  13561. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13562. | #define RUBY_FUNCTION_NAME_STRING __func__
  13563. | #define ENUM_OVER_INT 1
  13564. | #define HAVE_DECL_SYS_NERR 1
  13565. | #define HAVE_DECL_GETENV 1
  13566. | #define SIZEOF_SIZE_T 8
  13567. | #define SIZEOF_PTRDIFF_T 8
  13568. | #define PRI_SIZE_PREFIX "z"
  13569. | #define PRI_PTRDIFF_PREFIX "t"
  13570. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13571. | #define HAVE_ST_BLKSIZE 1
  13572. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13573. | #define HAVE_ST_BLOCKS 1
  13574. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13575. | #define HAVE_ST_RDEV 1
  13576. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13577. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13578. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13579. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13580. | /* end confdefs.h. */
  13581. | #include <stdio.h>
  13582. | #ifdef HAVE_SYS_TYPES_H
  13583. | # include <sys/types.h>
  13584. | #endif
  13585. | #ifdef HAVE_SYS_STAT_H
  13586. | # include <sys/stat.h>
  13587. | #endif
  13588. | #ifdef STDC_HEADERS
  13589. | # include <stdlib.h>
  13590. | # include <stddef.h>
  13591. | #else
  13592. | # ifdef HAVE_STDLIB_H
  13593. | # include <stdlib.h>
  13594. | # endif
  13595. | #endif
  13596. | #ifdef HAVE_STRING_H
  13597. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13598. | # include <memory.h>
  13599. | # endif
  13600. | # include <string.h>
  13601. | #endif
  13602. | #ifdef HAVE_STRINGS_H
  13603. | # include <strings.h>
  13604. | #endif
  13605. | #ifdef HAVE_INTTYPES_H
  13606. | # include <inttypes.h>
  13607. | #endif
  13608. | #ifdef HAVE_STDINT_H
  13609. | # include <stdint.h>
  13610. | #endif
  13611. | #ifdef HAVE_UNISTD_H
  13612. | # include <unistd.h>
  13613. | #endif
  13614. | int
  13615. | main ()
  13616. | {
  13617. | static struct stat ac_aggr;
  13618. | if (sizeof ac_aggr.st_atimensec)
  13619. | return 0;
  13620. | ;
  13621. | return 0;
  13622. | }
  13623. configure:17775: result: no
  13624. configure:17785: checking for struct stat.st_mtim
  13625. configure:17785: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13626. conftest.c:200:13: error: no member named 'st_mtim' in 'struct stat'
  13627. if (ac_aggr.st_mtim)
  13628. ~~~~~~~ ^
  13629. 1 error generated.
  13630. configure:17785: $? = 1
  13631. configure: failed program was:
  13632. | /* confdefs.h */
  13633. | #define PACKAGE_NAME ""
  13634. | #define PACKAGE_TARNAME ""
  13635. | #define PACKAGE_VERSION ""
  13636. | #define PACKAGE_STRING ""
  13637. | #define PACKAGE_BUGREPORT ""
  13638. | #define PACKAGE_URL ""
  13639. | #define CANONICALIZATION_FOR_MATHN 1
  13640. | #define STDC_HEADERS 1
  13641. | #define HAVE_SYS_TYPES_H 1
  13642. | #define HAVE_SYS_STAT_H 1
  13643. | #define HAVE_STDLIB_H 1
  13644. | #define HAVE_STRING_H 1
  13645. | #define HAVE_MEMORY_H 1
  13646. | #define HAVE_STRINGS_H 1
  13647. | #define HAVE_INTTYPES_H 1
  13648. | #define HAVE_STDINT_H 1
  13649. | #define HAVE_UNISTD_H 1
  13650. | #define __EXTENSIONS__ 1
  13651. | #define _ALL_SOURCE 1
  13652. | #define _GNU_SOURCE 1
  13653. | #define _POSIX_PTHREAD_SEMANTICS 1
  13654. | #define _TANDEM_SOURCE 1
  13655. | #define HAVE_INFINITY 1
  13656. | #define HAVE_NAN 1
  13657. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13658. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13659. | #define BROKEN_CRYPT 1
  13660. | #define HAVE_CRT_EXTERNS_H 1
  13661. | #define HAVE_LIBDL 1
  13662. | #define HAVE_DIRENT_H 1
  13663. | #define HAVE__BOOL 1
  13664. | #define HAVE_STDBOOL_H 1
  13665. | #define HAVE_SYS_WAIT_H 1
  13666. | #define HAVE_GRP_H 1
  13667. | #define HAVE_FCNTL_H 1
  13668. | #define HAVE_FLOAT_H 1
  13669. | #define HAVE_LANGINFO_H 1
  13670. | #define HAVE_LIMITS_H 1
  13671. | #define HAVE_LOCALE_H 1
  13672. | #define HAVE_MALLOC_MALLOC_H 1
  13673. | #define HAVE_PWD_H 1
  13674. | #define HAVE_SYS_ATTR_H 1
  13675. | #define HAVE_SYS_FCNTL_H 1
  13676. | #define HAVE_SYS_FILE_H 1
  13677. | #define HAVE_SYS_IOCTL_H 1
  13678. | #define HAVE_SYS_PARAM_H 1
  13679. | #define HAVE_SYS_RESOURCE_H 1
  13680. | #define HAVE_SYS_SELECT_H 1
  13681. | #define HAVE_SYS_SOCKET_H 1
  13682. | #define HAVE_SYS_TIME_H 1
  13683. | #define HAVE_SYS_TIMES_H 1
  13684. | #define HAVE_SYS_UIO_H 1
  13685. | #define HAVE_TIME_H 1
  13686. | #define HAVE_UCONTEXT_H 1
  13687. | #define HAVE_UTIME_H 1
  13688. | #define HAVE_GMP_H 1
  13689. | #define HAVE_LIBGMP 1
  13690. | #define HAVE_TYPEOF 1
  13691. | #define HAVE_LONG_LONG 1
  13692. | #define HAVE_OFF_T 1
  13693. | #define SIZEOF_INT 4
  13694. | #define SIZEOF_SHORT 2
  13695. | #define SIZEOF_LONG 8
  13696. | #define SIZEOF_LONG_LONG 8
  13697. | #define SIZEOF___INT64 0
  13698. | #define SIZEOF___INT128 16
  13699. | #define SIZEOF_OFF_T 8
  13700. | #define SIZEOF_VOIDP 8
  13701. | #define SIZEOF_FLOAT 4
  13702. | #define SIZEOF_DOUBLE 8
  13703. | #define SIZEOF_TIME_T 8
  13704. | #define SIZEOF_CLOCK_T 8
  13705. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13706. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13707. | #define PRI_LL_PREFIX "ll"
  13708. | #define rb_pid_t pid_t
  13709. | #define SIGNEDNESS_OF_PID_T -1
  13710. | #define PIDT2NUM(v) INT2NUM(v)
  13711. | #define NUM2PIDT(v) NUM2INT(v)
  13712. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13713. | #define rb_uid_t uid_t
  13714. | #define SIGNEDNESS_OF_UID_T +1
  13715. | #define UIDT2NUM(v) UINT2NUM(v)
  13716. | #define NUM2UIDT(v) NUM2UINT(v)
  13717. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13718. | #define rb_gid_t gid_t
  13719. | #define SIGNEDNESS_OF_GID_T +1
  13720. | #define GIDT2NUM(v) UINT2NUM(v)
  13721. | #define NUM2GIDT(v) NUM2UINT(v)
  13722. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13723. | #define rb_time_t time_t
  13724. | #define SIGNEDNESS_OF_TIME_T -1
  13725. | #define TIMET2NUM(v) LONG2NUM(v)
  13726. | #define NUM2TIMET(v) NUM2LONG(v)
  13727. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13728. | #define rb_dev_t dev_t
  13729. | #define SIGNEDNESS_OF_DEV_T -1
  13730. | #define DEVT2NUM(v) INT2NUM(v)
  13731. | #define NUM2DEVT(v) NUM2INT(v)
  13732. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13733. | #define rb_mode_t mode_t
  13734. | #define SIGNEDNESS_OF_MODE_T +1
  13735. | #define MODET2NUM(v) UINT2NUM(v)
  13736. | #define NUM2MODET(v) NUM2UINT(v)
  13737. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13738. | #define rb_rlim_t rlim_t
  13739. | #define SIGNEDNESS_OF_RLIM_T +1
  13740. | #define RLIM2NUM(v) ULL2NUM(v)
  13741. | #define NUM2RLIM(v) NUM2ULL(v)
  13742. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13743. | #define rb_off_t off_t
  13744. | #define SIGNEDNESS_OF_OFF_T -1
  13745. | #define OFFT2NUM(v) LL2NUM(v)
  13746. | #define NUM2OFFT(v) NUM2LL(v)
  13747. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13748. | #define rb_clockid_t int
  13749. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13750. | #define CLOCKID2NUM(v) INT2NUM(v)
  13751. | #define NUM2CLOCKID(v) NUM2INT(v)
  13752. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13753. | #define HAVE_PROTOTYPES 1
  13754. | #define TOKEN_PASTE(x,y) x##y
  13755. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13756. | #define HAVE_STDARG_PROTOTYPES 1
  13757. | #define HAVE_VA_ARGS_MACRO 1
  13758. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13759. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13760. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13761. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13762. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13763. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13764. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13765. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13766. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13767. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13768. | #define WEAK(x) __attribute__ ((__weak__)) x
  13769. | #define HAVE_FUNC_WEAK 1
  13770. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13771. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13772. | #define HAVE_GCC_SYNC_BUILTINS 1
  13773. | #define UNREACHABLE __builtin_unreachable()
  13774. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13775. | #define RUBY_FUNCTION_NAME_STRING __func__
  13776. | #define ENUM_OVER_INT 1
  13777. | #define HAVE_DECL_SYS_NERR 1
  13778. | #define HAVE_DECL_GETENV 1
  13779. | #define SIZEOF_SIZE_T 8
  13780. | #define SIZEOF_PTRDIFF_T 8
  13781. | #define PRI_SIZE_PREFIX "z"
  13782. | #define PRI_PTRDIFF_PREFIX "t"
  13783. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13784. | #define HAVE_ST_BLKSIZE 1
  13785. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13786. | #define HAVE_ST_BLOCKS 1
  13787. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13788. | #define HAVE_ST_RDEV 1
  13789. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  13790. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  13791. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  13792. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  13793. | /* end confdefs.h. */
  13794. | #include <stdio.h>
  13795. | #ifdef HAVE_SYS_TYPES_H
  13796. | # include <sys/types.h>
  13797. | #endif
  13798. | #ifdef HAVE_SYS_STAT_H
  13799. | # include <sys/stat.h>
  13800. | #endif
  13801. | #ifdef STDC_HEADERS
  13802. | # include <stdlib.h>
  13803. | # include <stddef.h>
  13804. | #else
  13805. | # ifdef HAVE_STDLIB_H
  13806. | # include <stdlib.h>
  13807. | # endif
  13808. | #endif
  13809. | #ifdef HAVE_STRING_H
  13810. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  13811. | # include <memory.h>
  13812. | # endif
  13813. | # include <string.h>
  13814. | #endif
  13815. | #ifdef HAVE_STRINGS_H
  13816. | # include <strings.h>
  13817. | #endif
  13818. | #ifdef HAVE_INTTYPES_H
  13819. | # include <inttypes.h>
  13820. | #endif
  13821. | #ifdef HAVE_STDINT_H
  13822. | # include <stdint.h>
  13823. | #endif
  13824. | #ifdef HAVE_UNISTD_H
  13825. | # include <unistd.h>
  13826. | #endif
  13827. | int
  13828. | main ()
  13829. | {
  13830. | static struct stat ac_aggr;
  13831. | if (ac_aggr.st_mtim)
  13832. | return 0;
  13833. | ;
  13834. | return 0;
  13835. | }
  13836. configure:17785: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  13837. conftest.c:200:20: error: no member named 'st_mtim' in 'struct stat'
  13838. if (sizeof ac_aggr.st_mtim)
  13839. ~~~~~~~ ^
  13840. 1 error generated.
  13841. configure:17785: $? = 1
  13842. configure: failed program was:
  13843. | /* confdefs.h */
  13844. | #define PACKAGE_NAME ""
  13845. | #define PACKAGE_TARNAME ""
  13846. | #define PACKAGE_VERSION ""
  13847. | #define PACKAGE_STRING ""
  13848. | #define PACKAGE_BUGREPORT ""
  13849. | #define PACKAGE_URL ""
  13850. | #define CANONICALIZATION_FOR_MATHN 1
  13851. | #define STDC_HEADERS 1
  13852. | #define HAVE_SYS_TYPES_H 1
  13853. | #define HAVE_SYS_STAT_H 1
  13854. | #define HAVE_STDLIB_H 1
  13855. | #define HAVE_STRING_H 1
  13856. | #define HAVE_MEMORY_H 1
  13857. | #define HAVE_STRINGS_H 1
  13858. | #define HAVE_INTTYPES_H 1
  13859. | #define HAVE_STDINT_H 1
  13860. | #define HAVE_UNISTD_H 1
  13861. | #define __EXTENSIONS__ 1
  13862. | #define _ALL_SOURCE 1
  13863. | #define _GNU_SOURCE 1
  13864. | #define _POSIX_PTHREAD_SEMANTICS 1
  13865. | #define _TANDEM_SOURCE 1
  13866. | #define HAVE_INFINITY 1
  13867. | #define HAVE_NAN 1
  13868. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  13869. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  13870. | #define BROKEN_CRYPT 1
  13871. | #define HAVE_CRT_EXTERNS_H 1
  13872. | #define HAVE_LIBDL 1
  13873. | #define HAVE_DIRENT_H 1
  13874. | #define HAVE__BOOL 1
  13875. | #define HAVE_STDBOOL_H 1
  13876. | #define HAVE_SYS_WAIT_H 1
  13877. | #define HAVE_GRP_H 1
  13878. | #define HAVE_FCNTL_H 1
  13879. | #define HAVE_FLOAT_H 1
  13880. | #define HAVE_LANGINFO_H 1
  13881. | #define HAVE_LIMITS_H 1
  13882. | #define HAVE_LOCALE_H 1
  13883. | #define HAVE_MALLOC_MALLOC_H 1
  13884. | #define HAVE_PWD_H 1
  13885. | #define HAVE_SYS_ATTR_H 1
  13886. | #define HAVE_SYS_FCNTL_H 1
  13887. | #define HAVE_SYS_FILE_H 1
  13888. | #define HAVE_SYS_IOCTL_H 1
  13889. | #define HAVE_SYS_PARAM_H 1
  13890. | #define HAVE_SYS_RESOURCE_H 1
  13891. | #define HAVE_SYS_SELECT_H 1
  13892. | #define HAVE_SYS_SOCKET_H 1
  13893. | #define HAVE_SYS_TIME_H 1
  13894. | #define HAVE_SYS_TIMES_H 1
  13895. | #define HAVE_SYS_UIO_H 1
  13896. | #define HAVE_TIME_H 1
  13897. | #define HAVE_UCONTEXT_H 1
  13898. | #define HAVE_UTIME_H 1
  13899. | #define HAVE_GMP_H 1
  13900. | #define HAVE_LIBGMP 1
  13901. | #define HAVE_TYPEOF 1
  13902. | #define HAVE_LONG_LONG 1
  13903. | #define HAVE_OFF_T 1
  13904. | #define SIZEOF_INT 4
  13905. | #define SIZEOF_SHORT 2
  13906. | #define SIZEOF_LONG 8
  13907. | #define SIZEOF_LONG_LONG 8
  13908. | #define SIZEOF___INT64 0
  13909. | #define SIZEOF___INT128 16
  13910. | #define SIZEOF_OFF_T 8
  13911. | #define SIZEOF_VOIDP 8
  13912. | #define SIZEOF_FLOAT 4
  13913. | #define SIZEOF_DOUBLE 8
  13914. | #define SIZEOF_TIME_T 8
  13915. | #define SIZEOF_CLOCK_T 8
  13916. | #define PACKED_STRUCT(x) x __attribute__((packed))
  13917. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  13918. | #define PRI_LL_PREFIX "ll"
  13919. | #define rb_pid_t pid_t
  13920. | #define SIGNEDNESS_OF_PID_T -1
  13921. | #define PIDT2NUM(v) INT2NUM(v)
  13922. | #define NUM2PIDT(v) NUM2INT(v)
  13923. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  13924. | #define rb_uid_t uid_t
  13925. | #define SIGNEDNESS_OF_UID_T +1
  13926. | #define UIDT2NUM(v) UINT2NUM(v)
  13927. | #define NUM2UIDT(v) NUM2UINT(v)
  13928. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  13929. | #define rb_gid_t gid_t
  13930. | #define SIGNEDNESS_OF_GID_T +1
  13931. | #define GIDT2NUM(v) UINT2NUM(v)
  13932. | #define NUM2GIDT(v) NUM2UINT(v)
  13933. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  13934. | #define rb_time_t time_t
  13935. | #define SIGNEDNESS_OF_TIME_T -1
  13936. | #define TIMET2NUM(v) LONG2NUM(v)
  13937. | #define NUM2TIMET(v) NUM2LONG(v)
  13938. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  13939. | #define rb_dev_t dev_t
  13940. | #define SIGNEDNESS_OF_DEV_T -1
  13941. | #define DEVT2NUM(v) INT2NUM(v)
  13942. | #define NUM2DEVT(v) NUM2INT(v)
  13943. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  13944. | #define rb_mode_t mode_t
  13945. | #define SIGNEDNESS_OF_MODE_T +1
  13946. | #define MODET2NUM(v) UINT2NUM(v)
  13947. | #define NUM2MODET(v) NUM2UINT(v)
  13948. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  13949. | #define rb_rlim_t rlim_t
  13950. | #define SIGNEDNESS_OF_RLIM_T +1
  13951. | #define RLIM2NUM(v) ULL2NUM(v)
  13952. | #define NUM2RLIM(v) NUM2ULL(v)
  13953. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  13954. | #define rb_off_t off_t
  13955. | #define SIGNEDNESS_OF_OFF_T -1
  13956. | #define OFFT2NUM(v) LL2NUM(v)
  13957. | #define NUM2OFFT(v) NUM2LL(v)
  13958. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  13959. | #define rb_clockid_t int
  13960. | #define SIGNEDNESS_OF_CLOCKID_T -1
  13961. | #define CLOCKID2NUM(v) INT2NUM(v)
  13962. | #define NUM2CLOCKID(v) NUM2INT(v)
  13963. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  13964. | #define HAVE_PROTOTYPES 1
  13965. | #define TOKEN_PASTE(x,y) x##y
  13966. | #define STRINGIZE(expr) STRINGIZE0(expr)
  13967. | #define HAVE_STDARG_PROTOTYPES 1
  13968. | #define HAVE_VA_ARGS_MACRO 1
  13969. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  13970. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  13971. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  13972. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  13973. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  13974. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  13975. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  13976. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  13977. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  13978. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  13979. | #define WEAK(x) __attribute__ ((__weak__)) x
  13980. | #define HAVE_FUNC_WEAK 1
  13981. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  13982. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13983. | #define HAVE_GCC_SYNC_BUILTINS 1
  13984. | #define UNREACHABLE __builtin_unreachable()
  13985. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  13986. | #define RUBY_FUNCTION_NAME_STRING __func__
  13987. | #define ENUM_OVER_INT 1
  13988. | #define HAVE_DECL_SYS_NERR 1
  13989. | #define HAVE_DECL_GETENV 1
  13990. | #define SIZEOF_SIZE_T 8
  13991. | #define SIZEOF_PTRDIFF_T 8
  13992. | #define PRI_SIZE_PREFIX "z"
  13993. | #define PRI_PTRDIFF_PREFIX "t"
  13994. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  13995. | #define HAVE_ST_BLKSIZE 1
  13996. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  13997. | #define HAVE_ST_BLOCKS 1
  13998. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13999. | #define HAVE_ST_RDEV 1
  14000. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14001. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14002. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14003. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14004. | /* end confdefs.h. */
  14005. | #include <stdio.h>
  14006. | #ifdef HAVE_SYS_TYPES_H
  14007. | # include <sys/types.h>
  14008. | #endif
  14009. | #ifdef HAVE_SYS_STAT_H
  14010. | # include <sys/stat.h>
  14011. | #endif
  14012. | #ifdef STDC_HEADERS
  14013. | # include <stdlib.h>
  14014. | # include <stddef.h>
  14015. | #else
  14016. | # ifdef HAVE_STDLIB_H
  14017. | # include <stdlib.h>
  14018. | # endif
  14019. | #endif
  14020. | #ifdef HAVE_STRING_H
  14021. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14022. | # include <memory.h>
  14023. | # endif
  14024. | # include <string.h>
  14025. | #endif
  14026. | #ifdef HAVE_STRINGS_H
  14027. | # include <strings.h>
  14028. | #endif
  14029. | #ifdef HAVE_INTTYPES_H
  14030. | # include <inttypes.h>
  14031. | #endif
  14032. | #ifdef HAVE_STDINT_H
  14033. | # include <stdint.h>
  14034. | #endif
  14035. | #ifdef HAVE_UNISTD_H
  14036. | # include <unistd.h>
  14037. | #endif
  14038. | int
  14039. | main ()
  14040. | {
  14041. | static struct stat ac_aggr;
  14042. | if (sizeof ac_aggr.st_mtim)
  14043. | return 0;
  14044. | ;
  14045. | return 0;
  14046. | }
  14047. configure:17785: result: no
  14048. configure:17795: checking for struct stat.st_mtimespec
  14049. configure:17795: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14050. conftest.c:200:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14051. if (ac_aggr.st_mtimespec)
  14052. ^ ~~~~~~~~~~~~~~~~~~~~
  14053. 1 error generated.
  14054. configure:17795: $? = 1
  14055. configure: failed program was:
  14056. | /* confdefs.h */
  14057. | #define PACKAGE_NAME ""
  14058. | #define PACKAGE_TARNAME ""
  14059. | #define PACKAGE_VERSION ""
  14060. | #define PACKAGE_STRING ""
  14061. | #define PACKAGE_BUGREPORT ""
  14062. | #define PACKAGE_URL ""
  14063. | #define CANONICALIZATION_FOR_MATHN 1
  14064. | #define STDC_HEADERS 1
  14065. | #define HAVE_SYS_TYPES_H 1
  14066. | #define HAVE_SYS_STAT_H 1
  14067. | #define HAVE_STDLIB_H 1
  14068. | #define HAVE_STRING_H 1
  14069. | #define HAVE_MEMORY_H 1
  14070. | #define HAVE_STRINGS_H 1
  14071. | #define HAVE_INTTYPES_H 1
  14072. | #define HAVE_STDINT_H 1
  14073. | #define HAVE_UNISTD_H 1
  14074. | #define __EXTENSIONS__ 1
  14075. | #define _ALL_SOURCE 1
  14076. | #define _GNU_SOURCE 1
  14077. | #define _POSIX_PTHREAD_SEMANTICS 1
  14078. | #define _TANDEM_SOURCE 1
  14079. | #define HAVE_INFINITY 1
  14080. | #define HAVE_NAN 1
  14081. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14082. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14083. | #define BROKEN_CRYPT 1
  14084. | #define HAVE_CRT_EXTERNS_H 1
  14085. | #define HAVE_LIBDL 1
  14086. | #define HAVE_DIRENT_H 1
  14087. | #define HAVE__BOOL 1
  14088. | #define HAVE_STDBOOL_H 1
  14089. | #define HAVE_SYS_WAIT_H 1
  14090. | #define HAVE_GRP_H 1
  14091. | #define HAVE_FCNTL_H 1
  14092. | #define HAVE_FLOAT_H 1
  14093. | #define HAVE_LANGINFO_H 1
  14094. | #define HAVE_LIMITS_H 1
  14095. | #define HAVE_LOCALE_H 1
  14096. | #define HAVE_MALLOC_MALLOC_H 1
  14097. | #define HAVE_PWD_H 1
  14098. | #define HAVE_SYS_ATTR_H 1
  14099. | #define HAVE_SYS_FCNTL_H 1
  14100. | #define HAVE_SYS_FILE_H 1
  14101. | #define HAVE_SYS_IOCTL_H 1
  14102. | #define HAVE_SYS_PARAM_H 1
  14103. | #define HAVE_SYS_RESOURCE_H 1
  14104. | #define HAVE_SYS_SELECT_H 1
  14105. | #define HAVE_SYS_SOCKET_H 1
  14106. | #define HAVE_SYS_TIME_H 1
  14107. | #define HAVE_SYS_TIMES_H 1
  14108. | #define HAVE_SYS_UIO_H 1
  14109. | #define HAVE_TIME_H 1
  14110. | #define HAVE_UCONTEXT_H 1
  14111. | #define HAVE_UTIME_H 1
  14112. | #define HAVE_GMP_H 1
  14113. | #define HAVE_LIBGMP 1
  14114. | #define HAVE_TYPEOF 1
  14115. | #define HAVE_LONG_LONG 1
  14116. | #define HAVE_OFF_T 1
  14117. | #define SIZEOF_INT 4
  14118. | #define SIZEOF_SHORT 2
  14119. | #define SIZEOF_LONG 8
  14120. | #define SIZEOF_LONG_LONG 8
  14121. | #define SIZEOF___INT64 0
  14122. | #define SIZEOF___INT128 16
  14123. | #define SIZEOF_OFF_T 8
  14124. | #define SIZEOF_VOIDP 8
  14125. | #define SIZEOF_FLOAT 4
  14126. | #define SIZEOF_DOUBLE 8
  14127. | #define SIZEOF_TIME_T 8
  14128. | #define SIZEOF_CLOCK_T 8
  14129. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14130. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14131. | #define PRI_LL_PREFIX "ll"
  14132. | #define rb_pid_t pid_t
  14133. | #define SIGNEDNESS_OF_PID_T -1
  14134. | #define PIDT2NUM(v) INT2NUM(v)
  14135. | #define NUM2PIDT(v) NUM2INT(v)
  14136. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14137. | #define rb_uid_t uid_t
  14138. | #define SIGNEDNESS_OF_UID_T +1
  14139. | #define UIDT2NUM(v) UINT2NUM(v)
  14140. | #define NUM2UIDT(v) NUM2UINT(v)
  14141. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14142. | #define rb_gid_t gid_t
  14143. | #define SIGNEDNESS_OF_GID_T +1
  14144. | #define GIDT2NUM(v) UINT2NUM(v)
  14145. | #define NUM2GIDT(v) NUM2UINT(v)
  14146. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14147. | #define rb_time_t time_t
  14148. | #define SIGNEDNESS_OF_TIME_T -1
  14149. | #define TIMET2NUM(v) LONG2NUM(v)
  14150. | #define NUM2TIMET(v) NUM2LONG(v)
  14151. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14152. | #define rb_dev_t dev_t
  14153. | #define SIGNEDNESS_OF_DEV_T -1
  14154. | #define DEVT2NUM(v) INT2NUM(v)
  14155. | #define NUM2DEVT(v) NUM2INT(v)
  14156. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14157. | #define rb_mode_t mode_t
  14158. | #define SIGNEDNESS_OF_MODE_T +1
  14159. | #define MODET2NUM(v) UINT2NUM(v)
  14160. | #define NUM2MODET(v) NUM2UINT(v)
  14161. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14162. | #define rb_rlim_t rlim_t
  14163. | #define SIGNEDNESS_OF_RLIM_T +1
  14164. | #define RLIM2NUM(v) ULL2NUM(v)
  14165. | #define NUM2RLIM(v) NUM2ULL(v)
  14166. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14167. | #define rb_off_t off_t
  14168. | #define SIGNEDNESS_OF_OFF_T -1
  14169. | #define OFFT2NUM(v) LL2NUM(v)
  14170. | #define NUM2OFFT(v) NUM2LL(v)
  14171. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14172. | #define rb_clockid_t int
  14173. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14174. | #define CLOCKID2NUM(v) INT2NUM(v)
  14175. | #define NUM2CLOCKID(v) NUM2INT(v)
  14176. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14177. | #define HAVE_PROTOTYPES 1
  14178. | #define TOKEN_PASTE(x,y) x##y
  14179. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14180. | #define HAVE_STDARG_PROTOTYPES 1
  14181. | #define HAVE_VA_ARGS_MACRO 1
  14182. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14183. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14184. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14185. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14186. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14187. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14188. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14189. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14190. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14191. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14192. | #define WEAK(x) __attribute__ ((__weak__)) x
  14193. | #define HAVE_FUNC_WEAK 1
  14194. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14195. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14196. | #define HAVE_GCC_SYNC_BUILTINS 1
  14197. | #define UNREACHABLE __builtin_unreachable()
  14198. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14199. | #define RUBY_FUNCTION_NAME_STRING __func__
  14200. | #define ENUM_OVER_INT 1
  14201. | #define HAVE_DECL_SYS_NERR 1
  14202. | #define HAVE_DECL_GETENV 1
  14203. | #define SIZEOF_SIZE_T 8
  14204. | #define SIZEOF_PTRDIFF_T 8
  14205. | #define PRI_SIZE_PREFIX "z"
  14206. | #define PRI_PTRDIFF_PREFIX "t"
  14207. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14208. | #define HAVE_ST_BLKSIZE 1
  14209. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14210. | #define HAVE_ST_BLOCKS 1
  14211. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14212. | #define HAVE_ST_RDEV 1
  14213. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14214. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14215. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14216. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14217. | /* end confdefs.h. */
  14218. | #include <stdio.h>
  14219. | #ifdef HAVE_SYS_TYPES_H
  14220. | # include <sys/types.h>
  14221. | #endif
  14222. | #ifdef HAVE_SYS_STAT_H
  14223. | # include <sys/stat.h>
  14224. | #endif
  14225. | #ifdef STDC_HEADERS
  14226. | # include <stdlib.h>
  14227. | # include <stddef.h>
  14228. | #else
  14229. | # ifdef HAVE_STDLIB_H
  14230. | # include <stdlib.h>
  14231. | # endif
  14232. | #endif
  14233. | #ifdef HAVE_STRING_H
  14234. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14235. | # include <memory.h>
  14236. | # endif
  14237. | # include <string.h>
  14238. | #endif
  14239. | #ifdef HAVE_STRINGS_H
  14240. | # include <strings.h>
  14241. | #endif
  14242. | #ifdef HAVE_INTTYPES_H
  14243. | # include <inttypes.h>
  14244. | #endif
  14245. | #ifdef HAVE_STDINT_H
  14246. | # include <stdint.h>
  14247. | #endif
  14248. | #ifdef HAVE_UNISTD_H
  14249. | # include <unistd.h>
  14250. | #endif
  14251. | int
  14252. | main ()
  14253. | {
  14254. | static struct stat ac_aggr;
  14255. | if (ac_aggr.st_mtimespec)
  14256. | return 0;
  14257. | ;
  14258. | return 0;
  14259. | }
  14260. configure:17795: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14261. configure:17795: $? = 0
  14262. configure:17795: result: yes
  14263. configure:17805: checking for struct stat.st_mtimensec
  14264. configure:17805: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14265. conftest.c:201:13: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14266. if (ac_aggr.st_mtimensec)
  14267. ^~~~~~~~~~~~
  14268. st_mtimespec
  14269. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14270. struct stat __DARWIN_STRUCT_STAT64;
  14271. ^
  14272. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14273. __DARWIN_STRUCT_STAT64_TIMES \
  14274. ^
  14275. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14276. struct timespec st_mtimespec; /* time of last data modification */ \
  14277. ^
  14278. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  14279. if (ac_aggr.st_mtimensec)
  14280. ^ ~~~~~~~~~~~~~~~~~~~~
  14281. 2 errors generated.
  14282. configure:17805: $? = 1
  14283. configure: failed program was:
  14284. | /* confdefs.h */
  14285. | #define PACKAGE_NAME ""
  14286. | #define PACKAGE_TARNAME ""
  14287. | #define PACKAGE_VERSION ""
  14288. | #define PACKAGE_STRING ""
  14289. | #define PACKAGE_BUGREPORT ""
  14290. | #define PACKAGE_URL ""
  14291. | #define CANONICALIZATION_FOR_MATHN 1
  14292. | #define STDC_HEADERS 1
  14293. | #define HAVE_SYS_TYPES_H 1
  14294. | #define HAVE_SYS_STAT_H 1
  14295. | #define HAVE_STDLIB_H 1
  14296. | #define HAVE_STRING_H 1
  14297. | #define HAVE_MEMORY_H 1
  14298. | #define HAVE_STRINGS_H 1
  14299. | #define HAVE_INTTYPES_H 1
  14300. | #define HAVE_STDINT_H 1
  14301. | #define HAVE_UNISTD_H 1
  14302. | #define __EXTENSIONS__ 1
  14303. | #define _ALL_SOURCE 1
  14304. | #define _GNU_SOURCE 1
  14305. | #define _POSIX_PTHREAD_SEMANTICS 1
  14306. | #define _TANDEM_SOURCE 1
  14307. | #define HAVE_INFINITY 1
  14308. | #define HAVE_NAN 1
  14309. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14310. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14311. | #define BROKEN_CRYPT 1
  14312. | #define HAVE_CRT_EXTERNS_H 1
  14313. | #define HAVE_LIBDL 1
  14314. | #define HAVE_DIRENT_H 1
  14315. | #define HAVE__BOOL 1
  14316. | #define HAVE_STDBOOL_H 1
  14317. | #define HAVE_SYS_WAIT_H 1
  14318. | #define HAVE_GRP_H 1
  14319. | #define HAVE_FCNTL_H 1
  14320. | #define HAVE_FLOAT_H 1
  14321. | #define HAVE_LANGINFO_H 1
  14322. | #define HAVE_LIMITS_H 1
  14323. | #define HAVE_LOCALE_H 1
  14324. | #define HAVE_MALLOC_MALLOC_H 1
  14325. | #define HAVE_PWD_H 1
  14326. | #define HAVE_SYS_ATTR_H 1
  14327. | #define HAVE_SYS_FCNTL_H 1
  14328. | #define HAVE_SYS_FILE_H 1
  14329. | #define HAVE_SYS_IOCTL_H 1
  14330. | #define HAVE_SYS_PARAM_H 1
  14331. | #define HAVE_SYS_RESOURCE_H 1
  14332. | #define HAVE_SYS_SELECT_H 1
  14333. | #define HAVE_SYS_SOCKET_H 1
  14334. | #define HAVE_SYS_TIME_H 1
  14335. | #define HAVE_SYS_TIMES_H 1
  14336. | #define HAVE_SYS_UIO_H 1
  14337. | #define HAVE_TIME_H 1
  14338. | #define HAVE_UCONTEXT_H 1
  14339. | #define HAVE_UTIME_H 1
  14340. | #define HAVE_GMP_H 1
  14341. | #define HAVE_LIBGMP 1
  14342. | #define HAVE_TYPEOF 1
  14343. | #define HAVE_LONG_LONG 1
  14344. | #define HAVE_OFF_T 1
  14345. | #define SIZEOF_INT 4
  14346. | #define SIZEOF_SHORT 2
  14347. | #define SIZEOF_LONG 8
  14348. | #define SIZEOF_LONG_LONG 8
  14349. | #define SIZEOF___INT64 0
  14350. | #define SIZEOF___INT128 16
  14351. | #define SIZEOF_OFF_T 8
  14352. | #define SIZEOF_VOIDP 8
  14353. | #define SIZEOF_FLOAT 4
  14354. | #define SIZEOF_DOUBLE 8
  14355. | #define SIZEOF_TIME_T 8
  14356. | #define SIZEOF_CLOCK_T 8
  14357. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14358. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14359. | #define PRI_LL_PREFIX "ll"
  14360. | #define rb_pid_t pid_t
  14361. | #define SIGNEDNESS_OF_PID_T -1
  14362. | #define PIDT2NUM(v) INT2NUM(v)
  14363. | #define NUM2PIDT(v) NUM2INT(v)
  14364. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14365. | #define rb_uid_t uid_t
  14366. | #define SIGNEDNESS_OF_UID_T +1
  14367. | #define UIDT2NUM(v) UINT2NUM(v)
  14368. | #define NUM2UIDT(v) NUM2UINT(v)
  14369. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14370. | #define rb_gid_t gid_t
  14371. | #define SIGNEDNESS_OF_GID_T +1
  14372. | #define GIDT2NUM(v) UINT2NUM(v)
  14373. | #define NUM2GIDT(v) NUM2UINT(v)
  14374. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14375. | #define rb_time_t time_t
  14376. | #define SIGNEDNESS_OF_TIME_T -1
  14377. | #define TIMET2NUM(v) LONG2NUM(v)
  14378. | #define NUM2TIMET(v) NUM2LONG(v)
  14379. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14380. | #define rb_dev_t dev_t
  14381. | #define SIGNEDNESS_OF_DEV_T -1
  14382. | #define DEVT2NUM(v) INT2NUM(v)
  14383. | #define NUM2DEVT(v) NUM2INT(v)
  14384. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14385. | #define rb_mode_t mode_t
  14386. | #define SIGNEDNESS_OF_MODE_T +1
  14387. | #define MODET2NUM(v) UINT2NUM(v)
  14388. | #define NUM2MODET(v) NUM2UINT(v)
  14389. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14390. | #define rb_rlim_t rlim_t
  14391. | #define SIGNEDNESS_OF_RLIM_T +1
  14392. | #define RLIM2NUM(v) ULL2NUM(v)
  14393. | #define NUM2RLIM(v) NUM2ULL(v)
  14394. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14395. | #define rb_off_t off_t
  14396. | #define SIGNEDNESS_OF_OFF_T -1
  14397. | #define OFFT2NUM(v) LL2NUM(v)
  14398. | #define NUM2OFFT(v) NUM2LL(v)
  14399. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14400. | #define rb_clockid_t int
  14401. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14402. | #define CLOCKID2NUM(v) INT2NUM(v)
  14403. | #define NUM2CLOCKID(v) NUM2INT(v)
  14404. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14405. | #define HAVE_PROTOTYPES 1
  14406. | #define TOKEN_PASTE(x,y) x##y
  14407. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14408. | #define HAVE_STDARG_PROTOTYPES 1
  14409. | #define HAVE_VA_ARGS_MACRO 1
  14410. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14411. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14412. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14413. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14414. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14415. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14416. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14417. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14418. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14419. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14420. | #define WEAK(x) __attribute__ ((__weak__)) x
  14421. | #define HAVE_FUNC_WEAK 1
  14422. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14423. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14424. | #define HAVE_GCC_SYNC_BUILTINS 1
  14425. | #define UNREACHABLE __builtin_unreachable()
  14426. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14427. | #define RUBY_FUNCTION_NAME_STRING __func__
  14428. | #define ENUM_OVER_INT 1
  14429. | #define HAVE_DECL_SYS_NERR 1
  14430. | #define HAVE_DECL_GETENV 1
  14431. | #define SIZEOF_SIZE_T 8
  14432. | #define SIZEOF_PTRDIFF_T 8
  14433. | #define PRI_SIZE_PREFIX "z"
  14434. | #define PRI_PTRDIFF_PREFIX "t"
  14435. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14436. | #define HAVE_ST_BLKSIZE 1
  14437. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14438. | #define HAVE_ST_BLOCKS 1
  14439. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14440. | #define HAVE_ST_RDEV 1
  14441. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14442. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14443. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14444. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14445. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14446. | /* end confdefs.h. */
  14447. | #include <stdio.h>
  14448. | #ifdef HAVE_SYS_TYPES_H
  14449. | # include <sys/types.h>
  14450. | #endif
  14451. | #ifdef HAVE_SYS_STAT_H
  14452. | # include <sys/stat.h>
  14453. | #endif
  14454. | #ifdef STDC_HEADERS
  14455. | # include <stdlib.h>
  14456. | # include <stddef.h>
  14457. | #else
  14458. | # ifdef HAVE_STDLIB_H
  14459. | # include <stdlib.h>
  14460. | # endif
  14461. | #endif
  14462. | #ifdef HAVE_STRING_H
  14463. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14464. | # include <memory.h>
  14465. | # endif
  14466. | # include <string.h>
  14467. | #endif
  14468. | #ifdef HAVE_STRINGS_H
  14469. | # include <strings.h>
  14470. | #endif
  14471. | #ifdef HAVE_INTTYPES_H
  14472. | # include <inttypes.h>
  14473. | #endif
  14474. | #ifdef HAVE_STDINT_H
  14475. | # include <stdint.h>
  14476. | #endif
  14477. | #ifdef HAVE_UNISTD_H
  14478. | # include <unistd.h>
  14479. | #endif
  14480. | int
  14481. | main ()
  14482. | {
  14483. | static struct stat ac_aggr;
  14484. | if (ac_aggr.st_mtimensec)
  14485. | return 0;
  14486. | ;
  14487. | return 0;
  14488. | }
  14489. configure:17805: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14490. conftest.c:201:20: error: no member named 'st_mtimensec' in 'struct stat'; did you mean 'st_mtimespec'?
  14491. if (sizeof ac_aggr.st_mtimensec)
  14492. ^~~~~~~~~~~~
  14493. st_mtimespec
  14494. /usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here
  14495. struct stat __DARWIN_STRUCT_STAT64;
  14496. ^
  14497. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  14498. __DARWIN_STRUCT_STAT64_TIMES \
  14499. ^
  14500. /usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  14501. struct timespec st_mtimespec; /* time of last data modification */ \
  14502. ^
  14503. 1 error generated.
  14504. configure:17805: $? = 1
  14505. configure: failed program was:
  14506. | /* confdefs.h */
  14507. | #define PACKAGE_NAME ""
  14508. | #define PACKAGE_TARNAME ""
  14509. | #define PACKAGE_VERSION ""
  14510. | #define PACKAGE_STRING ""
  14511. | #define PACKAGE_BUGREPORT ""
  14512. | #define PACKAGE_URL ""
  14513. | #define CANONICALIZATION_FOR_MATHN 1
  14514. | #define STDC_HEADERS 1
  14515. | #define HAVE_SYS_TYPES_H 1
  14516. | #define HAVE_SYS_STAT_H 1
  14517. | #define HAVE_STDLIB_H 1
  14518. | #define HAVE_STRING_H 1
  14519. | #define HAVE_MEMORY_H 1
  14520. | #define HAVE_STRINGS_H 1
  14521. | #define HAVE_INTTYPES_H 1
  14522. | #define HAVE_STDINT_H 1
  14523. | #define HAVE_UNISTD_H 1
  14524. | #define __EXTENSIONS__ 1
  14525. | #define _ALL_SOURCE 1
  14526. | #define _GNU_SOURCE 1
  14527. | #define _POSIX_PTHREAD_SEMANTICS 1
  14528. | #define _TANDEM_SOURCE 1
  14529. | #define HAVE_INFINITY 1
  14530. | #define HAVE_NAN 1
  14531. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14532. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14533. | #define BROKEN_CRYPT 1
  14534. | #define HAVE_CRT_EXTERNS_H 1
  14535. | #define HAVE_LIBDL 1
  14536. | #define HAVE_DIRENT_H 1
  14537. | #define HAVE__BOOL 1
  14538. | #define HAVE_STDBOOL_H 1
  14539. | #define HAVE_SYS_WAIT_H 1
  14540. | #define HAVE_GRP_H 1
  14541. | #define HAVE_FCNTL_H 1
  14542. | #define HAVE_FLOAT_H 1
  14543. | #define HAVE_LANGINFO_H 1
  14544. | #define HAVE_LIMITS_H 1
  14545. | #define HAVE_LOCALE_H 1
  14546. | #define HAVE_MALLOC_MALLOC_H 1
  14547. | #define HAVE_PWD_H 1
  14548. | #define HAVE_SYS_ATTR_H 1
  14549. | #define HAVE_SYS_FCNTL_H 1
  14550. | #define HAVE_SYS_FILE_H 1
  14551. | #define HAVE_SYS_IOCTL_H 1
  14552. | #define HAVE_SYS_PARAM_H 1
  14553. | #define HAVE_SYS_RESOURCE_H 1
  14554. | #define HAVE_SYS_SELECT_H 1
  14555. | #define HAVE_SYS_SOCKET_H 1
  14556. | #define HAVE_SYS_TIME_H 1
  14557. | #define HAVE_SYS_TIMES_H 1
  14558. | #define HAVE_SYS_UIO_H 1
  14559. | #define HAVE_TIME_H 1
  14560. | #define HAVE_UCONTEXT_H 1
  14561. | #define HAVE_UTIME_H 1
  14562. | #define HAVE_GMP_H 1
  14563. | #define HAVE_LIBGMP 1
  14564. | #define HAVE_TYPEOF 1
  14565. | #define HAVE_LONG_LONG 1
  14566. | #define HAVE_OFF_T 1
  14567. | #define SIZEOF_INT 4
  14568. | #define SIZEOF_SHORT 2
  14569. | #define SIZEOF_LONG 8
  14570. | #define SIZEOF_LONG_LONG 8
  14571. | #define SIZEOF___INT64 0
  14572. | #define SIZEOF___INT128 16
  14573. | #define SIZEOF_OFF_T 8
  14574. | #define SIZEOF_VOIDP 8
  14575. | #define SIZEOF_FLOAT 4
  14576. | #define SIZEOF_DOUBLE 8
  14577. | #define SIZEOF_TIME_T 8
  14578. | #define SIZEOF_CLOCK_T 8
  14579. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14580. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14581. | #define PRI_LL_PREFIX "ll"
  14582. | #define rb_pid_t pid_t
  14583. | #define SIGNEDNESS_OF_PID_T -1
  14584. | #define PIDT2NUM(v) INT2NUM(v)
  14585. | #define NUM2PIDT(v) NUM2INT(v)
  14586. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14587. | #define rb_uid_t uid_t
  14588. | #define SIGNEDNESS_OF_UID_T +1
  14589. | #define UIDT2NUM(v) UINT2NUM(v)
  14590. | #define NUM2UIDT(v) NUM2UINT(v)
  14591. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14592. | #define rb_gid_t gid_t
  14593. | #define SIGNEDNESS_OF_GID_T +1
  14594. | #define GIDT2NUM(v) UINT2NUM(v)
  14595. | #define NUM2GIDT(v) NUM2UINT(v)
  14596. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14597. | #define rb_time_t time_t
  14598. | #define SIGNEDNESS_OF_TIME_T -1
  14599. | #define TIMET2NUM(v) LONG2NUM(v)
  14600. | #define NUM2TIMET(v) NUM2LONG(v)
  14601. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14602. | #define rb_dev_t dev_t
  14603. | #define SIGNEDNESS_OF_DEV_T -1
  14604. | #define DEVT2NUM(v) INT2NUM(v)
  14605. | #define NUM2DEVT(v) NUM2INT(v)
  14606. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14607. | #define rb_mode_t mode_t
  14608. | #define SIGNEDNESS_OF_MODE_T +1
  14609. | #define MODET2NUM(v) UINT2NUM(v)
  14610. | #define NUM2MODET(v) NUM2UINT(v)
  14611. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14612. | #define rb_rlim_t rlim_t
  14613. | #define SIGNEDNESS_OF_RLIM_T +1
  14614. | #define RLIM2NUM(v) ULL2NUM(v)
  14615. | #define NUM2RLIM(v) NUM2ULL(v)
  14616. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14617. | #define rb_off_t off_t
  14618. | #define SIGNEDNESS_OF_OFF_T -1
  14619. | #define OFFT2NUM(v) LL2NUM(v)
  14620. | #define NUM2OFFT(v) NUM2LL(v)
  14621. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14622. | #define rb_clockid_t int
  14623. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14624. | #define CLOCKID2NUM(v) INT2NUM(v)
  14625. | #define NUM2CLOCKID(v) NUM2INT(v)
  14626. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14627. | #define HAVE_PROTOTYPES 1
  14628. | #define TOKEN_PASTE(x,y) x##y
  14629. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14630. | #define HAVE_STDARG_PROTOTYPES 1
  14631. | #define HAVE_VA_ARGS_MACRO 1
  14632. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14633. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14634. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14635. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14636. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14637. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14638. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14639. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14640. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14641. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14642. | #define WEAK(x) __attribute__ ((__weak__)) x
  14643. | #define HAVE_FUNC_WEAK 1
  14644. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14645. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14646. | #define HAVE_GCC_SYNC_BUILTINS 1
  14647. | #define UNREACHABLE __builtin_unreachable()
  14648. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14649. | #define RUBY_FUNCTION_NAME_STRING __func__
  14650. | #define ENUM_OVER_INT 1
  14651. | #define HAVE_DECL_SYS_NERR 1
  14652. | #define HAVE_DECL_GETENV 1
  14653. | #define SIZEOF_SIZE_T 8
  14654. | #define SIZEOF_PTRDIFF_T 8
  14655. | #define PRI_SIZE_PREFIX "z"
  14656. | #define PRI_PTRDIFF_PREFIX "t"
  14657. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14658. | #define HAVE_ST_BLKSIZE 1
  14659. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14660. | #define HAVE_ST_BLOCKS 1
  14661. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14662. | #define HAVE_ST_RDEV 1
  14663. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14664. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14665. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14666. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14667. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14668. | /* end confdefs.h. */
  14669. | #include <stdio.h>
  14670. | #ifdef HAVE_SYS_TYPES_H
  14671. | # include <sys/types.h>
  14672. | #endif
  14673. | #ifdef HAVE_SYS_STAT_H
  14674. | # include <sys/stat.h>
  14675. | #endif
  14676. | #ifdef STDC_HEADERS
  14677. | # include <stdlib.h>
  14678. | # include <stddef.h>
  14679. | #else
  14680. | # ifdef HAVE_STDLIB_H
  14681. | # include <stdlib.h>
  14682. | # endif
  14683. | #endif
  14684. | #ifdef HAVE_STRING_H
  14685. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14686. | # include <memory.h>
  14687. | # endif
  14688. | # include <string.h>
  14689. | #endif
  14690. | #ifdef HAVE_STRINGS_H
  14691. | # include <strings.h>
  14692. | #endif
  14693. | #ifdef HAVE_INTTYPES_H
  14694. | # include <inttypes.h>
  14695. | #endif
  14696. | #ifdef HAVE_STDINT_H
  14697. | # include <stdint.h>
  14698. | #endif
  14699. | #ifdef HAVE_UNISTD_H
  14700. | # include <unistd.h>
  14701. | #endif
  14702. | int
  14703. | main ()
  14704. | {
  14705. | static struct stat ac_aggr;
  14706. | if (sizeof ac_aggr.st_mtimensec)
  14707. | return 0;
  14708. | ;
  14709. | return 0;
  14710. | }
  14711. configure:17805: result: no
  14712. configure:17815: checking for struct stat.st_ctim
  14713. configure:17815: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14714. conftest.c:201:13: error: no member named 'st_ctim' in 'struct stat'
  14715. if (ac_aggr.st_ctim)
  14716. ~~~~~~~ ^
  14717. 1 error generated.
  14718. configure:17815: $? = 1
  14719. configure: failed program was:
  14720. | /* confdefs.h */
  14721. | #define PACKAGE_NAME ""
  14722. | #define PACKAGE_TARNAME ""
  14723. | #define PACKAGE_VERSION ""
  14724. | #define PACKAGE_STRING ""
  14725. | #define PACKAGE_BUGREPORT ""
  14726. | #define PACKAGE_URL ""
  14727. | #define CANONICALIZATION_FOR_MATHN 1
  14728. | #define STDC_HEADERS 1
  14729. | #define HAVE_SYS_TYPES_H 1
  14730. | #define HAVE_SYS_STAT_H 1
  14731. | #define HAVE_STDLIB_H 1
  14732. | #define HAVE_STRING_H 1
  14733. | #define HAVE_MEMORY_H 1
  14734. | #define HAVE_STRINGS_H 1
  14735. | #define HAVE_INTTYPES_H 1
  14736. | #define HAVE_STDINT_H 1
  14737. | #define HAVE_UNISTD_H 1
  14738. | #define __EXTENSIONS__ 1
  14739. | #define _ALL_SOURCE 1
  14740. | #define _GNU_SOURCE 1
  14741. | #define _POSIX_PTHREAD_SEMANTICS 1
  14742. | #define _TANDEM_SOURCE 1
  14743. | #define HAVE_INFINITY 1
  14744. | #define HAVE_NAN 1
  14745. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14746. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14747. | #define BROKEN_CRYPT 1
  14748. | #define HAVE_CRT_EXTERNS_H 1
  14749. | #define HAVE_LIBDL 1
  14750. | #define HAVE_DIRENT_H 1
  14751. | #define HAVE__BOOL 1
  14752. | #define HAVE_STDBOOL_H 1
  14753. | #define HAVE_SYS_WAIT_H 1
  14754. | #define HAVE_GRP_H 1
  14755. | #define HAVE_FCNTL_H 1
  14756. | #define HAVE_FLOAT_H 1
  14757. | #define HAVE_LANGINFO_H 1
  14758. | #define HAVE_LIMITS_H 1
  14759. | #define HAVE_LOCALE_H 1
  14760. | #define HAVE_MALLOC_MALLOC_H 1
  14761. | #define HAVE_PWD_H 1
  14762. | #define HAVE_SYS_ATTR_H 1
  14763. | #define HAVE_SYS_FCNTL_H 1
  14764. | #define HAVE_SYS_FILE_H 1
  14765. | #define HAVE_SYS_IOCTL_H 1
  14766. | #define HAVE_SYS_PARAM_H 1
  14767. | #define HAVE_SYS_RESOURCE_H 1
  14768. | #define HAVE_SYS_SELECT_H 1
  14769. | #define HAVE_SYS_SOCKET_H 1
  14770. | #define HAVE_SYS_TIME_H 1
  14771. | #define HAVE_SYS_TIMES_H 1
  14772. | #define HAVE_SYS_UIO_H 1
  14773. | #define HAVE_TIME_H 1
  14774. | #define HAVE_UCONTEXT_H 1
  14775. | #define HAVE_UTIME_H 1
  14776. | #define HAVE_GMP_H 1
  14777. | #define HAVE_LIBGMP 1
  14778. | #define HAVE_TYPEOF 1
  14779. | #define HAVE_LONG_LONG 1
  14780. | #define HAVE_OFF_T 1
  14781. | #define SIZEOF_INT 4
  14782. | #define SIZEOF_SHORT 2
  14783. | #define SIZEOF_LONG 8
  14784. | #define SIZEOF_LONG_LONG 8
  14785. | #define SIZEOF___INT64 0
  14786. | #define SIZEOF___INT128 16
  14787. | #define SIZEOF_OFF_T 8
  14788. | #define SIZEOF_VOIDP 8
  14789. | #define SIZEOF_FLOAT 4
  14790. | #define SIZEOF_DOUBLE 8
  14791. | #define SIZEOF_TIME_T 8
  14792. | #define SIZEOF_CLOCK_T 8
  14793. | #define PACKED_STRUCT(x) x __attribute__((packed))
  14794. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  14795. | #define PRI_LL_PREFIX "ll"
  14796. | #define rb_pid_t pid_t
  14797. | #define SIGNEDNESS_OF_PID_T -1
  14798. | #define PIDT2NUM(v) INT2NUM(v)
  14799. | #define NUM2PIDT(v) NUM2INT(v)
  14800. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  14801. | #define rb_uid_t uid_t
  14802. | #define SIGNEDNESS_OF_UID_T +1
  14803. | #define UIDT2NUM(v) UINT2NUM(v)
  14804. | #define NUM2UIDT(v) NUM2UINT(v)
  14805. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  14806. | #define rb_gid_t gid_t
  14807. | #define SIGNEDNESS_OF_GID_T +1
  14808. | #define GIDT2NUM(v) UINT2NUM(v)
  14809. | #define NUM2GIDT(v) NUM2UINT(v)
  14810. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  14811. | #define rb_time_t time_t
  14812. | #define SIGNEDNESS_OF_TIME_T -1
  14813. | #define TIMET2NUM(v) LONG2NUM(v)
  14814. | #define NUM2TIMET(v) NUM2LONG(v)
  14815. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  14816. | #define rb_dev_t dev_t
  14817. | #define SIGNEDNESS_OF_DEV_T -1
  14818. | #define DEVT2NUM(v) INT2NUM(v)
  14819. | #define NUM2DEVT(v) NUM2INT(v)
  14820. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  14821. | #define rb_mode_t mode_t
  14822. | #define SIGNEDNESS_OF_MODE_T +1
  14823. | #define MODET2NUM(v) UINT2NUM(v)
  14824. | #define NUM2MODET(v) NUM2UINT(v)
  14825. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  14826. | #define rb_rlim_t rlim_t
  14827. | #define SIGNEDNESS_OF_RLIM_T +1
  14828. | #define RLIM2NUM(v) ULL2NUM(v)
  14829. | #define NUM2RLIM(v) NUM2ULL(v)
  14830. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  14831. | #define rb_off_t off_t
  14832. | #define SIGNEDNESS_OF_OFF_T -1
  14833. | #define OFFT2NUM(v) LL2NUM(v)
  14834. | #define NUM2OFFT(v) NUM2LL(v)
  14835. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  14836. | #define rb_clockid_t int
  14837. | #define SIGNEDNESS_OF_CLOCKID_T -1
  14838. | #define CLOCKID2NUM(v) INT2NUM(v)
  14839. | #define NUM2CLOCKID(v) NUM2INT(v)
  14840. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  14841. | #define HAVE_PROTOTYPES 1
  14842. | #define TOKEN_PASTE(x,y) x##y
  14843. | #define STRINGIZE(expr) STRINGIZE0(expr)
  14844. | #define HAVE_STDARG_PROTOTYPES 1
  14845. | #define HAVE_VA_ARGS_MACRO 1
  14846. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  14847. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  14848. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  14849. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  14850. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  14851. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  14852. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  14853. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  14854. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  14855. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  14856. | #define WEAK(x) __attribute__ ((__weak__)) x
  14857. | #define HAVE_FUNC_WEAK 1
  14858. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  14859. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  14860. | #define HAVE_GCC_SYNC_BUILTINS 1
  14861. | #define UNREACHABLE __builtin_unreachable()
  14862. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  14863. | #define RUBY_FUNCTION_NAME_STRING __func__
  14864. | #define ENUM_OVER_INT 1
  14865. | #define HAVE_DECL_SYS_NERR 1
  14866. | #define HAVE_DECL_GETENV 1
  14867. | #define SIZEOF_SIZE_T 8
  14868. | #define SIZEOF_PTRDIFF_T 8
  14869. | #define PRI_SIZE_PREFIX "z"
  14870. | #define PRI_PTRDIFF_PREFIX "t"
  14871. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  14872. | #define HAVE_ST_BLKSIZE 1
  14873. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  14874. | #define HAVE_ST_BLOCKS 1
  14875. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  14876. | #define HAVE_ST_RDEV 1
  14877. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  14878. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  14879. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  14880. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  14881. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  14882. | /* end confdefs.h. */
  14883. | #include <stdio.h>
  14884. | #ifdef HAVE_SYS_TYPES_H
  14885. | # include <sys/types.h>
  14886. | #endif
  14887. | #ifdef HAVE_SYS_STAT_H
  14888. | # include <sys/stat.h>
  14889. | #endif
  14890. | #ifdef STDC_HEADERS
  14891. | # include <stdlib.h>
  14892. | # include <stddef.h>
  14893. | #else
  14894. | # ifdef HAVE_STDLIB_H
  14895. | # include <stdlib.h>
  14896. | # endif
  14897. | #endif
  14898. | #ifdef HAVE_STRING_H
  14899. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  14900. | # include <memory.h>
  14901. | # endif
  14902. | # include <string.h>
  14903. | #endif
  14904. | #ifdef HAVE_STRINGS_H
  14905. | # include <strings.h>
  14906. | #endif
  14907. | #ifdef HAVE_INTTYPES_H
  14908. | # include <inttypes.h>
  14909. | #endif
  14910. | #ifdef HAVE_STDINT_H
  14911. | # include <stdint.h>
  14912. | #endif
  14913. | #ifdef HAVE_UNISTD_H
  14914. | # include <unistd.h>
  14915. | #endif
  14916. | int
  14917. | main ()
  14918. | {
  14919. | static struct stat ac_aggr;
  14920. | if (ac_aggr.st_ctim)
  14921. | return 0;
  14922. | ;
  14923. | return 0;
  14924. | }
  14925. configure:17815: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  14926. conftest.c:201:20: error: no member named 'st_ctim' in 'struct stat'
  14927. if (sizeof ac_aggr.st_ctim)
  14928. ~~~~~~~ ^
  14929. 1 error generated.
  14930. configure:17815: $? = 1
  14931. configure: failed program was:
  14932. | /* confdefs.h */
  14933. | #define PACKAGE_NAME ""
  14934. | #define PACKAGE_TARNAME ""
  14935. | #define PACKAGE_VERSION ""
  14936. | #define PACKAGE_STRING ""
  14937. | #define PACKAGE_BUGREPORT ""
  14938. | #define PACKAGE_URL ""
  14939. | #define CANONICALIZATION_FOR_MATHN 1
  14940. | #define STDC_HEADERS 1
  14941. | #define HAVE_SYS_TYPES_H 1
  14942. | #define HAVE_SYS_STAT_H 1
  14943. | #define HAVE_STDLIB_H 1
  14944. | #define HAVE_STRING_H 1
  14945. | #define HAVE_MEMORY_H 1
  14946. | #define HAVE_STRINGS_H 1
  14947. | #define HAVE_INTTYPES_H 1
  14948. | #define HAVE_STDINT_H 1
  14949. | #define HAVE_UNISTD_H 1
  14950. | #define __EXTENSIONS__ 1
  14951. | #define _ALL_SOURCE 1
  14952. | #define _GNU_SOURCE 1
  14953. | #define _POSIX_PTHREAD_SEMANTICS 1
  14954. | #define _TANDEM_SOURCE 1
  14955. | #define HAVE_INFINITY 1
  14956. | #define HAVE_NAN 1
  14957. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  14958. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  14959. | #define BROKEN_CRYPT 1
  14960. | #define HAVE_CRT_EXTERNS_H 1
  14961. | #define HAVE_LIBDL 1
  14962. | #define HAVE_DIRENT_H 1
  14963. | #define HAVE__BOOL 1
  14964. | #define HAVE_STDBOOL_H 1
  14965. | #define HAVE_SYS_WAIT_H 1
  14966. | #define HAVE_GRP_H 1
  14967. | #define HAVE_FCNTL_H 1
  14968. | #define HAVE_FLOAT_H 1
  14969. | #define HAVE_LANGINFO_H 1
  14970. | #define HAVE_LIMITS_H 1
  14971. | #define HAVE_LOCALE_H 1
  14972. | #define HAVE_MALLOC_MALLOC_H 1
  14973. | #define HAVE_PWD_H 1
  14974. | #define HAVE_SYS_ATTR_H 1
  14975. | #define HAVE_SYS_FCNTL_H 1
  14976. | #define HAVE_SYS_FILE_H 1
  14977. | #define HAVE_SYS_IOCTL_H 1
  14978. | #define HAVE_SYS_PARAM_H 1
  14979. | #define HAVE_SYS_RESOURCE_H 1
  14980. | #define HAVE_SYS_SELECT_H 1
  14981. | #define HAVE_SYS_SOCKET_H 1
  14982. | #define HAVE_SYS_TIME_H 1
  14983. | #define HAVE_SYS_TIMES_H 1
  14984. | #define HAVE_SYS_UIO_H 1
  14985. | #define HAVE_TIME_H 1
  14986. | #define HAVE_UCONTEXT_H 1
  14987. | #define HAVE_UTIME_H 1
  14988. | #define HAVE_GMP_H 1
  14989. | #define HAVE_LIBGMP 1
  14990. | #define HAVE_TYPEOF 1
  14991. | #define HAVE_LONG_LONG 1
  14992. | #define HAVE_OFF_T 1
  14993. | #define SIZEOF_INT 4
  14994. | #define SIZEOF_SHORT 2
  14995. | #define SIZEOF_LONG 8
  14996. | #define SIZEOF_LONG_LONG 8
  14997. | #define SIZEOF___INT64 0
  14998. | #define SIZEOF___INT128 16
  14999. | #define SIZEOF_OFF_T 8
  15000. | #define SIZEOF_VOIDP 8
  15001. | #define SIZEOF_FLOAT 4
  15002. | #define SIZEOF_DOUBLE 8
  15003. | #define SIZEOF_TIME_T 8
  15004. | #define SIZEOF_CLOCK_T 8
  15005. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15006. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15007. | #define PRI_LL_PREFIX "ll"
  15008. | #define rb_pid_t pid_t
  15009. | #define SIGNEDNESS_OF_PID_T -1
  15010. | #define PIDT2NUM(v) INT2NUM(v)
  15011. | #define NUM2PIDT(v) NUM2INT(v)
  15012. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15013. | #define rb_uid_t uid_t
  15014. | #define SIGNEDNESS_OF_UID_T +1
  15015. | #define UIDT2NUM(v) UINT2NUM(v)
  15016. | #define NUM2UIDT(v) NUM2UINT(v)
  15017. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15018. | #define rb_gid_t gid_t
  15019. | #define SIGNEDNESS_OF_GID_T +1
  15020. | #define GIDT2NUM(v) UINT2NUM(v)
  15021. | #define NUM2GIDT(v) NUM2UINT(v)
  15022. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15023. | #define rb_time_t time_t
  15024. | #define SIGNEDNESS_OF_TIME_T -1
  15025. | #define TIMET2NUM(v) LONG2NUM(v)
  15026. | #define NUM2TIMET(v) NUM2LONG(v)
  15027. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15028. | #define rb_dev_t dev_t
  15029. | #define SIGNEDNESS_OF_DEV_T -1
  15030. | #define DEVT2NUM(v) INT2NUM(v)
  15031. | #define NUM2DEVT(v) NUM2INT(v)
  15032. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15033. | #define rb_mode_t mode_t
  15034. | #define SIGNEDNESS_OF_MODE_T +1
  15035. | #define MODET2NUM(v) UINT2NUM(v)
  15036. | #define NUM2MODET(v) NUM2UINT(v)
  15037. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15038. | #define rb_rlim_t rlim_t
  15039. | #define SIGNEDNESS_OF_RLIM_T +1
  15040. | #define RLIM2NUM(v) ULL2NUM(v)
  15041. | #define NUM2RLIM(v) NUM2ULL(v)
  15042. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15043. | #define rb_off_t off_t
  15044. | #define SIGNEDNESS_OF_OFF_T -1
  15045. | #define OFFT2NUM(v) LL2NUM(v)
  15046. | #define NUM2OFFT(v) NUM2LL(v)
  15047. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15048. | #define rb_clockid_t int
  15049. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15050. | #define CLOCKID2NUM(v) INT2NUM(v)
  15051. | #define NUM2CLOCKID(v) NUM2INT(v)
  15052. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15053. | #define HAVE_PROTOTYPES 1
  15054. | #define TOKEN_PASTE(x,y) x##y
  15055. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15056. | #define HAVE_STDARG_PROTOTYPES 1
  15057. | #define HAVE_VA_ARGS_MACRO 1
  15058. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15059. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15060. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15061. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15062. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15063. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15064. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15065. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15066. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15067. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15068. | #define WEAK(x) __attribute__ ((__weak__)) x
  15069. | #define HAVE_FUNC_WEAK 1
  15070. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15071. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15072. | #define HAVE_GCC_SYNC_BUILTINS 1
  15073. | #define UNREACHABLE __builtin_unreachable()
  15074. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15075. | #define RUBY_FUNCTION_NAME_STRING __func__
  15076. | #define ENUM_OVER_INT 1
  15077. | #define HAVE_DECL_SYS_NERR 1
  15078. | #define HAVE_DECL_GETENV 1
  15079. | #define SIZEOF_SIZE_T 8
  15080. | #define SIZEOF_PTRDIFF_T 8
  15081. | #define PRI_SIZE_PREFIX "z"
  15082. | #define PRI_PTRDIFF_PREFIX "t"
  15083. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15084. | #define HAVE_ST_BLKSIZE 1
  15085. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15086. | #define HAVE_ST_BLOCKS 1
  15087. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15088. | #define HAVE_ST_RDEV 1
  15089. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15090. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15091. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15092. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15093. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15094. | /* end confdefs.h. */
  15095. | #include <stdio.h>
  15096. | #ifdef HAVE_SYS_TYPES_H
  15097. | # include <sys/types.h>
  15098. | #endif
  15099. | #ifdef HAVE_SYS_STAT_H
  15100. | # include <sys/stat.h>
  15101. | #endif
  15102. | #ifdef STDC_HEADERS
  15103. | # include <stdlib.h>
  15104. | # include <stddef.h>
  15105. | #else
  15106. | # ifdef HAVE_STDLIB_H
  15107. | # include <stdlib.h>
  15108. | # endif
  15109. | #endif
  15110. | #ifdef HAVE_STRING_H
  15111. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15112. | # include <memory.h>
  15113. | # endif
  15114. | # include <string.h>
  15115. | #endif
  15116. | #ifdef HAVE_STRINGS_H
  15117. | # include <strings.h>
  15118. | #endif
  15119. | #ifdef HAVE_INTTYPES_H
  15120. | # include <inttypes.h>
  15121. | #endif
  15122. | #ifdef HAVE_STDINT_H
  15123. | # include <stdint.h>
  15124. | #endif
  15125. | #ifdef HAVE_UNISTD_H
  15126. | # include <unistd.h>
  15127. | #endif
  15128. | int
  15129. | main ()
  15130. | {
  15131. | static struct stat ac_aggr;
  15132. | if (sizeof ac_aggr.st_ctim)
  15133. | return 0;
  15134. | ;
  15135. | return 0;
  15136. | }
  15137. configure:17815: result: no
  15138. configure:17825: checking for struct stat.st_ctimespec
  15139. configure:17825: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15140. conftest.c:201:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15141. if (ac_aggr.st_ctimespec)
  15142. ^ ~~~~~~~~~~~~~~~~~~~~
  15143. 1 error generated.
  15144. configure:17825: $? = 1
  15145. configure: failed program was:
  15146. | /* confdefs.h */
  15147. | #define PACKAGE_NAME ""
  15148. | #define PACKAGE_TARNAME ""
  15149. | #define PACKAGE_VERSION ""
  15150. | #define PACKAGE_STRING ""
  15151. | #define PACKAGE_BUGREPORT ""
  15152. | #define PACKAGE_URL ""
  15153. | #define CANONICALIZATION_FOR_MATHN 1
  15154. | #define STDC_HEADERS 1
  15155. | #define HAVE_SYS_TYPES_H 1
  15156. | #define HAVE_SYS_STAT_H 1
  15157. | #define HAVE_STDLIB_H 1
  15158. | #define HAVE_STRING_H 1
  15159. | #define HAVE_MEMORY_H 1
  15160. | #define HAVE_STRINGS_H 1
  15161. | #define HAVE_INTTYPES_H 1
  15162. | #define HAVE_STDINT_H 1
  15163. | #define HAVE_UNISTD_H 1
  15164. | #define __EXTENSIONS__ 1
  15165. | #define _ALL_SOURCE 1
  15166. | #define _GNU_SOURCE 1
  15167. | #define _POSIX_PTHREAD_SEMANTICS 1
  15168. | #define _TANDEM_SOURCE 1
  15169. | #define HAVE_INFINITY 1
  15170. | #define HAVE_NAN 1
  15171. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15172. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15173. | #define BROKEN_CRYPT 1
  15174. | #define HAVE_CRT_EXTERNS_H 1
  15175. | #define HAVE_LIBDL 1
  15176. | #define HAVE_DIRENT_H 1
  15177. | #define HAVE__BOOL 1
  15178. | #define HAVE_STDBOOL_H 1
  15179. | #define HAVE_SYS_WAIT_H 1
  15180. | #define HAVE_GRP_H 1
  15181. | #define HAVE_FCNTL_H 1
  15182. | #define HAVE_FLOAT_H 1
  15183. | #define HAVE_LANGINFO_H 1
  15184. | #define HAVE_LIMITS_H 1
  15185. | #define HAVE_LOCALE_H 1
  15186. | #define HAVE_MALLOC_MALLOC_H 1
  15187. | #define HAVE_PWD_H 1
  15188. | #define HAVE_SYS_ATTR_H 1
  15189. | #define HAVE_SYS_FCNTL_H 1
  15190. | #define HAVE_SYS_FILE_H 1
  15191. | #define HAVE_SYS_IOCTL_H 1
  15192. | #define HAVE_SYS_PARAM_H 1
  15193. | #define HAVE_SYS_RESOURCE_H 1
  15194. | #define HAVE_SYS_SELECT_H 1
  15195. | #define HAVE_SYS_SOCKET_H 1
  15196. | #define HAVE_SYS_TIME_H 1
  15197. | #define HAVE_SYS_TIMES_H 1
  15198. | #define HAVE_SYS_UIO_H 1
  15199. | #define HAVE_TIME_H 1
  15200. | #define HAVE_UCONTEXT_H 1
  15201. | #define HAVE_UTIME_H 1
  15202. | #define HAVE_GMP_H 1
  15203. | #define HAVE_LIBGMP 1
  15204. | #define HAVE_TYPEOF 1
  15205. | #define HAVE_LONG_LONG 1
  15206. | #define HAVE_OFF_T 1
  15207. | #define SIZEOF_INT 4
  15208. | #define SIZEOF_SHORT 2
  15209. | #define SIZEOF_LONG 8
  15210. | #define SIZEOF_LONG_LONG 8
  15211. | #define SIZEOF___INT64 0
  15212. | #define SIZEOF___INT128 16
  15213. | #define SIZEOF_OFF_T 8
  15214. | #define SIZEOF_VOIDP 8
  15215. | #define SIZEOF_FLOAT 4
  15216. | #define SIZEOF_DOUBLE 8
  15217. | #define SIZEOF_TIME_T 8
  15218. | #define SIZEOF_CLOCK_T 8
  15219. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15220. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15221. | #define PRI_LL_PREFIX "ll"
  15222. | #define rb_pid_t pid_t
  15223. | #define SIGNEDNESS_OF_PID_T -1
  15224. | #define PIDT2NUM(v) INT2NUM(v)
  15225. | #define NUM2PIDT(v) NUM2INT(v)
  15226. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15227. | #define rb_uid_t uid_t
  15228. | #define SIGNEDNESS_OF_UID_T +1
  15229. | #define UIDT2NUM(v) UINT2NUM(v)
  15230. | #define NUM2UIDT(v) NUM2UINT(v)
  15231. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15232. | #define rb_gid_t gid_t
  15233. | #define SIGNEDNESS_OF_GID_T +1
  15234. | #define GIDT2NUM(v) UINT2NUM(v)
  15235. | #define NUM2GIDT(v) NUM2UINT(v)
  15236. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15237. | #define rb_time_t time_t
  15238. | #define SIGNEDNESS_OF_TIME_T -1
  15239. | #define TIMET2NUM(v) LONG2NUM(v)
  15240. | #define NUM2TIMET(v) NUM2LONG(v)
  15241. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15242. | #define rb_dev_t dev_t
  15243. | #define SIGNEDNESS_OF_DEV_T -1
  15244. | #define DEVT2NUM(v) INT2NUM(v)
  15245. | #define NUM2DEVT(v) NUM2INT(v)
  15246. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15247. | #define rb_mode_t mode_t
  15248. | #define SIGNEDNESS_OF_MODE_T +1
  15249. | #define MODET2NUM(v) UINT2NUM(v)
  15250. | #define NUM2MODET(v) NUM2UINT(v)
  15251. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15252. | #define rb_rlim_t rlim_t
  15253. | #define SIGNEDNESS_OF_RLIM_T +1
  15254. | #define RLIM2NUM(v) ULL2NUM(v)
  15255. | #define NUM2RLIM(v) NUM2ULL(v)
  15256. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15257. | #define rb_off_t off_t
  15258. | #define SIGNEDNESS_OF_OFF_T -1
  15259. | #define OFFT2NUM(v) LL2NUM(v)
  15260. | #define NUM2OFFT(v) NUM2LL(v)
  15261. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15262. | #define rb_clockid_t int
  15263. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15264. | #define CLOCKID2NUM(v) INT2NUM(v)
  15265. | #define NUM2CLOCKID(v) NUM2INT(v)
  15266. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15267. | #define HAVE_PROTOTYPES 1
  15268. | #define TOKEN_PASTE(x,y) x##y
  15269. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15270. | #define HAVE_STDARG_PROTOTYPES 1
  15271. | #define HAVE_VA_ARGS_MACRO 1
  15272. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15273. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15274. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15275. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15276. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15277. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15278. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15279. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15280. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15281. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15282. | #define WEAK(x) __attribute__ ((__weak__)) x
  15283. | #define HAVE_FUNC_WEAK 1
  15284. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15285. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15286. | #define HAVE_GCC_SYNC_BUILTINS 1
  15287. | #define UNREACHABLE __builtin_unreachable()
  15288. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15289. | #define RUBY_FUNCTION_NAME_STRING __func__
  15290. | #define ENUM_OVER_INT 1
  15291. | #define HAVE_DECL_SYS_NERR 1
  15292. | #define HAVE_DECL_GETENV 1
  15293. | #define SIZEOF_SIZE_T 8
  15294. | #define SIZEOF_PTRDIFF_T 8
  15295. | #define PRI_SIZE_PREFIX "z"
  15296. | #define PRI_PTRDIFF_PREFIX "t"
  15297. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15298. | #define HAVE_ST_BLKSIZE 1
  15299. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15300. | #define HAVE_ST_BLOCKS 1
  15301. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15302. | #define HAVE_ST_RDEV 1
  15303. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15304. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15305. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15306. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15307. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15308. | /* end confdefs.h. */
  15309. | #include <stdio.h>
  15310. | #ifdef HAVE_SYS_TYPES_H
  15311. | # include <sys/types.h>
  15312. | #endif
  15313. | #ifdef HAVE_SYS_STAT_H
  15314. | # include <sys/stat.h>
  15315. | #endif
  15316. | #ifdef STDC_HEADERS
  15317. | # include <stdlib.h>
  15318. | # include <stddef.h>
  15319. | #else
  15320. | # ifdef HAVE_STDLIB_H
  15321. | # include <stdlib.h>
  15322. | # endif
  15323. | #endif
  15324. | #ifdef HAVE_STRING_H
  15325. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15326. | # include <memory.h>
  15327. | # endif
  15328. | # include <string.h>
  15329. | #endif
  15330. | #ifdef HAVE_STRINGS_H
  15331. | # include <strings.h>
  15332. | #endif
  15333. | #ifdef HAVE_INTTYPES_H
  15334. | # include <inttypes.h>
  15335. | #endif
  15336. | #ifdef HAVE_STDINT_H
  15337. | # include <stdint.h>
  15338. | #endif
  15339. | #ifdef HAVE_UNISTD_H
  15340. | # include <unistd.h>
  15341. | #endif
  15342. | int
  15343. | main ()
  15344. | {
  15345. | static struct stat ac_aggr;
  15346. | if (ac_aggr.st_ctimespec)
  15347. | return 0;
  15348. | ;
  15349. | return 0;
  15350. | }
  15351. configure:17825: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15352. configure:17825: $? = 0
  15353. configure:17825: result: yes
  15354. configure:17835: checking for struct stat.st_ctimensec
  15355. configure:17835: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15356. conftest.c:202:13: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15357. if (ac_aggr.st_ctimensec)
  15358. ^~~~~~~~~~~~
  15359. st_ctimespec
  15360. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15361. struct stat __DARWIN_STRUCT_STAT64;
  15362. ^
  15363. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15364. __DARWIN_STRUCT_STAT64_TIMES \
  15365. ^
  15366. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15367. struct timespec st_ctimespec; /* time of last status change */ \
  15368. ^
  15369. conftest.c:202:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15370. if (ac_aggr.st_ctimensec)
  15371. ^ ~~~~~~~~~~~~~~~~~~~~
  15372. 2 errors generated.
  15373. configure:17835: $? = 1
  15374. configure: failed program was:
  15375. | /* confdefs.h */
  15376. | #define PACKAGE_NAME ""
  15377. | #define PACKAGE_TARNAME ""
  15378. | #define PACKAGE_VERSION ""
  15379. | #define PACKAGE_STRING ""
  15380. | #define PACKAGE_BUGREPORT ""
  15381. | #define PACKAGE_URL ""
  15382. | #define CANONICALIZATION_FOR_MATHN 1
  15383. | #define STDC_HEADERS 1
  15384. | #define HAVE_SYS_TYPES_H 1
  15385. | #define HAVE_SYS_STAT_H 1
  15386. | #define HAVE_STDLIB_H 1
  15387. | #define HAVE_STRING_H 1
  15388. | #define HAVE_MEMORY_H 1
  15389. | #define HAVE_STRINGS_H 1
  15390. | #define HAVE_INTTYPES_H 1
  15391. | #define HAVE_STDINT_H 1
  15392. | #define HAVE_UNISTD_H 1
  15393. | #define __EXTENSIONS__ 1
  15394. | #define _ALL_SOURCE 1
  15395. | #define _GNU_SOURCE 1
  15396. | #define _POSIX_PTHREAD_SEMANTICS 1
  15397. | #define _TANDEM_SOURCE 1
  15398. | #define HAVE_INFINITY 1
  15399. | #define HAVE_NAN 1
  15400. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15401. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15402. | #define BROKEN_CRYPT 1
  15403. | #define HAVE_CRT_EXTERNS_H 1
  15404. | #define HAVE_LIBDL 1
  15405. | #define HAVE_DIRENT_H 1
  15406. | #define HAVE__BOOL 1
  15407. | #define HAVE_STDBOOL_H 1
  15408. | #define HAVE_SYS_WAIT_H 1
  15409. | #define HAVE_GRP_H 1
  15410. | #define HAVE_FCNTL_H 1
  15411. | #define HAVE_FLOAT_H 1
  15412. | #define HAVE_LANGINFO_H 1
  15413. | #define HAVE_LIMITS_H 1
  15414. | #define HAVE_LOCALE_H 1
  15415. | #define HAVE_MALLOC_MALLOC_H 1
  15416. | #define HAVE_PWD_H 1
  15417. | #define HAVE_SYS_ATTR_H 1
  15418. | #define HAVE_SYS_FCNTL_H 1
  15419. | #define HAVE_SYS_FILE_H 1
  15420. | #define HAVE_SYS_IOCTL_H 1
  15421. | #define HAVE_SYS_PARAM_H 1
  15422. | #define HAVE_SYS_RESOURCE_H 1
  15423. | #define HAVE_SYS_SELECT_H 1
  15424. | #define HAVE_SYS_SOCKET_H 1
  15425. | #define HAVE_SYS_TIME_H 1
  15426. | #define HAVE_SYS_TIMES_H 1
  15427. | #define HAVE_SYS_UIO_H 1
  15428. | #define HAVE_TIME_H 1
  15429. | #define HAVE_UCONTEXT_H 1
  15430. | #define HAVE_UTIME_H 1
  15431. | #define HAVE_GMP_H 1
  15432. | #define HAVE_LIBGMP 1
  15433. | #define HAVE_TYPEOF 1
  15434. | #define HAVE_LONG_LONG 1
  15435. | #define HAVE_OFF_T 1
  15436. | #define SIZEOF_INT 4
  15437. | #define SIZEOF_SHORT 2
  15438. | #define SIZEOF_LONG 8
  15439. | #define SIZEOF_LONG_LONG 8
  15440. | #define SIZEOF___INT64 0
  15441. | #define SIZEOF___INT128 16
  15442. | #define SIZEOF_OFF_T 8
  15443. | #define SIZEOF_VOIDP 8
  15444. | #define SIZEOF_FLOAT 4
  15445. | #define SIZEOF_DOUBLE 8
  15446. | #define SIZEOF_TIME_T 8
  15447. | #define SIZEOF_CLOCK_T 8
  15448. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15449. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15450. | #define PRI_LL_PREFIX "ll"
  15451. | #define rb_pid_t pid_t
  15452. | #define SIGNEDNESS_OF_PID_T -1
  15453. | #define PIDT2NUM(v) INT2NUM(v)
  15454. | #define NUM2PIDT(v) NUM2INT(v)
  15455. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15456. | #define rb_uid_t uid_t
  15457. | #define SIGNEDNESS_OF_UID_T +1
  15458. | #define UIDT2NUM(v) UINT2NUM(v)
  15459. | #define NUM2UIDT(v) NUM2UINT(v)
  15460. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15461. | #define rb_gid_t gid_t
  15462. | #define SIGNEDNESS_OF_GID_T +1
  15463. | #define GIDT2NUM(v) UINT2NUM(v)
  15464. | #define NUM2GIDT(v) NUM2UINT(v)
  15465. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15466. | #define rb_time_t time_t
  15467. | #define SIGNEDNESS_OF_TIME_T -1
  15468. | #define TIMET2NUM(v) LONG2NUM(v)
  15469. | #define NUM2TIMET(v) NUM2LONG(v)
  15470. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15471. | #define rb_dev_t dev_t
  15472. | #define SIGNEDNESS_OF_DEV_T -1
  15473. | #define DEVT2NUM(v) INT2NUM(v)
  15474. | #define NUM2DEVT(v) NUM2INT(v)
  15475. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15476. | #define rb_mode_t mode_t
  15477. | #define SIGNEDNESS_OF_MODE_T +1
  15478. | #define MODET2NUM(v) UINT2NUM(v)
  15479. | #define NUM2MODET(v) NUM2UINT(v)
  15480. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15481. | #define rb_rlim_t rlim_t
  15482. | #define SIGNEDNESS_OF_RLIM_T +1
  15483. | #define RLIM2NUM(v) ULL2NUM(v)
  15484. | #define NUM2RLIM(v) NUM2ULL(v)
  15485. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15486. | #define rb_off_t off_t
  15487. | #define SIGNEDNESS_OF_OFF_T -1
  15488. | #define OFFT2NUM(v) LL2NUM(v)
  15489. | #define NUM2OFFT(v) NUM2LL(v)
  15490. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15491. | #define rb_clockid_t int
  15492. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15493. | #define CLOCKID2NUM(v) INT2NUM(v)
  15494. | #define NUM2CLOCKID(v) NUM2INT(v)
  15495. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15496. | #define HAVE_PROTOTYPES 1
  15497. | #define TOKEN_PASTE(x,y) x##y
  15498. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15499. | #define HAVE_STDARG_PROTOTYPES 1
  15500. | #define HAVE_VA_ARGS_MACRO 1
  15501. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15502. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15503. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15504. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15505. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15506. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15507. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15508. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15509. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15510. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15511. | #define WEAK(x) __attribute__ ((__weak__)) x
  15512. | #define HAVE_FUNC_WEAK 1
  15513. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15514. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15515. | #define HAVE_GCC_SYNC_BUILTINS 1
  15516. | #define UNREACHABLE __builtin_unreachable()
  15517. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15518. | #define RUBY_FUNCTION_NAME_STRING __func__
  15519. | #define ENUM_OVER_INT 1
  15520. | #define HAVE_DECL_SYS_NERR 1
  15521. | #define HAVE_DECL_GETENV 1
  15522. | #define SIZEOF_SIZE_T 8
  15523. | #define SIZEOF_PTRDIFF_T 8
  15524. | #define PRI_SIZE_PREFIX "z"
  15525. | #define PRI_PTRDIFF_PREFIX "t"
  15526. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15527. | #define HAVE_ST_BLKSIZE 1
  15528. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15529. | #define HAVE_ST_BLOCKS 1
  15530. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15531. | #define HAVE_ST_RDEV 1
  15532. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15533. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15534. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15535. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15536. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15537. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15538. | /* end confdefs.h. */
  15539. | #include <stdio.h>
  15540. | #ifdef HAVE_SYS_TYPES_H
  15541. | # include <sys/types.h>
  15542. | #endif
  15543. | #ifdef HAVE_SYS_STAT_H
  15544. | # include <sys/stat.h>
  15545. | #endif
  15546. | #ifdef STDC_HEADERS
  15547. | # include <stdlib.h>
  15548. | # include <stddef.h>
  15549. | #else
  15550. | # ifdef HAVE_STDLIB_H
  15551. | # include <stdlib.h>
  15552. | # endif
  15553. | #endif
  15554. | #ifdef HAVE_STRING_H
  15555. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15556. | # include <memory.h>
  15557. | # endif
  15558. | # include <string.h>
  15559. | #endif
  15560. | #ifdef HAVE_STRINGS_H
  15561. | # include <strings.h>
  15562. | #endif
  15563. | #ifdef HAVE_INTTYPES_H
  15564. | # include <inttypes.h>
  15565. | #endif
  15566. | #ifdef HAVE_STDINT_H
  15567. | # include <stdint.h>
  15568. | #endif
  15569. | #ifdef HAVE_UNISTD_H
  15570. | # include <unistd.h>
  15571. | #endif
  15572. | int
  15573. | main ()
  15574. | {
  15575. | static struct stat ac_aggr;
  15576. | if (ac_aggr.st_ctimensec)
  15577. | return 0;
  15578. | ;
  15579. | return 0;
  15580. | }
  15581. configure:17835: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15582. conftest.c:202:20: error: no member named 'st_ctimensec' in 'struct stat'; did you mean 'st_ctimespec'?
  15583. if (sizeof ac_aggr.st_ctimensec)
  15584. ^~~~~~~~~~~~
  15585. st_ctimespec
  15586. /usr/include/sys/stat.h:182:13: note: 'st_ctimespec' declared here
  15587. struct stat __DARWIN_STRUCT_STAT64;
  15588. ^
  15589. /usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64'
  15590. __DARWIN_STRUCT_STAT64_TIMES \
  15591. ^
  15592. /usr/include/sys/stat.h:131:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES'
  15593. struct timespec st_ctimespec; /* time of last status change */ \
  15594. ^
  15595. 1 error generated.
  15596. configure:17835: $? = 1
  15597. configure: failed program was:
  15598. | /* confdefs.h */
  15599. | #define PACKAGE_NAME ""
  15600. | #define PACKAGE_TARNAME ""
  15601. | #define PACKAGE_VERSION ""
  15602. | #define PACKAGE_STRING ""
  15603. | #define PACKAGE_BUGREPORT ""
  15604. | #define PACKAGE_URL ""
  15605. | #define CANONICALIZATION_FOR_MATHN 1
  15606. | #define STDC_HEADERS 1
  15607. | #define HAVE_SYS_TYPES_H 1
  15608. | #define HAVE_SYS_STAT_H 1
  15609. | #define HAVE_STDLIB_H 1
  15610. | #define HAVE_STRING_H 1
  15611. | #define HAVE_MEMORY_H 1
  15612. | #define HAVE_STRINGS_H 1
  15613. | #define HAVE_INTTYPES_H 1
  15614. | #define HAVE_STDINT_H 1
  15615. | #define HAVE_UNISTD_H 1
  15616. | #define __EXTENSIONS__ 1
  15617. | #define _ALL_SOURCE 1
  15618. | #define _GNU_SOURCE 1
  15619. | #define _POSIX_PTHREAD_SEMANTICS 1
  15620. | #define _TANDEM_SOURCE 1
  15621. | #define HAVE_INFINITY 1
  15622. | #define HAVE_NAN 1
  15623. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15624. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15625. | #define BROKEN_CRYPT 1
  15626. | #define HAVE_CRT_EXTERNS_H 1
  15627. | #define HAVE_LIBDL 1
  15628. | #define HAVE_DIRENT_H 1
  15629. | #define HAVE__BOOL 1
  15630. | #define HAVE_STDBOOL_H 1
  15631. | #define HAVE_SYS_WAIT_H 1
  15632. | #define HAVE_GRP_H 1
  15633. | #define HAVE_FCNTL_H 1
  15634. | #define HAVE_FLOAT_H 1
  15635. | #define HAVE_LANGINFO_H 1
  15636. | #define HAVE_LIMITS_H 1
  15637. | #define HAVE_LOCALE_H 1
  15638. | #define HAVE_MALLOC_MALLOC_H 1
  15639. | #define HAVE_PWD_H 1
  15640. | #define HAVE_SYS_ATTR_H 1
  15641. | #define HAVE_SYS_FCNTL_H 1
  15642. | #define HAVE_SYS_FILE_H 1
  15643. | #define HAVE_SYS_IOCTL_H 1
  15644. | #define HAVE_SYS_PARAM_H 1
  15645. | #define HAVE_SYS_RESOURCE_H 1
  15646. | #define HAVE_SYS_SELECT_H 1
  15647. | #define HAVE_SYS_SOCKET_H 1
  15648. | #define HAVE_SYS_TIME_H 1
  15649. | #define HAVE_SYS_TIMES_H 1
  15650. | #define HAVE_SYS_UIO_H 1
  15651. | #define HAVE_TIME_H 1
  15652. | #define HAVE_UCONTEXT_H 1
  15653. | #define HAVE_UTIME_H 1
  15654. | #define HAVE_GMP_H 1
  15655. | #define HAVE_LIBGMP 1
  15656. | #define HAVE_TYPEOF 1
  15657. | #define HAVE_LONG_LONG 1
  15658. | #define HAVE_OFF_T 1
  15659. | #define SIZEOF_INT 4
  15660. | #define SIZEOF_SHORT 2
  15661. | #define SIZEOF_LONG 8
  15662. | #define SIZEOF_LONG_LONG 8
  15663. | #define SIZEOF___INT64 0
  15664. | #define SIZEOF___INT128 16
  15665. | #define SIZEOF_OFF_T 8
  15666. | #define SIZEOF_VOIDP 8
  15667. | #define SIZEOF_FLOAT 4
  15668. | #define SIZEOF_DOUBLE 8
  15669. | #define SIZEOF_TIME_T 8
  15670. | #define SIZEOF_CLOCK_T 8
  15671. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15672. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15673. | #define PRI_LL_PREFIX "ll"
  15674. | #define rb_pid_t pid_t
  15675. | #define SIGNEDNESS_OF_PID_T -1
  15676. | #define PIDT2NUM(v) INT2NUM(v)
  15677. | #define NUM2PIDT(v) NUM2INT(v)
  15678. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15679. | #define rb_uid_t uid_t
  15680. | #define SIGNEDNESS_OF_UID_T +1
  15681. | #define UIDT2NUM(v) UINT2NUM(v)
  15682. | #define NUM2UIDT(v) NUM2UINT(v)
  15683. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15684. | #define rb_gid_t gid_t
  15685. | #define SIGNEDNESS_OF_GID_T +1
  15686. | #define GIDT2NUM(v) UINT2NUM(v)
  15687. | #define NUM2GIDT(v) NUM2UINT(v)
  15688. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15689. | #define rb_time_t time_t
  15690. | #define SIGNEDNESS_OF_TIME_T -1
  15691. | #define TIMET2NUM(v) LONG2NUM(v)
  15692. | #define NUM2TIMET(v) NUM2LONG(v)
  15693. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15694. | #define rb_dev_t dev_t
  15695. | #define SIGNEDNESS_OF_DEV_T -1
  15696. | #define DEVT2NUM(v) INT2NUM(v)
  15697. | #define NUM2DEVT(v) NUM2INT(v)
  15698. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15699. | #define rb_mode_t mode_t
  15700. | #define SIGNEDNESS_OF_MODE_T +1
  15701. | #define MODET2NUM(v) UINT2NUM(v)
  15702. | #define NUM2MODET(v) NUM2UINT(v)
  15703. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15704. | #define rb_rlim_t rlim_t
  15705. | #define SIGNEDNESS_OF_RLIM_T +1
  15706. | #define RLIM2NUM(v) ULL2NUM(v)
  15707. | #define NUM2RLIM(v) NUM2ULL(v)
  15708. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15709. | #define rb_off_t off_t
  15710. | #define SIGNEDNESS_OF_OFF_T -1
  15711. | #define OFFT2NUM(v) LL2NUM(v)
  15712. | #define NUM2OFFT(v) NUM2LL(v)
  15713. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15714. | #define rb_clockid_t int
  15715. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15716. | #define CLOCKID2NUM(v) INT2NUM(v)
  15717. | #define NUM2CLOCKID(v) NUM2INT(v)
  15718. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15719. | #define HAVE_PROTOTYPES 1
  15720. | #define TOKEN_PASTE(x,y) x##y
  15721. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15722. | #define HAVE_STDARG_PROTOTYPES 1
  15723. | #define HAVE_VA_ARGS_MACRO 1
  15724. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  15725. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  15726. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  15727. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  15728. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  15729. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  15730. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  15731. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  15732. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15733. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15734. | #define WEAK(x) __attribute__ ((__weak__)) x
  15735. | #define HAVE_FUNC_WEAK 1
  15736. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15737. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15738. | #define HAVE_GCC_SYNC_BUILTINS 1
  15739. | #define UNREACHABLE __builtin_unreachable()
  15740. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15741. | #define RUBY_FUNCTION_NAME_STRING __func__
  15742. | #define ENUM_OVER_INT 1
  15743. | #define HAVE_DECL_SYS_NERR 1
  15744. | #define HAVE_DECL_GETENV 1
  15745. | #define SIZEOF_SIZE_T 8
  15746. | #define SIZEOF_PTRDIFF_T 8
  15747. | #define PRI_SIZE_PREFIX "z"
  15748. | #define PRI_PTRDIFF_PREFIX "t"
  15749. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15750. | #define HAVE_ST_BLKSIZE 1
  15751. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15752. | #define HAVE_ST_BLOCKS 1
  15753. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15754. | #define HAVE_ST_RDEV 1
  15755. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15756. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15757. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15758. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15759. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15760. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15761. | /* end confdefs.h. */
  15762. | #include <stdio.h>
  15763. | #ifdef HAVE_SYS_TYPES_H
  15764. | # include <sys/types.h>
  15765. | #endif
  15766. | #ifdef HAVE_SYS_STAT_H
  15767. | # include <sys/stat.h>
  15768. | #endif
  15769. | #ifdef STDC_HEADERS
  15770. | # include <stdlib.h>
  15771. | # include <stddef.h>
  15772. | #else
  15773. | # ifdef HAVE_STDLIB_H
  15774. | # include <stdlib.h>
  15775. | # endif
  15776. | #endif
  15777. | #ifdef HAVE_STRING_H
  15778. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15779. | # include <memory.h>
  15780. | # endif
  15781. | # include <string.h>
  15782. | #endif
  15783. | #ifdef HAVE_STRINGS_H
  15784. | # include <strings.h>
  15785. | #endif
  15786. | #ifdef HAVE_INTTYPES_H
  15787. | # include <inttypes.h>
  15788. | #endif
  15789. | #ifdef HAVE_STDINT_H
  15790. | # include <stdint.h>
  15791. | #endif
  15792. | #ifdef HAVE_UNISTD_H
  15793. | # include <unistd.h>
  15794. | #endif
  15795. | int
  15796. | main ()
  15797. | {
  15798. | static struct stat ac_aggr;
  15799. | if (sizeof ac_aggr.st_ctimensec)
  15800. | return 0;
  15801. | ;
  15802. | return 0;
  15803. | }
  15804. configure:17835: result: no
  15805. configure:17845: checking for struct stat.st_birthtimespec
  15806. configure:17845: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  15807. conftest.c:202:1: error: statement requires expression of scalar type ('struct timespec' invalid)
  15808. if (ac_aggr.st_birthtimespec)
  15809. ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  15810. 1 error generated.
  15811. configure:17845: $? = 1
  15812. configure: failed program was:
  15813. | /* confdefs.h */
  15814. | #define PACKAGE_NAME ""
  15815. | #define PACKAGE_TARNAME ""
  15816. | #define PACKAGE_VERSION ""
  15817. | #define PACKAGE_STRING ""
  15818. | #define PACKAGE_BUGREPORT ""
  15819. | #define PACKAGE_URL ""
  15820. | #define CANONICALIZATION_FOR_MATHN 1
  15821. | #define STDC_HEADERS 1
  15822. | #define HAVE_SYS_TYPES_H 1
  15823. | #define HAVE_SYS_STAT_H 1
  15824. | #define HAVE_STDLIB_H 1
  15825. | #define HAVE_STRING_H 1
  15826. | #define HAVE_MEMORY_H 1
  15827. | #define HAVE_STRINGS_H 1
  15828. | #define HAVE_INTTYPES_H 1
  15829. | #define HAVE_STDINT_H 1
  15830. | #define HAVE_UNISTD_H 1
  15831. | #define __EXTENSIONS__ 1
  15832. | #define _ALL_SOURCE 1
  15833. | #define _GNU_SOURCE 1
  15834. | #define _POSIX_PTHREAD_SEMANTICS 1
  15835. | #define _TANDEM_SOURCE 1
  15836. | #define HAVE_INFINITY 1
  15837. | #define HAVE_NAN 1
  15838. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  15839. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  15840. | #define BROKEN_CRYPT 1
  15841. | #define HAVE_CRT_EXTERNS_H 1
  15842. | #define HAVE_LIBDL 1
  15843. | #define HAVE_DIRENT_H 1
  15844. | #define HAVE__BOOL 1
  15845. | #define HAVE_STDBOOL_H 1
  15846. | #define HAVE_SYS_WAIT_H 1
  15847. | #define HAVE_GRP_H 1
  15848. | #define HAVE_FCNTL_H 1
  15849. | #define HAVE_FLOAT_H 1
  15850. | #define HAVE_LANGINFO_H 1
  15851. | #define HAVE_LIMITS_H 1
  15852. | #define HAVE_LOCALE_H 1
  15853. | #define HAVE_MALLOC_MALLOC_H 1
  15854. | #define HAVE_PWD_H 1
  15855. | #define HAVE_SYS_ATTR_H 1
  15856. | #define HAVE_SYS_FCNTL_H 1
  15857. | #define HAVE_SYS_FILE_H 1
  15858. | #define HAVE_SYS_IOCTL_H 1
  15859. | #define HAVE_SYS_PARAM_H 1
  15860. | #define HAVE_SYS_RESOURCE_H 1
  15861. | #define HAVE_SYS_SELECT_H 1
  15862. | #define HAVE_SYS_SOCKET_H 1
  15863. | #define HAVE_SYS_TIME_H 1
  15864. | #define HAVE_SYS_TIMES_H 1
  15865. | #define HAVE_SYS_UIO_H 1
  15866. | #define HAVE_TIME_H 1
  15867. | #define HAVE_UCONTEXT_H 1
  15868. | #define HAVE_UTIME_H 1
  15869. | #define HAVE_GMP_H 1
  15870. | #define HAVE_LIBGMP 1
  15871. | #define HAVE_TYPEOF 1
  15872. | #define HAVE_LONG_LONG 1
  15873. | #define HAVE_OFF_T 1
  15874. | #define SIZEOF_INT 4
  15875. | #define SIZEOF_SHORT 2
  15876. | #define SIZEOF_LONG 8
  15877. | #define SIZEOF_LONG_LONG 8
  15878. | #define SIZEOF___INT64 0
  15879. | #define SIZEOF___INT128 16
  15880. | #define SIZEOF_OFF_T 8
  15881. | #define SIZEOF_VOIDP 8
  15882. | #define SIZEOF_FLOAT 4
  15883. | #define SIZEOF_DOUBLE 8
  15884. | #define SIZEOF_TIME_T 8
  15885. | #define SIZEOF_CLOCK_T 8
  15886. | #define PACKED_STRUCT(x) x __attribute__((packed))
  15887. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  15888. | #define PRI_LL_PREFIX "ll"
  15889. | #define rb_pid_t pid_t
  15890. | #define SIGNEDNESS_OF_PID_T -1
  15891. | #define PIDT2NUM(v) INT2NUM(v)
  15892. | #define NUM2PIDT(v) NUM2INT(v)
  15893. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  15894. | #define rb_uid_t uid_t
  15895. | #define SIGNEDNESS_OF_UID_T +1
  15896. | #define UIDT2NUM(v) UINT2NUM(v)
  15897. | #define NUM2UIDT(v) NUM2UINT(v)
  15898. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  15899. | #define rb_gid_t gid_t
  15900. | #define SIGNEDNESS_OF_GID_T +1
  15901. | #define GIDT2NUM(v) UINT2NUM(v)
  15902. | #define NUM2GIDT(v) NUM2UINT(v)
  15903. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  15904. | #define rb_time_t time_t
  15905. | #define SIGNEDNESS_OF_TIME_T -1
  15906. | #define TIMET2NUM(v) LONG2NUM(v)
  15907. | #define NUM2TIMET(v) NUM2LONG(v)
  15908. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  15909. | #define rb_dev_t dev_t
  15910. | #define SIGNEDNESS_OF_DEV_T -1
  15911. | #define DEVT2NUM(v) INT2NUM(v)
  15912. | #define NUM2DEVT(v) NUM2INT(v)
  15913. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  15914. | #define rb_mode_t mode_t
  15915. | #define SIGNEDNESS_OF_MODE_T +1
  15916. | #define MODET2NUM(v) UINT2NUM(v)
  15917. | #define NUM2MODET(v) NUM2UINT(v)
  15918. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  15919. | #define rb_rlim_t rlim_t
  15920. | #define SIGNEDNESS_OF_RLIM_T +1
  15921. | #define RLIM2NUM(v) ULL2NUM(v)
  15922. | #define NUM2RLIM(v) NUM2ULL(v)
  15923. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  15924. | #define rb_off_t off_t
  15925. | #define SIGNEDNESS_OF_OFF_T -1
  15926. | #define OFFT2NUM(v) LL2NUM(v)
  15927. | #define NUM2OFFT(v) NUM2LL(v)
  15928. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  15929. | #define rb_clockid_t int
  15930. | #define SIGNEDNESS_OF_CLOCKID_T -1
  15931. | #define CLOCKID2NUM(v) INT2NUM(v)
  15932. | #define NUM2CLOCKID(v) NUM2INT(v)
  15933. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  15934. | #define HAVE_PROTOTYPES 1
  15935. | #define TOKEN_PASTE(x,y) x##y
  15936. | #define STRINGIZE(expr) STRINGIZE0(expr)
  15937. | #define HAVE_STDARG_PROTOTYPES 1
  15938. | #define HAVE_VA_ARGS_MACRO 1
  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 WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  15948. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  15949. | #define WEAK(x) __attribute__ ((__weak__)) x
  15950. | #define HAVE_FUNC_WEAK 1
  15951. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  15952. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  15953. | #define HAVE_GCC_SYNC_BUILTINS 1
  15954. | #define UNREACHABLE __builtin_unreachable()
  15955. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  15956. | #define RUBY_FUNCTION_NAME_STRING __func__
  15957. | #define ENUM_OVER_INT 1
  15958. | #define HAVE_DECL_SYS_NERR 1
  15959. | #define HAVE_DECL_GETENV 1
  15960. | #define SIZEOF_SIZE_T 8
  15961. | #define SIZEOF_PTRDIFF_T 8
  15962. | #define PRI_SIZE_PREFIX "z"
  15963. | #define PRI_PTRDIFF_PREFIX "t"
  15964. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  15965. | #define HAVE_ST_BLKSIZE 1
  15966. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  15967. | #define HAVE_ST_BLOCKS 1
  15968. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  15969. | #define HAVE_ST_RDEV 1
  15970. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  15971. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  15972. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  15973. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  15974. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  15975. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  15976. | /* end confdefs.h. */
  15977. | #include <stdio.h>
  15978. | #ifdef HAVE_SYS_TYPES_H
  15979. | # include <sys/types.h>
  15980. | #endif
  15981. | #ifdef HAVE_SYS_STAT_H
  15982. | # include <sys/stat.h>
  15983. | #endif
  15984. | #ifdef STDC_HEADERS
  15985. | # include <stdlib.h>
  15986. | # include <stddef.h>
  15987. | #else
  15988. | # ifdef HAVE_STDLIB_H
  15989. | # include <stdlib.h>
  15990. | # endif
  15991. | #endif
  15992. | #ifdef HAVE_STRING_H
  15993. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  15994. | # include <memory.h>
  15995. | # endif
  15996. | # include <string.h>
  15997. | #endif
  15998. | #ifdef HAVE_STRINGS_H
  15999. | # include <strings.h>
  16000. | #endif
  16001. | #ifdef HAVE_INTTYPES_H
  16002. | # include <inttypes.h>
  16003. | #endif
  16004. | #ifdef HAVE_STDINT_H
  16005. | # include <stdint.h>
  16006. | #endif
  16007. | #ifdef HAVE_UNISTD_H
  16008. | # include <unistd.h>
  16009. | #endif
  16010. | int
  16011. | main ()
  16012. | {
  16013. | static struct stat ac_aggr;
  16014. | if (ac_aggr.st_birthtimespec)
  16015. | return 0;
  16016. | ;
  16017. | return 0;
  16018. | }
  16019. configure:17845: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16020. configure:17845: $? = 0
  16021. configure:17845: result: yes
  16022. configure:17856: checking for struct timeval
  16023. configure:17856: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16024. configure:17856: $? = 0
  16025. configure:17856: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16026. conftest.c:176:29: error: expected expression
  16027. if (sizeof ((struct timeval)))
  16028. ^
  16029. 1 error generated.
  16030. configure:17856: $? = 1
  16031. configure: failed program was:
  16032. | /* confdefs.h */
  16033. | #define PACKAGE_NAME ""
  16034. | #define PACKAGE_TARNAME ""
  16035. | #define PACKAGE_VERSION ""
  16036. | #define PACKAGE_STRING ""
  16037. | #define PACKAGE_BUGREPORT ""
  16038. | #define PACKAGE_URL ""
  16039. | #define CANONICALIZATION_FOR_MATHN 1
  16040. | #define STDC_HEADERS 1
  16041. | #define HAVE_SYS_TYPES_H 1
  16042. | #define HAVE_SYS_STAT_H 1
  16043. | #define HAVE_STDLIB_H 1
  16044. | #define HAVE_STRING_H 1
  16045. | #define HAVE_MEMORY_H 1
  16046. | #define HAVE_STRINGS_H 1
  16047. | #define HAVE_INTTYPES_H 1
  16048. | #define HAVE_STDINT_H 1
  16049. | #define HAVE_UNISTD_H 1
  16050. | #define __EXTENSIONS__ 1
  16051. | #define _ALL_SOURCE 1
  16052. | #define _GNU_SOURCE 1
  16053. | #define _POSIX_PTHREAD_SEMANTICS 1
  16054. | #define _TANDEM_SOURCE 1
  16055. | #define HAVE_INFINITY 1
  16056. | #define HAVE_NAN 1
  16057. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16058. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16059. | #define BROKEN_CRYPT 1
  16060. | #define HAVE_CRT_EXTERNS_H 1
  16061. | #define HAVE_LIBDL 1
  16062. | #define HAVE_DIRENT_H 1
  16063. | #define HAVE__BOOL 1
  16064. | #define HAVE_STDBOOL_H 1
  16065. | #define HAVE_SYS_WAIT_H 1
  16066. | #define HAVE_GRP_H 1
  16067. | #define HAVE_FCNTL_H 1
  16068. | #define HAVE_FLOAT_H 1
  16069. | #define HAVE_LANGINFO_H 1
  16070. | #define HAVE_LIMITS_H 1
  16071. | #define HAVE_LOCALE_H 1
  16072. | #define HAVE_MALLOC_MALLOC_H 1
  16073. | #define HAVE_PWD_H 1
  16074. | #define HAVE_SYS_ATTR_H 1
  16075. | #define HAVE_SYS_FCNTL_H 1
  16076. | #define HAVE_SYS_FILE_H 1
  16077. | #define HAVE_SYS_IOCTL_H 1
  16078. | #define HAVE_SYS_PARAM_H 1
  16079. | #define HAVE_SYS_RESOURCE_H 1
  16080. | #define HAVE_SYS_SELECT_H 1
  16081. | #define HAVE_SYS_SOCKET_H 1
  16082. | #define HAVE_SYS_TIME_H 1
  16083. | #define HAVE_SYS_TIMES_H 1
  16084. | #define HAVE_SYS_UIO_H 1
  16085. | #define HAVE_TIME_H 1
  16086. | #define HAVE_UCONTEXT_H 1
  16087. | #define HAVE_UTIME_H 1
  16088. | #define HAVE_GMP_H 1
  16089. | #define HAVE_LIBGMP 1
  16090. | #define HAVE_TYPEOF 1
  16091. | #define HAVE_LONG_LONG 1
  16092. | #define HAVE_OFF_T 1
  16093. | #define SIZEOF_INT 4
  16094. | #define SIZEOF_SHORT 2
  16095. | #define SIZEOF_LONG 8
  16096. | #define SIZEOF_LONG_LONG 8
  16097. | #define SIZEOF___INT64 0
  16098. | #define SIZEOF___INT128 16
  16099. | #define SIZEOF_OFF_T 8
  16100. | #define SIZEOF_VOIDP 8
  16101. | #define SIZEOF_FLOAT 4
  16102. | #define SIZEOF_DOUBLE 8
  16103. | #define SIZEOF_TIME_T 8
  16104. | #define SIZEOF_CLOCK_T 8
  16105. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16106. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16107. | #define PRI_LL_PREFIX "ll"
  16108. | #define rb_pid_t pid_t
  16109. | #define SIGNEDNESS_OF_PID_T -1
  16110. | #define PIDT2NUM(v) INT2NUM(v)
  16111. | #define NUM2PIDT(v) NUM2INT(v)
  16112. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16113. | #define rb_uid_t uid_t
  16114. | #define SIGNEDNESS_OF_UID_T +1
  16115. | #define UIDT2NUM(v) UINT2NUM(v)
  16116. | #define NUM2UIDT(v) NUM2UINT(v)
  16117. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  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 rb_time_t time_t
  16124. | #define SIGNEDNESS_OF_TIME_T -1
  16125. | #define TIMET2NUM(v) LONG2NUM(v)
  16126. | #define NUM2TIMET(v) NUM2LONG(v)
  16127. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16128. | #define rb_dev_t dev_t
  16129. | #define SIGNEDNESS_OF_DEV_T -1
  16130. | #define DEVT2NUM(v) INT2NUM(v)
  16131. | #define NUM2DEVT(v) NUM2INT(v)
  16132. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16133. | #define rb_mode_t mode_t
  16134. | #define SIGNEDNESS_OF_MODE_T +1
  16135. | #define MODET2NUM(v) UINT2NUM(v)
  16136. | #define NUM2MODET(v) NUM2UINT(v)
  16137. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16138. | #define rb_rlim_t rlim_t
  16139. | #define SIGNEDNESS_OF_RLIM_T +1
  16140. | #define RLIM2NUM(v) ULL2NUM(v)
  16141. | #define NUM2RLIM(v) NUM2ULL(v)
  16142. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16143. | #define rb_off_t off_t
  16144. | #define SIGNEDNESS_OF_OFF_T -1
  16145. | #define OFFT2NUM(v) LL2NUM(v)
  16146. | #define NUM2OFFT(v) NUM2LL(v)
  16147. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16148. | #define rb_clockid_t int
  16149. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16150. | #define CLOCKID2NUM(v) INT2NUM(v)
  16151. | #define NUM2CLOCKID(v) NUM2INT(v)
  16152. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16153. | #define HAVE_PROTOTYPES 1
  16154. | #define TOKEN_PASTE(x,y) x##y
  16155. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16156. | #define HAVE_STDARG_PROTOTYPES 1
  16157. | #define HAVE_VA_ARGS_MACRO 1
  16158. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16159. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16160. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16161. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16162. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16163. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16164. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16165. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16166. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16167. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16168. | #define WEAK(x) __attribute__ ((__weak__)) x
  16169. | #define HAVE_FUNC_WEAK 1
  16170. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16171. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16172. | #define HAVE_GCC_SYNC_BUILTINS 1
  16173. | #define UNREACHABLE __builtin_unreachable()
  16174. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16175. | #define RUBY_FUNCTION_NAME_STRING __func__
  16176. | #define ENUM_OVER_INT 1
  16177. | #define HAVE_DECL_SYS_NERR 1
  16178. | #define HAVE_DECL_GETENV 1
  16179. | #define SIZEOF_SIZE_T 8
  16180. | #define SIZEOF_PTRDIFF_T 8
  16181. | #define PRI_SIZE_PREFIX "z"
  16182. | #define PRI_PTRDIFF_PREFIX "t"
  16183. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16184. | #define HAVE_ST_BLKSIZE 1
  16185. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16186. | #define HAVE_ST_BLOCKS 1
  16187. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16188. | #define HAVE_ST_RDEV 1
  16189. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16190. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16191. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16192. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16193. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16194. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16195. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16196. | /* end confdefs.h. */
  16197. | #ifdef HAVE_TIME_H
  16198. | #include <time.h>
  16199. | #endif
  16200. | #ifdef HAVE_SYS_TIME_H
  16201. | #include <sys/time.h>
  16202. | #endif
  16203. |
  16204. | int
  16205. | main ()
  16206. | {
  16207. | if (sizeof ((struct timeval)))
  16208. | return 0;
  16209. | ;
  16210. | return 0;
  16211. | }
  16212. configure:17856: result: yes
  16213. configure:17877: checking size of struct timeval.tv_sec
  16214. configure:17912: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16215. configure:17912: $? = 0
  16216. configure:17954: result: SIZEOF_TIME_T
  16217. configure:18006: checking for struct timespec
  16218. configure:18006: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16219. configure:18006: $? = 0
  16220. configure:18006: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16221. conftest.c:178:30: error: expected expression
  16222. if (sizeof ((struct timespec)))
  16223. ^
  16224. 1 error generated.
  16225. configure:18006: $? = 1
  16226. configure: failed program was:
  16227. | /* confdefs.h */
  16228. | #define PACKAGE_NAME ""
  16229. | #define PACKAGE_TARNAME ""
  16230. | #define PACKAGE_VERSION ""
  16231. | #define PACKAGE_STRING ""
  16232. | #define PACKAGE_BUGREPORT ""
  16233. | #define PACKAGE_URL ""
  16234. | #define CANONICALIZATION_FOR_MATHN 1
  16235. | #define STDC_HEADERS 1
  16236. | #define HAVE_SYS_TYPES_H 1
  16237. | #define HAVE_SYS_STAT_H 1
  16238. | #define HAVE_STDLIB_H 1
  16239. | #define HAVE_STRING_H 1
  16240. | #define HAVE_MEMORY_H 1
  16241. | #define HAVE_STRINGS_H 1
  16242. | #define HAVE_INTTYPES_H 1
  16243. | #define HAVE_STDINT_H 1
  16244. | #define HAVE_UNISTD_H 1
  16245. | #define __EXTENSIONS__ 1
  16246. | #define _ALL_SOURCE 1
  16247. | #define _GNU_SOURCE 1
  16248. | #define _POSIX_PTHREAD_SEMANTICS 1
  16249. | #define _TANDEM_SOURCE 1
  16250. | #define HAVE_INFINITY 1
  16251. | #define HAVE_NAN 1
  16252. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16253. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16254. | #define BROKEN_CRYPT 1
  16255. | #define HAVE_CRT_EXTERNS_H 1
  16256. | #define HAVE_LIBDL 1
  16257. | #define HAVE_DIRENT_H 1
  16258. | #define HAVE__BOOL 1
  16259. | #define HAVE_STDBOOL_H 1
  16260. | #define HAVE_SYS_WAIT_H 1
  16261. | #define HAVE_GRP_H 1
  16262. | #define HAVE_FCNTL_H 1
  16263. | #define HAVE_FLOAT_H 1
  16264. | #define HAVE_LANGINFO_H 1
  16265. | #define HAVE_LIMITS_H 1
  16266. | #define HAVE_LOCALE_H 1
  16267. | #define HAVE_MALLOC_MALLOC_H 1
  16268. | #define HAVE_PWD_H 1
  16269. | #define HAVE_SYS_ATTR_H 1
  16270. | #define HAVE_SYS_FCNTL_H 1
  16271. | #define HAVE_SYS_FILE_H 1
  16272. | #define HAVE_SYS_IOCTL_H 1
  16273. | #define HAVE_SYS_PARAM_H 1
  16274. | #define HAVE_SYS_RESOURCE_H 1
  16275. | #define HAVE_SYS_SELECT_H 1
  16276. | #define HAVE_SYS_SOCKET_H 1
  16277. | #define HAVE_SYS_TIME_H 1
  16278. | #define HAVE_SYS_TIMES_H 1
  16279. | #define HAVE_SYS_UIO_H 1
  16280. | #define HAVE_TIME_H 1
  16281. | #define HAVE_UCONTEXT_H 1
  16282. | #define HAVE_UTIME_H 1
  16283. | #define HAVE_GMP_H 1
  16284. | #define HAVE_LIBGMP 1
  16285. | #define HAVE_TYPEOF 1
  16286. | #define HAVE_LONG_LONG 1
  16287. | #define HAVE_OFF_T 1
  16288. | #define SIZEOF_INT 4
  16289. | #define SIZEOF_SHORT 2
  16290. | #define SIZEOF_LONG 8
  16291. | #define SIZEOF_LONG_LONG 8
  16292. | #define SIZEOF___INT64 0
  16293. | #define SIZEOF___INT128 16
  16294. | #define SIZEOF_OFF_T 8
  16295. | #define SIZEOF_VOIDP 8
  16296. | #define SIZEOF_FLOAT 4
  16297. | #define SIZEOF_DOUBLE 8
  16298. | #define SIZEOF_TIME_T 8
  16299. | #define SIZEOF_CLOCK_T 8
  16300. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16301. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16302. | #define PRI_LL_PREFIX "ll"
  16303. | #define rb_pid_t pid_t
  16304. | #define SIGNEDNESS_OF_PID_T -1
  16305. | #define PIDT2NUM(v) INT2NUM(v)
  16306. | #define NUM2PIDT(v) NUM2INT(v)
  16307. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16308. | #define rb_uid_t uid_t
  16309. | #define SIGNEDNESS_OF_UID_T +1
  16310. | #define UIDT2NUM(v) UINT2NUM(v)
  16311. | #define NUM2UIDT(v) NUM2UINT(v)
  16312. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16313. | #define rb_gid_t gid_t
  16314. | #define SIGNEDNESS_OF_GID_T +1
  16315. | #define GIDT2NUM(v) UINT2NUM(v)
  16316. | #define NUM2GIDT(v) NUM2UINT(v)
  16317. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16318. | #define rb_time_t time_t
  16319. | #define SIGNEDNESS_OF_TIME_T -1
  16320. | #define TIMET2NUM(v) LONG2NUM(v)
  16321. | #define NUM2TIMET(v) NUM2LONG(v)
  16322. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16323. | #define rb_dev_t dev_t
  16324. | #define SIGNEDNESS_OF_DEV_T -1
  16325. | #define DEVT2NUM(v) INT2NUM(v)
  16326. | #define NUM2DEVT(v) NUM2INT(v)
  16327. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16328. | #define rb_mode_t mode_t
  16329. | #define SIGNEDNESS_OF_MODE_T +1
  16330. | #define MODET2NUM(v) UINT2NUM(v)
  16331. | #define NUM2MODET(v) NUM2UINT(v)
  16332. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16333. | #define rb_rlim_t rlim_t
  16334. | #define SIGNEDNESS_OF_RLIM_T +1
  16335. | #define RLIM2NUM(v) ULL2NUM(v)
  16336. | #define NUM2RLIM(v) NUM2ULL(v)
  16337. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16338. | #define rb_off_t off_t
  16339. | #define SIGNEDNESS_OF_OFF_T -1
  16340. | #define OFFT2NUM(v) LL2NUM(v)
  16341. | #define NUM2OFFT(v) NUM2LL(v)
  16342. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16343. | #define rb_clockid_t int
  16344. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16345. | #define CLOCKID2NUM(v) INT2NUM(v)
  16346. | #define NUM2CLOCKID(v) NUM2INT(v)
  16347. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16348. | #define HAVE_PROTOTYPES 1
  16349. | #define TOKEN_PASTE(x,y) x##y
  16350. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16351. | #define HAVE_STDARG_PROTOTYPES 1
  16352. | #define HAVE_VA_ARGS_MACRO 1
  16353. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16354. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16355. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16356. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16357. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16358. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16359. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16360. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16361. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16362. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16363. | #define WEAK(x) __attribute__ ((__weak__)) x
  16364. | #define HAVE_FUNC_WEAK 1
  16365. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16366. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16367. | #define HAVE_GCC_SYNC_BUILTINS 1
  16368. | #define UNREACHABLE __builtin_unreachable()
  16369. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16370. | #define RUBY_FUNCTION_NAME_STRING __func__
  16371. | #define ENUM_OVER_INT 1
  16372. | #define HAVE_DECL_SYS_NERR 1
  16373. | #define HAVE_DECL_GETENV 1
  16374. | #define SIZEOF_SIZE_T 8
  16375. | #define SIZEOF_PTRDIFF_T 8
  16376. | #define PRI_SIZE_PREFIX "z"
  16377. | #define PRI_PTRDIFF_PREFIX "t"
  16378. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16379. | #define HAVE_ST_BLKSIZE 1
  16380. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16381. | #define HAVE_ST_BLOCKS 1
  16382. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16383. | #define HAVE_ST_RDEV 1
  16384. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16385. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16386. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16387. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16388. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16389. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16390. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16391. | #define HAVE_STRUCT_TIMEVAL 1
  16392. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16393. | /* end confdefs.h. */
  16394. | #ifdef HAVE_TIME_H
  16395. | #include <time.h>
  16396. | #endif
  16397. | #ifdef HAVE_SYS_TIME_H
  16398. | #include <sys/time.h>
  16399. | #endif
  16400. |
  16401. | int
  16402. | main ()
  16403. | {
  16404. | if (sizeof ((struct timespec)))
  16405. | return 0;
  16406. | ;
  16407. | return 0;
  16408. | }
  16409. configure:18006: result: yes
  16410. configure:18023: checking for struct timezone
  16411. configure:18023: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16412. configure:18023: $? = 0
  16413. configure:18023: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16414. conftest.c:179:30: error: expected expression
  16415. if (sizeof ((struct timezone)))
  16416. ^
  16417. 1 error generated.
  16418. configure:18023: $? = 1
  16419. configure: failed program was:
  16420. | /* confdefs.h */
  16421. | #define PACKAGE_NAME ""
  16422. | #define PACKAGE_TARNAME ""
  16423. | #define PACKAGE_VERSION ""
  16424. | #define PACKAGE_STRING ""
  16425. | #define PACKAGE_BUGREPORT ""
  16426. | #define PACKAGE_URL ""
  16427. | #define CANONICALIZATION_FOR_MATHN 1
  16428. | #define STDC_HEADERS 1
  16429. | #define HAVE_SYS_TYPES_H 1
  16430. | #define HAVE_SYS_STAT_H 1
  16431. | #define HAVE_STDLIB_H 1
  16432. | #define HAVE_STRING_H 1
  16433. | #define HAVE_MEMORY_H 1
  16434. | #define HAVE_STRINGS_H 1
  16435. | #define HAVE_INTTYPES_H 1
  16436. | #define HAVE_STDINT_H 1
  16437. | #define HAVE_UNISTD_H 1
  16438. | #define __EXTENSIONS__ 1
  16439. | #define _ALL_SOURCE 1
  16440. | #define _GNU_SOURCE 1
  16441. | #define _POSIX_PTHREAD_SEMANTICS 1
  16442. | #define _TANDEM_SOURCE 1
  16443. | #define HAVE_INFINITY 1
  16444. | #define HAVE_NAN 1
  16445. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16446. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16447. | #define BROKEN_CRYPT 1
  16448. | #define HAVE_CRT_EXTERNS_H 1
  16449. | #define HAVE_LIBDL 1
  16450. | #define HAVE_DIRENT_H 1
  16451. | #define HAVE__BOOL 1
  16452. | #define HAVE_STDBOOL_H 1
  16453. | #define HAVE_SYS_WAIT_H 1
  16454. | #define HAVE_GRP_H 1
  16455. | #define HAVE_FCNTL_H 1
  16456. | #define HAVE_FLOAT_H 1
  16457. | #define HAVE_LANGINFO_H 1
  16458. | #define HAVE_LIMITS_H 1
  16459. | #define HAVE_LOCALE_H 1
  16460. | #define HAVE_MALLOC_MALLOC_H 1
  16461. | #define HAVE_PWD_H 1
  16462. | #define HAVE_SYS_ATTR_H 1
  16463. | #define HAVE_SYS_FCNTL_H 1
  16464. | #define HAVE_SYS_FILE_H 1
  16465. | #define HAVE_SYS_IOCTL_H 1
  16466. | #define HAVE_SYS_PARAM_H 1
  16467. | #define HAVE_SYS_RESOURCE_H 1
  16468. | #define HAVE_SYS_SELECT_H 1
  16469. | #define HAVE_SYS_SOCKET_H 1
  16470. | #define HAVE_SYS_TIME_H 1
  16471. | #define HAVE_SYS_TIMES_H 1
  16472. | #define HAVE_SYS_UIO_H 1
  16473. | #define HAVE_TIME_H 1
  16474. | #define HAVE_UCONTEXT_H 1
  16475. | #define HAVE_UTIME_H 1
  16476. | #define HAVE_GMP_H 1
  16477. | #define HAVE_LIBGMP 1
  16478. | #define HAVE_TYPEOF 1
  16479. | #define HAVE_LONG_LONG 1
  16480. | #define HAVE_OFF_T 1
  16481. | #define SIZEOF_INT 4
  16482. | #define SIZEOF_SHORT 2
  16483. | #define SIZEOF_LONG 8
  16484. | #define SIZEOF_LONG_LONG 8
  16485. | #define SIZEOF___INT64 0
  16486. | #define SIZEOF___INT128 16
  16487. | #define SIZEOF_OFF_T 8
  16488. | #define SIZEOF_VOIDP 8
  16489. | #define SIZEOF_FLOAT 4
  16490. | #define SIZEOF_DOUBLE 8
  16491. | #define SIZEOF_TIME_T 8
  16492. | #define SIZEOF_CLOCK_T 8
  16493. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16494. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16495. | #define PRI_LL_PREFIX "ll"
  16496. | #define rb_pid_t pid_t
  16497. | #define SIGNEDNESS_OF_PID_T -1
  16498. | #define PIDT2NUM(v) INT2NUM(v)
  16499. | #define NUM2PIDT(v) NUM2INT(v)
  16500. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16501. | #define rb_uid_t uid_t
  16502. | #define SIGNEDNESS_OF_UID_T +1
  16503. | #define UIDT2NUM(v) UINT2NUM(v)
  16504. | #define NUM2UIDT(v) NUM2UINT(v)
  16505. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16506. | #define rb_gid_t gid_t
  16507. | #define SIGNEDNESS_OF_GID_T +1
  16508. | #define GIDT2NUM(v) UINT2NUM(v)
  16509. | #define NUM2GIDT(v) NUM2UINT(v)
  16510. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16511. | #define rb_time_t time_t
  16512. | #define SIGNEDNESS_OF_TIME_T -1
  16513. | #define TIMET2NUM(v) LONG2NUM(v)
  16514. | #define NUM2TIMET(v) NUM2LONG(v)
  16515. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16516. | #define rb_dev_t dev_t
  16517. | #define SIGNEDNESS_OF_DEV_T -1
  16518. | #define DEVT2NUM(v) INT2NUM(v)
  16519. | #define NUM2DEVT(v) NUM2INT(v)
  16520. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16521. | #define rb_mode_t mode_t
  16522. | #define SIGNEDNESS_OF_MODE_T +1
  16523. | #define MODET2NUM(v) UINT2NUM(v)
  16524. | #define NUM2MODET(v) NUM2UINT(v)
  16525. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16526. | #define rb_rlim_t rlim_t
  16527. | #define SIGNEDNESS_OF_RLIM_T +1
  16528. | #define RLIM2NUM(v) ULL2NUM(v)
  16529. | #define NUM2RLIM(v) NUM2ULL(v)
  16530. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16531. | #define rb_off_t off_t
  16532. | #define SIGNEDNESS_OF_OFF_T -1
  16533. | #define OFFT2NUM(v) LL2NUM(v)
  16534. | #define NUM2OFFT(v) NUM2LL(v)
  16535. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16536. | #define rb_clockid_t int
  16537. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16538. | #define CLOCKID2NUM(v) INT2NUM(v)
  16539. | #define NUM2CLOCKID(v) NUM2INT(v)
  16540. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16541. | #define HAVE_PROTOTYPES 1
  16542. | #define TOKEN_PASTE(x,y) x##y
  16543. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16544. | #define HAVE_STDARG_PROTOTYPES 1
  16545. | #define HAVE_VA_ARGS_MACRO 1
  16546. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16547. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16548. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16549. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16550. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16551. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16552. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16553. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16554. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16555. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16556. | #define WEAK(x) __attribute__ ((__weak__)) x
  16557. | #define HAVE_FUNC_WEAK 1
  16558. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16559. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16560. | #define HAVE_GCC_SYNC_BUILTINS 1
  16561. | #define UNREACHABLE __builtin_unreachable()
  16562. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16563. | #define RUBY_FUNCTION_NAME_STRING __func__
  16564. | #define ENUM_OVER_INT 1
  16565. | #define HAVE_DECL_SYS_NERR 1
  16566. | #define HAVE_DECL_GETENV 1
  16567. | #define SIZEOF_SIZE_T 8
  16568. | #define SIZEOF_PTRDIFF_T 8
  16569. | #define PRI_SIZE_PREFIX "z"
  16570. | #define PRI_PTRDIFF_PREFIX "t"
  16571. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16572. | #define HAVE_ST_BLKSIZE 1
  16573. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16574. | #define HAVE_ST_BLOCKS 1
  16575. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16576. | #define HAVE_ST_RDEV 1
  16577. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16578. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16579. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16580. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16581. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16582. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16583. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16584. | #define HAVE_STRUCT_TIMEVAL 1
  16585. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16586. | #define HAVE_STRUCT_TIMESPEC 1
  16587. | /* end confdefs.h. */
  16588. | #ifdef HAVE_TIME_H
  16589. | # include <time.h>
  16590. | #endif
  16591. | #ifdef HAVE_SYS_TIME_H
  16592. | # include <sys/time.h>
  16593. | #endif
  16594. |
  16595. | int
  16596. | main ()
  16597. | {
  16598. | if (sizeof ((struct timezone)))
  16599. | return 0;
  16600. | ;
  16601. | return 0;
  16602. | }
  16603. configure:18023: result: yes
  16604. configure:18040: checking for clockid_t
  16605. configure:18040: result: no
  16606. configure:18060: checking for fd_mask
  16607. configure:18060: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16608. conftest.c:177:13: error: use of undeclared identifier 'fd_mask'
  16609. if (sizeof (fd_mask))
  16610. ^
  16611. 1 error generated.
  16612. configure:18060: $? = 1
  16613. configure: failed program was:
  16614. | /* confdefs.h */
  16615. | #define PACKAGE_NAME ""
  16616. | #define PACKAGE_TARNAME ""
  16617. | #define PACKAGE_VERSION ""
  16618. | #define PACKAGE_STRING ""
  16619. | #define PACKAGE_BUGREPORT ""
  16620. | #define PACKAGE_URL ""
  16621. | #define CANONICALIZATION_FOR_MATHN 1
  16622. | #define STDC_HEADERS 1
  16623. | #define HAVE_SYS_TYPES_H 1
  16624. | #define HAVE_SYS_STAT_H 1
  16625. | #define HAVE_STDLIB_H 1
  16626. | #define HAVE_STRING_H 1
  16627. | #define HAVE_MEMORY_H 1
  16628. | #define HAVE_STRINGS_H 1
  16629. | #define HAVE_INTTYPES_H 1
  16630. | #define HAVE_STDINT_H 1
  16631. | #define HAVE_UNISTD_H 1
  16632. | #define __EXTENSIONS__ 1
  16633. | #define _ALL_SOURCE 1
  16634. | #define _GNU_SOURCE 1
  16635. | #define _POSIX_PTHREAD_SEMANTICS 1
  16636. | #define _TANDEM_SOURCE 1
  16637. | #define HAVE_INFINITY 1
  16638. | #define HAVE_NAN 1
  16639. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16640. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16641. | #define BROKEN_CRYPT 1
  16642. | #define HAVE_CRT_EXTERNS_H 1
  16643. | #define HAVE_LIBDL 1
  16644. | #define HAVE_DIRENT_H 1
  16645. | #define HAVE__BOOL 1
  16646. | #define HAVE_STDBOOL_H 1
  16647. | #define HAVE_SYS_WAIT_H 1
  16648. | #define HAVE_GRP_H 1
  16649. | #define HAVE_FCNTL_H 1
  16650. | #define HAVE_FLOAT_H 1
  16651. | #define HAVE_LANGINFO_H 1
  16652. | #define HAVE_LIMITS_H 1
  16653. | #define HAVE_LOCALE_H 1
  16654. | #define HAVE_MALLOC_MALLOC_H 1
  16655. | #define HAVE_PWD_H 1
  16656. | #define HAVE_SYS_ATTR_H 1
  16657. | #define HAVE_SYS_FCNTL_H 1
  16658. | #define HAVE_SYS_FILE_H 1
  16659. | #define HAVE_SYS_IOCTL_H 1
  16660. | #define HAVE_SYS_PARAM_H 1
  16661. | #define HAVE_SYS_RESOURCE_H 1
  16662. | #define HAVE_SYS_SELECT_H 1
  16663. | #define HAVE_SYS_SOCKET_H 1
  16664. | #define HAVE_SYS_TIME_H 1
  16665. | #define HAVE_SYS_TIMES_H 1
  16666. | #define HAVE_SYS_UIO_H 1
  16667. | #define HAVE_TIME_H 1
  16668. | #define HAVE_UCONTEXT_H 1
  16669. | #define HAVE_UTIME_H 1
  16670. | #define HAVE_GMP_H 1
  16671. | #define HAVE_LIBGMP 1
  16672. | #define HAVE_TYPEOF 1
  16673. | #define HAVE_LONG_LONG 1
  16674. | #define HAVE_OFF_T 1
  16675. | #define SIZEOF_INT 4
  16676. | #define SIZEOF_SHORT 2
  16677. | #define SIZEOF_LONG 8
  16678. | #define SIZEOF_LONG_LONG 8
  16679. | #define SIZEOF___INT64 0
  16680. | #define SIZEOF___INT128 16
  16681. | #define SIZEOF_OFF_T 8
  16682. | #define SIZEOF_VOIDP 8
  16683. | #define SIZEOF_FLOAT 4
  16684. | #define SIZEOF_DOUBLE 8
  16685. | #define SIZEOF_TIME_T 8
  16686. | #define SIZEOF_CLOCK_T 8
  16687. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16688. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16689. | #define PRI_LL_PREFIX "ll"
  16690. | #define rb_pid_t pid_t
  16691. | #define SIGNEDNESS_OF_PID_T -1
  16692. | #define PIDT2NUM(v) INT2NUM(v)
  16693. | #define NUM2PIDT(v) NUM2INT(v)
  16694. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16695. | #define rb_uid_t uid_t
  16696. | #define SIGNEDNESS_OF_UID_T +1
  16697. | #define UIDT2NUM(v) UINT2NUM(v)
  16698. | #define NUM2UIDT(v) NUM2UINT(v)
  16699. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16700. | #define rb_gid_t gid_t
  16701. | #define SIGNEDNESS_OF_GID_T +1
  16702. | #define GIDT2NUM(v) UINT2NUM(v)
  16703. | #define NUM2GIDT(v) NUM2UINT(v)
  16704. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16705. | #define rb_time_t time_t
  16706. | #define SIGNEDNESS_OF_TIME_T -1
  16707. | #define TIMET2NUM(v) LONG2NUM(v)
  16708. | #define NUM2TIMET(v) NUM2LONG(v)
  16709. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16710. | #define rb_dev_t dev_t
  16711. | #define SIGNEDNESS_OF_DEV_T -1
  16712. | #define DEVT2NUM(v) INT2NUM(v)
  16713. | #define NUM2DEVT(v) NUM2INT(v)
  16714. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16715. | #define rb_mode_t mode_t
  16716. | #define SIGNEDNESS_OF_MODE_T +1
  16717. | #define MODET2NUM(v) UINT2NUM(v)
  16718. | #define NUM2MODET(v) NUM2UINT(v)
  16719. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16720. | #define rb_rlim_t rlim_t
  16721. | #define SIGNEDNESS_OF_RLIM_T +1
  16722. | #define RLIM2NUM(v) ULL2NUM(v)
  16723. | #define NUM2RLIM(v) NUM2ULL(v)
  16724. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16725. | #define rb_off_t off_t
  16726. | #define SIGNEDNESS_OF_OFF_T -1
  16727. | #define OFFT2NUM(v) LL2NUM(v)
  16728. | #define NUM2OFFT(v) NUM2LL(v)
  16729. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  16730. | #define rb_clockid_t int
  16731. | #define SIGNEDNESS_OF_CLOCKID_T -1
  16732. | #define CLOCKID2NUM(v) INT2NUM(v)
  16733. | #define NUM2CLOCKID(v) NUM2INT(v)
  16734. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  16735. | #define HAVE_PROTOTYPES 1
  16736. | #define TOKEN_PASTE(x,y) x##y
  16737. | #define STRINGIZE(expr) STRINGIZE0(expr)
  16738. | #define HAVE_STDARG_PROTOTYPES 1
  16739. | #define HAVE_VA_ARGS_MACRO 1
  16740. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  16741. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  16742. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  16743. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  16744. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  16745. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  16746. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  16747. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  16748. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  16749. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  16750. | #define WEAK(x) __attribute__ ((__weak__)) x
  16751. | #define HAVE_FUNC_WEAK 1
  16752. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  16753. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  16754. | #define HAVE_GCC_SYNC_BUILTINS 1
  16755. | #define UNREACHABLE __builtin_unreachable()
  16756. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  16757. | #define RUBY_FUNCTION_NAME_STRING __func__
  16758. | #define ENUM_OVER_INT 1
  16759. | #define HAVE_DECL_SYS_NERR 1
  16760. | #define HAVE_DECL_GETENV 1
  16761. | #define SIZEOF_SIZE_T 8
  16762. | #define SIZEOF_PTRDIFF_T 8
  16763. | #define PRI_SIZE_PREFIX "z"
  16764. | #define PRI_PTRDIFF_PREFIX "t"
  16765. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  16766. | #define HAVE_ST_BLKSIZE 1
  16767. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  16768. | #define HAVE_ST_BLOCKS 1
  16769. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  16770. | #define HAVE_ST_RDEV 1
  16771. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  16772. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  16773. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  16774. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  16775. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  16776. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  16777. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  16778. | #define HAVE_STRUCT_TIMEVAL 1
  16779. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  16780. | #define HAVE_STRUCT_TIMESPEC 1
  16781. | #define HAVE_STRUCT_TIMEZONE 1
  16782. | /* end confdefs.h. */
  16783. | #ifdef HAVE_SYS_SELECT_H
  16784. | # include <sys/select.h>
  16785. | #endif
  16786. |
  16787. | int
  16788. | main ()
  16789. | {
  16790. | if (sizeof (fd_mask))
  16791. | return 0;
  16792. | ;
  16793. | return 0;
  16794. | }
  16795. configure:18060: result: no
  16796. configure:18081: checking for int8_t
  16797. configure:18098: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16798. configure:18098: $? = 0
  16799. configure:18122: result: yes
  16800. configure:18151: checking size of int8_t
  16801. configure:18156: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16802. configure:18156: $? = 0
  16803. configure:18156: ./conftest
  16804. configure:18156: $? = 0
  16805. configure:18171: result: 1
  16806. configure:18198: checking for uint8_t
  16807. configure:18215: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16808. configure:18215: $? = 0
  16809. configure:18239: result: yes
  16810. configure:18268: checking size of uint8_t
  16811. configure:18273: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16812. configure:18273: $? = 0
  16813. configure:18273: ./conftest
  16814. configure:18273: $? = 0
  16815. configure:18288: result: 1
  16816. configure:18315: checking for int16_t
  16817. configure:18332: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16818. configure:18332: $? = 0
  16819. configure:18356: result: yes
  16820. configure:18385: checking size of int16_t
  16821. configure:18390: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16822. configure:18390: $? = 0
  16823. configure:18390: ./conftest
  16824. configure:18390: $? = 0
  16825. configure:18405: result: 2
  16826. configure:18432: checking for uint16_t
  16827. configure:18449: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16828. configure:18449: $? = 0
  16829. configure:18473: result: yes
  16830. configure:18502: checking size of uint16_t
  16831. configure:18507: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16832. configure:18507: $? = 0
  16833. configure:18507: ./conftest
  16834. configure:18507: $? = 0
  16835. configure:18522: result: 2
  16836. configure:18549: checking for int32_t
  16837. configure:18566: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16838. configure:18566: $? = 0
  16839. configure:18590: result: yes
  16840. configure:18619: checking size of int32_t
  16841. configure:18624: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16842. configure:18624: $? = 0
  16843. configure:18624: ./conftest
  16844. configure:18624: $? = 0
  16845. configure:18639: result: 4
  16846. configure:18666: checking for uint32_t
  16847. configure:18683: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16848. configure:18683: $? = 0
  16849. configure:18707: result: yes
  16850. configure:18736: checking size of uint32_t
  16851. configure:18741: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16852. configure:18741: $? = 0
  16853. configure:18741: ./conftest
  16854. configure:18741: $? = 0
  16855. configure:18756: result: 4
  16856. configure:18783: checking for int64_t
  16857. configure:18800: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16858. configure:18800: $? = 0
  16859. configure:18824: result: yes
  16860. configure:18853: checking size of int64_t
  16861. configure:18858: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16862. configure:18858: $? = 0
  16863. configure:18858: ./conftest
  16864. configure:18858: $? = 0
  16865. configure:18873: result: 8
  16866. configure:18900: checking for uint64_t
  16867. configure:18917: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16868. configure:18917: $? = 0
  16869. configure:18941: result: yes
  16870. configure:18970: checking size of uint64_t
  16871. configure:18975: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  16872. configure:18975: $? = 0
  16873. configure:18975: ./conftest
  16874. configure:18975: $? = 0
  16875. configure:18990: result: 8
  16876. configure:19017: checking for int128_t
  16877. configure:19034: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  16878. conftest.c:219:9: error: unknown type name 'int128_t'
  16879. typedef int128_t t; int s = sizeof(t) == 42;
  16880. ^
  16881. 1 error generated.
  16882. configure:19034: $? = 1
  16883. configure: failed program was:
  16884. | /* confdefs.h */
  16885. | #define PACKAGE_NAME ""
  16886. | #define PACKAGE_TARNAME ""
  16887. | #define PACKAGE_VERSION ""
  16888. | #define PACKAGE_STRING ""
  16889. | #define PACKAGE_BUGREPORT ""
  16890. | #define PACKAGE_URL ""
  16891. | #define CANONICALIZATION_FOR_MATHN 1
  16892. | #define STDC_HEADERS 1
  16893. | #define HAVE_SYS_TYPES_H 1
  16894. | #define HAVE_SYS_STAT_H 1
  16895. | #define HAVE_STDLIB_H 1
  16896. | #define HAVE_STRING_H 1
  16897. | #define HAVE_MEMORY_H 1
  16898. | #define HAVE_STRINGS_H 1
  16899. | #define HAVE_INTTYPES_H 1
  16900. | #define HAVE_STDINT_H 1
  16901. | #define HAVE_UNISTD_H 1
  16902. | #define __EXTENSIONS__ 1
  16903. | #define _ALL_SOURCE 1
  16904. | #define _GNU_SOURCE 1
  16905. | #define _POSIX_PTHREAD_SEMANTICS 1
  16906. | #define _TANDEM_SOURCE 1
  16907. | #define HAVE_INFINITY 1
  16908. | #define HAVE_NAN 1
  16909. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  16910. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  16911. | #define BROKEN_CRYPT 1
  16912. | #define HAVE_CRT_EXTERNS_H 1
  16913. | #define HAVE_LIBDL 1
  16914. | #define HAVE_DIRENT_H 1
  16915. | #define HAVE__BOOL 1
  16916. | #define HAVE_STDBOOL_H 1
  16917. | #define HAVE_SYS_WAIT_H 1
  16918. | #define HAVE_GRP_H 1
  16919. | #define HAVE_FCNTL_H 1
  16920. | #define HAVE_FLOAT_H 1
  16921. | #define HAVE_LANGINFO_H 1
  16922. | #define HAVE_LIMITS_H 1
  16923. | #define HAVE_LOCALE_H 1
  16924. | #define HAVE_MALLOC_MALLOC_H 1
  16925. | #define HAVE_PWD_H 1
  16926. | #define HAVE_SYS_ATTR_H 1
  16927. | #define HAVE_SYS_FCNTL_H 1
  16928. | #define HAVE_SYS_FILE_H 1
  16929. | #define HAVE_SYS_IOCTL_H 1
  16930. | #define HAVE_SYS_PARAM_H 1
  16931. | #define HAVE_SYS_RESOURCE_H 1
  16932. | #define HAVE_SYS_SELECT_H 1
  16933. | #define HAVE_SYS_SOCKET_H 1
  16934. | #define HAVE_SYS_TIME_H 1
  16935. | #define HAVE_SYS_TIMES_H 1
  16936. | #define HAVE_SYS_UIO_H 1
  16937. | #define HAVE_TIME_H 1
  16938. | #define HAVE_UCONTEXT_H 1
  16939. | #define HAVE_UTIME_H 1
  16940. | #define HAVE_GMP_H 1
  16941. | #define HAVE_LIBGMP 1
  16942. | #define HAVE_TYPEOF 1
  16943. | #define HAVE_LONG_LONG 1
  16944. | #define HAVE_OFF_T 1
  16945. | #define SIZEOF_INT 4
  16946. | #define SIZEOF_SHORT 2
  16947. | #define SIZEOF_LONG 8
  16948. | #define SIZEOF_LONG_LONG 8
  16949. | #define SIZEOF___INT64 0
  16950. | #define SIZEOF___INT128 16
  16951. | #define SIZEOF_OFF_T 8
  16952. | #define SIZEOF_VOIDP 8
  16953. | #define SIZEOF_FLOAT 4
  16954. | #define SIZEOF_DOUBLE 8
  16955. | #define SIZEOF_TIME_T 8
  16956. | #define SIZEOF_CLOCK_T 8
  16957. | #define PACKED_STRUCT(x) x __attribute__((packed))
  16958. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  16959. | #define PRI_LL_PREFIX "ll"
  16960. | #define rb_pid_t pid_t
  16961. | #define SIGNEDNESS_OF_PID_T -1
  16962. | #define PIDT2NUM(v) INT2NUM(v)
  16963. | #define NUM2PIDT(v) NUM2INT(v)
  16964. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  16965. | #define rb_uid_t uid_t
  16966. | #define SIGNEDNESS_OF_UID_T +1
  16967. | #define UIDT2NUM(v) UINT2NUM(v)
  16968. | #define NUM2UIDT(v) NUM2UINT(v)
  16969. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  16970. | #define rb_gid_t gid_t
  16971. | #define SIGNEDNESS_OF_GID_T +1
  16972. | #define GIDT2NUM(v) UINT2NUM(v)
  16973. | #define NUM2GIDT(v) NUM2UINT(v)
  16974. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  16975. | #define rb_time_t time_t
  16976. | #define SIGNEDNESS_OF_TIME_T -1
  16977. | #define TIMET2NUM(v) LONG2NUM(v)
  16978. | #define NUM2TIMET(v) NUM2LONG(v)
  16979. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  16980. | #define rb_dev_t dev_t
  16981. | #define SIGNEDNESS_OF_DEV_T -1
  16982. | #define DEVT2NUM(v) INT2NUM(v)
  16983. | #define NUM2DEVT(v) NUM2INT(v)
  16984. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  16985. | #define rb_mode_t mode_t
  16986. | #define SIGNEDNESS_OF_MODE_T +1
  16987. | #define MODET2NUM(v) UINT2NUM(v)
  16988. | #define NUM2MODET(v) NUM2UINT(v)
  16989. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  16990. | #define rb_rlim_t rlim_t
  16991. | #define SIGNEDNESS_OF_RLIM_T +1
  16992. | #define RLIM2NUM(v) ULL2NUM(v)
  16993. | #define NUM2RLIM(v) NUM2ULL(v)
  16994. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  16995. | #define rb_off_t off_t
  16996. | #define SIGNEDNESS_OF_OFF_T -1
  16997. | #define OFFT2NUM(v) LL2NUM(v)
  16998. | #define NUM2OFFT(v) NUM2LL(v)
  16999. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17000. | #define rb_clockid_t int
  17001. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17002. | #define CLOCKID2NUM(v) INT2NUM(v)
  17003. | #define NUM2CLOCKID(v) NUM2INT(v)
  17004. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17005. | #define HAVE_PROTOTYPES 1
  17006. | #define TOKEN_PASTE(x,y) x##y
  17007. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17008. | #define HAVE_STDARG_PROTOTYPES 1
  17009. | #define HAVE_VA_ARGS_MACRO 1
  17010. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17011. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17012. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17013. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17014. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17015. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17016. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17017. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17018. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17019. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17020. | #define WEAK(x) __attribute__ ((__weak__)) x
  17021. | #define HAVE_FUNC_WEAK 1
  17022. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17023. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17024. | #define HAVE_GCC_SYNC_BUILTINS 1
  17025. | #define UNREACHABLE __builtin_unreachable()
  17026. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17027. | #define RUBY_FUNCTION_NAME_STRING __func__
  17028. | #define ENUM_OVER_INT 1
  17029. | #define HAVE_DECL_SYS_NERR 1
  17030. | #define HAVE_DECL_GETENV 1
  17031. | #define SIZEOF_SIZE_T 8
  17032. | #define SIZEOF_PTRDIFF_T 8
  17033. | #define PRI_SIZE_PREFIX "z"
  17034. | #define PRI_PTRDIFF_PREFIX "t"
  17035. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17036. | #define HAVE_ST_BLKSIZE 1
  17037. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17038. | #define HAVE_ST_BLOCKS 1
  17039. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17040. | #define HAVE_ST_RDEV 1
  17041. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17042. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17043. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17044. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17045. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17046. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17047. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17048. | #define HAVE_STRUCT_TIMEVAL 1
  17049. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17050. | #define HAVE_STRUCT_TIMESPEC 1
  17051. | #define HAVE_STRUCT_TIMEZONE 1
  17052. | #define HAVE_INT8_T 1
  17053. | #define SIZEOF_INT8_T 1
  17054. | #define HAVE_UINT8_T 1
  17055. | #define SIZEOF_UINT8_T 1
  17056. | #define HAVE_INT16_T 1
  17057. | #define SIZEOF_INT16_T 2
  17058. | #define HAVE_UINT16_T 1
  17059. | #define SIZEOF_UINT16_T 2
  17060. | #define HAVE_INT32_T 1
  17061. | #define SIZEOF_INT32_T 4
  17062. | #define HAVE_UINT32_T 1
  17063. | #define SIZEOF_UINT32_T 4
  17064. | #define HAVE_INT64_T 1
  17065. | #define SIZEOF_INT64_T 8
  17066. | #define HAVE_UINT64_T 1
  17067. | #define SIZEOF_UINT64_T 8
  17068. | /* end confdefs.h. */
  17069. | #include <stdio.h>
  17070. | #ifdef HAVE_SYS_TYPES_H
  17071. | # include <sys/types.h>
  17072. | #endif
  17073. | #ifdef HAVE_SYS_STAT_H
  17074. | # include <sys/stat.h>
  17075. | #endif
  17076. | #ifdef STDC_HEADERS
  17077. | # include <stdlib.h>
  17078. | # include <stddef.h>
  17079. | #else
  17080. | # ifdef HAVE_STDLIB_H
  17081. | # include <stdlib.h>
  17082. | # endif
  17083. | #endif
  17084. | #ifdef HAVE_STRING_H
  17085. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17086. | # include <memory.h>
  17087. | # endif
  17088. | # include <string.h>
  17089. | #endif
  17090. | #ifdef HAVE_STRINGS_H
  17091. | # include <strings.h>
  17092. | #endif
  17093. | #ifdef HAVE_INTTYPES_H
  17094. | # include <inttypes.h>
  17095. | #endif
  17096. | #ifdef HAVE_STDINT_H
  17097. | # include <stdint.h>
  17098. | #endif
  17099. | #ifdef HAVE_UNISTD_H
  17100. | # include <unistd.h>
  17101. | #endif
  17102. | typedef int128_t t; int s = sizeof(t) == 42;
  17103. | int
  17104. | main ()
  17105. | {
  17106. |
  17107. | ;
  17108. | return 0;
  17109. | }
  17110. configure:19058: result: __int128
  17111. configure:19134: checking for uint128_t
  17112. configure:19151: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17113. conftest.c:222:9: error: unknown type name 'uint128_t'
  17114. typedef uint128_t t; int s = sizeof(t) == 42;
  17115. ^
  17116. 1 error generated.
  17117. configure:19151: $? = 1
  17118. configure: failed program was:
  17119. | /* confdefs.h */
  17120. | #define PACKAGE_NAME ""
  17121. | #define PACKAGE_TARNAME ""
  17122. | #define PACKAGE_VERSION ""
  17123. | #define PACKAGE_STRING ""
  17124. | #define PACKAGE_BUGREPORT ""
  17125. | #define PACKAGE_URL ""
  17126. | #define CANONICALIZATION_FOR_MATHN 1
  17127. | #define STDC_HEADERS 1
  17128. | #define HAVE_SYS_TYPES_H 1
  17129. | #define HAVE_SYS_STAT_H 1
  17130. | #define HAVE_STDLIB_H 1
  17131. | #define HAVE_STRING_H 1
  17132. | #define HAVE_MEMORY_H 1
  17133. | #define HAVE_STRINGS_H 1
  17134. | #define HAVE_INTTYPES_H 1
  17135. | #define HAVE_STDINT_H 1
  17136. | #define HAVE_UNISTD_H 1
  17137. | #define __EXTENSIONS__ 1
  17138. | #define _ALL_SOURCE 1
  17139. | #define _GNU_SOURCE 1
  17140. | #define _POSIX_PTHREAD_SEMANTICS 1
  17141. | #define _TANDEM_SOURCE 1
  17142. | #define HAVE_INFINITY 1
  17143. | #define HAVE_NAN 1
  17144. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17145. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17146. | #define BROKEN_CRYPT 1
  17147. | #define HAVE_CRT_EXTERNS_H 1
  17148. | #define HAVE_LIBDL 1
  17149. | #define HAVE_DIRENT_H 1
  17150. | #define HAVE__BOOL 1
  17151. | #define HAVE_STDBOOL_H 1
  17152. | #define HAVE_SYS_WAIT_H 1
  17153. | #define HAVE_GRP_H 1
  17154. | #define HAVE_FCNTL_H 1
  17155. | #define HAVE_FLOAT_H 1
  17156. | #define HAVE_LANGINFO_H 1
  17157. | #define HAVE_LIMITS_H 1
  17158. | #define HAVE_LOCALE_H 1
  17159. | #define HAVE_MALLOC_MALLOC_H 1
  17160. | #define HAVE_PWD_H 1
  17161. | #define HAVE_SYS_ATTR_H 1
  17162. | #define HAVE_SYS_FCNTL_H 1
  17163. | #define HAVE_SYS_FILE_H 1
  17164. | #define HAVE_SYS_IOCTL_H 1
  17165. | #define HAVE_SYS_PARAM_H 1
  17166. | #define HAVE_SYS_RESOURCE_H 1
  17167. | #define HAVE_SYS_SELECT_H 1
  17168. | #define HAVE_SYS_SOCKET_H 1
  17169. | #define HAVE_SYS_TIME_H 1
  17170. | #define HAVE_SYS_TIMES_H 1
  17171. | #define HAVE_SYS_UIO_H 1
  17172. | #define HAVE_TIME_H 1
  17173. | #define HAVE_UCONTEXT_H 1
  17174. | #define HAVE_UTIME_H 1
  17175. | #define HAVE_GMP_H 1
  17176. | #define HAVE_LIBGMP 1
  17177. | #define HAVE_TYPEOF 1
  17178. | #define HAVE_LONG_LONG 1
  17179. | #define HAVE_OFF_T 1
  17180. | #define SIZEOF_INT 4
  17181. | #define SIZEOF_SHORT 2
  17182. | #define SIZEOF_LONG 8
  17183. | #define SIZEOF_LONG_LONG 8
  17184. | #define SIZEOF___INT64 0
  17185. | #define SIZEOF___INT128 16
  17186. | #define SIZEOF_OFF_T 8
  17187. | #define SIZEOF_VOIDP 8
  17188. | #define SIZEOF_FLOAT 4
  17189. | #define SIZEOF_DOUBLE 8
  17190. | #define SIZEOF_TIME_T 8
  17191. | #define SIZEOF_CLOCK_T 8
  17192. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17193. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17194. | #define PRI_LL_PREFIX "ll"
  17195. | #define rb_pid_t pid_t
  17196. | #define SIGNEDNESS_OF_PID_T -1
  17197. | #define PIDT2NUM(v) INT2NUM(v)
  17198. | #define NUM2PIDT(v) NUM2INT(v)
  17199. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17200. | #define rb_uid_t uid_t
  17201. | #define SIGNEDNESS_OF_UID_T +1
  17202. | #define UIDT2NUM(v) UINT2NUM(v)
  17203. | #define NUM2UIDT(v) NUM2UINT(v)
  17204. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17205. | #define rb_gid_t gid_t
  17206. | #define SIGNEDNESS_OF_GID_T +1
  17207. | #define GIDT2NUM(v) UINT2NUM(v)
  17208. | #define NUM2GIDT(v) NUM2UINT(v)
  17209. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17210. | #define rb_time_t time_t
  17211. | #define SIGNEDNESS_OF_TIME_T -1
  17212. | #define TIMET2NUM(v) LONG2NUM(v)
  17213. | #define NUM2TIMET(v) NUM2LONG(v)
  17214. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17215. | #define rb_dev_t dev_t
  17216. | #define SIGNEDNESS_OF_DEV_T -1
  17217. | #define DEVT2NUM(v) INT2NUM(v)
  17218. | #define NUM2DEVT(v) NUM2INT(v)
  17219. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17220. | #define rb_mode_t mode_t
  17221. | #define SIGNEDNESS_OF_MODE_T +1
  17222. | #define MODET2NUM(v) UINT2NUM(v)
  17223. | #define NUM2MODET(v) NUM2UINT(v)
  17224. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17225. | #define rb_rlim_t rlim_t
  17226. | #define SIGNEDNESS_OF_RLIM_T +1
  17227. | #define RLIM2NUM(v) ULL2NUM(v)
  17228. | #define NUM2RLIM(v) NUM2ULL(v)
  17229. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17230. | #define rb_off_t off_t
  17231. | #define SIGNEDNESS_OF_OFF_T -1
  17232. | #define OFFT2NUM(v) LL2NUM(v)
  17233. | #define NUM2OFFT(v) NUM2LL(v)
  17234. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17235. | #define rb_clockid_t int
  17236. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17237. | #define CLOCKID2NUM(v) INT2NUM(v)
  17238. | #define NUM2CLOCKID(v) NUM2INT(v)
  17239. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17240. | #define HAVE_PROTOTYPES 1
  17241. | #define TOKEN_PASTE(x,y) x##y
  17242. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17243. | #define HAVE_STDARG_PROTOTYPES 1
  17244. | #define HAVE_VA_ARGS_MACRO 1
  17245. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17246. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17247. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17248. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17249. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17250. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17251. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17252. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17253. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17254. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17255. | #define WEAK(x) __attribute__ ((__weak__)) x
  17256. | #define HAVE_FUNC_WEAK 1
  17257. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17258. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17259. | #define HAVE_GCC_SYNC_BUILTINS 1
  17260. | #define UNREACHABLE __builtin_unreachable()
  17261. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17262. | #define RUBY_FUNCTION_NAME_STRING __func__
  17263. | #define ENUM_OVER_INT 1
  17264. | #define HAVE_DECL_SYS_NERR 1
  17265. | #define HAVE_DECL_GETENV 1
  17266. | #define SIZEOF_SIZE_T 8
  17267. | #define SIZEOF_PTRDIFF_T 8
  17268. | #define PRI_SIZE_PREFIX "z"
  17269. | #define PRI_PTRDIFF_PREFIX "t"
  17270. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17271. | #define HAVE_ST_BLKSIZE 1
  17272. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17273. | #define HAVE_ST_BLOCKS 1
  17274. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17275. | #define HAVE_ST_RDEV 1
  17276. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17277. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17278. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17279. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17280. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17281. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17282. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17283. | #define HAVE_STRUCT_TIMEVAL 1
  17284. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17285. | #define HAVE_STRUCT_TIMESPEC 1
  17286. | #define HAVE_STRUCT_TIMEZONE 1
  17287. | #define HAVE_INT8_T 1
  17288. | #define SIZEOF_INT8_T 1
  17289. | #define HAVE_UINT8_T 1
  17290. | #define SIZEOF_UINT8_T 1
  17291. | #define HAVE_INT16_T 1
  17292. | #define SIZEOF_INT16_T 2
  17293. | #define HAVE_UINT16_T 1
  17294. | #define SIZEOF_UINT16_T 2
  17295. | #define HAVE_INT32_T 1
  17296. | #define SIZEOF_INT32_T 4
  17297. | #define HAVE_UINT32_T 1
  17298. | #define SIZEOF_UINT32_T 4
  17299. | #define HAVE_INT64_T 1
  17300. | #define SIZEOF_INT64_T 8
  17301. | #define HAVE_UINT64_T 1
  17302. | #define SIZEOF_UINT64_T 8
  17303. | #define HAVE_INT128_T 1
  17304. | #define int128_t __int128
  17305. | #define SIZEOF_INT128_T SIZEOF___INT128
  17306. | /* end confdefs.h. */
  17307. | #include <stdio.h>
  17308. | #ifdef HAVE_SYS_TYPES_H
  17309. | # include <sys/types.h>
  17310. | #endif
  17311. | #ifdef HAVE_SYS_STAT_H
  17312. | # include <sys/stat.h>
  17313. | #endif
  17314. | #ifdef STDC_HEADERS
  17315. | # include <stdlib.h>
  17316. | # include <stddef.h>
  17317. | #else
  17318. | # ifdef HAVE_STDLIB_H
  17319. | # include <stdlib.h>
  17320. | # endif
  17321. | #endif
  17322. | #ifdef HAVE_STRING_H
  17323. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  17324. | # include <memory.h>
  17325. | # endif
  17326. | # include <string.h>
  17327. | #endif
  17328. | #ifdef HAVE_STRINGS_H
  17329. | # include <strings.h>
  17330. | #endif
  17331. | #ifdef HAVE_INTTYPES_H
  17332. | # include <inttypes.h>
  17333. | #endif
  17334. | #ifdef HAVE_STDINT_H
  17335. | # include <stdint.h>
  17336. | #endif
  17337. | #ifdef HAVE_UNISTD_H
  17338. | # include <unistd.h>
  17339. | #endif
  17340. | typedef uint128_t t; int s = sizeof(t) == 42;
  17341. | int
  17342. | main ()
  17343. | {
  17344. |
  17345. | ;
  17346. | return 0;
  17347. | }
  17348. configure:19175: result: unsigned __int128
  17349. configure:19251: checking for intptr_t
  17350. configure:19268: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17351. configure:19268: $? = 0
  17352. configure:19292: result: yes
  17353. configure:19420: checking size of intptr_t
  17354. configure:19425: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17355. configure:19425: $? = 0
  17356. configure:19425: ./conftest
  17357. configure:19425: $? = 0
  17358. configure:19440: result: 8
  17359. configure:19469: checking for uintptr_t
  17360. configure:19486: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17361. configure:19486: $? = 0
  17362. configure:19510: result: yes
  17363. configure:19638: checking size of uintptr_t
  17364. configure:19643: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17365. configure:19643: $? = 0
  17366. configure:19643: ./conftest
  17367. configure:19643: $? = 0
  17368. configure:19658: result: 8
  17369. configure:19687: checking for ssize_t
  17370. configure:19705: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17371. configure:19705: $? = 0
  17372. configure:19729: result: yes
  17373. configure:19859: checking size of ssize_t
  17374. configure:19864: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17375. configure:19864: $? = 0
  17376. configure:19864: ./conftest
  17377. configure:19864: $? = 0
  17378. configure:19880: result: 8
  17379. configure:19909: checking for stack end address
  17380. configure:19926: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17381. Undefined symbols for architecture x86_64:
  17382. "___libc_stack_end", referenced from:
  17383. _main in conftest-4ba335.o
  17384. ld: symbol(s) not found for architecture x86_64
  17385. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17386. configure:19926: $? = 1
  17387. configure: failed program was:
  17388. | /* confdefs.h */
  17389. | #define PACKAGE_NAME ""
  17390. | #define PACKAGE_TARNAME ""
  17391. | #define PACKAGE_VERSION ""
  17392. | #define PACKAGE_STRING ""
  17393. | #define PACKAGE_BUGREPORT ""
  17394. | #define PACKAGE_URL ""
  17395. | #define CANONICALIZATION_FOR_MATHN 1
  17396. | #define STDC_HEADERS 1
  17397. | #define HAVE_SYS_TYPES_H 1
  17398. | #define HAVE_SYS_STAT_H 1
  17399. | #define HAVE_STDLIB_H 1
  17400. | #define HAVE_STRING_H 1
  17401. | #define HAVE_MEMORY_H 1
  17402. | #define HAVE_STRINGS_H 1
  17403. | #define HAVE_INTTYPES_H 1
  17404. | #define HAVE_STDINT_H 1
  17405. | #define HAVE_UNISTD_H 1
  17406. | #define __EXTENSIONS__ 1
  17407. | #define _ALL_SOURCE 1
  17408. | #define _GNU_SOURCE 1
  17409. | #define _POSIX_PTHREAD_SEMANTICS 1
  17410. | #define _TANDEM_SOURCE 1
  17411. | #define HAVE_INFINITY 1
  17412. | #define HAVE_NAN 1
  17413. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17414. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17415. | #define BROKEN_CRYPT 1
  17416. | #define HAVE_CRT_EXTERNS_H 1
  17417. | #define HAVE_LIBDL 1
  17418. | #define HAVE_DIRENT_H 1
  17419. | #define HAVE__BOOL 1
  17420. | #define HAVE_STDBOOL_H 1
  17421. | #define HAVE_SYS_WAIT_H 1
  17422. | #define HAVE_GRP_H 1
  17423. | #define HAVE_FCNTL_H 1
  17424. | #define HAVE_FLOAT_H 1
  17425. | #define HAVE_LANGINFO_H 1
  17426. | #define HAVE_LIMITS_H 1
  17427. | #define HAVE_LOCALE_H 1
  17428. | #define HAVE_MALLOC_MALLOC_H 1
  17429. | #define HAVE_PWD_H 1
  17430. | #define HAVE_SYS_ATTR_H 1
  17431. | #define HAVE_SYS_FCNTL_H 1
  17432. | #define HAVE_SYS_FILE_H 1
  17433. | #define HAVE_SYS_IOCTL_H 1
  17434. | #define HAVE_SYS_PARAM_H 1
  17435. | #define HAVE_SYS_RESOURCE_H 1
  17436. | #define HAVE_SYS_SELECT_H 1
  17437. | #define HAVE_SYS_SOCKET_H 1
  17438. | #define HAVE_SYS_TIME_H 1
  17439. | #define HAVE_SYS_TIMES_H 1
  17440. | #define HAVE_SYS_UIO_H 1
  17441. | #define HAVE_TIME_H 1
  17442. | #define HAVE_UCONTEXT_H 1
  17443. | #define HAVE_UTIME_H 1
  17444. | #define HAVE_GMP_H 1
  17445. | #define HAVE_LIBGMP 1
  17446. | #define HAVE_TYPEOF 1
  17447. | #define HAVE_LONG_LONG 1
  17448. | #define HAVE_OFF_T 1
  17449. | #define SIZEOF_INT 4
  17450. | #define SIZEOF_SHORT 2
  17451. | #define SIZEOF_LONG 8
  17452. | #define SIZEOF_LONG_LONG 8
  17453. | #define SIZEOF___INT64 0
  17454. | #define SIZEOF___INT128 16
  17455. | #define SIZEOF_OFF_T 8
  17456. | #define SIZEOF_VOIDP 8
  17457. | #define SIZEOF_FLOAT 4
  17458. | #define SIZEOF_DOUBLE 8
  17459. | #define SIZEOF_TIME_T 8
  17460. | #define SIZEOF_CLOCK_T 8
  17461. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17462. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17463. | #define PRI_LL_PREFIX "ll"
  17464. | #define rb_pid_t pid_t
  17465. | #define SIGNEDNESS_OF_PID_T -1
  17466. | #define PIDT2NUM(v) INT2NUM(v)
  17467. | #define NUM2PIDT(v) NUM2INT(v)
  17468. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17469. | #define rb_uid_t uid_t
  17470. | #define SIGNEDNESS_OF_UID_T +1
  17471. | #define UIDT2NUM(v) UINT2NUM(v)
  17472. | #define NUM2UIDT(v) NUM2UINT(v)
  17473. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17474. | #define rb_gid_t gid_t
  17475. | #define SIGNEDNESS_OF_GID_T +1
  17476. | #define GIDT2NUM(v) UINT2NUM(v)
  17477. | #define NUM2GIDT(v) NUM2UINT(v)
  17478. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17479. | #define rb_time_t time_t
  17480. | #define SIGNEDNESS_OF_TIME_T -1
  17481. | #define TIMET2NUM(v) LONG2NUM(v)
  17482. | #define NUM2TIMET(v) NUM2LONG(v)
  17483. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17484. | #define rb_dev_t dev_t
  17485. | #define SIGNEDNESS_OF_DEV_T -1
  17486. | #define DEVT2NUM(v) INT2NUM(v)
  17487. | #define NUM2DEVT(v) NUM2INT(v)
  17488. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17489. | #define rb_mode_t mode_t
  17490. | #define SIGNEDNESS_OF_MODE_T +1
  17491. | #define MODET2NUM(v) UINT2NUM(v)
  17492. | #define NUM2MODET(v) NUM2UINT(v)
  17493. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17494. | #define rb_rlim_t rlim_t
  17495. | #define SIGNEDNESS_OF_RLIM_T +1
  17496. | #define RLIM2NUM(v) ULL2NUM(v)
  17497. | #define NUM2RLIM(v) NUM2ULL(v)
  17498. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17499. | #define rb_off_t off_t
  17500. | #define SIGNEDNESS_OF_OFF_T -1
  17501. | #define OFFT2NUM(v) LL2NUM(v)
  17502. | #define NUM2OFFT(v) NUM2LL(v)
  17503. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17504. | #define rb_clockid_t int
  17505. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17506. | #define CLOCKID2NUM(v) INT2NUM(v)
  17507. | #define NUM2CLOCKID(v) NUM2INT(v)
  17508. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17509. | #define HAVE_PROTOTYPES 1
  17510. | #define TOKEN_PASTE(x,y) x##y
  17511. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17512. | #define HAVE_STDARG_PROTOTYPES 1
  17513. | #define HAVE_VA_ARGS_MACRO 1
  17514. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17515. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17516. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17517. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17518. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17519. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17520. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17521. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17522. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17523. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17524. | #define WEAK(x) __attribute__ ((__weak__)) x
  17525. | #define HAVE_FUNC_WEAK 1
  17526. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17527. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17528. | #define HAVE_GCC_SYNC_BUILTINS 1
  17529. | #define UNREACHABLE __builtin_unreachable()
  17530. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17531. | #define RUBY_FUNCTION_NAME_STRING __func__
  17532. | #define ENUM_OVER_INT 1
  17533. | #define HAVE_DECL_SYS_NERR 1
  17534. | #define HAVE_DECL_GETENV 1
  17535. | #define SIZEOF_SIZE_T 8
  17536. | #define SIZEOF_PTRDIFF_T 8
  17537. | #define PRI_SIZE_PREFIX "z"
  17538. | #define PRI_PTRDIFF_PREFIX "t"
  17539. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17540. | #define HAVE_ST_BLKSIZE 1
  17541. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17542. | #define HAVE_ST_BLOCKS 1
  17543. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17544. | #define HAVE_ST_RDEV 1
  17545. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17546. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17547. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17548. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17549. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17550. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17551. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17552. | #define HAVE_STRUCT_TIMEVAL 1
  17553. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17554. | #define HAVE_STRUCT_TIMESPEC 1
  17555. | #define HAVE_STRUCT_TIMEZONE 1
  17556. | #define HAVE_INT8_T 1
  17557. | #define SIZEOF_INT8_T 1
  17558. | #define HAVE_UINT8_T 1
  17559. | #define SIZEOF_UINT8_T 1
  17560. | #define HAVE_INT16_T 1
  17561. | #define SIZEOF_INT16_T 2
  17562. | #define HAVE_UINT16_T 1
  17563. | #define SIZEOF_UINT16_T 2
  17564. | #define HAVE_INT32_T 1
  17565. | #define SIZEOF_INT32_T 4
  17566. | #define HAVE_UINT32_T 1
  17567. | #define SIZEOF_UINT32_T 4
  17568. | #define HAVE_INT64_T 1
  17569. | #define SIZEOF_INT64_T 8
  17570. | #define HAVE_UINT64_T 1
  17571. | #define SIZEOF_UINT64_T 8
  17572. | #define HAVE_INT128_T 1
  17573. | #define int128_t __int128
  17574. | #define SIZEOF_INT128_T SIZEOF___INT128
  17575. | #define HAVE_UINT128_T 1
  17576. | #define uint128_t unsigned __int128
  17577. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17578. | #define HAVE_INTPTR_T 1
  17579. | #define SIZEOF_INTPTR_T 8
  17580. | #define HAVE_UINTPTR_T 1
  17581. | #define SIZEOF_UINTPTR_T 8
  17582. | #define HAVE_SSIZE_T 1
  17583. | #define SIZEOF_SSIZE_T 8
  17584. | /* end confdefs.h. */
  17585. | extern void *__libc_stack_end;
  17586. | int
  17587. | main ()
  17588. | {
  17589. | if (!__libc_stack_end) return 1;
  17590. | ;
  17591. | return 0;
  17592. | }
  17593. configure:19933: result: no
  17594. configure:20008: checking for uid_t in sys/types.h
  17595. configure:20027: result: yes
  17596. configure:20038: checking type of array argument to getgroups
  17597. configure:20097: result: gid_t
  17598. configure:20105: checking return type of signal handlers
  17599. configure:20123: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  17600. conftest.c:205:8: error: indirection requires pointer operand ('void' invalid)
  17601. return *(signal (0, 0)) (0) == 1;
  17602. ^~~~~~~~~~~~~~~~~~~~
  17603. 1 error generated.
  17604. configure:20123: $? = 1
  17605. configure: failed program was:
  17606. | /* confdefs.h */
  17607. | #define PACKAGE_NAME ""
  17608. | #define PACKAGE_TARNAME ""
  17609. | #define PACKAGE_VERSION ""
  17610. | #define PACKAGE_STRING ""
  17611. | #define PACKAGE_BUGREPORT ""
  17612. | #define PACKAGE_URL ""
  17613. | #define CANONICALIZATION_FOR_MATHN 1
  17614. | #define STDC_HEADERS 1
  17615. | #define HAVE_SYS_TYPES_H 1
  17616. | #define HAVE_SYS_STAT_H 1
  17617. | #define HAVE_STDLIB_H 1
  17618. | #define HAVE_STRING_H 1
  17619. | #define HAVE_MEMORY_H 1
  17620. | #define HAVE_STRINGS_H 1
  17621. | #define HAVE_INTTYPES_H 1
  17622. | #define HAVE_STDINT_H 1
  17623. | #define HAVE_UNISTD_H 1
  17624. | #define __EXTENSIONS__ 1
  17625. | #define _ALL_SOURCE 1
  17626. | #define _GNU_SOURCE 1
  17627. | #define _POSIX_PTHREAD_SEMANTICS 1
  17628. | #define _TANDEM_SOURCE 1
  17629. | #define HAVE_INFINITY 1
  17630. | #define HAVE_NAN 1
  17631. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17632. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17633. | #define BROKEN_CRYPT 1
  17634. | #define HAVE_CRT_EXTERNS_H 1
  17635. | #define HAVE_LIBDL 1
  17636. | #define HAVE_DIRENT_H 1
  17637. | #define HAVE__BOOL 1
  17638. | #define HAVE_STDBOOL_H 1
  17639. | #define HAVE_SYS_WAIT_H 1
  17640. | #define HAVE_GRP_H 1
  17641. | #define HAVE_FCNTL_H 1
  17642. | #define HAVE_FLOAT_H 1
  17643. | #define HAVE_LANGINFO_H 1
  17644. | #define HAVE_LIMITS_H 1
  17645. | #define HAVE_LOCALE_H 1
  17646. | #define HAVE_MALLOC_MALLOC_H 1
  17647. | #define HAVE_PWD_H 1
  17648. | #define HAVE_SYS_ATTR_H 1
  17649. | #define HAVE_SYS_FCNTL_H 1
  17650. | #define HAVE_SYS_FILE_H 1
  17651. | #define HAVE_SYS_IOCTL_H 1
  17652. | #define HAVE_SYS_PARAM_H 1
  17653. | #define HAVE_SYS_RESOURCE_H 1
  17654. | #define HAVE_SYS_SELECT_H 1
  17655. | #define HAVE_SYS_SOCKET_H 1
  17656. | #define HAVE_SYS_TIME_H 1
  17657. | #define HAVE_SYS_TIMES_H 1
  17658. | #define HAVE_SYS_UIO_H 1
  17659. | #define HAVE_TIME_H 1
  17660. | #define HAVE_UCONTEXT_H 1
  17661. | #define HAVE_UTIME_H 1
  17662. | #define HAVE_GMP_H 1
  17663. | #define HAVE_LIBGMP 1
  17664. | #define HAVE_TYPEOF 1
  17665. | #define HAVE_LONG_LONG 1
  17666. | #define HAVE_OFF_T 1
  17667. | #define SIZEOF_INT 4
  17668. | #define SIZEOF_SHORT 2
  17669. | #define SIZEOF_LONG 8
  17670. | #define SIZEOF_LONG_LONG 8
  17671. | #define SIZEOF___INT64 0
  17672. | #define SIZEOF___INT128 16
  17673. | #define SIZEOF_OFF_T 8
  17674. | #define SIZEOF_VOIDP 8
  17675. | #define SIZEOF_FLOAT 4
  17676. | #define SIZEOF_DOUBLE 8
  17677. | #define SIZEOF_TIME_T 8
  17678. | #define SIZEOF_CLOCK_T 8
  17679. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17680. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17681. | #define PRI_LL_PREFIX "ll"
  17682. | #define rb_pid_t pid_t
  17683. | #define SIGNEDNESS_OF_PID_T -1
  17684. | #define PIDT2NUM(v) INT2NUM(v)
  17685. | #define NUM2PIDT(v) NUM2INT(v)
  17686. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17687. | #define rb_uid_t uid_t
  17688. | #define SIGNEDNESS_OF_UID_T +1
  17689. | #define UIDT2NUM(v) UINT2NUM(v)
  17690. | #define NUM2UIDT(v) NUM2UINT(v)
  17691. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17692. | #define rb_gid_t gid_t
  17693. | #define SIGNEDNESS_OF_GID_T +1
  17694. | #define GIDT2NUM(v) UINT2NUM(v)
  17695. | #define NUM2GIDT(v) NUM2UINT(v)
  17696. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17697. | #define rb_time_t time_t
  17698. | #define SIGNEDNESS_OF_TIME_T -1
  17699. | #define TIMET2NUM(v) LONG2NUM(v)
  17700. | #define NUM2TIMET(v) NUM2LONG(v)
  17701. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17702. | #define rb_dev_t dev_t
  17703. | #define SIGNEDNESS_OF_DEV_T -1
  17704. | #define DEVT2NUM(v) INT2NUM(v)
  17705. | #define NUM2DEVT(v) NUM2INT(v)
  17706. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17707. | #define rb_mode_t mode_t
  17708. | #define SIGNEDNESS_OF_MODE_T +1
  17709. | #define MODET2NUM(v) UINT2NUM(v)
  17710. | #define NUM2MODET(v) NUM2UINT(v)
  17711. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17712. | #define rb_rlim_t rlim_t
  17713. | #define SIGNEDNESS_OF_RLIM_T +1
  17714. | #define RLIM2NUM(v) ULL2NUM(v)
  17715. | #define NUM2RLIM(v) NUM2ULL(v)
  17716. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17717. | #define rb_off_t off_t
  17718. | #define SIGNEDNESS_OF_OFF_T -1
  17719. | #define OFFT2NUM(v) LL2NUM(v)
  17720. | #define NUM2OFFT(v) NUM2LL(v)
  17721. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  17722. | #define rb_clockid_t int
  17723. | #define SIGNEDNESS_OF_CLOCKID_T -1
  17724. | #define CLOCKID2NUM(v) INT2NUM(v)
  17725. | #define NUM2CLOCKID(v) NUM2INT(v)
  17726. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  17727. | #define HAVE_PROTOTYPES 1
  17728. | #define TOKEN_PASTE(x,y) x##y
  17729. | #define STRINGIZE(expr) STRINGIZE0(expr)
  17730. | #define HAVE_STDARG_PROTOTYPES 1
  17731. | #define HAVE_VA_ARGS_MACRO 1
  17732. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  17733. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  17734. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  17735. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  17736. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  17737. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  17738. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  17739. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  17740. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  17741. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  17742. | #define WEAK(x) __attribute__ ((__weak__)) x
  17743. | #define HAVE_FUNC_WEAK 1
  17744. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  17745. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  17746. | #define HAVE_GCC_SYNC_BUILTINS 1
  17747. | #define UNREACHABLE __builtin_unreachable()
  17748. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  17749. | #define RUBY_FUNCTION_NAME_STRING __func__
  17750. | #define ENUM_OVER_INT 1
  17751. | #define HAVE_DECL_SYS_NERR 1
  17752. | #define HAVE_DECL_GETENV 1
  17753. | #define SIZEOF_SIZE_T 8
  17754. | #define SIZEOF_PTRDIFF_T 8
  17755. | #define PRI_SIZE_PREFIX "z"
  17756. | #define PRI_PTRDIFF_PREFIX "t"
  17757. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  17758. | #define HAVE_ST_BLKSIZE 1
  17759. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  17760. | #define HAVE_ST_BLOCKS 1
  17761. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  17762. | #define HAVE_ST_RDEV 1
  17763. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  17764. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  17765. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  17766. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  17767. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  17768. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  17769. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  17770. | #define HAVE_STRUCT_TIMEVAL 1
  17771. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  17772. | #define HAVE_STRUCT_TIMESPEC 1
  17773. | #define HAVE_STRUCT_TIMEZONE 1
  17774. | #define HAVE_INT8_T 1
  17775. | #define SIZEOF_INT8_T 1
  17776. | #define HAVE_UINT8_T 1
  17777. | #define SIZEOF_UINT8_T 1
  17778. | #define HAVE_INT16_T 1
  17779. | #define SIZEOF_INT16_T 2
  17780. | #define HAVE_UINT16_T 1
  17781. | #define SIZEOF_UINT16_T 2
  17782. | #define HAVE_INT32_T 1
  17783. | #define SIZEOF_INT32_T 4
  17784. | #define HAVE_UINT32_T 1
  17785. | #define SIZEOF_UINT32_T 4
  17786. | #define HAVE_INT64_T 1
  17787. | #define SIZEOF_INT64_T 8
  17788. | #define HAVE_UINT64_T 1
  17789. | #define SIZEOF_UINT64_T 8
  17790. | #define HAVE_INT128_T 1
  17791. | #define int128_t __int128
  17792. | #define SIZEOF_INT128_T SIZEOF___INT128
  17793. | #define HAVE_UINT128_T 1
  17794. | #define uint128_t unsigned __int128
  17795. | #define SIZEOF_UINT128_T SIZEOF___INT128
  17796. | #define HAVE_INTPTR_T 1
  17797. | #define SIZEOF_INTPTR_T 8
  17798. | #define HAVE_UINTPTR_T 1
  17799. | #define SIZEOF_UINTPTR_T 8
  17800. | #define HAVE_SSIZE_T 1
  17801. | #define SIZEOF_SSIZE_T 8
  17802. | #define GETGROUPS_T gid_t
  17803. | /* end confdefs.h. */
  17804. | #include <sys/types.h>
  17805. | #include <signal.h>
  17806. |
  17807. | int
  17808. | main ()
  17809. | {
  17810. | return *(signal (0, 0)) (0) == 1;
  17811. | ;
  17812. | return 0;
  17813. | }
  17814. configure:20130: result: void
  17815. configure:20181: checking for working alloca.h
  17816. configure:20198: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17817. configure:20198: $? = 0
  17818. configure:20206: result: yes
  17819. configure:20214: checking for alloca
  17820. configure:20251: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17821. configure:20251: $? = 0
  17822. configure:20259: result: yes
  17823. configure:20369: checking for dynamic size alloca
  17824. configure:20393: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17825. configure:20393: $? = 0
  17826. configure:20400: result: ok
  17827. configure:20421: checking for working memcmp
  17828. configure:20464: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17829. configure:20464: $? = 0
  17830. configure:20464: ./conftest
  17831. configure:20464: $? = 0
  17832. configure:20474: result: yes
  17833. configure:20487: checking for broken erfc of glibc-2.3.6 on IA64
  17834. configure:20507: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17835. conftest.c:207:4: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  17836. erfc(10000.0);
  17837. ^~~~ ~~~~~~~
  17838. 1 warning generated.
  17839. configure:20507: $? = 0
  17840. configure:20507: ./conftest
  17841. configure:20507: $? = 0
  17842. configure:20517: result: no
  17843. configure:20550: checking for acosh
  17844. configure:20550: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17845. conftest.c:225:6: warning: incompatible redeclaration of library function 'acosh' [-Wincompatible-library-redeclaration]
  17846. char acosh ();
  17847. ^
  17848. conftest.c:225:6: note: 'acosh' is a builtin with type 'double (double)'
  17849. 1 warning generated.
  17850. configure:20550: $? = 0
  17851. configure:20550: result: yes
  17852. configure:20564: checking for cbrt
  17853. configure:20564: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17854. conftest.c:226:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
  17855. char cbrt ();
  17856. ^
  17857. conftest.c:226:6: note: 'cbrt' is a builtin with type 'double (double)'
  17858. 1 warning generated.
  17859. configure:20564: $? = 0
  17860. configure:20564: result: yes
  17861. configure:20578: checking for crypt
  17862. configure:20578: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17863. configure:20578: $? = 0
  17864. configure:20578: result: yes
  17865. configure:20592: checking for dup2
  17866. configure:20592: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17867. configure:20592: $? = 0
  17868. configure:20592: result: yes
  17869. configure:20606: checking for erf
  17870. configure:20606: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17871. conftest.c:229:6: warning: incompatible redeclaration of library function 'erf' [-Wincompatible-library-redeclaration]
  17872. char erf ();
  17873. ^
  17874. conftest.c:229:6: note: 'erf' is a builtin with type 'double (double)'
  17875. 1 warning generated.
  17876. configure:20606: $? = 0
  17877. configure:20606: result: yes
  17878. configure:20620: checking for explicit_bzero
  17879. configure:20620: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  17880. Undefined symbols for architecture x86_64:
  17881. "_explicit_bzero", referenced from:
  17882. _main in conftest-c98023.o
  17883. ld: symbol(s) not found for architecture x86_64
  17884. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  17885. configure:20620: $? = 1
  17886. configure: failed program was:
  17887. | /* confdefs.h */
  17888. | #define PACKAGE_NAME ""
  17889. | #define PACKAGE_TARNAME ""
  17890. | #define PACKAGE_VERSION ""
  17891. | #define PACKAGE_STRING ""
  17892. | #define PACKAGE_BUGREPORT ""
  17893. | #define PACKAGE_URL ""
  17894. | #define CANONICALIZATION_FOR_MATHN 1
  17895. | #define STDC_HEADERS 1
  17896. | #define HAVE_SYS_TYPES_H 1
  17897. | #define HAVE_SYS_STAT_H 1
  17898. | #define HAVE_STDLIB_H 1
  17899. | #define HAVE_STRING_H 1
  17900. | #define HAVE_MEMORY_H 1
  17901. | #define HAVE_STRINGS_H 1
  17902. | #define HAVE_INTTYPES_H 1
  17903. | #define HAVE_STDINT_H 1
  17904. | #define HAVE_UNISTD_H 1
  17905. | #define __EXTENSIONS__ 1
  17906. | #define _ALL_SOURCE 1
  17907. | #define _GNU_SOURCE 1
  17908. | #define _POSIX_PTHREAD_SEMANTICS 1
  17909. | #define _TANDEM_SOURCE 1
  17910. | #define HAVE_INFINITY 1
  17911. | #define HAVE_NAN 1
  17912. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  17913. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  17914. | #define BROKEN_CRYPT 1
  17915. | #define HAVE_CRT_EXTERNS_H 1
  17916. | #define HAVE_LIBDL 1
  17917. | #define HAVE_DIRENT_H 1
  17918. | #define HAVE__BOOL 1
  17919. | #define HAVE_STDBOOL_H 1
  17920. | #define HAVE_SYS_WAIT_H 1
  17921. | #define HAVE_GRP_H 1
  17922. | #define HAVE_FCNTL_H 1
  17923. | #define HAVE_FLOAT_H 1
  17924. | #define HAVE_LANGINFO_H 1
  17925. | #define HAVE_LIMITS_H 1
  17926. | #define HAVE_LOCALE_H 1
  17927. | #define HAVE_MALLOC_MALLOC_H 1
  17928. | #define HAVE_PWD_H 1
  17929. | #define HAVE_SYS_ATTR_H 1
  17930. | #define HAVE_SYS_FCNTL_H 1
  17931. | #define HAVE_SYS_FILE_H 1
  17932. | #define HAVE_SYS_IOCTL_H 1
  17933. | #define HAVE_SYS_PARAM_H 1
  17934. | #define HAVE_SYS_RESOURCE_H 1
  17935. | #define HAVE_SYS_SELECT_H 1
  17936. | #define HAVE_SYS_SOCKET_H 1
  17937. | #define HAVE_SYS_TIME_H 1
  17938. | #define HAVE_SYS_TIMES_H 1
  17939. | #define HAVE_SYS_UIO_H 1
  17940. | #define HAVE_TIME_H 1
  17941. | #define HAVE_UCONTEXT_H 1
  17942. | #define HAVE_UTIME_H 1
  17943. | #define HAVE_GMP_H 1
  17944. | #define HAVE_LIBGMP 1
  17945. | #define HAVE_TYPEOF 1
  17946. | #define HAVE_LONG_LONG 1
  17947. | #define HAVE_OFF_T 1
  17948. | #define SIZEOF_INT 4
  17949. | #define SIZEOF_SHORT 2
  17950. | #define SIZEOF_LONG 8
  17951. | #define SIZEOF_LONG_LONG 8
  17952. | #define SIZEOF___INT64 0
  17953. | #define SIZEOF___INT128 16
  17954. | #define SIZEOF_OFF_T 8
  17955. | #define SIZEOF_VOIDP 8
  17956. | #define SIZEOF_FLOAT 4
  17957. | #define SIZEOF_DOUBLE 8
  17958. | #define SIZEOF_TIME_T 8
  17959. | #define SIZEOF_CLOCK_T 8
  17960. | #define PACKED_STRUCT(x) x __attribute__((packed))
  17961. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  17962. | #define PRI_LL_PREFIX "ll"
  17963. | #define rb_pid_t pid_t
  17964. | #define SIGNEDNESS_OF_PID_T -1
  17965. | #define PIDT2NUM(v) INT2NUM(v)
  17966. | #define NUM2PIDT(v) NUM2INT(v)
  17967. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  17968. | #define rb_uid_t uid_t
  17969. | #define SIGNEDNESS_OF_UID_T +1
  17970. | #define UIDT2NUM(v) UINT2NUM(v)
  17971. | #define NUM2UIDT(v) NUM2UINT(v)
  17972. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  17973. | #define rb_gid_t gid_t
  17974. | #define SIGNEDNESS_OF_GID_T +1
  17975. | #define GIDT2NUM(v) UINT2NUM(v)
  17976. | #define NUM2GIDT(v) NUM2UINT(v)
  17977. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  17978. | #define rb_time_t time_t
  17979. | #define SIGNEDNESS_OF_TIME_T -1
  17980. | #define TIMET2NUM(v) LONG2NUM(v)
  17981. | #define NUM2TIMET(v) NUM2LONG(v)
  17982. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  17983. | #define rb_dev_t dev_t
  17984. | #define SIGNEDNESS_OF_DEV_T -1
  17985. | #define DEVT2NUM(v) INT2NUM(v)
  17986. | #define NUM2DEVT(v) NUM2INT(v)
  17987. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  17988. | #define rb_mode_t mode_t
  17989. | #define SIGNEDNESS_OF_MODE_T +1
  17990. | #define MODET2NUM(v) UINT2NUM(v)
  17991. | #define NUM2MODET(v) NUM2UINT(v)
  17992. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  17993. | #define rb_rlim_t rlim_t
  17994. | #define SIGNEDNESS_OF_RLIM_T +1
  17995. | #define RLIM2NUM(v) ULL2NUM(v)
  17996. | #define NUM2RLIM(v) NUM2ULL(v)
  17997. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  17998. | #define rb_off_t off_t
  17999. | #define SIGNEDNESS_OF_OFF_T -1
  18000. | #define OFFT2NUM(v) LL2NUM(v)
  18001. | #define NUM2OFFT(v) NUM2LL(v)
  18002. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18003. | #define rb_clockid_t int
  18004. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18005. | #define CLOCKID2NUM(v) INT2NUM(v)
  18006. | #define NUM2CLOCKID(v) NUM2INT(v)
  18007. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18008. | #define HAVE_PROTOTYPES 1
  18009. | #define TOKEN_PASTE(x,y) x##y
  18010. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18011. | #define HAVE_STDARG_PROTOTYPES 1
  18012. | #define HAVE_VA_ARGS_MACRO 1
  18013. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18014. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18015. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18016. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18017. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18018. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18019. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18020. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18021. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18022. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18023. | #define WEAK(x) __attribute__ ((__weak__)) x
  18024. | #define HAVE_FUNC_WEAK 1
  18025. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18026. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18027. | #define HAVE_GCC_SYNC_BUILTINS 1
  18028. | #define UNREACHABLE __builtin_unreachable()
  18029. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18030. | #define RUBY_FUNCTION_NAME_STRING __func__
  18031. | #define ENUM_OVER_INT 1
  18032. | #define HAVE_DECL_SYS_NERR 1
  18033. | #define HAVE_DECL_GETENV 1
  18034. | #define SIZEOF_SIZE_T 8
  18035. | #define SIZEOF_PTRDIFF_T 8
  18036. | #define PRI_SIZE_PREFIX "z"
  18037. | #define PRI_PTRDIFF_PREFIX "t"
  18038. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18039. | #define HAVE_ST_BLKSIZE 1
  18040. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18041. | #define HAVE_ST_BLOCKS 1
  18042. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18043. | #define HAVE_ST_RDEV 1
  18044. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18045. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18046. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18047. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18048. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18049. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18050. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18051. | #define HAVE_STRUCT_TIMEVAL 1
  18052. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18053. | #define HAVE_STRUCT_TIMESPEC 1
  18054. | #define HAVE_STRUCT_TIMEZONE 1
  18055. | #define HAVE_INT8_T 1
  18056. | #define SIZEOF_INT8_T 1
  18057. | #define HAVE_UINT8_T 1
  18058. | #define SIZEOF_UINT8_T 1
  18059. | #define HAVE_INT16_T 1
  18060. | #define SIZEOF_INT16_T 2
  18061. | #define HAVE_UINT16_T 1
  18062. | #define SIZEOF_UINT16_T 2
  18063. | #define HAVE_INT32_T 1
  18064. | #define SIZEOF_INT32_T 4
  18065. | #define HAVE_UINT32_T 1
  18066. | #define SIZEOF_UINT32_T 4
  18067. | #define HAVE_INT64_T 1
  18068. | #define SIZEOF_INT64_T 8
  18069. | #define HAVE_UINT64_T 1
  18070. | #define SIZEOF_UINT64_T 8
  18071. | #define HAVE_INT128_T 1
  18072. | #define int128_t __int128
  18073. | #define SIZEOF_INT128_T SIZEOF___INT128
  18074. | #define HAVE_UINT128_T 1
  18075. | #define uint128_t unsigned __int128
  18076. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18077. | #define HAVE_INTPTR_T 1
  18078. | #define SIZEOF_INTPTR_T 8
  18079. | #define HAVE_UINTPTR_T 1
  18080. | #define SIZEOF_UINTPTR_T 8
  18081. | #define HAVE_SSIZE_T 1
  18082. | #define SIZEOF_SSIZE_T 8
  18083. | #define GETGROUPS_T gid_t
  18084. | #define RETSIGTYPE void
  18085. | #define HAVE_ALLOCA_H 1
  18086. | #define HAVE_ALLOCA 1
  18087. | #define HAVE_ACOSH 1
  18088. | #define HAVE_CBRT 1
  18089. | #define HAVE_CRYPT 1
  18090. | #define HAVE_DUP2 1
  18091. | #define HAVE_ERF 1
  18092. | /* end confdefs.h. */
  18093. | /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
  18094. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18095. | #define explicit_bzero innocuous_explicit_bzero
  18096. |
  18097. | /* System header to define __stub macros and hopefully few prototypes,
  18098. | which can conflict with char explicit_bzero (); below.
  18099. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18100. | <limits.h> exists even on freestanding compilers. */
  18101. |
  18102. | #ifdef __STDC__
  18103. | # include <limits.h>
  18104. | #else
  18105. | # include <assert.h>
  18106. | #endif
  18107. |
  18108. | #undef explicit_bzero
  18109. |
  18110. | /* Override any GCC internal prototype to avoid an error.
  18111. | Use char because int might match the return type of a GCC
  18112. | builtin and then its argument prototype would still apply. */
  18113. | #ifdef __cplusplus
  18114. | extern "C"
  18115. | #endif
  18116. | char explicit_bzero ();
  18117. | /* The GNU C library defines this for functions which it implements
  18118. | to always fail with ENOSYS. Some functions are actually named
  18119. | something starting with __ and the normal name is an alias. */
  18120. | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
  18121. | choke me
  18122. | #endif
  18123. |
  18124. | int
  18125. | main ()
  18126. | {
  18127. | return explicit_bzero ();
  18128. | ;
  18129. | return 0;
  18130. | }
  18131. configure:20620: result: no
  18132. configure:20634: checking for ffs
  18133. configure:20634: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18134. configure:20634: $? = 0
  18135. configure:20634: result: yes
  18136. configure:20648: checking for finite
  18137. configure:20648: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18138. conftest.c:231:6: warning: incompatible redeclaration of library function 'finite' [-Wincompatible-library-redeclaration]
  18139. char finite ();
  18140. ^
  18141. conftest.c:231:6: note: 'finite' is a builtin with type 'int (double)'
  18142. 1 warning generated.
  18143. configure:20648: $? = 0
  18144. configure:20648: result: yes
  18145. configure:20662: checking for flock
  18146. configure:20662: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18147. configure:20662: $? = 0
  18148. configure:20662: result: yes
  18149. configure:20676: checking for hypot
  18150. configure:20676: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18151. conftest.c:233:6: warning: incompatible redeclaration of library function 'hypot' [-Wincompatible-library-redeclaration]
  18152. char hypot ();
  18153. ^
  18154. conftest.c:233:6: note: 'hypot' is a builtin with type 'double (double, double)'
  18155. 1 warning generated.
  18156. configure:20676: $? = 0
  18157. configure:20676: result: yes
  18158. configure:20690: checking for isinf
  18159. configure:20690: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18160. configure:20690: $? = 0
  18161. configure:20690: result: yes
  18162. configure:20704: checking for isnan
  18163. configure:20704: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18164. configure:20704: $? = 0
  18165. configure:20704: result: yes
  18166. configure:20718: checking for lgamma_r
  18167. configure:20718: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18168. configure:20718: $? = 0
  18169. configure:20718: result: yes
  18170. configure:20732: checking for memmove
  18171. configure:20732: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18172. conftest.c:237:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
  18173. char memmove ();
  18174. ^
  18175. conftest.c:237:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
  18176. 1 warning generated.
  18177. configure:20732: $? = 0
  18178. configure:20732: result: yes
  18179. configure:20746: checking for nextafter
  18180. configure:20746: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18181. conftest.c:238:6: warning: incompatible redeclaration of library function 'nextafter' [-Wincompatible-library-redeclaration]
  18182. char nextafter ();
  18183. ^
  18184. conftest.c:238:6: note: 'nextafter' is a builtin with type 'double (double, double)'
  18185. 1 warning generated.
  18186. configure:20746: $? = 0
  18187. configure:20746: result: yes
  18188. configure:20760: checking for setproctitle
  18189. configure:20760: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18190. Undefined symbols for architecture x86_64:
  18191. "_setproctitle", referenced from:
  18192. _main in conftest-5982cc.o
  18193. ld: symbol(s) not found for architecture x86_64
  18194. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  18195. configure:20760: $? = 1
  18196. configure: failed program was:
  18197. | /* confdefs.h */
  18198. | #define PACKAGE_NAME ""
  18199. | #define PACKAGE_TARNAME ""
  18200. | #define PACKAGE_VERSION ""
  18201. | #define PACKAGE_STRING ""
  18202. | #define PACKAGE_BUGREPORT ""
  18203. | #define PACKAGE_URL ""
  18204. | #define CANONICALIZATION_FOR_MATHN 1
  18205. | #define STDC_HEADERS 1
  18206. | #define HAVE_SYS_TYPES_H 1
  18207. | #define HAVE_SYS_STAT_H 1
  18208. | #define HAVE_STDLIB_H 1
  18209. | #define HAVE_STRING_H 1
  18210. | #define HAVE_MEMORY_H 1
  18211. | #define HAVE_STRINGS_H 1
  18212. | #define HAVE_INTTYPES_H 1
  18213. | #define HAVE_STDINT_H 1
  18214. | #define HAVE_UNISTD_H 1
  18215. | #define __EXTENSIONS__ 1
  18216. | #define _ALL_SOURCE 1
  18217. | #define _GNU_SOURCE 1
  18218. | #define _POSIX_PTHREAD_SEMANTICS 1
  18219. | #define _TANDEM_SOURCE 1
  18220. | #define HAVE_INFINITY 1
  18221. | #define HAVE_NAN 1
  18222. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18223. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18224. | #define BROKEN_CRYPT 1
  18225. | #define HAVE_CRT_EXTERNS_H 1
  18226. | #define HAVE_LIBDL 1
  18227. | #define HAVE_DIRENT_H 1
  18228. | #define HAVE__BOOL 1
  18229. | #define HAVE_STDBOOL_H 1
  18230. | #define HAVE_SYS_WAIT_H 1
  18231. | #define HAVE_GRP_H 1
  18232. | #define HAVE_FCNTL_H 1
  18233. | #define HAVE_FLOAT_H 1
  18234. | #define HAVE_LANGINFO_H 1
  18235. | #define HAVE_LIMITS_H 1
  18236. | #define HAVE_LOCALE_H 1
  18237. | #define HAVE_MALLOC_MALLOC_H 1
  18238. | #define HAVE_PWD_H 1
  18239. | #define HAVE_SYS_ATTR_H 1
  18240. | #define HAVE_SYS_FCNTL_H 1
  18241. | #define HAVE_SYS_FILE_H 1
  18242. | #define HAVE_SYS_IOCTL_H 1
  18243. | #define HAVE_SYS_PARAM_H 1
  18244. | #define HAVE_SYS_RESOURCE_H 1
  18245. | #define HAVE_SYS_SELECT_H 1
  18246. | #define HAVE_SYS_SOCKET_H 1
  18247. | #define HAVE_SYS_TIME_H 1
  18248. | #define HAVE_SYS_TIMES_H 1
  18249. | #define HAVE_SYS_UIO_H 1
  18250. | #define HAVE_TIME_H 1
  18251. | #define HAVE_UCONTEXT_H 1
  18252. | #define HAVE_UTIME_H 1
  18253. | #define HAVE_GMP_H 1
  18254. | #define HAVE_LIBGMP 1
  18255. | #define HAVE_TYPEOF 1
  18256. | #define HAVE_LONG_LONG 1
  18257. | #define HAVE_OFF_T 1
  18258. | #define SIZEOF_INT 4
  18259. | #define SIZEOF_SHORT 2
  18260. | #define SIZEOF_LONG 8
  18261. | #define SIZEOF_LONG_LONG 8
  18262. | #define SIZEOF___INT64 0
  18263. | #define SIZEOF___INT128 16
  18264. | #define SIZEOF_OFF_T 8
  18265. | #define SIZEOF_VOIDP 8
  18266. | #define SIZEOF_FLOAT 4
  18267. | #define SIZEOF_DOUBLE 8
  18268. | #define SIZEOF_TIME_T 8
  18269. | #define SIZEOF_CLOCK_T 8
  18270. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18271. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18272. | #define PRI_LL_PREFIX "ll"
  18273. | #define rb_pid_t pid_t
  18274. | #define SIGNEDNESS_OF_PID_T -1
  18275. | #define PIDT2NUM(v) INT2NUM(v)
  18276. | #define NUM2PIDT(v) NUM2INT(v)
  18277. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18278. | #define rb_uid_t uid_t
  18279. | #define SIGNEDNESS_OF_UID_T +1
  18280. | #define UIDT2NUM(v) UINT2NUM(v)
  18281. | #define NUM2UIDT(v) NUM2UINT(v)
  18282. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18283. | #define rb_gid_t gid_t
  18284. | #define SIGNEDNESS_OF_GID_T +1
  18285. | #define GIDT2NUM(v) UINT2NUM(v)
  18286. | #define NUM2GIDT(v) NUM2UINT(v)
  18287. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18288. | #define rb_time_t time_t
  18289. | #define SIGNEDNESS_OF_TIME_T -1
  18290. | #define TIMET2NUM(v) LONG2NUM(v)
  18291. | #define NUM2TIMET(v) NUM2LONG(v)
  18292. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18293. | #define rb_dev_t dev_t
  18294. | #define SIGNEDNESS_OF_DEV_T -1
  18295. | #define DEVT2NUM(v) INT2NUM(v)
  18296. | #define NUM2DEVT(v) NUM2INT(v)
  18297. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18298. | #define rb_mode_t mode_t
  18299. | #define SIGNEDNESS_OF_MODE_T +1
  18300. | #define MODET2NUM(v) UINT2NUM(v)
  18301. | #define NUM2MODET(v) NUM2UINT(v)
  18302. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18303. | #define rb_rlim_t rlim_t
  18304. | #define SIGNEDNESS_OF_RLIM_T +1
  18305. | #define RLIM2NUM(v) ULL2NUM(v)
  18306. | #define NUM2RLIM(v) NUM2ULL(v)
  18307. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18308. | #define rb_off_t off_t
  18309. | #define SIGNEDNESS_OF_OFF_T -1
  18310. | #define OFFT2NUM(v) LL2NUM(v)
  18311. | #define NUM2OFFT(v) NUM2LL(v)
  18312. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18313. | #define rb_clockid_t int
  18314. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18315. | #define CLOCKID2NUM(v) INT2NUM(v)
  18316. | #define NUM2CLOCKID(v) NUM2INT(v)
  18317. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18318. | #define HAVE_PROTOTYPES 1
  18319. | #define TOKEN_PASTE(x,y) x##y
  18320. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18321. | #define HAVE_STDARG_PROTOTYPES 1
  18322. | #define HAVE_VA_ARGS_MACRO 1
  18323. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18324. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18325. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18326. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18327. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18328. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18329. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18330. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18331. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18332. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18333. | #define WEAK(x) __attribute__ ((__weak__)) x
  18334. | #define HAVE_FUNC_WEAK 1
  18335. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18336. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18337. | #define HAVE_GCC_SYNC_BUILTINS 1
  18338. | #define UNREACHABLE __builtin_unreachable()
  18339. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18340. | #define RUBY_FUNCTION_NAME_STRING __func__
  18341. | #define ENUM_OVER_INT 1
  18342. | #define HAVE_DECL_SYS_NERR 1
  18343. | #define HAVE_DECL_GETENV 1
  18344. | #define SIZEOF_SIZE_T 8
  18345. | #define SIZEOF_PTRDIFF_T 8
  18346. | #define PRI_SIZE_PREFIX "z"
  18347. | #define PRI_PTRDIFF_PREFIX "t"
  18348. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18349. | #define HAVE_ST_BLKSIZE 1
  18350. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18351. | #define HAVE_ST_BLOCKS 1
  18352. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18353. | #define HAVE_ST_RDEV 1
  18354. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18355. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18356. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18357. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18358. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18359. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18360. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18361. | #define HAVE_STRUCT_TIMEVAL 1
  18362. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18363. | #define HAVE_STRUCT_TIMESPEC 1
  18364. | #define HAVE_STRUCT_TIMEZONE 1
  18365. | #define HAVE_INT8_T 1
  18366. | #define SIZEOF_INT8_T 1
  18367. | #define HAVE_UINT8_T 1
  18368. | #define SIZEOF_UINT8_T 1
  18369. | #define HAVE_INT16_T 1
  18370. | #define SIZEOF_INT16_T 2
  18371. | #define HAVE_UINT16_T 1
  18372. | #define SIZEOF_UINT16_T 2
  18373. | #define HAVE_INT32_T 1
  18374. | #define SIZEOF_INT32_T 4
  18375. | #define HAVE_UINT32_T 1
  18376. | #define SIZEOF_UINT32_T 4
  18377. | #define HAVE_INT64_T 1
  18378. | #define SIZEOF_INT64_T 8
  18379. | #define HAVE_UINT64_T 1
  18380. | #define SIZEOF_UINT64_T 8
  18381. | #define HAVE_INT128_T 1
  18382. | #define int128_t __int128
  18383. | #define SIZEOF_INT128_T SIZEOF___INT128
  18384. | #define HAVE_UINT128_T 1
  18385. | #define uint128_t unsigned __int128
  18386. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18387. | #define HAVE_INTPTR_T 1
  18388. | #define SIZEOF_INTPTR_T 8
  18389. | #define HAVE_UINTPTR_T 1
  18390. | #define SIZEOF_UINTPTR_T 8
  18391. | #define HAVE_SSIZE_T 1
  18392. | #define SIZEOF_SSIZE_T 8
  18393. | #define GETGROUPS_T gid_t
  18394. | #define RETSIGTYPE void
  18395. | #define HAVE_ALLOCA_H 1
  18396. | #define HAVE_ALLOCA 1
  18397. | #define HAVE_ACOSH 1
  18398. | #define HAVE_CBRT 1
  18399. | #define HAVE_CRYPT 1
  18400. | #define HAVE_DUP2 1
  18401. | #define HAVE_ERF 1
  18402. | #define HAVE_FFS 1
  18403. | #define HAVE_FINITE 1
  18404. | #define HAVE_FLOCK 1
  18405. | #define HAVE_HYPOT 1
  18406. | #define HAVE_ISINF 1
  18407. | #define HAVE_ISNAN 1
  18408. | #define HAVE_LGAMMA_R 1
  18409. | #define HAVE_MEMMOVE 1
  18410. | #define HAVE_NEXTAFTER 1
  18411. | /* end confdefs.h. */
  18412. | /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
  18413. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  18414. | #define setproctitle innocuous_setproctitle
  18415. |
  18416. | /* System header to define __stub macros and hopefully few prototypes,
  18417. | which can conflict with char setproctitle (); below.
  18418. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  18419. | <limits.h> exists even on freestanding compilers. */
  18420. |
  18421. | #ifdef __STDC__
  18422. | # include <limits.h>
  18423. | #else
  18424. | # include <assert.h>
  18425. | #endif
  18426. |
  18427. | #undef setproctitle
  18428. |
  18429. | /* Override any GCC internal prototype to avoid an error.
  18430. | Use char because int might match the return type of a GCC
  18431. | builtin and then its argument prototype would still apply. */
  18432. | #ifdef __cplusplus
  18433. | extern "C"
  18434. | #endif
  18435. | char setproctitle ();
  18436. | /* The GNU C library defines this for functions which it implements
  18437. | to always fail with ENOSYS. Some functions are actually named
  18438. | something starting with __ and the normal name is an alias. */
  18439. | #if defined __stub_setproctitle || defined __stub___setproctitle
  18440. | choke me
  18441. | #endif
  18442. |
  18443. | int
  18444. | main ()
  18445. | {
  18446. | return setproctitle ();
  18447. | ;
  18448. | return 0;
  18449. | }
  18450. configure:20760: result: no
  18451. configure:20774: checking for strchr
  18452. configure:20774: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18453. conftest.c:239:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
  18454. char strchr ();
  18455. ^
  18456. conftest.c:239:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
  18457. 1 warning generated.
  18458. configure:20774: $? = 0
  18459. configure:20774: result: yes
  18460. configure:20788: checking for strerror
  18461. configure:20788: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18462. conftest.c:240:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
  18463. char strerror ();
  18464. ^
  18465. conftest.c:240:6: note: 'strerror' is a builtin with type 'char *(int)'
  18466. 1 warning generated.
  18467. configure:20788: $? = 0
  18468. configure:20788: result: yes
  18469. configure:20802: checking for strlcat
  18470. configure:20802: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18471. conftest.c:241:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
  18472. char strlcat ();
  18473. ^
  18474. conftest.c:241:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18475. 1 warning generated.
  18476. configure:20802: $? = 0
  18477. configure:20802: result: yes
  18478. configure:20816: checking for strlcpy
  18479. configure:20816: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18480. conftest.c:242:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
  18481. char strlcpy ();
  18482. ^
  18483. conftest.c:242:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
  18484. 1 warning generated.
  18485. configure:20816: $? = 0
  18486. configure:20816: result: yes
  18487. configure:20830: checking for strstr
  18488. configure:20830: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18489. conftest.c:243:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
  18490. char strstr ();
  18491. ^
  18492. conftest.c:243:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
  18493. 1 warning generated.
  18494. configure:20830: $? = 0
  18495. configure:20830: result: yes
  18496. configure:20844: checking for tgamma
  18497. configure:20844: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  18498. conftest.c:244:6: warning: incompatible redeclaration of library function 'tgamma' [-Wincompatible-library-redeclaration]
  18499. char tgamma ();
  18500. ^
  18501. conftest.c:244:6: note: 'tgamma' is a builtin with type 'double (double)'
  18502. 1 warning generated.
  18503. configure:20844: $? = 0
  18504. configure:20844: result: yes
  18505. configure:20872: checking sys/pstat.h usability
  18506. configure:20872: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  18507. conftest.c:256:10: fatal error: 'sys/pstat.h' file not found
  18508. #include <sys/pstat.h>
  18509. ^~~~~~~~~~~~~
  18510. 1 error generated.
  18511. configure:20872: $? = 1
  18512. configure: failed program was:
  18513. | /* confdefs.h */
  18514. | #define PACKAGE_NAME ""
  18515. | #define PACKAGE_TARNAME ""
  18516. | #define PACKAGE_VERSION ""
  18517. | #define PACKAGE_STRING ""
  18518. | #define PACKAGE_BUGREPORT ""
  18519. | #define PACKAGE_URL ""
  18520. | #define CANONICALIZATION_FOR_MATHN 1
  18521. | #define STDC_HEADERS 1
  18522. | #define HAVE_SYS_TYPES_H 1
  18523. | #define HAVE_SYS_STAT_H 1
  18524. | #define HAVE_STDLIB_H 1
  18525. | #define HAVE_STRING_H 1
  18526. | #define HAVE_MEMORY_H 1
  18527. | #define HAVE_STRINGS_H 1
  18528. | #define HAVE_INTTYPES_H 1
  18529. | #define HAVE_STDINT_H 1
  18530. | #define HAVE_UNISTD_H 1
  18531. | #define __EXTENSIONS__ 1
  18532. | #define _ALL_SOURCE 1
  18533. | #define _GNU_SOURCE 1
  18534. | #define _POSIX_PTHREAD_SEMANTICS 1
  18535. | #define _TANDEM_SOURCE 1
  18536. | #define HAVE_INFINITY 1
  18537. | #define HAVE_NAN 1
  18538. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18539. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18540. | #define BROKEN_CRYPT 1
  18541. | #define HAVE_CRT_EXTERNS_H 1
  18542. | #define HAVE_LIBDL 1
  18543. | #define HAVE_DIRENT_H 1
  18544. | #define HAVE__BOOL 1
  18545. | #define HAVE_STDBOOL_H 1
  18546. | #define HAVE_SYS_WAIT_H 1
  18547. | #define HAVE_GRP_H 1
  18548. | #define HAVE_FCNTL_H 1
  18549. | #define HAVE_FLOAT_H 1
  18550. | #define HAVE_LANGINFO_H 1
  18551. | #define HAVE_LIMITS_H 1
  18552. | #define HAVE_LOCALE_H 1
  18553. | #define HAVE_MALLOC_MALLOC_H 1
  18554. | #define HAVE_PWD_H 1
  18555. | #define HAVE_SYS_ATTR_H 1
  18556. | #define HAVE_SYS_FCNTL_H 1
  18557. | #define HAVE_SYS_FILE_H 1
  18558. | #define HAVE_SYS_IOCTL_H 1
  18559. | #define HAVE_SYS_PARAM_H 1
  18560. | #define HAVE_SYS_RESOURCE_H 1
  18561. | #define HAVE_SYS_SELECT_H 1
  18562. | #define HAVE_SYS_SOCKET_H 1
  18563. | #define HAVE_SYS_TIME_H 1
  18564. | #define HAVE_SYS_TIMES_H 1
  18565. | #define HAVE_SYS_UIO_H 1
  18566. | #define HAVE_TIME_H 1
  18567. | #define HAVE_UCONTEXT_H 1
  18568. | #define HAVE_UTIME_H 1
  18569. | #define HAVE_GMP_H 1
  18570. | #define HAVE_LIBGMP 1
  18571. | #define HAVE_TYPEOF 1
  18572. | #define HAVE_LONG_LONG 1
  18573. | #define HAVE_OFF_T 1
  18574. | #define SIZEOF_INT 4
  18575. | #define SIZEOF_SHORT 2
  18576. | #define SIZEOF_LONG 8
  18577. | #define SIZEOF_LONG_LONG 8
  18578. | #define SIZEOF___INT64 0
  18579. | #define SIZEOF___INT128 16
  18580. | #define SIZEOF_OFF_T 8
  18581. | #define SIZEOF_VOIDP 8
  18582. | #define SIZEOF_FLOAT 4
  18583. | #define SIZEOF_DOUBLE 8
  18584. | #define SIZEOF_TIME_T 8
  18585. | #define SIZEOF_CLOCK_T 8
  18586. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18587. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18588. | #define PRI_LL_PREFIX "ll"
  18589. | #define rb_pid_t pid_t
  18590. | #define SIGNEDNESS_OF_PID_T -1
  18591. | #define PIDT2NUM(v) INT2NUM(v)
  18592. | #define NUM2PIDT(v) NUM2INT(v)
  18593. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18594. | #define rb_uid_t uid_t
  18595. | #define SIGNEDNESS_OF_UID_T +1
  18596. | #define UIDT2NUM(v) UINT2NUM(v)
  18597. | #define NUM2UIDT(v) NUM2UINT(v)
  18598. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18599. | #define rb_gid_t gid_t
  18600. | #define SIGNEDNESS_OF_GID_T +1
  18601. | #define GIDT2NUM(v) UINT2NUM(v)
  18602. | #define NUM2GIDT(v) NUM2UINT(v)
  18603. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18604. | #define rb_time_t time_t
  18605. | #define SIGNEDNESS_OF_TIME_T -1
  18606. | #define TIMET2NUM(v) LONG2NUM(v)
  18607. | #define NUM2TIMET(v) NUM2LONG(v)
  18608. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18609. | #define rb_dev_t dev_t
  18610. | #define SIGNEDNESS_OF_DEV_T -1
  18611. | #define DEVT2NUM(v) INT2NUM(v)
  18612. | #define NUM2DEVT(v) NUM2INT(v)
  18613. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18614. | #define rb_mode_t mode_t
  18615. | #define SIGNEDNESS_OF_MODE_T +1
  18616. | #define MODET2NUM(v) UINT2NUM(v)
  18617. | #define NUM2MODET(v) NUM2UINT(v)
  18618. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18619. | #define rb_rlim_t rlim_t
  18620. | #define SIGNEDNESS_OF_RLIM_T +1
  18621. | #define RLIM2NUM(v) ULL2NUM(v)
  18622. | #define NUM2RLIM(v) NUM2ULL(v)
  18623. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18624. | #define rb_off_t off_t
  18625. | #define SIGNEDNESS_OF_OFF_T -1
  18626. | #define OFFT2NUM(v) LL2NUM(v)
  18627. | #define NUM2OFFT(v) NUM2LL(v)
  18628. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18629. | #define rb_clockid_t int
  18630. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18631. | #define CLOCKID2NUM(v) INT2NUM(v)
  18632. | #define NUM2CLOCKID(v) NUM2INT(v)
  18633. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18634. | #define HAVE_PROTOTYPES 1
  18635. | #define TOKEN_PASTE(x,y) x##y
  18636. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18637. | #define HAVE_STDARG_PROTOTYPES 1
  18638. | #define HAVE_VA_ARGS_MACRO 1
  18639. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18640. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18641. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18642. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18643. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18644. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18645. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18646. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18647. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18648. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18649. | #define WEAK(x) __attribute__ ((__weak__)) x
  18650. | #define HAVE_FUNC_WEAK 1
  18651. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18652. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18653. | #define HAVE_GCC_SYNC_BUILTINS 1
  18654. | #define UNREACHABLE __builtin_unreachable()
  18655. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18656. | #define RUBY_FUNCTION_NAME_STRING __func__
  18657. | #define ENUM_OVER_INT 1
  18658. | #define HAVE_DECL_SYS_NERR 1
  18659. | #define HAVE_DECL_GETENV 1
  18660. | #define SIZEOF_SIZE_T 8
  18661. | #define SIZEOF_PTRDIFF_T 8
  18662. | #define PRI_SIZE_PREFIX "z"
  18663. | #define PRI_PTRDIFF_PREFIX "t"
  18664. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18665. | #define HAVE_ST_BLKSIZE 1
  18666. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18667. | #define HAVE_ST_BLOCKS 1
  18668. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18669. | #define HAVE_ST_RDEV 1
  18670. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18671. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18672. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18673. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18674. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18675. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18676. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18677. | #define HAVE_STRUCT_TIMEVAL 1
  18678. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18679. | #define HAVE_STRUCT_TIMESPEC 1
  18680. | #define HAVE_STRUCT_TIMEZONE 1
  18681. | #define HAVE_INT8_T 1
  18682. | #define SIZEOF_INT8_T 1
  18683. | #define HAVE_UINT8_T 1
  18684. | #define SIZEOF_UINT8_T 1
  18685. | #define HAVE_INT16_T 1
  18686. | #define SIZEOF_INT16_T 2
  18687. | #define HAVE_UINT16_T 1
  18688. | #define SIZEOF_UINT16_T 2
  18689. | #define HAVE_INT32_T 1
  18690. | #define SIZEOF_INT32_T 4
  18691. | #define HAVE_UINT32_T 1
  18692. | #define SIZEOF_UINT32_T 4
  18693. | #define HAVE_INT64_T 1
  18694. | #define SIZEOF_INT64_T 8
  18695. | #define HAVE_UINT64_T 1
  18696. | #define SIZEOF_UINT64_T 8
  18697. | #define HAVE_INT128_T 1
  18698. | #define int128_t __int128
  18699. | #define SIZEOF_INT128_T SIZEOF___INT128
  18700. | #define HAVE_UINT128_T 1
  18701. | #define uint128_t unsigned __int128
  18702. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18703. | #define HAVE_INTPTR_T 1
  18704. | #define SIZEOF_INTPTR_T 8
  18705. | #define HAVE_UINTPTR_T 1
  18706. | #define SIZEOF_UINTPTR_T 8
  18707. | #define HAVE_SSIZE_T 1
  18708. | #define SIZEOF_SSIZE_T 8
  18709. | #define GETGROUPS_T gid_t
  18710. | #define RETSIGTYPE void
  18711. | #define HAVE_ALLOCA_H 1
  18712. | #define HAVE_ALLOCA 1
  18713. | #define HAVE_ACOSH 1
  18714. | #define HAVE_CBRT 1
  18715. | #define HAVE_CRYPT 1
  18716. | #define HAVE_DUP2 1
  18717. | #define HAVE_ERF 1
  18718. | #define HAVE_FFS 1
  18719. | #define HAVE_FINITE 1
  18720. | #define HAVE_FLOCK 1
  18721. | #define HAVE_HYPOT 1
  18722. | #define HAVE_ISINF 1
  18723. | #define HAVE_ISNAN 1
  18724. | #define HAVE_LGAMMA_R 1
  18725. | #define HAVE_MEMMOVE 1
  18726. | #define HAVE_NEXTAFTER 1
  18727. | #define HAVE_STRCHR 1
  18728. | #define HAVE_STRERROR 1
  18729. | #define HAVE_STRLCAT 1
  18730. | #define HAVE_STRLCPY 1
  18731. | #define HAVE_STRSTR 1
  18732. | #define HAVE_TGAMMA 1
  18733. | #define SPT_TYPE SPT_REUSEARGV
  18734. | /* end confdefs.h. */
  18735. | #include <stdio.h>
  18736. | #ifdef HAVE_SYS_TYPES_H
  18737. | # include <sys/types.h>
  18738. | #endif
  18739. | #ifdef HAVE_SYS_STAT_H
  18740. | # include <sys/stat.h>
  18741. | #endif
  18742. | #ifdef STDC_HEADERS
  18743. | # include <stdlib.h>
  18744. | # include <stddef.h>
  18745. | #else
  18746. | # ifdef HAVE_STDLIB_H
  18747. | # include <stdlib.h>
  18748. | # endif
  18749. | #endif
  18750. | #ifdef HAVE_STRING_H
  18751. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  18752. | # include <memory.h>
  18753. | # endif
  18754. | # include <string.h>
  18755. | #endif
  18756. | #ifdef HAVE_STRINGS_H
  18757. | # include <strings.h>
  18758. | #endif
  18759. | #ifdef HAVE_INTTYPES_H
  18760. | # include <inttypes.h>
  18761. | #endif
  18762. | #ifdef HAVE_STDINT_H
  18763. | # include <stdint.h>
  18764. | #endif
  18765. | #ifdef HAVE_UNISTD_H
  18766. | # include <unistd.h>
  18767. | #endif
  18768. | #include <sys/pstat.h>
  18769. configure:20872: result: no
  18770. configure:20872: checking sys/pstat.h presence
  18771. configure:20872: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  18772. conftest.c:223:10: fatal error: 'sys/pstat.h' file not found
  18773. #include <sys/pstat.h>
  18774. ^~~~~~~~~~~~~
  18775. 1 error generated.
  18776. configure:20872: $? = 1
  18777. configure: failed program was:
  18778. | /* confdefs.h */
  18779. | #define PACKAGE_NAME ""
  18780. | #define PACKAGE_TARNAME ""
  18781. | #define PACKAGE_VERSION ""
  18782. | #define PACKAGE_STRING ""
  18783. | #define PACKAGE_BUGREPORT ""
  18784. | #define PACKAGE_URL ""
  18785. | #define CANONICALIZATION_FOR_MATHN 1
  18786. | #define STDC_HEADERS 1
  18787. | #define HAVE_SYS_TYPES_H 1
  18788. | #define HAVE_SYS_STAT_H 1
  18789. | #define HAVE_STDLIB_H 1
  18790. | #define HAVE_STRING_H 1
  18791. | #define HAVE_MEMORY_H 1
  18792. | #define HAVE_STRINGS_H 1
  18793. | #define HAVE_INTTYPES_H 1
  18794. | #define HAVE_STDINT_H 1
  18795. | #define HAVE_UNISTD_H 1
  18796. | #define __EXTENSIONS__ 1
  18797. | #define _ALL_SOURCE 1
  18798. | #define _GNU_SOURCE 1
  18799. | #define _POSIX_PTHREAD_SEMANTICS 1
  18800. | #define _TANDEM_SOURCE 1
  18801. | #define HAVE_INFINITY 1
  18802. | #define HAVE_NAN 1
  18803. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  18804. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  18805. | #define BROKEN_CRYPT 1
  18806. | #define HAVE_CRT_EXTERNS_H 1
  18807. | #define HAVE_LIBDL 1
  18808. | #define HAVE_DIRENT_H 1
  18809. | #define HAVE__BOOL 1
  18810. | #define HAVE_STDBOOL_H 1
  18811. | #define HAVE_SYS_WAIT_H 1
  18812. | #define HAVE_GRP_H 1
  18813. | #define HAVE_FCNTL_H 1
  18814. | #define HAVE_FLOAT_H 1
  18815. | #define HAVE_LANGINFO_H 1
  18816. | #define HAVE_LIMITS_H 1
  18817. | #define HAVE_LOCALE_H 1
  18818. | #define HAVE_MALLOC_MALLOC_H 1
  18819. | #define HAVE_PWD_H 1
  18820. | #define HAVE_SYS_ATTR_H 1
  18821. | #define HAVE_SYS_FCNTL_H 1
  18822. | #define HAVE_SYS_FILE_H 1
  18823. | #define HAVE_SYS_IOCTL_H 1
  18824. | #define HAVE_SYS_PARAM_H 1
  18825. | #define HAVE_SYS_RESOURCE_H 1
  18826. | #define HAVE_SYS_SELECT_H 1
  18827. | #define HAVE_SYS_SOCKET_H 1
  18828. | #define HAVE_SYS_TIME_H 1
  18829. | #define HAVE_SYS_TIMES_H 1
  18830. | #define HAVE_SYS_UIO_H 1
  18831. | #define HAVE_TIME_H 1
  18832. | #define HAVE_UCONTEXT_H 1
  18833. | #define HAVE_UTIME_H 1
  18834. | #define HAVE_GMP_H 1
  18835. | #define HAVE_LIBGMP 1
  18836. | #define HAVE_TYPEOF 1
  18837. | #define HAVE_LONG_LONG 1
  18838. | #define HAVE_OFF_T 1
  18839. | #define SIZEOF_INT 4
  18840. | #define SIZEOF_SHORT 2
  18841. | #define SIZEOF_LONG 8
  18842. | #define SIZEOF_LONG_LONG 8
  18843. | #define SIZEOF___INT64 0
  18844. | #define SIZEOF___INT128 16
  18845. | #define SIZEOF_OFF_T 8
  18846. | #define SIZEOF_VOIDP 8
  18847. | #define SIZEOF_FLOAT 4
  18848. | #define SIZEOF_DOUBLE 8
  18849. | #define SIZEOF_TIME_T 8
  18850. | #define SIZEOF_CLOCK_T 8
  18851. | #define PACKED_STRUCT(x) x __attribute__((packed))
  18852. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  18853. | #define PRI_LL_PREFIX "ll"
  18854. | #define rb_pid_t pid_t
  18855. | #define SIGNEDNESS_OF_PID_T -1
  18856. | #define PIDT2NUM(v) INT2NUM(v)
  18857. | #define NUM2PIDT(v) NUM2INT(v)
  18858. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  18859. | #define rb_uid_t uid_t
  18860. | #define SIGNEDNESS_OF_UID_T +1
  18861. | #define UIDT2NUM(v) UINT2NUM(v)
  18862. | #define NUM2UIDT(v) NUM2UINT(v)
  18863. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  18864. | #define rb_gid_t gid_t
  18865. | #define SIGNEDNESS_OF_GID_T +1
  18866. | #define GIDT2NUM(v) UINT2NUM(v)
  18867. | #define NUM2GIDT(v) NUM2UINT(v)
  18868. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  18869. | #define rb_time_t time_t
  18870. | #define SIGNEDNESS_OF_TIME_T -1
  18871. | #define TIMET2NUM(v) LONG2NUM(v)
  18872. | #define NUM2TIMET(v) NUM2LONG(v)
  18873. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  18874. | #define rb_dev_t dev_t
  18875. | #define SIGNEDNESS_OF_DEV_T -1
  18876. | #define DEVT2NUM(v) INT2NUM(v)
  18877. | #define NUM2DEVT(v) NUM2INT(v)
  18878. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  18879. | #define rb_mode_t mode_t
  18880. | #define SIGNEDNESS_OF_MODE_T +1
  18881. | #define MODET2NUM(v) UINT2NUM(v)
  18882. | #define NUM2MODET(v) NUM2UINT(v)
  18883. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  18884. | #define rb_rlim_t rlim_t
  18885. | #define SIGNEDNESS_OF_RLIM_T +1
  18886. | #define RLIM2NUM(v) ULL2NUM(v)
  18887. | #define NUM2RLIM(v) NUM2ULL(v)
  18888. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  18889. | #define rb_off_t off_t
  18890. | #define SIGNEDNESS_OF_OFF_T -1
  18891. | #define OFFT2NUM(v) LL2NUM(v)
  18892. | #define NUM2OFFT(v) NUM2LL(v)
  18893. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  18894. | #define rb_clockid_t int
  18895. | #define SIGNEDNESS_OF_CLOCKID_T -1
  18896. | #define CLOCKID2NUM(v) INT2NUM(v)
  18897. | #define NUM2CLOCKID(v) NUM2INT(v)
  18898. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  18899. | #define HAVE_PROTOTYPES 1
  18900. | #define TOKEN_PASTE(x,y) x##y
  18901. | #define STRINGIZE(expr) STRINGIZE0(expr)
  18902. | #define HAVE_STDARG_PROTOTYPES 1
  18903. | #define HAVE_VA_ARGS_MACRO 1
  18904. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  18905. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  18906. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  18907. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  18908. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  18909. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  18910. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  18911. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  18912. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  18913. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  18914. | #define WEAK(x) __attribute__ ((__weak__)) x
  18915. | #define HAVE_FUNC_WEAK 1
  18916. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  18917. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  18918. | #define HAVE_GCC_SYNC_BUILTINS 1
  18919. | #define UNREACHABLE __builtin_unreachable()
  18920. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  18921. | #define RUBY_FUNCTION_NAME_STRING __func__
  18922. | #define ENUM_OVER_INT 1
  18923. | #define HAVE_DECL_SYS_NERR 1
  18924. | #define HAVE_DECL_GETENV 1
  18925. | #define SIZEOF_SIZE_T 8
  18926. | #define SIZEOF_PTRDIFF_T 8
  18927. | #define PRI_SIZE_PREFIX "z"
  18928. | #define PRI_PTRDIFF_PREFIX "t"
  18929. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  18930. | #define HAVE_ST_BLKSIZE 1
  18931. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  18932. | #define HAVE_ST_BLOCKS 1
  18933. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  18934. | #define HAVE_ST_RDEV 1
  18935. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  18936. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  18937. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  18938. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  18939. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  18940. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  18941. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  18942. | #define HAVE_STRUCT_TIMEVAL 1
  18943. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  18944. | #define HAVE_STRUCT_TIMESPEC 1
  18945. | #define HAVE_STRUCT_TIMEZONE 1
  18946. | #define HAVE_INT8_T 1
  18947. | #define SIZEOF_INT8_T 1
  18948. | #define HAVE_UINT8_T 1
  18949. | #define SIZEOF_UINT8_T 1
  18950. | #define HAVE_INT16_T 1
  18951. | #define SIZEOF_INT16_T 2
  18952. | #define HAVE_UINT16_T 1
  18953. | #define SIZEOF_UINT16_T 2
  18954. | #define HAVE_INT32_T 1
  18955. | #define SIZEOF_INT32_T 4
  18956. | #define HAVE_UINT32_T 1
  18957. | #define SIZEOF_UINT32_T 4
  18958. | #define HAVE_INT64_T 1
  18959. | #define SIZEOF_INT64_T 8
  18960. | #define HAVE_UINT64_T 1
  18961. | #define SIZEOF_UINT64_T 8
  18962. | #define HAVE_INT128_T 1
  18963. | #define int128_t __int128
  18964. | #define SIZEOF_INT128_T SIZEOF___INT128
  18965. | #define HAVE_UINT128_T 1
  18966. | #define uint128_t unsigned __int128
  18967. | #define SIZEOF_UINT128_T SIZEOF___INT128
  18968. | #define HAVE_INTPTR_T 1
  18969. | #define SIZEOF_INTPTR_T 8
  18970. | #define HAVE_UINTPTR_T 1
  18971. | #define SIZEOF_UINTPTR_T 8
  18972. | #define HAVE_SSIZE_T 1
  18973. | #define SIZEOF_SSIZE_T 8
  18974. | #define GETGROUPS_T gid_t
  18975. | #define RETSIGTYPE void
  18976. | #define HAVE_ALLOCA_H 1
  18977. | #define HAVE_ALLOCA 1
  18978. | #define HAVE_ACOSH 1
  18979. | #define HAVE_CBRT 1
  18980. | #define HAVE_CRYPT 1
  18981. | #define HAVE_DUP2 1
  18982. | #define HAVE_ERF 1
  18983. | #define HAVE_FFS 1
  18984. | #define HAVE_FINITE 1
  18985. | #define HAVE_FLOCK 1
  18986. | #define HAVE_HYPOT 1
  18987. | #define HAVE_ISINF 1
  18988. | #define HAVE_ISNAN 1
  18989. | #define HAVE_LGAMMA_R 1
  18990. | #define HAVE_MEMMOVE 1
  18991. | #define HAVE_NEXTAFTER 1
  18992. | #define HAVE_STRCHR 1
  18993. | #define HAVE_STRERROR 1
  18994. | #define HAVE_STRLCAT 1
  18995. | #define HAVE_STRLCPY 1
  18996. | #define HAVE_STRSTR 1
  18997. | #define HAVE_TGAMMA 1
  18998. | #define SPT_TYPE SPT_REUSEARGV
  18999. | /* end confdefs.h. */
  19000. | #include <sys/pstat.h>
  19001. configure:20872: result: no
  19002. configure:20872: checking for sys/pstat.h
  19003. configure:20872: result: no
  19004. configure:20884: checking for signbit
  19005. configure:20902: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19006. configure:20902: $? = 0
  19007. configure:20910: result: yes
  19008. configure:20928: checking for broken memmem
  19009. configure:20960: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19010. configure:20960: $? = 0
  19011. configure:20960: ./conftest
  19012. configure:20960: $? = 1
  19013. configure: program exited with status 1
  19014. configure: failed program was:
  19015. | /* confdefs.h */
  19016. | #define PACKAGE_NAME ""
  19017. | #define PACKAGE_TARNAME ""
  19018. | #define PACKAGE_VERSION ""
  19019. | #define PACKAGE_STRING ""
  19020. | #define PACKAGE_BUGREPORT ""
  19021. | #define PACKAGE_URL ""
  19022. | #define CANONICALIZATION_FOR_MATHN 1
  19023. | #define STDC_HEADERS 1
  19024. | #define HAVE_SYS_TYPES_H 1
  19025. | #define HAVE_SYS_STAT_H 1
  19026. | #define HAVE_STDLIB_H 1
  19027. | #define HAVE_STRING_H 1
  19028. | #define HAVE_MEMORY_H 1
  19029. | #define HAVE_STRINGS_H 1
  19030. | #define HAVE_INTTYPES_H 1
  19031. | #define HAVE_STDINT_H 1
  19032. | #define HAVE_UNISTD_H 1
  19033. | #define __EXTENSIONS__ 1
  19034. | #define _ALL_SOURCE 1
  19035. | #define _GNU_SOURCE 1
  19036. | #define _POSIX_PTHREAD_SEMANTICS 1
  19037. | #define _TANDEM_SOURCE 1
  19038. | #define HAVE_INFINITY 1
  19039. | #define HAVE_NAN 1
  19040. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19041. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19042. | #define BROKEN_CRYPT 1
  19043. | #define HAVE_CRT_EXTERNS_H 1
  19044. | #define HAVE_LIBDL 1
  19045. | #define HAVE_DIRENT_H 1
  19046. | #define HAVE__BOOL 1
  19047. | #define HAVE_STDBOOL_H 1
  19048. | #define HAVE_SYS_WAIT_H 1
  19049. | #define HAVE_GRP_H 1
  19050. | #define HAVE_FCNTL_H 1
  19051. | #define HAVE_FLOAT_H 1
  19052. | #define HAVE_LANGINFO_H 1
  19053. | #define HAVE_LIMITS_H 1
  19054. | #define HAVE_LOCALE_H 1
  19055. | #define HAVE_MALLOC_MALLOC_H 1
  19056. | #define HAVE_PWD_H 1
  19057. | #define HAVE_SYS_ATTR_H 1
  19058. | #define HAVE_SYS_FCNTL_H 1
  19059. | #define HAVE_SYS_FILE_H 1
  19060. | #define HAVE_SYS_IOCTL_H 1
  19061. | #define HAVE_SYS_PARAM_H 1
  19062. | #define HAVE_SYS_RESOURCE_H 1
  19063. | #define HAVE_SYS_SELECT_H 1
  19064. | #define HAVE_SYS_SOCKET_H 1
  19065. | #define HAVE_SYS_TIME_H 1
  19066. | #define HAVE_SYS_TIMES_H 1
  19067. | #define HAVE_SYS_UIO_H 1
  19068. | #define HAVE_TIME_H 1
  19069. | #define HAVE_UCONTEXT_H 1
  19070. | #define HAVE_UTIME_H 1
  19071. | #define HAVE_GMP_H 1
  19072. | #define HAVE_LIBGMP 1
  19073. | #define HAVE_TYPEOF 1
  19074. | #define HAVE_LONG_LONG 1
  19075. | #define HAVE_OFF_T 1
  19076. | #define SIZEOF_INT 4
  19077. | #define SIZEOF_SHORT 2
  19078. | #define SIZEOF_LONG 8
  19079. | #define SIZEOF_LONG_LONG 8
  19080. | #define SIZEOF___INT64 0
  19081. | #define SIZEOF___INT128 16
  19082. | #define SIZEOF_OFF_T 8
  19083. | #define SIZEOF_VOIDP 8
  19084. | #define SIZEOF_FLOAT 4
  19085. | #define SIZEOF_DOUBLE 8
  19086. | #define SIZEOF_TIME_T 8
  19087. | #define SIZEOF_CLOCK_T 8
  19088. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19089. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19090. | #define PRI_LL_PREFIX "ll"
  19091. | #define rb_pid_t pid_t
  19092. | #define SIGNEDNESS_OF_PID_T -1
  19093. | #define PIDT2NUM(v) INT2NUM(v)
  19094. | #define NUM2PIDT(v) NUM2INT(v)
  19095. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19096. | #define rb_uid_t uid_t
  19097. | #define SIGNEDNESS_OF_UID_T +1
  19098. | #define UIDT2NUM(v) UINT2NUM(v)
  19099. | #define NUM2UIDT(v) NUM2UINT(v)
  19100. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19101. | #define rb_gid_t gid_t
  19102. | #define SIGNEDNESS_OF_GID_T +1
  19103. | #define GIDT2NUM(v) UINT2NUM(v)
  19104. | #define NUM2GIDT(v) NUM2UINT(v)
  19105. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19106. | #define rb_time_t time_t
  19107. | #define SIGNEDNESS_OF_TIME_T -1
  19108. | #define TIMET2NUM(v) LONG2NUM(v)
  19109. | #define NUM2TIMET(v) NUM2LONG(v)
  19110. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19111. | #define rb_dev_t dev_t
  19112. | #define SIGNEDNESS_OF_DEV_T -1
  19113. | #define DEVT2NUM(v) INT2NUM(v)
  19114. | #define NUM2DEVT(v) NUM2INT(v)
  19115. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19116. | #define rb_mode_t mode_t
  19117. | #define SIGNEDNESS_OF_MODE_T +1
  19118. | #define MODET2NUM(v) UINT2NUM(v)
  19119. | #define NUM2MODET(v) NUM2UINT(v)
  19120. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19121. | #define rb_rlim_t rlim_t
  19122. | #define SIGNEDNESS_OF_RLIM_T +1
  19123. | #define RLIM2NUM(v) ULL2NUM(v)
  19124. | #define NUM2RLIM(v) NUM2ULL(v)
  19125. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19126. | #define rb_off_t off_t
  19127. | #define SIGNEDNESS_OF_OFF_T -1
  19128. | #define OFFT2NUM(v) LL2NUM(v)
  19129. | #define NUM2OFFT(v) NUM2LL(v)
  19130. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19131. | #define rb_clockid_t int
  19132. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19133. | #define CLOCKID2NUM(v) INT2NUM(v)
  19134. | #define NUM2CLOCKID(v) NUM2INT(v)
  19135. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19136. | #define HAVE_PROTOTYPES 1
  19137. | #define TOKEN_PASTE(x,y) x##y
  19138. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19139. | #define HAVE_STDARG_PROTOTYPES 1
  19140. | #define HAVE_VA_ARGS_MACRO 1
  19141. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19142. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19143. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19144. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19145. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19146. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19147. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19148. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19149. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19150. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19151. | #define WEAK(x) __attribute__ ((__weak__)) x
  19152. | #define HAVE_FUNC_WEAK 1
  19153. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19154. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19155. | #define HAVE_GCC_SYNC_BUILTINS 1
  19156. | #define UNREACHABLE __builtin_unreachable()
  19157. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19158. | #define RUBY_FUNCTION_NAME_STRING __func__
  19159. | #define ENUM_OVER_INT 1
  19160. | #define HAVE_DECL_SYS_NERR 1
  19161. | #define HAVE_DECL_GETENV 1
  19162. | #define SIZEOF_SIZE_T 8
  19163. | #define SIZEOF_PTRDIFF_T 8
  19164. | #define PRI_SIZE_PREFIX "z"
  19165. | #define PRI_PTRDIFF_PREFIX "t"
  19166. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19167. | #define HAVE_ST_BLKSIZE 1
  19168. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19169. | #define HAVE_ST_BLOCKS 1
  19170. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19171. | #define HAVE_ST_RDEV 1
  19172. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19173. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19174. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19175. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19176. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19177. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19178. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19179. | #define HAVE_STRUCT_TIMEVAL 1
  19180. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19181. | #define HAVE_STRUCT_TIMESPEC 1
  19182. | #define HAVE_STRUCT_TIMEZONE 1
  19183. | #define HAVE_INT8_T 1
  19184. | #define SIZEOF_INT8_T 1
  19185. | #define HAVE_UINT8_T 1
  19186. | #define SIZEOF_UINT8_T 1
  19187. | #define HAVE_INT16_T 1
  19188. | #define SIZEOF_INT16_T 2
  19189. | #define HAVE_UINT16_T 1
  19190. | #define SIZEOF_UINT16_T 2
  19191. | #define HAVE_INT32_T 1
  19192. | #define SIZEOF_INT32_T 4
  19193. | #define HAVE_UINT32_T 1
  19194. | #define SIZEOF_UINT32_T 4
  19195. | #define HAVE_INT64_T 1
  19196. | #define SIZEOF_INT64_T 8
  19197. | #define HAVE_UINT64_T 1
  19198. | #define SIZEOF_UINT64_T 8
  19199. | #define HAVE_INT128_T 1
  19200. | #define int128_t __int128
  19201. | #define SIZEOF_INT128_T SIZEOF___INT128
  19202. | #define HAVE_UINT128_T 1
  19203. | #define uint128_t unsigned __int128
  19204. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19205. | #define HAVE_INTPTR_T 1
  19206. | #define SIZEOF_INTPTR_T 8
  19207. | #define HAVE_UINTPTR_T 1
  19208. | #define SIZEOF_UINTPTR_T 8
  19209. | #define HAVE_SSIZE_T 1
  19210. | #define SIZEOF_SSIZE_T 8
  19211. | #define GETGROUPS_T gid_t
  19212. | #define RETSIGTYPE void
  19213. | #define HAVE_ALLOCA_H 1
  19214. | #define HAVE_ALLOCA 1
  19215. | #define HAVE_ACOSH 1
  19216. | #define HAVE_CBRT 1
  19217. | #define HAVE_CRYPT 1
  19218. | #define HAVE_DUP2 1
  19219. | #define HAVE_ERF 1
  19220. | #define HAVE_FFS 1
  19221. | #define HAVE_FINITE 1
  19222. | #define HAVE_FLOCK 1
  19223. | #define HAVE_HYPOT 1
  19224. | #define HAVE_ISINF 1
  19225. | #define HAVE_ISNAN 1
  19226. | #define HAVE_LGAMMA_R 1
  19227. | #define HAVE_MEMMOVE 1
  19228. | #define HAVE_NEXTAFTER 1
  19229. | #define HAVE_STRCHR 1
  19230. | #define HAVE_STRERROR 1
  19231. | #define HAVE_STRLCAT 1
  19232. | #define HAVE_STRLCPY 1
  19233. | #define HAVE_STRSTR 1
  19234. | #define HAVE_TGAMMA 1
  19235. | #define SPT_TYPE SPT_REUSEARGV
  19236. | #define HAVE_SIGNBIT 1
  19237. | /* end confdefs.h. */
  19238. |
  19239. | #include <string.h>
  19240. |
  19241. | int
  19242. | main(int argc, char **argv)
  19243. | {
  19244. | const char *str = "hogefugafoobar";
  19245. | const char *rs = "foo";
  19246. | const char *empty = "";
  19247. | char *p;
  19248. |
  19249. | p = memmem(str, strlen(str), rs, strlen(rs));
  19250. | if (p == str+8) {
  19251. | p = memmem(str, strlen(str), empty, strlen(empty));
  19252. | if (p == str)
  19253. | return 0;
  19254. | }
  19255. | return 1;
  19256. | }
  19257. |
  19258. configure:20971: result: yes
  19259. configure:20975: checking for pid_t
  19260. configure:20975: result: yes
  19261. configure:20988: checking vfork.h usability
  19262. configure:20988: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  19263. conftest.c:257:10: fatal error: 'vfork.h' file not found
  19264. #include <vfork.h>
  19265. ^~~~~~~~~
  19266. 1 error generated.
  19267. configure:20988: $? = 1
  19268. configure: failed program was:
  19269. | /* confdefs.h */
  19270. | #define PACKAGE_NAME ""
  19271. | #define PACKAGE_TARNAME ""
  19272. | #define PACKAGE_VERSION ""
  19273. | #define PACKAGE_STRING ""
  19274. | #define PACKAGE_BUGREPORT ""
  19275. | #define PACKAGE_URL ""
  19276. | #define CANONICALIZATION_FOR_MATHN 1
  19277. | #define STDC_HEADERS 1
  19278. | #define HAVE_SYS_TYPES_H 1
  19279. | #define HAVE_SYS_STAT_H 1
  19280. | #define HAVE_STDLIB_H 1
  19281. | #define HAVE_STRING_H 1
  19282. | #define HAVE_MEMORY_H 1
  19283. | #define HAVE_STRINGS_H 1
  19284. | #define HAVE_INTTYPES_H 1
  19285. | #define HAVE_STDINT_H 1
  19286. | #define HAVE_UNISTD_H 1
  19287. | #define __EXTENSIONS__ 1
  19288. | #define _ALL_SOURCE 1
  19289. | #define _GNU_SOURCE 1
  19290. | #define _POSIX_PTHREAD_SEMANTICS 1
  19291. | #define _TANDEM_SOURCE 1
  19292. | #define HAVE_INFINITY 1
  19293. | #define HAVE_NAN 1
  19294. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19295. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19296. | #define BROKEN_CRYPT 1
  19297. | #define HAVE_CRT_EXTERNS_H 1
  19298. | #define HAVE_LIBDL 1
  19299. | #define HAVE_DIRENT_H 1
  19300. | #define HAVE__BOOL 1
  19301. | #define HAVE_STDBOOL_H 1
  19302. | #define HAVE_SYS_WAIT_H 1
  19303. | #define HAVE_GRP_H 1
  19304. | #define HAVE_FCNTL_H 1
  19305. | #define HAVE_FLOAT_H 1
  19306. | #define HAVE_LANGINFO_H 1
  19307. | #define HAVE_LIMITS_H 1
  19308. | #define HAVE_LOCALE_H 1
  19309. | #define HAVE_MALLOC_MALLOC_H 1
  19310. | #define HAVE_PWD_H 1
  19311. | #define HAVE_SYS_ATTR_H 1
  19312. | #define HAVE_SYS_FCNTL_H 1
  19313. | #define HAVE_SYS_FILE_H 1
  19314. | #define HAVE_SYS_IOCTL_H 1
  19315. | #define HAVE_SYS_PARAM_H 1
  19316. | #define HAVE_SYS_RESOURCE_H 1
  19317. | #define HAVE_SYS_SELECT_H 1
  19318. | #define HAVE_SYS_SOCKET_H 1
  19319. | #define HAVE_SYS_TIME_H 1
  19320. | #define HAVE_SYS_TIMES_H 1
  19321. | #define HAVE_SYS_UIO_H 1
  19322. | #define HAVE_TIME_H 1
  19323. | #define HAVE_UCONTEXT_H 1
  19324. | #define HAVE_UTIME_H 1
  19325. | #define HAVE_GMP_H 1
  19326. | #define HAVE_LIBGMP 1
  19327. | #define HAVE_TYPEOF 1
  19328. | #define HAVE_LONG_LONG 1
  19329. | #define HAVE_OFF_T 1
  19330. | #define SIZEOF_INT 4
  19331. | #define SIZEOF_SHORT 2
  19332. | #define SIZEOF_LONG 8
  19333. | #define SIZEOF_LONG_LONG 8
  19334. | #define SIZEOF___INT64 0
  19335. | #define SIZEOF___INT128 16
  19336. | #define SIZEOF_OFF_T 8
  19337. | #define SIZEOF_VOIDP 8
  19338. | #define SIZEOF_FLOAT 4
  19339. | #define SIZEOF_DOUBLE 8
  19340. | #define SIZEOF_TIME_T 8
  19341. | #define SIZEOF_CLOCK_T 8
  19342. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19343. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19344. | #define PRI_LL_PREFIX "ll"
  19345. | #define rb_pid_t pid_t
  19346. | #define SIGNEDNESS_OF_PID_T -1
  19347. | #define PIDT2NUM(v) INT2NUM(v)
  19348. | #define NUM2PIDT(v) NUM2INT(v)
  19349. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19350. | #define rb_uid_t uid_t
  19351. | #define SIGNEDNESS_OF_UID_T +1
  19352. | #define UIDT2NUM(v) UINT2NUM(v)
  19353. | #define NUM2UIDT(v) NUM2UINT(v)
  19354. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19355. | #define rb_gid_t gid_t
  19356. | #define SIGNEDNESS_OF_GID_T +1
  19357. | #define GIDT2NUM(v) UINT2NUM(v)
  19358. | #define NUM2GIDT(v) NUM2UINT(v)
  19359. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19360. | #define rb_time_t time_t
  19361. | #define SIGNEDNESS_OF_TIME_T -1
  19362. | #define TIMET2NUM(v) LONG2NUM(v)
  19363. | #define NUM2TIMET(v) NUM2LONG(v)
  19364. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19365. | #define rb_dev_t dev_t
  19366. | #define SIGNEDNESS_OF_DEV_T -1
  19367. | #define DEVT2NUM(v) INT2NUM(v)
  19368. | #define NUM2DEVT(v) NUM2INT(v)
  19369. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19370. | #define rb_mode_t mode_t
  19371. | #define SIGNEDNESS_OF_MODE_T +1
  19372. | #define MODET2NUM(v) UINT2NUM(v)
  19373. | #define NUM2MODET(v) NUM2UINT(v)
  19374. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19375. | #define rb_rlim_t rlim_t
  19376. | #define SIGNEDNESS_OF_RLIM_T +1
  19377. | #define RLIM2NUM(v) ULL2NUM(v)
  19378. | #define NUM2RLIM(v) NUM2ULL(v)
  19379. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19380. | #define rb_off_t off_t
  19381. | #define SIGNEDNESS_OF_OFF_T -1
  19382. | #define OFFT2NUM(v) LL2NUM(v)
  19383. | #define NUM2OFFT(v) NUM2LL(v)
  19384. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19385. | #define rb_clockid_t int
  19386. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19387. | #define CLOCKID2NUM(v) INT2NUM(v)
  19388. | #define NUM2CLOCKID(v) NUM2INT(v)
  19389. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19390. | #define HAVE_PROTOTYPES 1
  19391. | #define TOKEN_PASTE(x,y) x##y
  19392. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19393. | #define HAVE_STDARG_PROTOTYPES 1
  19394. | #define HAVE_VA_ARGS_MACRO 1
  19395. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19396. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19397. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19398. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19399. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19400. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19401. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19402. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19403. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19404. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19405. | #define WEAK(x) __attribute__ ((__weak__)) x
  19406. | #define HAVE_FUNC_WEAK 1
  19407. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19408. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19409. | #define HAVE_GCC_SYNC_BUILTINS 1
  19410. | #define UNREACHABLE __builtin_unreachable()
  19411. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19412. | #define RUBY_FUNCTION_NAME_STRING __func__
  19413. | #define ENUM_OVER_INT 1
  19414. | #define HAVE_DECL_SYS_NERR 1
  19415. | #define HAVE_DECL_GETENV 1
  19416. | #define SIZEOF_SIZE_T 8
  19417. | #define SIZEOF_PTRDIFF_T 8
  19418. | #define PRI_SIZE_PREFIX "z"
  19419. | #define PRI_PTRDIFF_PREFIX "t"
  19420. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19421. | #define HAVE_ST_BLKSIZE 1
  19422. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19423. | #define HAVE_ST_BLOCKS 1
  19424. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19425. | #define HAVE_ST_RDEV 1
  19426. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19427. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19428. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19429. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19430. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19431. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19432. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19433. | #define HAVE_STRUCT_TIMEVAL 1
  19434. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19435. | #define HAVE_STRUCT_TIMESPEC 1
  19436. | #define HAVE_STRUCT_TIMEZONE 1
  19437. | #define HAVE_INT8_T 1
  19438. | #define SIZEOF_INT8_T 1
  19439. | #define HAVE_UINT8_T 1
  19440. | #define SIZEOF_UINT8_T 1
  19441. | #define HAVE_INT16_T 1
  19442. | #define SIZEOF_INT16_T 2
  19443. | #define HAVE_UINT16_T 1
  19444. | #define SIZEOF_UINT16_T 2
  19445. | #define HAVE_INT32_T 1
  19446. | #define SIZEOF_INT32_T 4
  19447. | #define HAVE_UINT32_T 1
  19448. | #define SIZEOF_UINT32_T 4
  19449. | #define HAVE_INT64_T 1
  19450. | #define SIZEOF_INT64_T 8
  19451. | #define HAVE_UINT64_T 1
  19452. | #define SIZEOF_UINT64_T 8
  19453. | #define HAVE_INT128_T 1
  19454. | #define int128_t __int128
  19455. | #define SIZEOF_INT128_T SIZEOF___INT128
  19456. | #define HAVE_UINT128_T 1
  19457. | #define uint128_t unsigned __int128
  19458. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19459. | #define HAVE_INTPTR_T 1
  19460. | #define SIZEOF_INTPTR_T 8
  19461. | #define HAVE_UINTPTR_T 1
  19462. | #define SIZEOF_UINTPTR_T 8
  19463. | #define HAVE_SSIZE_T 1
  19464. | #define SIZEOF_SSIZE_T 8
  19465. | #define GETGROUPS_T gid_t
  19466. | #define RETSIGTYPE void
  19467. | #define HAVE_ALLOCA_H 1
  19468. | #define HAVE_ALLOCA 1
  19469. | #define HAVE_ACOSH 1
  19470. | #define HAVE_CBRT 1
  19471. | #define HAVE_CRYPT 1
  19472. | #define HAVE_DUP2 1
  19473. | #define HAVE_ERF 1
  19474. | #define HAVE_FFS 1
  19475. | #define HAVE_FINITE 1
  19476. | #define HAVE_FLOCK 1
  19477. | #define HAVE_HYPOT 1
  19478. | #define HAVE_ISINF 1
  19479. | #define HAVE_ISNAN 1
  19480. | #define HAVE_LGAMMA_R 1
  19481. | #define HAVE_MEMMOVE 1
  19482. | #define HAVE_NEXTAFTER 1
  19483. | #define HAVE_STRCHR 1
  19484. | #define HAVE_STRERROR 1
  19485. | #define HAVE_STRLCAT 1
  19486. | #define HAVE_STRLCPY 1
  19487. | #define HAVE_STRSTR 1
  19488. | #define HAVE_TGAMMA 1
  19489. | #define SPT_TYPE SPT_REUSEARGV
  19490. | #define HAVE_SIGNBIT 1
  19491. | /* end confdefs.h. */
  19492. | #include <stdio.h>
  19493. | #ifdef HAVE_SYS_TYPES_H
  19494. | # include <sys/types.h>
  19495. | #endif
  19496. | #ifdef HAVE_SYS_STAT_H
  19497. | # include <sys/stat.h>
  19498. | #endif
  19499. | #ifdef STDC_HEADERS
  19500. | # include <stdlib.h>
  19501. | # include <stddef.h>
  19502. | #else
  19503. | # ifdef HAVE_STDLIB_H
  19504. | # include <stdlib.h>
  19505. | # endif
  19506. | #endif
  19507. | #ifdef HAVE_STRING_H
  19508. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  19509. | # include <memory.h>
  19510. | # endif
  19511. | # include <string.h>
  19512. | #endif
  19513. | #ifdef HAVE_STRINGS_H
  19514. | # include <strings.h>
  19515. | #endif
  19516. | #ifdef HAVE_INTTYPES_H
  19517. | # include <inttypes.h>
  19518. | #endif
  19519. | #ifdef HAVE_STDINT_H
  19520. | # include <stdint.h>
  19521. | #endif
  19522. | #ifdef HAVE_UNISTD_H
  19523. | # include <unistd.h>
  19524. | #endif
  19525. | #include <vfork.h>
  19526. configure:20988: result: no
  19527. configure:20988: checking vfork.h presence
  19528. configure:20988: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  19529. conftest.c:224:10: fatal error: 'vfork.h' file not found
  19530. #include <vfork.h>
  19531. ^~~~~~~~~
  19532. 1 error generated.
  19533. configure:20988: $? = 1
  19534. configure: failed program was:
  19535. | /* confdefs.h */
  19536. | #define PACKAGE_NAME ""
  19537. | #define PACKAGE_TARNAME ""
  19538. | #define PACKAGE_VERSION ""
  19539. | #define PACKAGE_STRING ""
  19540. | #define PACKAGE_BUGREPORT ""
  19541. | #define PACKAGE_URL ""
  19542. | #define CANONICALIZATION_FOR_MATHN 1
  19543. | #define STDC_HEADERS 1
  19544. | #define HAVE_SYS_TYPES_H 1
  19545. | #define HAVE_SYS_STAT_H 1
  19546. | #define HAVE_STDLIB_H 1
  19547. | #define HAVE_STRING_H 1
  19548. | #define HAVE_MEMORY_H 1
  19549. | #define HAVE_STRINGS_H 1
  19550. | #define HAVE_INTTYPES_H 1
  19551. | #define HAVE_STDINT_H 1
  19552. | #define HAVE_UNISTD_H 1
  19553. | #define __EXTENSIONS__ 1
  19554. | #define _ALL_SOURCE 1
  19555. | #define _GNU_SOURCE 1
  19556. | #define _POSIX_PTHREAD_SEMANTICS 1
  19557. | #define _TANDEM_SOURCE 1
  19558. | #define HAVE_INFINITY 1
  19559. | #define HAVE_NAN 1
  19560. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19561. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19562. | #define BROKEN_CRYPT 1
  19563. | #define HAVE_CRT_EXTERNS_H 1
  19564. | #define HAVE_LIBDL 1
  19565. | #define HAVE_DIRENT_H 1
  19566. | #define HAVE__BOOL 1
  19567. | #define HAVE_STDBOOL_H 1
  19568. | #define HAVE_SYS_WAIT_H 1
  19569. | #define HAVE_GRP_H 1
  19570. | #define HAVE_FCNTL_H 1
  19571. | #define HAVE_FLOAT_H 1
  19572. | #define HAVE_LANGINFO_H 1
  19573. | #define HAVE_LIMITS_H 1
  19574. | #define HAVE_LOCALE_H 1
  19575. | #define HAVE_MALLOC_MALLOC_H 1
  19576. | #define HAVE_PWD_H 1
  19577. | #define HAVE_SYS_ATTR_H 1
  19578. | #define HAVE_SYS_FCNTL_H 1
  19579. | #define HAVE_SYS_FILE_H 1
  19580. | #define HAVE_SYS_IOCTL_H 1
  19581. | #define HAVE_SYS_PARAM_H 1
  19582. | #define HAVE_SYS_RESOURCE_H 1
  19583. | #define HAVE_SYS_SELECT_H 1
  19584. | #define HAVE_SYS_SOCKET_H 1
  19585. | #define HAVE_SYS_TIME_H 1
  19586. | #define HAVE_SYS_TIMES_H 1
  19587. | #define HAVE_SYS_UIO_H 1
  19588. | #define HAVE_TIME_H 1
  19589. | #define HAVE_UCONTEXT_H 1
  19590. | #define HAVE_UTIME_H 1
  19591. | #define HAVE_GMP_H 1
  19592. | #define HAVE_LIBGMP 1
  19593. | #define HAVE_TYPEOF 1
  19594. | #define HAVE_LONG_LONG 1
  19595. | #define HAVE_OFF_T 1
  19596. | #define SIZEOF_INT 4
  19597. | #define SIZEOF_SHORT 2
  19598. | #define SIZEOF_LONG 8
  19599. | #define SIZEOF_LONG_LONG 8
  19600. | #define SIZEOF___INT64 0
  19601. | #define SIZEOF___INT128 16
  19602. | #define SIZEOF_OFF_T 8
  19603. | #define SIZEOF_VOIDP 8
  19604. | #define SIZEOF_FLOAT 4
  19605. | #define SIZEOF_DOUBLE 8
  19606. | #define SIZEOF_TIME_T 8
  19607. | #define SIZEOF_CLOCK_T 8
  19608. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19609. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19610. | #define PRI_LL_PREFIX "ll"
  19611. | #define rb_pid_t pid_t
  19612. | #define SIGNEDNESS_OF_PID_T -1
  19613. | #define PIDT2NUM(v) INT2NUM(v)
  19614. | #define NUM2PIDT(v) NUM2INT(v)
  19615. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19616. | #define rb_uid_t uid_t
  19617. | #define SIGNEDNESS_OF_UID_T +1
  19618. | #define UIDT2NUM(v) UINT2NUM(v)
  19619. | #define NUM2UIDT(v) NUM2UINT(v)
  19620. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19621. | #define rb_gid_t gid_t
  19622. | #define SIGNEDNESS_OF_GID_T +1
  19623. | #define GIDT2NUM(v) UINT2NUM(v)
  19624. | #define NUM2GIDT(v) NUM2UINT(v)
  19625. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19626. | #define rb_time_t time_t
  19627. | #define SIGNEDNESS_OF_TIME_T -1
  19628. | #define TIMET2NUM(v) LONG2NUM(v)
  19629. | #define NUM2TIMET(v) NUM2LONG(v)
  19630. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19631. | #define rb_dev_t dev_t
  19632. | #define SIGNEDNESS_OF_DEV_T -1
  19633. | #define DEVT2NUM(v) INT2NUM(v)
  19634. | #define NUM2DEVT(v) NUM2INT(v)
  19635. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19636. | #define rb_mode_t mode_t
  19637. | #define SIGNEDNESS_OF_MODE_T +1
  19638. | #define MODET2NUM(v) UINT2NUM(v)
  19639. | #define NUM2MODET(v) NUM2UINT(v)
  19640. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19641. | #define rb_rlim_t rlim_t
  19642. | #define SIGNEDNESS_OF_RLIM_T +1
  19643. | #define RLIM2NUM(v) ULL2NUM(v)
  19644. | #define NUM2RLIM(v) NUM2ULL(v)
  19645. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19646. | #define rb_off_t off_t
  19647. | #define SIGNEDNESS_OF_OFF_T -1
  19648. | #define OFFT2NUM(v) LL2NUM(v)
  19649. | #define NUM2OFFT(v) NUM2LL(v)
  19650. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19651. | #define rb_clockid_t int
  19652. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19653. | #define CLOCKID2NUM(v) INT2NUM(v)
  19654. | #define NUM2CLOCKID(v) NUM2INT(v)
  19655. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19656. | #define HAVE_PROTOTYPES 1
  19657. | #define TOKEN_PASTE(x,y) x##y
  19658. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19659. | #define HAVE_STDARG_PROTOTYPES 1
  19660. | #define HAVE_VA_ARGS_MACRO 1
  19661. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19662. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19663. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19664. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19665. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19666. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19667. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19668. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19669. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19670. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19671. | #define WEAK(x) __attribute__ ((__weak__)) x
  19672. | #define HAVE_FUNC_WEAK 1
  19673. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19674. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19675. | #define HAVE_GCC_SYNC_BUILTINS 1
  19676. | #define UNREACHABLE __builtin_unreachable()
  19677. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19678. | #define RUBY_FUNCTION_NAME_STRING __func__
  19679. | #define ENUM_OVER_INT 1
  19680. | #define HAVE_DECL_SYS_NERR 1
  19681. | #define HAVE_DECL_GETENV 1
  19682. | #define SIZEOF_SIZE_T 8
  19683. | #define SIZEOF_PTRDIFF_T 8
  19684. | #define PRI_SIZE_PREFIX "z"
  19685. | #define PRI_PTRDIFF_PREFIX "t"
  19686. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19687. | #define HAVE_ST_BLKSIZE 1
  19688. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19689. | #define HAVE_ST_BLOCKS 1
  19690. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19691. | #define HAVE_ST_RDEV 1
  19692. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19693. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19694. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19695. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19696. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19697. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19698. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19699. | #define HAVE_STRUCT_TIMEVAL 1
  19700. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19701. | #define HAVE_STRUCT_TIMESPEC 1
  19702. | #define HAVE_STRUCT_TIMEZONE 1
  19703. | #define HAVE_INT8_T 1
  19704. | #define SIZEOF_INT8_T 1
  19705. | #define HAVE_UINT8_T 1
  19706. | #define SIZEOF_UINT8_T 1
  19707. | #define HAVE_INT16_T 1
  19708. | #define SIZEOF_INT16_T 2
  19709. | #define HAVE_UINT16_T 1
  19710. | #define SIZEOF_UINT16_T 2
  19711. | #define HAVE_INT32_T 1
  19712. | #define SIZEOF_INT32_T 4
  19713. | #define HAVE_UINT32_T 1
  19714. | #define SIZEOF_UINT32_T 4
  19715. | #define HAVE_INT64_T 1
  19716. | #define SIZEOF_INT64_T 8
  19717. | #define HAVE_UINT64_T 1
  19718. | #define SIZEOF_UINT64_T 8
  19719. | #define HAVE_INT128_T 1
  19720. | #define int128_t __int128
  19721. | #define SIZEOF_INT128_T SIZEOF___INT128
  19722. | #define HAVE_UINT128_T 1
  19723. | #define uint128_t unsigned __int128
  19724. | #define SIZEOF_UINT128_T SIZEOF___INT128
  19725. | #define HAVE_INTPTR_T 1
  19726. | #define SIZEOF_INTPTR_T 8
  19727. | #define HAVE_UINTPTR_T 1
  19728. | #define SIZEOF_UINTPTR_T 8
  19729. | #define HAVE_SSIZE_T 1
  19730. | #define SIZEOF_SSIZE_T 8
  19731. | #define GETGROUPS_T gid_t
  19732. | #define RETSIGTYPE void
  19733. | #define HAVE_ALLOCA_H 1
  19734. | #define HAVE_ALLOCA 1
  19735. | #define HAVE_ACOSH 1
  19736. | #define HAVE_CBRT 1
  19737. | #define HAVE_CRYPT 1
  19738. | #define HAVE_DUP2 1
  19739. | #define HAVE_ERF 1
  19740. | #define HAVE_FFS 1
  19741. | #define HAVE_FINITE 1
  19742. | #define HAVE_FLOCK 1
  19743. | #define HAVE_HYPOT 1
  19744. | #define HAVE_ISINF 1
  19745. | #define HAVE_ISNAN 1
  19746. | #define HAVE_LGAMMA_R 1
  19747. | #define HAVE_MEMMOVE 1
  19748. | #define HAVE_NEXTAFTER 1
  19749. | #define HAVE_STRCHR 1
  19750. | #define HAVE_STRERROR 1
  19751. | #define HAVE_STRLCAT 1
  19752. | #define HAVE_STRLCPY 1
  19753. | #define HAVE_STRSTR 1
  19754. | #define HAVE_TGAMMA 1
  19755. | #define SPT_TYPE SPT_REUSEARGV
  19756. | #define HAVE_SIGNBIT 1
  19757. | /* end confdefs.h. */
  19758. | #include <vfork.h>
  19759. configure:20988: result: no
  19760. configure:20988: checking for vfork.h
  19761. configure:20988: result: no
  19762. configure:21001: checking for fork
  19763. configure:21001: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19764. configure:21001: $? = 0
  19765. configure:21001: result: yes
  19766. configure:21001: checking for vfork
  19767. configure:21001: result: no
  19768. configure:21011: checking for working fork
  19769. configure:21033: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19770. configure:21033: $? = 0
  19771. configure:21033: ./conftest
  19772. configure:21033: $? = 0
  19773. configure:21043: result: yes
  19774. configure:21202: checking for __syscall
  19775. configure:21202: result: no
  19776. configure:21213: checking for _longjmp
  19777. configure:21213: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19778. conftest.c:250:6: warning: declaration of built-in function '_longjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
  19779. char _longjmp ();
  19780. ^
  19781. 1 warning generated.
  19782. configure:21213: $? = 0
  19783. configure:21213: result: yes
  19784. configure:21226: checking for arc4random_buf
  19785. configure:21226: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19786. configure:21226: $? = 0
  19787. configure:21226: result: yes
  19788. configure:21238: checking for atan2l
  19789. configure:21238: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19790. conftest.c:252:6: warning: incompatible redeclaration of library function 'atan2l' [-Wincompatible-library-redeclaration]
  19791. char atan2l ();
  19792. ^
  19793. conftest.c:252:6: note: 'atan2l' is a builtin with type 'long double (long double, long double)'
  19794. 1 warning generated.
  19795. configure:21238: $? = 0
  19796. configure:21238: result: yes
  19797. configure:21238: checking for atan2f
  19798. configure:21238: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19799. conftest.c:253:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
  19800. char atan2f ();
  19801. ^
  19802. conftest.c:253:6: note: 'atan2f' is a builtin with type 'float (float, float)'
  19803. 1 warning generated.
  19804. configure:21238: $? = 0
  19805. configure:21238: result: yes
  19806. configure:21249: checking for chroot
  19807. configure:21249: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19808. configure:21249: $? = 0
  19809. configure:21249: result: yes
  19810. configure:21260: checking for chsize
  19811. configure:21260: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  19812. Undefined symbols for architecture x86_64:
  19813. "_chsize", referenced from:
  19814. _main in conftest-8bbb32.o
  19815. ld: symbol(s) not found for architecture x86_64
  19816. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  19817. configure:21260: $? = 1
  19818. configure: failed program was:
  19819. | /* confdefs.h */
  19820. | #define PACKAGE_NAME ""
  19821. | #define PACKAGE_TARNAME ""
  19822. | #define PACKAGE_VERSION ""
  19823. | #define PACKAGE_STRING ""
  19824. | #define PACKAGE_BUGREPORT ""
  19825. | #define PACKAGE_URL ""
  19826. | #define CANONICALIZATION_FOR_MATHN 1
  19827. | #define STDC_HEADERS 1
  19828. | #define HAVE_SYS_TYPES_H 1
  19829. | #define HAVE_SYS_STAT_H 1
  19830. | #define HAVE_STDLIB_H 1
  19831. | #define HAVE_STRING_H 1
  19832. | #define HAVE_MEMORY_H 1
  19833. | #define HAVE_STRINGS_H 1
  19834. | #define HAVE_INTTYPES_H 1
  19835. | #define HAVE_STDINT_H 1
  19836. | #define HAVE_UNISTD_H 1
  19837. | #define __EXTENSIONS__ 1
  19838. | #define _ALL_SOURCE 1
  19839. | #define _GNU_SOURCE 1
  19840. | #define _POSIX_PTHREAD_SEMANTICS 1
  19841. | #define _TANDEM_SOURCE 1
  19842. | #define HAVE_INFINITY 1
  19843. | #define HAVE_NAN 1
  19844. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  19845. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  19846. | #define BROKEN_CRYPT 1
  19847. | #define HAVE_CRT_EXTERNS_H 1
  19848. | #define HAVE_LIBDL 1
  19849. | #define HAVE_DIRENT_H 1
  19850. | #define HAVE__BOOL 1
  19851. | #define HAVE_STDBOOL_H 1
  19852. | #define HAVE_SYS_WAIT_H 1
  19853. | #define HAVE_GRP_H 1
  19854. | #define HAVE_FCNTL_H 1
  19855. | #define HAVE_FLOAT_H 1
  19856. | #define HAVE_LANGINFO_H 1
  19857. | #define HAVE_LIMITS_H 1
  19858. | #define HAVE_LOCALE_H 1
  19859. | #define HAVE_MALLOC_MALLOC_H 1
  19860. | #define HAVE_PWD_H 1
  19861. | #define HAVE_SYS_ATTR_H 1
  19862. | #define HAVE_SYS_FCNTL_H 1
  19863. | #define HAVE_SYS_FILE_H 1
  19864. | #define HAVE_SYS_IOCTL_H 1
  19865. | #define HAVE_SYS_PARAM_H 1
  19866. | #define HAVE_SYS_RESOURCE_H 1
  19867. | #define HAVE_SYS_SELECT_H 1
  19868. | #define HAVE_SYS_SOCKET_H 1
  19869. | #define HAVE_SYS_TIME_H 1
  19870. | #define HAVE_SYS_TIMES_H 1
  19871. | #define HAVE_SYS_UIO_H 1
  19872. | #define HAVE_TIME_H 1
  19873. | #define HAVE_UCONTEXT_H 1
  19874. | #define HAVE_UTIME_H 1
  19875. | #define HAVE_GMP_H 1
  19876. | #define HAVE_LIBGMP 1
  19877. | #define HAVE_TYPEOF 1
  19878. | #define HAVE_LONG_LONG 1
  19879. | #define HAVE_OFF_T 1
  19880. | #define SIZEOF_INT 4
  19881. | #define SIZEOF_SHORT 2
  19882. | #define SIZEOF_LONG 8
  19883. | #define SIZEOF_LONG_LONG 8
  19884. | #define SIZEOF___INT64 0
  19885. | #define SIZEOF___INT128 16
  19886. | #define SIZEOF_OFF_T 8
  19887. | #define SIZEOF_VOIDP 8
  19888. | #define SIZEOF_FLOAT 4
  19889. | #define SIZEOF_DOUBLE 8
  19890. | #define SIZEOF_TIME_T 8
  19891. | #define SIZEOF_CLOCK_T 8
  19892. | #define PACKED_STRUCT(x) x __attribute__((packed))
  19893. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  19894. | #define PRI_LL_PREFIX "ll"
  19895. | #define rb_pid_t pid_t
  19896. | #define SIGNEDNESS_OF_PID_T -1
  19897. | #define PIDT2NUM(v) INT2NUM(v)
  19898. | #define NUM2PIDT(v) NUM2INT(v)
  19899. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  19900. | #define rb_uid_t uid_t
  19901. | #define SIGNEDNESS_OF_UID_T +1
  19902. | #define UIDT2NUM(v) UINT2NUM(v)
  19903. | #define NUM2UIDT(v) NUM2UINT(v)
  19904. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  19905. | #define rb_gid_t gid_t
  19906. | #define SIGNEDNESS_OF_GID_T +1
  19907. | #define GIDT2NUM(v) UINT2NUM(v)
  19908. | #define NUM2GIDT(v) NUM2UINT(v)
  19909. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  19910. | #define rb_time_t time_t
  19911. | #define SIGNEDNESS_OF_TIME_T -1
  19912. | #define TIMET2NUM(v) LONG2NUM(v)
  19913. | #define NUM2TIMET(v) NUM2LONG(v)
  19914. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  19915. | #define rb_dev_t dev_t
  19916. | #define SIGNEDNESS_OF_DEV_T -1
  19917. | #define DEVT2NUM(v) INT2NUM(v)
  19918. | #define NUM2DEVT(v) NUM2INT(v)
  19919. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  19920. | #define rb_mode_t mode_t
  19921. | #define SIGNEDNESS_OF_MODE_T +1
  19922. | #define MODET2NUM(v) UINT2NUM(v)
  19923. | #define NUM2MODET(v) NUM2UINT(v)
  19924. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  19925. | #define rb_rlim_t rlim_t
  19926. | #define SIGNEDNESS_OF_RLIM_T +1
  19927. | #define RLIM2NUM(v) ULL2NUM(v)
  19928. | #define NUM2RLIM(v) NUM2ULL(v)
  19929. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  19930. | #define rb_off_t off_t
  19931. | #define SIGNEDNESS_OF_OFF_T -1
  19932. | #define OFFT2NUM(v) LL2NUM(v)
  19933. | #define NUM2OFFT(v) NUM2LL(v)
  19934. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  19935. | #define rb_clockid_t int
  19936. | #define SIGNEDNESS_OF_CLOCKID_T -1
  19937. | #define CLOCKID2NUM(v) INT2NUM(v)
  19938. | #define NUM2CLOCKID(v) NUM2INT(v)
  19939. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  19940. | #define HAVE_PROTOTYPES 1
  19941. | #define TOKEN_PASTE(x,y) x##y
  19942. | #define STRINGIZE(expr) STRINGIZE0(expr)
  19943. | #define HAVE_STDARG_PROTOTYPES 1
  19944. | #define HAVE_VA_ARGS_MACRO 1
  19945. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  19946. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  19947. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  19948. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  19949. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  19950. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  19951. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  19952. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  19953. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  19954. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  19955. | #define WEAK(x) __attribute__ ((__weak__)) x
  19956. | #define HAVE_FUNC_WEAK 1
  19957. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  19958. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  19959. | #define HAVE_GCC_SYNC_BUILTINS 1
  19960. | #define UNREACHABLE __builtin_unreachable()
  19961. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  19962. | #define RUBY_FUNCTION_NAME_STRING __func__
  19963. | #define ENUM_OVER_INT 1
  19964. | #define HAVE_DECL_SYS_NERR 1
  19965. | #define HAVE_DECL_GETENV 1
  19966. | #define SIZEOF_SIZE_T 8
  19967. | #define SIZEOF_PTRDIFF_T 8
  19968. | #define PRI_SIZE_PREFIX "z"
  19969. | #define PRI_PTRDIFF_PREFIX "t"
  19970. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  19971. | #define HAVE_ST_BLKSIZE 1
  19972. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  19973. | #define HAVE_ST_BLOCKS 1
  19974. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  19975. | #define HAVE_ST_RDEV 1
  19976. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  19977. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  19978. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  19979. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  19980. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  19981. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  19982. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  19983. | #define HAVE_STRUCT_TIMEVAL 1
  19984. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  19985. | #define HAVE_STRUCT_TIMESPEC 1
  19986. | #define HAVE_STRUCT_TIMEZONE 1
  19987. | #define HAVE_INT8_T 1
  19988. | #define SIZEOF_INT8_T 1
  19989. | #define HAVE_UINT8_T 1
  19990. | #define SIZEOF_UINT8_T 1
  19991. | #define HAVE_INT16_T 1
  19992. | #define SIZEOF_INT16_T 2
  19993. | #define HAVE_UINT16_T 1
  19994. | #define SIZEOF_UINT16_T 2
  19995. | #define HAVE_INT32_T 1
  19996. | #define SIZEOF_INT32_T 4
  19997. | #define HAVE_UINT32_T 1
  19998. | #define SIZEOF_UINT32_T 4
  19999. | #define HAVE_INT64_T 1
  20000. | #define SIZEOF_INT64_T 8
  20001. | #define HAVE_UINT64_T 1
  20002. | #define SIZEOF_UINT64_T 8
  20003. | #define HAVE_INT128_T 1
  20004. | #define int128_t __int128
  20005. | #define SIZEOF_INT128_T SIZEOF___INT128
  20006. | #define HAVE_UINT128_T 1
  20007. | #define uint128_t unsigned __int128
  20008. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20009. | #define HAVE_INTPTR_T 1
  20010. | #define SIZEOF_INTPTR_T 8
  20011. | #define HAVE_UINTPTR_T 1
  20012. | #define SIZEOF_UINTPTR_T 8
  20013. | #define HAVE_SSIZE_T 1
  20014. | #define SIZEOF_SSIZE_T 8
  20015. | #define GETGROUPS_T gid_t
  20016. | #define RETSIGTYPE void
  20017. | #define HAVE_ALLOCA_H 1
  20018. | #define HAVE_ALLOCA 1
  20019. | #define HAVE_ACOSH 1
  20020. | #define HAVE_CBRT 1
  20021. | #define HAVE_CRYPT 1
  20022. | #define HAVE_DUP2 1
  20023. | #define HAVE_ERF 1
  20024. | #define HAVE_FFS 1
  20025. | #define HAVE_FINITE 1
  20026. | #define HAVE_FLOCK 1
  20027. | #define HAVE_HYPOT 1
  20028. | #define HAVE_ISINF 1
  20029. | #define HAVE_ISNAN 1
  20030. | #define HAVE_LGAMMA_R 1
  20031. | #define HAVE_MEMMOVE 1
  20032. | #define HAVE_NEXTAFTER 1
  20033. | #define HAVE_STRCHR 1
  20034. | #define HAVE_STRERROR 1
  20035. | #define HAVE_STRLCAT 1
  20036. | #define HAVE_STRLCPY 1
  20037. | #define HAVE_STRSTR 1
  20038. | #define HAVE_TGAMMA 1
  20039. | #define SPT_TYPE SPT_REUSEARGV
  20040. | #define HAVE_SIGNBIT 1
  20041. | #define HAVE_FORK 1
  20042. | #define vfork fork
  20043. | #define HAVE_WORKING_FORK 1
  20044. | #define HAVE__LONGJMP 1
  20045. | #define HAVE_ARC4RANDOM_BUF 1
  20046. | #define HAVE_ATAN2L 1
  20047. | #define HAVE_ATAN2F 1
  20048. | #define HAVE_CHROOT 1
  20049. | /* end confdefs.h. */
  20050. | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
  20051. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20052. | #define chsize innocuous_chsize
  20053. |
  20054. | /* System header to define __stub macros and hopefully few prototypes,
  20055. | which can conflict with char chsize (); below.
  20056. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20057. | <limits.h> exists even on freestanding compilers. */
  20058. |
  20059. | #ifdef __STDC__
  20060. | # include <limits.h>
  20061. | #else
  20062. | # include <assert.h>
  20063. | #endif
  20064. |
  20065. | #undef chsize
  20066. |
  20067. | /* Override any GCC internal prototype to avoid an error.
  20068. | Use char because int might match the return type of a GCC
  20069. | builtin and then its argument prototype would still apply. */
  20070. | #ifdef __cplusplus
  20071. | extern "C"
  20072. | #endif
  20073. | char chsize ();
  20074. | /* The GNU C library defines this for functions which it implements
  20075. | to always fail with ENOSYS. Some functions are actually named
  20076. | something starting with __ and the normal name is an alias. */
  20077. | #if defined __stub_chsize || defined __stub___chsize
  20078. | choke me
  20079. | #endif
  20080. |
  20081. | int
  20082. | main ()
  20083. | {
  20084. | return chsize ();
  20085. | ;
  20086. | return 0;
  20087. | }
  20088. configure:21260: result: no
  20089. configure:21271: checking for clock_gettime
  20090. configure:21271: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20091. configure:21271: $? = 0
  20092. configure:21271: result: yes
  20093. configure:21282: checking for cosh
  20094. configure:21282: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20095. conftest.c:256:6: warning: incompatible redeclaration of library function 'cosh' [-Wincompatible-library-redeclaration]
  20096. char cosh ();
  20097. ^
  20098. conftest.c:256:6: note: 'cosh' is a builtin with type 'double (double)'
  20099. 1 warning generated.
  20100. configure:21282: $? = 0
  20101. configure:21282: result: yes
  20102. configure:21293: checking for crypt_r
  20103. configure:21293: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20104. Undefined symbols for architecture x86_64:
  20105. "_crypt_r", referenced from:
  20106. _main in conftest-74cb54.o
  20107. ld: symbol(s) not found for architecture x86_64
  20108. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20109. configure:21293: $? = 1
  20110. configure: failed program was:
  20111. | /* confdefs.h */
  20112. | #define PACKAGE_NAME ""
  20113. | #define PACKAGE_TARNAME ""
  20114. | #define PACKAGE_VERSION ""
  20115. | #define PACKAGE_STRING ""
  20116. | #define PACKAGE_BUGREPORT ""
  20117. | #define PACKAGE_URL ""
  20118. | #define CANONICALIZATION_FOR_MATHN 1
  20119. | #define STDC_HEADERS 1
  20120. | #define HAVE_SYS_TYPES_H 1
  20121. | #define HAVE_SYS_STAT_H 1
  20122. | #define HAVE_STDLIB_H 1
  20123. | #define HAVE_STRING_H 1
  20124. | #define HAVE_MEMORY_H 1
  20125. | #define HAVE_STRINGS_H 1
  20126. | #define HAVE_INTTYPES_H 1
  20127. | #define HAVE_STDINT_H 1
  20128. | #define HAVE_UNISTD_H 1
  20129. | #define __EXTENSIONS__ 1
  20130. | #define _ALL_SOURCE 1
  20131. | #define _GNU_SOURCE 1
  20132. | #define _POSIX_PTHREAD_SEMANTICS 1
  20133. | #define _TANDEM_SOURCE 1
  20134. | #define HAVE_INFINITY 1
  20135. | #define HAVE_NAN 1
  20136. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20137. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20138. | #define BROKEN_CRYPT 1
  20139. | #define HAVE_CRT_EXTERNS_H 1
  20140. | #define HAVE_LIBDL 1
  20141. | #define HAVE_DIRENT_H 1
  20142. | #define HAVE__BOOL 1
  20143. | #define HAVE_STDBOOL_H 1
  20144. | #define HAVE_SYS_WAIT_H 1
  20145. | #define HAVE_GRP_H 1
  20146. | #define HAVE_FCNTL_H 1
  20147. | #define HAVE_FLOAT_H 1
  20148. | #define HAVE_LANGINFO_H 1
  20149. | #define HAVE_LIMITS_H 1
  20150. | #define HAVE_LOCALE_H 1
  20151. | #define HAVE_MALLOC_MALLOC_H 1
  20152. | #define HAVE_PWD_H 1
  20153. | #define HAVE_SYS_ATTR_H 1
  20154. | #define HAVE_SYS_FCNTL_H 1
  20155. | #define HAVE_SYS_FILE_H 1
  20156. | #define HAVE_SYS_IOCTL_H 1
  20157. | #define HAVE_SYS_PARAM_H 1
  20158. | #define HAVE_SYS_RESOURCE_H 1
  20159. | #define HAVE_SYS_SELECT_H 1
  20160. | #define HAVE_SYS_SOCKET_H 1
  20161. | #define HAVE_SYS_TIME_H 1
  20162. | #define HAVE_SYS_TIMES_H 1
  20163. | #define HAVE_SYS_UIO_H 1
  20164. | #define HAVE_TIME_H 1
  20165. | #define HAVE_UCONTEXT_H 1
  20166. | #define HAVE_UTIME_H 1
  20167. | #define HAVE_GMP_H 1
  20168. | #define HAVE_LIBGMP 1
  20169. | #define HAVE_TYPEOF 1
  20170. | #define HAVE_LONG_LONG 1
  20171. | #define HAVE_OFF_T 1
  20172. | #define SIZEOF_INT 4
  20173. | #define SIZEOF_SHORT 2
  20174. | #define SIZEOF_LONG 8
  20175. | #define SIZEOF_LONG_LONG 8
  20176. | #define SIZEOF___INT64 0
  20177. | #define SIZEOF___INT128 16
  20178. | #define SIZEOF_OFF_T 8
  20179. | #define SIZEOF_VOIDP 8
  20180. | #define SIZEOF_FLOAT 4
  20181. | #define SIZEOF_DOUBLE 8
  20182. | #define SIZEOF_TIME_T 8
  20183. | #define SIZEOF_CLOCK_T 8
  20184. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20185. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20186. | #define PRI_LL_PREFIX "ll"
  20187. | #define rb_pid_t pid_t
  20188. | #define SIGNEDNESS_OF_PID_T -1
  20189. | #define PIDT2NUM(v) INT2NUM(v)
  20190. | #define NUM2PIDT(v) NUM2INT(v)
  20191. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20192. | #define rb_uid_t uid_t
  20193. | #define SIGNEDNESS_OF_UID_T +1
  20194. | #define UIDT2NUM(v) UINT2NUM(v)
  20195. | #define NUM2UIDT(v) NUM2UINT(v)
  20196. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20197. | #define rb_gid_t gid_t
  20198. | #define SIGNEDNESS_OF_GID_T +1
  20199. | #define GIDT2NUM(v) UINT2NUM(v)
  20200. | #define NUM2GIDT(v) NUM2UINT(v)
  20201. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20202. | #define rb_time_t time_t
  20203. | #define SIGNEDNESS_OF_TIME_T -1
  20204. | #define TIMET2NUM(v) LONG2NUM(v)
  20205. | #define NUM2TIMET(v) NUM2LONG(v)
  20206. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20207. | #define rb_dev_t dev_t
  20208. | #define SIGNEDNESS_OF_DEV_T -1
  20209. | #define DEVT2NUM(v) INT2NUM(v)
  20210. | #define NUM2DEVT(v) NUM2INT(v)
  20211. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20212. | #define rb_mode_t mode_t
  20213. | #define SIGNEDNESS_OF_MODE_T +1
  20214. | #define MODET2NUM(v) UINT2NUM(v)
  20215. | #define NUM2MODET(v) NUM2UINT(v)
  20216. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20217. | #define rb_rlim_t rlim_t
  20218. | #define SIGNEDNESS_OF_RLIM_T +1
  20219. | #define RLIM2NUM(v) ULL2NUM(v)
  20220. | #define NUM2RLIM(v) NUM2ULL(v)
  20221. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20222. | #define rb_off_t off_t
  20223. | #define SIGNEDNESS_OF_OFF_T -1
  20224. | #define OFFT2NUM(v) LL2NUM(v)
  20225. | #define NUM2OFFT(v) NUM2LL(v)
  20226. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20227. | #define rb_clockid_t int
  20228. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20229. | #define CLOCKID2NUM(v) INT2NUM(v)
  20230. | #define NUM2CLOCKID(v) NUM2INT(v)
  20231. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20232. | #define HAVE_PROTOTYPES 1
  20233. | #define TOKEN_PASTE(x,y) x##y
  20234. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20235. | #define HAVE_STDARG_PROTOTYPES 1
  20236. | #define HAVE_VA_ARGS_MACRO 1
  20237. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20238. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20239. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20240. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20241. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20242. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20243. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20244. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20245. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20246. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20247. | #define WEAK(x) __attribute__ ((__weak__)) x
  20248. | #define HAVE_FUNC_WEAK 1
  20249. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20250. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20251. | #define HAVE_GCC_SYNC_BUILTINS 1
  20252. | #define UNREACHABLE __builtin_unreachable()
  20253. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20254. | #define RUBY_FUNCTION_NAME_STRING __func__
  20255. | #define ENUM_OVER_INT 1
  20256. | #define HAVE_DECL_SYS_NERR 1
  20257. | #define HAVE_DECL_GETENV 1
  20258. | #define SIZEOF_SIZE_T 8
  20259. | #define SIZEOF_PTRDIFF_T 8
  20260. | #define PRI_SIZE_PREFIX "z"
  20261. | #define PRI_PTRDIFF_PREFIX "t"
  20262. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20263. | #define HAVE_ST_BLKSIZE 1
  20264. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20265. | #define HAVE_ST_BLOCKS 1
  20266. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20267. | #define HAVE_ST_RDEV 1
  20268. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20269. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20270. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20271. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20272. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20273. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20274. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20275. | #define HAVE_STRUCT_TIMEVAL 1
  20276. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20277. | #define HAVE_STRUCT_TIMESPEC 1
  20278. | #define HAVE_STRUCT_TIMEZONE 1
  20279. | #define HAVE_INT8_T 1
  20280. | #define SIZEOF_INT8_T 1
  20281. | #define HAVE_UINT8_T 1
  20282. | #define SIZEOF_UINT8_T 1
  20283. | #define HAVE_INT16_T 1
  20284. | #define SIZEOF_INT16_T 2
  20285. | #define HAVE_UINT16_T 1
  20286. | #define SIZEOF_UINT16_T 2
  20287. | #define HAVE_INT32_T 1
  20288. | #define SIZEOF_INT32_T 4
  20289. | #define HAVE_UINT32_T 1
  20290. | #define SIZEOF_UINT32_T 4
  20291. | #define HAVE_INT64_T 1
  20292. | #define SIZEOF_INT64_T 8
  20293. | #define HAVE_UINT64_T 1
  20294. | #define SIZEOF_UINT64_T 8
  20295. | #define HAVE_INT128_T 1
  20296. | #define int128_t __int128
  20297. | #define SIZEOF_INT128_T SIZEOF___INT128
  20298. | #define HAVE_UINT128_T 1
  20299. | #define uint128_t unsigned __int128
  20300. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20301. | #define HAVE_INTPTR_T 1
  20302. | #define SIZEOF_INTPTR_T 8
  20303. | #define HAVE_UINTPTR_T 1
  20304. | #define SIZEOF_UINTPTR_T 8
  20305. | #define HAVE_SSIZE_T 1
  20306. | #define SIZEOF_SSIZE_T 8
  20307. | #define GETGROUPS_T gid_t
  20308. | #define RETSIGTYPE void
  20309. | #define HAVE_ALLOCA_H 1
  20310. | #define HAVE_ALLOCA 1
  20311. | #define HAVE_ACOSH 1
  20312. | #define HAVE_CBRT 1
  20313. | #define HAVE_CRYPT 1
  20314. | #define HAVE_DUP2 1
  20315. | #define HAVE_ERF 1
  20316. | #define HAVE_FFS 1
  20317. | #define HAVE_FINITE 1
  20318. | #define HAVE_FLOCK 1
  20319. | #define HAVE_HYPOT 1
  20320. | #define HAVE_ISINF 1
  20321. | #define HAVE_ISNAN 1
  20322. | #define HAVE_LGAMMA_R 1
  20323. | #define HAVE_MEMMOVE 1
  20324. | #define HAVE_NEXTAFTER 1
  20325. | #define HAVE_STRCHR 1
  20326. | #define HAVE_STRERROR 1
  20327. | #define HAVE_STRLCAT 1
  20328. | #define HAVE_STRLCPY 1
  20329. | #define HAVE_STRSTR 1
  20330. | #define HAVE_TGAMMA 1
  20331. | #define SPT_TYPE SPT_REUSEARGV
  20332. | #define HAVE_SIGNBIT 1
  20333. | #define HAVE_FORK 1
  20334. | #define vfork fork
  20335. | #define HAVE_WORKING_FORK 1
  20336. | #define HAVE__LONGJMP 1
  20337. | #define HAVE_ARC4RANDOM_BUF 1
  20338. | #define HAVE_ATAN2L 1
  20339. | #define HAVE_ATAN2F 1
  20340. | #define HAVE_CHROOT 1
  20341. | #define HAVE_CLOCK_GETTIME 1
  20342. | #define HAVE_COSH 1
  20343. | /* end confdefs.h. */
  20344. | /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
  20345. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20346. | #define crypt_r innocuous_crypt_r
  20347. |
  20348. | /* System header to define __stub macros and hopefully few prototypes,
  20349. | which can conflict with char crypt_r (); below.
  20350. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20351. | <limits.h> exists even on freestanding compilers. */
  20352. |
  20353. | #ifdef __STDC__
  20354. | # include <limits.h>
  20355. | #else
  20356. | # include <assert.h>
  20357. | #endif
  20358. |
  20359. | #undef crypt_r
  20360. |
  20361. | /* Override any GCC internal prototype to avoid an error.
  20362. | Use char because int might match the return type of a GCC
  20363. | builtin and then its argument prototype would still apply. */
  20364. | #ifdef __cplusplus
  20365. | extern "C"
  20366. | #endif
  20367. | char crypt_r ();
  20368. | /* The GNU C library defines this for functions which it implements
  20369. | to always fail with ENOSYS. Some functions are actually named
  20370. | something starting with __ and the normal name is an alias. */
  20371. | #if defined __stub_crypt_r || defined __stub___crypt_r
  20372. | choke me
  20373. | #endif
  20374. |
  20375. | int
  20376. | main ()
  20377. | {
  20378. | return crypt_r ();
  20379. | ;
  20380. | return 0;
  20381. | }
  20382. configure:21293: result: no
  20383. configure:21304: checking for daemon
  20384. configure:21304: result: no
  20385. configure:21315: checking for dirfd
  20386. configure:21315: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20387. configure:21315: $? = 0
  20388. configure:21315: result: yes
  20389. configure:21326: checking for dl_iterate_phdr
  20390. configure:21326: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20391. Undefined symbols for architecture x86_64:
  20392. "_dl_iterate_phdr", referenced from:
  20393. _main in conftest-e7de04.o
  20394. ld: symbol(s) not found for architecture x86_64
  20395. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20396. configure:21326: $? = 1
  20397. configure: failed program was:
  20398. | /* confdefs.h */
  20399. | #define PACKAGE_NAME ""
  20400. | #define PACKAGE_TARNAME ""
  20401. | #define PACKAGE_VERSION ""
  20402. | #define PACKAGE_STRING ""
  20403. | #define PACKAGE_BUGREPORT ""
  20404. | #define PACKAGE_URL ""
  20405. | #define CANONICALIZATION_FOR_MATHN 1
  20406. | #define STDC_HEADERS 1
  20407. | #define HAVE_SYS_TYPES_H 1
  20408. | #define HAVE_SYS_STAT_H 1
  20409. | #define HAVE_STDLIB_H 1
  20410. | #define HAVE_STRING_H 1
  20411. | #define HAVE_MEMORY_H 1
  20412. | #define HAVE_STRINGS_H 1
  20413. | #define HAVE_INTTYPES_H 1
  20414. | #define HAVE_STDINT_H 1
  20415. | #define HAVE_UNISTD_H 1
  20416. | #define __EXTENSIONS__ 1
  20417. | #define _ALL_SOURCE 1
  20418. | #define _GNU_SOURCE 1
  20419. | #define _POSIX_PTHREAD_SEMANTICS 1
  20420. | #define _TANDEM_SOURCE 1
  20421. | #define HAVE_INFINITY 1
  20422. | #define HAVE_NAN 1
  20423. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20424. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20425. | #define BROKEN_CRYPT 1
  20426. | #define HAVE_CRT_EXTERNS_H 1
  20427. | #define HAVE_LIBDL 1
  20428. | #define HAVE_DIRENT_H 1
  20429. | #define HAVE__BOOL 1
  20430. | #define HAVE_STDBOOL_H 1
  20431. | #define HAVE_SYS_WAIT_H 1
  20432. | #define HAVE_GRP_H 1
  20433. | #define HAVE_FCNTL_H 1
  20434. | #define HAVE_FLOAT_H 1
  20435. | #define HAVE_LANGINFO_H 1
  20436. | #define HAVE_LIMITS_H 1
  20437. | #define HAVE_LOCALE_H 1
  20438. | #define HAVE_MALLOC_MALLOC_H 1
  20439. | #define HAVE_PWD_H 1
  20440. | #define HAVE_SYS_ATTR_H 1
  20441. | #define HAVE_SYS_FCNTL_H 1
  20442. | #define HAVE_SYS_FILE_H 1
  20443. | #define HAVE_SYS_IOCTL_H 1
  20444. | #define HAVE_SYS_PARAM_H 1
  20445. | #define HAVE_SYS_RESOURCE_H 1
  20446. | #define HAVE_SYS_SELECT_H 1
  20447. | #define HAVE_SYS_SOCKET_H 1
  20448. | #define HAVE_SYS_TIME_H 1
  20449. | #define HAVE_SYS_TIMES_H 1
  20450. | #define HAVE_SYS_UIO_H 1
  20451. | #define HAVE_TIME_H 1
  20452. | #define HAVE_UCONTEXT_H 1
  20453. | #define HAVE_UTIME_H 1
  20454. | #define HAVE_GMP_H 1
  20455. | #define HAVE_LIBGMP 1
  20456. | #define HAVE_TYPEOF 1
  20457. | #define HAVE_LONG_LONG 1
  20458. | #define HAVE_OFF_T 1
  20459. | #define SIZEOF_INT 4
  20460. | #define SIZEOF_SHORT 2
  20461. | #define SIZEOF_LONG 8
  20462. | #define SIZEOF_LONG_LONG 8
  20463. | #define SIZEOF___INT64 0
  20464. | #define SIZEOF___INT128 16
  20465. | #define SIZEOF_OFF_T 8
  20466. | #define SIZEOF_VOIDP 8
  20467. | #define SIZEOF_FLOAT 4
  20468. | #define SIZEOF_DOUBLE 8
  20469. | #define SIZEOF_TIME_T 8
  20470. | #define SIZEOF_CLOCK_T 8
  20471. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20472. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20473. | #define PRI_LL_PREFIX "ll"
  20474. | #define rb_pid_t pid_t
  20475. | #define SIGNEDNESS_OF_PID_T -1
  20476. | #define PIDT2NUM(v) INT2NUM(v)
  20477. | #define NUM2PIDT(v) NUM2INT(v)
  20478. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20479. | #define rb_uid_t uid_t
  20480. | #define SIGNEDNESS_OF_UID_T +1
  20481. | #define UIDT2NUM(v) UINT2NUM(v)
  20482. | #define NUM2UIDT(v) NUM2UINT(v)
  20483. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20484. | #define rb_gid_t gid_t
  20485. | #define SIGNEDNESS_OF_GID_T +1
  20486. | #define GIDT2NUM(v) UINT2NUM(v)
  20487. | #define NUM2GIDT(v) NUM2UINT(v)
  20488. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20489. | #define rb_time_t time_t
  20490. | #define SIGNEDNESS_OF_TIME_T -1
  20491. | #define TIMET2NUM(v) LONG2NUM(v)
  20492. | #define NUM2TIMET(v) NUM2LONG(v)
  20493. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20494. | #define rb_dev_t dev_t
  20495. | #define SIGNEDNESS_OF_DEV_T -1
  20496. | #define DEVT2NUM(v) INT2NUM(v)
  20497. | #define NUM2DEVT(v) NUM2INT(v)
  20498. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20499. | #define rb_mode_t mode_t
  20500. | #define SIGNEDNESS_OF_MODE_T +1
  20501. | #define MODET2NUM(v) UINT2NUM(v)
  20502. | #define NUM2MODET(v) NUM2UINT(v)
  20503. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20504. | #define rb_rlim_t rlim_t
  20505. | #define SIGNEDNESS_OF_RLIM_T +1
  20506. | #define RLIM2NUM(v) ULL2NUM(v)
  20507. | #define NUM2RLIM(v) NUM2ULL(v)
  20508. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20509. | #define rb_off_t off_t
  20510. | #define SIGNEDNESS_OF_OFF_T -1
  20511. | #define OFFT2NUM(v) LL2NUM(v)
  20512. | #define NUM2OFFT(v) NUM2LL(v)
  20513. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20514. | #define rb_clockid_t int
  20515. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20516. | #define CLOCKID2NUM(v) INT2NUM(v)
  20517. | #define NUM2CLOCKID(v) NUM2INT(v)
  20518. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20519. | #define HAVE_PROTOTYPES 1
  20520. | #define TOKEN_PASTE(x,y) x##y
  20521. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20522. | #define HAVE_STDARG_PROTOTYPES 1
  20523. | #define HAVE_VA_ARGS_MACRO 1
  20524. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20525. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20526. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20527. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20528. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20529. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20530. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20531. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20532. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20533. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20534. | #define WEAK(x) __attribute__ ((__weak__)) x
  20535. | #define HAVE_FUNC_WEAK 1
  20536. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20537. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20538. | #define HAVE_GCC_SYNC_BUILTINS 1
  20539. | #define UNREACHABLE __builtin_unreachable()
  20540. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20541. | #define RUBY_FUNCTION_NAME_STRING __func__
  20542. | #define ENUM_OVER_INT 1
  20543. | #define HAVE_DECL_SYS_NERR 1
  20544. | #define HAVE_DECL_GETENV 1
  20545. | #define SIZEOF_SIZE_T 8
  20546. | #define SIZEOF_PTRDIFF_T 8
  20547. | #define PRI_SIZE_PREFIX "z"
  20548. | #define PRI_PTRDIFF_PREFIX "t"
  20549. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20550. | #define HAVE_ST_BLKSIZE 1
  20551. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20552. | #define HAVE_ST_BLOCKS 1
  20553. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20554. | #define HAVE_ST_RDEV 1
  20555. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20556. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20557. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20558. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20559. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20560. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20561. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20562. | #define HAVE_STRUCT_TIMEVAL 1
  20563. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20564. | #define HAVE_STRUCT_TIMESPEC 1
  20565. | #define HAVE_STRUCT_TIMEZONE 1
  20566. | #define HAVE_INT8_T 1
  20567. | #define SIZEOF_INT8_T 1
  20568. | #define HAVE_UINT8_T 1
  20569. | #define SIZEOF_UINT8_T 1
  20570. | #define HAVE_INT16_T 1
  20571. | #define SIZEOF_INT16_T 2
  20572. | #define HAVE_UINT16_T 1
  20573. | #define SIZEOF_UINT16_T 2
  20574. | #define HAVE_INT32_T 1
  20575. | #define SIZEOF_INT32_T 4
  20576. | #define HAVE_UINT32_T 1
  20577. | #define SIZEOF_UINT32_T 4
  20578. | #define HAVE_INT64_T 1
  20579. | #define SIZEOF_INT64_T 8
  20580. | #define HAVE_UINT64_T 1
  20581. | #define SIZEOF_UINT64_T 8
  20582. | #define HAVE_INT128_T 1
  20583. | #define int128_t __int128
  20584. | #define SIZEOF_INT128_T SIZEOF___INT128
  20585. | #define HAVE_UINT128_T 1
  20586. | #define uint128_t unsigned __int128
  20587. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20588. | #define HAVE_INTPTR_T 1
  20589. | #define SIZEOF_INTPTR_T 8
  20590. | #define HAVE_UINTPTR_T 1
  20591. | #define SIZEOF_UINTPTR_T 8
  20592. | #define HAVE_SSIZE_T 1
  20593. | #define SIZEOF_SSIZE_T 8
  20594. | #define GETGROUPS_T gid_t
  20595. | #define RETSIGTYPE void
  20596. | #define HAVE_ALLOCA_H 1
  20597. | #define HAVE_ALLOCA 1
  20598. | #define HAVE_ACOSH 1
  20599. | #define HAVE_CBRT 1
  20600. | #define HAVE_CRYPT 1
  20601. | #define HAVE_DUP2 1
  20602. | #define HAVE_ERF 1
  20603. | #define HAVE_FFS 1
  20604. | #define HAVE_FINITE 1
  20605. | #define HAVE_FLOCK 1
  20606. | #define HAVE_HYPOT 1
  20607. | #define HAVE_ISINF 1
  20608. | #define HAVE_ISNAN 1
  20609. | #define HAVE_LGAMMA_R 1
  20610. | #define HAVE_MEMMOVE 1
  20611. | #define HAVE_NEXTAFTER 1
  20612. | #define HAVE_STRCHR 1
  20613. | #define HAVE_STRERROR 1
  20614. | #define HAVE_STRLCAT 1
  20615. | #define HAVE_STRLCPY 1
  20616. | #define HAVE_STRSTR 1
  20617. | #define HAVE_TGAMMA 1
  20618. | #define SPT_TYPE SPT_REUSEARGV
  20619. | #define HAVE_SIGNBIT 1
  20620. | #define HAVE_FORK 1
  20621. | #define vfork fork
  20622. | #define HAVE_WORKING_FORK 1
  20623. | #define HAVE__LONGJMP 1
  20624. | #define HAVE_ARC4RANDOM_BUF 1
  20625. | #define HAVE_ATAN2L 1
  20626. | #define HAVE_ATAN2F 1
  20627. | #define HAVE_CHROOT 1
  20628. | #define HAVE_CLOCK_GETTIME 1
  20629. | #define HAVE_COSH 1
  20630. | #define HAVE_DIRFD 1
  20631. | /* end confdefs.h. */
  20632. | /* Define dl_iterate_phdr to an innocuous variant, in case <limits.h> declares dl_iterate_phdr.
  20633. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20634. | #define dl_iterate_phdr innocuous_dl_iterate_phdr
  20635. |
  20636. | /* System header to define __stub macros and hopefully few prototypes,
  20637. | which can conflict with char dl_iterate_phdr (); below.
  20638. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20639. | <limits.h> exists even on freestanding compilers. */
  20640. |
  20641. | #ifdef __STDC__
  20642. | # include <limits.h>
  20643. | #else
  20644. | # include <assert.h>
  20645. | #endif
  20646. |
  20647. | #undef dl_iterate_phdr
  20648. |
  20649. | /* Override any GCC internal prototype to avoid an error.
  20650. | Use char because int might match the return type of a GCC
  20651. | builtin and then its argument prototype would still apply. */
  20652. | #ifdef __cplusplus
  20653. | extern "C"
  20654. | #endif
  20655. | char dl_iterate_phdr ();
  20656. | /* The GNU C library defines this for functions which it implements
  20657. | to always fail with ENOSYS. Some functions are actually named
  20658. | something starting with __ and the normal name is an alias. */
  20659. | #if defined __stub_dl_iterate_phdr || defined __stub___dl_iterate_phdr
  20660. | choke me
  20661. | #endif
  20662. |
  20663. | int
  20664. | main ()
  20665. | {
  20666. | return dl_iterate_phdr ();
  20667. | ;
  20668. | return 0;
  20669. | }
  20670. configure:21326: result: no
  20671. configure:21337: checking for dlopen
  20672. configure:21337: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20673. configure:21337: $? = 0
  20674. configure:21337: result: yes
  20675. configure:21348: checking for dladdr
  20676. configure:21348: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20677. configure:21348: $? = 0
  20678. configure:21348: result: yes
  20679. configure:21359: checking for dup
  20680. configure:21359: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20681. configure:21359: $? = 0
  20682. configure:21359: result: yes
  20683. configure:21370: checking for dup3
  20684. configure:21370: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20685. Undefined symbols for architecture x86_64:
  20686. "_dup3", referenced from:
  20687. _main in conftest-ce8029.o
  20688. ld: symbol(s) not found for architecture x86_64
  20689. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20690. configure:21370: $? = 1
  20691. configure: failed program was:
  20692. | /* confdefs.h */
  20693. | #define PACKAGE_NAME ""
  20694. | #define PACKAGE_TARNAME ""
  20695. | #define PACKAGE_VERSION ""
  20696. | #define PACKAGE_STRING ""
  20697. | #define PACKAGE_BUGREPORT ""
  20698. | #define PACKAGE_URL ""
  20699. | #define CANONICALIZATION_FOR_MATHN 1
  20700. | #define STDC_HEADERS 1
  20701. | #define HAVE_SYS_TYPES_H 1
  20702. | #define HAVE_SYS_STAT_H 1
  20703. | #define HAVE_STDLIB_H 1
  20704. | #define HAVE_STRING_H 1
  20705. | #define HAVE_MEMORY_H 1
  20706. | #define HAVE_STRINGS_H 1
  20707. | #define HAVE_INTTYPES_H 1
  20708. | #define HAVE_STDINT_H 1
  20709. | #define HAVE_UNISTD_H 1
  20710. | #define __EXTENSIONS__ 1
  20711. | #define _ALL_SOURCE 1
  20712. | #define _GNU_SOURCE 1
  20713. | #define _POSIX_PTHREAD_SEMANTICS 1
  20714. | #define _TANDEM_SOURCE 1
  20715. | #define HAVE_INFINITY 1
  20716. | #define HAVE_NAN 1
  20717. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  20718. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  20719. | #define BROKEN_CRYPT 1
  20720. | #define HAVE_CRT_EXTERNS_H 1
  20721. | #define HAVE_LIBDL 1
  20722. | #define HAVE_DIRENT_H 1
  20723. | #define HAVE__BOOL 1
  20724. | #define HAVE_STDBOOL_H 1
  20725. | #define HAVE_SYS_WAIT_H 1
  20726. | #define HAVE_GRP_H 1
  20727. | #define HAVE_FCNTL_H 1
  20728. | #define HAVE_FLOAT_H 1
  20729. | #define HAVE_LANGINFO_H 1
  20730. | #define HAVE_LIMITS_H 1
  20731. | #define HAVE_LOCALE_H 1
  20732. | #define HAVE_MALLOC_MALLOC_H 1
  20733. | #define HAVE_PWD_H 1
  20734. | #define HAVE_SYS_ATTR_H 1
  20735. | #define HAVE_SYS_FCNTL_H 1
  20736. | #define HAVE_SYS_FILE_H 1
  20737. | #define HAVE_SYS_IOCTL_H 1
  20738. | #define HAVE_SYS_PARAM_H 1
  20739. | #define HAVE_SYS_RESOURCE_H 1
  20740. | #define HAVE_SYS_SELECT_H 1
  20741. | #define HAVE_SYS_SOCKET_H 1
  20742. | #define HAVE_SYS_TIME_H 1
  20743. | #define HAVE_SYS_TIMES_H 1
  20744. | #define HAVE_SYS_UIO_H 1
  20745. | #define HAVE_TIME_H 1
  20746. | #define HAVE_UCONTEXT_H 1
  20747. | #define HAVE_UTIME_H 1
  20748. | #define HAVE_GMP_H 1
  20749. | #define HAVE_LIBGMP 1
  20750. | #define HAVE_TYPEOF 1
  20751. | #define HAVE_LONG_LONG 1
  20752. | #define HAVE_OFF_T 1
  20753. | #define SIZEOF_INT 4
  20754. | #define SIZEOF_SHORT 2
  20755. | #define SIZEOF_LONG 8
  20756. | #define SIZEOF_LONG_LONG 8
  20757. | #define SIZEOF___INT64 0
  20758. | #define SIZEOF___INT128 16
  20759. | #define SIZEOF_OFF_T 8
  20760. | #define SIZEOF_VOIDP 8
  20761. | #define SIZEOF_FLOAT 4
  20762. | #define SIZEOF_DOUBLE 8
  20763. | #define SIZEOF_TIME_T 8
  20764. | #define SIZEOF_CLOCK_T 8
  20765. | #define PACKED_STRUCT(x) x __attribute__((packed))
  20766. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  20767. | #define PRI_LL_PREFIX "ll"
  20768. | #define rb_pid_t pid_t
  20769. | #define SIGNEDNESS_OF_PID_T -1
  20770. | #define PIDT2NUM(v) INT2NUM(v)
  20771. | #define NUM2PIDT(v) NUM2INT(v)
  20772. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  20773. | #define rb_uid_t uid_t
  20774. | #define SIGNEDNESS_OF_UID_T +1
  20775. | #define UIDT2NUM(v) UINT2NUM(v)
  20776. | #define NUM2UIDT(v) NUM2UINT(v)
  20777. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  20778. | #define rb_gid_t gid_t
  20779. | #define SIGNEDNESS_OF_GID_T +1
  20780. | #define GIDT2NUM(v) UINT2NUM(v)
  20781. | #define NUM2GIDT(v) NUM2UINT(v)
  20782. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  20783. | #define rb_time_t time_t
  20784. | #define SIGNEDNESS_OF_TIME_T -1
  20785. | #define TIMET2NUM(v) LONG2NUM(v)
  20786. | #define NUM2TIMET(v) NUM2LONG(v)
  20787. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  20788. | #define rb_dev_t dev_t
  20789. | #define SIGNEDNESS_OF_DEV_T -1
  20790. | #define DEVT2NUM(v) INT2NUM(v)
  20791. | #define NUM2DEVT(v) NUM2INT(v)
  20792. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  20793. | #define rb_mode_t mode_t
  20794. | #define SIGNEDNESS_OF_MODE_T +1
  20795. | #define MODET2NUM(v) UINT2NUM(v)
  20796. | #define NUM2MODET(v) NUM2UINT(v)
  20797. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  20798. | #define rb_rlim_t rlim_t
  20799. | #define SIGNEDNESS_OF_RLIM_T +1
  20800. | #define RLIM2NUM(v) ULL2NUM(v)
  20801. | #define NUM2RLIM(v) NUM2ULL(v)
  20802. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  20803. | #define rb_off_t off_t
  20804. | #define SIGNEDNESS_OF_OFF_T -1
  20805. | #define OFFT2NUM(v) LL2NUM(v)
  20806. | #define NUM2OFFT(v) NUM2LL(v)
  20807. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  20808. | #define rb_clockid_t int
  20809. | #define SIGNEDNESS_OF_CLOCKID_T -1
  20810. | #define CLOCKID2NUM(v) INT2NUM(v)
  20811. | #define NUM2CLOCKID(v) NUM2INT(v)
  20812. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  20813. | #define HAVE_PROTOTYPES 1
  20814. | #define TOKEN_PASTE(x,y) x##y
  20815. | #define STRINGIZE(expr) STRINGIZE0(expr)
  20816. | #define HAVE_STDARG_PROTOTYPES 1
  20817. | #define HAVE_VA_ARGS_MACRO 1
  20818. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  20819. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  20820. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  20821. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  20822. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  20823. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  20824. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  20825. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  20826. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  20827. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  20828. | #define WEAK(x) __attribute__ ((__weak__)) x
  20829. | #define HAVE_FUNC_WEAK 1
  20830. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  20831. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  20832. | #define HAVE_GCC_SYNC_BUILTINS 1
  20833. | #define UNREACHABLE __builtin_unreachable()
  20834. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  20835. | #define RUBY_FUNCTION_NAME_STRING __func__
  20836. | #define ENUM_OVER_INT 1
  20837. | #define HAVE_DECL_SYS_NERR 1
  20838. | #define HAVE_DECL_GETENV 1
  20839. | #define SIZEOF_SIZE_T 8
  20840. | #define SIZEOF_PTRDIFF_T 8
  20841. | #define PRI_SIZE_PREFIX "z"
  20842. | #define PRI_PTRDIFF_PREFIX "t"
  20843. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  20844. | #define HAVE_ST_BLKSIZE 1
  20845. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  20846. | #define HAVE_ST_BLOCKS 1
  20847. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  20848. | #define HAVE_ST_RDEV 1
  20849. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  20850. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  20851. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  20852. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  20853. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  20854. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  20855. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  20856. | #define HAVE_STRUCT_TIMEVAL 1
  20857. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  20858. | #define HAVE_STRUCT_TIMESPEC 1
  20859. | #define HAVE_STRUCT_TIMEZONE 1
  20860. | #define HAVE_INT8_T 1
  20861. | #define SIZEOF_INT8_T 1
  20862. | #define HAVE_UINT8_T 1
  20863. | #define SIZEOF_UINT8_T 1
  20864. | #define HAVE_INT16_T 1
  20865. | #define SIZEOF_INT16_T 2
  20866. | #define HAVE_UINT16_T 1
  20867. | #define SIZEOF_UINT16_T 2
  20868. | #define HAVE_INT32_T 1
  20869. | #define SIZEOF_INT32_T 4
  20870. | #define HAVE_UINT32_T 1
  20871. | #define SIZEOF_UINT32_T 4
  20872. | #define HAVE_INT64_T 1
  20873. | #define SIZEOF_INT64_T 8
  20874. | #define HAVE_UINT64_T 1
  20875. | #define SIZEOF_UINT64_T 8
  20876. | #define HAVE_INT128_T 1
  20877. | #define int128_t __int128
  20878. | #define SIZEOF_INT128_T SIZEOF___INT128
  20879. | #define HAVE_UINT128_T 1
  20880. | #define uint128_t unsigned __int128
  20881. | #define SIZEOF_UINT128_T SIZEOF___INT128
  20882. | #define HAVE_INTPTR_T 1
  20883. | #define SIZEOF_INTPTR_T 8
  20884. | #define HAVE_UINTPTR_T 1
  20885. | #define SIZEOF_UINTPTR_T 8
  20886. | #define HAVE_SSIZE_T 1
  20887. | #define SIZEOF_SSIZE_T 8
  20888. | #define GETGROUPS_T gid_t
  20889. | #define RETSIGTYPE void
  20890. | #define HAVE_ALLOCA_H 1
  20891. | #define HAVE_ALLOCA 1
  20892. | #define HAVE_ACOSH 1
  20893. | #define HAVE_CBRT 1
  20894. | #define HAVE_CRYPT 1
  20895. | #define HAVE_DUP2 1
  20896. | #define HAVE_ERF 1
  20897. | #define HAVE_FFS 1
  20898. | #define HAVE_FINITE 1
  20899. | #define HAVE_FLOCK 1
  20900. | #define HAVE_HYPOT 1
  20901. | #define HAVE_ISINF 1
  20902. | #define HAVE_ISNAN 1
  20903. | #define HAVE_LGAMMA_R 1
  20904. | #define HAVE_MEMMOVE 1
  20905. | #define HAVE_NEXTAFTER 1
  20906. | #define HAVE_STRCHR 1
  20907. | #define HAVE_STRERROR 1
  20908. | #define HAVE_STRLCAT 1
  20909. | #define HAVE_STRLCPY 1
  20910. | #define HAVE_STRSTR 1
  20911. | #define HAVE_TGAMMA 1
  20912. | #define SPT_TYPE SPT_REUSEARGV
  20913. | #define HAVE_SIGNBIT 1
  20914. | #define HAVE_FORK 1
  20915. | #define vfork fork
  20916. | #define HAVE_WORKING_FORK 1
  20917. | #define HAVE__LONGJMP 1
  20918. | #define HAVE_ARC4RANDOM_BUF 1
  20919. | #define HAVE_ATAN2L 1
  20920. | #define HAVE_ATAN2F 1
  20921. | #define HAVE_CHROOT 1
  20922. | #define HAVE_CLOCK_GETTIME 1
  20923. | #define HAVE_COSH 1
  20924. | #define HAVE_DIRFD 1
  20925. | #define HAVE_DLOPEN 1
  20926. | #define HAVE_DLADDR 1
  20927. | #define HAVE_DUP 1
  20928. | /* end confdefs.h. */
  20929. | /* Define dup3 to an innocuous variant, in case <limits.h> declares dup3.
  20930. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  20931. | #define dup3 innocuous_dup3
  20932. |
  20933. | /* System header to define __stub macros and hopefully few prototypes,
  20934. | which can conflict with char dup3 (); below.
  20935. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  20936. | <limits.h> exists even on freestanding compilers. */
  20937. |
  20938. | #ifdef __STDC__
  20939. | # include <limits.h>
  20940. | #else
  20941. | # include <assert.h>
  20942. | #endif
  20943. |
  20944. | #undef dup3
  20945. |
  20946. | /* Override any GCC internal prototype to avoid an error.
  20947. | Use char because int might match the return type of a GCC
  20948. | builtin and then its argument prototype would still apply. */
  20949. | #ifdef __cplusplus
  20950. | extern "C"
  20951. | #endif
  20952. | char dup3 ();
  20953. | /* The GNU C library defines this for functions which it implements
  20954. | to always fail with ENOSYS. Some functions are actually named
  20955. | something starting with __ and the normal name is an alias. */
  20956. | #if defined __stub_dup3 || defined __stub___dup3
  20957. | choke me
  20958. | #endif
  20959. |
  20960. | int
  20961. | main ()
  20962. | {
  20963. | return dup3 ();
  20964. | ;
  20965. | return 0;
  20966. | }
  20967. configure:21370: result: no
  20968. configure:21381: checking for eaccess
  20969. configure:21381: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  20970. Undefined symbols for architecture x86_64:
  20971. "_eaccess", referenced from:
  20972. _main in conftest-b892a1.o
  20973. ld: symbol(s) not found for architecture x86_64
  20974. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  20975. configure:21381: $? = 1
  20976. configure: failed program was:
  20977. | /* confdefs.h */
  20978. | #define PACKAGE_NAME ""
  20979. | #define PACKAGE_TARNAME ""
  20980. | #define PACKAGE_VERSION ""
  20981. | #define PACKAGE_STRING ""
  20982. | #define PACKAGE_BUGREPORT ""
  20983. | #define PACKAGE_URL ""
  20984. | #define CANONICALIZATION_FOR_MATHN 1
  20985. | #define STDC_HEADERS 1
  20986. | #define HAVE_SYS_TYPES_H 1
  20987. | #define HAVE_SYS_STAT_H 1
  20988. | #define HAVE_STDLIB_H 1
  20989. | #define HAVE_STRING_H 1
  20990. | #define HAVE_MEMORY_H 1
  20991. | #define HAVE_STRINGS_H 1
  20992. | #define HAVE_INTTYPES_H 1
  20993. | #define HAVE_STDINT_H 1
  20994. | #define HAVE_UNISTD_H 1
  20995. | #define __EXTENSIONS__ 1
  20996. | #define _ALL_SOURCE 1
  20997. | #define _GNU_SOURCE 1
  20998. | #define _POSIX_PTHREAD_SEMANTICS 1
  20999. | #define _TANDEM_SOURCE 1
  21000. | #define HAVE_INFINITY 1
  21001. | #define HAVE_NAN 1
  21002. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21003. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21004. | #define BROKEN_CRYPT 1
  21005. | #define HAVE_CRT_EXTERNS_H 1
  21006. | #define HAVE_LIBDL 1
  21007. | #define HAVE_DIRENT_H 1
  21008. | #define HAVE__BOOL 1
  21009. | #define HAVE_STDBOOL_H 1
  21010. | #define HAVE_SYS_WAIT_H 1
  21011. | #define HAVE_GRP_H 1
  21012. | #define HAVE_FCNTL_H 1
  21013. | #define HAVE_FLOAT_H 1
  21014. | #define HAVE_LANGINFO_H 1
  21015. | #define HAVE_LIMITS_H 1
  21016. | #define HAVE_LOCALE_H 1
  21017. | #define HAVE_MALLOC_MALLOC_H 1
  21018. | #define HAVE_PWD_H 1
  21019. | #define HAVE_SYS_ATTR_H 1
  21020. | #define HAVE_SYS_FCNTL_H 1
  21021. | #define HAVE_SYS_FILE_H 1
  21022. | #define HAVE_SYS_IOCTL_H 1
  21023. | #define HAVE_SYS_PARAM_H 1
  21024. | #define HAVE_SYS_RESOURCE_H 1
  21025. | #define HAVE_SYS_SELECT_H 1
  21026. | #define HAVE_SYS_SOCKET_H 1
  21027. | #define HAVE_SYS_TIME_H 1
  21028. | #define HAVE_SYS_TIMES_H 1
  21029. | #define HAVE_SYS_UIO_H 1
  21030. | #define HAVE_TIME_H 1
  21031. | #define HAVE_UCONTEXT_H 1
  21032. | #define HAVE_UTIME_H 1
  21033. | #define HAVE_GMP_H 1
  21034. | #define HAVE_LIBGMP 1
  21035. | #define HAVE_TYPEOF 1
  21036. | #define HAVE_LONG_LONG 1
  21037. | #define HAVE_OFF_T 1
  21038. | #define SIZEOF_INT 4
  21039. | #define SIZEOF_SHORT 2
  21040. | #define SIZEOF_LONG 8
  21041. | #define SIZEOF_LONG_LONG 8
  21042. | #define SIZEOF___INT64 0
  21043. | #define SIZEOF___INT128 16
  21044. | #define SIZEOF_OFF_T 8
  21045. | #define SIZEOF_VOIDP 8
  21046. | #define SIZEOF_FLOAT 4
  21047. | #define SIZEOF_DOUBLE 8
  21048. | #define SIZEOF_TIME_T 8
  21049. | #define SIZEOF_CLOCK_T 8
  21050. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21051. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21052. | #define PRI_LL_PREFIX "ll"
  21053. | #define rb_pid_t pid_t
  21054. | #define SIGNEDNESS_OF_PID_T -1
  21055. | #define PIDT2NUM(v) INT2NUM(v)
  21056. | #define NUM2PIDT(v) NUM2INT(v)
  21057. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21058. | #define rb_uid_t uid_t
  21059. | #define SIGNEDNESS_OF_UID_T +1
  21060. | #define UIDT2NUM(v) UINT2NUM(v)
  21061. | #define NUM2UIDT(v) NUM2UINT(v)
  21062. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21063. | #define rb_gid_t gid_t
  21064. | #define SIGNEDNESS_OF_GID_T +1
  21065. | #define GIDT2NUM(v) UINT2NUM(v)
  21066. | #define NUM2GIDT(v) NUM2UINT(v)
  21067. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21068. | #define rb_time_t time_t
  21069. | #define SIGNEDNESS_OF_TIME_T -1
  21070. | #define TIMET2NUM(v) LONG2NUM(v)
  21071. | #define NUM2TIMET(v) NUM2LONG(v)
  21072. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21073. | #define rb_dev_t dev_t
  21074. | #define SIGNEDNESS_OF_DEV_T -1
  21075. | #define DEVT2NUM(v) INT2NUM(v)
  21076. | #define NUM2DEVT(v) NUM2INT(v)
  21077. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21078. | #define rb_mode_t mode_t
  21079. | #define SIGNEDNESS_OF_MODE_T +1
  21080. | #define MODET2NUM(v) UINT2NUM(v)
  21081. | #define NUM2MODET(v) NUM2UINT(v)
  21082. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21083. | #define rb_rlim_t rlim_t
  21084. | #define SIGNEDNESS_OF_RLIM_T +1
  21085. | #define RLIM2NUM(v) ULL2NUM(v)
  21086. | #define NUM2RLIM(v) NUM2ULL(v)
  21087. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21088. | #define rb_off_t off_t
  21089. | #define SIGNEDNESS_OF_OFF_T -1
  21090. | #define OFFT2NUM(v) LL2NUM(v)
  21091. | #define NUM2OFFT(v) NUM2LL(v)
  21092. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21093. | #define rb_clockid_t int
  21094. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21095. | #define CLOCKID2NUM(v) INT2NUM(v)
  21096. | #define NUM2CLOCKID(v) NUM2INT(v)
  21097. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21098. | #define HAVE_PROTOTYPES 1
  21099. | #define TOKEN_PASTE(x,y) x##y
  21100. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21101. | #define HAVE_STDARG_PROTOTYPES 1
  21102. | #define HAVE_VA_ARGS_MACRO 1
  21103. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21104. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21105. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21106. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21107. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21108. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21109. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21110. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21111. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21112. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21113. | #define WEAK(x) __attribute__ ((__weak__)) x
  21114. | #define HAVE_FUNC_WEAK 1
  21115. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21116. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21117. | #define HAVE_GCC_SYNC_BUILTINS 1
  21118. | #define UNREACHABLE __builtin_unreachable()
  21119. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21120. | #define RUBY_FUNCTION_NAME_STRING __func__
  21121. | #define ENUM_OVER_INT 1
  21122. | #define HAVE_DECL_SYS_NERR 1
  21123. | #define HAVE_DECL_GETENV 1
  21124. | #define SIZEOF_SIZE_T 8
  21125. | #define SIZEOF_PTRDIFF_T 8
  21126. | #define PRI_SIZE_PREFIX "z"
  21127. | #define PRI_PTRDIFF_PREFIX "t"
  21128. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21129. | #define HAVE_ST_BLKSIZE 1
  21130. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21131. | #define HAVE_ST_BLOCKS 1
  21132. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21133. | #define HAVE_ST_RDEV 1
  21134. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21135. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21136. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21137. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21138. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21139. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21140. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21141. | #define HAVE_STRUCT_TIMEVAL 1
  21142. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21143. | #define HAVE_STRUCT_TIMESPEC 1
  21144. | #define HAVE_STRUCT_TIMEZONE 1
  21145. | #define HAVE_INT8_T 1
  21146. | #define SIZEOF_INT8_T 1
  21147. | #define HAVE_UINT8_T 1
  21148. | #define SIZEOF_UINT8_T 1
  21149. | #define HAVE_INT16_T 1
  21150. | #define SIZEOF_INT16_T 2
  21151. | #define HAVE_UINT16_T 1
  21152. | #define SIZEOF_UINT16_T 2
  21153. | #define HAVE_INT32_T 1
  21154. | #define SIZEOF_INT32_T 4
  21155. | #define HAVE_UINT32_T 1
  21156. | #define SIZEOF_UINT32_T 4
  21157. | #define HAVE_INT64_T 1
  21158. | #define SIZEOF_INT64_T 8
  21159. | #define HAVE_UINT64_T 1
  21160. | #define SIZEOF_UINT64_T 8
  21161. | #define HAVE_INT128_T 1
  21162. | #define int128_t __int128
  21163. | #define SIZEOF_INT128_T SIZEOF___INT128
  21164. | #define HAVE_UINT128_T 1
  21165. | #define uint128_t unsigned __int128
  21166. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21167. | #define HAVE_INTPTR_T 1
  21168. | #define SIZEOF_INTPTR_T 8
  21169. | #define HAVE_UINTPTR_T 1
  21170. | #define SIZEOF_UINTPTR_T 8
  21171. | #define HAVE_SSIZE_T 1
  21172. | #define SIZEOF_SSIZE_T 8
  21173. | #define GETGROUPS_T gid_t
  21174. | #define RETSIGTYPE void
  21175. | #define HAVE_ALLOCA_H 1
  21176. | #define HAVE_ALLOCA 1
  21177. | #define HAVE_ACOSH 1
  21178. | #define HAVE_CBRT 1
  21179. | #define HAVE_CRYPT 1
  21180. | #define HAVE_DUP2 1
  21181. | #define HAVE_ERF 1
  21182. | #define HAVE_FFS 1
  21183. | #define HAVE_FINITE 1
  21184. | #define HAVE_FLOCK 1
  21185. | #define HAVE_HYPOT 1
  21186. | #define HAVE_ISINF 1
  21187. | #define HAVE_ISNAN 1
  21188. | #define HAVE_LGAMMA_R 1
  21189. | #define HAVE_MEMMOVE 1
  21190. | #define HAVE_NEXTAFTER 1
  21191. | #define HAVE_STRCHR 1
  21192. | #define HAVE_STRERROR 1
  21193. | #define HAVE_STRLCAT 1
  21194. | #define HAVE_STRLCPY 1
  21195. | #define HAVE_STRSTR 1
  21196. | #define HAVE_TGAMMA 1
  21197. | #define SPT_TYPE SPT_REUSEARGV
  21198. | #define HAVE_SIGNBIT 1
  21199. | #define HAVE_FORK 1
  21200. | #define vfork fork
  21201. | #define HAVE_WORKING_FORK 1
  21202. | #define HAVE__LONGJMP 1
  21203. | #define HAVE_ARC4RANDOM_BUF 1
  21204. | #define HAVE_ATAN2L 1
  21205. | #define HAVE_ATAN2F 1
  21206. | #define HAVE_CHROOT 1
  21207. | #define HAVE_CLOCK_GETTIME 1
  21208. | #define HAVE_COSH 1
  21209. | #define HAVE_DIRFD 1
  21210. | #define HAVE_DLOPEN 1
  21211. | #define HAVE_DLADDR 1
  21212. | #define HAVE_DUP 1
  21213. | /* end confdefs.h. */
  21214. | /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
  21215. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21216. | #define eaccess innocuous_eaccess
  21217. |
  21218. | /* System header to define __stub macros and hopefully few prototypes,
  21219. | which can conflict with char eaccess (); below.
  21220. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21221. | <limits.h> exists even on freestanding compilers. */
  21222. |
  21223. | #ifdef __STDC__
  21224. | # include <limits.h>
  21225. | #else
  21226. | # include <assert.h>
  21227. | #endif
  21228. |
  21229. | #undef eaccess
  21230. |
  21231. | /* Override any GCC internal prototype to avoid an error.
  21232. | Use char because int might match the return type of a GCC
  21233. | builtin and then its argument prototype would still apply. */
  21234. | #ifdef __cplusplus
  21235. | extern "C"
  21236. | #endif
  21237. | char eaccess ();
  21238. | /* The GNU C library defines this for functions which it implements
  21239. | to always fail with ENOSYS. Some functions are actually named
  21240. | something starting with __ and the normal name is an alias. */
  21241. | #if defined __stub_eaccess || defined __stub___eaccess
  21242. | choke me
  21243. | #endif
  21244. |
  21245. | int
  21246. | main ()
  21247. | {
  21248. | return eaccess ();
  21249. | ;
  21250. | return 0;
  21251. | }
  21252. configure:21381: result: no
  21253. configure:21392: checking for endgrent
  21254. configure:21392: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21255. configure:21392: $? = 0
  21256. configure:21392: result: yes
  21257. configure:21403: checking for fchmod
  21258. configure:21403: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21259. configure:21403: $? = 0
  21260. configure:21403: result: yes
  21261. configure:21414: checking for fchown
  21262. configure:21414: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21263. configure:21414: $? = 0
  21264. configure:21414: result: yes
  21265. configure:21425: checking for fcntl
  21266. configure:21425: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21267. configure:21425: $? = 0
  21268. configure:21425: result: yes
  21269. configure:21436: checking for fdatasync
  21270. configure:21436: result: no
  21271. configure:21447: checking for fdopendir
  21272. configure:21447: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21273. configure:21447: $? = 0
  21274. configure:21447: result: yes
  21275. configure:21458: checking for fgetattrlist
  21276. configure:21458: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21277. configure:21458: $? = 0
  21278. configure:21458: result: yes
  21279. configure:21469: checking for fmod
  21280. configure:21469: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21281. conftest.c:267:6: warning: incompatible redeclaration of library function 'fmod' [-Wincompatible-library-redeclaration]
  21282. char fmod ();
  21283. ^
  21284. conftest.c:267:6: note: 'fmod' is a builtin with type 'double (double, double)'
  21285. 1 warning generated.
  21286. configure:21469: $? = 0
  21287. configure:21469: result: yes
  21288. configure:21480: checking for fstatat
  21289. configure:21480: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21290. configure:21480: $? = 0
  21291. configure:21480: result: yes
  21292. configure:21491: checking for fsync
  21293. configure:21491: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21294. configure:21491: $? = 0
  21295. configure:21491: result: yes
  21296. configure:21502: checking for ftruncate
  21297. configure:21502: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21298. configure:21502: $? = 0
  21299. configure:21502: result: yes
  21300. configure:21513: checking for ftruncate64
  21301. configure:21513: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21302. Undefined symbols for architecture x86_64:
  21303. "_ftruncate64", referenced from:
  21304. _main in conftest-36374f.o
  21305. ld: symbol(s) not found for architecture x86_64
  21306. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21307. configure:21513: $? = 1
  21308. configure: failed program was:
  21309. | /* confdefs.h */
  21310. | #define PACKAGE_NAME ""
  21311. | #define PACKAGE_TARNAME ""
  21312. | #define PACKAGE_VERSION ""
  21313. | #define PACKAGE_STRING ""
  21314. | #define PACKAGE_BUGREPORT ""
  21315. | #define PACKAGE_URL ""
  21316. | #define CANONICALIZATION_FOR_MATHN 1
  21317. | #define STDC_HEADERS 1
  21318. | #define HAVE_SYS_TYPES_H 1
  21319. | #define HAVE_SYS_STAT_H 1
  21320. | #define HAVE_STDLIB_H 1
  21321. | #define HAVE_STRING_H 1
  21322. | #define HAVE_MEMORY_H 1
  21323. | #define HAVE_STRINGS_H 1
  21324. | #define HAVE_INTTYPES_H 1
  21325. | #define HAVE_STDINT_H 1
  21326. | #define HAVE_UNISTD_H 1
  21327. | #define __EXTENSIONS__ 1
  21328. | #define _ALL_SOURCE 1
  21329. | #define _GNU_SOURCE 1
  21330. | #define _POSIX_PTHREAD_SEMANTICS 1
  21331. | #define _TANDEM_SOURCE 1
  21332. | #define HAVE_INFINITY 1
  21333. | #define HAVE_NAN 1
  21334. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21335. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21336. | #define BROKEN_CRYPT 1
  21337. | #define HAVE_CRT_EXTERNS_H 1
  21338. | #define HAVE_LIBDL 1
  21339. | #define HAVE_DIRENT_H 1
  21340. | #define HAVE__BOOL 1
  21341. | #define HAVE_STDBOOL_H 1
  21342. | #define HAVE_SYS_WAIT_H 1
  21343. | #define HAVE_GRP_H 1
  21344. | #define HAVE_FCNTL_H 1
  21345. | #define HAVE_FLOAT_H 1
  21346. | #define HAVE_LANGINFO_H 1
  21347. | #define HAVE_LIMITS_H 1
  21348. | #define HAVE_LOCALE_H 1
  21349. | #define HAVE_MALLOC_MALLOC_H 1
  21350. | #define HAVE_PWD_H 1
  21351. | #define HAVE_SYS_ATTR_H 1
  21352. | #define HAVE_SYS_FCNTL_H 1
  21353. | #define HAVE_SYS_FILE_H 1
  21354. | #define HAVE_SYS_IOCTL_H 1
  21355. | #define HAVE_SYS_PARAM_H 1
  21356. | #define HAVE_SYS_RESOURCE_H 1
  21357. | #define HAVE_SYS_SELECT_H 1
  21358. | #define HAVE_SYS_SOCKET_H 1
  21359. | #define HAVE_SYS_TIME_H 1
  21360. | #define HAVE_SYS_TIMES_H 1
  21361. | #define HAVE_SYS_UIO_H 1
  21362. | #define HAVE_TIME_H 1
  21363. | #define HAVE_UCONTEXT_H 1
  21364. | #define HAVE_UTIME_H 1
  21365. | #define HAVE_GMP_H 1
  21366. | #define HAVE_LIBGMP 1
  21367. | #define HAVE_TYPEOF 1
  21368. | #define HAVE_LONG_LONG 1
  21369. | #define HAVE_OFF_T 1
  21370. | #define SIZEOF_INT 4
  21371. | #define SIZEOF_SHORT 2
  21372. | #define SIZEOF_LONG 8
  21373. | #define SIZEOF_LONG_LONG 8
  21374. | #define SIZEOF___INT64 0
  21375. | #define SIZEOF___INT128 16
  21376. | #define SIZEOF_OFF_T 8
  21377. | #define SIZEOF_VOIDP 8
  21378. | #define SIZEOF_FLOAT 4
  21379. | #define SIZEOF_DOUBLE 8
  21380. | #define SIZEOF_TIME_T 8
  21381. | #define SIZEOF_CLOCK_T 8
  21382. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21383. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21384. | #define PRI_LL_PREFIX "ll"
  21385. | #define rb_pid_t pid_t
  21386. | #define SIGNEDNESS_OF_PID_T -1
  21387. | #define PIDT2NUM(v) INT2NUM(v)
  21388. | #define NUM2PIDT(v) NUM2INT(v)
  21389. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21390. | #define rb_uid_t uid_t
  21391. | #define SIGNEDNESS_OF_UID_T +1
  21392. | #define UIDT2NUM(v) UINT2NUM(v)
  21393. | #define NUM2UIDT(v) NUM2UINT(v)
  21394. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21395. | #define rb_gid_t gid_t
  21396. | #define SIGNEDNESS_OF_GID_T +1
  21397. | #define GIDT2NUM(v) UINT2NUM(v)
  21398. | #define NUM2GIDT(v) NUM2UINT(v)
  21399. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21400. | #define rb_time_t time_t
  21401. | #define SIGNEDNESS_OF_TIME_T -1
  21402. | #define TIMET2NUM(v) LONG2NUM(v)
  21403. | #define NUM2TIMET(v) NUM2LONG(v)
  21404. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21405. | #define rb_dev_t dev_t
  21406. | #define SIGNEDNESS_OF_DEV_T -1
  21407. | #define DEVT2NUM(v) INT2NUM(v)
  21408. | #define NUM2DEVT(v) NUM2INT(v)
  21409. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21410. | #define rb_mode_t mode_t
  21411. | #define SIGNEDNESS_OF_MODE_T +1
  21412. | #define MODET2NUM(v) UINT2NUM(v)
  21413. | #define NUM2MODET(v) NUM2UINT(v)
  21414. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21415. | #define rb_rlim_t rlim_t
  21416. | #define SIGNEDNESS_OF_RLIM_T +1
  21417. | #define RLIM2NUM(v) ULL2NUM(v)
  21418. | #define NUM2RLIM(v) NUM2ULL(v)
  21419. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21420. | #define rb_off_t off_t
  21421. | #define SIGNEDNESS_OF_OFF_T -1
  21422. | #define OFFT2NUM(v) LL2NUM(v)
  21423. | #define NUM2OFFT(v) NUM2LL(v)
  21424. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21425. | #define rb_clockid_t int
  21426. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21427. | #define CLOCKID2NUM(v) INT2NUM(v)
  21428. | #define NUM2CLOCKID(v) NUM2INT(v)
  21429. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21430. | #define HAVE_PROTOTYPES 1
  21431. | #define TOKEN_PASTE(x,y) x##y
  21432. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21433. | #define HAVE_STDARG_PROTOTYPES 1
  21434. | #define HAVE_VA_ARGS_MACRO 1
  21435. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21436. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21437. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21438. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21439. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21440. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21441. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21442. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21443. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21444. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21445. | #define WEAK(x) __attribute__ ((__weak__)) x
  21446. | #define HAVE_FUNC_WEAK 1
  21447. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21448. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21449. | #define HAVE_GCC_SYNC_BUILTINS 1
  21450. | #define UNREACHABLE __builtin_unreachable()
  21451. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21452. | #define RUBY_FUNCTION_NAME_STRING __func__
  21453. | #define ENUM_OVER_INT 1
  21454. | #define HAVE_DECL_SYS_NERR 1
  21455. | #define HAVE_DECL_GETENV 1
  21456. | #define SIZEOF_SIZE_T 8
  21457. | #define SIZEOF_PTRDIFF_T 8
  21458. | #define PRI_SIZE_PREFIX "z"
  21459. | #define PRI_PTRDIFF_PREFIX "t"
  21460. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21461. | #define HAVE_ST_BLKSIZE 1
  21462. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21463. | #define HAVE_ST_BLOCKS 1
  21464. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21465. | #define HAVE_ST_RDEV 1
  21466. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21467. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21468. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21469. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21470. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21471. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21472. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21473. | #define HAVE_STRUCT_TIMEVAL 1
  21474. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21475. | #define HAVE_STRUCT_TIMESPEC 1
  21476. | #define HAVE_STRUCT_TIMEZONE 1
  21477. | #define HAVE_INT8_T 1
  21478. | #define SIZEOF_INT8_T 1
  21479. | #define HAVE_UINT8_T 1
  21480. | #define SIZEOF_UINT8_T 1
  21481. | #define HAVE_INT16_T 1
  21482. | #define SIZEOF_INT16_T 2
  21483. | #define HAVE_UINT16_T 1
  21484. | #define SIZEOF_UINT16_T 2
  21485. | #define HAVE_INT32_T 1
  21486. | #define SIZEOF_INT32_T 4
  21487. | #define HAVE_UINT32_T 1
  21488. | #define SIZEOF_UINT32_T 4
  21489. | #define HAVE_INT64_T 1
  21490. | #define SIZEOF_INT64_T 8
  21491. | #define HAVE_UINT64_T 1
  21492. | #define SIZEOF_UINT64_T 8
  21493. | #define HAVE_INT128_T 1
  21494. | #define int128_t __int128
  21495. | #define SIZEOF_INT128_T SIZEOF___INT128
  21496. | #define HAVE_UINT128_T 1
  21497. | #define uint128_t unsigned __int128
  21498. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21499. | #define HAVE_INTPTR_T 1
  21500. | #define SIZEOF_INTPTR_T 8
  21501. | #define HAVE_UINTPTR_T 1
  21502. | #define SIZEOF_UINTPTR_T 8
  21503. | #define HAVE_SSIZE_T 1
  21504. | #define SIZEOF_SSIZE_T 8
  21505. | #define GETGROUPS_T gid_t
  21506. | #define RETSIGTYPE void
  21507. | #define HAVE_ALLOCA_H 1
  21508. | #define HAVE_ALLOCA 1
  21509. | #define HAVE_ACOSH 1
  21510. | #define HAVE_CBRT 1
  21511. | #define HAVE_CRYPT 1
  21512. | #define HAVE_DUP2 1
  21513. | #define HAVE_ERF 1
  21514. | #define HAVE_FFS 1
  21515. | #define HAVE_FINITE 1
  21516. | #define HAVE_FLOCK 1
  21517. | #define HAVE_HYPOT 1
  21518. | #define HAVE_ISINF 1
  21519. | #define HAVE_ISNAN 1
  21520. | #define HAVE_LGAMMA_R 1
  21521. | #define HAVE_MEMMOVE 1
  21522. | #define HAVE_NEXTAFTER 1
  21523. | #define HAVE_STRCHR 1
  21524. | #define HAVE_STRERROR 1
  21525. | #define HAVE_STRLCAT 1
  21526. | #define HAVE_STRLCPY 1
  21527. | #define HAVE_STRSTR 1
  21528. | #define HAVE_TGAMMA 1
  21529. | #define SPT_TYPE SPT_REUSEARGV
  21530. | #define HAVE_SIGNBIT 1
  21531. | #define HAVE_FORK 1
  21532. | #define vfork fork
  21533. | #define HAVE_WORKING_FORK 1
  21534. | #define HAVE__LONGJMP 1
  21535. | #define HAVE_ARC4RANDOM_BUF 1
  21536. | #define HAVE_ATAN2L 1
  21537. | #define HAVE_ATAN2F 1
  21538. | #define HAVE_CHROOT 1
  21539. | #define HAVE_CLOCK_GETTIME 1
  21540. | #define HAVE_COSH 1
  21541. | #define HAVE_DIRFD 1
  21542. | #define HAVE_DLOPEN 1
  21543. | #define HAVE_DLADDR 1
  21544. | #define HAVE_DUP 1
  21545. | #define HAVE_ENDGRENT 1
  21546. | #define HAVE_FCHMOD 1
  21547. | #define HAVE_FCHOWN 1
  21548. | #define HAVE_FCNTL 1
  21549. | #define HAVE_FDOPENDIR 1
  21550. | #define HAVE_FGETATTRLIST 1
  21551. | #define HAVE_FMOD 1
  21552. | #define HAVE_FSTATAT 1
  21553. | #define HAVE_FSYNC 1
  21554. | #define HAVE_FTRUNCATE 1
  21555. | /* end confdefs.h. */
  21556. | /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64.
  21557. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21558. | #define ftruncate64 innocuous_ftruncate64
  21559. |
  21560. | /* System header to define __stub macros and hopefully few prototypes,
  21561. | which can conflict with char ftruncate64 (); below.
  21562. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21563. | <limits.h> exists even on freestanding compilers. */
  21564. |
  21565. | #ifdef __STDC__
  21566. | # include <limits.h>
  21567. | #else
  21568. | # include <assert.h>
  21569. | #endif
  21570. |
  21571. | #undef ftruncate64
  21572. |
  21573. | /* Override any GCC internal prototype to avoid an error.
  21574. | Use char because int might match the return type of a GCC
  21575. | builtin and then its argument prototype would still apply. */
  21576. | #ifdef __cplusplus
  21577. | extern "C"
  21578. | #endif
  21579. | char ftruncate64 ();
  21580. | /* The GNU C library defines this for functions which it implements
  21581. | to always fail with ENOSYS. Some functions are actually named
  21582. | something starting with __ and the normal name is an alias. */
  21583. | #if defined __stub_ftruncate64 || defined __stub___ftruncate64
  21584. | choke me
  21585. | #endif
  21586. |
  21587. | int
  21588. | main ()
  21589. | {
  21590. | return ftruncate64 ();
  21591. | ;
  21592. | return 0;
  21593. | }
  21594. configure:21513: result: no
  21595. configure:21524: checking for getattrlist
  21596. configure:21524: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21597. configure:21524: $? = 0
  21598. configure:21524: result: yes
  21599. configure:21535: checking for getcwd
  21600. configure:21535: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21601. configure:21535: $? = 0
  21602. configure:21535: result: yes
  21603. configure:21546: checking for getgidx
  21604. configure:21546: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21605. Undefined symbols for architecture x86_64:
  21606. "_getgidx", referenced from:
  21607. _main in conftest-a0c6c4.o
  21608. ld: symbol(s) not found for architecture x86_64
  21609. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21610. configure:21546: $? = 1
  21611. configure: failed program was:
  21612. | /* confdefs.h */
  21613. | #define PACKAGE_NAME ""
  21614. | #define PACKAGE_TARNAME ""
  21615. | #define PACKAGE_VERSION ""
  21616. | #define PACKAGE_STRING ""
  21617. | #define PACKAGE_BUGREPORT ""
  21618. | #define PACKAGE_URL ""
  21619. | #define CANONICALIZATION_FOR_MATHN 1
  21620. | #define STDC_HEADERS 1
  21621. | #define HAVE_SYS_TYPES_H 1
  21622. | #define HAVE_SYS_STAT_H 1
  21623. | #define HAVE_STDLIB_H 1
  21624. | #define HAVE_STRING_H 1
  21625. | #define HAVE_MEMORY_H 1
  21626. | #define HAVE_STRINGS_H 1
  21627. | #define HAVE_INTTYPES_H 1
  21628. | #define HAVE_STDINT_H 1
  21629. | #define HAVE_UNISTD_H 1
  21630. | #define __EXTENSIONS__ 1
  21631. | #define _ALL_SOURCE 1
  21632. | #define _GNU_SOURCE 1
  21633. | #define _POSIX_PTHREAD_SEMANTICS 1
  21634. | #define _TANDEM_SOURCE 1
  21635. | #define HAVE_INFINITY 1
  21636. | #define HAVE_NAN 1
  21637. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21638. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21639. | #define BROKEN_CRYPT 1
  21640. | #define HAVE_CRT_EXTERNS_H 1
  21641. | #define HAVE_LIBDL 1
  21642. | #define HAVE_DIRENT_H 1
  21643. | #define HAVE__BOOL 1
  21644. | #define HAVE_STDBOOL_H 1
  21645. | #define HAVE_SYS_WAIT_H 1
  21646. | #define HAVE_GRP_H 1
  21647. | #define HAVE_FCNTL_H 1
  21648. | #define HAVE_FLOAT_H 1
  21649. | #define HAVE_LANGINFO_H 1
  21650. | #define HAVE_LIMITS_H 1
  21651. | #define HAVE_LOCALE_H 1
  21652. | #define HAVE_MALLOC_MALLOC_H 1
  21653. | #define HAVE_PWD_H 1
  21654. | #define HAVE_SYS_ATTR_H 1
  21655. | #define HAVE_SYS_FCNTL_H 1
  21656. | #define HAVE_SYS_FILE_H 1
  21657. | #define HAVE_SYS_IOCTL_H 1
  21658. | #define HAVE_SYS_PARAM_H 1
  21659. | #define HAVE_SYS_RESOURCE_H 1
  21660. | #define HAVE_SYS_SELECT_H 1
  21661. | #define HAVE_SYS_SOCKET_H 1
  21662. | #define HAVE_SYS_TIME_H 1
  21663. | #define HAVE_SYS_TIMES_H 1
  21664. | #define HAVE_SYS_UIO_H 1
  21665. | #define HAVE_TIME_H 1
  21666. | #define HAVE_UCONTEXT_H 1
  21667. | #define HAVE_UTIME_H 1
  21668. | #define HAVE_GMP_H 1
  21669. | #define HAVE_LIBGMP 1
  21670. | #define HAVE_TYPEOF 1
  21671. | #define HAVE_LONG_LONG 1
  21672. | #define HAVE_OFF_T 1
  21673. | #define SIZEOF_INT 4
  21674. | #define SIZEOF_SHORT 2
  21675. | #define SIZEOF_LONG 8
  21676. | #define SIZEOF_LONG_LONG 8
  21677. | #define SIZEOF___INT64 0
  21678. | #define SIZEOF___INT128 16
  21679. | #define SIZEOF_OFF_T 8
  21680. | #define SIZEOF_VOIDP 8
  21681. | #define SIZEOF_FLOAT 4
  21682. | #define SIZEOF_DOUBLE 8
  21683. | #define SIZEOF_TIME_T 8
  21684. | #define SIZEOF_CLOCK_T 8
  21685. | #define PACKED_STRUCT(x) x __attribute__((packed))
  21686. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  21687. | #define PRI_LL_PREFIX "ll"
  21688. | #define rb_pid_t pid_t
  21689. | #define SIGNEDNESS_OF_PID_T -1
  21690. | #define PIDT2NUM(v) INT2NUM(v)
  21691. | #define NUM2PIDT(v) NUM2INT(v)
  21692. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  21693. | #define rb_uid_t uid_t
  21694. | #define SIGNEDNESS_OF_UID_T +1
  21695. | #define UIDT2NUM(v) UINT2NUM(v)
  21696. | #define NUM2UIDT(v) NUM2UINT(v)
  21697. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  21698. | #define rb_gid_t gid_t
  21699. | #define SIGNEDNESS_OF_GID_T +1
  21700. | #define GIDT2NUM(v) UINT2NUM(v)
  21701. | #define NUM2GIDT(v) NUM2UINT(v)
  21702. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  21703. | #define rb_time_t time_t
  21704. | #define SIGNEDNESS_OF_TIME_T -1
  21705. | #define TIMET2NUM(v) LONG2NUM(v)
  21706. | #define NUM2TIMET(v) NUM2LONG(v)
  21707. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  21708. | #define rb_dev_t dev_t
  21709. | #define SIGNEDNESS_OF_DEV_T -1
  21710. | #define DEVT2NUM(v) INT2NUM(v)
  21711. | #define NUM2DEVT(v) NUM2INT(v)
  21712. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  21713. | #define rb_mode_t mode_t
  21714. | #define SIGNEDNESS_OF_MODE_T +1
  21715. | #define MODET2NUM(v) UINT2NUM(v)
  21716. | #define NUM2MODET(v) NUM2UINT(v)
  21717. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  21718. | #define rb_rlim_t rlim_t
  21719. | #define SIGNEDNESS_OF_RLIM_T +1
  21720. | #define RLIM2NUM(v) ULL2NUM(v)
  21721. | #define NUM2RLIM(v) NUM2ULL(v)
  21722. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  21723. | #define rb_off_t off_t
  21724. | #define SIGNEDNESS_OF_OFF_T -1
  21725. | #define OFFT2NUM(v) LL2NUM(v)
  21726. | #define NUM2OFFT(v) NUM2LL(v)
  21727. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  21728. | #define rb_clockid_t int
  21729. | #define SIGNEDNESS_OF_CLOCKID_T -1
  21730. | #define CLOCKID2NUM(v) INT2NUM(v)
  21731. | #define NUM2CLOCKID(v) NUM2INT(v)
  21732. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  21733. | #define HAVE_PROTOTYPES 1
  21734. | #define TOKEN_PASTE(x,y) x##y
  21735. | #define STRINGIZE(expr) STRINGIZE0(expr)
  21736. | #define HAVE_STDARG_PROTOTYPES 1
  21737. | #define HAVE_VA_ARGS_MACRO 1
  21738. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  21739. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  21740. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  21741. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  21742. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  21743. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  21744. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  21745. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  21746. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  21747. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  21748. | #define WEAK(x) __attribute__ ((__weak__)) x
  21749. | #define HAVE_FUNC_WEAK 1
  21750. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  21751. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  21752. | #define HAVE_GCC_SYNC_BUILTINS 1
  21753. | #define UNREACHABLE __builtin_unreachable()
  21754. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  21755. | #define RUBY_FUNCTION_NAME_STRING __func__
  21756. | #define ENUM_OVER_INT 1
  21757. | #define HAVE_DECL_SYS_NERR 1
  21758. | #define HAVE_DECL_GETENV 1
  21759. | #define SIZEOF_SIZE_T 8
  21760. | #define SIZEOF_PTRDIFF_T 8
  21761. | #define PRI_SIZE_PREFIX "z"
  21762. | #define PRI_PTRDIFF_PREFIX "t"
  21763. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  21764. | #define HAVE_ST_BLKSIZE 1
  21765. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  21766. | #define HAVE_ST_BLOCKS 1
  21767. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  21768. | #define HAVE_ST_RDEV 1
  21769. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  21770. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  21771. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  21772. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  21773. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  21774. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  21775. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  21776. | #define HAVE_STRUCT_TIMEVAL 1
  21777. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  21778. | #define HAVE_STRUCT_TIMESPEC 1
  21779. | #define HAVE_STRUCT_TIMEZONE 1
  21780. | #define HAVE_INT8_T 1
  21781. | #define SIZEOF_INT8_T 1
  21782. | #define HAVE_UINT8_T 1
  21783. | #define SIZEOF_UINT8_T 1
  21784. | #define HAVE_INT16_T 1
  21785. | #define SIZEOF_INT16_T 2
  21786. | #define HAVE_UINT16_T 1
  21787. | #define SIZEOF_UINT16_T 2
  21788. | #define HAVE_INT32_T 1
  21789. | #define SIZEOF_INT32_T 4
  21790. | #define HAVE_UINT32_T 1
  21791. | #define SIZEOF_UINT32_T 4
  21792. | #define HAVE_INT64_T 1
  21793. | #define SIZEOF_INT64_T 8
  21794. | #define HAVE_UINT64_T 1
  21795. | #define SIZEOF_UINT64_T 8
  21796. | #define HAVE_INT128_T 1
  21797. | #define int128_t __int128
  21798. | #define SIZEOF_INT128_T SIZEOF___INT128
  21799. | #define HAVE_UINT128_T 1
  21800. | #define uint128_t unsigned __int128
  21801. | #define SIZEOF_UINT128_T SIZEOF___INT128
  21802. | #define HAVE_INTPTR_T 1
  21803. | #define SIZEOF_INTPTR_T 8
  21804. | #define HAVE_UINTPTR_T 1
  21805. | #define SIZEOF_UINTPTR_T 8
  21806. | #define HAVE_SSIZE_T 1
  21807. | #define SIZEOF_SSIZE_T 8
  21808. | #define GETGROUPS_T gid_t
  21809. | #define RETSIGTYPE void
  21810. | #define HAVE_ALLOCA_H 1
  21811. | #define HAVE_ALLOCA 1
  21812. | #define HAVE_ACOSH 1
  21813. | #define HAVE_CBRT 1
  21814. | #define HAVE_CRYPT 1
  21815. | #define HAVE_DUP2 1
  21816. | #define HAVE_ERF 1
  21817. | #define HAVE_FFS 1
  21818. | #define HAVE_FINITE 1
  21819. | #define HAVE_FLOCK 1
  21820. | #define HAVE_HYPOT 1
  21821. | #define HAVE_ISINF 1
  21822. | #define HAVE_ISNAN 1
  21823. | #define HAVE_LGAMMA_R 1
  21824. | #define HAVE_MEMMOVE 1
  21825. | #define HAVE_NEXTAFTER 1
  21826. | #define HAVE_STRCHR 1
  21827. | #define HAVE_STRERROR 1
  21828. | #define HAVE_STRLCAT 1
  21829. | #define HAVE_STRLCPY 1
  21830. | #define HAVE_STRSTR 1
  21831. | #define HAVE_TGAMMA 1
  21832. | #define SPT_TYPE SPT_REUSEARGV
  21833. | #define HAVE_SIGNBIT 1
  21834. | #define HAVE_FORK 1
  21835. | #define vfork fork
  21836. | #define HAVE_WORKING_FORK 1
  21837. | #define HAVE__LONGJMP 1
  21838. | #define HAVE_ARC4RANDOM_BUF 1
  21839. | #define HAVE_ATAN2L 1
  21840. | #define HAVE_ATAN2F 1
  21841. | #define HAVE_CHROOT 1
  21842. | #define HAVE_CLOCK_GETTIME 1
  21843. | #define HAVE_COSH 1
  21844. | #define HAVE_DIRFD 1
  21845. | #define HAVE_DLOPEN 1
  21846. | #define HAVE_DLADDR 1
  21847. | #define HAVE_DUP 1
  21848. | #define HAVE_ENDGRENT 1
  21849. | #define HAVE_FCHMOD 1
  21850. | #define HAVE_FCHOWN 1
  21851. | #define HAVE_FCNTL 1
  21852. | #define HAVE_FDOPENDIR 1
  21853. | #define HAVE_FGETATTRLIST 1
  21854. | #define HAVE_FMOD 1
  21855. | #define HAVE_FSTATAT 1
  21856. | #define HAVE_FSYNC 1
  21857. | #define HAVE_FTRUNCATE 1
  21858. | #define HAVE_GETATTRLIST 1
  21859. | #define HAVE_GETCWD 1
  21860. | /* end confdefs.h. */
  21861. | /* Define getgidx to an innocuous variant, in case <limits.h> declares getgidx.
  21862. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  21863. | #define getgidx innocuous_getgidx
  21864. |
  21865. | /* System header to define __stub macros and hopefully few prototypes,
  21866. | which can conflict with char getgidx (); below.
  21867. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  21868. | <limits.h> exists even on freestanding compilers. */
  21869. |
  21870. | #ifdef __STDC__
  21871. | # include <limits.h>
  21872. | #else
  21873. | # include <assert.h>
  21874. | #endif
  21875. |
  21876. | #undef getgidx
  21877. |
  21878. | /* Override any GCC internal prototype to avoid an error.
  21879. | Use char because int might match the return type of a GCC
  21880. | builtin and then its argument prototype would still apply. */
  21881. | #ifdef __cplusplus
  21882. | extern "C"
  21883. | #endif
  21884. | char getgidx ();
  21885. | /* The GNU C library defines this for functions which it implements
  21886. | to always fail with ENOSYS. Some functions are actually named
  21887. | something starting with __ and the normal name is an alias. */
  21888. | #if defined __stub_getgidx || defined __stub___getgidx
  21889. | choke me
  21890. | #endif
  21891. |
  21892. | int
  21893. | main ()
  21894. | {
  21895. | return getgidx ();
  21896. | ;
  21897. | return 0;
  21898. | }
  21899. configure:21546: result: no
  21900. configure:21557: checking for getgrnam
  21901. configure:21557: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21902. configure:21557: $? = 0
  21903. configure:21557: result: yes
  21904. configure:21568: checking for getgrnam_r
  21905. configure:21568: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21906. configure:21568: $? = 0
  21907. configure:21568: result: yes
  21908. configure:21579: checking for getgroups
  21909. configure:21579: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21910. configure:21579: $? = 0
  21911. configure:21579: result: yes
  21912. configure:21590: checking for getpgid
  21913. configure:21590: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21914. configure:21590: $? = 0
  21915. configure:21590: result: yes
  21916. configure:21601: checking for getpgrp
  21917. configure:21601: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21918. configure:21601: $? = 0
  21919. configure:21601: result: yes
  21920. configure:21612: checking for getpriority
  21921. configure:21612: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21922. configure:21612: $? = 0
  21923. configure:21612: result: yes
  21924. configure:21623: checking for getpwnam_r
  21925. configure:21623: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21926. configure:21623: $? = 0
  21927. configure:21623: result: yes
  21928. configure:21634: checking for getresgid
  21929. configure:21634: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  21930. Undefined symbols for architecture x86_64:
  21931. "_getresgid", referenced from:
  21932. _main in conftest-8f8ee3.o
  21933. ld: symbol(s) not found for architecture x86_64
  21934. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  21935. configure:21634: $? = 1
  21936. configure: failed program was:
  21937. | /* confdefs.h */
  21938. | #define PACKAGE_NAME ""
  21939. | #define PACKAGE_TARNAME ""
  21940. | #define PACKAGE_VERSION ""
  21941. | #define PACKAGE_STRING ""
  21942. | #define PACKAGE_BUGREPORT ""
  21943. | #define PACKAGE_URL ""
  21944. | #define CANONICALIZATION_FOR_MATHN 1
  21945. | #define STDC_HEADERS 1
  21946. | #define HAVE_SYS_TYPES_H 1
  21947. | #define HAVE_SYS_STAT_H 1
  21948. | #define HAVE_STDLIB_H 1
  21949. | #define HAVE_STRING_H 1
  21950. | #define HAVE_MEMORY_H 1
  21951. | #define HAVE_STRINGS_H 1
  21952. | #define HAVE_INTTYPES_H 1
  21953. | #define HAVE_STDINT_H 1
  21954. | #define HAVE_UNISTD_H 1
  21955. | #define __EXTENSIONS__ 1
  21956. | #define _ALL_SOURCE 1
  21957. | #define _GNU_SOURCE 1
  21958. | #define _POSIX_PTHREAD_SEMANTICS 1
  21959. | #define _TANDEM_SOURCE 1
  21960. | #define HAVE_INFINITY 1
  21961. | #define HAVE_NAN 1
  21962. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  21963. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  21964. | #define BROKEN_CRYPT 1
  21965. | #define HAVE_CRT_EXTERNS_H 1
  21966. | #define HAVE_LIBDL 1
  21967. | #define HAVE_DIRENT_H 1
  21968. | #define HAVE__BOOL 1
  21969. | #define HAVE_STDBOOL_H 1
  21970. | #define HAVE_SYS_WAIT_H 1
  21971. | #define HAVE_GRP_H 1
  21972. | #define HAVE_FCNTL_H 1
  21973. | #define HAVE_FLOAT_H 1
  21974. | #define HAVE_LANGINFO_H 1
  21975. | #define HAVE_LIMITS_H 1
  21976. | #define HAVE_LOCALE_H 1
  21977. | #define HAVE_MALLOC_MALLOC_H 1
  21978. | #define HAVE_PWD_H 1
  21979. | #define HAVE_SYS_ATTR_H 1
  21980. | #define HAVE_SYS_FCNTL_H 1
  21981. | #define HAVE_SYS_FILE_H 1
  21982. | #define HAVE_SYS_IOCTL_H 1
  21983. | #define HAVE_SYS_PARAM_H 1
  21984. | #define HAVE_SYS_RESOURCE_H 1
  21985. | #define HAVE_SYS_SELECT_H 1
  21986. | #define HAVE_SYS_SOCKET_H 1
  21987. | #define HAVE_SYS_TIME_H 1
  21988. | #define HAVE_SYS_TIMES_H 1
  21989. | #define HAVE_SYS_UIO_H 1
  21990. | #define HAVE_TIME_H 1
  21991. | #define HAVE_UCONTEXT_H 1
  21992. | #define HAVE_UTIME_H 1
  21993. | #define HAVE_GMP_H 1
  21994. | #define HAVE_LIBGMP 1
  21995. | #define HAVE_TYPEOF 1
  21996. | #define HAVE_LONG_LONG 1
  21997. | #define HAVE_OFF_T 1
  21998. | #define SIZEOF_INT 4
  21999. | #define SIZEOF_SHORT 2
  22000. | #define SIZEOF_LONG 8
  22001. | #define SIZEOF_LONG_LONG 8
  22002. | #define SIZEOF___INT64 0
  22003. | #define SIZEOF___INT128 16
  22004. | #define SIZEOF_OFF_T 8
  22005. | #define SIZEOF_VOIDP 8
  22006. | #define SIZEOF_FLOAT 4
  22007. | #define SIZEOF_DOUBLE 8
  22008. | #define SIZEOF_TIME_T 8
  22009. | #define SIZEOF_CLOCK_T 8
  22010. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22011. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22012. | #define PRI_LL_PREFIX "ll"
  22013. | #define rb_pid_t pid_t
  22014. | #define SIGNEDNESS_OF_PID_T -1
  22015. | #define PIDT2NUM(v) INT2NUM(v)
  22016. | #define NUM2PIDT(v) NUM2INT(v)
  22017. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22018. | #define rb_uid_t uid_t
  22019. | #define SIGNEDNESS_OF_UID_T +1
  22020. | #define UIDT2NUM(v) UINT2NUM(v)
  22021. | #define NUM2UIDT(v) NUM2UINT(v)
  22022. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22023. | #define rb_gid_t gid_t
  22024. | #define SIGNEDNESS_OF_GID_T +1
  22025. | #define GIDT2NUM(v) UINT2NUM(v)
  22026. | #define NUM2GIDT(v) NUM2UINT(v)
  22027. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22028. | #define rb_time_t time_t
  22029. | #define SIGNEDNESS_OF_TIME_T -1
  22030. | #define TIMET2NUM(v) LONG2NUM(v)
  22031. | #define NUM2TIMET(v) NUM2LONG(v)
  22032. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22033. | #define rb_dev_t dev_t
  22034. | #define SIGNEDNESS_OF_DEV_T -1
  22035. | #define DEVT2NUM(v) INT2NUM(v)
  22036. | #define NUM2DEVT(v) NUM2INT(v)
  22037. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22038. | #define rb_mode_t mode_t
  22039. | #define SIGNEDNESS_OF_MODE_T +1
  22040. | #define MODET2NUM(v) UINT2NUM(v)
  22041. | #define NUM2MODET(v) NUM2UINT(v)
  22042. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22043. | #define rb_rlim_t rlim_t
  22044. | #define SIGNEDNESS_OF_RLIM_T +1
  22045. | #define RLIM2NUM(v) ULL2NUM(v)
  22046. | #define NUM2RLIM(v) NUM2ULL(v)
  22047. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22048. | #define rb_off_t off_t
  22049. | #define SIGNEDNESS_OF_OFF_T -1
  22050. | #define OFFT2NUM(v) LL2NUM(v)
  22051. | #define NUM2OFFT(v) NUM2LL(v)
  22052. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22053. | #define rb_clockid_t int
  22054. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22055. | #define CLOCKID2NUM(v) INT2NUM(v)
  22056. | #define NUM2CLOCKID(v) NUM2INT(v)
  22057. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22058. | #define HAVE_PROTOTYPES 1
  22059. | #define TOKEN_PASTE(x,y) x##y
  22060. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22061. | #define HAVE_STDARG_PROTOTYPES 1
  22062. | #define HAVE_VA_ARGS_MACRO 1
  22063. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22064. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22065. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22066. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22067. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22068. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22069. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22070. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22071. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22072. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22073. | #define WEAK(x) __attribute__ ((__weak__)) x
  22074. | #define HAVE_FUNC_WEAK 1
  22075. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22076. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22077. | #define HAVE_GCC_SYNC_BUILTINS 1
  22078. | #define UNREACHABLE __builtin_unreachable()
  22079. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22080. | #define RUBY_FUNCTION_NAME_STRING __func__
  22081. | #define ENUM_OVER_INT 1
  22082. | #define HAVE_DECL_SYS_NERR 1
  22083. | #define HAVE_DECL_GETENV 1
  22084. | #define SIZEOF_SIZE_T 8
  22085. | #define SIZEOF_PTRDIFF_T 8
  22086. | #define PRI_SIZE_PREFIX "z"
  22087. | #define PRI_PTRDIFF_PREFIX "t"
  22088. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22089. | #define HAVE_ST_BLKSIZE 1
  22090. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22091. | #define HAVE_ST_BLOCKS 1
  22092. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22093. | #define HAVE_ST_RDEV 1
  22094. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22095. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22096. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22097. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22098. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22099. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22100. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22101. | #define HAVE_STRUCT_TIMEVAL 1
  22102. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22103. | #define HAVE_STRUCT_TIMESPEC 1
  22104. | #define HAVE_STRUCT_TIMEZONE 1
  22105. | #define HAVE_INT8_T 1
  22106. | #define SIZEOF_INT8_T 1
  22107. | #define HAVE_UINT8_T 1
  22108. | #define SIZEOF_UINT8_T 1
  22109. | #define HAVE_INT16_T 1
  22110. | #define SIZEOF_INT16_T 2
  22111. | #define HAVE_UINT16_T 1
  22112. | #define SIZEOF_UINT16_T 2
  22113. | #define HAVE_INT32_T 1
  22114. | #define SIZEOF_INT32_T 4
  22115. | #define HAVE_UINT32_T 1
  22116. | #define SIZEOF_UINT32_T 4
  22117. | #define HAVE_INT64_T 1
  22118. | #define SIZEOF_INT64_T 8
  22119. | #define HAVE_UINT64_T 1
  22120. | #define SIZEOF_UINT64_T 8
  22121. | #define HAVE_INT128_T 1
  22122. | #define int128_t __int128
  22123. | #define SIZEOF_INT128_T SIZEOF___INT128
  22124. | #define HAVE_UINT128_T 1
  22125. | #define uint128_t unsigned __int128
  22126. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22127. | #define HAVE_INTPTR_T 1
  22128. | #define SIZEOF_INTPTR_T 8
  22129. | #define HAVE_UINTPTR_T 1
  22130. | #define SIZEOF_UINTPTR_T 8
  22131. | #define HAVE_SSIZE_T 1
  22132. | #define SIZEOF_SSIZE_T 8
  22133. | #define GETGROUPS_T gid_t
  22134. | #define RETSIGTYPE void
  22135. | #define HAVE_ALLOCA_H 1
  22136. | #define HAVE_ALLOCA 1
  22137. | #define HAVE_ACOSH 1
  22138. | #define HAVE_CBRT 1
  22139. | #define HAVE_CRYPT 1
  22140. | #define HAVE_DUP2 1
  22141. | #define HAVE_ERF 1
  22142. | #define HAVE_FFS 1
  22143. | #define HAVE_FINITE 1
  22144. | #define HAVE_FLOCK 1
  22145. | #define HAVE_HYPOT 1
  22146. | #define HAVE_ISINF 1
  22147. | #define HAVE_ISNAN 1
  22148. | #define HAVE_LGAMMA_R 1
  22149. | #define HAVE_MEMMOVE 1
  22150. | #define HAVE_NEXTAFTER 1
  22151. | #define HAVE_STRCHR 1
  22152. | #define HAVE_STRERROR 1
  22153. | #define HAVE_STRLCAT 1
  22154. | #define HAVE_STRLCPY 1
  22155. | #define HAVE_STRSTR 1
  22156. | #define HAVE_TGAMMA 1
  22157. | #define SPT_TYPE SPT_REUSEARGV
  22158. | #define HAVE_SIGNBIT 1
  22159. | #define HAVE_FORK 1
  22160. | #define vfork fork
  22161. | #define HAVE_WORKING_FORK 1
  22162. | #define HAVE__LONGJMP 1
  22163. | #define HAVE_ARC4RANDOM_BUF 1
  22164. | #define HAVE_ATAN2L 1
  22165. | #define HAVE_ATAN2F 1
  22166. | #define HAVE_CHROOT 1
  22167. | #define HAVE_CLOCK_GETTIME 1
  22168. | #define HAVE_COSH 1
  22169. | #define HAVE_DIRFD 1
  22170. | #define HAVE_DLOPEN 1
  22171. | #define HAVE_DLADDR 1
  22172. | #define HAVE_DUP 1
  22173. | #define HAVE_ENDGRENT 1
  22174. | #define HAVE_FCHMOD 1
  22175. | #define HAVE_FCHOWN 1
  22176. | #define HAVE_FCNTL 1
  22177. | #define HAVE_FDOPENDIR 1
  22178. | #define HAVE_FGETATTRLIST 1
  22179. | #define HAVE_FMOD 1
  22180. | #define HAVE_FSTATAT 1
  22181. | #define HAVE_FSYNC 1
  22182. | #define HAVE_FTRUNCATE 1
  22183. | #define HAVE_GETATTRLIST 1
  22184. | #define HAVE_GETCWD 1
  22185. | #define HAVE_GETGRNAM 1
  22186. | #define HAVE_GETGRNAM_R 1
  22187. | #define HAVE_GETGROUPS 1
  22188. | #define HAVE_GETPGID 1
  22189. | #define HAVE_GETPGRP 1
  22190. | #define HAVE_GETPRIORITY 1
  22191. | #define HAVE_GETPWNAM_R 1
  22192. | /* end confdefs.h. */
  22193. | /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
  22194. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22195. | #define getresgid innocuous_getresgid
  22196. |
  22197. | /* System header to define __stub macros and hopefully few prototypes,
  22198. | which can conflict with char getresgid (); below.
  22199. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22200. | <limits.h> exists even on freestanding compilers. */
  22201. |
  22202. | #ifdef __STDC__
  22203. | # include <limits.h>
  22204. | #else
  22205. | # include <assert.h>
  22206. | #endif
  22207. |
  22208. | #undef getresgid
  22209. |
  22210. | /* Override any GCC internal prototype to avoid an error.
  22211. | Use char because int might match the return type of a GCC
  22212. | builtin and then its argument prototype would still apply. */
  22213. | #ifdef __cplusplus
  22214. | extern "C"
  22215. | #endif
  22216. | char getresgid ();
  22217. | /* The GNU C library defines this for functions which it implements
  22218. | to always fail with ENOSYS. Some functions are actually named
  22219. | something starting with __ and the normal name is an alias. */
  22220. | #if defined __stub_getresgid || defined __stub___getresgid
  22221. | choke me
  22222. | #endif
  22223. |
  22224. | int
  22225. | main ()
  22226. | {
  22227. | return getresgid ();
  22228. | ;
  22229. | return 0;
  22230. | }
  22231. configure:21634: result: no
  22232. configure:21645: checking for getresuid
  22233. configure:21645: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22234. Undefined symbols for architecture x86_64:
  22235. "_getresuid", referenced from:
  22236. _main in conftest-ae0252.o
  22237. ld: symbol(s) not found for architecture x86_64
  22238. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22239. configure:21645: $? = 1
  22240. configure: failed program was:
  22241. | /* confdefs.h */
  22242. | #define PACKAGE_NAME ""
  22243. | #define PACKAGE_TARNAME ""
  22244. | #define PACKAGE_VERSION ""
  22245. | #define PACKAGE_STRING ""
  22246. | #define PACKAGE_BUGREPORT ""
  22247. | #define PACKAGE_URL ""
  22248. | #define CANONICALIZATION_FOR_MATHN 1
  22249. | #define STDC_HEADERS 1
  22250. | #define HAVE_SYS_TYPES_H 1
  22251. | #define HAVE_SYS_STAT_H 1
  22252. | #define HAVE_STDLIB_H 1
  22253. | #define HAVE_STRING_H 1
  22254. | #define HAVE_MEMORY_H 1
  22255. | #define HAVE_STRINGS_H 1
  22256. | #define HAVE_INTTYPES_H 1
  22257. | #define HAVE_STDINT_H 1
  22258. | #define HAVE_UNISTD_H 1
  22259. | #define __EXTENSIONS__ 1
  22260. | #define _ALL_SOURCE 1
  22261. | #define _GNU_SOURCE 1
  22262. | #define _POSIX_PTHREAD_SEMANTICS 1
  22263. | #define _TANDEM_SOURCE 1
  22264. | #define HAVE_INFINITY 1
  22265. | #define HAVE_NAN 1
  22266. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22267. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22268. | #define BROKEN_CRYPT 1
  22269. | #define HAVE_CRT_EXTERNS_H 1
  22270. | #define HAVE_LIBDL 1
  22271. | #define HAVE_DIRENT_H 1
  22272. | #define HAVE__BOOL 1
  22273. | #define HAVE_STDBOOL_H 1
  22274. | #define HAVE_SYS_WAIT_H 1
  22275. | #define HAVE_GRP_H 1
  22276. | #define HAVE_FCNTL_H 1
  22277. | #define HAVE_FLOAT_H 1
  22278. | #define HAVE_LANGINFO_H 1
  22279. | #define HAVE_LIMITS_H 1
  22280. | #define HAVE_LOCALE_H 1
  22281. | #define HAVE_MALLOC_MALLOC_H 1
  22282. | #define HAVE_PWD_H 1
  22283. | #define HAVE_SYS_ATTR_H 1
  22284. | #define HAVE_SYS_FCNTL_H 1
  22285. | #define HAVE_SYS_FILE_H 1
  22286. | #define HAVE_SYS_IOCTL_H 1
  22287. | #define HAVE_SYS_PARAM_H 1
  22288. | #define HAVE_SYS_RESOURCE_H 1
  22289. | #define HAVE_SYS_SELECT_H 1
  22290. | #define HAVE_SYS_SOCKET_H 1
  22291. | #define HAVE_SYS_TIME_H 1
  22292. | #define HAVE_SYS_TIMES_H 1
  22293. | #define HAVE_SYS_UIO_H 1
  22294. | #define HAVE_TIME_H 1
  22295. | #define HAVE_UCONTEXT_H 1
  22296. | #define HAVE_UTIME_H 1
  22297. | #define HAVE_GMP_H 1
  22298. | #define HAVE_LIBGMP 1
  22299. | #define HAVE_TYPEOF 1
  22300. | #define HAVE_LONG_LONG 1
  22301. | #define HAVE_OFF_T 1
  22302. | #define SIZEOF_INT 4
  22303. | #define SIZEOF_SHORT 2
  22304. | #define SIZEOF_LONG 8
  22305. | #define SIZEOF_LONG_LONG 8
  22306. | #define SIZEOF___INT64 0
  22307. | #define SIZEOF___INT128 16
  22308. | #define SIZEOF_OFF_T 8
  22309. | #define SIZEOF_VOIDP 8
  22310. | #define SIZEOF_FLOAT 4
  22311. | #define SIZEOF_DOUBLE 8
  22312. | #define SIZEOF_TIME_T 8
  22313. | #define SIZEOF_CLOCK_T 8
  22314. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22315. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22316. | #define PRI_LL_PREFIX "ll"
  22317. | #define rb_pid_t pid_t
  22318. | #define SIGNEDNESS_OF_PID_T -1
  22319. | #define PIDT2NUM(v) INT2NUM(v)
  22320. | #define NUM2PIDT(v) NUM2INT(v)
  22321. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22322. | #define rb_uid_t uid_t
  22323. | #define SIGNEDNESS_OF_UID_T +1
  22324. | #define UIDT2NUM(v) UINT2NUM(v)
  22325. | #define NUM2UIDT(v) NUM2UINT(v)
  22326. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22327. | #define rb_gid_t gid_t
  22328. | #define SIGNEDNESS_OF_GID_T +1
  22329. | #define GIDT2NUM(v) UINT2NUM(v)
  22330. | #define NUM2GIDT(v) NUM2UINT(v)
  22331. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22332. | #define rb_time_t time_t
  22333. | #define SIGNEDNESS_OF_TIME_T -1
  22334. | #define TIMET2NUM(v) LONG2NUM(v)
  22335. | #define NUM2TIMET(v) NUM2LONG(v)
  22336. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22337. | #define rb_dev_t dev_t
  22338. | #define SIGNEDNESS_OF_DEV_T -1
  22339. | #define DEVT2NUM(v) INT2NUM(v)
  22340. | #define NUM2DEVT(v) NUM2INT(v)
  22341. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22342. | #define rb_mode_t mode_t
  22343. | #define SIGNEDNESS_OF_MODE_T +1
  22344. | #define MODET2NUM(v) UINT2NUM(v)
  22345. | #define NUM2MODET(v) NUM2UINT(v)
  22346. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22347. | #define rb_rlim_t rlim_t
  22348. | #define SIGNEDNESS_OF_RLIM_T +1
  22349. | #define RLIM2NUM(v) ULL2NUM(v)
  22350. | #define NUM2RLIM(v) NUM2ULL(v)
  22351. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22352. | #define rb_off_t off_t
  22353. | #define SIGNEDNESS_OF_OFF_T -1
  22354. | #define OFFT2NUM(v) LL2NUM(v)
  22355. | #define NUM2OFFT(v) NUM2LL(v)
  22356. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22357. | #define rb_clockid_t int
  22358. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22359. | #define CLOCKID2NUM(v) INT2NUM(v)
  22360. | #define NUM2CLOCKID(v) NUM2INT(v)
  22361. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22362. | #define HAVE_PROTOTYPES 1
  22363. | #define TOKEN_PASTE(x,y) x##y
  22364. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22365. | #define HAVE_STDARG_PROTOTYPES 1
  22366. | #define HAVE_VA_ARGS_MACRO 1
  22367. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22368. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22369. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22370. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22371. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22372. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22373. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22374. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22375. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22376. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22377. | #define WEAK(x) __attribute__ ((__weak__)) x
  22378. | #define HAVE_FUNC_WEAK 1
  22379. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22380. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22381. | #define HAVE_GCC_SYNC_BUILTINS 1
  22382. | #define UNREACHABLE __builtin_unreachable()
  22383. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22384. | #define RUBY_FUNCTION_NAME_STRING __func__
  22385. | #define ENUM_OVER_INT 1
  22386. | #define HAVE_DECL_SYS_NERR 1
  22387. | #define HAVE_DECL_GETENV 1
  22388. | #define SIZEOF_SIZE_T 8
  22389. | #define SIZEOF_PTRDIFF_T 8
  22390. | #define PRI_SIZE_PREFIX "z"
  22391. | #define PRI_PTRDIFF_PREFIX "t"
  22392. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22393. | #define HAVE_ST_BLKSIZE 1
  22394. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22395. | #define HAVE_ST_BLOCKS 1
  22396. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22397. | #define HAVE_ST_RDEV 1
  22398. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22399. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22400. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22401. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22402. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22403. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22404. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22405. | #define HAVE_STRUCT_TIMEVAL 1
  22406. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22407. | #define HAVE_STRUCT_TIMESPEC 1
  22408. | #define HAVE_STRUCT_TIMEZONE 1
  22409. | #define HAVE_INT8_T 1
  22410. | #define SIZEOF_INT8_T 1
  22411. | #define HAVE_UINT8_T 1
  22412. | #define SIZEOF_UINT8_T 1
  22413. | #define HAVE_INT16_T 1
  22414. | #define SIZEOF_INT16_T 2
  22415. | #define HAVE_UINT16_T 1
  22416. | #define SIZEOF_UINT16_T 2
  22417. | #define HAVE_INT32_T 1
  22418. | #define SIZEOF_INT32_T 4
  22419. | #define HAVE_UINT32_T 1
  22420. | #define SIZEOF_UINT32_T 4
  22421. | #define HAVE_INT64_T 1
  22422. | #define SIZEOF_INT64_T 8
  22423. | #define HAVE_UINT64_T 1
  22424. | #define SIZEOF_UINT64_T 8
  22425. | #define HAVE_INT128_T 1
  22426. | #define int128_t __int128
  22427. | #define SIZEOF_INT128_T SIZEOF___INT128
  22428. | #define HAVE_UINT128_T 1
  22429. | #define uint128_t unsigned __int128
  22430. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22431. | #define HAVE_INTPTR_T 1
  22432. | #define SIZEOF_INTPTR_T 8
  22433. | #define HAVE_UINTPTR_T 1
  22434. | #define SIZEOF_UINTPTR_T 8
  22435. | #define HAVE_SSIZE_T 1
  22436. | #define SIZEOF_SSIZE_T 8
  22437. | #define GETGROUPS_T gid_t
  22438. | #define RETSIGTYPE void
  22439. | #define HAVE_ALLOCA_H 1
  22440. | #define HAVE_ALLOCA 1
  22441. | #define HAVE_ACOSH 1
  22442. | #define HAVE_CBRT 1
  22443. | #define HAVE_CRYPT 1
  22444. | #define HAVE_DUP2 1
  22445. | #define HAVE_ERF 1
  22446. | #define HAVE_FFS 1
  22447. | #define HAVE_FINITE 1
  22448. | #define HAVE_FLOCK 1
  22449. | #define HAVE_HYPOT 1
  22450. | #define HAVE_ISINF 1
  22451. | #define HAVE_ISNAN 1
  22452. | #define HAVE_LGAMMA_R 1
  22453. | #define HAVE_MEMMOVE 1
  22454. | #define HAVE_NEXTAFTER 1
  22455. | #define HAVE_STRCHR 1
  22456. | #define HAVE_STRERROR 1
  22457. | #define HAVE_STRLCAT 1
  22458. | #define HAVE_STRLCPY 1
  22459. | #define HAVE_STRSTR 1
  22460. | #define HAVE_TGAMMA 1
  22461. | #define SPT_TYPE SPT_REUSEARGV
  22462. | #define HAVE_SIGNBIT 1
  22463. | #define HAVE_FORK 1
  22464. | #define vfork fork
  22465. | #define HAVE_WORKING_FORK 1
  22466. | #define HAVE__LONGJMP 1
  22467. | #define HAVE_ARC4RANDOM_BUF 1
  22468. | #define HAVE_ATAN2L 1
  22469. | #define HAVE_ATAN2F 1
  22470. | #define HAVE_CHROOT 1
  22471. | #define HAVE_CLOCK_GETTIME 1
  22472. | #define HAVE_COSH 1
  22473. | #define HAVE_DIRFD 1
  22474. | #define HAVE_DLOPEN 1
  22475. | #define HAVE_DLADDR 1
  22476. | #define HAVE_DUP 1
  22477. | #define HAVE_ENDGRENT 1
  22478. | #define HAVE_FCHMOD 1
  22479. | #define HAVE_FCHOWN 1
  22480. | #define HAVE_FCNTL 1
  22481. | #define HAVE_FDOPENDIR 1
  22482. | #define HAVE_FGETATTRLIST 1
  22483. | #define HAVE_FMOD 1
  22484. | #define HAVE_FSTATAT 1
  22485. | #define HAVE_FSYNC 1
  22486. | #define HAVE_FTRUNCATE 1
  22487. | #define HAVE_GETATTRLIST 1
  22488. | #define HAVE_GETCWD 1
  22489. | #define HAVE_GETGRNAM 1
  22490. | #define HAVE_GETGRNAM_R 1
  22491. | #define HAVE_GETGROUPS 1
  22492. | #define HAVE_GETPGID 1
  22493. | #define HAVE_GETPGRP 1
  22494. | #define HAVE_GETPRIORITY 1
  22495. | #define HAVE_GETPWNAM_R 1
  22496. | /* end confdefs.h. */
  22497. | /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
  22498. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22499. | #define getresuid innocuous_getresuid
  22500. |
  22501. | /* System header to define __stub macros and hopefully few prototypes,
  22502. | which can conflict with char getresuid (); below.
  22503. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22504. | <limits.h> exists even on freestanding compilers. */
  22505. |
  22506. | #ifdef __STDC__
  22507. | # include <limits.h>
  22508. | #else
  22509. | # include <assert.h>
  22510. | #endif
  22511. |
  22512. | #undef getresuid
  22513. |
  22514. | /* Override any GCC internal prototype to avoid an error.
  22515. | Use char because int might match the return type of a GCC
  22516. | builtin and then its argument prototype would still apply. */
  22517. | #ifdef __cplusplus
  22518. | extern "C"
  22519. | #endif
  22520. | char getresuid ();
  22521. | /* The GNU C library defines this for functions which it implements
  22522. | to always fail with ENOSYS. Some functions are actually named
  22523. | something starting with __ and the normal name is an alias. */
  22524. | #if defined __stub_getresuid || defined __stub___getresuid
  22525. | choke me
  22526. | #endif
  22527. |
  22528. | int
  22529. | main ()
  22530. | {
  22531. | return getresuid ();
  22532. | ;
  22533. | return 0;
  22534. | }
  22535. configure:21645: result: no
  22536. configure:21656: checking for getrlimit
  22537. configure:21656: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22538. configure:21656: $? = 0
  22539. configure:21656: result: yes
  22540. configure:21667: checking for getsid
  22541. configure:21667: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22542. configure:21667: $? = 0
  22543. configure:21667: result: yes
  22544. configure:21678: checking for gettimeofday
  22545. configure:21678: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22546. configure:21678: $? = 0
  22547. configure:21678: result: yes
  22548. configure:21689: checking for getuidx
  22549. configure:21689: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22550. Undefined symbols for architecture x86_64:
  22551. "_getuidx", referenced from:
  22552. _main in conftest-779fbe.o
  22553. ld: symbol(s) not found for architecture x86_64
  22554. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22555. configure:21689: $? = 1
  22556. configure: failed program was:
  22557. | /* confdefs.h */
  22558. | #define PACKAGE_NAME ""
  22559. | #define PACKAGE_TARNAME ""
  22560. | #define PACKAGE_VERSION ""
  22561. | #define PACKAGE_STRING ""
  22562. | #define PACKAGE_BUGREPORT ""
  22563. | #define PACKAGE_URL ""
  22564. | #define CANONICALIZATION_FOR_MATHN 1
  22565. | #define STDC_HEADERS 1
  22566. | #define HAVE_SYS_TYPES_H 1
  22567. | #define HAVE_SYS_STAT_H 1
  22568. | #define HAVE_STDLIB_H 1
  22569. | #define HAVE_STRING_H 1
  22570. | #define HAVE_MEMORY_H 1
  22571. | #define HAVE_STRINGS_H 1
  22572. | #define HAVE_INTTYPES_H 1
  22573. | #define HAVE_STDINT_H 1
  22574. | #define HAVE_UNISTD_H 1
  22575. | #define __EXTENSIONS__ 1
  22576. | #define _ALL_SOURCE 1
  22577. | #define _GNU_SOURCE 1
  22578. | #define _POSIX_PTHREAD_SEMANTICS 1
  22579. | #define _TANDEM_SOURCE 1
  22580. | #define HAVE_INFINITY 1
  22581. | #define HAVE_NAN 1
  22582. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22583. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22584. | #define BROKEN_CRYPT 1
  22585. | #define HAVE_CRT_EXTERNS_H 1
  22586. | #define HAVE_LIBDL 1
  22587. | #define HAVE_DIRENT_H 1
  22588. | #define HAVE__BOOL 1
  22589. | #define HAVE_STDBOOL_H 1
  22590. | #define HAVE_SYS_WAIT_H 1
  22591. | #define HAVE_GRP_H 1
  22592. | #define HAVE_FCNTL_H 1
  22593. | #define HAVE_FLOAT_H 1
  22594. | #define HAVE_LANGINFO_H 1
  22595. | #define HAVE_LIMITS_H 1
  22596. | #define HAVE_LOCALE_H 1
  22597. | #define HAVE_MALLOC_MALLOC_H 1
  22598. | #define HAVE_PWD_H 1
  22599. | #define HAVE_SYS_ATTR_H 1
  22600. | #define HAVE_SYS_FCNTL_H 1
  22601. | #define HAVE_SYS_FILE_H 1
  22602. | #define HAVE_SYS_IOCTL_H 1
  22603. | #define HAVE_SYS_PARAM_H 1
  22604. | #define HAVE_SYS_RESOURCE_H 1
  22605. | #define HAVE_SYS_SELECT_H 1
  22606. | #define HAVE_SYS_SOCKET_H 1
  22607. | #define HAVE_SYS_TIME_H 1
  22608. | #define HAVE_SYS_TIMES_H 1
  22609. | #define HAVE_SYS_UIO_H 1
  22610. | #define HAVE_TIME_H 1
  22611. | #define HAVE_UCONTEXT_H 1
  22612. | #define HAVE_UTIME_H 1
  22613. | #define HAVE_GMP_H 1
  22614. | #define HAVE_LIBGMP 1
  22615. | #define HAVE_TYPEOF 1
  22616. | #define HAVE_LONG_LONG 1
  22617. | #define HAVE_OFF_T 1
  22618. | #define SIZEOF_INT 4
  22619. | #define SIZEOF_SHORT 2
  22620. | #define SIZEOF_LONG 8
  22621. | #define SIZEOF_LONG_LONG 8
  22622. | #define SIZEOF___INT64 0
  22623. | #define SIZEOF___INT128 16
  22624. | #define SIZEOF_OFF_T 8
  22625. | #define SIZEOF_VOIDP 8
  22626. | #define SIZEOF_FLOAT 4
  22627. | #define SIZEOF_DOUBLE 8
  22628. | #define SIZEOF_TIME_T 8
  22629. | #define SIZEOF_CLOCK_T 8
  22630. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22631. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22632. | #define PRI_LL_PREFIX "ll"
  22633. | #define rb_pid_t pid_t
  22634. | #define SIGNEDNESS_OF_PID_T -1
  22635. | #define PIDT2NUM(v) INT2NUM(v)
  22636. | #define NUM2PIDT(v) NUM2INT(v)
  22637. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22638. | #define rb_uid_t uid_t
  22639. | #define SIGNEDNESS_OF_UID_T +1
  22640. | #define UIDT2NUM(v) UINT2NUM(v)
  22641. | #define NUM2UIDT(v) NUM2UINT(v)
  22642. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22643. | #define rb_gid_t gid_t
  22644. | #define SIGNEDNESS_OF_GID_T +1
  22645. | #define GIDT2NUM(v) UINT2NUM(v)
  22646. | #define NUM2GIDT(v) NUM2UINT(v)
  22647. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22648. | #define rb_time_t time_t
  22649. | #define SIGNEDNESS_OF_TIME_T -1
  22650. | #define TIMET2NUM(v) LONG2NUM(v)
  22651. | #define NUM2TIMET(v) NUM2LONG(v)
  22652. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22653. | #define rb_dev_t dev_t
  22654. | #define SIGNEDNESS_OF_DEV_T -1
  22655. | #define DEVT2NUM(v) INT2NUM(v)
  22656. | #define NUM2DEVT(v) NUM2INT(v)
  22657. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22658. | #define rb_mode_t mode_t
  22659. | #define SIGNEDNESS_OF_MODE_T +1
  22660. | #define MODET2NUM(v) UINT2NUM(v)
  22661. | #define NUM2MODET(v) NUM2UINT(v)
  22662. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22663. | #define rb_rlim_t rlim_t
  22664. | #define SIGNEDNESS_OF_RLIM_T +1
  22665. | #define RLIM2NUM(v) ULL2NUM(v)
  22666. | #define NUM2RLIM(v) NUM2ULL(v)
  22667. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22668. | #define rb_off_t off_t
  22669. | #define SIGNEDNESS_OF_OFF_T -1
  22670. | #define OFFT2NUM(v) LL2NUM(v)
  22671. | #define NUM2OFFT(v) NUM2LL(v)
  22672. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22673. | #define rb_clockid_t int
  22674. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22675. | #define CLOCKID2NUM(v) INT2NUM(v)
  22676. | #define NUM2CLOCKID(v) NUM2INT(v)
  22677. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22678. | #define HAVE_PROTOTYPES 1
  22679. | #define TOKEN_PASTE(x,y) x##y
  22680. | #define STRINGIZE(expr) STRINGIZE0(expr)
  22681. | #define HAVE_STDARG_PROTOTYPES 1
  22682. | #define HAVE_VA_ARGS_MACRO 1
  22683. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  22684. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  22685. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  22686. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  22687. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  22688. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  22689. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  22690. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  22691. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  22692. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  22693. | #define WEAK(x) __attribute__ ((__weak__)) x
  22694. | #define HAVE_FUNC_WEAK 1
  22695. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  22696. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  22697. | #define HAVE_GCC_SYNC_BUILTINS 1
  22698. | #define UNREACHABLE __builtin_unreachable()
  22699. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  22700. | #define RUBY_FUNCTION_NAME_STRING __func__
  22701. | #define ENUM_OVER_INT 1
  22702. | #define HAVE_DECL_SYS_NERR 1
  22703. | #define HAVE_DECL_GETENV 1
  22704. | #define SIZEOF_SIZE_T 8
  22705. | #define SIZEOF_PTRDIFF_T 8
  22706. | #define PRI_SIZE_PREFIX "z"
  22707. | #define PRI_PTRDIFF_PREFIX "t"
  22708. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  22709. | #define HAVE_ST_BLKSIZE 1
  22710. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  22711. | #define HAVE_ST_BLOCKS 1
  22712. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  22713. | #define HAVE_ST_RDEV 1
  22714. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  22715. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  22716. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  22717. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  22718. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  22719. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  22720. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  22721. | #define HAVE_STRUCT_TIMEVAL 1
  22722. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  22723. | #define HAVE_STRUCT_TIMESPEC 1
  22724. | #define HAVE_STRUCT_TIMEZONE 1
  22725. | #define HAVE_INT8_T 1
  22726. | #define SIZEOF_INT8_T 1
  22727. | #define HAVE_UINT8_T 1
  22728. | #define SIZEOF_UINT8_T 1
  22729. | #define HAVE_INT16_T 1
  22730. | #define SIZEOF_INT16_T 2
  22731. | #define HAVE_UINT16_T 1
  22732. | #define SIZEOF_UINT16_T 2
  22733. | #define HAVE_INT32_T 1
  22734. | #define SIZEOF_INT32_T 4
  22735. | #define HAVE_UINT32_T 1
  22736. | #define SIZEOF_UINT32_T 4
  22737. | #define HAVE_INT64_T 1
  22738. | #define SIZEOF_INT64_T 8
  22739. | #define HAVE_UINT64_T 1
  22740. | #define SIZEOF_UINT64_T 8
  22741. | #define HAVE_INT128_T 1
  22742. | #define int128_t __int128
  22743. | #define SIZEOF_INT128_T SIZEOF___INT128
  22744. | #define HAVE_UINT128_T 1
  22745. | #define uint128_t unsigned __int128
  22746. | #define SIZEOF_UINT128_T SIZEOF___INT128
  22747. | #define HAVE_INTPTR_T 1
  22748. | #define SIZEOF_INTPTR_T 8
  22749. | #define HAVE_UINTPTR_T 1
  22750. | #define SIZEOF_UINTPTR_T 8
  22751. | #define HAVE_SSIZE_T 1
  22752. | #define SIZEOF_SSIZE_T 8
  22753. | #define GETGROUPS_T gid_t
  22754. | #define RETSIGTYPE void
  22755. | #define HAVE_ALLOCA_H 1
  22756. | #define HAVE_ALLOCA 1
  22757. | #define HAVE_ACOSH 1
  22758. | #define HAVE_CBRT 1
  22759. | #define HAVE_CRYPT 1
  22760. | #define HAVE_DUP2 1
  22761. | #define HAVE_ERF 1
  22762. | #define HAVE_FFS 1
  22763. | #define HAVE_FINITE 1
  22764. | #define HAVE_FLOCK 1
  22765. | #define HAVE_HYPOT 1
  22766. | #define HAVE_ISINF 1
  22767. | #define HAVE_ISNAN 1
  22768. | #define HAVE_LGAMMA_R 1
  22769. | #define HAVE_MEMMOVE 1
  22770. | #define HAVE_NEXTAFTER 1
  22771. | #define HAVE_STRCHR 1
  22772. | #define HAVE_STRERROR 1
  22773. | #define HAVE_STRLCAT 1
  22774. | #define HAVE_STRLCPY 1
  22775. | #define HAVE_STRSTR 1
  22776. | #define HAVE_TGAMMA 1
  22777. | #define SPT_TYPE SPT_REUSEARGV
  22778. | #define HAVE_SIGNBIT 1
  22779. | #define HAVE_FORK 1
  22780. | #define vfork fork
  22781. | #define HAVE_WORKING_FORK 1
  22782. | #define HAVE__LONGJMP 1
  22783. | #define HAVE_ARC4RANDOM_BUF 1
  22784. | #define HAVE_ATAN2L 1
  22785. | #define HAVE_ATAN2F 1
  22786. | #define HAVE_CHROOT 1
  22787. | #define HAVE_CLOCK_GETTIME 1
  22788. | #define HAVE_COSH 1
  22789. | #define HAVE_DIRFD 1
  22790. | #define HAVE_DLOPEN 1
  22791. | #define HAVE_DLADDR 1
  22792. | #define HAVE_DUP 1
  22793. | #define HAVE_ENDGRENT 1
  22794. | #define HAVE_FCHMOD 1
  22795. | #define HAVE_FCHOWN 1
  22796. | #define HAVE_FCNTL 1
  22797. | #define HAVE_FDOPENDIR 1
  22798. | #define HAVE_FGETATTRLIST 1
  22799. | #define HAVE_FMOD 1
  22800. | #define HAVE_FSTATAT 1
  22801. | #define HAVE_FSYNC 1
  22802. | #define HAVE_FTRUNCATE 1
  22803. | #define HAVE_GETATTRLIST 1
  22804. | #define HAVE_GETCWD 1
  22805. | #define HAVE_GETGRNAM 1
  22806. | #define HAVE_GETGRNAM_R 1
  22807. | #define HAVE_GETGROUPS 1
  22808. | #define HAVE_GETPGID 1
  22809. | #define HAVE_GETPGRP 1
  22810. | #define HAVE_GETPRIORITY 1
  22811. | #define HAVE_GETPWNAM_R 1
  22812. | #define HAVE_GETRLIMIT 1
  22813. | #define HAVE_GETSID 1
  22814. | #define HAVE_GETTIMEOFDAY 1
  22815. | /* end confdefs.h. */
  22816. | /* Define getuidx to an innocuous variant, in case <limits.h> declares getuidx.
  22817. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  22818. | #define getuidx innocuous_getuidx
  22819. |
  22820. | /* System header to define __stub macros and hopefully few prototypes,
  22821. | which can conflict with char getuidx (); below.
  22822. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  22823. | <limits.h> exists even on freestanding compilers. */
  22824. |
  22825. | #ifdef __STDC__
  22826. | # include <limits.h>
  22827. | #else
  22828. | # include <assert.h>
  22829. | #endif
  22830. |
  22831. | #undef getuidx
  22832. |
  22833. | /* Override any GCC internal prototype to avoid an error.
  22834. | Use char because int might match the return type of a GCC
  22835. | builtin and then its argument prototype would still apply. */
  22836. | #ifdef __cplusplus
  22837. | extern "C"
  22838. | #endif
  22839. | char getuidx ();
  22840. | /* The GNU C library defines this for functions which it implements
  22841. | to always fail with ENOSYS. Some functions are actually named
  22842. | something starting with __ and the normal name is an alias. */
  22843. | #if defined __stub_getuidx || defined __stub___getuidx
  22844. | choke me
  22845. | #endif
  22846. |
  22847. | int
  22848. | main ()
  22849. | {
  22850. | return getuidx ();
  22851. | ;
  22852. | return 0;
  22853. | }
  22854. configure:21689: result: no
  22855. configure:21700: checking for gmtime_r
  22856. configure:21700: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22857. configure:21700: $? = 0
  22858. configure:21700: result: yes
  22859. configure:21711: checking for initgroups
  22860. configure:21711: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22861. configure:21711: $? = 0
  22862. configure:21711: result: yes
  22863. configure:21722: checking for ioctl
  22864. configure:21722: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22865. configure:21722: $? = 0
  22866. configure:21722: result: yes
  22867. configure:21733: checking for isfinite
  22868. configure:21733: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  22869. Undefined symbols for architecture x86_64:
  22870. "_isfinite", referenced from:
  22871. _main in conftest-ea165d.o
  22872. ld: symbol(s) not found for architecture x86_64
  22873. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22874. configure:21733: $? = 1
  22875. configure: failed program was:
  22876. | /* confdefs.h */
  22877. | #define PACKAGE_NAME ""
  22878. | #define PACKAGE_TARNAME ""
  22879. | #define PACKAGE_VERSION ""
  22880. | #define PACKAGE_STRING ""
  22881. | #define PACKAGE_BUGREPORT ""
  22882. | #define PACKAGE_URL ""
  22883. | #define CANONICALIZATION_FOR_MATHN 1
  22884. | #define STDC_HEADERS 1
  22885. | #define HAVE_SYS_TYPES_H 1
  22886. | #define HAVE_SYS_STAT_H 1
  22887. | #define HAVE_STDLIB_H 1
  22888. | #define HAVE_STRING_H 1
  22889. | #define HAVE_MEMORY_H 1
  22890. | #define HAVE_STRINGS_H 1
  22891. | #define HAVE_INTTYPES_H 1
  22892. | #define HAVE_STDINT_H 1
  22893. | #define HAVE_UNISTD_H 1
  22894. | #define __EXTENSIONS__ 1
  22895. | #define _ALL_SOURCE 1
  22896. | #define _GNU_SOURCE 1
  22897. | #define _POSIX_PTHREAD_SEMANTICS 1
  22898. | #define _TANDEM_SOURCE 1
  22899. | #define HAVE_INFINITY 1
  22900. | #define HAVE_NAN 1
  22901. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  22902. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  22903. | #define BROKEN_CRYPT 1
  22904. | #define HAVE_CRT_EXTERNS_H 1
  22905. | #define HAVE_LIBDL 1
  22906. | #define HAVE_DIRENT_H 1
  22907. | #define HAVE__BOOL 1
  22908. | #define HAVE_STDBOOL_H 1
  22909. | #define HAVE_SYS_WAIT_H 1
  22910. | #define HAVE_GRP_H 1
  22911. | #define HAVE_FCNTL_H 1
  22912. | #define HAVE_FLOAT_H 1
  22913. | #define HAVE_LANGINFO_H 1
  22914. | #define HAVE_LIMITS_H 1
  22915. | #define HAVE_LOCALE_H 1
  22916. | #define HAVE_MALLOC_MALLOC_H 1
  22917. | #define HAVE_PWD_H 1
  22918. | #define HAVE_SYS_ATTR_H 1
  22919. | #define HAVE_SYS_FCNTL_H 1
  22920. | #define HAVE_SYS_FILE_H 1
  22921. | #define HAVE_SYS_IOCTL_H 1
  22922. | #define HAVE_SYS_PARAM_H 1
  22923. | #define HAVE_SYS_RESOURCE_H 1
  22924. | #define HAVE_SYS_SELECT_H 1
  22925. | #define HAVE_SYS_SOCKET_H 1
  22926. | #define HAVE_SYS_TIME_H 1
  22927. | #define HAVE_SYS_TIMES_H 1
  22928. | #define HAVE_SYS_UIO_H 1
  22929. | #define HAVE_TIME_H 1
  22930. | #define HAVE_UCONTEXT_H 1
  22931. | #define HAVE_UTIME_H 1
  22932. | #define HAVE_GMP_H 1
  22933. | #define HAVE_LIBGMP 1
  22934. | #define HAVE_TYPEOF 1
  22935. | #define HAVE_LONG_LONG 1
  22936. | #define HAVE_OFF_T 1
  22937. | #define SIZEOF_INT 4
  22938. | #define SIZEOF_SHORT 2
  22939. | #define SIZEOF_LONG 8
  22940. | #define SIZEOF_LONG_LONG 8
  22941. | #define SIZEOF___INT64 0
  22942. | #define SIZEOF___INT128 16
  22943. | #define SIZEOF_OFF_T 8
  22944. | #define SIZEOF_VOIDP 8
  22945. | #define SIZEOF_FLOAT 4
  22946. | #define SIZEOF_DOUBLE 8
  22947. | #define SIZEOF_TIME_T 8
  22948. | #define SIZEOF_CLOCK_T 8
  22949. | #define PACKED_STRUCT(x) x __attribute__((packed))
  22950. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  22951. | #define PRI_LL_PREFIX "ll"
  22952. | #define rb_pid_t pid_t
  22953. | #define SIGNEDNESS_OF_PID_T -1
  22954. | #define PIDT2NUM(v) INT2NUM(v)
  22955. | #define NUM2PIDT(v) NUM2INT(v)
  22956. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  22957. | #define rb_uid_t uid_t
  22958. | #define SIGNEDNESS_OF_UID_T +1
  22959. | #define UIDT2NUM(v) UINT2NUM(v)
  22960. | #define NUM2UIDT(v) NUM2UINT(v)
  22961. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  22962. | #define rb_gid_t gid_t
  22963. | #define SIGNEDNESS_OF_GID_T +1
  22964. | #define GIDT2NUM(v) UINT2NUM(v)
  22965. | #define NUM2GIDT(v) NUM2UINT(v)
  22966. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  22967. | #define rb_time_t time_t
  22968. | #define SIGNEDNESS_OF_TIME_T -1
  22969. | #define TIMET2NUM(v) LONG2NUM(v)
  22970. | #define NUM2TIMET(v) NUM2LONG(v)
  22971. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  22972. | #define rb_dev_t dev_t
  22973. | #define SIGNEDNESS_OF_DEV_T -1
  22974. | #define DEVT2NUM(v) INT2NUM(v)
  22975. | #define NUM2DEVT(v) NUM2INT(v)
  22976. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  22977. | #define rb_mode_t mode_t
  22978. | #define SIGNEDNESS_OF_MODE_T +1
  22979. | #define MODET2NUM(v) UINT2NUM(v)
  22980. | #define NUM2MODET(v) NUM2UINT(v)
  22981. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  22982. | #define rb_rlim_t rlim_t
  22983. | #define SIGNEDNESS_OF_RLIM_T +1
  22984. | #define RLIM2NUM(v) ULL2NUM(v)
  22985. | #define NUM2RLIM(v) NUM2ULL(v)
  22986. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  22987. | #define rb_off_t off_t
  22988. | #define SIGNEDNESS_OF_OFF_T -1
  22989. | #define OFFT2NUM(v) LL2NUM(v)
  22990. | #define NUM2OFFT(v) NUM2LL(v)
  22991. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  22992. | #define rb_clockid_t int
  22993. | #define SIGNEDNESS_OF_CLOCKID_T -1
  22994. | #define CLOCKID2NUM(v) INT2NUM(v)
  22995. | #define NUM2CLOCKID(v) NUM2INT(v)
  22996. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  22997. | #define HAVE_PROTOTYPES 1
  22998. | #define TOKEN_PASTE(x,y) x##y
  22999. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23000. | #define HAVE_STDARG_PROTOTYPES 1
  23001. | #define HAVE_VA_ARGS_MACRO 1
  23002. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23003. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23004. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23005. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23006. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23007. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23008. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23009. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23010. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23011. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23012. | #define WEAK(x) __attribute__ ((__weak__)) x
  23013. | #define HAVE_FUNC_WEAK 1
  23014. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23015. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23016. | #define HAVE_GCC_SYNC_BUILTINS 1
  23017. | #define UNREACHABLE __builtin_unreachable()
  23018. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23019. | #define RUBY_FUNCTION_NAME_STRING __func__
  23020. | #define ENUM_OVER_INT 1
  23021. | #define HAVE_DECL_SYS_NERR 1
  23022. | #define HAVE_DECL_GETENV 1
  23023. | #define SIZEOF_SIZE_T 8
  23024. | #define SIZEOF_PTRDIFF_T 8
  23025. | #define PRI_SIZE_PREFIX "z"
  23026. | #define PRI_PTRDIFF_PREFIX "t"
  23027. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23028. | #define HAVE_ST_BLKSIZE 1
  23029. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23030. | #define HAVE_ST_BLOCKS 1
  23031. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23032. | #define HAVE_ST_RDEV 1
  23033. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23034. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23035. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23036. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23037. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23038. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23039. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23040. | #define HAVE_STRUCT_TIMEVAL 1
  23041. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23042. | #define HAVE_STRUCT_TIMESPEC 1
  23043. | #define HAVE_STRUCT_TIMEZONE 1
  23044. | #define HAVE_INT8_T 1
  23045. | #define SIZEOF_INT8_T 1
  23046. | #define HAVE_UINT8_T 1
  23047. | #define SIZEOF_UINT8_T 1
  23048. | #define HAVE_INT16_T 1
  23049. | #define SIZEOF_INT16_T 2
  23050. | #define HAVE_UINT16_T 1
  23051. | #define SIZEOF_UINT16_T 2
  23052. | #define HAVE_INT32_T 1
  23053. | #define SIZEOF_INT32_T 4
  23054. | #define HAVE_UINT32_T 1
  23055. | #define SIZEOF_UINT32_T 4
  23056. | #define HAVE_INT64_T 1
  23057. | #define SIZEOF_INT64_T 8
  23058. | #define HAVE_UINT64_T 1
  23059. | #define SIZEOF_UINT64_T 8
  23060. | #define HAVE_INT128_T 1
  23061. | #define int128_t __int128
  23062. | #define SIZEOF_INT128_T SIZEOF___INT128
  23063. | #define HAVE_UINT128_T 1
  23064. | #define uint128_t unsigned __int128
  23065. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23066. | #define HAVE_INTPTR_T 1
  23067. | #define SIZEOF_INTPTR_T 8
  23068. | #define HAVE_UINTPTR_T 1
  23069. | #define SIZEOF_UINTPTR_T 8
  23070. | #define HAVE_SSIZE_T 1
  23071. | #define SIZEOF_SSIZE_T 8
  23072. | #define GETGROUPS_T gid_t
  23073. | #define RETSIGTYPE void
  23074. | #define HAVE_ALLOCA_H 1
  23075. | #define HAVE_ALLOCA 1
  23076. | #define HAVE_ACOSH 1
  23077. | #define HAVE_CBRT 1
  23078. | #define HAVE_CRYPT 1
  23079. | #define HAVE_DUP2 1
  23080. | #define HAVE_ERF 1
  23081. | #define HAVE_FFS 1
  23082. | #define HAVE_FINITE 1
  23083. | #define HAVE_FLOCK 1
  23084. | #define HAVE_HYPOT 1
  23085. | #define HAVE_ISINF 1
  23086. | #define HAVE_ISNAN 1
  23087. | #define HAVE_LGAMMA_R 1
  23088. | #define HAVE_MEMMOVE 1
  23089. | #define HAVE_NEXTAFTER 1
  23090. | #define HAVE_STRCHR 1
  23091. | #define HAVE_STRERROR 1
  23092. | #define HAVE_STRLCAT 1
  23093. | #define HAVE_STRLCPY 1
  23094. | #define HAVE_STRSTR 1
  23095. | #define HAVE_TGAMMA 1
  23096. | #define SPT_TYPE SPT_REUSEARGV
  23097. | #define HAVE_SIGNBIT 1
  23098. | #define HAVE_FORK 1
  23099. | #define vfork fork
  23100. | #define HAVE_WORKING_FORK 1
  23101. | #define HAVE__LONGJMP 1
  23102. | #define HAVE_ARC4RANDOM_BUF 1
  23103. | #define HAVE_ATAN2L 1
  23104. | #define HAVE_ATAN2F 1
  23105. | #define HAVE_CHROOT 1
  23106. | #define HAVE_CLOCK_GETTIME 1
  23107. | #define HAVE_COSH 1
  23108. | #define HAVE_DIRFD 1
  23109. | #define HAVE_DLOPEN 1
  23110. | #define HAVE_DLADDR 1
  23111. | #define HAVE_DUP 1
  23112. | #define HAVE_ENDGRENT 1
  23113. | #define HAVE_FCHMOD 1
  23114. | #define HAVE_FCHOWN 1
  23115. | #define HAVE_FCNTL 1
  23116. | #define HAVE_FDOPENDIR 1
  23117. | #define HAVE_FGETATTRLIST 1
  23118. | #define HAVE_FMOD 1
  23119. | #define HAVE_FSTATAT 1
  23120. | #define HAVE_FSYNC 1
  23121. | #define HAVE_FTRUNCATE 1
  23122. | #define HAVE_GETATTRLIST 1
  23123. | #define HAVE_GETCWD 1
  23124. | #define HAVE_GETGRNAM 1
  23125. | #define HAVE_GETGRNAM_R 1
  23126. | #define HAVE_GETGROUPS 1
  23127. | #define HAVE_GETPGID 1
  23128. | #define HAVE_GETPGRP 1
  23129. | #define HAVE_GETPRIORITY 1
  23130. | #define HAVE_GETPWNAM_R 1
  23131. | #define HAVE_GETRLIMIT 1
  23132. | #define HAVE_GETSID 1
  23133. | #define HAVE_GETTIMEOFDAY 1
  23134. | #define HAVE_GMTIME_R 1
  23135. | #define HAVE_INITGROUPS 1
  23136. | #define HAVE_IOCTL 1
  23137. | /* end confdefs.h. */
  23138. | /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
  23139. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23140. | #define isfinite innocuous_isfinite
  23141. |
  23142. | /* System header to define __stub macros and hopefully few prototypes,
  23143. | which can conflict with char isfinite (); below.
  23144. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23145. | <limits.h> exists even on freestanding compilers. */
  23146. |
  23147. | #ifdef __STDC__
  23148. | # include <limits.h>
  23149. | #else
  23150. | # include <assert.h>
  23151. | #endif
  23152. |
  23153. | #undef isfinite
  23154. |
  23155. | /* Override any GCC internal prototype to avoid an error.
  23156. | Use char because int might match the return type of a GCC
  23157. | builtin and then its argument prototype would still apply. */
  23158. | #ifdef __cplusplus
  23159. | extern "C"
  23160. | #endif
  23161. | char isfinite ();
  23162. | /* The GNU C library defines this for functions which it implements
  23163. | to always fail with ENOSYS. Some functions are actually named
  23164. | something starting with __ and the normal name is an alias. */
  23165. | #if defined __stub_isfinite || defined __stub___isfinite
  23166. | choke me
  23167. | #endif
  23168. |
  23169. | int
  23170. | main ()
  23171. | {
  23172. | return isfinite ();
  23173. | ;
  23174. | return 0;
  23175. | }
  23176. configure:21733: result: no
  23177. configure:21744: checking for issetugid
  23178. configure:21744: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23179. configure:21744: $? = 0
  23180. configure:21744: result: yes
  23181. configure:21755: checking for killpg
  23182. configure:21755: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23183. configure:21755: $? = 0
  23184. configure:21755: result: yes
  23185. configure:21766: checking for lchmod
  23186. configure:21766: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23187. configure:21766: $? = 0
  23188. configure:21766: result: yes
  23189. configure:21777: checking for lchown
  23190. configure:21777: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23191. configure:21777: $? = 0
  23192. configure:21777: result: yes
  23193. configure:21788: checking for link
  23194. configure:21788: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23195. configure:21788: $? = 0
  23196. configure:21788: result: yes
  23197. configure:21799: checking for llabs
  23198. configure:21799: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23199. conftest.c:291:6: warning: incompatible redeclaration of library function 'llabs' [-Wincompatible-library-redeclaration]
  23200. char llabs ();
  23201. ^
  23202. conftest.c:291:6: note: 'llabs' is a builtin with type 'long long (long long)'
  23203. 1 warning generated.
  23204. configure:21799: $? = 0
  23205. configure:21799: result: yes
  23206. configure:21810: checking for lockf
  23207. configure:21810: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23208. configure:21810: $? = 0
  23209. configure:21810: result: yes
  23210. configure:21821: checking for log2
  23211. configure:21821: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23212. conftest.c:293:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
  23213. char log2 ();
  23214. ^
  23215. conftest.c:293:6: note: 'log2' is a builtin with type 'double (double)'
  23216. 1 warning generated.
  23217. configure:21821: $? = 0
  23218. configure:21821: result: yes
  23219. configure:21832: checking for lstat
  23220. configure:21832: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23221. configure:21832: $? = 0
  23222. configure:21832: result: yes
  23223. configure:21843: checking for lutimes
  23224. configure:21843: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23225. configure:21843: $? = 0
  23226. configure:21843: result: yes
  23227. configure:21854: checking for malloc_usable_size
  23228. configure:21854: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23229. Undefined symbols for architecture x86_64:
  23230. "_malloc_usable_size", referenced from:
  23231. _main in conftest-cbff9f.o
  23232. ld: symbol(s) not found for architecture x86_64
  23233. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23234. configure:21854: $? = 1
  23235. configure: failed program was:
  23236. | /* confdefs.h */
  23237. | #define PACKAGE_NAME ""
  23238. | #define PACKAGE_TARNAME ""
  23239. | #define PACKAGE_VERSION ""
  23240. | #define PACKAGE_STRING ""
  23241. | #define PACKAGE_BUGREPORT ""
  23242. | #define PACKAGE_URL ""
  23243. | #define CANONICALIZATION_FOR_MATHN 1
  23244. | #define STDC_HEADERS 1
  23245. | #define HAVE_SYS_TYPES_H 1
  23246. | #define HAVE_SYS_STAT_H 1
  23247. | #define HAVE_STDLIB_H 1
  23248. | #define HAVE_STRING_H 1
  23249. | #define HAVE_MEMORY_H 1
  23250. | #define HAVE_STRINGS_H 1
  23251. | #define HAVE_INTTYPES_H 1
  23252. | #define HAVE_STDINT_H 1
  23253. | #define HAVE_UNISTD_H 1
  23254. | #define __EXTENSIONS__ 1
  23255. | #define _ALL_SOURCE 1
  23256. | #define _GNU_SOURCE 1
  23257. | #define _POSIX_PTHREAD_SEMANTICS 1
  23258. | #define _TANDEM_SOURCE 1
  23259. | #define HAVE_INFINITY 1
  23260. | #define HAVE_NAN 1
  23261. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23262. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23263. | #define BROKEN_CRYPT 1
  23264. | #define HAVE_CRT_EXTERNS_H 1
  23265. | #define HAVE_LIBDL 1
  23266. | #define HAVE_DIRENT_H 1
  23267. | #define HAVE__BOOL 1
  23268. | #define HAVE_STDBOOL_H 1
  23269. | #define HAVE_SYS_WAIT_H 1
  23270. | #define HAVE_GRP_H 1
  23271. | #define HAVE_FCNTL_H 1
  23272. | #define HAVE_FLOAT_H 1
  23273. | #define HAVE_LANGINFO_H 1
  23274. | #define HAVE_LIMITS_H 1
  23275. | #define HAVE_LOCALE_H 1
  23276. | #define HAVE_MALLOC_MALLOC_H 1
  23277. | #define HAVE_PWD_H 1
  23278. | #define HAVE_SYS_ATTR_H 1
  23279. | #define HAVE_SYS_FCNTL_H 1
  23280. | #define HAVE_SYS_FILE_H 1
  23281. | #define HAVE_SYS_IOCTL_H 1
  23282. | #define HAVE_SYS_PARAM_H 1
  23283. | #define HAVE_SYS_RESOURCE_H 1
  23284. | #define HAVE_SYS_SELECT_H 1
  23285. | #define HAVE_SYS_SOCKET_H 1
  23286. | #define HAVE_SYS_TIME_H 1
  23287. | #define HAVE_SYS_TIMES_H 1
  23288. | #define HAVE_SYS_UIO_H 1
  23289. | #define HAVE_TIME_H 1
  23290. | #define HAVE_UCONTEXT_H 1
  23291. | #define HAVE_UTIME_H 1
  23292. | #define HAVE_GMP_H 1
  23293. | #define HAVE_LIBGMP 1
  23294. | #define HAVE_TYPEOF 1
  23295. | #define HAVE_LONG_LONG 1
  23296. | #define HAVE_OFF_T 1
  23297. | #define SIZEOF_INT 4
  23298. | #define SIZEOF_SHORT 2
  23299. | #define SIZEOF_LONG 8
  23300. | #define SIZEOF_LONG_LONG 8
  23301. | #define SIZEOF___INT64 0
  23302. | #define SIZEOF___INT128 16
  23303. | #define SIZEOF_OFF_T 8
  23304. | #define SIZEOF_VOIDP 8
  23305. | #define SIZEOF_FLOAT 4
  23306. | #define SIZEOF_DOUBLE 8
  23307. | #define SIZEOF_TIME_T 8
  23308. | #define SIZEOF_CLOCK_T 8
  23309. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23310. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23311. | #define PRI_LL_PREFIX "ll"
  23312. | #define rb_pid_t pid_t
  23313. | #define SIGNEDNESS_OF_PID_T -1
  23314. | #define PIDT2NUM(v) INT2NUM(v)
  23315. | #define NUM2PIDT(v) NUM2INT(v)
  23316. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23317. | #define rb_uid_t uid_t
  23318. | #define SIGNEDNESS_OF_UID_T +1
  23319. | #define UIDT2NUM(v) UINT2NUM(v)
  23320. | #define NUM2UIDT(v) NUM2UINT(v)
  23321. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23322. | #define rb_gid_t gid_t
  23323. | #define SIGNEDNESS_OF_GID_T +1
  23324. | #define GIDT2NUM(v) UINT2NUM(v)
  23325. | #define NUM2GIDT(v) NUM2UINT(v)
  23326. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23327. | #define rb_time_t time_t
  23328. | #define SIGNEDNESS_OF_TIME_T -1
  23329. | #define TIMET2NUM(v) LONG2NUM(v)
  23330. | #define NUM2TIMET(v) NUM2LONG(v)
  23331. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23332. | #define rb_dev_t dev_t
  23333. | #define SIGNEDNESS_OF_DEV_T -1
  23334. | #define DEVT2NUM(v) INT2NUM(v)
  23335. | #define NUM2DEVT(v) NUM2INT(v)
  23336. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23337. | #define rb_mode_t mode_t
  23338. | #define SIGNEDNESS_OF_MODE_T +1
  23339. | #define MODET2NUM(v) UINT2NUM(v)
  23340. | #define NUM2MODET(v) NUM2UINT(v)
  23341. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23342. | #define rb_rlim_t rlim_t
  23343. | #define SIGNEDNESS_OF_RLIM_T +1
  23344. | #define RLIM2NUM(v) ULL2NUM(v)
  23345. | #define NUM2RLIM(v) NUM2ULL(v)
  23346. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23347. | #define rb_off_t off_t
  23348. | #define SIGNEDNESS_OF_OFF_T -1
  23349. | #define OFFT2NUM(v) LL2NUM(v)
  23350. | #define NUM2OFFT(v) NUM2LL(v)
  23351. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23352. | #define rb_clockid_t int
  23353. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23354. | #define CLOCKID2NUM(v) INT2NUM(v)
  23355. | #define NUM2CLOCKID(v) NUM2INT(v)
  23356. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23357. | #define HAVE_PROTOTYPES 1
  23358. | #define TOKEN_PASTE(x,y) x##y
  23359. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23360. | #define HAVE_STDARG_PROTOTYPES 1
  23361. | #define HAVE_VA_ARGS_MACRO 1
  23362. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23363. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23364. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23365. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23366. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23367. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23368. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23369. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23370. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23371. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23372. | #define WEAK(x) __attribute__ ((__weak__)) x
  23373. | #define HAVE_FUNC_WEAK 1
  23374. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23375. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23376. | #define HAVE_GCC_SYNC_BUILTINS 1
  23377. | #define UNREACHABLE __builtin_unreachable()
  23378. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23379. | #define RUBY_FUNCTION_NAME_STRING __func__
  23380. | #define ENUM_OVER_INT 1
  23381. | #define HAVE_DECL_SYS_NERR 1
  23382. | #define HAVE_DECL_GETENV 1
  23383. | #define SIZEOF_SIZE_T 8
  23384. | #define SIZEOF_PTRDIFF_T 8
  23385. | #define PRI_SIZE_PREFIX "z"
  23386. | #define PRI_PTRDIFF_PREFIX "t"
  23387. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23388. | #define HAVE_ST_BLKSIZE 1
  23389. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23390. | #define HAVE_ST_BLOCKS 1
  23391. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23392. | #define HAVE_ST_RDEV 1
  23393. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23394. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23395. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23396. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23397. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23398. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23399. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23400. | #define HAVE_STRUCT_TIMEVAL 1
  23401. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23402. | #define HAVE_STRUCT_TIMESPEC 1
  23403. | #define HAVE_STRUCT_TIMEZONE 1
  23404. | #define HAVE_INT8_T 1
  23405. | #define SIZEOF_INT8_T 1
  23406. | #define HAVE_UINT8_T 1
  23407. | #define SIZEOF_UINT8_T 1
  23408. | #define HAVE_INT16_T 1
  23409. | #define SIZEOF_INT16_T 2
  23410. | #define HAVE_UINT16_T 1
  23411. | #define SIZEOF_UINT16_T 2
  23412. | #define HAVE_INT32_T 1
  23413. | #define SIZEOF_INT32_T 4
  23414. | #define HAVE_UINT32_T 1
  23415. | #define SIZEOF_UINT32_T 4
  23416. | #define HAVE_INT64_T 1
  23417. | #define SIZEOF_INT64_T 8
  23418. | #define HAVE_UINT64_T 1
  23419. | #define SIZEOF_UINT64_T 8
  23420. | #define HAVE_INT128_T 1
  23421. | #define int128_t __int128
  23422. | #define SIZEOF_INT128_T SIZEOF___INT128
  23423. | #define HAVE_UINT128_T 1
  23424. | #define uint128_t unsigned __int128
  23425. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23426. | #define HAVE_INTPTR_T 1
  23427. | #define SIZEOF_INTPTR_T 8
  23428. | #define HAVE_UINTPTR_T 1
  23429. | #define SIZEOF_UINTPTR_T 8
  23430. | #define HAVE_SSIZE_T 1
  23431. | #define SIZEOF_SSIZE_T 8
  23432. | #define GETGROUPS_T gid_t
  23433. | #define RETSIGTYPE void
  23434. | #define HAVE_ALLOCA_H 1
  23435. | #define HAVE_ALLOCA 1
  23436. | #define HAVE_ACOSH 1
  23437. | #define HAVE_CBRT 1
  23438. | #define HAVE_CRYPT 1
  23439. | #define HAVE_DUP2 1
  23440. | #define HAVE_ERF 1
  23441. | #define HAVE_FFS 1
  23442. | #define HAVE_FINITE 1
  23443. | #define HAVE_FLOCK 1
  23444. | #define HAVE_HYPOT 1
  23445. | #define HAVE_ISINF 1
  23446. | #define HAVE_ISNAN 1
  23447. | #define HAVE_LGAMMA_R 1
  23448. | #define HAVE_MEMMOVE 1
  23449. | #define HAVE_NEXTAFTER 1
  23450. | #define HAVE_STRCHR 1
  23451. | #define HAVE_STRERROR 1
  23452. | #define HAVE_STRLCAT 1
  23453. | #define HAVE_STRLCPY 1
  23454. | #define HAVE_STRSTR 1
  23455. | #define HAVE_TGAMMA 1
  23456. | #define SPT_TYPE SPT_REUSEARGV
  23457. | #define HAVE_SIGNBIT 1
  23458. | #define HAVE_FORK 1
  23459. | #define vfork fork
  23460. | #define HAVE_WORKING_FORK 1
  23461. | #define HAVE__LONGJMP 1
  23462. | #define HAVE_ARC4RANDOM_BUF 1
  23463. | #define HAVE_ATAN2L 1
  23464. | #define HAVE_ATAN2F 1
  23465. | #define HAVE_CHROOT 1
  23466. | #define HAVE_CLOCK_GETTIME 1
  23467. | #define HAVE_COSH 1
  23468. | #define HAVE_DIRFD 1
  23469. | #define HAVE_DLOPEN 1
  23470. | #define HAVE_DLADDR 1
  23471. | #define HAVE_DUP 1
  23472. | #define HAVE_ENDGRENT 1
  23473. | #define HAVE_FCHMOD 1
  23474. | #define HAVE_FCHOWN 1
  23475. | #define HAVE_FCNTL 1
  23476. | #define HAVE_FDOPENDIR 1
  23477. | #define HAVE_FGETATTRLIST 1
  23478. | #define HAVE_FMOD 1
  23479. | #define HAVE_FSTATAT 1
  23480. | #define HAVE_FSYNC 1
  23481. | #define HAVE_FTRUNCATE 1
  23482. | #define HAVE_GETATTRLIST 1
  23483. | #define HAVE_GETCWD 1
  23484. | #define HAVE_GETGRNAM 1
  23485. | #define HAVE_GETGRNAM_R 1
  23486. | #define HAVE_GETGROUPS 1
  23487. | #define HAVE_GETPGID 1
  23488. | #define HAVE_GETPGRP 1
  23489. | #define HAVE_GETPRIORITY 1
  23490. | #define HAVE_GETPWNAM_R 1
  23491. | #define HAVE_GETRLIMIT 1
  23492. | #define HAVE_GETSID 1
  23493. | #define HAVE_GETTIMEOFDAY 1
  23494. | #define HAVE_GMTIME_R 1
  23495. | #define HAVE_INITGROUPS 1
  23496. | #define HAVE_IOCTL 1
  23497. | #define HAVE_ISSETUGID 1
  23498. | #define HAVE_KILLPG 1
  23499. | #define HAVE_LCHMOD 1
  23500. | #define HAVE_LCHOWN 1
  23501. | #define HAVE_LINK 1
  23502. | #define HAVE_LLABS 1
  23503. | #define HAVE_LOCKF 1
  23504. | #define HAVE_LOG2 1
  23505. | #define HAVE_LSTAT 1
  23506. | #define HAVE_LUTIMES 1
  23507. | /* end confdefs.h. */
  23508. | /* Define malloc_usable_size to an innocuous variant, in case <limits.h> declares malloc_usable_size.
  23509. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23510. | #define malloc_usable_size innocuous_malloc_usable_size
  23511. |
  23512. | /* System header to define __stub macros and hopefully few prototypes,
  23513. | which can conflict with char malloc_usable_size (); below.
  23514. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23515. | <limits.h> exists even on freestanding compilers. */
  23516. |
  23517. | #ifdef __STDC__
  23518. | # include <limits.h>
  23519. | #else
  23520. | # include <assert.h>
  23521. | #endif
  23522. |
  23523. | #undef malloc_usable_size
  23524. |
  23525. | /* Override any GCC internal prototype to avoid an error.
  23526. | Use char because int might match the return type of a GCC
  23527. | builtin and then its argument prototype would still apply. */
  23528. | #ifdef __cplusplus
  23529. | extern "C"
  23530. | #endif
  23531. | char malloc_usable_size ();
  23532. | /* The GNU C library defines this for functions which it implements
  23533. | to always fail with ENOSYS. Some functions are actually named
  23534. | something starting with __ and the normal name is an alias. */
  23535. | #if defined __stub_malloc_usable_size || defined __stub___malloc_usable_size
  23536. | choke me
  23537. | #endif
  23538. |
  23539. | int
  23540. | main ()
  23541. | {
  23542. | return malloc_usable_size ();
  23543. | ;
  23544. | return 0;
  23545. | }
  23546. configure:21854: result: no
  23547. configure:21865: checking for malloc_size
  23548. configure:21865: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23549. configure:21865: $? = 0
  23550. configure:21865: result: yes
  23551. configure:21876: checking for mblen
  23552. configure:21876: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23553. configure:21876: $? = 0
  23554. configure:21876: result: yes
  23555. configure:21887: checking for memalign
  23556. configure:21887: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23557. Undefined symbols for architecture x86_64:
  23558. "_memalign", referenced from:
  23559. _main in conftest-e58bbf.o
  23560. ld: symbol(s) not found for architecture x86_64
  23561. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23562. configure:21887: $? = 1
  23563. configure: failed program was:
  23564. | /* confdefs.h */
  23565. | #define PACKAGE_NAME ""
  23566. | #define PACKAGE_TARNAME ""
  23567. | #define PACKAGE_VERSION ""
  23568. | #define PACKAGE_STRING ""
  23569. | #define PACKAGE_BUGREPORT ""
  23570. | #define PACKAGE_URL ""
  23571. | #define CANONICALIZATION_FOR_MATHN 1
  23572. | #define STDC_HEADERS 1
  23573. | #define HAVE_SYS_TYPES_H 1
  23574. | #define HAVE_SYS_STAT_H 1
  23575. | #define HAVE_STDLIB_H 1
  23576. | #define HAVE_STRING_H 1
  23577. | #define HAVE_MEMORY_H 1
  23578. | #define HAVE_STRINGS_H 1
  23579. | #define HAVE_INTTYPES_H 1
  23580. | #define HAVE_STDINT_H 1
  23581. | #define HAVE_UNISTD_H 1
  23582. | #define __EXTENSIONS__ 1
  23583. | #define _ALL_SOURCE 1
  23584. | #define _GNU_SOURCE 1
  23585. | #define _POSIX_PTHREAD_SEMANTICS 1
  23586. | #define _TANDEM_SOURCE 1
  23587. | #define HAVE_INFINITY 1
  23588. | #define HAVE_NAN 1
  23589. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23590. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23591. | #define BROKEN_CRYPT 1
  23592. | #define HAVE_CRT_EXTERNS_H 1
  23593. | #define HAVE_LIBDL 1
  23594. | #define HAVE_DIRENT_H 1
  23595. | #define HAVE__BOOL 1
  23596. | #define HAVE_STDBOOL_H 1
  23597. | #define HAVE_SYS_WAIT_H 1
  23598. | #define HAVE_GRP_H 1
  23599. | #define HAVE_FCNTL_H 1
  23600. | #define HAVE_FLOAT_H 1
  23601. | #define HAVE_LANGINFO_H 1
  23602. | #define HAVE_LIMITS_H 1
  23603. | #define HAVE_LOCALE_H 1
  23604. | #define HAVE_MALLOC_MALLOC_H 1
  23605. | #define HAVE_PWD_H 1
  23606. | #define HAVE_SYS_ATTR_H 1
  23607. | #define HAVE_SYS_FCNTL_H 1
  23608. | #define HAVE_SYS_FILE_H 1
  23609. | #define HAVE_SYS_IOCTL_H 1
  23610. | #define HAVE_SYS_PARAM_H 1
  23611. | #define HAVE_SYS_RESOURCE_H 1
  23612. | #define HAVE_SYS_SELECT_H 1
  23613. | #define HAVE_SYS_SOCKET_H 1
  23614. | #define HAVE_SYS_TIME_H 1
  23615. | #define HAVE_SYS_TIMES_H 1
  23616. | #define HAVE_SYS_UIO_H 1
  23617. | #define HAVE_TIME_H 1
  23618. | #define HAVE_UCONTEXT_H 1
  23619. | #define HAVE_UTIME_H 1
  23620. | #define HAVE_GMP_H 1
  23621. | #define HAVE_LIBGMP 1
  23622. | #define HAVE_TYPEOF 1
  23623. | #define HAVE_LONG_LONG 1
  23624. | #define HAVE_OFF_T 1
  23625. | #define SIZEOF_INT 4
  23626. | #define SIZEOF_SHORT 2
  23627. | #define SIZEOF_LONG 8
  23628. | #define SIZEOF_LONG_LONG 8
  23629. | #define SIZEOF___INT64 0
  23630. | #define SIZEOF___INT128 16
  23631. | #define SIZEOF_OFF_T 8
  23632. | #define SIZEOF_VOIDP 8
  23633. | #define SIZEOF_FLOAT 4
  23634. | #define SIZEOF_DOUBLE 8
  23635. | #define SIZEOF_TIME_T 8
  23636. | #define SIZEOF_CLOCK_T 8
  23637. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23638. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23639. | #define PRI_LL_PREFIX "ll"
  23640. | #define rb_pid_t pid_t
  23641. | #define SIGNEDNESS_OF_PID_T -1
  23642. | #define PIDT2NUM(v) INT2NUM(v)
  23643. | #define NUM2PIDT(v) NUM2INT(v)
  23644. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23645. | #define rb_uid_t uid_t
  23646. | #define SIGNEDNESS_OF_UID_T +1
  23647. | #define UIDT2NUM(v) UINT2NUM(v)
  23648. | #define NUM2UIDT(v) NUM2UINT(v)
  23649. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23650. | #define rb_gid_t gid_t
  23651. | #define SIGNEDNESS_OF_GID_T +1
  23652. | #define GIDT2NUM(v) UINT2NUM(v)
  23653. | #define NUM2GIDT(v) NUM2UINT(v)
  23654. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23655. | #define rb_time_t time_t
  23656. | #define SIGNEDNESS_OF_TIME_T -1
  23657. | #define TIMET2NUM(v) LONG2NUM(v)
  23658. | #define NUM2TIMET(v) NUM2LONG(v)
  23659. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23660. | #define rb_dev_t dev_t
  23661. | #define SIGNEDNESS_OF_DEV_T -1
  23662. | #define DEVT2NUM(v) INT2NUM(v)
  23663. | #define NUM2DEVT(v) NUM2INT(v)
  23664. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23665. | #define rb_mode_t mode_t
  23666. | #define SIGNEDNESS_OF_MODE_T +1
  23667. | #define MODET2NUM(v) UINT2NUM(v)
  23668. | #define NUM2MODET(v) NUM2UINT(v)
  23669. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  23670. | #define rb_rlim_t rlim_t
  23671. | #define SIGNEDNESS_OF_RLIM_T +1
  23672. | #define RLIM2NUM(v) ULL2NUM(v)
  23673. | #define NUM2RLIM(v) NUM2ULL(v)
  23674. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  23675. | #define rb_off_t off_t
  23676. | #define SIGNEDNESS_OF_OFF_T -1
  23677. | #define OFFT2NUM(v) LL2NUM(v)
  23678. | #define NUM2OFFT(v) NUM2LL(v)
  23679. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  23680. | #define rb_clockid_t int
  23681. | #define SIGNEDNESS_OF_CLOCKID_T -1
  23682. | #define CLOCKID2NUM(v) INT2NUM(v)
  23683. | #define NUM2CLOCKID(v) NUM2INT(v)
  23684. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  23685. | #define HAVE_PROTOTYPES 1
  23686. | #define TOKEN_PASTE(x,y) x##y
  23687. | #define STRINGIZE(expr) STRINGIZE0(expr)
  23688. | #define HAVE_STDARG_PROTOTYPES 1
  23689. | #define HAVE_VA_ARGS_MACRO 1
  23690. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  23691. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  23692. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  23693. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  23694. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  23695. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  23696. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  23697. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  23698. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  23699. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  23700. | #define WEAK(x) __attribute__ ((__weak__)) x
  23701. | #define HAVE_FUNC_WEAK 1
  23702. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  23703. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  23704. | #define HAVE_GCC_SYNC_BUILTINS 1
  23705. | #define UNREACHABLE __builtin_unreachable()
  23706. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  23707. | #define RUBY_FUNCTION_NAME_STRING __func__
  23708. | #define ENUM_OVER_INT 1
  23709. | #define HAVE_DECL_SYS_NERR 1
  23710. | #define HAVE_DECL_GETENV 1
  23711. | #define SIZEOF_SIZE_T 8
  23712. | #define SIZEOF_PTRDIFF_T 8
  23713. | #define PRI_SIZE_PREFIX "z"
  23714. | #define PRI_PTRDIFF_PREFIX "t"
  23715. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  23716. | #define HAVE_ST_BLKSIZE 1
  23717. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  23718. | #define HAVE_ST_BLOCKS 1
  23719. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  23720. | #define HAVE_ST_RDEV 1
  23721. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  23722. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  23723. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  23724. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  23725. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  23726. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  23727. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  23728. | #define HAVE_STRUCT_TIMEVAL 1
  23729. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  23730. | #define HAVE_STRUCT_TIMESPEC 1
  23731. | #define HAVE_STRUCT_TIMEZONE 1
  23732. | #define HAVE_INT8_T 1
  23733. | #define SIZEOF_INT8_T 1
  23734. | #define HAVE_UINT8_T 1
  23735. | #define SIZEOF_UINT8_T 1
  23736. | #define HAVE_INT16_T 1
  23737. | #define SIZEOF_INT16_T 2
  23738. | #define HAVE_UINT16_T 1
  23739. | #define SIZEOF_UINT16_T 2
  23740. | #define HAVE_INT32_T 1
  23741. | #define SIZEOF_INT32_T 4
  23742. | #define HAVE_UINT32_T 1
  23743. | #define SIZEOF_UINT32_T 4
  23744. | #define HAVE_INT64_T 1
  23745. | #define SIZEOF_INT64_T 8
  23746. | #define HAVE_UINT64_T 1
  23747. | #define SIZEOF_UINT64_T 8
  23748. | #define HAVE_INT128_T 1
  23749. | #define int128_t __int128
  23750. | #define SIZEOF_INT128_T SIZEOF___INT128
  23751. | #define HAVE_UINT128_T 1
  23752. | #define uint128_t unsigned __int128
  23753. | #define SIZEOF_UINT128_T SIZEOF___INT128
  23754. | #define HAVE_INTPTR_T 1
  23755. | #define SIZEOF_INTPTR_T 8
  23756. | #define HAVE_UINTPTR_T 1
  23757. | #define SIZEOF_UINTPTR_T 8
  23758. | #define HAVE_SSIZE_T 1
  23759. | #define SIZEOF_SSIZE_T 8
  23760. | #define GETGROUPS_T gid_t
  23761. | #define RETSIGTYPE void
  23762. | #define HAVE_ALLOCA_H 1
  23763. | #define HAVE_ALLOCA 1
  23764. | #define HAVE_ACOSH 1
  23765. | #define HAVE_CBRT 1
  23766. | #define HAVE_CRYPT 1
  23767. | #define HAVE_DUP2 1
  23768. | #define HAVE_ERF 1
  23769. | #define HAVE_FFS 1
  23770. | #define HAVE_FINITE 1
  23771. | #define HAVE_FLOCK 1
  23772. | #define HAVE_HYPOT 1
  23773. | #define HAVE_ISINF 1
  23774. | #define HAVE_ISNAN 1
  23775. | #define HAVE_LGAMMA_R 1
  23776. | #define HAVE_MEMMOVE 1
  23777. | #define HAVE_NEXTAFTER 1
  23778. | #define HAVE_STRCHR 1
  23779. | #define HAVE_STRERROR 1
  23780. | #define HAVE_STRLCAT 1
  23781. | #define HAVE_STRLCPY 1
  23782. | #define HAVE_STRSTR 1
  23783. | #define HAVE_TGAMMA 1
  23784. | #define SPT_TYPE SPT_REUSEARGV
  23785. | #define HAVE_SIGNBIT 1
  23786. | #define HAVE_FORK 1
  23787. | #define vfork fork
  23788. | #define HAVE_WORKING_FORK 1
  23789. | #define HAVE__LONGJMP 1
  23790. | #define HAVE_ARC4RANDOM_BUF 1
  23791. | #define HAVE_ATAN2L 1
  23792. | #define HAVE_ATAN2F 1
  23793. | #define HAVE_CHROOT 1
  23794. | #define HAVE_CLOCK_GETTIME 1
  23795. | #define HAVE_COSH 1
  23796. | #define HAVE_DIRFD 1
  23797. | #define HAVE_DLOPEN 1
  23798. | #define HAVE_DLADDR 1
  23799. | #define HAVE_DUP 1
  23800. | #define HAVE_ENDGRENT 1
  23801. | #define HAVE_FCHMOD 1
  23802. | #define HAVE_FCHOWN 1
  23803. | #define HAVE_FCNTL 1
  23804. | #define HAVE_FDOPENDIR 1
  23805. | #define HAVE_FGETATTRLIST 1
  23806. | #define HAVE_FMOD 1
  23807. | #define HAVE_FSTATAT 1
  23808. | #define HAVE_FSYNC 1
  23809. | #define HAVE_FTRUNCATE 1
  23810. | #define HAVE_GETATTRLIST 1
  23811. | #define HAVE_GETCWD 1
  23812. | #define HAVE_GETGRNAM 1
  23813. | #define HAVE_GETGRNAM_R 1
  23814. | #define HAVE_GETGROUPS 1
  23815. | #define HAVE_GETPGID 1
  23816. | #define HAVE_GETPGRP 1
  23817. | #define HAVE_GETPRIORITY 1
  23818. | #define HAVE_GETPWNAM_R 1
  23819. | #define HAVE_GETRLIMIT 1
  23820. | #define HAVE_GETSID 1
  23821. | #define HAVE_GETTIMEOFDAY 1
  23822. | #define HAVE_GMTIME_R 1
  23823. | #define HAVE_INITGROUPS 1
  23824. | #define HAVE_IOCTL 1
  23825. | #define HAVE_ISSETUGID 1
  23826. | #define HAVE_KILLPG 1
  23827. | #define HAVE_LCHMOD 1
  23828. | #define HAVE_LCHOWN 1
  23829. | #define HAVE_LINK 1
  23830. | #define HAVE_LLABS 1
  23831. | #define HAVE_LOCKF 1
  23832. | #define HAVE_LOG2 1
  23833. | #define HAVE_LSTAT 1
  23834. | #define HAVE_LUTIMES 1
  23835. | #define HAVE_MALLOC_SIZE 1
  23836. | #define HAVE_MBLEN 1
  23837. | /* end confdefs.h. */
  23838. | /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
  23839. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  23840. | #define memalign innocuous_memalign
  23841. |
  23842. | /* System header to define __stub macros and hopefully few prototypes,
  23843. | which can conflict with char memalign (); below.
  23844. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  23845. | <limits.h> exists even on freestanding compilers. */
  23846. |
  23847. | #ifdef __STDC__
  23848. | # include <limits.h>
  23849. | #else
  23850. | # include <assert.h>
  23851. | #endif
  23852. |
  23853. | #undef memalign
  23854. |
  23855. | /* Override any GCC internal prototype to avoid an error.
  23856. | Use char because int might match the return type of a GCC
  23857. | builtin and then its argument prototype would still apply. */
  23858. | #ifdef __cplusplus
  23859. | extern "C"
  23860. | #endif
  23861. | char memalign ();
  23862. | /* The GNU C library defines this for functions which it implements
  23863. | to always fail with ENOSYS. Some functions are actually named
  23864. | something starting with __ and the normal name is an alias. */
  23865. | #if defined __stub_memalign || defined __stub___memalign
  23866. | choke me
  23867. | #endif
  23868. |
  23869. | int
  23870. | main ()
  23871. | {
  23872. | return memalign ();
  23873. | ;
  23874. | return 0;
  23875. | }
  23876. configure:21887: result: no
  23877. configure:21898: checking for memset_s
  23878. configure:21898: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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:21898: $? = 0
  23880. configure:21898: result: yes
  23881. configure:21909: checking for writev
  23882. configure:21909: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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:21909: $? = 0
  23884. configure:21909: result: yes
  23885. configure:21920: checking for memrchr
  23886. configure:21920: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  23887. Undefined symbols for architecture x86_64:
  23888. "_memrchr", referenced from:
  23889. _main in conftest-30debb.o
  23890. ld: symbol(s) not found for architecture x86_64
  23891. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  23892. configure:21920: $? = 1
  23893. configure: failed program was:
  23894. | /* confdefs.h */
  23895. | #define PACKAGE_NAME ""
  23896. | #define PACKAGE_TARNAME ""
  23897. | #define PACKAGE_VERSION ""
  23898. | #define PACKAGE_STRING ""
  23899. | #define PACKAGE_BUGREPORT ""
  23900. | #define PACKAGE_URL ""
  23901. | #define CANONICALIZATION_FOR_MATHN 1
  23902. | #define STDC_HEADERS 1
  23903. | #define HAVE_SYS_TYPES_H 1
  23904. | #define HAVE_SYS_STAT_H 1
  23905. | #define HAVE_STDLIB_H 1
  23906. | #define HAVE_STRING_H 1
  23907. | #define HAVE_MEMORY_H 1
  23908. | #define HAVE_STRINGS_H 1
  23909. | #define HAVE_INTTYPES_H 1
  23910. | #define HAVE_STDINT_H 1
  23911. | #define HAVE_UNISTD_H 1
  23912. | #define __EXTENSIONS__ 1
  23913. | #define _ALL_SOURCE 1
  23914. | #define _GNU_SOURCE 1
  23915. | #define _POSIX_PTHREAD_SEMANTICS 1
  23916. | #define _TANDEM_SOURCE 1
  23917. | #define HAVE_INFINITY 1
  23918. | #define HAVE_NAN 1
  23919. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  23920. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  23921. | #define BROKEN_CRYPT 1
  23922. | #define HAVE_CRT_EXTERNS_H 1
  23923. | #define HAVE_LIBDL 1
  23924. | #define HAVE_DIRENT_H 1
  23925. | #define HAVE__BOOL 1
  23926. | #define HAVE_STDBOOL_H 1
  23927. | #define HAVE_SYS_WAIT_H 1
  23928. | #define HAVE_GRP_H 1
  23929. | #define HAVE_FCNTL_H 1
  23930. | #define HAVE_FLOAT_H 1
  23931. | #define HAVE_LANGINFO_H 1
  23932. | #define HAVE_LIMITS_H 1
  23933. | #define HAVE_LOCALE_H 1
  23934. | #define HAVE_MALLOC_MALLOC_H 1
  23935. | #define HAVE_PWD_H 1
  23936. | #define HAVE_SYS_ATTR_H 1
  23937. | #define HAVE_SYS_FCNTL_H 1
  23938. | #define HAVE_SYS_FILE_H 1
  23939. | #define HAVE_SYS_IOCTL_H 1
  23940. | #define HAVE_SYS_PARAM_H 1
  23941. | #define HAVE_SYS_RESOURCE_H 1
  23942. | #define HAVE_SYS_SELECT_H 1
  23943. | #define HAVE_SYS_SOCKET_H 1
  23944. | #define HAVE_SYS_TIME_H 1
  23945. | #define HAVE_SYS_TIMES_H 1
  23946. | #define HAVE_SYS_UIO_H 1
  23947. | #define HAVE_TIME_H 1
  23948. | #define HAVE_UCONTEXT_H 1
  23949. | #define HAVE_UTIME_H 1
  23950. | #define HAVE_GMP_H 1
  23951. | #define HAVE_LIBGMP 1
  23952. | #define HAVE_TYPEOF 1
  23953. | #define HAVE_LONG_LONG 1
  23954. | #define HAVE_OFF_T 1
  23955. | #define SIZEOF_INT 4
  23956. | #define SIZEOF_SHORT 2
  23957. | #define SIZEOF_LONG 8
  23958. | #define SIZEOF_LONG_LONG 8
  23959. | #define SIZEOF___INT64 0
  23960. | #define SIZEOF___INT128 16
  23961. | #define SIZEOF_OFF_T 8
  23962. | #define SIZEOF_VOIDP 8
  23963. | #define SIZEOF_FLOAT 4
  23964. | #define SIZEOF_DOUBLE 8
  23965. | #define SIZEOF_TIME_T 8
  23966. | #define SIZEOF_CLOCK_T 8
  23967. | #define PACKED_STRUCT(x) x __attribute__((packed))
  23968. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  23969. | #define PRI_LL_PREFIX "ll"
  23970. | #define rb_pid_t pid_t
  23971. | #define SIGNEDNESS_OF_PID_T -1
  23972. | #define PIDT2NUM(v) INT2NUM(v)
  23973. | #define NUM2PIDT(v) NUM2INT(v)
  23974. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  23975. | #define rb_uid_t uid_t
  23976. | #define SIGNEDNESS_OF_UID_T +1
  23977. | #define UIDT2NUM(v) UINT2NUM(v)
  23978. | #define NUM2UIDT(v) NUM2UINT(v)
  23979. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  23980. | #define rb_gid_t gid_t
  23981. | #define SIGNEDNESS_OF_GID_T +1
  23982. | #define GIDT2NUM(v) UINT2NUM(v)
  23983. | #define NUM2GIDT(v) NUM2UINT(v)
  23984. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  23985. | #define rb_time_t time_t
  23986. | #define SIGNEDNESS_OF_TIME_T -1
  23987. | #define TIMET2NUM(v) LONG2NUM(v)
  23988. | #define NUM2TIMET(v) NUM2LONG(v)
  23989. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  23990. | #define rb_dev_t dev_t
  23991. | #define SIGNEDNESS_OF_DEV_T -1
  23992. | #define DEVT2NUM(v) INT2NUM(v)
  23993. | #define NUM2DEVT(v) NUM2INT(v)
  23994. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  23995. | #define rb_mode_t mode_t
  23996. | #define SIGNEDNESS_OF_MODE_T +1
  23997. | #define MODET2NUM(v) UINT2NUM(v)
  23998. | #define NUM2MODET(v) NUM2UINT(v)
  23999. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24000. | #define rb_rlim_t rlim_t
  24001. | #define SIGNEDNESS_OF_RLIM_T +1
  24002. | #define RLIM2NUM(v) ULL2NUM(v)
  24003. | #define NUM2RLIM(v) NUM2ULL(v)
  24004. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24005. | #define rb_off_t off_t
  24006. | #define SIGNEDNESS_OF_OFF_T -1
  24007. | #define OFFT2NUM(v) LL2NUM(v)
  24008. | #define NUM2OFFT(v) NUM2LL(v)
  24009. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24010. | #define rb_clockid_t int
  24011. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24012. | #define CLOCKID2NUM(v) INT2NUM(v)
  24013. | #define NUM2CLOCKID(v) NUM2INT(v)
  24014. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24015. | #define HAVE_PROTOTYPES 1
  24016. | #define TOKEN_PASTE(x,y) x##y
  24017. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24018. | #define HAVE_STDARG_PROTOTYPES 1
  24019. | #define HAVE_VA_ARGS_MACRO 1
  24020. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24021. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24022. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24023. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24024. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24025. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24026. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24027. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24028. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24029. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24030. | #define WEAK(x) __attribute__ ((__weak__)) x
  24031. | #define HAVE_FUNC_WEAK 1
  24032. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24033. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24034. | #define HAVE_GCC_SYNC_BUILTINS 1
  24035. | #define UNREACHABLE __builtin_unreachable()
  24036. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24037. | #define RUBY_FUNCTION_NAME_STRING __func__
  24038. | #define ENUM_OVER_INT 1
  24039. | #define HAVE_DECL_SYS_NERR 1
  24040. | #define HAVE_DECL_GETENV 1
  24041. | #define SIZEOF_SIZE_T 8
  24042. | #define SIZEOF_PTRDIFF_T 8
  24043. | #define PRI_SIZE_PREFIX "z"
  24044. | #define PRI_PTRDIFF_PREFIX "t"
  24045. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24046. | #define HAVE_ST_BLKSIZE 1
  24047. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24048. | #define HAVE_ST_BLOCKS 1
  24049. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24050. | #define HAVE_ST_RDEV 1
  24051. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24052. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24053. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24054. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24055. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24056. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24057. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24058. | #define HAVE_STRUCT_TIMEVAL 1
  24059. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24060. | #define HAVE_STRUCT_TIMESPEC 1
  24061. | #define HAVE_STRUCT_TIMEZONE 1
  24062. | #define HAVE_INT8_T 1
  24063. | #define SIZEOF_INT8_T 1
  24064. | #define HAVE_UINT8_T 1
  24065. | #define SIZEOF_UINT8_T 1
  24066. | #define HAVE_INT16_T 1
  24067. | #define SIZEOF_INT16_T 2
  24068. | #define HAVE_UINT16_T 1
  24069. | #define SIZEOF_UINT16_T 2
  24070. | #define HAVE_INT32_T 1
  24071. | #define SIZEOF_INT32_T 4
  24072. | #define HAVE_UINT32_T 1
  24073. | #define SIZEOF_UINT32_T 4
  24074. | #define HAVE_INT64_T 1
  24075. | #define SIZEOF_INT64_T 8
  24076. | #define HAVE_UINT64_T 1
  24077. | #define SIZEOF_UINT64_T 8
  24078. | #define HAVE_INT128_T 1
  24079. | #define int128_t __int128
  24080. | #define SIZEOF_INT128_T SIZEOF___INT128
  24081. | #define HAVE_UINT128_T 1
  24082. | #define uint128_t unsigned __int128
  24083. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24084. | #define HAVE_INTPTR_T 1
  24085. | #define SIZEOF_INTPTR_T 8
  24086. | #define HAVE_UINTPTR_T 1
  24087. | #define SIZEOF_UINTPTR_T 8
  24088. | #define HAVE_SSIZE_T 1
  24089. | #define SIZEOF_SSIZE_T 8
  24090. | #define GETGROUPS_T gid_t
  24091. | #define RETSIGTYPE void
  24092. | #define HAVE_ALLOCA_H 1
  24093. | #define HAVE_ALLOCA 1
  24094. | #define HAVE_ACOSH 1
  24095. | #define HAVE_CBRT 1
  24096. | #define HAVE_CRYPT 1
  24097. | #define HAVE_DUP2 1
  24098. | #define HAVE_ERF 1
  24099. | #define HAVE_FFS 1
  24100. | #define HAVE_FINITE 1
  24101. | #define HAVE_FLOCK 1
  24102. | #define HAVE_HYPOT 1
  24103. | #define HAVE_ISINF 1
  24104. | #define HAVE_ISNAN 1
  24105. | #define HAVE_LGAMMA_R 1
  24106. | #define HAVE_MEMMOVE 1
  24107. | #define HAVE_NEXTAFTER 1
  24108. | #define HAVE_STRCHR 1
  24109. | #define HAVE_STRERROR 1
  24110. | #define HAVE_STRLCAT 1
  24111. | #define HAVE_STRLCPY 1
  24112. | #define HAVE_STRSTR 1
  24113. | #define HAVE_TGAMMA 1
  24114. | #define SPT_TYPE SPT_REUSEARGV
  24115. | #define HAVE_SIGNBIT 1
  24116. | #define HAVE_FORK 1
  24117. | #define vfork fork
  24118. | #define HAVE_WORKING_FORK 1
  24119. | #define HAVE__LONGJMP 1
  24120. | #define HAVE_ARC4RANDOM_BUF 1
  24121. | #define HAVE_ATAN2L 1
  24122. | #define HAVE_ATAN2F 1
  24123. | #define HAVE_CHROOT 1
  24124. | #define HAVE_CLOCK_GETTIME 1
  24125. | #define HAVE_COSH 1
  24126. | #define HAVE_DIRFD 1
  24127. | #define HAVE_DLOPEN 1
  24128. | #define HAVE_DLADDR 1
  24129. | #define HAVE_DUP 1
  24130. | #define HAVE_ENDGRENT 1
  24131. | #define HAVE_FCHMOD 1
  24132. | #define HAVE_FCHOWN 1
  24133. | #define HAVE_FCNTL 1
  24134. | #define HAVE_FDOPENDIR 1
  24135. | #define HAVE_FGETATTRLIST 1
  24136. | #define HAVE_FMOD 1
  24137. | #define HAVE_FSTATAT 1
  24138. | #define HAVE_FSYNC 1
  24139. | #define HAVE_FTRUNCATE 1
  24140. | #define HAVE_GETATTRLIST 1
  24141. | #define HAVE_GETCWD 1
  24142. | #define HAVE_GETGRNAM 1
  24143. | #define HAVE_GETGRNAM_R 1
  24144. | #define HAVE_GETGROUPS 1
  24145. | #define HAVE_GETPGID 1
  24146. | #define HAVE_GETPGRP 1
  24147. | #define HAVE_GETPRIORITY 1
  24148. | #define HAVE_GETPWNAM_R 1
  24149. | #define HAVE_GETRLIMIT 1
  24150. | #define HAVE_GETSID 1
  24151. | #define HAVE_GETTIMEOFDAY 1
  24152. | #define HAVE_GMTIME_R 1
  24153. | #define HAVE_INITGROUPS 1
  24154. | #define HAVE_IOCTL 1
  24155. | #define HAVE_ISSETUGID 1
  24156. | #define HAVE_KILLPG 1
  24157. | #define HAVE_LCHMOD 1
  24158. | #define HAVE_LCHOWN 1
  24159. | #define HAVE_LINK 1
  24160. | #define HAVE_LLABS 1
  24161. | #define HAVE_LOCKF 1
  24162. | #define HAVE_LOG2 1
  24163. | #define HAVE_LSTAT 1
  24164. | #define HAVE_LUTIMES 1
  24165. | #define HAVE_MALLOC_SIZE 1
  24166. | #define HAVE_MBLEN 1
  24167. | #define HAVE_MEMSET_S 1
  24168. | #define HAVE_WRITEV 1
  24169. | /* end confdefs.h. */
  24170. | /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
  24171. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24172. | #define memrchr innocuous_memrchr
  24173. |
  24174. | /* System header to define __stub macros and hopefully few prototypes,
  24175. | which can conflict with char memrchr (); below.
  24176. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24177. | <limits.h> exists even on freestanding compilers. */
  24178. |
  24179. | #ifdef __STDC__
  24180. | # include <limits.h>
  24181. | #else
  24182. | # include <assert.h>
  24183. | #endif
  24184. |
  24185. | #undef memrchr
  24186. |
  24187. | /* Override any GCC internal prototype to avoid an error.
  24188. | Use char because int might match the return type of a GCC
  24189. | builtin and then its argument prototype would still apply. */
  24190. | #ifdef __cplusplus
  24191. | extern "C"
  24192. | #endif
  24193. | char memrchr ();
  24194. | /* The GNU C library defines this for functions which it implements
  24195. | to always fail with ENOSYS. Some functions are actually named
  24196. | something starting with __ and the normal name is an alias. */
  24197. | #if defined __stub_memrchr || defined __stub___memrchr
  24198. | choke me
  24199. | #endif
  24200. |
  24201. | int
  24202. | main ()
  24203. | {
  24204. | return memrchr ();
  24205. | ;
  24206. | return 0;
  24207. | }
  24208. configure:21920: result: no
  24209. configure:21931: checking for memmem
  24210. configure:21931: result: no
  24211. configure:21942: checking for mkfifo
  24212. configure:21942: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24213. configure:21942: $? = 0
  24214. configure:21942: result: yes
  24215. configure:21953: checking for mknod
  24216. configure:21953: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24217. configure:21953: $? = 0
  24218. configure:21953: result: yes
  24219. configure:21964: checking for mktime
  24220. configure:21964: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24221. configure:21964: $? = 0
  24222. configure:21964: result: yes
  24223. configure:21975: checking for openat
  24224. configure:21975: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24225. configure:21975: $? = 0
  24226. configure:21975: result: yes
  24227. configure:21986: checking for pipe2
  24228. configure:21986: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24229. Undefined symbols for architecture x86_64:
  24230. "_pipe2", referenced from:
  24231. _main in conftest-8b0c84.o
  24232. ld: symbol(s) not found for architecture x86_64
  24233. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24234. configure:21986: $? = 1
  24235. configure: failed program was:
  24236. | /* confdefs.h */
  24237. | #define PACKAGE_NAME ""
  24238. | #define PACKAGE_TARNAME ""
  24239. | #define PACKAGE_VERSION ""
  24240. | #define PACKAGE_STRING ""
  24241. | #define PACKAGE_BUGREPORT ""
  24242. | #define PACKAGE_URL ""
  24243. | #define CANONICALIZATION_FOR_MATHN 1
  24244. | #define STDC_HEADERS 1
  24245. | #define HAVE_SYS_TYPES_H 1
  24246. | #define HAVE_SYS_STAT_H 1
  24247. | #define HAVE_STDLIB_H 1
  24248. | #define HAVE_STRING_H 1
  24249. | #define HAVE_MEMORY_H 1
  24250. | #define HAVE_STRINGS_H 1
  24251. | #define HAVE_INTTYPES_H 1
  24252. | #define HAVE_STDINT_H 1
  24253. | #define HAVE_UNISTD_H 1
  24254. | #define __EXTENSIONS__ 1
  24255. | #define _ALL_SOURCE 1
  24256. | #define _GNU_SOURCE 1
  24257. | #define _POSIX_PTHREAD_SEMANTICS 1
  24258. | #define _TANDEM_SOURCE 1
  24259. | #define HAVE_INFINITY 1
  24260. | #define HAVE_NAN 1
  24261. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24262. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24263. | #define BROKEN_CRYPT 1
  24264. | #define HAVE_CRT_EXTERNS_H 1
  24265. | #define HAVE_LIBDL 1
  24266. | #define HAVE_DIRENT_H 1
  24267. | #define HAVE__BOOL 1
  24268. | #define HAVE_STDBOOL_H 1
  24269. | #define HAVE_SYS_WAIT_H 1
  24270. | #define HAVE_GRP_H 1
  24271. | #define HAVE_FCNTL_H 1
  24272. | #define HAVE_FLOAT_H 1
  24273. | #define HAVE_LANGINFO_H 1
  24274. | #define HAVE_LIMITS_H 1
  24275. | #define HAVE_LOCALE_H 1
  24276. | #define HAVE_MALLOC_MALLOC_H 1
  24277. | #define HAVE_PWD_H 1
  24278. | #define HAVE_SYS_ATTR_H 1
  24279. | #define HAVE_SYS_FCNTL_H 1
  24280. | #define HAVE_SYS_FILE_H 1
  24281. | #define HAVE_SYS_IOCTL_H 1
  24282. | #define HAVE_SYS_PARAM_H 1
  24283. | #define HAVE_SYS_RESOURCE_H 1
  24284. | #define HAVE_SYS_SELECT_H 1
  24285. | #define HAVE_SYS_SOCKET_H 1
  24286. | #define HAVE_SYS_TIME_H 1
  24287. | #define HAVE_SYS_TIMES_H 1
  24288. | #define HAVE_SYS_UIO_H 1
  24289. | #define HAVE_TIME_H 1
  24290. | #define HAVE_UCONTEXT_H 1
  24291. | #define HAVE_UTIME_H 1
  24292. | #define HAVE_GMP_H 1
  24293. | #define HAVE_LIBGMP 1
  24294. | #define HAVE_TYPEOF 1
  24295. | #define HAVE_LONG_LONG 1
  24296. | #define HAVE_OFF_T 1
  24297. | #define SIZEOF_INT 4
  24298. | #define SIZEOF_SHORT 2
  24299. | #define SIZEOF_LONG 8
  24300. | #define SIZEOF_LONG_LONG 8
  24301. | #define SIZEOF___INT64 0
  24302. | #define SIZEOF___INT128 16
  24303. | #define SIZEOF_OFF_T 8
  24304. | #define SIZEOF_VOIDP 8
  24305. | #define SIZEOF_FLOAT 4
  24306. | #define SIZEOF_DOUBLE 8
  24307. | #define SIZEOF_TIME_T 8
  24308. | #define SIZEOF_CLOCK_T 8
  24309. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24310. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24311. | #define PRI_LL_PREFIX "ll"
  24312. | #define rb_pid_t pid_t
  24313. | #define SIGNEDNESS_OF_PID_T -1
  24314. | #define PIDT2NUM(v) INT2NUM(v)
  24315. | #define NUM2PIDT(v) NUM2INT(v)
  24316. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24317. | #define rb_uid_t uid_t
  24318. | #define SIGNEDNESS_OF_UID_T +1
  24319. | #define UIDT2NUM(v) UINT2NUM(v)
  24320. | #define NUM2UIDT(v) NUM2UINT(v)
  24321. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24322. | #define rb_gid_t gid_t
  24323. | #define SIGNEDNESS_OF_GID_T +1
  24324. | #define GIDT2NUM(v) UINT2NUM(v)
  24325. | #define NUM2GIDT(v) NUM2UINT(v)
  24326. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24327. | #define rb_time_t time_t
  24328. | #define SIGNEDNESS_OF_TIME_T -1
  24329. | #define TIMET2NUM(v) LONG2NUM(v)
  24330. | #define NUM2TIMET(v) NUM2LONG(v)
  24331. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24332. | #define rb_dev_t dev_t
  24333. | #define SIGNEDNESS_OF_DEV_T -1
  24334. | #define DEVT2NUM(v) INT2NUM(v)
  24335. | #define NUM2DEVT(v) NUM2INT(v)
  24336. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24337. | #define rb_mode_t mode_t
  24338. | #define SIGNEDNESS_OF_MODE_T +1
  24339. | #define MODET2NUM(v) UINT2NUM(v)
  24340. | #define NUM2MODET(v) NUM2UINT(v)
  24341. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24342. | #define rb_rlim_t rlim_t
  24343. | #define SIGNEDNESS_OF_RLIM_T +1
  24344. | #define RLIM2NUM(v) ULL2NUM(v)
  24345. | #define NUM2RLIM(v) NUM2ULL(v)
  24346. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24347. | #define rb_off_t off_t
  24348. | #define SIGNEDNESS_OF_OFF_T -1
  24349. | #define OFFT2NUM(v) LL2NUM(v)
  24350. | #define NUM2OFFT(v) NUM2LL(v)
  24351. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24352. | #define rb_clockid_t int
  24353. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24354. | #define CLOCKID2NUM(v) INT2NUM(v)
  24355. | #define NUM2CLOCKID(v) NUM2INT(v)
  24356. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24357. | #define HAVE_PROTOTYPES 1
  24358. | #define TOKEN_PASTE(x,y) x##y
  24359. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24360. | #define HAVE_STDARG_PROTOTYPES 1
  24361. | #define HAVE_VA_ARGS_MACRO 1
  24362. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24363. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24364. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24365. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24366. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24367. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24368. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24369. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24370. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24371. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24372. | #define WEAK(x) __attribute__ ((__weak__)) x
  24373. | #define HAVE_FUNC_WEAK 1
  24374. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24375. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24376. | #define HAVE_GCC_SYNC_BUILTINS 1
  24377. | #define UNREACHABLE __builtin_unreachable()
  24378. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24379. | #define RUBY_FUNCTION_NAME_STRING __func__
  24380. | #define ENUM_OVER_INT 1
  24381. | #define HAVE_DECL_SYS_NERR 1
  24382. | #define HAVE_DECL_GETENV 1
  24383. | #define SIZEOF_SIZE_T 8
  24384. | #define SIZEOF_PTRDIFF_T 8
  24385. | #define PRI_SIZE_PREFIX "z"
  24386. | #define PRI_PTRDIFF_PREFIX "t"
  24387. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24388. | #define HAVE_ST_BLKSIZE 1
  24389. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24390. | #define HAVE_ST_BLOCKS 1
  24391. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24392. | #define HAVE_ST_RDEV 1
  24393. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24394. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24395. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24396. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24397. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24398. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24399. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24400. | #define HAVE_STRUCT_TIMEVAL 1
  24401. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24402. | #define HAVE_STRUCT_TIMESPEC 1
  24403. | #define HAVE_STRUCT_TIMEZONE 1
  24404. | #define HAVE_INT8_T 1
  24405. | #define SIZEOF_INT8_T 1
  24406. | #define HAVE_UINT8_T 1
  24407. | #define SIZEOF_UINT8_T 1
  24408. | #define HAVE_INT16_T 1
  24409. | #define SIZEOF_INT16_T 2
  24410. | #define HAVE_UINT16_T 1
  24411. | #define SIZEOF_UINT16_T 2
  24412. | #define HAVE_INT32_T 1
  24413. | #define SIZEOF_INT32_T 4
  24414. | #define HAVE_UINT32_T 1
  24415. | #define SIZEOF_UINT32_T 4
  24416. | #define HAVE_INT64_T 1
  24417. | #define SIZEOF_INT64_T 8
  24418. | #define HAVE_UINT64_T 1
  24419. | #define SIZEOF_UINT64_T 8
  24420. | #define HAVE_INT128_T 1
  24421. | #define int128_t __int128
  24422. | #define SIZEOF_INT128_T SIZEOF___INT128
  24423. | #define HAVE_UINT128_T 1
  24424. | #define uint128_t unsigned __int128
  24425. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24426. | #define HAVE_INTPTR_T 1
  24427. | #define SIZEOF_INTPTR_T 8
  24428. | #define HAVE_UINTPTR_T 1
  24429. | #define SIZEOF_UINTPTR_T 8
  24430. | #define HAVE_SSIZE_T 1
  24431. | #define SIZEOF_SSIZE_T 8
  24432. | #define GETGROUPS_T gid_t
  24433. | #define RETSIGTYPE void
  24434. | #define HAVE_ALLOCA_H 1
  24435. | #define HAVE_ALLOCA 1
  24436. | #define HAVE_ACOSH 1
  24437. | #define HAVE_CBRT 1
  24438. | #define HAVE_CRYPT 1
  24439. | #define HAVE_DUP2 1
  24440. | #define HAVE_ERF 1
  24441. | #define HAVE_FFS 1
  24442. | #define HAVE_FINITE 1
  24443. | #define HAVE_FLOCK 1
  24444. | #define HAVE_HYPOT 1
  24445. | #define HAVE_ISINF 1
  24446. | #define HAVE_ISNAN 1
  24447. | #define HAVE_LGAMMA_R 1
  24448. | #define HAVE_MEMMOVE 1
  24449. | #define HAVE_NEXTAFTER 1
  24450. | #define HAVE_STRCHR 1
  24451. | #define HAVE_STRERROR 1
  24452. | #define HAVE_STRLCAT 1
  24453. | #define HAVE_STRLCPY 1
  24454. | #define HAVE_STRSTR 1
  24455. | #define HAVE_TGAMMA 1
  24456. | #define SPT_TYPE SPT_REUSEARGV
  24457. | #define HAVE_SIGNBIT 1
  24458. | #define HAVE_FORK 1
  24459. | #define vfork fork
  24460. | #define HAVE_WORKING_FORK 1
  24461. | #define HAVE__LONGJMP 1
  24462. | #define HAVE_ARC4RANDOM_BUF 1
  24463. | #define HAVE_ATAN2L 1
  24464. | #define HAVE_ATAN2F 1
  24465. | #define HAVE_CHROOT 1
  24466. | #define HAVE_CLOCK_GETTIME 1
  24467. | #define HAVE_COSH 1
  24468. | #define HAVE_DIRFD 1
  24469. | #define HAVE_DLOPEN 1
  24470. | #define HAVE_DLADDR 1
  24471. | #define HAVE_DUP 1
  24472. | #define HAVE_ENDGRENT 1
  24473. | #define HAVE_FCHMOD 1
  24474. | #define HAVE_FCHOWN 1
  24475. | #define HAVE_FCNTL 1
  24476. | #define HAVE_FDOPENDIR 1
  24477. | #define HAVE_FGETATTRLIST 1
  24478. | #define HAVE_FMOD 1
  24479. | #define HAVE_FSTATAT 1
  24480. | #define HAVE_FSYNC 1
  24481. | #define HAVE_FTRUNCATE 1
  24482. | #define HAVE_GETATTRLIST 1
  24483. | #define HAVE_GETCWD 1
  24484. | #define HAVE_GETGRNAM 1
  24485. | #define HAVE_GETGRNAM_R 1
  24486. | #define HAVE_GETGROUPS 1
  24487. | #define HAVE_GETPGID 1
  24488. | #define HAVE_GETPGRP 1
  24489. | #define HAVE_GETPRIORITY 1
  24490. | #define HAVE_GETPWNAM_R 1
  24491. | #define HAVE_GETRLIMIT 1
  24492. | #define HAVE_GETSID 1
  24493. | #define HAVE_GETTIMEOFDAY 1
  24494. | #define HAVE_GMTIME_R 1
  24495. | #define HAVE_INITGROUPS 1
  24496. | #define HAVE_IOCTL 1
  24497. | #define HAVE_ISSETUGID 1
  24498. | #define HAVE_KILLPG 1
  24499. | #define HAVE_LCHMOD 1
  24500. | #define HAVE_LCHOWN 1
  24501. | #define HAVE_LINK 1
  24502. | #define HAVE_LLABS 1
  24503. | #define HAVE_LOCKF 1
  24504. | #define HAVE_LOG2 1
  24505. | #define HAVE_LSTAT 1
  24506. | #define HAVE_LUTIMES 1
  24507. | #define HAVE_MALLOC_SIZE 1
  24508. | #define HAVE_MBLEN 1
  24509. | #define HAVE_MEMSET_S 1
  24510. | #define HAVE_WRITEV 1
  24511. | #define HAVE_MKFIFO 1
  24512. | #define HAVE_MKNOD 1
  24513. | #define HAVE_MKTIME 1
  24514. | #define HAVE_OPENAT 1
  24515. | /* end confdefs.h. */
  24516. | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
  24517. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24518. | #define pipe2 innocuous_pipe2
  24519. |
  24520. | /* System header to define __stub macros and hopefully few prototypes,
  24521. | which can conflict with char pipe2 (); below.
  24522. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24523. | <limits.h> exists even on freestanding compilers. */
  24524. |
  24525. | #ifdef __STDC__
  24526. | # include <limits.h>
  24527. | #else
  24528. | # include <assert.h>
  24529. | #endif
  24530. |
  24531. | #undef pipe2
  24532. |
  24533. | /* Override any GCC internal prototype to avoid an error.
  24534. | Use char because int might match the return type of a GCC
  24535. | builtin and then its argument prototype would still apply. */
  24536. | #ifdef __cplusplus
  24537. | extern "C"
  24538. | #endif
  24539. | char pipe2 ();
  24540. | /* The GNU C library defines this for functions which it implements
  24541. | to always fail with ENOSYS. Some functions are actually named
  24542. | something starting with __ and the normal name is an alias. */
  24543. | #if defined __stub_pipe2 || defined __stub___pipe2
  24544. | choke me
  24545. | #endif
  24546. |
  24547. | int
  24548. | main ()
  24549. | {
  24550. | return pipe2 ();
  24551. | ;
  24552. | return 0;
  24553. | }
  24554. configure:21986: result: no
  24555. configure:21997: checking for poll
  24556. configure:21997: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24557. configure:21997: $? = 0
  24558. configure:21997: result: yes
  24559. configure:22008: checking for posix_fadvise
  24560. configure:22008: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24561. Undefined symbols for architecture x86_64:
  24562. "_posix_fadvise", referenced from:
  24563. _main in conftest-b1324d.o
  24564. ld: symbol(s) not found for architecture x86_64
  24565. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24566. configure:22008: $? = 1
  24567. configure: failed program was:
  24568. | /* confdefs.h */
  24569. | #define PACKAGE_NAME ""
  24570. | #define PACKAGE_TARNAME ""
  24571. | #define PACKAGE_VERSION ""
  24572. | #define PACKAGE_STRING ""
  24573. | #define PACKAGE_BUGREPORT ""
  24574. | #define PACKAGE_URL ""
  24575. | #define CANONICALIZATION_FOR_MATHN 1
  24576. | #define STDC_HEADERS 1
  24577. | #define HAVE_SYS_TYPES_H 1
  24578. | #define HAVE_SYS_STAT_H 1
  24579. | #define HAVE_STDLIB_H 1
  24580. | #define HAVE_STRING_H 1
  24581. | #define HAVE_MEMORY_H 1
  24582. | #define HAVE_STRINGS_H 1
  24583. | #define HAVE_INTTYPES_H 1
  24584. | #define HAVE_STDINT_H 1
  24585. | #define HAVE_UNISTD_H 1
  24586. | #define __EXTENSIONS__ 1
  24587. | #define _ALL_SOURCE 1
  24588. | #define _GNU_SOURCE 1
  24589. | #define _POSIX_PTHREAD_SEMANTICS 1
  24590. | #define _TANDEM_SOURCE 1
  24591. | #define HAVE_INFINITY 1
  24592. | #define HAVE_NAN 1
  24593. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24594. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24595. | #define BROKEN_CRYPT 1
  24596. | #define HAVE_CRT_EXTERNS_H 1
  24597. | #define HAVE_LIBDL 1
  24598. | #define HAVE_DIRENT_H 1
  24599. | #define HAVE__BOOL 1
  24600. | #define HAVE_STDBOOL_H 1
  24601. | #define HAVE_SYS_WAIT_H 1
  24602. | #define HAVE_GRP_H 1
  24603. | #define HAVE_FCNTL_H 1
  24604. | #define HAVE_FLOAT_H 1
  24605. | #define HAVE_LANGINFO_H 1
  24606. | #define HAVE_LIMITS_H 1
  24607. | #define HAVE_LOCALE_H 1
  24608. | #define HAVE_MALLOC_MALLOC_H 1
  24609. | #define HAVE_PWD_H 1
  24610. | #define HAVE_SYS_ATTR_H 1
  24611. | #define HAVE_SYS_FCNTL_H 1
  24612. | #define HAVE_SYS_FILE_H 1
  24613. | #define HAVE_SYS_IOCTL_H 1
  24614. | #define HAVE_SYS_PARAM_H 1
  24615. | #define HAVE_SYS_RESOURCE_H 1
  24616. | #define HAVE_SYS_SELECT_H 1
  24617. | #define HAVE_SYS_SOCKET_H 1
  24618. | #define HAVE_SYS_TIME_H 1
  24619. | #define HAVE_SYS_TIMES_H 1
  24620. | #define HAVE_SYS_UIO_H 1
  24621. | #define HAVE_TIME_H 1
  24622. | #define HAVE_UCONTEXT_H 1
  24623. | #define HAVE_UTIME_H 1
  24624. | #define HAVE_GMP_H 1
  24625. | #define HAVE_LIBGMP 1
  24626. | #define HAVE_TYPEOF 1
  24627. | #define HAVE_LONG_LONG 1
  24628. | #define HAVE_OFF_T 1
  24629. | #define SIZEOF_INT 4
  24630. | #define SIZEOF_SHORT 2
  24631. | #define SIZEOF_LONG 8
  24632. | #define SIZEOF_LONG_LONG 8
  24633. | #define SIZEOF___INT64 0
  24634. | #define SIZEOF___INT128 16
  24635. | #define SIZEOF_OFF_T 8
  24636. | #define SIZEOF_VOIDP 8
  24637. | #define SIZEOF_FLOAT 4
  24638. | #define SIZEOF_DOUBLE 8
  24639. | #define SIZEOF_TIME_T 8
  24640. | #define SIZEOF_CLOCK_T 8
  24641. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24642. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24643. | #define PRI_LL_PREFIX "ll"
  24644. | #define rb_pid_t pid_t
  24645. | #define SIGNEDNESS_OF_PID_T -1
  24646. | #define PIDT2NUM(v) INT2NUM(v)
  24647. | #define NUM2PIDT(v) NUM2INT(v)
  24648. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24649. | #define rb_uid_t uid_t
  24650. | #define SIGNEDNESS_OF_UID_T +1
  24651. | #define UIDT2NUM(v) UINT2NUM(v)
  24652. | #define NUM2UIDT(v) NUM2UINT(v)
  24653. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24654. | #define rb_gid_t gid_t
  24655. | #define SIGNEDNESS_OF_GID_T +1
  24656. | #define GIDT2NUM(v) UINT2NUM(v)
  24657. | #define NUM2GIDT(v) NUM2UINT(v)
  24658. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24659. | #define rb_time_t time_t
  24660. | #define SIGNEDNESS_OF_TIME_T -1
  24661. | #define TIMET2NUM(v) LONG2NUM(v)
  24662. | #define NUM2TIMET(v) NUM2LONG(v)
  24663. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24664. | #define rb_dev_t dev_t
  24665. | #define SIGNEDNESS_OF_DEV_T -1
  24666. | #define DEVT2NUM(v) INT2NUM(v)
  24667. | #define NUM2DEVT(v) NUM2INT(v)
  24668. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  24669. | #define rb_mode_t mode_t
  24670. | #define SIGNEDNESS_OF_MODE_T +1
  24671. | #define MODET2NUM(v) UINT2NUM(v)
  24672. | #define NUM2MODET(v) NUM2UINT(v)
  24673. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  24674. | #define rb_rlim_t rlim_t
  24675. | #define SIGNEDNESS_OF_RLIM_T +1
  24676. | #define RLIM2NUM(v) ULL2NUM(v)
  24677. | #define NUM2RLIM(v) NUM2ULL(v)
  24678. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  24679. | #define rb_off_t off_t
  24680. | #define SIGNEDNESS_OF_OFF_T -1
  24681. | #define OFFT2NUM(v) LL2NUM(v)
  24682. | #define NUM2OFFT(v) NUM2LL(v)
  24683. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  24684. | #define rb_clockid_t int
  24685. | #define SIGNEDNESS_OF_CLOCKID_T -1
  24686. | #define CLOCKID2NUM(v) INT2NUM(v)
  24687. | #define NUM2CLOCKID(v) NUM2INT(v)
  24688. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  24689. | #define HAVE_PROTOTYPES 1
  24690. | #define TOKEN_PASTE(x,y) x##y
  24691. | #define STRINGIZE(expr) STRINGIZE0(expr)
  24692. | #define HAVE_STDARG_PROTOTYPES 1
  24693. | #define HAVE_VA_ARGS_MACRO 1
  24694. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  24695. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  24696. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  24697. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  24698. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  24699. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  24700. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  24701. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  24702. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  24703. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  24704. | #define WEAK(x) __attribute__ ((__weak__)) x
  24705. | #define HAVE_FUNC_WEAK 1
  24706. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  24707. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  24708. | #define HAVE_GCC_SYNC_BUILTINS 1
  24709. | #define UNREACHABLE __builtin_unreachable()
  24710. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  24711. | #define RUBY_FUNCTION_NAME_STRING __func__
  24712. | #define ENUM_OVER_INT 1
  24713. | #define HAVE_DECL_SYS_NERR 1
  24714. | #define HAVE_DECL_GETENV 1
  24715. | #define SIZEOF_SIZE_T 8
  24716. | #define SIZEOF_PTRDIFF_T 8
  24717. | #define PRI_SIZE_PREFIX "z"
  24718. | #define PRI_PTRDIFF_PREFIX "t"
  24719. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  24720. | #define HAVE_ST_BLKSIZE 1
  24721. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  24722. | #define HAVE_ST_BLOCKS 1
  24723. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  24724. | #define HAVE_ST_RDEV 1
  24725. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  24726. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  24727. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  24728. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  24729. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  24730. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  24731. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  24732. | #define HAVE_STRUCT_TIMEVAL 1
  24733. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  24734. | #define HAVE_STRUCT_TIMESPEC 1
  24735. | #define HAVE_STRUCT_TIMEZONE 1
  24736. | #define HAVE_INT8_T 1
  24737. | #define SIZEOF_INT8_T 1
  24738. | #define HAVE_UINT8_T 1
  24739. | #define SIZEOF_UINT8_T 1
  24740. | #define HAVE_INT16_T 1
  24741. | #define SIZEOF_INT16_T 2
  24742. | #define HAVE_UINT16_T 1
  24743. | #define SIZEOF_UINT16_T 2
  24744. | #define HAVE_INT32_T 1
  24745. | #define SIZEOF_INT32_T 4
  24746. | #define HAVE_UINT32_T 1
  24747. | #define SIZEOF_UINT32_T 4
  24748. | #define HAVE_INT64_T 1
  24749. | #define SIZEOF_INT64_T 8
  24750. | #define HAVE_UINT64_T 1
  24751. | #define SIZEOF_UINT64_T 8
  24752. | #define HAVE_INT128_T 1
  24753. | #define int128_t __int128
  24754. | #define SIZEOF_INT128_T SIZEOF___INT128
  24755. | #define HAVE_UINT128_T 1
  24756. | #define uint128_t unsigned __int128
  24757. | #define SIZEOF_UINT128_T SIZEOF___INT128
  24758. | #define HAVE_INTPTR_T 1
  24759. | #define SIZEOF_INTPTR_T 8
  24760. | #define HAVE_UINTPTR_T 1
  24761. | #define SIZEOF_UINTPTR_T 8
  24762. | #define HAVE_SSIZE_T 1
  24763. | #define SIZEOF_SSIZE_T 8
  24764. | #define GETGROUPS_T gid_t
  24765. | #define RETSIGTYPE void
  24766. | #define HAVE_ALLOCA_H 1
  24767. | #define HAVE_ALLOCA 1
  24768. | #define HAVE_ACOSH 1
  24769. | #define HAVE_CBRT 1
  24770. | #define HAVE_CRYPT 1
  24771. | #define HAVE_DUP2 1
  24772. | #define HAVE_ERF 1
  24773. | #define HAVE_FFS 1
  24774. | #define HAVE_FINITE 1
  24775. | #define HAVE_FLOCK 1
  24776. | #define HAVE_HYPOT 1
  24777. | #define HAVE_ISINF 1
  24778. | #define HAVE_ISNAN 1
  24779. | #define HAVE_LGAMMA_R 1
  24780. | #define HAVE_MEMMOVE 1
  24781. | #define HAVE_NEXTAFTER 1
  24782. | #define HAVE_STRCHR 1
  24783. | #define HAVE_STRERROR 1
  24784. | #define HAVE_STRLCAT 1
  24785. | #define HAVE_STRLCPY 1
  24786. | #define HAVE_STRSTR 1
  24787. | #define HAVE_TGAMMA 1
  24788. | #define SPT_TYPE SPT_REUSEARGV
  24789. | #define HAVE_SIGNBIT 1
  24790. | #define HAVE_FORK 1
  24791. | #define vfork fork
  24792. | #define HAVE_WORKING_FORK 1
  24793. | #define HAVE__LONGJMP 1
  24794. | #define HAVE_ARC4RANDOM_BUF 1
  24795. | #define HAVE_ATAN2L 1
  24796. | #define HAVE_ATAN2F 1
  24797. | #define HAVE_CHROOT 1
  24798. | #define HAVE_CLOCK_GETTIME 1
  24799. | #define HAVE_COSH 1
  24800. | #define HAVE_DIRFD 1
  24801. | #define HAVE_DLOPEN 1
  24802. | #define HAVE_DLADDR 1
  24803. | #define HAVE_DUP 1
  24804. | #define HAVE_ENDGRENT 1
  24805. | #define HAVE_FCHMOD 1
  24806. | #define HAVE_FCHOWN 1
  24807. | #define HAVE_FCNTL 1
  24808. | #define HAVE_FDOPENDIR 1
  24809. | #define HAVE_FGETATTRLIST 1
  24810. | #define HAVE_FMOD 1
  24811. | #define HAVE_FSTATAT 1
  24812. | #define HAVE_FSYNC 1
  24813. | #define HAVE_FTRUNCATE 1
  24814. | #define HAVE_GETATTRLIST 1
  24815. | #define HAVE_GETCWD 1
  24816. | #define HAVE_GETGRNAM 1
  24817. | #define HAVE_GETGRNAM_R 1
  24818. | #define HAVE_GETGROUPS 1
  24819. | #define HAVE_GETPGID 1
  24820. | #define HAVE_GETPGRP 1
  24821. | #define HAVE_GETPRIORITY 1
  24822. | #define HAVE_GETPWNAM_R 1
  24823. | #define HAVE_GETRLIMIT 1
  24824. | #define HAVE_GETSID 1
  24825. | #define HAVE_GETTIMEOFDAY 1
  24826. | #define HAVE_GMTIME_R 1
  24827. | #define HAVE_INITGROUPS 1
  24828. | #define HAVE_IOCTL 1
  24829. | #define HAVE_ISSETUGID 1
  24830. | #define HAVE_KILLPG 1
  24831. | #define HAVE_LCHMOD 1
  24832. | #define HAVE_LCHOWN 1
  24833. | #define HAVE_LINK 1
  24834. | #define HAVE_LLABS 1
  24835. | #define HAVE_LOCKF 1
  24836. | #define HAVE_LOG2 1
  24837. | #define HAVE_LSTAT 1
  24838. | #define HAVE_LUTIMES 1
  24839. | #define HAVE_MALLOC_SIZE 1
  24840. | #define HAVE_MBLEN 1
  24841. | #define HAVE_MEMSET_S 1
  24842. | #define HAVE_WRITEV 1
  24843. | #define HAVE_MKFIFO 1
  24844. | #define HAVE_MKNOD 1
  24845. | #define HAVE_MKTIME 1
  24846. | #define HAVE_OPENAT 1
  24847. | #define HAVE_POLL 1
  24848. | /* end confdefs.h. */
  24849. | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
  24850. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  24851. | #define posix_fadvise innocuous_posix_fadvise
  24852. |
  24853. | /* System header to define __stub macros and hopefully few prototypes,
  24854. | which can conflict with char posix_fadvise (); below.
  24855. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  24856. | <limits.h> exists even on freestanding compilers. */
  24857. |
  24858. | #ifdef __STDC__
  24859. | # include <limits.h>
  24860. | #else
  24861. | # include <assert.h>
  24862. | #endif
  24863. |
  24864. | #undef posix_fadvise
  24865. |
  24866. | /* Override any GCC internal prototype to avoid an error.
  24867. | Use char because int might match the return type of a GCC
  24868. | builtin and then its argument prototype would still apply. */
  24869. | #ifdef __cplusplus
  24870. | extern "C"
  24871. | #endif
  24872. | char posix_fadvise ();
  24873. | /* The GNU C library defines this for functions which it implements
  24874. | to always fail with ENOSYS. Some functions are actually named
  24875. | something starting with __ and the normal name is an alias. */
  24876. | #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
  24877. | choke me
  24878. | #endif
  24879. |
  24880. | int
  24881. | main ()
  24882. | {
  24883. | return posix_fadvise ();
  24884. | ;
  24885. | return 0;
  24886. | }
  24887. configure:22008: result: no
  24888. configure:22019: checking for posix_memalign
  24889. configure:22019: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24890. configure:22019: $? = 0
  24891. configure:22019: result: yes
  24892. configure:22030: checking for ppoll
  24893. configure:22030: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  24894. Undefined symbols for architecture x86_64:
  24895. "_ppoll", referenced from:
  24896. _main in conftest-719e63.o
  24897. ld: symbol(s) not found for architecture x86_64
  24898. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  24899. configure:22030: $? = 1
  24900. configure: failed program was:
  24901. | /* confdefs.h */
  24902. | #define PACKAGE_NAME ""
  24903. | #define PACKAGE_TARNAME ""
  24904. | #define PACKAGE_VERSION ""
  24905. | #define PACKAGE_STRING ""
  24906. | #define PACKAGE_BUGREPORT ""
  24907. | #define PACKAGE_URL ""
  24908. | #define CANONICALIZATION_FOR_MATHN 1
  24909. | #define STDC_HEADERS 1
  24910. | #define HAVE_SYS_TYPES_H 1
  24911. | #define HAVE_SYS_STAT_H 1
  24912. | #define HAVE_STDLIB_H 1
  24913. | #define HAVE_STRING_H 1
  24914. | #define HAVE_MEMORY_H 1
  24915. | #define HAVE_STRINGS_H 1
  24916. | #define HAVE_INTTYPES_H 1
  24917. | #define HAVE_STDINT_H 1
  24918. | #define HAVE_UNISTD_H 1
  24919. | #define __EXTENSIONS__ 1
  24920. | #define _ALL_SOURCE 1
  24921. | #define _GNU_SOURCE 1
  24922. | #define _POSIX_PTHREAD_SEMANTICS 1
  24923. | #define _TANDEM_SOURCE 1
  24924. | #define HAVE_INFINITY 1
  24925. | #define HAVE_NAN 1
  24926. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  24927. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  24928. | #define BROKEN_CRYPT 1
  24929. | #define HAVE_CRT_EXTERNS_H 1
  24930. | #define HAVE_LIBDL 1
  24931. | #define HAVE_DIRENT_H 1
  24932. | #define HAVE__BOOL 1
  24933. | #define HAVE_STDBOOL_H 1
  24934. | #define HAVE_SYS_WAIT_H 1
  24935. | #define HAVE_GRP_H 1
  24936. | #define HAVE_FCNTL_H 1
  24937. | #define HAVE_FLOAT_H 1
  24938. | #define HAVE_LANGINFO_H 1
  24939. | #define HAVE_LIMITS_H 1
  24940. | #define HAVE_LOCALE_H 1
  24941. | #define HAVE_MALLOC_MALLOC_H 1
  24942. | #define HAVE_PWD_H 1
  24943. | #define HAVE_SYS_ATTR_H 1
  24944. | #define HAVE_SYS_FCNTL_H 1
  24945. | #define HAVE_SYS_FILE_H 1
  24946. | #define HAVE_SYS_IOCTL_H 1
  24947. | #define HAVE_SYS_PARAM_H 1
  24948. | #define HAVE_SYS_RESOURCE_H 1
  24949. | #define HAVE_SYS_SELECT_H 1
  24950. | #define HAVE_SYS_SOCKET_H 1
  24951. | #define HAVE_SYS_TIME_H 1
  24952. | #define HAVE_SYS_TIMES_H 1
  24953. | #define HAVE_SYS_UIO_H 1
  24954. | #define HAVE_TIME_H 1
  24955. | #define HAVE_UCONTEXT_H 1
  24956. | #define HAVE_UTIME_H 1
  24957. | #define HAVE_GMP_H 1
  24958. | #define HAVE_LIBGMP 1
  24959. | #define HAVE_TYPEOF 1
  24960. | #define HAVE_LONG_LONG 1
  24961. | #define HAVE_OFF_T 1
  24962. | #define SIZEOF_INT 4
  24963. | #define SIZEOF_SHORT 2
  24964. | #define SIZEOF_LONG 8
  24965. | #define SIZEOF_LONG_LONG 8
  24966. | #define SIZEOF___INT64 0
  24967. | #define SIZEOF___INT128 16
  24968. | #define SIZEOF_OFF_T 8
  24969. | #define SIZEOF_VOIDP 8
  24970. | #define SIZEOF_FLOAT 4
  24971. | #define SIZEOF_DOUBLE 8
  24972. | #define SIZEOF_TIME_T 8
  24973. | #define SIZEOF_CLOCK_T 8
  24974. | #define PACKED_STRUCT(x) x __attribute__((packed))
  24975. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  24976. | #define PRI_LL_PREFIX "ll"
  24977. | #define rb_pid_t pid_t
  24978. | #define SIGNEDNESS_OF_PID_T -1
  24979. | #define PIDT2NUM(v) INT2NUM(v)
  24980. | #define NUM2PIDT(v) NUM2INT(v)
  24981. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  24982. | #define rb_uid_t uid_t
  24983. | #define SIGNEDNESS_OF_UID_T +1
  24984. | #define UIDT2NUM(v) UINT2NUM(v)
  24985. | #define NUM2UIDT(v) NUM2UINT(v)
  24986. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  24987. | #define rb_gid_t gid_t
  24988. | #define SIGNEDNESS_OF_GID_T +1
  24989. | #define GIDT2NUM(v) UINT2NUM(v)
  24990. | #define NUM2GIDT(v) NUM2UINT(v)
  24991. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  24992. | #define rb_time_t time_t
  24993. | #define SIGNEDNESS_OF_TIME_T -1
  24994. | #define TIMET2NUM(v) LONG2NUM(v)
  24995. | #define NUM2TIMET(v) NUM2LONG(v)
  24996. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  24997. | #define rb_dev_t dev_t
  24998. | #define SIGNEDNESS_OF_DEV_T -1
  24999. | #define DEVT2NUM(v) INT2NUM(v)
  25000. | #define NUM2DEVT(v) NUM2INT(v)
  25001. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25002. | #define rb_mode_t mode_t
  25003. | #define SIGNEDNESS_OF_MODE_T +1
  25004. | #define MODET2NUM(v) UINT2NUM(v)
  25005. | #define NUM2MODET(v) NUM2UINT(v)
  25006. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25007. | #define rb_rlim_t rlim_t
  25008. | #define SIGNEDNESS_OF_RLIM_T +1
  25009. | #define RLIM2NUM(v) ULL2NUM(v)
  25010. | #define NUM2RLIM(v) NUM2ULL(v)
  25011. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25012. | #define rb_off_t off_t
  25013. | #define SIGNEDNESS_OF_OFF_T -1
  25014. | #define OFFT2NUM(v) LL2NUM(v)
  25015. | #define NUM2OFFT(v) NUM2LL(v)
  25016. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25017. | #define rb_clockid_t int
  25018. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25019. | #define CLOCKID2NUM(v) INT2NUM(v)
  25020. | #define NUM2CLOCKID(v) NUM2INT(v)
  25021. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25022. | #define HAVE_PROTOTYPES 1
  25023. | #define TOKEN_PASTE(x,y) x##y
  25024. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25025. | #define HAVE_STDARG_PROTOTYPES 1
  25026. | #define HAVE_VA_ARGS_MACRO 1
  25027. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25028. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25029. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25030. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25031. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25032. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25033. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25034. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25035. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25036. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25037. | #define WEAK(x) __attribute__ ((__weak__)) x
  25038. | #define HAVE_FUNC_WEAK 1
  25039. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25040. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25041. | #define HAVE_GCC_SYNC_BUILTINS 1
  25042. | #define UNREACHABLE __builtin_unreachable()
  25043. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25044. | #define RUBY_FUNCTION_NAME_STRING __func__
  25045. | #define ENUM_OVER_INT 1
  25046. | #define HAVE_DECL_SYS_NERR 1
  25047. | #define HAVE_DECL_GETENV 1
  25048. | #define SIZEOF_SIZE_T 8
  25049. | #define SIZEOF_PTRDIFF_T 8
  25050. | #define PRI_SIZE_PREFIX "z"
  25051. | #define PRI_PTRDIFF_PREFIX "t"
  25052. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25053. | #define HAVE_ST_BLKSIZE 1
  25054. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25055. | #define HAVE_ST_BLOCKS 1
  25056. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25057. | #define HAVE_ST_RDEV 1
  25058. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25059. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25060. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25061. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25062. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25063. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25064. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25065. | #define HAVE_STRUCT_TIMEVAL 1
  25066. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25067. | #define HAVE_STRUCT_TIMESPEC 1
  25068. | #define HAVE_STRUCT_TIMEZONE 1
  25069. | #define HAVE_INT8_T 1
  25070. | #define SIZEOF_INT8_T 1
  25071. | #define HAVE_UINT8_T 1
  25072. | #define SIZEOF_UINT8_T 1
  25073. | #define HAVE_INT16_T 1
  25074. | #define SIZEOF_INT16_T 2
  25075. | #define HAVE_UINT16_T 1
  25076. | #define SIZEOF_UINT16_T 2
  25077. | #define HAVE_INT32_T 1
  25078. | #define SIZEOF_INT32_T 4
  25079. | #define HAVE_UINT32_T 1
  25080. | #define SIZEOF_UINT32_T 4
  25081. | #define HAVE_INT64_T 1
  25082. | #define SIZEOF_INT64_T 8
  25083. | #define HAVE_UINT64_T 1
  25084. | #define SIZEOF_UINT64_T 8
  25085. | #define HAVE_INT128_T 1
  25086. | #define int128_t __int128
  25087. | #define SIZEOF_INT128_T SIZEOF___INT128
  25088. | #define HAVE_UINT128_T 1
  25089. | #define uint128_t unsigned __int128
  25090. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25091. | #define HAVE_INTPTR_T 1
  25092. | #define SIZEOF_INTPTR_T 8
  25093. | #define HAVE_UINTPTR_T 1
  25094. | #define SIZEOF_UINTPTR_T 8
  25095. | #define HAVE_SSIZE_T 1
  25096. | #define SIZEOF_SSIZE_T 8
  25097. | #define GETGROUPS_T gid_t
  25098. | #define RETSIGTYPE void
  25099. | #define HAVE_ALLOCA_H 1
  25100. | #define HAVE_ALLOCA 1
  25101. | #define HAVE_ACOSH 1
  25102. | #define HAVE_CBRT 1
  25103. | #define HAVE_CRYPT 1
  25104. | #define HAVE_DUP2 1
  25105. | #define HAVE_ERF 1
  25106. | #define HAVE_FFS 1
  25107. | #define HAVE_FINITE 1
  25108. | #define HAVE_FLOCK 1
  25109. | #define HAVE_HYPOT 1
  25110. | #define HAVE_ISINF 1
  25111. | #define HAVE_ISNAN 1
  25112. | #define HAVE_LGAMMA_R 1
  25113. | #define HAVE_MEMMOVE 1
  25114. | #define HAVE_NEXTAFTER 1
  25115. | #define HAVE_STRCHR 1
  25116. | #define HAVE_STRERROR 1
  25117. | #define HAVE_STRLCAT 1
  25118. | #define HAVE_STRLCPY 1
  25119. | #define HAVE_STRSTR 1
  25120. | #define HAVE_TGAMMA 1
  25121. | #define SPT_TYPE SPT_REUSEARGV
  25122. | #define HAVE_SIGNBIT 1
  25123. | #define HAVE_FORK 1
  25124. | #define vfork fork
  25125. | #define HAVE_WORKING_FORK 1
  25126. | #define HAVE__LONGJMP 1
  25127. | #define HAVE_ARC4RANDOM_BUF 1
  25128. | #define HAVE_ATAN2L 1
  25129. | #define HAVE_ATAN2F 1
  25130. | #define HAVE_CHROOT 1
  25131. | #define HAVE_CLOCK_GETTIME 1
  25132. | #define HAVE_COSH 1
  25133. | #define HAVE_DIRFD 1
  25134. | #define HAVE_DLOPEN 1
  25135. | #define HAVE_DLADDR 1
  25136. | #define HAVE_DUP 1
  25137. | #define HAVE_ENDGRENT 1
  25138. | #define HAVE_FCHMOD 1
  25139. | #define HAVE_FCHOWN 1
  25140. | #define HAVE_FCNTL 1
  25141. | #define HAVE_FDOPENDIR 1
  25142. | #define HAVE_FGETATTRLIST 1
  25143. | #define HAVE_FMOD 1
  25144. | #define HAVE_FSTATAT 1
  25145. | #define HAVE_FSYNC 1
  25146. | #define HAVE_FTRUNCATE 1
  25147. | #define HAVE_GETATTRLIST 1
  25148. | #define HAVE_GETCWD 1
  25149. | #define HAVE_GETGRNAM 1
  25150. | #define HAVE_GETGRNAM_R 1
  25151. | #define HAVE_GETGROUPS 1
  25152. | #define HAVE_GETPGID 1
  25153. | #define HAVE_GETPGRP 1
  25154. | #define HAVE_GETPRIORITY 1
  25155. | #define HAVE_GETPWNAM_R 1
  25156. | #define HAVE_GETRLIMIT 1
  25157. | #define HAVE_GETSID 1
  25158. | #define HAVE_GETTIMEOFDAY 1
  25159. | #define HAVE_GMTIME_R 1
  25160. | #define HAVE_INITGROUPS 1
  25161. | #define HAVE_IOCTL 1
  25162. | #define HAVE_ISSETUGID 1
  25163. | #define HAVE_KILLPG 1
  25164. | #define HAVE_LCHMOD 1
  25165. | #define HAVE_LCHOWN 1
  25166. | #define HAVE_LINK 1
  25167. | #define HAVE_LLABS 1
  25168. | #define HAVE_LOCKF 1
  25169. | #define HAVE_LOG2 1
  25170. | #define HAVE_LSTAT 1
  25171. | #define HAVE_LUTIMES 1
  25172. | #define HAVE_MALLOC_SIZE 1
  25173. | #define HAVE_MBLEN 1
  25174. | #define HAVE_MEMSET_S 1
  25175. | #define HAVE_WRITEV 1
  25176. | #define HAVE_MKFIFO 1
  25177. | #define HAVE_MKNOD 1
  25178. | #define HAVE_MKTIME 1
  25179. | #define HAVE_OPENAT 1
  25180. | #define HAVE_POLL 1
  25181. | #define HAVE_POSIX_MEMALIGN 1
  25182. | /* end confdefs.h. */
  25183. | /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
  25184. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25185. | #define ppoll innocuous_ppoll
  25186. |
  25187. | /* System header to define __stub macros and hopefully few prototypes,
  25188. | which can conflict with char ppoll (); below.
  25189. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25190. | <limits.h> exists even on freestanding compilers. */
  25191. |
  25192. | #ifdef __STDC__
  25193. | # include <limits.h>
  25194. | #else
  25195. | # include <assert.h>
  25196. | #endif
  25197. |
  25198. | #undef ppoll
  25199. |
  25200. | /* Override any GCC internal prototype to avoid an error.
  25201. | Use char because int might match the return type of a GCC
  25202. | builtin and then its argument prototype would still apply. */
  25203. | #ifdef __cplusplus
  25204. | extern "C"
  25205. | #endif
  25206. | char ppoll ();
  25207. | /* The GNU C library defines this for functions which it implements
  25208. | to always fail with ENOSYS. Some functions are actually named
  25209. | something starting with __ and the normal name is an alias. */
  25210. | #if defined __stub_ppoll || defined __stub___ppoll
  25211. | choke me
  25212. | #endif
  25213. |
  25214. | int
  25215. | main ()
  25216. | {
  25217. | return ppoll ();
  25218. | ;
  25219. | return 0;
  25220. | }
  25221. configure:22030: result: no
  25222. configure:22041: checking for pread
  25223. configure:22041: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25224. configure:22041: $? = 0
  25225. configure:22041: result: yes
  25226. configure:22052: checking for pwrite
  25227. configure:22052: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25228. configure:22052: $? = 0
  25229. configure:22052: result: yes
  25230. configure:22063: checking for qsort_r
  25231. configure:22063: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25232. configure:22063: $? = 0
  25233. configure:22063: result: yes
  25234. configure:22074: checking for qsort_s
  25235. configure:22074: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25236. Undefined symbols for architecture x86_64:
  25237. "_qsort_s", referenced from:
  25238. _main in conftest-de323a.o
  25239. ld: symbol(s) not found for architecture x86_64
  25240. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25241. configure:22074: $? = 1
  25242. configure: failed program was:
  25243. | /* confdefs.h */
  25244. | #define PACKAGE_NAME ""
  25245. | #define PACKAGE_TARNAME ""
  25246. | #define PACKAGE_VERSION ""
  25247. | #define PACKAGE_STRING ""
  25248. | #define PACKAGE_BUGREPORT ""
  25249. | #define PACKAGE_URL ""
  25250. | #define CANONICALIZATION_FOR_MATHN 1
  25251. | #define STDC_HEADERS 1
  25252. | #define HAVE_SYS_TYPES_H 1
  25253. | #define HAVE_SYS_STAT_H 1
  25254. | #define HAVE_STDLIB_H 1
  25255. | #define HAVE_STRING_H 1
  25256. | #define HAVE_MEMORY_H 1
  25257. | #define HAVE_STRINGS_H 1
  25258. | #define HAVE_INTTYPES_H 1
  25259. | #define HAVE_STDINT_H 1
  25260. | #define HAVE_UNISTD_H 1
  25261. | #define __EXTENSIONS__ 1
  25262. | #define _ALL_SOURCE 1
  25263. | #define _GNU_SOURCE 1
  25264. | #define _POSIX_PTHREAD_SEMANTICS 1
  25265. | #define _TANDEM_SOURCE 1
  25266. | #define HAVE_INFINITY 1
  25267. | #define HAVE_NAN 1
  25268. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25269. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25270. | #define BROKEN_CRYPT 1
  25271. | #define HAVE_CRT_EXTERNS_H 1
  25272. | #define HAVE_LIBDL 1
  25273. | #define HAVE_DIRENT_H 1
  25274. | #define HAVE__BOOL 1
  25275. | #define HAVE_STDBOOL_H 1
  25276. | #define HAVE_SYS_WAIT_H 1
  25277. | #define HAVE_GRP_H 1
  25278. | #define HAVE_FCNTL_H 1
  25279. | #define HAVE_FLOAT_H 1
  25280. | #define HAVE_LANGINFO_H 1
  25281. | #define HAVE_LIMITS_H 1
  25282. | #define HAVE_LOCALE_H 1
  25283. | #define HAVE_MALLOC_MALLOC_H 1
  25284. | #define HAVE_PWD_H 1
  25285. | #define HAVE_SYS_ATTR_H 1
  25286. | #define HAVE_SYS_FCNTL_H 1
  25287. | #define HAVE_SYS_FILE_H 1
  25288. | #define HAVE_SYS_IOCTL_H 1
  25289. | #define HAVE_SYS_PARAM_H 1
  25290. | #define HAVE_SYS_RESOURCE_H 1
  25291. | #define HAVE_SYS_SELECT_H 1
  25292. | #define HAVE_SYS_SOCKET_H 1
  25293. | #define HAVE_SYS_TIME_H 1
  25294. | #define HAVE_SYS_TIMES_H 1
  25295. | #define HAVE_SYS_UIO_H 1
  25296. | #define HAVE_TIME_H 1
  25297. | #define HAVE_UCONTEXT_H 1
  25298. | #define HAVE_UTIME_H 1
  25299. | #define HAVE_GMP_H 1
  25300. | #define HAVE_LIBGMP 1
  25301. | #define HAVE_TYPEOF 1
  25302. | #define HAVE_LONG_LONG 1
  25303. | #define HAVE_OFF_T 1
  25304. | #define SIZEOF_INT 4
  25305. | #define SIZEOF_SHORT 2
  25306. | #define SIZEOF_LONG 8
  25307. | #define SIZEOF_LONG_LONG 8
  25308. | #define SIZEOF___INT64 0
  25309. | #define SIZEOF___INT128 16
  25310. | #define SIZEOF_OFF_T 8
  25311. | #define SIZEOF_VOIDP 8
  25312. | #define SIZEOF_FLOAT 4
  25313. | #define SIZEOF_DOUBLE 8
  25314. | #define SIZEOF_TIME_T 8
  25315. | #define SIZEOF_CLOCK_T 8
  25316. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25317. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25318. | #define PRI_LL_PREFIX "ll"
  25319. | #define rb_pid_t pid_t
  25320. | #define SIGNEDNESS_OF_PID_T -1
  25321. | #define PIDT2NUM(v) INT2NUM(v)
  25322. | #define NUM2PIDT(v) NUM2INT(v)
  25323. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25324. | #define rb_uid_t uid_t
  25325. | #define SIGNEDNESS_OF_UID_T +1
  25326. | #define UIDT2NUM(v) UINT2NUM(v)
  25327. | #define NUM2UIDT(v) NUM2UINT(v)
  25328. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25329. | #define rb_gid_t gid_t
  25330. | #define SIGNEDNESS_OF_GID_T +1
  25331. | #define GIDT2NUM(v) UINT2NUM(v)
  25332. | #define NUM2GIDT(v) NUM2UINT(v)
  25333. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25334. | #define rb_time_t time_t
  25335. | #define SIGNEDNESS_OF_TIME_T -1
  25336. | #define TIMET2NUM(v) LONG2NUM(v)
  25337. | #define NUM2TIMET(v) NUM2LONG(v)
  25338. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25339. | #define rb_dev_t dev_t
  25340. | #define SIGNEDNESS_OF_DEV_T -1
  25341. | #define DEVT2NUM(v) INT2NUM(v)
  25342. | #define NUM2DEVT(v) NUM2INT(v)
  25343. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25344. | #define rb_mode_t mode_t
  25345. | #define SIGNEDNESS_OF_MODE_T +1
  25346. | #define MODET2NUM(v) UINT2NUM(v)
  25347. | #define NUM2MODET(v) NUM2UINT(v)
  25348. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25349. | #define rb_rlim_t rlim_t
  25350. | #define SIGNEDNESS_OF_RLIM_T +1
  25351. | #define RLIM2NUM(v) ULL2NUM(v)
  25352. | #define NUM2RLIM(v) NUM2ULL(v)
  25353. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25354. | #define rb_off_t off_t
  25355. | #define SIGNEDNESS_OF_OFF_T -1
  25356. | #define OFFT2NUM(v) LL2NUM(v)
  25357. | #define NUM2OFFT(v) NUM2LL(v)
  25358. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25359. | #define rb_clockid_t int
  25360. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25361. | #define CLOCKID2NUM(v) INT2NUM(v)
  25362. | #define NUM2CLOCKID(v) NUM2INT(v)
  25363. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25364. | #define HAVE_PROTOTYPES 1
  25365. | #define TOKEN_PASTE(x,y) x##y
  25366. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25367. | #define HAVE_STDARG_PROTOTYPES 1
  25368. | #define HAVE_VA_ARGS_MACRO 1
  25369. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25370. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25371. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25372. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25373. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25374. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25375. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25376. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25377. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25378. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25379. | #define WEAK(x) __attribute__ ((__weak__)) x
  25380. | #define HAVE_FUNC_WEAK 1
  25381. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25382. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25383. | #define HAVE_GCC_SYNC_BUILTINS 1
  25384. | #define UNREACHABLE __builtin_unreachable()
  25385. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25386. | #define RUBY_FUNCTION_NAME_STRING __func__
  25387. | #define ENUM_OVER_INT 1
  25388. | #define HAVE_DECL_SYS_NERR 1
  25389. | #define HAVE_DECL_GETENV 1
  25390. | #define SIZEOF_SIZE_T 8
  25391. | #define SIZEOF_PTRDIFF_T 8
  25392. | #define PRI_SIZE_PREFIX "z"
  25393. | #define PRI_PTRDIFF_PREFIX "t"
  25394. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25395. | #define HAVE_ST_BLKSIZE 1
  25396. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25397. | #define HAVE_ST_BLOCKS 1
  25398. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25399. | #define HAVE_ST_RDEV 1
  25400. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25401. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25402. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25403. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25404. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25405. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25406. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25407. | #define HAVE_STRUCT_TIMEVAL 1
  25408. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25409. | #define HAVE_STRUCT_TIMESPEC 1
  25410. | #define HAVE_STRUCT_TIMEZONE 1
  25411. | #define HAVE_INT8_T 1
  25412. | #define SIZEOF_INT8_T 1
  25413. | #define HAVE_UINT8_T 1
  25414. | #define SIZEOF_UINT8_T 1
  25415. | #define HAVE_INT16_T 1
  25416. | #define SIZEOF_INT16_T 2
  25417. | #define HAVE_UINT16_T 1
  25418. | #define SIZEOF_UINT16_T 2
  25419. | #define HAVE_INT32_T 1
  25420. | #define SIZEOF_INT32_T 4
  25421. | #define HAVE_UINT32_T 1
  25422. | #define SIZEOF_UINT32_T 4
  25423. | #define HAVE_INT64_T 1
  25424. | #define SIZEOF_INT64_T 8
  25425. | #define HAVE_UINT64_T 1
  25426. | #define SIZEOF_UINT64_T 8
  25427. | #define HAVE_INT128_T 1
  25428. | #define int128_t __int128
  25429. | #define SIZEOF_INT128_T SIZEOF___INT128
  25430. | #define HAVE_UINT128_T 1
  25431. | #define uint128_t unsigned __int128
  25432. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25433. | #define HAVE_INTPTR_T 1
  25434. | #define SIZEOF_INTPTR_T 8
  25435. | #define HAVE_UINTPTR_T 1
  25436. | #define SIZEOF_UINTPTR_T 8
  25437. | #define HAVE_SSIZE_T 1
  25438. | #define SIZEOF_SSIZE_T 8
  25439. | #define GETGROUPS_T gid_t
  25440. | #define RETSIGTYPE void
  25441. | #define HAVE_ALLOCA_H 1
  25442. | #define HAVE_ALLOCA 1
  25443. | #define HAVE_ACOSH 1
  25444. | #define HAVE_CBRT 1
  25445. | #define HAVE_CRYPT 1
  25446. | #define HAVE_DUP2 1
  25447. | #define HAVE_ERF 1
  25448. | #define HAVE_FFS 1
  25449. | #define HAVE_FINITE 1
  25450. | #define HAVE_FLOCK 1
  25451. | #define HAVE_HYPOT 1
  25452. | #define HAVE_ISINF 1
  25453. | #define HAVE_ISNAN 1
  25454. | #define HAVE_LGAMMA_R 1
  25455. | #define HAVE_MEMMOVE 1
  25456. | #define HAVE_NEXTAFTER 1
  25457. | #define HAVE_STRCHR 1
  25458. | #define HAVE_STRERROR 1
  25459. | #define HAVE_STRLCAT 1
  25460. | #define HAVE_STRLCPY 1
  25461. | #define HAVE_STRSTR 1
  25462. | #define HAVE_TGAMMA 1
  25463. | #define SPT_TYPE SPT_REUSEARGV
  25464. | #define HAVE_SIGNBIT 1
  25465. | #define HAVE_FORK 1
  25466. | #define vfork fork
  25467. | #define HAVE_WORKING_FORK 1
  25468. | #define HAVE__LONGJMP 1
  25469. | #define HAVE_ARC4RANDOM_BUF 1
  25470. | #define HAVE_ATAN2L 1
  25471. | #define HAVE_ATAN2F 1
  25472. | #define HAVE_CHROOT 1
  25473. | #define HAVE_CLOCK_GETTIME 1
  25474. | #define HAVE_COSH 1
  25475. | #define HAVE_DIRFD 1
  25476. | #define HAVE_DLOPEN 1
  25477. | #define HAVE_DLADDR 1
  25478. | #define HAVE_DUP 1
  25479. | #define HAVE_ENDGRENT 1
  25480. | #define HAVE_FCHMOD 1
  25481. | #define HAVE_FCHOWN 1
  25482. | #define HAVE_FCNTL 1
  25483. | #define HAVE_FDOPENDIR 1
  25484. | #define HAVE_FGETATTRLIST 1
  25485. | #define HAVE_FMOD 1
  25486. | #define HAVE_FSTATAT 1
  25487. | #define HAVE_FSYNC 1
  25488. | #define HAVE_FTRUNCATE 1
  25489. | #define HAVE_GETATTRLIST 1
  25490. | #define HAVE_GETCWD 1
  25491. | #define HAVE_GETGRNAM 1
  25492. | #define HAVE_GETGRNAM_R 1
  25493. | #define HAVE_GETGROUPS 1
  25494. | #define HAVE_GETPGID 1
  25495. | #define HAVE_GETPGRP 1
  25496. | #define HAVE_GETPRIORITY 1
  25497. | #define HAVE_GETPWNAM_R 1
  25498. | #define HAVE_GETRLIMIT 1
  25499. | #define HAVE_GETSID 1
  25500. | #define HAVE_GETTIMEOFDAY 1
  25501. | #define HAVE_GMTIME_R 1
  25502. | #define HAVE_INITGROUPS 1
  25503. | #define HAVE_IOCTL 1
  25504. | #define HAVE_ISSETUGID 1
  25505. | #define HAVE_KILLPG 1
  25506. | #define HAVE_LCHMOD 1
  25507. | #define HAVE_LCHOWN 1
  25508. | #define HAVE_LINK 1
  25509. | #define HAVE_LLABS 1
  25510. | #define HAVE_LOCKF 1
  25511. | #define HAVE_LOG2 1
  25512. | #define HAVE_LSTAT 1
  25513. | #define HAVE_LUTIMES 1
  25514. | #define HAVE_MALLOC_SIZE 1
  25515. | #define HAVE_MBLEN 1
  25516. | #define HAVE_MEMSET_S 1
  25517. | #define HAVE_WRITEV 1
  25518. | #define HAVE_MKFIFO 1
  25519. | #define HAVE_MKNOD 1
  25520. | #define HAVE_MKTIME 1
  25521. | #define HAVE_OPENAT 1
  25522. | #define HAVE_POLL 1
  25523. | #define HAVE_POSIX_MEMALIGN 1
  25524. | #define HAVE_PREAD 1
  25525. | #define HAVE_PWRITE 1
  25526. | #define HAVE_QSORT_R 1
  25527. | /* end confdefs.h. */
  25528. | /* Define qsort_s to an innocuous variant, in case <limits.h> declares qsort_s.
  25529. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25530. | #define qsort_s innocuous_qsort_s
  25531. |
  25532. | /* System header to define __stub macros and hopefully few prototypes,
  25533. | which can conflict with char qsort_s (); below.
  25534. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25535. | <limits.h> exists even on freestanding compilers. */
  25536. |
  25537. | #ifdef __STDC__
  25538. | # include <limits.h>
  25539. | #else
  25540. | # include <assert.h>
  25541. | #endif
  25542. |
  25543. | #undef qsort_s
  25544. |
  25545. | /* Override any GCC internal prototype to avoid an error.
  25546. | Use char because int might match the return type of a GCC
  25547. | builtin and then its argument prototype would still apply. */
  25548. | #ifdef __cplusplus
  25549. | extern "C"
  25550. | #endif
  25551. | char qsort_s ();
  25552. | /* The GNU C library defines this for functions which it implements
  25553. | to always fail with ENOSYS. Some functions are actually named
  25554. | something starting with __ and the normal name is an alias. */
  25555. | #if defined __stub_qsort_s || defined __stub___qsort_s
  25556. | choke me
  25557. | #endif
  25558. |
  25559. | int
  25560. | main ()
  25561. | {
  25562. | return qsort_s ();
  25563. | ;
  25564. | return 0;
  25565. | }
  25566. configure:22074: result: no
  25567. configure:22085: checking for readlink
  25568. configure:22085: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25569. configure:22085: $? = 0
  25570. configure:22085: result: yes
  25571. configure:22096: checking for round
  25572. configure:22096: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25573. conftest.c:310:6: warning: incompatible redeclaration of library function 'round' [-Wincompatible-library-redeclaration]
  25574. char round ();
  25575. ^
  25576. conftest.c:310:6: note: 'round' is a builtin with type 'double (double)'
  25577. 1 warning generated.
  25578. configure:22096: $? = 0
  25579. configure:22096: result: yes
  25580. configure:22107: checking for sched_getaffinity
  25581. configure:22107: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25582. Undefined symbols for architecture x86_64:
  25583. "_sched_getaffinity", referenced from:
  25584. _main in conftest-3655d1.o
  25585. ld: symbol(s) not found for architecture x86_64
  25586. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25587. configure:22107: $? = 1
  25588. configure: failed program was:
  25589. | /* confdefs.h */
  25590. | #define PACKAGE_NAME ""
  25591. | #define PACKAGE_TARNAME ""
  25592. | #define PACKAGE_VERSION ""
  25593. | #define PACKAGE_STRING ""
  25594. | #define PACKAGE_BUGREPORT ""
  25595. | #define PACKAGE_URL ""
  25596. | #define CANONICALIZATION_FOR_MATHN 1
  25597. | #define STDC_HEADERS 1
  25598. | #define HAVE_SYS_TYPES_H 1
  25599. | #define HAVE_SYS_STAT_H 1
  25600. | #define HAVE_STDLIB_H 1
  25601. | #define HAVE_STRING_H 1
  25602. | #define HAVE_MEMORY_H 1
  25603. | #define HAVE_STRINGS_H 1
  25604. | #define HAVE_INTTYPES_H 1
  25605. | #define HAVE_STDINT_H 1
  25606. | #define HAVE_UNISTD_H 1
  25607. | #define __EXTENSIONS__ 1
  25608. | #define _ALL_SOURCE 1
  25609. | #define _GNU_SOURCE 1
  25610. | #define _POSIX_PTHREAD_SEMANTICS 1
  25611. | #define _TANDEM_SOURCE 1
  25612. | #define HAVE_INFINITY 1
  25613. | #define HAVE_NAN 1
  25614. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25615. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  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_SYS_ATTR_H 1
  25632. | #define HAVE_SYS_FCNTL_H 1
  25633. | #define HAVE_SYS_FILE_H 1
  25634. | #define HAVE_SYS_IOCTL_H 1
  25635. | #define HAVE_SYS_PARAM_H 1
  25636. | #define HAVE_SYS_RESOURCE_H 1
  25637. | #define HAVE_SYS_SELECT_H 1
  25638. | #define HAVE_SYS_SOCKET_H 1
  25639. | #define HAVE_SYS_TIME_H 1
  25640. | #define HAVE_SYS_TIMES_H 1
  25641. | #define HAVE_SYS_UIO_H 1
  25642. | #define HAVE_TIME_H 1
  25643. | #define HAVE_UCONTEXT_H 1
  25644. | #define HAVE_UTIME_H 1
  25645. | #define HAVE_GMP_H 1
  25646. | #define HAVE_LIBGMP 1
  25647. | #define HAVE_TYPEOF 1
  25648. | #define HAVE_LONG_LONG 1
  25649. | #define HAVE_OFF_T 1
  25650. | #define SIZEOF_INT 4
  25651. | #define SIZEOF_SHORT 2
  25652. | #define SIZEOF_LONG 8
  25653. | #define SIZEOF_LONG_LONG 8
  25654. | #define SIZEOF___INT64 0
  25655. | #define SIZEOF___INT128 16
  25656. | #define SIZEOF_OFF_T 8
  25657. | #define SIZEOF_VOIDP 8
  25658. | #define SIZEOF_FLOAT 4
  25659. | #define SIZEOF_DOUBLE 8
  25660. | #define SIZEOF_TIME_T 8
  25661. | #define SIZEOF_CLOCK_T 8
  25662. | #define PACKED_STRUCT(x) x __attribute__((packed))
  25663. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  25664. | #define PRI_LL_PREFIX "ll"
  25665. | #define rb_pid_t pid_t
  25666. | #define SIGNEDNESS_OF_PID_T -1
  25667. | #define PIDT2NUM(v) INT2NUM(v)
  25668. | #define NUM2PIDT(v) NUM2INT(v)
  25669. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  25670. | #define rb_uid_t uid_t
  25671. | #define SIGNEDNESS_OF_UID_T +1
  25672. | #define UIDT2NUM(v) UINT2NUM(v)
  25673. | #define NUM2UIDT(v) NUM2UINT(v)
  25674. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  25675. | #define rb_gid_t gid_t
  25676. | #define SIGNEDNESS_OF_GID_T +1
  25677. | #define GIDT2NUM(v) UINT2NUM(v)
  25678. | #define NUM2GIDT(v) NUM2UINT(v)
  25679. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  25680. | #define rb_time_t time_t
  25681. | #define SIGNEDNESS_OF_TIME_T -1
  25682. | #define TIMET2NUM(v) LONG2NUM(v)
  25683. | #define NUM2TIMET(v) NUM2LONG(v)
  25684. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  25685. | #define rb_dev_t dev_t
  25686. | #define SIGNEDNESS_OF_DEV_T -1
  25687. | #define DEVT2NUM(v) INT2NUM(v)
  25688. | #define NUM2DEVT(v) NUM2INT(v)
  25689. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  25690. | #define rb_mode_t mode_t
  25691. | #define SIGNEDNESS_OF_MODE_T +1
  25692. | #define MODET2NUM(v) UINT2NUM(v)
  25693. | #define NUM2MODET(v) NUM2UINT(v)
  25694. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  25695. | #define rb_rlim_t rlim_t
  25696. | #define SIGNEDNESS_OF_RLIM_T +1
  25697. | #define RLIM2NUM(v) ULL2NUM(v)
  25698. | #define NUM2RLIM(v) NUM2ULL(v)
  25699. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  25700. | #define rb_off_t off_t
  25701. | #define SIGNEDNESS_OF_OFF_T -1
  25702. | #define OFFT2NUM(v) LL2NUM(v)
  25703. | #define NUM2OFFT(v) NUM2LL(v)
  25704. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  25705. | #define rb_clockid_t int
  25706. | #define SIGNEDNESS_OF_CLOCKID_T -1
  25707. | #define CLOCKID2NUM(v) INT2NUM(v)
  25708. | #define NUM2CLOCKID(v) NUM2INT(v)
  25709. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  25710. | #define HAVE_PROTOTYPES 1
  25711. | #define TOKEN_PASTE(x,y) x##y
  25712. | #define STRINGIZE(expr) STRINGIZE0(expr)
  25713. | #define HAVE_STDARG_PROTOTYPES 1
  25714. | #define HAVE_VA_ARGS_MACRO 1
  25715. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  25716. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  25717. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  25718. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  25719. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  25720. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  25721. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  25722. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  25723. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  25724. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  25725. | #define WEAK(x) __attribute__ ((__weak__)) x
  25726. | #define HAVE_FUNC_WEAK 1
  25727. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  25728. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  25729. | #define HAVE_GCC_SYNC_BUILTINS 1
  25730. | #define UNREACHABLE __builtin_unreachable()
  25731. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  25732. | #define RUBY_FUNCTION_NAME_STRING __func__
  25733. | #define ENUM_OVER_INT 1
  25734. | #define HAVE_DECL_SYS_NERR 1
  25735. | #define HAVE_DECL_GETENV 1
  25736. | #define SIZEOF_SIZE_T 8
  25737. | #define SIZEOF_PTRDIFF_T 8
  25738. | #define PRI_SIZE_PREFIX "z"
  25739. | #define PRI_PTRDIFF_PREFIX "t"
  25740. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  25741. | #define HAVE_ST_BLKSIZE 1
  25742. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  25743. | #define HAVE_ST_BLOCKS 1
  25744. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  25745. | #define HAVE_ST_RDEV 1
  25746. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  25747. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  25748. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  25749. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  25750. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  25751. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  25752. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  25753. | #define HAVE_STRUCT_TIMEVAL 1
  25754. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  25755. | #define HAVE_STRUCT_TIMESPEC 1
  25756. | #define HAVE_STRUCT_TIMEZONE 1
  25757. | #define HAVE_INT8_T 1
  25758. | #define SIZEOF_INT8_T 1
  25759. | #define HAVE_UINT8_T 1
  25760. | #define SIZEOF_UINT8_T 1
  25761. | #define HAVE_INT16_T 1
  25762. | #define SIZEOF_INT16_T 2
  25763. | #define HAVE_UINT16_T 1
  25764. | #define SIZEOF_UINT16_T 2
  25765. | #define HAVE_INT32_T 1
  25766. | #define SIZEOF_INT32_T 4
  25767. | #define HAVE_UINT32_T 1
  25768. | #define SIZEOF_UINT32_T 4
  25769. | #define HAVE_INT64_T 1
  25770. | #define SIZEOF_INT64_T 8
  25771. | #define HAVE_UINT64_T 1
  25772. | #define SIZEOF_UINT64_T 8
  25773. | #define HAVE_INT128_T 1
  25774. | #define int128_t __int128
  25775. | #define SIZEOF_INT128_T SIZEOF___INT128
  25776. | #define HAVE_UINT128_T 1
  25777. | #define uint128_t unsigned __int128
  25778. | #define SIZEOF_UINT128_T SIZEOF___INT128
  25779. | #define HAVE_INTPTR_T 1
  25780. | #define SIZEOF_INTPTR_T 8
  25781. | #define HAVE_UINTPTR_T 1
  25782. | #define SIZEOF_UINTPTR_T 8
  25783. | #define HAVE_SSIZE_T 1
  25784. | #define SIZEOF_SSIZE_T 8
  25785. | #define GETGROUPS_T gid_t
  25786. | #define RETSIGTYPE void
  25787. | #define HAVE_ALLOCA_H 1
  25788. | #define HAVE_ALLOCA 1
  25789. | #define HAVE_ACOSH 1
  25790. | #define HAVE_CBRT 1
  25791. | #define HAVE_CRYPT 1
  25792. | #define HAVE_DUP2 1
  25793. | #define HAVE_ERF 1
  25794. | #define HAVE_FFS 1
  25795. | #define HAVE_FINITE 1
  25796. | #define HAVE_FLOCK 1
  25797. | #define HAVE_HYPOT 1
  25798. | #define HAVE_ISINF 1
  25799. | #define HAVE_ISNAN 1
  25800. | #define HAVE_LGAMMA_R 1
  25801. | #define HAVE_MEMMOVE 1
  25802. | #define HAVE_NEXTAFTER 1
  25803. | #define HAVE_STRCHR 1
  25804. | #define HAVE_STRERROR 1
  25805. | #define HAVE_STRLCAT 1
  25806. | #define HAVE_STRLCPY 1
  25807. | #define HAVE_STRSTR 1
  25808. | #define HAVE_TGAMMA 1
  25809. | #define SPT_TYPE SPT_REUSEARGV
  25810. | #define HAVE_SIGNBIT 1
  25811. | #define HAVE_FORK 1
  25812. | #define vfork fork
  25813. | #define HAVE_WORKING_FORK 1
  25814. | #define HAVE__LONGJMP 1
  25815. | #define HAVE_ARC4RANDOM_BUF 1
  25816. | #define HAVE_ATAN2L 1
  25817. | #define HAVE_ATAN2F 1
  25818. | #define HAVE_CHROOT 1
  25819. | #define HAVE_CLOCK_GETTIME 1
  25820. | #define HAVE_COSH 1
  25821. | #define HAVE_DIRFD 1
  25822. | #define HAVE_DLOPEN 1
  25823. | #define HAVE_DLADDR 1
  25824. | #define HAVE_DUP 1
  25825. | #define HAVE_ENDGRENT 1
  25826. | #define HAVE_FCHMOD 1
  25827. | #define HAVE_FCHOWN 1
  25828. | #define HAVE_FCNTL 1
  25829. | #define HAVE_FDOPENDIR 1
  25830. | #define HAVE_FGETATTRLIST 1
  25831. | #define HAVE_FMOD 1
  25832. | #define HAVE_FSTATAT 1
  25833. | #define HAVE_FSYNC 1
  25834. | #define HAVE_FTRUNCATE 1
  25835. | #define HAVE_GETATTRLIST 1
  25836. | #define HAVE_GETCWD 1
  25837. | #define HAVE_GETGRNAM 1
  25838. | #define HAVE_GETGRNAM_R 1
  25839. | #define HAVE_GETGROUPS 1
  25840. | #define HAVE_GETPGID 1
  25841. | #define HAVE_GETPGRP 1
  25842. | #define HAVE_GETPRIORITY 1
  25843. | #define HAVE_GETPWNAM_R 1
  25844. | #define HAVE_GETRLIMIT 1
  25845. | #define HAVE_GETSID 1
  25846. | #define HAVE_GETTIMEOFDAY 1
  25847. | #define HAVE_GMTIME_R 1
  25848. | #define HAVE_INITGROUPS 1
  25849. | #define HAVE_IOCTL 1
  25850. | #define HAVE_ISSETUGID 1
  25851. | #define HAVE_KILLPG 1
  25852. | #define HAVE_LCHMOD 1
  25853. | #define HAVE_LCHOWN 1
  25854. | #define HAVE_LINK 1
  25855. | #define HAVE_LLABS 1
  25856. | #define HAVE_LOCKF 1
  25857. | #define HAVE_LOG2 1
  25858. | #define HAVE_LSTAT 1
  25859. | #define HAVE_LUTIMES 1
  25860. | #define HAVE_MALLOC_SIZE 1
  25861. | #define HAVE_MBLEN 1
  25862. | #define HAVE_MEMSET_S 1
  25863. | #define HAVE_WRITEV 1
  25864. | #define HAVE_MKFIFO 1
  25865. | #define HAVE_MKNOD 1
  25866. | #define HAVE_MKTIME 1
  25867. | #define HAVE_OPENAT 1
  25868. | #define HAVE_POLL 1
  25869. | #define HAVE_POSIX_MEMALIGN 1
  25870. | #define HAVE_PREAD 1
  25871. | #define HAVE_PWRITE 1
  25872. | #define HAVE_QSORT_R 1
  25873. | #define HAVE_READLINK 1
  25874. | #define HAVE_ROUND 1
  25875. | /* end confdefs.h. */
  25876. | /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
  25877. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  25878. | #define sched_getaffinity innocuous_sched_getaffinity
  25879. |
  25880. | /* System header to define __stub macros and hopefully few prototypes,
  25881. | which can conflict with char sched_getaffinity (); below.
  25882. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  25883. | <limits.h> exists even on freestanding compilers. */
  25884. |
  25885. | #ifdef __STDC__
  25886. | # include <limits.h>
  25887. | #else
  25888. | # include <assert.h>
  25889. | #endif
  25890. |
  25891. | #undef sched_getaffinity
  25892. |
  25893. | /* Override any GCC internal prototype to avoid an error.
  25894. | Use char because int might match the return type of a GCC
  25895. | builtin and then its argument prototype would still apply. */
  25896. | #ifdef __cplusplus
  25897. | extern "C"
  25898. | #endif
  25899. | char sched_getaffinity ();
  25900. | /* The GNU C library defines this for functions which it implements
  25901. | to always fail with ENOSYS. Some functions are actually named
  25902. | something starting with __ and the normal name is an alias. */
  25903. | #if defined __stub_sched_getaffinity || defined __stub___sched_getaffinity
  25904. | choke me
  25905. | #endif
  25906. |
  25907. | int
  25908. | main ()
  25909. | {
  25910. | return sched_getaffinity ();
  25911. | ;
  25912. | return 0;
  25913. | }
  25914. configure:22107: result: no
  25915. configure:22118: checking for seekdir
  25916. configure:22118: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25917. configure:22118: $? = 0
  25918. configure:22118: result: yes
  25919. configure:22129: checking for select_large_fdset
  25920. configure:22129: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  25921. Undefined symbols for architecture x86_64:
  25922. "_select_large_fdset", referenced from:
  25923. _main in conftest-71c54f.o
  25924. ld: symbol(s) not found for architecture x86_64
  25925. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  25926. configure:22129: $? = 1
  25927. configure: failed program was:
  25928. | /* confdefs.h */
  25929. | #define PACKAGE_NAME ""
  25930. | #define PACKAGE_TARNAME ""
  25931. | #define PACKAGE_VERSION ""
  25932. | #define PACKAGE_STRING ""
  25933. | #define PACKAGE_BUGREPORT ""
  25934. | #define PACKAGE_URL ""
  25935. | #define CANONICALIZATION_FOR_MATHN 1
  25936. | #define STDC_HEADERS 1
  25937. | #define HAVE_SYS_TYPES_H 1
  25938. | #define HAVE_SYS_STAT_H 1
  25939. | #define HAVE_STDLIB_H 1
  25940. | #define HAVE_STRING_H 1
  25941. | #define HAVE_MEMORY_H 1
  25942. | #define HAVE_STRINGS_H 1
  25943. | #define HAVE_INTTYPES_H 1
  25944. | #define HAVE_STDINT_H 1
  25945. | #define HAVE_UNISTD_H 1
  25946. | #define __EXTENSIONS__ 1
  25947. | #define _ALL_SOURCE 1
  25948. | #define _GNU_SOURCE 1
  25949. | #define _POSIX_PTHREAD_SEMANTICS 1
  25950. | #define _TANDEM_SOURCE 1
  25951. | #define HAVE_INFINITY 1
  25952. | #define HAVE_NAN 1
  25953. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  25954. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  25955. | #define BROKEN_CRYPT 1
  25956. | #define HAVE_CRT_EXTERNS_H 1
  25957. | #define HAVE_LIBDL 1
  25958. | #define HAVE_DIRENT_H 1
  25959. | #define HAVE__BOOL 1
  25960. | #define HAVE_STDBOOL_H 1
  25961. | #define HAVE_SYS_WAIT_H 1
  25962. | #define HAVE_GRP_H 1
  25963. | #define HAVE_FCNTL_H 1
  25964. | #define HAVE_FLOAT_H 1
  25965. | #define HAVE_LANGINFO_H 1
  25966. | #define HAVE_LIMITS_H 1
  25967. | #define HAVE_LOCALE_H 1
  25968. | #define HAVE_MALLOC_MALLOC_H 1
  25969. | #define HAVE_PWD_H 1
  25970. | #define HAVE_SYS_ATTR_H 1
  25971. | #define HAVE_SYS_FCNTL_H 1
  25972. | #define HAVE_SYS_FILE_H 1
  25973. | #define HAVE_SYS_IOCTL_H 1
  25974. | #define HAVE_SYS_PARAM_H 1
  25975. | #define HAVE_SYS_RESOURCE_H 1
  25976. | #define HAVE_SYS_SELECT_H 1
  25977. | #define HAVE_SYS_SOCKET_H 1
  25978. | #define HAVE_SYS_TIME_H 1
  25979. | #define HAVE_SYS_TIMES_H 1
  25980. | #define HAVE_SYS_UIO_H 1
  25981. | #define HAVE_TIME_H 1
  25982. | #define HAVE_UCONTEXT_H 1
  25983. | #define HAVE_UTIME_H 1
  25984. | #define HAVE_GMP_H 1
  25985. | #define HAVE_LIBGMP 1
  25986. | #define HAVE_TYPEOF 1
  25987. | #define HAVE_LONG_LONG 1
  25988. | #define HAVE_OFF_T 1
  25989. | #define SIZEOF_INT 4
  25990. | #define SIZEOF_SHORT 2
  25991. | #define SIZEOF_LONG 8
  25992. | #define SIZEOF_LONG_LONG 8
  25993. | #define SIZEOF___INT64 0
  25994. | #define SIZEOF___INT128 16
  25995. | #define SIZEOF_OFF_T 8
  25996. | #define SIZEOF_VOIDP 8
  25997. | #define SIZEOF_FLOAT 4
  25998. | #define SIZEOF_DOUBLE 8
  25999. | #define SIZEOF_TIME_T 8
  26000. | #define SIZEOF_CLOCK_T 8
  26001. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26002. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26003. | #define PRI_LL_PREFIX "ll"
  26004. | #define rb_pid_t pid_t
  26005. | #define SIGNEDNESS_OF_PID_T -1
  26006. | #define PIDT2NUM(v) INT2NUM(v)
  26007. | #define NUM2PIDT(v) NUM2INT(v)
  26008. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26009. | #define rb_uid_t uid_t
  26010. | #define SIGNEDNESS_OF_UID_T +1
  26011. | #define UIDT2NUM(v) UINT2NUM(v)
  26012. | #define NUM2UIDT(v) NUM2UINT(v)
  26013. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26014. | #define rb_gid_t gid_t
  26015. | #define SIGNEDNESS_OF_GID_T +1
  26016. | #define GIDT2NUM(v) UINT2NUM(v)
  26017. | #define NUM2GIDT(v) NUM2UINT(v)
  26018. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26019. | #define rb_time_t time_t
  26020. | #define SIGNEDNESS_OF_TIME_T -1
  26021. | #define TIMET2NUM(v) LONG2NUM(v)
  26022. | #define NUM2TIMET(v) NUM2LONG(v)
  26023. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26024. | #define rb_dev_t dev_t
  26025. | #define SIGNEDNESS_OF_DEV_T -1
  26026. | #define DEVT2NUM(v) INT2NUM(v)
  26027. | #define NUM2DEVT(v) NUM2INT(v)
  26028. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26029. | #define rb_mode_t mode_t
  26030. | #define SIGNEDNESS_OF_MODE_T +1
  26031. | #define MODET2NUM(v) UINT2NUM(v)
  26032. | #define NUM2MODET(v) NUM2UINT(v)
  26033. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26034. | #define rb_rlim_t rlim_t
  26035. | #define SIGNEDNESS_OF_RLIM_T +1
  26036. | #define RLIM2NUM(v) ULL2NUM(v)
  26037. | #define NUM2RLIM(v) NUM2ULL(v)
  26038. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26039. | #define rb_off_t off_t
  26040. | #define SIGNEDNESS_OF_OFF_T -1
  26041. | #define OFFT2NUM(v) LL2NUM(v)
  26042. | #define NUM2OFFT(v) NUM2LL(v)
  26043. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26044. | #define rb_clockid_t int
  26045. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26046. | #define CLOCKID2NUM(v) INT2NUM(v)
  26047. | #define NUM2CLOCKID(v) NUM2INT(v)
  26048. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26049. | #define HAVE_PROTOTYPES 1
  26050. | #define TOKEN_PASTE(x,y) x##y
  26051. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26052. | #define HAVE_STDARG_PROTOTYPES 1
  26053. | #define HAVE_VA_ARGS_MACRO 1
  26054. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26055. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26056. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26057. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26058. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26059. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26060. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26061. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26062. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26063. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26064. | #define WEAK(x) __attribute__ ((__weak__)) x
  26065. | #define HAVE_FUNC_WEAK 1
  26066. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26067. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26068. | #define HAVE_GCC_SYNC_BUILTINS 1
  26069. | #define UNREACHABLE __builtin_unreachable()
  26070. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26071. | #define RUBY_FUNCTION_NAME_STRING __func__
  26072. | #define ENUM_OVER_INT 1
  26073. | #define HAVE_DECL_SYS_NERR 1
  26074. | #define HAVE_DECL_GETENV 1
  26075. | #define SIZEOF_SIZE_T 8
  26076. | #define SIZEOF_PTRDIFF_T 8
  26077. | #define PRI_SIZE_PREFIX "z"
  26078. | #define PRI_PTRDIFF_PREFIX "t"
  26079. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26080. | #define HAVE_ST_BLKSIZE 1
  26081. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26082. | #define HAVE_ST_BLOCKS 1
  26083. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26084. | #define HAVE_ST_RDEV 1
  26085. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26086. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26087. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26088. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26089. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26090. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26091. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26092. | #define HAVE_STRUCT_TIMEVAL 1
  26093. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26094. | #define HAVE_STRUCT_TIMESPEC 1
  26095. | #define HAVE_STRUCT_TIMEZONE 1
  26096. | #define HAVE_INT8_T 1
  26097. | #define SIZEOF_INT8_T 1
  26098. | #define HAVE_UINT8_T 1
  26099. | #define SIZEOF_UINT8_T 1
  26100. | #define HAVE_INT16_T 1
  26101. | #define SIZEOF_INT16_T 2
  26102. | #define HAVE_UINT16_T 1
  26103. | #define SIZEOF_UINT16_T 2
  26104. | #define HAVE_INT32_T 1
  26105. | #define SIZEOF_INT32_T 4
  26106. | #define HAVE_UINT32_T 1
  26107. | #define SIZEOF_UINT32_T 4
  26108. | #define HAVE_INT64_T 1
  26109. | #define SIZEOF_INT64_T 8
  26110. | #define HAVE_UINT64_T 1
  26111. | #define SIZEOF_UINT64_T 8
  26112. | #define HAVE_INT128_T 1
  26113. | #define int128_t __int128
  26114. | #define SIZEOF_INT128_T SIZEOF___INT128
  26115. | #define HAVE_UINT128_T 1
  26116. | #define uint128_t unsigned __int128
  26117. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26118. | #define HAVE_INTPTR_T 1
  26119. | #define SIZEOF_INTPTR_T 8
  26120. | #define HAVE_UINTPTR_T 1
  26121. | #define SIZEOF_UINTPTR_T 8
  26122. | #define HAVE_SSIZE_T 1
  26123. | #define SIZEOF_SSIZE_T 8
  26124. | #define GETGROUPS_T gid_t
  26125. | #define RETSIGTYPE void
  26126. | #define HAVE_ALLOCA_H 1
  26127. | #define HAVE_ALLOCA 1
  26128. | #define HAVE_ACOSH 1
  26129. | #define HAVE_CBRT 1
  26130. | #define HAVE_CRYPT 1
  26131. | #define HAVE_DUP2 1
  26132. | #define HAVE_ERF 1
  26133. | #define HAVE_FFS 1
  26134. | #define HAVE_FINITE 1
  26135. | #define HAVE_FLOCK 1
  26136. | #define HAVE_HYPOT 1
  26137. | #define HAVE_ISINF 1
  26138. | #define HAVE_ISNAN 1
  26139. | #define HAVE_LGAMMA_R 1
  26140. | #define HAVE_MEMMOVE 1
  26141. | #define HAVE_NEXTAFTER 1
  26142. | #define HAVE_STRCHR 1
  26143. | #define HAVE_STRERROR 1
  26144. | #define HAVE_STRLCAT 1
  26145. | #define HAVE_STRLCPY 1
  26146. | #define HAVE_STRSTR 1
  26147. | #define HAVE_TGAMMA 1
  26148. | #define SPT_TYPE SPT_REUSEARGV
  26149. | #define HAVE_SIGNBIT 1
  26150. | #define HAVE_FORK 1
  26151. | #define vfork fork
  26152. | #define HAVE_WORKING_FORK 1
  26153. | #define HAVE__LONGJMP 1
  26154. | #define HAVE_ARC4RANDOM_BUF 1
  26155. | #define HAVE_ATAN2L 1
  26156. | #define HAVE_ATAN2F 1
  26157. | #define HAVE_CHROOT 1
  26158. | #define HAVE_CLOCK_GETTIME 1
  26159. | #define HAVE_COSH 1
  26160. | #define HAVE_DIRFD 1
  26161. | #define HAVE_DLOPEN 1
  26162. | #define HAVE_DLADDR 1
  26163. | #define HAVE_DUP 1
  26164. | #define HAVE_ENDGRENT 1
  26165. | #define HAVE_FCHMOD 1
  26166. | #define HAVE_FCHOWN 1
  26167. | #define HAVE_FCNTL 1
  26168. | #define HAVE_FDOPENDIR 1
  26169. | #define HAVE_FGETATTRLIST 1
  26170. | #define HAVE_FMOD 1
  26171. | #define HAVE_FSTATAT 1
  26172. | #define HAVE_FSYNC 1
  26173. | #define HAVE_FTRUNCATE 1
  26174. | #define HAVE_GETATTRLIST 1
  26175. | #define HAVE_GETCWD 1
  26176. | #define HAVE_GETGRNAM 1
  26177. | #define HAVE_GETGRNAM_R 1
  26178. | #define HAVE_GETGROUPS 1
  26179. | #define HAVE_GETPGID 1
  26180. | #define HAVE_GETPGRP 1
  26181. | #define HAVE_GETPRIORITY 1
  26182. | #define HAVE_GETPWNAM_R 1
  26183. | #define HAVE_GETRLIMIT 1
  26184. | #define HAVE_GETSID 1
  26185. | #define HAVE_GETTIMEOFDAY 1
  26186. | #define HAVE_GMTIME_R 1
  26187. | #define HAVE_INITGROUPS 1
  26188. | #define HAVE_IOCTL 1
  26189. | #define HAVE_ISSETUGID 1
  26190. | #define HAVE_KILLPG 1
  26191. | #define HAVE_LCHMOD 1
  26192. | #define HAVE_LCHOWN 1
  26193. | #define HAVE_LINK 1
  26194. | #define HAVE_LLABS 1
  26195. | #define HAVE_LOCKF 1
  26196. | #define HAVE_LOG2 1
  26197. | #define HAVE_LSTAT 1
  26198. | #define HAVE_LUTIMES 1
  26199. | #define HAVE_MALLOC_SIZE 1
  26200. | #define HAVE_MBLEN 1
  26201. | #define HAVE_MEMSET_S 1
  26202. | #define HAVE_WRITEV 1
  26203. | #define HAVE_MKFIFO 1
  26204. | #define HAVE_MKNOD 1
  26205. | #define HAVE_MKTIME 1
  26206. | #define HAVE_OPENAT 1
  26207. | #define HAVE_POLL 1
  26208. | #define HAVE_POSIX_MEMALIGN 1
  26209. | #define HAVE_PREAD 1
  26210. | #define HAVE_PWRITE 1
  26211. | #define HAVE_QSORT_R 1
  26212. | #define HAVE_READLINK 1
  26213. | #define HAVE_ROUND 1
  26214. | #define HAVE_SEEKDIR 1
  26215. | /* end confdefs.h. */
  26216. | /* Define select_large_fdset to an innocuous variant, in case <limits.h> declares select_large_fdset.
  26217. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26218. | #define select_large_fdset innocuous_select_large_fdset
  26219. |
  26220. | /* System header to define __stub macros and hopefully few prototypes,
  26221. | which can conflict with char select_large_fdset (); below.
  26222. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26223. | <limits.h> exists even on freestanding compilers. */
  26224. |
  26225. | #ifdef __STDC__
  26226. | # include <limits.h>
  26227. | #else
  26228. | # include <assert.h>
  26229. | #endif
  26230. |
  26231. | #undef select_large_fdset
  26232. |
  26233. | /* Override any GCC internal prototype to avoid an error.
  26234. | Use char because int might match the return type of a GCC
  26235. | builtin and then its argument prototype would still apply. */
  26236. | #ifdef __cplusplus
  26237. | extern "C"
  26238. | #endif
  26239. | char select_large_fdset ();
  26240. | /* The GNU C library defines this for functions which it implements
  26241. | to always fail with ENOSYS. Some functions are actually named
  26242. | something starting with __ and the normal name is an alias. */
  26243. | #if defined __stub_select_large_fdset || defined __stub___select_large_fdset
  26244. | choke me
  26245. | #endif
  26246. |
  26247. | int
  26248. | main ()
  26249. | {
  26250. | return select_large_fdset ();
  26251. | ;
  26252. | return 0;
  26253. | }
  26254. configure:22129: result: no
  26255. configure:22140: checking for sendfile
  26256. configure:22140: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26257. configure:22140: $? = 0
  26258. configure:22140: result: yes
  26259. configure:22151: checking for setegid
  26260. configure:22151: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26261. configure:22151: $? = 0
  26262. configure:22151: result: yes
  26263. configure:22162: checking for setenv
  26264. configure:22162: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26265. configure:22162: $? = 0
  26266. configure:22162: result: yes
  26267. configure:22173: checking for seteuid
  26268. configure:22173: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26269. configure:22173: $? = 0
  26270. configure:22173: result: yes
  26271. configure:22184: checking for setgid
  26272. configure:22184: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26273. configure:22184: $? = 0
  26274. configure:22184: result: yes
  26275. configure:22195: checking for setgroups
  26276. configure:22195: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26277. configure:22195: $? = 0
  26278. configure:22195: result: yes
  26279. configure:22206: checking for setpgid
  26280. configure:22206: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26281. configure:22206: $? = 0
  26282. configure:22206: result: yes
  26283. configure:22217: checking for setpgrp
  26284. configure:22217: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26285. configure:22217: $? = 0
  26286. configure:22217: result: yes
  26287. configure:22228: checking for setregid
  26288. configure:22228: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26289. configure:22228: $? = 0
  26290. configure:22228: result: yes
  26291. configure:22239: checking for setresgid
  26292. configure:22239: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26293. Undefined symbols for architecture x86_64:
  26294. "_setresgid", referenced from:
  26295. _main in conftest-e7e253.o
  26296. ld: symbol(s) not found for architecture x86_64
  26297. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26298. configure:22239: $? = 1
  26299. configure: failed program was:
  26300. | /* confdefs.h */
  26301. | #define PACKAGE_NAME ""
  26302. | #define PACKAGE_TARNAME ""
  26303. | #define PACKAGE_VERSION ""
  26304. | #define PACKAGE_STRING ""
  26305. | #define PACKAGE_BUGREPORT ""
  26306. | #define PACKAGE_URL ""
  26307. | #define CANONICALIZATION_FOR_MATHN 1
  26308. | #define STDC_HEADERS 1
  26309. | #define HAVE_SYS_TYPES_H 1
  26310. | #define HAVE_SYS_STAT_H 1
  26311. | #define HAVE_STDLIB_H 1
  26312. | #define HAVE_STRING_H 1
  26313. | #define HAVE_MEMORY_H 1
  26314. | #define HAVE_STRINGS_H 1
  26315. | #define HAVE_INTTYPES_H 1
  26316. | #define HAVE_STDINT_H 1
  26317. | #define HAVE_UNISTD_H 1
  26318. | #define __EXTENSIONS__ 1
  26319. | #define _ALL_SOURCE 1
  26320. | #define _GNU_SOURCE 1
  26321. | #define _POSIX_PTHREAD_SEMANTICS 1
  26322. | #define _TANDEM_SOURCE 1
  26323. | #define HAVE_INFINITY 1
  26324. | #define HAVE_NAN 1
  26325. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26326. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26327. | #define BROKEN_CRYPT 1
  26328. | #define HAVE_CRT_EXTERNS_H 1
  26329. | #define HAVE_LIBDL 1
  26330. | #define HAVE_DIRENT_H 1
  26331. | #define HAVE__BOOL 1
  26332. | #define HAVE_STDBOOL_H 1
  26333. | #define HAVE_SYS_WAIT_H 1
  26334. | #define HAVE_GRP_H 1
  26335. | #define HAVE_FCNTL_H 1
  26336. | #define HAVE_FLOAT_H 1
  26337. | #define HAVE_LANGINFO_H 1
  26338. | #define HAVE_LIMITS_H 1
  26339. | #define HAVE_LOCALE_H 1
  26340. | #define HAVE_MALLOC_MALLOC_H 1
  26341. | #define HAVE_PWD_H 1
  26342. | #define HAVE_SYS_ATTR_H 1
  26343. | #define HAVE_SYS_FCNTL_H 1
  26344. | #define HAVE_SYS_FILE_H 1
  26345. | #define HAVE_SYS_IOCTL_H 1
  26346. | #define HAVE_SYS_PARAM_H 1
  26347. | #define HAVE_SYS_RESOURCE_H 1
  26348. | #define HAVE_SYS_SELECT_H 1
  26349. | #define HAVE_SYS_SOCKET_H 1
  26350. | #define HAVE_SYS_TIME_H 1
  26351. | #define HAVE_SYS_TIMES_H 1
  26352. | #define HAVE_SYS_UIO_H 1
  26353. | #define HAVE_TIME_H 1
  26354. | #define HAVE_UCONTEXT_H 1
  26355. | #define HAVE_UTIME_H 1
  26356. | #define HAVE_GMP_H 1
  26357. | #define HAVE_LIBGMP 1
  26358. | #define HAVE_TYPEOF 1
  26359. | #define HAVE_LONG_LONG 1
  26360. | #define HAVE_OFF_T 1
  26361. | #define SIZEOF_INT 4
  26362. | #define SIZEOF_SHORT 2
  26363. | #define SIZEOF_LONG 8
  26364. | #define SIZEOF_LONG_LONG 8
  26365. | #define SIZEOF___INT64 0
  26366. | #define SIZEOF___INT128 16
  26367. | #define SIZEOF_OFF_T 8
  26368. | #define SIZEOF_VOIDP 8
  26369. | #define SIZEOF_FLOAT 4
  26370. | #define SIZEOF_DOUBLE 8
  26371. | #define SIZEOF_TIME_T 8
  26372. | #define SIZEOF_CLOCK_T 8
  26373. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26374. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26375. | #define PRI_LL_PREFIX "ll"
  26376. | #define rb_pid_t pid_t
  26377. | #define SIGNEDNESS_OF_PID_T -1
  26378. | #define PIDT2NUM(v) INT2NUM(v)
  26379. | #define NUM2PIDT(v) NUM2INT(v)
  26380. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26381. | #define rb_uid_t uid_t
  26382. | #define SIGNEDNESS_OF_UID_T +1
  26383. | #define UIDT2NUM(v) UINT2NUM(v)
  26384. | #define NUM2UIDT(v) NUM2UINT(v)
  26385. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26386. | #define rb_gid_t gid_t
  26387. | #define SIGNEDNESS_OF_GID_T +1
  26388. | #define GIDT2NUM(v) UINT2NUM(v)
  26389. | #define NUM2GIDT(v) NUM2UINT(v)
  26390. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26391. | #define rb_time_t time_t
  26392. | #define SIGNEDNESS_OF_TIME_T -1
  26393. | #define TIMET2NUM(v) LONG2NUM(v)
  26394. | #define NUM2TIMET(v) NUM2LONG(v)
  26395. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26396. | #define rb_dev_t dev_t
  26397. | #define SIGNEDNESS_OF_DEV_T -1
  26398. | #define DEVT2NUM(v) INT2NUM(v)
  26399. | #define NUM2DEVT(v) NUM2INT(v)
  26400. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26401. | #define rb_mode_t mode_t
  26402. | #define SIGNEDNESS_OF_MODE_T +1
  26403. | #define MODET2NUM(v) UINT2NUM(v)
  26404. | #define NUM2MODET(v) NUM2UINT(v)
  26405. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26406. | #define rb_rlim_t rlim_t
  26407. | #define SIGNEDNESS_OF_RLIM_T +1
  26408. | #define RLIM2NUM(v) ULL2NUM(v)
  26409. | #define NUM2RLIM(v) NUM2ULL(v)
  26410. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26411. | #define rb_off_t off_t
  26412. | #define SIGNEDNESS_OF_OFF_T -1
  26413. | #define OFFT2NUM(v) LL2NUM(v)
  26414. | #define NUM2OFFT(v) NUM2LL(v)
  26415. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26416. | #define rb_clockid_t int
  26417. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26418. | #define CLOCKID2NUM(v) INT2NUM(v)
  26419. | #define NUM2CLOCKID(v) NUM2INT(v)
  26420. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26421. | #define HAVE_PROTOTYPES 1
  26422. | #define TOKEN_PASTE(x,y) x##y
  26423. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26424. | #define HAVE_STDARG_PROTOTYPES 1
  26425. | #define HAVE_VA_ARGS_MACRO 1
  26426. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26427. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26428. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26429. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26430. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26431. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26432. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26433. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26434. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26435. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26436. | #define WEAK(x) __attribute__ ((__weak__)) x
  26437. | #define HAVE_FUNC_WEAK 1
  26438. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26439. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26440. | #define HAVE_GCC_SYNC_BUILTINS 1
  26441. | #define UNREACHABLE __builtin_unreachable()
  26442. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26443. | #define RUBY_FUNCTION_NAME_STRING __func__
  26444. | #define ENUM_OVER_INT 1
  26445. | #define HAVE_DECL_SYS_NERR 1
  26446. | #define HAVE_DECL_GETENV 1
  26447. | #define SIZEOF_SIZE_T 8
  26448. | #define SIZEOF_PTRDIFF_T 8
  26449. | #define PRI_SIZE_PREFIX "z"
  26450. | #define PRI_PTRDIFF_PREFIX "t"
  26451. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26452. | #define HAVE_ST_BLKSIZE 1
  26453. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26454. | #define HAVE_ST_BLOCKS 1
  26455. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26456. | #define HAVE_ST_RDEV 1
  26457. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26458. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26459. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26460. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26461. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26462. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26463. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26464. | #define HAVE_STRUCT_TIMEVAL 1
  26465. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26466. | #define HAVE_STRUCT_TIMESPEC 1
  26467. | #define HAVE_STRUCT_TIMEZONE 1
  26468. | #define HAVE_INT8_T 1
  26469. | #define SIZEOF_INT8_T 1
  26470. | #define HAVE_UINT8_T 1
  26471. | #define SIZEOF_UINT8_T 1
  26472. | #define HAVE_INT16_T 1
  26473. | #define SIZEOF_INT16_T 2
  26474. | #define HAVE_UINT16_T 1
  26475. | #define SIZEOF_UINT16_T 2
  26476. | #define HAVE_INT32_T 1
  26477. | #define SIZEOF_INT32_T 4
  26478. | #define HAVE_UINT32_T 1
  26479. | #define SIZEOF_UINT32_T 4
  26480. | #define HAVE_INT64_T 1
  26481. | #define SIZEOF_INT64_T 8
  26482. | #define HAVE_UINT64_T 1
  26483. | #define SIZEOF_UINT64_T 8
  26484. | #define HAVE_INT128_T 1
  26485. | #define int128_t __int128
  26486. | #define SIZEOF_INT128_T SIZEOF___INT128
  26487. | #define HAVE_UINT128_T 1
  26488. | #define uint128_t unsigned __int128
  26489. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26490. | #define HAVE_INTPTR_T 1
  26491. | #define SIZEOF_INTPTR_T 8
  26492. | #define HAVE_UINTPTR_T 1
  26493. | #define SIZEOF_UINTPTR_T 8
  26494. | #define HAVE_SSIZE_T 1
  26495. | #define SIZEOF_SSIZE_T 8
  26496. | #define GETGROUPS_T gid_t
  26497. | #define RETSIGTYPE void
  26498. | #define HAVE_ALLOCA_H 1
  26499. | #define HAVE_ALLOCA 1
  26500. | #define HAVE_ACOSH 1
  26501. | #define HAVE_CBRT 1
  26502. | #define HAVE_CRYPT 1
  26503. | #define HAVE_DUP2 1
  26504. | #define HAVE_ERF 1
  26505. | #define HAVE_FFS 1
  26506. | #define HAVE_FINITE 1
  26507. | #define HAVE_FLOCK 1
  26508. | #define HAVE_HYPOT 1
  26509. | #define HAVE_ISINF 1
  26510. | #define HAVE_ISNAN 1
  26511. | #define HAVE_LGAMMA_R 1
  26512. | #define HAVE_MEMMOVE 1
  26513. | #define HAVE_NEXTAFTER 1
  26514. | #define HAVE_STRCHR 1
  26515. | #define HAVE_STRERROR 1
  26516. | #define HAVE_STRLCAT 1
  26517. | #define HAVE_STRLCPY 1
  26518. | #define HAVE_STRSTR 1
  26519. | #define HAVE_TGAMMA 1
  26520. | #define SPT_TYPE SPT_REUSEARGV
  26521. | #define HAVE_SIGNBIT 1
  26522. | #define HAVE_FORK 1
  26523. | #define vfork fork
  26524. | #define HAVE_WORKING_FORK 1
  26525. | #define HAVE__LONGJMP 1
  26526. | #define HAVE_ARC4RANDOM_BUF 1
  26527. | #define HAVE_ATAN2L 1
  26528. | #define HAVE_ATAN2F 1
  26529. | #define HAVE_CHROOT 1
  26530. | #define HAVE_CLOCK_GETTIME 1
  26531. | #define HAVE_COSH 1
  26532. | #define HAVE_DIRFD 1
  26533. | #define HAVE_DLOPEN 1
  26534. | #define HAVE_DLADDR 1
  26535. | #define HAVE_DUP 1
  26536. | #define HAVE_ENDGRENT 1
  26537. | #define HAVE_FCHMOD 1
  26538. | #define HAVE_FCHOWN 1
  26539. | #define HAVE_FCNTL 1
  26540. | #define HAVE_FDOPENDIR 1
  26541. | #define HAVE_FGETATTRLIST 1
  26542. | #define HAVE_FMOD 1
  26543. | #define HAVE_FSTATAT 1
  26544. | #define HAVE_FSYNC 1
  26545. | #define HAVE_FTRUNCATE 1
  26546. | #define HAVE_GETATTRLIST 1
  26547. | #define HAVE_GETCWD 1
  26548. | #define HAVE_GETGRNAM 1
  26549. | #define HAVE_GETGRNAM_R 1
  26550. | #define HAVE_GETGROUPS 1
  26551. | #define HAVE_GETPGID 1
  26552. | #define HAVE_GETPGRP 1
  26553. | #define HAVE_GETPRIORITY 1
  26554. | #define HAVE_GETPWNAM_R 1
  26555. | #define HAVE_GETRLIMIT 1
  26556. | #define HAVE_GETSID 1
  26557. | #define HAVE_GETTIMEOFDAY 1
  26558. | #define HAVE_GMTIME_R 1
  26559. | #define HAVE_INITGROUPS 1
  26560. | #define HAVE_IOCTL 1
  26561. | #define HAVE_ISSETUGID 1
  26562. | #define HAVE_KILLPG 1
  26563. | #define HAVE_LCHMOD 1
  26564. | #define HAVE_LCHOWN 1
  26565. | #define HAVE_LINK 1
  26566. | #define HAVE_LLABS 1
  26567. | #define HAVE_LOCKF 1
  26568. | #define HAVE_LOG2 1
  26569. | #define HAVE_LSTAT 1
  26570. | #define HAVE_LUTIMES 1
  26571. | #define HAVE_MALLOC_SIZE 1
  26572. | #define HAVE_MBLEN 1
  26573. | #define HAVE_MEMSET_S 1
  26574. | #define HAVE_WRITEV 1
  26575. | #define HAVE_MKFIFO 1
  26576. | #define HAVE_MKNOD 1
  26577. | #define HAVE_MKTIME 1
  26578. | #define HAVE_OPENAT 1
  26579. | #define HAVE_POLL 1
  26580. | #define HAVE_POSIX_MEMALIGN 1
  26581. | #define HAVE_PREAD 1
  26582. | #define HAVE_PWRITE 1
  26583. | #define HAVE_QSORT_R 1
  26584. | #define HAVE_READLINK 1
  26585. | #define HAVE_ROUND 1
  26586. | #define HAVE_SEEKDIR 1
  26587. | #define HAVE_SENDFILE 1
  26588. | #define HAVE_SETEGID 1
  26589. | #define HAVE_SETENV 1
  26590. | #define HAVE_SETEUID 1
  26591. | #define HAVE_SETGID 1
  26592. | #define HAVE_SETGROUPS 1
  26593. | #define HAVE_SETPGID 1
  26594. | #define HAVE_SETPGRP 1
  26595. | #define HAVE_SETREGID 1
  26596. | /* end confdefs.h. */
  26597. | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
  26598. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26599. | #define setresgid innocuous_setresgid
  26600. |
  26601. | /* System header to define __stub macros and hopefully few prototypes,
  26602. | which can conflict with char setresgid (); below.
  26603. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26604. | <limits.h> exists even on freestanding compilers. */
  26605. |
  26606. | #ifdef __STDC__
  26607. | # include <limits.h>
  26608. | #else
  26609. | # include <assert.h>
  26610. | #endif
  26611. |
  26612. | #undef setresgid
  26613. |
  26614. | /* Override any GCC internal prototype to avoid an error.
  26615. | Use char because int might match the return type of a GCC
  26616. | builtin and then its argument prototype would still apply. */
  26617. | #ifdef __cplusplus
  26618. | extern "C"
  26619. | #endif
  26620. | char setresgid ();
  26621. | /* The GNU C library defines this for functions which it implements
  26622. | to always fail with ENOSYS. Some functions are actually named
  26623. | something starting with __ and the normal name is an alias. */
  26624. | #if defined __stub_setresgid || defined __stub___setresgid
  26625. | choke me
  26626. | #endif
  26627. |
  26628. | int
  26629. | main ()
  26630. | {
  26631. | return setresgid ();
  26632. | ;
  26633. | return 0;
  26634. | }
  26635. configure:22239: result: no
  26636. configure:22250: checking for setresuid
  26637. configure:22250: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26638. Undefined symbols for architecture x86_64:
  26639. "_setresuid", referenced from:
  26640. _main in conftest-3b1c89.o
  26641. ld: symbol(s) not found for architecture x86_64
  26642. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  26643. configure:22250: $? = 1
  26644. configure: failed program was:
  26645. | /* confdefs.h */
  26646. | #define PACKAGE_NAME ""
  26647. | #define PACKAGE_TARNAME ""
  26648. | #define PACKAGE_VERSION ""
  26649. | #define PACKAGE_STRING ""
  26650. | #define PACKAGE_BUGREPORT ""
  26651. | #define PACKAGE_URL ""
  26652. | #define CANONICALIZATION_FOR_MATHN 1
  26653. | #define STDC_HEADERS 1
  26654. | #define HAVE_SYS_TYPES_H 1
  26655. | #define HAVE_SYS_STAT_H 1
  26656. | #define HAVE_STDLIB_H 1
  26657. | #define HAVE_STRING_H 1
  26658. | #define HAVE_MEMORY_H 1
  26659. | #define HAVE_STRINGS_H 1
  26660. | #define HAVE_INTTYPES_H 1
  26661. | #define HAVE_STDINT_H 1
  26662. | #define HAVE_UNISTD_H 1
  26663. | #define __EXTENSIONS__ 1
  26664. | #define _ALL_SOURCE 1
  26665. | #define _GNU_SOURCE 1
  26666. | #define _POSIX_PTHREAD_SEMANTICS 1
  26667. | #define _TANDEM_SOURCE 1
  26668. | #define HAVE_INFINITY 1
  26669. | #define HAVE_NAN 1
  26670. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  26671. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  26672. | #define BROKEN_CRYPT 1
  26673. | #define HAVE_CRT_EXTERNS_H 1
  26674. | #define HAVE_LIBDL 1
  26675. | #define HAVE_DIRENT_H 1
  26676. | #define HAVE__BOOL 1
  26677. | #define HAVE_STDBOOL_H 1
  26678. | #define HAVE_SYS_WAIT_H 1
  26679. | #define HAVE_GRP_H 1
  26680. | #define HAVE_FCNTL_H 1
  26681. | #define HAVE_FLOAT_H 1
  26682. | #define HAVE_LANGINFO_H 1
  26683. | #define HAVE_LIMITS_H 1
  26684. | #define HAVE_LOCALE_H 1
  26685. | #define HAVE_MALLOC_MALLOC_H 1
  26686. | #define HAVE_PWD_H 1
  26687. | #define HAVE_SYS_ATTR_H 1
  26688. | #define HAVE_SYS_FCNTL_H 1
  26689. | #define HAVE_SYS_FILE_H 1
  26690. | #define HAVE_SYS_IOCTL_H 1
  26691. | #define HAVE_SYS_PARAM_H 1
  26692. | #define HAVE_SYS_RESOURCE_H 1
  26693. | #define HAVE_SYS_SELECT_H 1
  26694. | #define HAVE_SYS_SOCKET_H 1
  26695. | #define HAVE_SYS_TIME_H 1
  26696. | #define HAVE_SYS_TIMES_H 1
  26697. | #define HAVE_SYS_UIO_H 1
  26698. | #define HAVE_TIME_H 1
  26699. | #define HAVE_UCONTEXT_H 1
  26700. | #define HAVE_UTIME_H 1
  26701. | #define HAVE_GMP_H 1
  26702. | #define HAVE_LIBGMP 1
  26703. | #define HAVE_TYPEOF 1
  26704. | #define HAVE_LONG_LONG 1
  26705. | #define HAVE_OFF_T 1
  26706. | #define SIZEOF_INT 4
  26707. | #define SIZEOF_SHORT 2
  26708. | #define SIZEOF_LONG 8
  26709. | #define SIZEOF_LONG_LONG 8
  26710. | #define SIZEOF___INT64 0
  26711. | #define SIZEOF___INT128 16
  26712. | #define SIZEOF_OFF_T 8
  26713. | #define SIZEOF_VOIDP 8
  26714. | #define SIZEOF_FLOAT 4
  26715. | #define SIZEOF_DOUBLE 8
  26716. | #define SIZEOF_TIME_T 8
  26717. | #define SIZEOF_CLOCK_T 8
  26718. | #define PACKED_STRUCT(x) x __attribute__((packed))
  26719. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  26720. | #define PRI_LL_PREFIX "ll"
  26721. | #define rb_pid_t pid_t
  26722. | #define SIGNEDNESS_OF_PID_T -1
  26723. | #define PIDT2NUM(v) INT2NUM(v)
  26724. | #define NUM2PIDT(v) NUM2INT(v)
  26725. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  26726. | #define rb_uid_t uid_t
  26727. | #define SIGNEDNESS_OF_UID_T +1
  26728. | #define UIDT2NUM(v) UINT2NUM(v)
  26729. | #define NUM2UIDT(v) NUM2UINT(v)
  26730. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  26731. | #define rb_gid_t gid_t
  26732. | #define SIGNEDNESS_OF_GID_T +1
  26733. | #define GIDT2NUM(v) UINT2NUM(v)
  26734. | #define NUM2GIDT(v) NUM2UINT(v)
  26735. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  26736. | #define rb_time_t time_t
  26737. | #define SIGNEDNESS_OF_TIME_T -1
  26738. | #define TIMET2NUM(v) LONG2NUM(v)
  26739. | #define NUM2TIMET(v) NUM2LONG(v)
  26740. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  26741. | #define rb_dev_t dev_t
  26742. | #define SIGNEDNESS_OF_DEV_T -1
  26743. | #define DEVT2NUM(v) INT2NUM(v)
  26744. | #define NUM2DEVT(v) NUM2INT(v)
  26745. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  26746. | #define rb_mode_t mode_t
  26747. | #define SIGNEDNESS_OF_MODE_T +1
  26748. | #define MODET2NUM(v) UINT2NUM(v)
  26749. | #define NUM2MODET(v) NUM2UINT(v)
  26750. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  26751. | #define rb_rlim_t rlim_t
  26752. | #define SIGNEDNESS_OF_RLIM_T +1
  26753. | #define RLIM2NUM(v) ULL2NUM(v)
  26754. | #define NUM2RLIM(v) NUM2ULL(v)
  26755. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  26756. | #define rb_off_t off_t
  26757. | #define SIGNEDNESS_OF_OFF_T -1
  26758. | #define OFFT2NUM(v) LL2NUM(v)
  26759. | #define NUM2OFFT(v) NUM2LL(v)
  26760. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  26761. | #define rb_clockid_t int
  26762. | #define SIGNEDNESS_OF_CLOCKID_T -1
  26763. | #define CLOCKID2NUM(v) INT2NUM(v)
  26764. | #define NUM2CLOCKID(v) NUM2INT(v)
  26765. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  26766. | #define HAVE_PROTOTYPES 1
  26767. | #define TOKEN_PASTE(x,y) x##y
  26768. | #define STRINGIZE(expr) STRINGIZE0(expr)
  26769. | #define HAVE_STDARG_PROTOTYPES 1
  26770. | #define HAVE_VA_ARGS_MACRO 1
  26771. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  26772. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  26773. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  26774. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  26775. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  26776. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  26777. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  26778. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  26779. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  26780. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  26781. | #define WEAK(x) __attribute__ ((__weak__)) x
  26782. | #define HAVE_FUNC_WEAK 1
  26783. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  26784. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  26785. | #define HAVE_GCC_SYNC_BUILTINS 1
  26786. | #define UNREACHABLE __builtin_unreachable()
  26787. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  26788. | #define RUBY_FUNCTION_NAME_STRING __func__
  26789. | #define ENUM_OVER_INT 1
  26790. | #define HAVE_DECL_SYS_NERR 1
  26791. | #define HAVE_DECL_GETENV 1
  26792. | #define SIZEOF_SIZE_T 8
  26793. | #define SIZEOF_PTRDIFF_T 8
  26794. | #define PRI_SIZE_PREFIX "z"
  26795. | #define PRI_PTRDIFF_PREFIX "t"
  26796. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  26797. | #define HAVE_ST_BLKSIZE 1
  26798. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  26799. | #define HAVE_ST_BLOCKS 1
  26800. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  26801. | #define HAVE_ST_RDEV 1
  26802. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  26803. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  26804. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  26805. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  26806. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  26807. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  26808. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  26809. | #define HAVE_STRUCT_TIMEVAL 1
  26810. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  26811. | #define HAVE_STRUCT_TIMESPEC 1
  26812. | #define HAVE_STRUCT_TIMEZONE 1
  26813. | #define HAVE_INT8_T 1
  26814. | #define SIZEOF_INT8_T 1
  26815. | #define HAVE_UINT8_T 1
  26816. | #define SIZEOF_UINT8_T 1
  26817. | #define HAVE_INT16_T 1
  26818. | #define SIZEOF_INT16_T 2
  26819. | #define HAVE_UINT16_T 1
  26820. | #define SIZEOF_UINT16_T 2
  26821. | #define HAVE_INT32_T 1
  26822. | #define SIZEOF_INT32_T 4
  26823. | #define HAVE_UINT32_T 1
  26824. | #define SIZEOF_UINT32_T 4
  26825. | #define HAVE_INT64_T 1
  26826. | #define SIZEOF_INT64_T 8
  26827. | #define HAVE_UINT64_T 1
  26828. | #define SIZEOF_UINT64_T 8
  26829. | #define HAVE_INT128_T 1
  26830. | #define int128_t __int128
  26831. | #define SIZEOF_INT128_T SIZEOF___INT128
  26832. | #define HAVE_UINT128_T 1
  26833. | #define uint128_t unsigned __int128
  26834. | #define SIZEOF_UINT128_T SIZEOF___INT128
  26835. | #define HAVE_INTPTR_T 1
  26836. | #define SIZEOF_INTPTR_T 8
  26837. | #define HAVE_UINTPTR_T 1
  26838. | #define SIZEOF_UINTPTR_T 8
  26839. | #define HAVE_SSIZE_T 1
  26840. | #define SIZEOF_SSIZE_T 8
  26841. | #define GETGROUPS_T gid_t
  26842. | #define RETSIGTYPE void
  26843. | #define HAVE_ALLOCA_H 1
  26844. | #define HAVE_ALLOCA 1
  26845. | #define HAVE_ACOSH 1
  26846. | #define HAVE_CBRT 1
  26847. | #define HAVE_CRYPT 1
  26848. | #define HAVE_DUP2 1
  26849. | #define HAVE_ERF 1
  26850. | #define HAVE_FFS 1
  26851. | #define HAVE_FINITE 1
  26852. | #define HAVE_FLOCK 1
  26853. | #define HAVE_HYPOT 1
  26854. | #define HAVE_ISINF 1
  26855. | #define HAVE_ISNAN 1
  26856. | #define HAVE_LGAMMA_R 1
  26857. | #define HAVE_MEMMOVE 1
  26858. | #define HAVE_NEXTAFTER 1
  26859. | #define HAVE_STRCHR 1
  26860. | #define HAVE_STRERROR 1
  26861. | #define HAVE_STRLCAT 1
  26862. | #define HAVE_STRLCPY 1
  26863. | #define HAVE_STRSTR 1
  26864. | #define HAVE_TGAMMA 1
  26865. | #define SPT_TYPE SPT_REUSEARGV
  26866. | #define HAVE_SIGNBIT 1
  26867. | #define HAVE_FORK 1
  26868. | #define vfork fork
  26869. | #define HAVE_WORKING_FORK 1
  26870. | #define HAVE__LONGJMP 1
  26871. | #define HAVE_ARC4RANDOM_BUF 1
  26872. | #define HAVE_ATAN2L 1
  26873. | #define HAVE_ATAN2F 1
  26874. | #define HAVE_CHROOT 1
  26875. | #define HAVE_CLOCK_GETTIME 1
  26876. | #define HAVE_COSH 1
  26877. | #define HAVE_DIRFD 1
  26878. | #define HAVE_DLOPEN 1
  26879. | #define HAVE_DLADDR 1
  26880. | #define HAVE_DUP 1
  26881. | #define HAVE_ENDGRENT 1
  26882. | #define HAVE_FCHMOD 1
  26883. | #define HAVE_FCHOWN 1
  26884. | #define HAVE_FCNTL 1
  26885. | #define HAVE_FDOPENDIR 1
  26886. | #define HAVE_FGETATTRLIST 1
  26887. | #define HAVE_FMOD 1
  26888. | #define HAVE_FSTATAT 1
  26889. | #define HAVE_FSYNC 1
  26890. | #define HAVE_FTRUNCATE 1
  26891. | #define HAVE_GETATTRLIST 1
  26892. | #define HAVE_GETCWD 1
  26893. | #define HAVE_GETGRNAM 1
  26894. | #define HAVE_GETGRNAM_R 1
  26895. | #define HAVE_GETGROUPS 1
  26896. | #define HAVE_GETPGID 1
  26897. | #define HAVE_GETPGRP 1
  26898. | #define HAVE_GETPRIORITY 1
  26899. | #define HAVE_GETPWNAM_R 1
  26900. | #define HAVE_GETRLIMIT 1
  26901. | #define HAVE_GETSID 1
  26902. | #define HAVE_GETTIMEOFDAY 1
  26903. | #define HAVE_GMTIME_R 1
  26904. | #define HAVE_INITGROUPS 1
  26905. | #define HAVE_IOCTL 1
  26906. | #define HAVE_ISSETUGID 1
  26907. | #define HAVE_KILLPG 1
  26908. | #define HAVE_LCHMOD 1
  26909. | #define HAVE_LCHOWN 1
  26910. | #define HAVE_LINK 1
  26911. | #define HAVE_LLABS 1
  26912. | #define HAVE_LOCKF 1
  26913. | #define HAVE_LOG2 1
  26914. | #define HAVE_LSTAT 1
  26915. | #define HAVE_LUTIMES 1
  26916. | #define HAVE_MALLOC_SIZE 1
  26917. | #define HAVE_MBLEN 1
  26918. | #define HAVE_MEMSET_S 1
  26919. | #define HAVE_WRITEV 1
  26920. | #define HAVE_MKFIFO 1
  26921. | #define HAVE_MKNOD 1
  26922. | #define HAVE_MKTIME 1
  26923. | #define HAVE_OPENAT 1
  26924. | #define HAVE_POLL 1
  26925. | #define HAVE_POSIX_MEMALIGN 1
  26926. | #define HAVE_PREAD 1
  26927. | #define HAVE_PWRITE 1
  26928. | #define HAVE_QSORT_R 1
  26929. | #define HAVE_READLINK 1
  26930. | #define HAVE_ROUND 1
  26931. | #define HAVE_SEEKDIR 1
  26932. | #define HAVE_SENDFILE 1
  26933. | #define HAVE_SETEGID 1
  26934. | #define HAVE_SETENV 1
  26935. | #define HAVE_SETEUID 1
  26936. | #define HAVE_SETGID 1
  26937. | #define HAVE_SETGROUPS 1
  26938. | #define HAVE_SETPGID 1
  26939. | #define HAVE_SETPGRP 1
  26940. | #define HAVE_SETREGID 1
  26941. | /* end confdefs.h. */
  26942. | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
  26943. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  26944. | #define setresuid innocuous_setresuid
  26945. |
  26946. | /* System header to define __stub macros and hopefully few prototypes,
  26947. | which can conflict with char setresuid (); below.
  26948. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  26949. | <limits.h> exists even on freestanding compilers. */
  26950. |
  26951. | #ifdef __STDC__
  26952. | # include <limits.h>
  26953. | #else
  26954. | # include <assert.h>
  26955. | #endif
  26956. |
  26957. | #undef setresuid
  26958. |
  26959. | /* Override any GCC internal prototype to avoid an error.
  26960. | Use char because int might match the return type of a GCC
  26961. | builtin and then its argument prototype would still apply. */
  26962. | #ifdef __cplusplus
  26963. | extern "C"
  26964. | #endif
  26965. | char setresuid ();
  26966. | /* The GNU C library defines this for functions which it implements
  26967. | to always fail with ENOSYS. Some functions are actually named
  26968. | something starting with __ and the normal name is an alias. */
  26969. | #if defined __stub_setresuid || defined __stub___setresuid
  26970. | choke me
  26971. | #endif
  26972. |
  26973. | int
  26974. | main ()
  26975. | {
  26976. | return setresuid ();
  26977. | ;
  26978. | return 0;
  26979. | }
  26980. configure:22250: result: no
  26981. configure:22261: checking for setreuid
  26982. configure:22261: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26983. configure:22261: $? = 0
  26984. configure:22261: result: yes
  26985. configure:22272: checking for setrgid
  26986. configure:22272: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26987. configure:22272: $? = 0
  26988. configure:22272: result: yes
  26989. configure:22283: checking for setrlimit
  26990. configure:22283: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26991. configure:22283: $? = 0
  26992. configure:22283: result: yes
  26993. configure:22294: checking for setruid
  26994. configure:22294: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26995. configure:22294: $? = 0
  26996. configure:22294: result: yes
  26997. configure:22305: checking for setsid
  26998. configure:22305: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  26999. configure:22305: $? = 0
  27000. configure:22305: result: yes
  27001. configure:22316: checking for setuid
  27002. configure:22316: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27003. configure:22316: $? = 0
  27004. configure:22316: result: yes
  27005. configure:22327: checking for shutdown
  27006. configure:22327: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27007. configure:22327: $? = 0
  27008. configure:22327: result: yes
  27009. configure:22338: checking for sigaction
  27010. configure:22338: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27011. configure:22338: $? = 0
  27012. configure:22338: result: yes
  27013. configure:22349: checking for sigaltstack
  27014. configure:22349: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27015. configure:22349: $? = 0
  27016. configure:22349: result: yes
  27017. configure:22360: checking for sigprocmask
  27018. configure:22360: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27019. configure:22360: $? = 0
  27020. configure:22360: result: yes
  27021. configure:22371: checking for sinh
  27022. configure:22371: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27023. conftest.c:331:6: warning: incompatible redeclaration of library function 'sinh' [-Wincompatible-library-redeclaration]
  27024. char sinh ();
  27025. ^
  27026. conftest.c:331:6: note: 'sinh' is a builtin with type 'double (double)'
  27027. 1 warning generated.
  27028. configure:22371: $? = 0
  27029. configure:22371: result: yes
  27030. configure:22382: checking for spawnv
  27031. configure:22382: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27032. Undefined symbols for architecture x86_64:
  27033. "_spawnv", referenced from:
  27034. _main in conftest-608522.o
  27035. ld: symbol(s) not found for architecture x86_64
  27036. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27037. configure:22382: $? = 1
  27038. configure: failed program was:
  27039. | /* confdefs.h */
  27040. | #define PACKAGE_NAME ""
  27041. | #define PACKAGE_TARNAME ""
  27042. | #define PACKAGE_VERSION ""
  27043. | #define PACKAGE_STRING ""
  27044. | #define PACKAGE_BUGREPORT ""
  27045. | #define PACKAGE_URL ""
  27046. | #define CANONICALIZATION_FOR_MATHN 1
  27047. | #define STDC_HEADERS 1
  27048. | #define HAVE_SYS_TYPES_H 1
  27049. | #define HAVE_SYS_STAT_H 1
  27050. | #define HAVE_STDLIB_H 1
  27051. | #define HAVE_STRING_H 1
  27052. | #define HAVE_MEMORY_H 1
  27053. | #define HAVE_STRINGS_H 1
  27054. | #define HAVE_INTTYPES_H 1
  27055. | #define HAVE_STDINT_H 1
  27056. | #define HAVE_UNISTD_H 1
  27057. | #define __EXTENSIONS__ 1
  27058. | #define _ALL_SOURCE 1
  27059. | #define _GNU_SOURCE 1
  27060. | #define _POSIX_PTHREAD_SEMANTICS 1
  27061. | #define _TANDEM_SOURCE 1
  27062. | #define HAVE_INFINITY 1
  27063. | #define HAVE_NAN 1
  27064. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27065. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27066. | #define BROKEN_CRYPT 1
  27067. | #define HAVE_CRT_EXTERNS_H 1
  27068. | #define HAVE_LIBDL 1
  27069. | #define HAVE_DIRENT_H 1
  27070. | #define HAVE__BOOL 1
  27071. | #define HAVE_STDBOOL_H 1
  27072. | #define HAVE_SYS_WAIT_H 1
  27073. | #define HAVE_GRP_H 1
  27074. | #define HAVE_FCNTL_H 1
  27075. | #define HAVE_FLOAT_H 1
  27076. | #define HAVE_LANGINFO_H 1
  27077. | #define HAVE_LIMITS_H 1
  27078. | #define HAVE_LOCALE_H 1
  27079. | #define HAVE_MALLOC_MALLOC_H 1
  27080. | #define HAVE_PWD_H 1
  27081. | #define HAVE_SYS_ATTR_H 1
  27082. | #define HAVE_SYS_FCNTL_H 1
  27083. | #define HAVE_SYS_FILE_H 1
  27084. | #define HAVE_SYS_IOCTL_H 1
  27085. | #define HAVE_SYS_PARAM_H 1
  27086. | #define HAVE_SYS_RESOURCE_H 1
  27087. | #define HAVE_SYS_SELECT_H 1
  27088. | #define HAVE_SYS_SOCKET_H 1
  27089. | #define HAVE_SYS_TIME_H 1
  27090. | #define HAVE_SYS_TIMES_H 1
  27091. | #define HAVE_SYS_UIO_H 1
  27092. | #define HAVE_TIME_H 1
  27093. | #define HAVE_UCONTEXT_H 1
  27094. | #define HAVE_UTIME_H 1
  27095. | #define HAVE_GMP_H 1
  27096. | #define HAVE_LIBGMP 1
  27097. | #define HAVE_TYPEOF 1
  27098. | #define HAVE_LONG_LONG 1
  27099. | #define HAVE_OFF_T 1
  27100. | #define SIZEOF_INT 4
  27101. | #define SIZEOF_SHORT 2
  27102. | #define SIZEOF_LONG 8
  27103. | #define SIZEOF_LONG_LONG 8
  27104. | #define SIZEOF___INT64 0
  27105. | #define SIZEOF___INT128 16
  27106. | #define SIZEOF_OFF_T 8
  27107. | #define SIZEOF_VOIDP 8
  27108. | #define SIZEOF_FLOAT 4
  27109. | #define SIZEOF_DOUBLE 8
  27110. | #define SIZEOF_TIME_T 8
  27111. | #define SIZEOF_CLOCK_T 8
  27112. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27113. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27114. | #define PRI_LL_PREFIX "ll"
  27115. | #define rb_pid_t pid_t
  27116. | #define SIGNEDNESS_OF_PID_T -1
  27117. | #define PIDT2NUM(v) INT2NUM(v)
  27118. | #define NUM2PIDT(v) NUM2INT(v)
  27119. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27120. | #define rb_uid_t uid_t
  27121. | #define SIGNEDNESS_OF_UID_T +1
  27122. | #define UIDT2NUM(v) UINT2NUM(v)
  27123. | #define NUM2UIDT(v) NUM2UINT(v)
  27124. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27125. | #define rb_gid_t gid_t
  27126. | #define SIGNEDNESS_OF_GID_T +1
  27127. | #define GIDT2NUM(v) UINT2NUM(v)
  27128. | #define NUM2GIDT(v) NUM2UINT(v)
  27129. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27130. | #define rb_time_t time_t
  27131. | #define SIGNEDNESS_OF_TIME_T -1
  27132. | #define TIMET2NUM(v) LONG2NUM(v)
  27133. | #define NUM2TIMET(v) NUM2LONG(v)
  27134. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27135. | #define rb_dev_t dev_t
  27136. | #define SIGNEDNESS_OF_DEV_T -1
  27137. | #define DEVT2NUM(v) INT2NUM(v)
  27138. | #define NUM2DEVT(v) NUM2INT(v)
  27139. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27140. | #define rb_mode_t mode_t
  27141. | #define SIGNEDNESS_OF_MODE_T +1
  27142. | #define MODET2NUM(v) UINT2NUM(v)
  27143. | #define NUM2MODET(v) NUM2UINT(v)
  27144. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  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 rb_off_t off_t
  27151. | #define SIGNEDNESS_OF_OFF_T -1
  27152. | #define OFFT2NUM(v) LL2NUM(v)
  27153. | #define NUM2OFFT(v) NUM2LL(v)
  27154. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27155. | #define rb_clockid_t int
  27156. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27157. | #define CLOCKID2NUM(v) INT2NUM(v)
  27158. | #define NUM2CLOCKID(v) NUM2INT(v)
  27159. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27160. | #define HAVE_PROTOTYPES 1
  27161. | #define TOKEN_PASTE(x,y) x##y
  27162. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27163. | #define HAVE_STDARG_PROTOTYPES 1
  27164. | #define HAVE_VA_ARGS_MACRO 1
  27165. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27166. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27167. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27168. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27169. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27170. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27171. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27172. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27173. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27174. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27175. | #define WEAK(x) __attribute__ ((__weak__)) x
  27176. | #define HAVE_FUNC_WEAK 1
  27177. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27178. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27179. | #define HAVE_GCC_SYNC_BUILTINS 1
  27180. | #define UNREACHABLE __builtin_unreachable()
  27181. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27182. | #define RUBY_FUNCTION_NAME_STRING __func__
  27183. | #define ENUM_OVER_INT 1
  27184. | #define HAVE_DECL_SYS_NERR 1
  27185. | #define HAVE_DECL_GETENV 1
  27186. | #define SIZEOF_SIZE_T 8
  27187. | #define SIZEOF_PTRDIFF_T 8
  27188. | #define PRI_SIZE_PREFIX "z"
  27189. | #define PRI_PTRDIFF_PREFIX "t"
  27190. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27191. | #define HAVE_ST_BLKSIZE 1
  27192. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27193. | #define HAVE_ST_BLOCKS 1
  27194. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27195. | #define HAVE_ST_RDEV 1
  27196. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27197. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27198. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27199. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27200. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27201. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27202. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27203. | #define HAVE_STRUCT_TIMEVAL 1
  27204. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27205. | #define HAVE_STRUCT_TIMESPEC 1
  27206. | #define HAVE_STRUCT_TIMEZONE 1
  27207. | #define HAVE_INT8_T 1
  27208. | #define SIZEOF_INT8_T 1
  27209. | #define HAVE_UINT8_T 1
  27210. | #define SIZEOF_UINT8_T 1
  27211. | #define HAVE_INT16_T 1
  27212. | #define SIZEOF_INT16_T 2
  27213. | #define HAVE_UINT16_T 1
  27214. | #define SIZEOF_UINT16_T 2
  27215. | #define HAVE_INT32_T 1
  27216. | #define SIZEOF_INT32_T 4
  27217. | #define HAVE_UINT32_T 1
  27218. | #define SIZEOF_UINT32_T 4
  27219. | #define HAVE_INT64_T 1
  27220. | #define SIZEOF_INT64_T 8
  27221. | #define HAVE_UINT64_T 1
  27222. | #define SIZEOF_UINT64_T 8
  27223. | #define HAVE_INT128_T 1
  27224. | #define int128_t __int128
  27225. | #define SIZEOF_INT128_T SIZEOF___INT128
  27226. | #define HAVE_UINT128_T 1
  27227. | #define uint128_t unsigned __int128
  27228. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27229. | #define HAVE_INTPTR_T 1
  27230. | #define SIZEOF_INTPTR_T 8
  27231. | #define HAVE_UINTPTR_T 1
  27232. | #define SIZEOF_UINTPTR_T 8
  27233. | #define HAVE_SSIZE_T 1
  27234. | #define SIZEOF_SSIZE_T 8
  27235. | #define GETGROUPS_T gid_t
  27236. | #define RETSIGTYPE void
  27237. | #define HAVE_ALLOCA_H 1
  27238. | #define HAVE_ALLOCA 1
  27239. | #define HAVE_ACOSH 1
  27240. | #define HAVE_CBRT 1
  27241. | #define HAVE_CRYPT 1
  27242. | #define HAVE_DUP2 1
  27243. | #define HAVE_ERF 1
  27244. | #define HAVE_FFS 1
  27245. | #define HAVE_FINITE 1
  27246. | #define HAVE_FLOCK 1
  27247. | #define HAVE_HYPOT 1
  27248. | #define HAVE_ISINF 1
  27249. | #define HAVE_ISNAN 1
  27250. | #define HAVE_LGAMMA_R 1
  27251. | #define HAVE_MEMMOVE 1
  27252. | #define HAVE_NEXTAFTER 1
  27253. | #define HAVE_STRCHR 1
  27254. | #define HAVE_STRERROR 1
  27255. | #define HAVE_STRLCAT 1
  27256. | #define HAVE_STRLCPY 1
  27257. | #define HAVE_STRSTR 1
  27258. | #define HAVE_TGAMMA 1
  27259. | #define SPT_TYPE SPT_REUSEARGV
  27260. | #define HAVE_SIGNBIT 1
  27261. | #define HAVE_FORK 1
  27262. | #define vfork fork
  27263. | #define HAVE_WORKING_FORK 1
  27264. | #define HAVE__LONGJMP 1
  27265. | #define HAVE_ARC4RANDOM_BUF 1
  27266. | #define HAVE_ATAN2L 1
  27267. | #define HAVE_ATAN2F 1
  27268. | #define HAVE_CHROOT 1
  27269. | #define HAVE_CLOCK_GETTIME 1
  27270. | #define HAVE_COSH 1
  27271. | #define HAVE_DIRFD 1
  27272. | #define HAVE_DLOPEN 1
  27273. | #define HAVE_DLADDR 1
  27274. | #define HAVE_DUP 1
  27275. | #define HAVE_ENDGRENT 1
  27276. | #define HAVE_FCHMOD 1
  27277. | #define HAVE_FCHOWN 1
  27278. | #define HAVE_FCNTL 1
  27279. | #define HAVE_FDOPENDIR 1
  27280. | #define HAVE_FGETATTRLIST 1
  27281. | #define HAVE_FMOD 1
  27282. | #define HAVE_FSTATAT 1
  27283. | #define HAVE_FSYNC 1
  27284. | #define HAVE_FTRUNCATE 1
  27285. | #define HAVE_GETATTRLIST 1
  27286. | #define HAVE_GETCWD 1
  27287. | #define HAVE_GETGRNAM 1
  27288. | #define HAVE_GETGRNAM_R 1
  27289. | #define HAVE_GETGROUPS 1
  27290. | #define HAVE_GETPGID 1
  27291. | #define HAVE_GETPGRP 1
  27292. | #define HAVE_GETPRIORITY 1
  27293. | #define HAVE_GETPWNAM_R 1
  27294. | #define HAVE_GETRLIMIT 1
  27295. | #define HAVE_GETSID 1
  27296. | #define HAVE_GETTIMEOFDAY 1
  27297. | #define HAVE_GMTIME_R 1
  27298. | #define HAVE_INITGROUPS 1
  27299. | #define HAVE_IOCTL 1
  27300. | #define HAVE_ISSETUGID 1
  27301. | #define HAVE_KILLPG 1
  27302. | #define HAVE_LCHMOD 1
  27303. | #define HAVE_LCHOWN 1
  27304. | #define HAVE_LINK 1
  27305. | #define HAVE_LLABS 1
  27306. | #define HAVE_LOCKF 1
  27307. | #define HAVE_LOG2 1
  27308. | #define HAVE_LSTAT 1
  27309. | #define HAVE_LUTIMES 1
  27310. | #define HAVE_MALLOC_SIZE 1
  27311. | #define HAVE_MBLEN 1
  27312. | #define HAVE_MEMSET_S 1
  27313. | #define HAVE_WRITEV 1
  27314. | #define HAVE_MKFIFO 1
  27315. | #define HAVE_MKNOD 1
  27316. | #define HAVE_MKTIME 1
  27317. | #define HAVE_OPENAT 1
  27318. | #define HAVE_POLL 1
  27319. | #define HAVE_POSIX_MEMALIGN 1
  27320. | #define HAVE_PREAD 1
  27321. | #define HAVE_PWRITE 1
  27322. | #define HAVE_QSORT_R 1
  27323. | #define HAVE_READLINK 1
  27324. | #define HAVE_ROUND 1
  27325. | #define HAVE_SEEKDIR 1
  27326. | #define HAVE_SENDFILE 1
  27327. | #define HAVE_SETEGID 1
  27328. | #define HAVE_SETENV 1
  27329. | #define HAVE_SETEUID 1
  27330. | #define HAVE_SETGID 1
  27331. | #define HAVE_SETGROUPS 1
  27332. | #define HAVE_SETPGID 1
  27333. | #define HAVE_SETPGRP 1
  27334. | #define HAVE_SETREGID 1
  27335. | #define HAVE_SETREUID 1
  27336. | #define HAVE_SETRGID 1
  27337. | #define HAVE_SETRLIMIT 1
  27338. | #define HAVE_SETRUID 1
  27339. | #define HAVE_SETSID 1
  27340. | #define HAVE_SETUID 1
  27341. | #define HAVE_SHUTDOWN 1
  27342. | #define HAVE_SIGACTION 1
  27343. | #define HAVE_SIGALTSTACK 1
  27344. | #define HAVE_SIGPROCMASK 1
  27345. | #define HAVE_SINH 1
  27346. | /* end confdefs.h. */
  27347. | /* Define spawnv to an innocuous variant, in case <limits.h> declares spawnv.
  27348. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27349. | #define spawnv innocuous_spawnv
  27350. |
  27351. | /* System header to define __stub macros and hopefully few prototypes,
  27352. | which can conflict with char spawnv (); below.
  27353. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27354. | <limits.h> exists even on freestanding compilers. */
  27355. |
  27356. | #ifdef __STDC__
  27357. | # include <limits.h>
  27358. | #else
  27359. | # include <assert.h>
  27360. | #endif
  27361. |
  27362. | #undef spawnv
  27363. |
  27364. | /* Override any GCC internal prototype to avoid an error.
  27365. | Use char because int might match the return type of a GCC
  27366. | builtin and then its argument prototype would still apply. */
  27367. | #ifdef __cplusplus
  27368. | extern "C"
  27369. | #endif
  27370. | char spawnv ();
  27371. | /* The GNU C library defines this for functions which it implements
  27372. | to always fail with ENOSYS. Some functions are actually named
  27373. | something starting with __ and the normal name is an alias. */
  27374. | #if defined __stub_spawnv || defined __stub___spawnv
  27375. | choke me
  27376. | #endif
  27377. |
  27378. | int
  27379. | main ()
  27380. | {
  27381. | return spawnv ();
  27382. | ;
  27383. | return 0;
  27384. | }
  27385. configure:22382: result: no
  27386. configure:22393: checking for symlink
  27387. configure:22393: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27388. configure:22393: $? = 0
  27389. configure:22393: result: yes
  27390. configure:22404: checking for syscall
  27391. configure:22404: result: no
  27392. configure:22415: checking for sysconf
  27393. configure:22415: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27394. configure:22415: $? = 0
  27395. configure:22415: result: yes
  27396. configure:22426: checking for tanh
  27397. configure:22426: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27398. conftest.c:334:6: warning: incompatible redeclaration of library function 'tanh' [-Wincompatible-library-redeclaration]
  27399. char tanh ();
  27400. ^
  27401. conftest.c:334:6: note: 'tanh' is a builtin with type 'double (double)'
  27402. 1 warning generated.
  27403. configure:22426: $? = 0
  27404. configure:22426: result: yes
  27405. configure:22437: checking for telldir
  27406. configure:22437: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27407. configure:22437: $? = 0
  27408. configure:22437: result: yes
  27409. configure:22448: checking for timegm
  27410. configure:22448: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27411. configure:22448: $? = 0
  27412. configure:22448: result: yes
  27413. configure:22459: checking for times
  27414. configure:22459: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27415. configure:22459: $? = 0
  27416. configure:22459: result: yes
  27417. configure:22470: checking for truncate
  27418. configure:22470: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27419. configure:22470: $? = 0
  27420. configure:22470: result: yes
  27421. configure:22481: checking for truncate64
  27422. configure:22481: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27423. Undefined symbols for architecture x86_64:
  27424. "_truncate64", referenced from:
  27425. _main in conftest-720d73.o
  27426. ld: symbol(s) not found for architecture x86_64
  27427. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27428. configure:22481: $? = 1
  27429. configure: failed program was:
  27430. | /* confdefs.h */
  27431. | #define PACKAGE_NAME ""
  27432. | #define PACKAGE_TARNAME ""
  27433. | #define PACKAGE_VERSION ""
  27434. | #define PACKAGE_STRING ""
  27435. | #define PACKAGE_BUGREPORT ""
  27436. | #define PACKAGE_URL ""
  27437. | #define CANONICALIZATION_FOR_MATHN 1
  27438. | #define STDC_HEADERS 1
  27439. | #define HAVE_SYS_TYPES_H 1
  27440. | #define HAVE_SYS_STAT_H 1
  27441. | #define HAVE_STDLIB_H 1
  27442. | #define HAVE_STRING_H 1
  27443. | #define HAVE_MEMORY_H 1
  27444. | #define HAVE_STRINGS_H 1
  27445. | #define HAVE_INTTYPES_H 1
  27446. | #define HAVE_STDINT_H 1
  27447. | #define HAVE_UNISTD_H 1
  27448. | #define __EXTENSIONS__ 1
  27449. | #define _ALL_SOURCE 1
  27450. | #define _GNU_SOURCE 1
  27451. | #define _POSIX_PTHREAD_SEMANTICS 1
  27452. | #define _TANDEM_SOURCE 1
  27453. | #define HAVE_INFINITY 1
  27454. | #define HAVE_NAN 1
  27455. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27456. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27457. | #define BROKEN_CRYPT 1
  27458. | #define HAVE_CRT_EXTERNS_H 1
  27459. | #define HAVE_LIBDL 1
  27460. | #define HAVE_DIRENT_H 1
  27461. | #define HAVE__BOOL 1
  27462. | #define HAVE_STDBOOL_H 1
  27463. | #define HAVE_SYS_WAIT_H 1
  27464. | #define HAVE_GRP_H 1
  27465. | #define HAVE_FCNTL_H 1
  27466. | #define HAVE_FLOAT_H 1
  27467. | #define HAVE_LANGINFO_H 1
  27468. | #define HAVE_LIMITS_H 1
  27469. | #define HAVE_LOCALE_H 1
  27470. | #define HAVE_MALLOC_MALLOC_H 1
  27471. | #define HAVE_PWD_H 1
  27472. | #define HAVE_SYS_ATTR_H 1
  27473. | #define HAVE_SYS_FCNTL_H 1
  27474. | #define HAVE_SYS_FILE_H 1
  27475. | #define HAVE_SYS_IOCTL_H 1
  27476. | #define HAVE_SYS_PARAM_H 1
  27477. | #define HAVE_SYS_RESOURCE_H 1
  27478. | #define HAVE_SYS_SELECT_H 1
  27479. | #define HAVE_SYS_SOCKET_H 1
  27480. | #define HAVE_SYS_TIME_H 1
  27481. | #define HAVE_SYS_TIMES_H 1
  27482. | #define HAVE_SYS_UIO_H 1
  27483. | #define HAVE_TIME_H 1
  27484. | #define HAVE_UCONTEXT_H 1
  27485. | #define HAVE_UTIME_H 1
  27486. | #define HAVE_GMP_H 1
  27487. | #define HAVE_LIBGMP 1
  27488. | #define HAVE_TYPEOF 1
  27489. | #define HAVE_LONG_LONG 1
  27490. | #define HAVE_OFF_T 1
  27491. | #define SIZEOF_INT 4
  27492. | #define SIZEOF_SHORT 2
  27493. | #define SIZEOF_LONG 8
  27494. | #define SIZEOF_LONG_LONG 8
  27495. | #define SIZEOF___INT64 0
  27496. | #define SIZEOF___INT128 16
  27497. | #define SIZEOF_OFF_T 8
  27498. | #define SIZEOF_VOIDP 8
  27499. | #define SIZEOF_FLOAT 4
  27500. | #define SIZEOF_DOUBLE 8
  27501. | #define SIZEOF_TIME_T 8
  27502. | #define SIZEOF_CLOCK_T 8
  27503. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27504. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27505. | #define PRI_LL_PREFIX "ll"
  27506. | #define rb_pid_t pid_t
  27507. | #define SIGNEDNESS_OF_PID_T -1
  27508. | #define PIDT2NUM(v) INT2NUM(v)
  27509. | #define NUM2PIDT(v) NUM2INT(v)
  27510. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27511. | #define rb_uid_t uid_t
  27512. | #define SIGNEDNESS_OF_UID_T +1
  27513. | #define UIDT2NUM(v) UINT2NUM(v)
  27514. | #define NUM2UIDT(v) NUM2UINT(v)
  27515. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27516. | #define rb_gid_t gid_t
  27517. | #define SIGNEDNESS_OF_GID_T +1
  27518. | #define GIDT2NUM(v) UINT2NUM(v)
  27519. | #define NUM2GIDT(v) NUM2UINT(v)
  27520. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  27521. | #define rb_time_t time_t
  27522. | #define SIGNEDNESS_OF_TIME_T -1
  27523. | #define TIMET2NUM(v) LONG2NUM(v)
  27524. | #define NUM2TIMET(v) NUM2LONG(v)
  27525. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  27526. | #define rb_dev_t dev_t
  27527. | #define SIGNEDNESS_OF_DEV_T -1
  27528. | #define DEVT2NUM(v) INT2NUM(v)
  27529. | #define NUM2DEVT(v) NUM2INT(v)
  27530. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  27531. | #define rb_mode_t mode_t
  27532. | #define SIGNEDNESS_OF_MODE_T +1
  27533. | #define MODET2NUM(v) UINT2NUM(v)
  27534. | #define NUM2MODET(v) NUM2UINT(v)
  27535. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  27536. | #define rb_rlim_t rlim_t
  27537. | #define SIGNEDNESS_OF_RLIM_T +1
  27538. | #define RLIM2NUM(v) ULL2NUM(v)
  27539. | #define NUM2RLIM(v) NUM2ULL(v)
  27540. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  27541. | #define rb_off_t off_t
  27542. | #define SIGNEDNESS_OF_OFF_T -1
  27543. | #define OFFT2NUM(v) LL2NUM(v)
  27544. | #define NUM2OFFT(v) NUM2LL(v)
  27545. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  27546. | #define rb_clockid_t int
  27547. | #define SIGNEDNESS_OF_CLOCKID_T -1
  27548. | #define CLOCKID2NUM(v) INT2NUM(v)
  27549. | #define NUM2CLOCKID(v) NUM2INT(v)
  27550. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  27551. | #define HAVE_PROTOTYPES 1
  27552. | #define TOKEN_PASTE(x,y) x##y
  27553. | #define STRINGIZE(expr) STRINGIZE0(expr)
  27554. | #define HAVE_STDARG_PROTOTYPES 1
  27555. | #define HAVE_VA_ARGS_MACRO 1
  27556. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  27557. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  27558. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  27559. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  27560. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  27561. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  27562. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  27563. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  27564. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  27565. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  27566. | #define WEAK(x) __attribute__ ((__weak__)) x
  27567. | #define HAVE_FUNC_WEAK 1
  27568. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  27569. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  27570. | #define HAVE_GCC_SYNC_BUILTINS 1
  27571. | #define UNREACHABLE __builtin_unreachable()
  27572. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  27573. | #define RUBY_FUNCTION_NAME_STRING __func__
  27574. | #define ENUM_OVER_INT 1
  27575. | #define HAVE_DECL_SYS_NERR 1
  27576. | #define HAVE_DECL_GETENV 1
  27577. | #define SIZEOF_SIZE_T 8
  27578. | #define SIZEOF_PTRDIFF_T 8
  27579. | #define PRI_SIZE_PREFIX "z"
  27580. | #define PRI_PTRDIFF_PREFIX "t"
  27581. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  27582. | #define HAVE_ST_BLKSIZE 1
  27583. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  27584. | #define HAVE_ST_BLOCKS 1
  27585. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  27586. | #define HAVE_ST_RDEV 1
  27587. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  27588. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  27589. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  27590. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  27591. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  27592. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  27593. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  27594. | #define HAVE_STRUCT_TIMEVAL 1
  27595. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  27596. | #define HAVE_STRUCT_TIMESPEC 1
  27597. | #define HAVE_STRUCT_TIMEZONE 1
  27598. | #define HAVE_INT8_T 1
  27599. | #define SIZEOF_INT8_T 1
  27600. | #define HAVE_UINT8_T 1
  27601. | #define SIZEOF_UINT8_T 1
  27602. | #define HAVE_INT16_T 1
  27603. | #define SIZEOF_INT16_T 2
  27604. | #define HAVE_UINT16_T 1
  27605. | #define SIZEOF_UINT16_T 2
  27606. | #define HAVE_INT32_T 1
  27607. | #define SIZEOF_INT32_T 4
  27608. | #define HAVE_UINT32_T 1
  27609. | #define SIZEOF_UINT32_T 4
  27610. | #define HAVE_INT64_T 1
  27611. | #define SIZEOF_INT64_T 8
  27612. | #define HAVE_UINT64_T 1
  27613. | #define SIZEOF_UINT64_T 8
  27614. | #define HAVE_INT128_T 1
  27615. | #define int128_t __int128
  27616. | #define SIZEOF_INT128_T SIZEOF___INT128
  27617. | #define HAVE_UINT128_T 1
  27618. | #define uint128_t unsigned __int128
  27619. | #define SIZEOF_UINT128_T SIZEOF___INT128
  27620. | #define HAVE_INTPTR_T 1
  27621. | #define SIZEOF_INTPTR_T 8
  27622. | #define HAVE_UINTPTR_T 1
  27623. | #define SIZEOF_UINTPTR_T 8
  27624. | #define HAVE_SSIZE_T 1
  27625. | #define SIZEOF_SSIZE_T 8
  27626. | #define GETGROUPS_T gid_t
  27627. | #define RETSIGTYPE void
  27628. | #define HAVE_ALLOCA_H 1
  27629. | #define HAVE_ALLOCA 1
  27630. | #define HAVE_ACOSH 1
  27631. | #define HAVE_CBRT 1
  27632. | #define HAVE_CRYPT 1
  27633. | #define HAVE_DUP2 1
  27634. | #define HAVE_ERF 1
  27635. | #define HAVE_FFS 1
  27636. | #define HAVE_FINITE 1
  27637. | #define HAVE_FLOCK 1
  27638. | #define HAVE_HYPOT 1
  27639. | #define HAVE_ISINF 1
  27640. | #define HAVE_ISNAN 1
  27641. | #define HAVE_LGAMMA_R 1
  27642. | #define HAVE_MEMMOVE 1
  27643. | #define HAVE_NEXTAFTER 1
  27644. | #define HAVE_STRCHR 1
  27645. | #define HAVE_STRERROR 1
  27646. | #define HAVE_STRLCAT 1
  27647. | #define HAVE_STRLCPY 1
  27648. | #define HAVE_STRSTR 1
  27649. | #define HAVE_TGAMMA 1
  27650. | #define SPT_TYPE SPT_REUSEARGV
  27651. | #define HAVE_SIGNBIT 1
  27652. | #define HAVE_FORK 1
  27653. | #define vfork fork
  27654. | #define HAVE_WORKING_FORK 1
  27655. | #define HAVE__LONGJMP 1
  27656. | #define HAVE_ARC4RANDOM_BUF 1
  27657. | #define HAVE_ATAN2L 1
  27658. | #define HAVE_ATAN2F 1
  27659. | #define HAVE_CHROOT 1
  27660. | #define HAVE_CLOCK_GETTIME 1
  27661. | #define HAVE_COSH 1
  27662. | #define HAVE_DIRFD 1
  27663. | #define HAVE_DLOPEN 1
  27664. | #define HAVE_DLADDR 1
  27665. | #define HAVE_DUP 1
  27666. | #define HAVE_ENDGRENT 1
  27667. | #define HAVE_FCHMOD 1
  27668. | #define HAVE_FCHOWN 1
  27669. | #define HAVE_FCNTL 1
  27670. | #define HAVE_FDOPENDIR 1
  27671. | #define HAVE_FGETATTRLIST 1
  27672. | #define HAVE_FMOD 1
  27673. | #define HAVE_FSTATAT 1
  27674. | #define HAVE_FSYNC 1
  27675. | #define HAVE_FTRUNCATE 1
  27676. | #define HAVE_GETATTRLIST 1
  27677. | #define HAVE_GETCWD 1
  27678. | #define HAVE_GETGRNAM 1
  27679. | #define HAVE_GETGRNAM_R 1
  27680. | #define HAVE_GETGROUPS 1
  27681. | #define HAVE_GETPGID 1
  27682. | #define HAVE_GETPGRP 1
  27683. | #define HAVE_GETPRIORITY 1
  27684. | #define HAVE_GETPWNAM_R 1
  27685. | #define HAVE_GETRLIMIT 1
  27686. | #define HAVE_GETSID 1
  27687. | #define HAVE_GETTIMEOFDAY 1
  27688. | #define HAVE_GMTIME_R 1
  27689. | #define HAVE_INITGROUPS 1
  27690. | #define HAVE_IOCTL 1
  27691. | #define HAVE_ISSETUGID 1
  27692. | #define HAVE_KILLPG 1
  27693. | #define HAVE_LCHMOD 1
  27694. | #define HAVE_LCHOWN 1
  27695. | #define HAVE_LINK 1
  27696. | #define HAVE_LLABS 1
  27697. | #define HAVE_LOCKF 1
  27698. | #define HAVE_LOG2 1
  27699. | #define HAVE_LSTAT 1
  27700. | #define HAVE_LUTIMES 1
  27701. | #define HAVE_MALLOC_SIZE 1
  27702. | #define HAVE_MBLEN 1
  27703. | #define HAVE_MEMSET_S 1
  27704. | #define HAVE_WRITEV 1
  27705. | #define HAVE_MKFIFO 1
  27706. | #define HAVE_MKNOD 1
  27707. | #define HAVE_MKTIME 1
  27708. | #define HAVE_OPENAT 1
  27709. | #define HAVE_POLL 1
  27710. | #define HAVE_POSIX_MEMALIGN 1
  27711. | #define HAVE_PREAD 1
  27712. | #define HAVE_PWRITE 1
  27713. | #define HAVE_QSORT_R 1
  27714. | #define HAVE_READLINK 1
  27715. | #define HAVE_ROUND 1
  27716. | #define HAVE_SEEKDIR 1
  27717. | #define HAVE_SENDFILE 1
  27718. | #define HAVE_SETEGID 1
  27719. | #define HAVE_SETENV 1
  27720. | #define HAVE_SETEUID 1
  27721. | #define HAVE_SETGID 1
  27722. | #define HAVE_SETGROUPS 1
  27723. | #define HAVE_SETPGID 1
  27724. | #define HAVE_SETPGRP 1
  27725. | #define HAVE_SETREGID 1
  27726. | #define HAVE_SETREUID 1
  27727. | #define HAVE_SETRGID 1
  27728. | #define HAVE_SETRLIMIT 1
  27729. | #define HAVE_SETRUID 1
  27730. | #define HAVE_SETSID 1
  27731. | #define HAVE_SETUID 1
  27732. | #define HAVE_SHUTDOWN 1
  27733. | #define HAVE_SIGACTION 1
  27734. | #define HAVE_SIGALTSTACK 1
  27735. | #define HAVE_SIGPROCMASK 1
  27736. | #define HAVE_SINH 1
  27737. | #define HAVE_SYMLINK 1
  27738. | #define HAVE_SYSCONF 1
  27739. | #define HAVE_TANH 1
  27740. | #define HAVE_TELLDIR 1
  27741. | #define HAVE_TIMEGM 1
  27742. | #define HAVE_TIMES 1
  27743. | #define HAVE_TRUNCATE 1
  27744. | /* end confdefs.h. */
  27745. | /* Define truncate64 to an innocuous variant, in case <limits.h> declares truncate64.
  27746. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  27747. | #define truncate64 innocuous_truncate64
  27748. |
  27749. | /* System header to define __stub macros and hopefully few prototypes,
  27750. | which can conflict with char truncate64 (); below.
  27751. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  27752. | <limits.h> exists even on freestanding compilers. */
  27753. |
  27754. | #ifdef __STDC__
  27755. | # include <limits.h>
  27756. | #else
  27757. | # include <assert.h>
  27758. | #endif
  27759. |
  27760. | #undef truncate64
  27761. |
  27762. | /* Override any GCC internal prototype to avoid an error.
  27763. | Use char because int might match the return type of a GCC
  27764. | builtin and then its argument prototype would still apply. */
  27765. | #ifdef __cplusplus
  27766. | extern "C"
  27767. | #endif
  27768. | char truncate64 ();
  27769. | /* The GNU C library defines this for functions which it implements
  27770. | to always fail with ENOSYS. Some functions are actually named
  27771. | something starting with __ and the normal name is an alias. */
  27772. | #if defined __stub_truncate64 || defined __stub___truncate64
  27773. | choke me
  27774. | #endif
  27775. |
  27776. | int
  27777. | main ()
  27778. | {
  27779. | return truncate64 ();
  27780. | ;
  27781. | return 0;
  27782. | }
  27783. configure:22481: result: no
  27784. configure:22492: checking for unsetenv
  27785. configure:22492: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27786. configure:22492: $? = 0
  27787. configure:22492: result: yes
  27788. configure:22503: checking for utimensat
  27789. configure:22503: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27790. configure:22503: $? = 0
  27791. configure:22503: result: yes
  27792. configure:22514: checking for utimes
  27793. configure:22514: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27794. configure:22514: $? = 0
  27795. configure:22514: result: yes
  27796. configure:22525: checking for wait4
  27797. configure:22525: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27798. configure:22525: $? = 0
  27799. configure:22525: result: yes
  27800. configure:22536: checking for waitpid
  27801. configure:22536: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27802. configure:22536: $? = 0
  27803. configure:22536: result: yes
  27804. configure:22561: checking if getcwd allocates buffer if NULL is given
  27805. configure:22597: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27806. configure:22597: $? = 0
  27807. configure:22597: ./conftest
  27808. configure:22597: $? = 0
  27809. configure:22607: result: yes
  27810. configure:22646: checking for __builtin_bswap16
  27811. configure:22662: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27812. conftest.c:328:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27813. __builtin_bswap16(0);
  27814. ^~~~~~~~~~~~~~~~~ ~
  27815. 1 warning generated.
  27816. configure:22662: $? = 0
  27817. configure:22670: result: yes
  27818. configure:22678: checking for __builtin_bswap32
  27819. configure:22694: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27820. conftest.c:329:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27821. __builtin_bswap32(0);
  27822. ^~~~~~~~~~~~~~~~~ ~
  27823. 1 warning generated.
  27824. configure:22694: $? = 0
  27825. configure:22702: result: yes
  27826. configure:22710: checking for __builtin_bswap64
  27827. configure:22726: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27828. conftest.c:330:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27829. __builtin_bswap64(0);
  27830. ^~~~~~~~~~~~~~~~~ ~
  27831. 1 warning generated.
  27832. configure:22726: $? = 0
  27833. configure:22734: result: yes
  27834. configure:22742: checking for __builtin_popcount
  27835. configure:22758: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27836. conftest.c:331:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27837. __builtin_popcount(0);
  27838. ^~~~~~~~~~~~~~~~~~ ~
  27839. 1 warning generated.
  27840. configure:22758: $? = 0
  27841. configure:22766: result: yes
  27842. configure:22774: checking for __builtin_popcountll
  27843. configure:22790: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27844. conftest.c:332:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27845. __builtin_popcountll(0);
  27846. ^~~~~~~~~~~~~~~~~~~~ ~
  27847. 1 warning generated.
  27848. configure:22790: $? = 0
  27849. configure:22798: result: yes
  27850. configure:22806: checking for __builtin_clz
  27851. configure:22822: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27852. conftest.c:333:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27853. __builtin_clz(0);
  27854. ^~~~~~~~~~~~~ ~
  27855. 1 warning generated.
  27856. configure:22822: $? = 0
  27857. configure:22830: result: yes
  27858. configure:22838: checking for __builtin_clzl
  27859. configure:22854: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27860. conftest.c:334:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27861. __builtin_clzl(0);
  27862. ^~~~~~~~~~~~~~ ~
  27863. 1 warning generated.
  27864. configure:22854: $? = 0
  27865. configure:22862: result: yes
  27866. configure:22870: checking for __builtin_clzll
  27867. configure:22886: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27868. conftest.c:335:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27869. __builtin_clzll(0);
  27870. ^~~~~~~~~~~~~~~ ~
  27871. 1 warning generated.
  27872. configure:22886: $? = 0
  27873. configure:22894: result: yes
  27874. configure:22902: checking for __builtin_ctz
  27875. configure:22918: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27876. conftest.c:336:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27877. __builtin_ctz(0);
  27878. ^~~~~~~~~~~~~ ~
  27879. 1 warning generated.
  27880. configure:22918: $? = 0
  27881. configure:22926: result: yes
  27882. configure:22934: checking for __builtin_ctzll
  27883. configure:22950: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27884. conftest.c:337:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  27885. __builtin_ctzll(0);
  27886. ^~~~~~~~~~~~~~~ ~
  27887. 1 warning generated.
  27888. configure:22950: $? = 0
  27889. configure:22958: result: yes
  27890. configure:22966: checking for __builtin_add_overflow
  27891. configure:22982: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27892. configure:22982: $? = 0
  27893. configure:22990: result: yes
  27894. configure:22998: checking for __builtin_sub_overflow
  27895. configure:23014: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27896. configure:23014: $? = 0
  27897. configure:23022: result: yes
  27898. configure:23030: checking for __builtin_mul_overflow
  27899. configure:23046: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27900. configure:23046: $? = 0
  27901. configure:23054: result: yes
  27902. configure:23062: checking for __builtin_mul_overflow_p
  27903. configure:23078: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  27904. conftest.c:341:1: error: use of unknown builtin '__builtin_mul_overflow_p' [-Wimplicit-function-declaration]
  27905. __builtin_mul_overflow_p(0,0,(int)0);
  27906. ^
  27907. 1 error generated.
  27908. configure:23078: $? = 1
  27909. configure: failed program was:
  27910. | /* confdefs.h */
  27911. | #define PACKAGE_NAME ""
  27912. | #define PACKAGE_TARNAME ""
  27913. | #define PACKAGE_VERSION ""
  27914. | #define PACKAGE_STRING ""
  27915. | #define PACKAGE_BUGREPORT ""
  27916. | #define PACKAGE_URL ""
  27917. | #define CANONICALIZATION_FOR_MATHN 1
  27918. | #define STDC_HEADERS 1
  27919. | #define HAVE_SYS_TYPES_H 1
  27920. | #define HAVE_SYS_STAT_H 1
  27921. | #define HAVE_STDLIB_H 1
  27922. | #define HAVE_STRING_H 1
  27923. | #define HAVE_MEMORY_H 1
  27924. | #define HAVE_STRINGS_H 1
  27925. | #define HAVE_INTTYPES_H 1
  27926. | #define HAVE_STDINT_H 1
  27927. | #define HAVE_UNISTD_H 1
  27928. | #define __EXTENSIONS__ 1
  27929. | #define _ALL_SOURCE 1
  27930. | #define _GNU_SOURCE 1
  27931. | #define _POSIX_PTHREAD_SEMANTICS 1
  27932. | #define _TANDEM_SOURCE 1
  27933. | #define HAVE_INFINITY 1
  27934. | #define HAVE_NAN 1
  27935. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  27936. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  27937. | #define BROKEN_CRYPT 1
  27938. | #define HAVE_CRT_EXTERNS_H 1
  27939. | #define HAVE_LIBDL 1
  27940. | #define HAVE_DIRENT_H 1
  27941. | #define HAVE__BOOL 1
  27942. | #define HAVE_STDBOOL_H 1
  27943. | #define HAVE_SYS_WAIT_H 1
  27944. | #define HAVE_GRP_H 1
  27945. | #define HAVE_FCNTL_H 1
  27946. | #define HAVE_FLOAT_H 1
  27947. | #define HAVE_LANGINFO_H 1
  27948. | #define HAVE_LIMITS_H 1
  27949. | #define HAVE_LOCALE_H 1
  27950. | #define HAVE_MALLOC_MALLOC_H 1
  27951. | #define HAVE_PWD_H 1
  27952. | #define HAVE_SYS_ATTR_H 1
  27953. | #define HAVE_SYS_FCNTL_H 1
  27954. | #define HAVE_SYS_FILE_H 1
  27955. | #define HAVE_SYS_IOCTL_H 1
  27956. | #define HAVE_SYS_PARAM_H 1
  27957. | #define HAVE_SYS_RESOURCE_H 1
  27958. | #define HAVE_SYS_SELECT_H 1
  27959. | #define HAVE_SYS_SOCKET_H 1
  27960. | #define HAVE_SYS_TIME_H 1
  27961. | #define HAVE_SYS_TIMES_H 1
  27962. | #define HAVE_SYS_UIO_H 1
  27963. | #define HAVE_TIME_H 1
  27964. | #define HAVE_UCONTEXT_H 1
  27965. | #define HAVE_UTIME_H 1
  27966. | #define HAVE_GMP_H 1
  27967. | #define HAVE_LIBGMP 1
  27968. | #define HAVE_TYPEOF 1
  27969. | #define HAVE_LONG_LONG 1
  27970. | #define HAVE_OFF_T 1
  27971. | #define SIZEOF_INT 4
  27972. | #define SIZEOF_SHORT 2
  27973. | #define SIZEOF_LONG 8
  27974. | #define SIZEOF_LONG_LONG 8
  27975. | #define SIZEOF___INT64 0
  27976. | #define SIZEOF___INT128 16
  27977. | #define SIZEOF_OFF_T 8
  27978. | #define SIZEOF_VOIDP 8
  27979. | #define SIZEOF_FLOAT 4
  27980. | #define SIZEOF_DOUBLE 8
  27981. | #define SIZEOF_TIME_T 8
  27982. | #define SIZEOF_CLOCK_T 8
  27983. | #define PACKED_STRUCT(x) x __attribute__((packed))
  27984. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  27985. | #define PRI_LL_PREFIX "ll"
  27986. | #define rb_pid_t pid_t
  27987. | #define SIGNEDNESS_OF_PID_T -1
  27988. | #define PIDT2NUM(v) INT2NUM(v)
  27989. | #define NUM2PIDT(v) NUM2INT(v)
  27990. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  27991. | #define rb_uid_t uid_t
  27992. | #define SIGNEDNESS_OF_UID_T +1
  27993. | #define UIDT2NUM(v) UINT2NUM(v)
  27994. | #define NUM2UIDT(v) NUM2UINT(v)
  27995. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  27996. | #define rb_gid_t gid_t
  27997. | #define SIGNEDNESS_OF_GID_T +1
  27998. | #define GIDT2NUM(v) UINT2NUM(v)
  27999. | #define NUM2GIDT(v) NUM2UINT(v)
  28000. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28001. | #define rb_time_t time_t
  28002. | #define SIGNEDNESS_OF_TIME_T -1
  28003. | #define TIMET2NUM(v) LONG2NUM(v)
  28004. | #define NUM2TIMET(v) NUM2LONG(v)
  28005. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28006. | #define rb_dev_t dev_t
  28007. | #define SIGNEDNESS_OF_DEV_T -1
  28008. | #define DEVT2NUM(v) INT2NUM(v)
  28009. | #define NUM2DEVT(v) NUM2INT(v)
  28010. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28011. | #define rb_mode_t mode_t
  28012. | #define SIGNEDNESS_OF_MODE_T +1
  28013. | #define MODET2NUM(v) UINT2NUM(v)
  28014. | #define NUM2MODET(v) NUM2UINT(v)
  28015. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28016. | #define rb_rlim_t rlim_t
  28017. | #define SIGNEDNESS_OF_RLIM_T +1
  28018. | #define RLIM2NUM(v) ULL2NUM(v)
  28019. | #define NUM2RLIM(v) NUM2ULL(v)
  28020. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28021. | #define rb_off_t off_t
  28022. | #define SIGNEDNESS_OF_OFF_T -1
  28023. | #define OFFT2NUM(v) LL2NUM(v)
  28024. | #define NUM2OFFT(v) NUM2LL(v)
  28025. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28026. | #define rb_clockid_t int
  28027. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28028. | #define CLOCKID2NUM(v) INT2NUM(v)
  28029. | #define NUM2CLOCKID(v) NUM2INT(v)
  28030. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28031. | #define HAVE_PROTOTYPES 1
  28032. | #define TOKEN_PASTE(x,y) x##y
  28033. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28034. | #define HAVE_STDARG_PROTOTYPES 1
  28035. | #define HAVE_VA_ARGS_MACRO 1
  28036. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28037. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28038. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28039. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28040. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28041. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28042. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28043. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28044. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28045. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28046. | #define WEAK(x) __attribute__ ((__weak__)) x
  28047. | #define HAVE_FUNC_WEAK 1
  28048. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28049. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28050. | #define HAVE_GCC_SYNC_BUILTINS 1
  28051. | #define UNREACHABLE __builtin_unreachable()
  28052. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28053. | #define RUBY_FUNCTION_NAME_STRING __func__
  28054. | #define ENUM_OVER_INT 1
  28055. | #define HAVE_DECL_SYS_NERR 1
  28056. | #define HAVE_DECL_GETENV 1
  28057. | #define SIZEOF_SIZE_T 8
  28058. | #define SIZEOF_PTRDIFF_T 8
  28059. | #define PRI_SIZE_PREFIX "z"
  28060. | #define PRI_PTRDIFF_PREFIX "t"
  28061. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28062. | #define HAVE_ST_BLKSIZE 1
  28063. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28064. | #define HAVE_ST_BLOCKS 1
  28065. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28066. | #define HAVE_ST_RDEV 1
  28067. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28068. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28069. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28070. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28071. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28072. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28073. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28074. | #define HAVE_STRUCT_TIMEVAL 1
  28075. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28076. | #define HAVE_STRUCT_TIMESPEC 1
  28077. | #define HAVE_STRUCT_TIMEZONE 1
  28078. | #define HAVE_INT8_T 1
  28079. | #define SIZEOF_INT8_T 1
  28080. | #define HAVE_UINT8_T 1
  28081. | #define SIZEOF_UINT8_T 1
  28082. | #define HAVE_INT16_T 1
  28083. | #define SIZEOF_INT16_T 2
  28084. | #define HAVE_UINT16_T 1
  28085. | #define SIZEOF_UINT16_T 2
  28086. | #define HAVE_INT32_T 1
  28087. | #define SIZEOF_INT32_T 4
  28088. | #define HAVE_UINT32_T 1
  28089. | #define SIZEOF_UINT32_T 4
  28090. | #define HAVE_INT64_T 1
  28091. | #define SIZEOF_INT64_T 8
  28092. | #define HAVE_UINT64_T 1
  28093. | #define SIZEOF_UINT64_T 8
  28094. | #define HAVE_INT128_T 1
  28095. | #define int128_t __int128
  28096. | #define SIZEOF_INT128_T SIZEOF___INT128
  28097. | #define HAVE_UINT128_T 1
  28098. | #define uint128_t unsigned __int128
  28099. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28100. | #define HAVE_INTPTR_T 1
  28101. | #define SIZEOF_INTPTR_T 8
  28102. | #define HAVE_UINTPTR_T 1
  28103. | #define SIZEOF_UINTPTR_T 8
  28104. | #define HAVE_SSIZE_T 1
  28105. | #define SIZEOF_SSIZE_T 8
  28106. | #define GETGROUPS_T gid_t
  28107. | #define RETSIGTYPE void
  28108. | #define HAVE_ALLOCA_H 1
  28109. | #define HAVE_ALLOCA 1
  28110. | #define HAVE_ACOSH 1
  28111. | #define HAVE_CBRT 1
  28112. | #define HAVE_CRYPT 1
  28113. | #define HAVE_DUP2 1
  28114. | #define HAVE_ERF 1
  28115. | #define HAVE_FFS 1
  28116. | #define HAVE_FINITE 1
  28117. | #define HAVE_FLOCK 1
  28118. | #define HAVE_HYPOT 1
  28119. | #define HAVE_ISINF 1
  28120. | #define HAVE_ISNAN 1
  28121. | #define HAVE_LGAMMA_R 1
  28122. | #define HAVE_MEMMOVE 1
  28123. | #define HAVE_NEXTAFTER 1
  28124. | #define HAVE_STRCHR 1
  28125. | #define HAVE_STRERROR 1
  28126. | #define HAVE_STRLCAT 1
  28127. | #define HAVE_STRLCPY 1
  28128. | #define HAVE_STRSTR 1
  28129. | #define HAVE_TGAMMA 1
  28130. | #define SPT_TYPE SPT_REUSEARGV
  28131. | #define HAVE_SIGNBIT 1
  28132. | #define HAVE_FORK 1
  28133. | #define vfork fork
  28134. | #define HAVE_WORKING_FORK 1
  28135. | #define HAVE__LONGJMP 1
  28136. | #define HAVE_ARC4RANDOM_BUF 1
  28137. | #define HAVE_ATAN2L 1
  28138. | #define HAVE_ATAN2F 1
  28139. | #define HAVE_CHROOT 1
  28140. | #define HAVE_CLOCK_GETTIME 1
  28141. | #define HAVE_COSH 1
  28142. | #define HAVE_DIRFD 1
  28143. | #define HAVE_DLOPEN 1
  28144. | #define HAVE_DLADDR 1
  28145. | #define HAVE_DUP 1
  28146. | #define HAVE_ENDGRENT 1
  28147. | #define HAVE_FCHMOD 1
  28148. | #define HAVE_FCHOWN 1
  28149. | #define HAVE_FCNTL 1
  28150. | #define HAVE_FDOPENDIR 1
  28151. | #define HAVE_FGETATTRLIST 1
  28152. | #define HAVE_FMOD 1
  28153. | #define HAVE_FSTATAT 1
  28154. | #define HAVE_FSYNC 1
  28155. | #define HAVE_FTRUNCATE 1
  28156. | #define HAVE_GETATTRLIST 1
  28157. | #define HAVE_GETCWD 1
  28158. | #define HAVE_GETGRNAM 1
  28159. | #define HAVE_GETGRNAM_R 1
  28160. | #define HAVE_GETGROUPS 1
  28161. | #define HAVE_GETPGID 1
  28162. | #define HAVE_GETPGRP 1
  28163. | #define HAVE_GETPRIORITY 1
  28164. | #define HAVE_GETPWNAM_R 1
  28165. | #define HAVE_GETRLIMIT 1
  28166. | #define HAVE_GETSID 1
  28167. | #define HAVE_GETTIMEOFDAY 1
  28168. | #define HAVE_GMTIME_R 1
  28169. | #define HAVE_INITGROUPS 1
  28170. | #define HAVE_IOCTL 1
  28171. | #define HAVE_ISSETUGID 1
  28172. | #define HAVE_KILLPG 1
  28173. | #define HAVE_LCHMOD 1
  28174. | #define HAVE_LCHOWN 1
  28175. | #define HAVE_LINK 1
  28176. | #define HAVE_LLABS 1
  28177. | #define HAVE_LOCKF 1
  28178. | #define HAVE_LOG2 1
  28179. | #define HAVE_LSTAT 1
  28180. | #define HAVE_LUTIMES 1
  28181. | #define HAVE_MALLOC_SIZE 1
  28182. | #define HAVE_MBLEN 1
  28183. | #define HAVE_MEMSET_S 1
  28184. | #define HAVE_WRITEV 1
  28185. | #define HAVE_MKFIFO 1
  28186. | #define HAVE_MKNOD 1
  28187. | #define HAVE_MKTIME 1
  28188. | #define HAVE_OPENAT 1
  28189. | #define HAVE_POLL 1
  28190. | #define HAVE_POSIX_MEMALIGN 1
  28191. | #define HAVE_PREAD 1
  28192. | #define HAVE_PWRITE 1
  28193. | #define HAVE_QSORT_R 1
  28194. | #define HAVE_READLINK 1
  28195. | #define HAVE_ROUND 1
  28196. | #define HAVE_SEEKDIR 1
  28197. | #define HAVE_SENDFILE 1
  28198. | #define HAVE_SETEGID 1
  28199. | #define HAVE_SETENV 1
  28200. | #define HAVE_SETEUID 1
  28201. | #define HAVE_SETGID 1
  28202. | #define HAVE_SETGROUPS 1
  28203. | #define HAVE_SETPGID 1
  28204. | #define HAVE_SETPGRP 1
  28205. | #define HAVE_SETREGID 1
  28206. | #define HAVE_SETREUID 1
  28207. | #define HAVE_SETRGID 1
  28208. | #define HAVE_SETRLIMIT 1
  28209. | #define HAVE_SETRUID 1
  28210. | #define HAVE_SETSID 1
  28211. | #define HAVE_SETUID 1
  28212. | #define HAVE_SHUTDOWN 1
  28213. | #define HAVE_SIGACTION 1
  28214. | #define HAVE_SIGALTSTACK 1
  28215. | #define HAVE_SIGPROCMASK 1
  28216. | #define HAVE_SINH 1
  28217. | #define HAVE_SYMLINK 1
  28218. | #define HAVE_SYSCONF 1
  28219. | #define HAVE_TANH 1
  28220. | #define HAVE_TELLDIR 1
  28221. | #define HAVE_TIMEGM 1
  28222. | #define HAVE_TIMES 1
  28223. | #define HAVE_TRUNCATE 1
  28224. | #define HAVE_UNSETENV 1
  28225. | #define HAVE_UTIMENSAT 1
  28226. | #define HAVE_UTIMES 1
  28227. | #define HAVE_WAIT4 1
  28228. | #define HAVE_WAITPID 1
  28229. | #if !defined __STDC_WANT_LIB_EXT1__
  28230. | #define __STDC_WANT_LIB_EXT1__ 1
  28231. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  28232. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  28233. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  28234. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  28235. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  28236. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  28237. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  28238. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  28239. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  28240. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  28241. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  28242. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  28243. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  28244. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  28245. | /* end confdefs.h. */
  28246. | int foo;
  28247. | int
  28248. | main ()
  28249. | {
  28250. | __builtin_mul_overflow_p(0,0,(int)0);
  28251. | ;
  28252. | return 0;
  28253. | }
  28254. configure:23086: result: no
  28255. configure:23094: checking for __builtin_constant_p
  28256. configure:23110: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28257. conftest.c:341:1: warning: ignoring return value of function declared with const attribute [-Wunused-value]
  28258. __builtin_constant_p(0);
  28259. ^~~~~~~~~~~~~~~~~~~~ ~
  28260. 1 warning generated.
  28261. configure:23110: $? = 0
  28262. configure:23118: result: yes
  28263. configure:23126: checking for __builtin_choose_expr
  28264. configure:23145: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28265. configure:23145: $? = 0
  28266. configure:23153: result: yes
  28267. configure:23163: checking for __builtin_choose_expr_constant_p
  28268. configure:23182: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28269. configure:23182: $? = 0
  28270. configure:23190: result: yes
  28271. configure:23200: checking for __builtin_types_compatible_p
  28272. configure:23216: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28273. conftest.c:344:1: warning: expression result unused [-Wunused-value]
  28274. __builtin_types_compatible_p(int, int);
  28275. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28276. 1 warning generated.
  28277. configure:23216: $? = 0
  28278. configure:23224: result: yes
  28279. configure:23235: checking whether qsort_r is GNU version
  28280. configure:23256: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28281. conftest.c:343:6: error: conflicting types for 'qsort_r'
  28282. void qsort_r(void *base, size_t nmemb, size_t size,
  28283. ^
  28284. /usr/include/stdlib.h:325:7: note: previous declaration is here
  28285. void qsort_r(void *__base, size_t __nel, size_t __width, void *,
  28286. ^
  28287. 1 error generated.
  28288. configure:23256: $? = 1
  28289. configure: failed program was:
  28290. | /* confdefs.h */
  28291. | #define PACKAGE_NAME ""
  28292. | #define PACKAGE_TARNAME ""
  28293. | #define PACKAGE_VERSION ""
  28294. | #define PACKAGE_STRING ""
  28295. | #define PACKAGE_BUGREPORT ""
  28296. | #define PACKAGE_URL ""
  28297. | #define CANONICALIZATION_FOR_MATHN 1
  28298. | #define STDC_HEADERS 1
  28299. | #define HAVE_SYS_TYPES_H 1
  28300. | #define HAVE_SYS_STAT_H 1
  28301. | #define HAVE_STDLIB_H 1
  28302. | #define HAVE_STRING_H 1
  28303. | #define HAVE_MEMORY_H 1
  28304. | #define HAVE_STRINGS_H 1
  28305. | #define HAVE_INTTYPES_H 1
  28306. | #define HAVE_STDINT_H 1
  28307. | #define HAVE_UNISTD_H 1
  28308. | #define __EXTENSIONS__ 1
  28309. | #define _ALL_SOURCE 1
  28310. | #define _GNU_SOURCE 1
  28311. | #define _POSIX_PTHREAD_SEMANTICS 1
  28312. | #define _TANDEM_SOURCE 1
  28313. | #define HAVE_INFINITY 1
  28314. | #define HAVE_NAN 1
  28315. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28316. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28317. | #define BROKEN_CRYPT 1
  28318. | #define HAVE_CRT_EXTERNS_H 1
  28319. | #define HAVE_LIBDL 1
  28320. | #define HAVE_DIRENT_H 1
  28321. | #define HAVE__BOOL 1
  28322. | #define HAVE_STDBOOL_H 1
  28323. | #define HAVE_SYS_WAIT_H 1
  28324. | #define HAVE_GRP_H 1
  28325. | #define HAVE_FCNTL_H 1
  28326. | #define HAVE_FLOAT_H 1
  28327. | #define HAVE_LANGINFO_H 1
  28328. | #define HAVE_LIMITS_H 1
  28329. | #define HAVE_LOCALE_H 1
  28330. | #define HAVE_MALLOC_MALLOC_H 1
  28331. | #define HAVE_PWD_H 1
  28332. | #define HAVE_SYS_ATTR_H 1
  28333. | #define HAVE_SYS_FCNTL_H 1
  28334. | #define HAVE_SYS_FILE_H 1
  28335. | #define HAVE_SYS_IOCTL_H 1
  28336. | #define HAVE_SYS_PARAM_H 1
  28337. | #define HAVE_SYS_RESOURCE_H 1
  28338. | #define HAVE_SYS_SELECT_H 1
  28339. | #define HAVE_SYS_SOCKET_H 1
  28340. | #define HAVE_SYS_TIME_H 1
  28341. | #define HAVE_SYS_TIMES_H 1
  28342. | #define HAVE_SYS_UIO_H 1
  28343. | #define HAVE_TIME_H 1
  28344. | #define HAVE_UCONTEXT_H 1
  28345. | #define HAVE_UTIME_H 1
  28346. | #define HAVE_GMP_H 1
  28347. | #define HAVE_LIBGMP 1
  28348. | #define HAVE_TYPEOF 1
  28349. | #define HAVE_LONG_LONG 1
  28350. | #define HAVE_OFF_T 1
  28351. | #define SIZEOF_INT 4
  28352. | #define SIZEOF_SHORT 2
  28353. | #define SIZEOF_LONG 8
  28354. | #define SIZEOF_LONG_LONG 8
  28355. | #define SIZEOF___INT64 0
  28356. | #define SIZEOF___INT128 16
  28357. | #define SIZEOF_OFF_T 8
  28358. | #define SIZEOF_VOIDP 8
  28359. | #define SIZEOF_FLOAT 4
  28360. | #define SIZEOF_DOUBLE 8
  28361. | #define SIZEOF_TIME_T 8
  28362. | #define SIZEOF_CLOCK_T 8
  28363. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28364. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28365. | #define PRI_LL_PREFIX "ll"
  28366. | #define rb_pid_t pid_t
  28367. | #define SIGNEDNESS_OF_PID_T -1
  28368. | #define PIDT2NUM(v) INT2NUM(v)
  28369. | #define NUM2PIDT(v) NUM2INT(v)
  28370. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28371. | #define rb_uid_t uid_t
  28372. | #define SIGNEDNESS_OF_UID_T +1
  28373. | #define UIDT2NUM(v) UINT2NUM(v)
  28374. | #define NUM2UIDT(v) NUM2UINT(v)
  28375. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28376. | #define rb_gid_t gid_t
  28377. | #define SIGNEDNESS_OF_GID_T +1
  28378. | #define GIDT2NUM(v) UINT2NUM(v)
  28379. | #define NUM2GIDT(v) NUM2UINT(v)
  28380. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28381. | #define rb_time_t time_t
  28382. | #define SIGNEDNESS_OF_TIME_T -1
  28383. | #define TIMET2NUM(v) LONG2NUM(v)
  28384. | #define NUM2TIMET(v) NUM2LONG(v)
  28385. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28386. | #define rb_dev_t dev_t
  28387. | #define SIGNEDNESS_OF_DEV_T -1
  28388. | #define DEVT2NUM(v) INT2NUM(v)
  28389. | #define NUM2DEVT(v) NUM2INT(v)
  28390. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28391. | #define rb_mode_t mode_t
  28392. | #define SIGNEDNESS_OF_MODE_T +1
  28393. | #define MODET2NUM(v) UINT2NUM(v)
  28394. | #define NUM2MODET(v) NUM2UINT(v)
  28395. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28396. | #define rb_rlim_t rlim_t
  28397. | #define SIGNEDNESS_OF_RLIM_T +1
  28398. | #define RLIM2NUM(v) ULL2NUM(v)
  28399. | #define NUM2RLIM(v) NUM2ULL(v)
  28400. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28401. | #define rb_off_t off_t
  28402. | #define SIGNEDNESS_OF_OFF_T -1
  28403. | #define OFFT2NUM(v) LL2NUM(v)
  28404. | #define NUM2OFFT(v) NUM2LL(v)
  28405. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28406. | #define rb_clockid_t int
  28407. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28408. | #define CLOCKID2NUM(v) INT2NUM(v)
  28409. | #define NUM2CLOCKID(v) NUM2INT(v)
  28410. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28411. | #define HAVE_PROTOTYPES 1
  28412. | #define TOKEN_PASTE(x,y) x##y
  28413. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28414. | #define HAVE_STDARG_PROTOTYPES 1
  28415. | #define HAVE_VA_ARGS_MACRO 1
  28416. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28417. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28418. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28419. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28420. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28421. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28422. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28423. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28424. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28425. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28426. | #define WEAK(x) __attribute__ ((__weak__)) x
  28427. | #define HAVE_FUNC_WEAK 1
  28428. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28429. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28430. | #define HAVE_GCC_SYNC_BUILTINS 1
  28431. | #define UNREACHABLE __builtin_unreachable()
  28432. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28433. | #define RUBY_FUNCTION_NAME_STRING __func__
  28434. | #define ENUM_OVER_INT 1
  28435. | #define HAVE_DECL_SYS_NERR 1
  28436. | #define HAVE_DECL_GETENV 1
  28437. | #define SIZEOF_SIZE_T 8
  28438. | #define SIZEOF_PTRDIFF_T 8
  28439. | #define PRI_SIZE_PREFIX "z"
  28440. | #define PRI_PTRDIFF_PREFIX "t"
  28441. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28442. | #define HAVE_ST_BLKSIZE 1
  28443. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28444. | #define HAVE_ST_BLOCKS 1
  28445. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28446. | #define HAVE_ST_RDEV 1
  28447. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28448. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28449. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28450. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28451. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28452. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28453. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28454. | #define HAVE_STRUCT_TIMEVAL 1
  28455. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28456. | #define HAVE_STRUCT_TIMESPEC 1
  28457. | #define HAVE_STRUCT_TIMEZONE 1
  28458. | #define HAVE_INT8_T 1
  28459. | #define SIZEOF_INT8_T 1
  28460. | #define HAVE_UINT8_T 1
  28461. | #define SIZEOF_UINT8_T 1
  28462. | #define HAVE_INT16_T 1
  28463. | #define SIZEOF_INT16_T 2
  28464. | #define HAVE_UINT16_T 1
  28465. | #define SIZEOF_UINT16_T 2
  28466. | #define HAVE_INT32_T 1
  28467. | #define SIZEOF_INT32_T 4
  28468. | #define HAVE_UINT32_T 1
  28469. | #define SIZEOF_UINT32_T 4
  28470. | #define HAVE_INT64_T 1
  28471. | #define SIZEOF_INT64_T 8
  28472. | #define HAVE_UINT64_T 1
  28473. | #define SIZEOF_UINT64_T 8
  28474. | #define HAVE_INT128_T 1
  28475. | #define int128_t __int128
  28476. | #define SIZEOF_INT128_T SIZEOF___INT128
  28477. | #define HAVE_UINT128_T 1
  28478. | #define uint128_t unsigned __int128
  28479. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28480. | #define HAVE_INTPTR_T 1
  28481. | #define SIZEOF_INTPTR_T 8
  28482. | #define HAVE_UINTPTR_T 1
  28483. | #define SIZEOF_UINTPTR_T 8
  28484. | #define HAVE_SSIZE_T 1
  28485. | #define SIZEOF_SSIZE_T 8
  28486. | #define GETGROUPS_T gid_t
  28487. | #define RETSIGTYPE void
  28488. | #define HAVE_ALLOCA_H 1
  28489. | #define HAVE_ALLOCA 1
  28490. | #define HAVE_ACOSH 1
  28491. | #define HAVE_CBRT 1
  28492. | #define HAVE_CRYPT 1
  28493. | #define HAVE_DUP2 1
  28494. | #define HAVE_ERF 1
  28495. | #define HAVE_FFS 1
  28496. | #define HAVE_FINITE 1
  28497. | #define HAVE_FLOCK 1
  28498. | #define HAVE_HYPOT 1
  28499. | #define HAVE_ISINF 1
  28500. | #define HAVE_ISNAN 1
  28501. | #define HAVE_LGAMMA_R 1
  28502. | #define HAVE_MEMMOVE 1
  28503. | #define HAVE_NEXTAFTER 1
  28504. | #define HAVE_STRCHR 1
  28505. | #define HAVE_STRERROR 1
  28506. | #define HAVE_STRLCAT 1
  28507. | #define HAVE_STRLCPY 1
  28508. | #define HAVE_STRSTR 1
  28509. | #define HAVE_TGAMMA 1
  28510. | #define SPT_TYPE SPT_REUSEARGV
  28511. | #define HAVE_SIGNBIT 1
  28512. | #define HAVE_FORK 1
  28513. | #define vfork fork
  28514. | #define HAVE_WORKING_FORK 1
  28515. | #define HAVE__LONGJMP 1
  28516. | #define HAVE_ARC4RANDOM_BUF 1
  28517. | #define HAVE_ATAN2L 1
  28518. | #define HAVE_ATAN2F 1
  28519. | #define HAVE_CHROOT 1
  28520. | #define HAVE_CLOCK_GETTIME 1
  28521. | #define HAVE_COSH 1
  28522. | #define HAVE_DIRFD 1
  28523. | #define HAVE_DLOPEN 1
  28524. | #define HAVE_DLADDR 1
  28525. | #define HAVE_DUP 1
  28526. | #define HAVE_ENDGRENT 1
  28527. | #define HAVE_FCHMOD 1
  28528. | #define HAVE_FCHOWN 1
  28529. | #define HAVE_FCNTL 1
  28530. | #define HAVE_FDOPENDIR 1
  28531. | #define HAVE_FGETATTRLIST 1
  28532. | #define HAVE_FMOD 1
  28533. | #define HAVE_FSTATAT 1
  28534. | #define HAVE_FSYNC 1
  28535. | #define HAVE_FTRUNCATE 1
  28536. | #define HAVE_GETATTRLIST 1
  28537. | #define HAVE_GETCWD 1
  28538. | #define HAVE_GETGRNAM 1
  28539. | #define HAVE_GETGRNAM_R 1
  28540. | #define HAVE_GETGROUPS 1
  28541. | #define HAVE_GETPGID 1
  28542. | #define HAVE_GETPGRP 1
  28543. | #define HAVE_GETPRIORITY 1
  28544. | #define HAVE_GETPWNAM_R 1
  28545. | #define HAVE_GETRLIMIT 1
  28546. | #define HAVE_GETSID 1
  28547. | #define HAVE_GETTIMEOFDAY 1
  28548. | #define HAVE_GMTIME_R 1
  28549. | #define HAVE_INITGROUPS 1
  28550. | #define HAVE_IOCTL 1
  28551. | #define HAVE_ISSETUGID 1
  28552. | #define HAVE_KILLPG 1
  28553. | #define HAVE_LCHMOD 1
  28554. | #define HAVE_LCHOWN 1
  28555. | #define HAVE_LINK 1
  28556. | #define HAVE_LLABS 1
  28557. | #define HAVE_LOCKF 1
  28558. | #define HAVE_LOG2 1
  28559. | #define HAVE_LSTAT 1
  28560. | #define HAVE_LUTIMES 1
  28561. | #define HAVE_MALLOC_SIZE 1
  28562. | #define HAVE_MBLEN 1
  28563. | #define HAVE_MEMSET_S 1
  28564. | #define HAVE_WRITEV 1
  28565. | #define HAVE_MKFIFO 1
  28566. | #define HAVE_MKNOD 1
  28567. | #define HAVE_MKTIME 1
  28568. | #define HAVE_OPENAT 1
  28569. | #define HAVE_POLL 1
  28570. | #define HAVE_POSIX_MEMALIGN 1
  28571. | #define HAVE_PREAD 1
  28572. | #define HAVE_PWRITE 1
  28573. | #define HAVE_QSORT_R 1
  28574. | #define HAVE_READLINK 1
  28575. | #define HAVE_ROUND 1
  28576. | #define HAVE_SEEKDIR 1
  28577. | #define HAVE_SENDFILE 1
  28578. | #define HAVE_SETEGID 1
  28579. | #define HAVE_SETENV 1
  28580. | #define HAVE_SETEUID 1
  28581. | #define HAVE_SETGID 1
  28582. | #define HAVE_SETGROUPS 1
  28583. | #define HAVE_SETPGID 1
  28584. | #define HAVE_SETPGRP 1
  28585. | #define HAVE_SETREGID 1
  28586. | #define HAVE_SETREUID 1
  28587. | #define HAVE_SETRGID 1
  28588. | #define HAVE_SETRLIMIT 1
  28589. | #define HAVE_SETRUID 1
  28590. | #define HAVE_SETSID 1
  28591. | #define HAVE_SETUID 1
  28592. | #define HAVE_SHUTDOWN 1
  28593. | #define HAVE_SIGACTION 1
  28594. | #define HAVE_SIGALTSTACK 1
  28595. | #define HAVE_SIGPROCMASK 1
  28596. | #define HAVE_SINH 1
  28597. | #define HAVE_SYMLINK 1
  28598. | #define HAVE_SYSCONF 1
  28599. | #define HAVE_TANH 1
  28600. | #define HAVE_TELLDIR 1
  28601. | #define HAVE_TIMEGM 1
  28602. | #define HAVE_TIMES 1
  28603. | #define HAVE_TRUNCATE 1
  28604. | #define HAVE_UNSETENV 1
  28605. | #define HAVE_UTIMENSAT 1
  28606. | #define HAVE_UTIMES 1
  28607. | #define HAVE_WAIT4 1
  28608. | #define HAVE_WAITPID 1
  28609. | #if !defined __STDC_WANT_LIB_EXT1__
  28610. | #define __STDC_WANT_LIB_EXT1__ 1
  28611. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  28612. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  28613. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  28614. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  28615. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  28616. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  28617. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  28618. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  28619. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  28620. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  28621. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  28622. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  28623. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  28624. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  28625. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  28626. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  28627. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  28628. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  28629. | /* end confdefs.h. */
  28630. |
  28631. | #include <stdlib.h>
  28632. | void qsort_r(void *base, size_t nmemb, size_t size,
  28633. | int (*compar)(const void *, const void *, void *),
  28634. | void *arg);
  28635. |
  28636. | int
  28637. | main ()
  28638. | {
  28639. |
  28640. | ;
  28641. | return 0;
  28642. | }
  28643. configure:23264: result: no
  28644. configure:23266: checking whether qsort_r is BSD version
  28645. configure:23286: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28646. configure:23286: $? = 0
  28647. configure:23294: result: yes
  28648. configure:23313: checking whether atan2 handles Inf as C99
  28649. configure:23352: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28650. configure:23352: $? = 0
  28651. configure:23352: ./conftest
  28652. configure:23352: $? = 0
  28653. configure:23367: result: yes
  28654. configure:23434: checking for clock_getres
  28655. configure:23434: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28656. configure:23434: $? = 0
  28657. configure:23434: result: yes
  28658. configure:23444: checking for unsetenv returns a value
  28659. configure:23462: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28660. configure:23462: $? = 0
  28661. configure:23469: result: yes
  28662. configure:23499: checking whether struct tm is in sys/time.h or time.h
  28663. configure:23519: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28664. configure:23519: $? = 0
  28665. configure:23526: result: time.h
  28666. configure:23534: checking for struct tm.tm_zone
  28667. configure:23534: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28668. configure:23534: $? = 0
  28669. configure:23534: result: yes
  28670. configure:23601: checking for struct tm.tm_gmtoff
  28671. configure:23621: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28672. configure:23621: $? = 0
  28673. configure:23628: result: yes
  28674. configure:23636: checking for external int daylight
  28675. configure:23653: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28676. configure:23653: $? = 0
  28677. configure:23661: result: yes
  28678. configure:23670: checking for negative time_t for gmtime(3)
  28679. configure:23712: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28680. conftest.c:374:19: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  28681. t = ~(time_t)0 << 31;
  28682. ~~~~~~~~~~ ^
  28683. 1 warning generated.
  28684. configure:23712: $? = 0
  28685. configure:23712: ./conftest
  28686. configure:23712: $? = 0
  28687. configure:23722: result: yes
  28688. configure:23733: checking for localtime(3) overflow correctly
  28689. configure:23777: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  28690. configure:23777: $? = 0
  28691. configure:23777: ./conftest
  28692. configure:23777: $? = 0
  28693. configure:23787: result: yes
  28694. configure:23865: checking for sig_t
  28695. configure:23865: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28696. configure:23865: $? = 0
  28697. configure:23865: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  28698. conftest.c:355:20: error: expected expression
  28699. if (sizeof ((sig_t)))
  28700. ^
  28701. 1 error generated.
  28702. configure:23865: $? = 1
  28703. configure: failed program was:
  28704. | /* confdefs.h */
  28705. | #define PACKAGE_NAME ""
  28706. | #define PACKAGE_TARNAME ""
  28707. | #define PACKAGE_VERSION ""
  28708. | #define PACKAGE_STRING ""
  28709. | #define PACKAGE_BUGREPORT ""
  28710. | #define PACKAGE_URL ""
  28711. | #define CANONICALIZATION_FOR_MATHN 1
  28712. | #define STDC_HEADERS 1
  28713. | #define HAVE_SYS_TYPES_H 1
  28714. | #define HAVE_SYS_STAT_H 1
  28715. | #define HAVE_STDLIB_H 1
  28716. | #define HAVE_STRING_H 1
  28717. | #define HAVE_MEMORY_H 1
  28718. | #define HAVE_STRINGS_H 1
  28719. | #define HAVE_INTTYPES_H 1
  28720. | #define HAVE_STDINT_H 1
  28721. | #define HAVE_UNISTD_H 1
  28722. | #define __EXTENSIONS__ 1
  28723. | #define _ALL_SOURCE 1
  28724. | #define _GNU_SOURCE 1
  28725. | #define _POSIX_PTHREAD_SEMANTICS 1
  28726. | #define _TANDEM_SOURCE 1
  28727. | #define HAVE_INFINITY 1
  28728. | #define HAVE_NAN 1
  28729. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  28730. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  28731. | #define BROKEN_CRYPT 1
  28732. | #define HAVE_CRT_EXTERNS_H 1
  28733. | #define HAVE_LIBDL 1
  28734. | #define HAVE_DIRENT_H 1
  28735. | #define HAVE__BOOL 1
  28736. | #define HAVE_STDBOOL_H 1
  28737. | #define HAVE_SYS_WAIT_H 1
  28738. | #define HAVE_GRP_H 1
  28739. | #define HAVE_FCNTL_H 1
  28740. | #define HAVE_FLOAT_H 1
  28741. | #define HAVE_LANGINFO_H 1
  28742. | #define HAVE_LIMITS_H 1
  28743. | #define HAVE_LOCALE_H 1
  28744. | #define HAVE_MALLOC_MALLOC_H 1
  28745. | #define HAVE_PWD_H 1
  28746. | #define HAVE_SYS_ATTR_H 1
  28747. | #define HAVE_SYS_FCNTL_H 1
  28748. | #define HAVE_SYS_FILE_H 1
  28749. | #define HAVE_SYS_IOCTL_H 1
  28750. | #define HAVE_SYS_PARAM_H 1
  28751. | #define HAVE_SYS_RESOURCE_H 1
  28752. | #define HAVE_SYS_SELECT_H 1
  28753. | #define HAVE_SYS_SOCKET_H 1
  28754. | #define HAVE_SYS_TIME_H 1
  28755. | #define HAVE_SYS_TIMES_H 1
  28756. | #define HAVE_SYS_UIO_H 1
  28757. | #define HAVE_TIME_H 1
  28758. | #define HAVE_UCONTEXT_H 1
  28759. | #define HAVE_UTIME_H 1
  28760. | #define HAVE_GMP_H 1
  28761. | #define HAVE_LIBGMP 1
  28762. | #define HAVE_TYPEOF 1
  28763. | #define HAVE_LONG_LONG 1
  28764. | #define HAVE_OFF_T 1
  28765. | #define SIZEOF_INT 4
  28766. | #define SIZEOF_SHORT 2
  28767. | #define SIZEOF_LONG 8
  28768. | #define SIZEOF_LONG_LONG 8
  28769. | #define SIZEOF___INT64 0
  28770. | #define SIZEOF___INT128 16
  28771. | #define SIZEOF_OFF_T 8
  28772. | #define SIZEOF_VOIDP 8
  28773. | #define SIZEOF_FLOAT 4
  28774. | #define SIZEOF_DOUBLE 8
  28775. | #define SIZEOF_TIME_T 8
  28776. | #define SIZEOF_CLOCK_T 8
  28777. | #define PACKED_STRUCT(x) x __attribute__((packed))
  28778. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  28779. | #define PRI_LL_PREFIX "ll"
  28780. | #define rb_pid_t pid_t
  28781. | #define SIGNEDNESS_OF_PID_T -1
  28782. | #define PIDT2NUM(v) INT2NUM(v)
  28783. | #define NUM2PIDT(v) NUM2INT(v)
  28784. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  28785. | #define rb_uid_t uid_t
  28786. | #define SIGNEDNESS_OF_UID_T +1
  28787. | #define UIDT2NUM(v) UINT2NUM(v)
  28788. | #define NUM2UIDT(v) NUM2UINT(v)
  28789. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  28790. | #define rb_gid_t gid_t
  28791. | #define SIGNEDNESS_OF_GID_T +1
  28792. | #define GIDT2NUM(v) UINT2NUM(v)
  28793. | #define NUM2GIDT(v) NUM2UINT(v)
  28794. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  28795. | #define rb_time_t time_t
  28796. | #define SIGNEDNESS_OF_TIME_T -1
  28797. | #define TIMET2NUM(v) LONG2NUM(v)
  28798. | #define NUM2TIMET(v) NUM2LONG(v)
  28799. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  28800. | #define rb_dev_t dev_t
  28801. | #define SIGNEDNESS_OF_DEV_T -1
  28802. | #define DEVT2NUM(v) INT2NUM(v)
  28803. | #define NUM2DEVT(v) NUM2INT(v)
  28804. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  28805. | #define rb_mode_t mode_t
  28806. | #define SIGNEDNESS_OF_MODE_T +1
  28807. | #define MODET2NUM(v) UINT2NUM(v)
  28808. | #define NUM2MODET(v) NUM2UINT(v)
  28809. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  28810. | #define rb_rlim_t rlim_t
  28811. | #define SIGNEDNESS_OF_RLIM_T +1
  28812. | #define RLIM2NUM(v) ULL2NUM(v)
  28813. | #define NUM2RLIM(v) NUM2ULL(v)
  28814. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  28815. | #define rb_off_t off_t
  28816. | #define SIGNEDNESS_OF_OFF_T -1
  28817. | #define OFFT2NUM(v) LL2NUM(v)
  28818. | #define NUM2OFFT(v) NUM2LL(v)
  28819. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  28820. | #define rb_clockid_t int
  28821. | #define SIGNEDNESS_OF_CLOCKID_T -1
  28822. | #define CLOCKID2NUM(v) INT2NUM(v)
  28823. | #define NUM2CLOCKID(v) NUM2INT(v)
  28824. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  28825. | #define HAVE_PROTOTYPES 1
  28826. | #define TOKEN_PASTE(x,y) x##y
  28827. | #define STRINGIZE(expr) STRINGIZE0(expr)
  28828. | #define HAVE_STDARG_PROTOTYPES 1
  28829. | #define HAVE_VA_ARGS_MACRO 1
  28830. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  28831. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  28832. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  28833. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  28834. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  28835. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  28836. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  28837. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  28838. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  28839. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  28840. | #define WEAK(x) __attribute__ ((__weak__)) x
  28841. | #define HAVE_FUNC_WEAK 1
  28842. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  28843. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  28844. | #define HAVE_GCC_SYNC_BUILTINS 1
  28845. | #define UNREACHABLE __builtin_unreachable()
  28846. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  28847. | #define RUBY_FUNCTION_NAME_STRING __func__
  28848. | #define ENUM_OVER_INT 1
  28849. | #define HAVE_DECL_SYS_NERR 1
  28850. | #define HAVE_DECL_GETENV 1
  28851. | #define SIZEOF_SIZE_T 8
  28852. | #define SIZEOF_PTRDIFF_T 8
  28853. | #define PRI_SIZE_PREFIX "z"
  28854. | #define PRI_PTRDIFF_PREFIX "t"
  28855. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  28856. | #define HAVE_ST_BLKSIZE 1
  28857. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  28858. | #define HAVE_ST_BLOCKS 1
  28859. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  28860. | #define HAVE_ST_RDEV 1
  28861. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  28862. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  28863. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  28864. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  28865. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  28866. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  28867. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  28868. | #define HAVE_STRUCT_TIMEVAL 1
  28869. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  28870. | #define HAVE_STRUCT_TIMESPEC 1
  28871. | #define HAVE_STRUCT_TIMEZONE 1
  28872. | #define HAVE_INT8_T 1
  28873. | #define SIZEOF_INT8_T 1
  28874. | #define HAVE_UINT8_T 1
  28875. | #define SIZEOF_UINT8_T 1
  28876. | #define HAVE_INT16_T 1
  28877. | #define SIZEOF_INT16_T 2
  28878. | #define HAVE_UINT16_T 1
  28879. | #define SIZEOF_UINT16_T 2
  28880. | #define HAVE_INT32_T 1
  28881. | #define SIZEOF_INT32_T 4
  28882. | #define HAVE_UINT32_T 1
  28883. | #define SIZEOF_UINT32_T 4
  28884. | #define HAVE_INT64_T 1
  28885. | #define SIZEOF_INT64_T 8
  28886. | #define HAVE_UINT64_T 1
  28887. | #define SIZEOF_UINT64_T 8
  28888. | #define HAVE_INT128_T 1
  28889. | #define int128_t __int128
  28890. | #define SIZEOF_INT128_T SIZEOF___INT128
  28891. | #define HAVE_UINT128_T 1
  28892. | #define uint128_t unsigned __int128
  28893. | #define SIZEOF_UINT128_T SIZEOF___INT128
  28894. | #define HAVE_INTPTR_T 1
  28895. | #define SIZEOF_INTPTR_T 8
  28896. | #define HAVE_UINTPTR_T 1
  28897. | #define SIZEOF_UINTPTR_T 8
  28898. | #define HAVE_SSIZE_T 1
  28899. | #define SIZEOF_SSIZE_T 8
  28900. | #define GETGROUPS_T gid_t
  28901. | #define RETSIGTYPE void
  28902. | #define HAVE_ALLOCA_H 1
  28903. | #define HAVE_ALLOCA 1
  28904. | #define HAVE_ACOSH 1
  28905. | #define HAVE_CBRT 1
  28906. | #define HAVE_CRYPT 1
  28907. | #define HAVE_DUP2 1
  28908. | #define HAVE_ERF 1
  28909. | #define HAVE_FFS 1
  28910. | #define HAVE_FINITE 1
  28911. | #define HAVE_FLOCK 1
  28912. | #define HAVE_HYPOT 1
  28913. | #define HAVE_ISINF 1
  28914. | #define HAVE_ISNAN 1
  28915. | #define HAVE_LGAMMA_R 1
  28916. | #define HAVE_MEMMOVE 1
  28917. | #define HAVE_NEXTAFTER 1
  28918. | #define HAVE_STRCHR 1
  28919. | #define HAVE_STRERROR 1
  28920. | #define HAVE_STRLCAT 1
  28921. | #define HAVE_STRLCPY 1
  28922. | #define HAVE_STRSTR 1
  28923. | #define HAVE_TGAMMA 1
  28924. | #define SPT_TYPE SPT_REUSEARGV
  28925. | #define HAVE_SIGNBIT 1
  28926. | #define HAVE_FORK 1
  28927. | #define vfork fork
  28928. | #define HAVE_WORKING_FORK 1
  28929. | #define HAVE__LONGJMP 1
  28930. | #define HAVE_ARC4RANDOM_BUF 1
  28931. | #define HAVE_ATAN2L 1
  28932. | #define HAVE_ATAN2F 1
  28933. | #define HAVE_CHROOT 1
  28934. | #define HAVE_CLOCK_GETTIME 1
  28935. | #define HAVE_COSH 1
  28936. | #define HAVE_DIRFD 1
  28937. | #define HAVE_DLOPEN 1
  28938. | #define HAVE_DLADDR 1
  28939. | #define HAVE_DUP 1
  28940. | #define HAVE_ENDGRENT 1
  28941. | #define HAVE_FCHMOD 1
  28942. | #define HAVE_FCHOWN 1
  28943. | #define HAVE_FCNTL 1
  28944. | #define HAVE_FDOPENDIR 1
  28945. | #define HAVE_FGETATTRLIST 1
  28946. | #define HAVE_FMOD 1
  28947. | #define HAVE_FSTATAT 1
  28948. | #define HAVE_FSYNC 1
  28949. | #define HAVE_FTRUNCATE 1
  28950. | #define HAVE_GETATTRLIST 1
  28951. | #define HAVE_GETCWD 1
  28952. | #define HAVE_GETGRNAM 1
  28953. | #define HAVE_GETGRNAM_R 1
  28954. | #define HAVE_GETGROUPS 1
  28955. | #define HAVE_GETPGID 1
  28956. | #define HAVE_GETPGRP 1
  28957. | #define HAVE_GETPRIORITY 1
  28958. | #define HAVE_GETPWNAM_R 1
  28959. | #define HAVE_GETRLIMIT 1
  28960. | #define HAVE_GETSID 1
  28961. | #define HAVE_GETTIMEOFDAY 1
  28962. | #define HAVE_GMTIME_R 1
  28963. | #define HAVE_INITGROUPS 1
  28964. | #define HAVE_IOCTL 1
  28965. | #define HAVE_ISSETUGID 1
  28966. | #define HAVE_KILLPG 1
  28967. | #define HAVE_LCHMOD 1
  28968. | #define HAVE_LCHOWN 1
  28969. | #define HAVE_LINK 1
  28970. | #define HAVE_LLABS 1
  28971. | #define HAVE_LOCKF 1
  28972. | #define HAVE_LOG2 1
  28973. | #define HAVE_LSTAT 1
  28974. | #define HAVE_LUTIMES 1
  28975. | #define HAVE_MALLOC_SIZE 1
  28976. | #define HAVE_MBLEN 1
  28977. | #define HAVE_MEMSET_S 1
  28978. | #define HAVE_WRITEV 1
  28979. | #define HAVE_MKFIFO 1
  28980. | #define HAVE_MKNOD 1
  28981. | #define HAVE_MKTIME 1
  28982. | #define HAVE_OPENAT 1
  28983. | #define HAVE_POLL 1
  28984. | #define HAVE_POSIX_MEMALIGN 1
  28985. | #define HAVE_PREAD 1
  28986. | #define HAVE_PWRITE 1
  28987. | #define HAVE_QSORT_R 1
  28988. | #define HAVE_READLINK 1
  28989. | #define HAVE_ROUND 1
  28990. | #define HAVE_SEEKDIR 1
  28991. | #define HAVE_SENDFILE 1
  28992. | #define HAVE_SETEGID 1
  28993. | #define HAVE_SETENV 1
  28994. | #define HAVE_SETEUID 1
  28995. | #define HAVE_SETGID 1
  28996. | #define HAVE_SETGROUPS 1
  28997. | #define HAVE_SETPGID 1
  28998. | #define HAVE_SETPGRP 1
  28999. | #define HAVE_SETREGID 1
  29000. | #define HAVE_SETREUID 1
  29001. | #define HAVE_SETRGID 1
  29002. | #define HAVE_SETRLIMIT 1
  29003. | #define HAVE_SETRUID 1
  29004. | #define HAVE_SETSID 1
  29005. | #define HAVE_SETUID 1
  29006. | #define HAVE_SHUTDOWN 1
  29007. | #define HAVE_SIGACTION 1
  29008. | #define HAVE_SIGALTSTACK 1
  29009. | #define HAVE_SIGPROCMASK 1
  29010. | #define HAVE_SINH 1
  29011. | #define HAVE_SYMLINK 1
  29012. | #define HAVE_SYSCONF 1
  29013. | #define HAVE_TANH 1
  29014. | #define HAVE_TELLDIR 1
  29015. | #define HAVE_TIMEGM 1
  29016. | #define HAVE_TIMES 1
  29017. | #define HAVE_TRUNCATE 1
  29018. | #define HAVE_UNSETENV 1
  29019. | #define HAVE_UTIMENSAT 1
  29020. | #define HAVE_UTIMES 1
  29021. | #define HAVE_WAIT4 1
  29022. | #define HAVE_WAITPID 1
  29023. | #if !defined __STDC_WANT_LIB_EXT1__
  29024. | #define __STDC_WANT_LIB_EXT1__ 1
  29025. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29026. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29027. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29028. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29029. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29030. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29031. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29032. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29033. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29034. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29035. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29036. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29037. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29038. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29039. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29040. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29041. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29042. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29043. | #define HAVE_BSD_QSORT_R 1
  29044. | #define ATAN2_INF_C99 1
  29045. | #define HAVE_CLOCK_GETRES 1
  29046. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29047. | #define HAVE_TM_ZONE 1
  29048. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29049. | #define HAVE_DAYLIGHT 1
  29050. | #define NEGATIVE_TIME_T 1
  29051. | #define POSIX_SIGNAL 1
  29052. | /* end confdefs.h. */
  29053. | #include <signal.h>
  29054. |
  29055. | int
  29056. | main ()
  29057. | {
  29058. | if (sizeof ((sig_t)))
  29059. | return 0;
  29060. | ;
  29061. | return 0;
  29062. | }
  29063. configure:23865: result: yes
  29064. configure:24046: checking whether right shift preserve sign bit
  29065. configure:24065: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29066. configure:24065: $? = 0
  29067. configure:24072: result: yes
  29068. configure:24095: checking whether _SC_CLK_TCK is supported
  29069. configure:24112: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29070. conftest.c:357:13: warning: relational comparison result unused [-Wunused-comparison]
  29071. _SC_CLK_TCK >= 0
  29072. ~~~~~~~~~~~~^~~~
  29073. 1 warning generated.
  29074. configure:24112: $? = 0
  29075. configure:24120: result: yes
  29076. configure:24243: checking stack growing direction on x86_64
  29077. configure:24294: result: -1
  29078. configure:24309: checking for pthread_kill in -lthr
  29079. configure:24334: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  29080. ld: library not found for -lthr
  29081. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29082. configure:24334: $? = 1
  29083. configure: failed program was:
  29084. | /* confdefs.h */
  29085. | #define PACKAGE_NAME ""
  29086. | #define PACKAGE_TARNAME ""
  29087. | #define PACKAGE_VERSION ""
  29088. | #define PACKAGE_STRING ""
  29089. | #define PACKAGE_BUGREPORT ""
  29090. | #define PACKAGE_URL ""
  29091. | #define CANONICALIZATION_FOR_MATHN 1
  29092. | #define STDC_HEADERS 1
  29093. | #define HAVE_SYS_TYPES_H 1
  29094. | #define HAVE_SYS_STAT_H 1
  29095. | #define HAVE_STDLIB_H 1
  29096. | #define HAVE_STRING_H 1
  29097. | #define HAVE_MEMORY_H 1
  29098. | #define HAVE_STRINGS_H 1
  29099. | #define HAVE_INTTYPES_H 1
  29100. | #define HAVE_STDINT_H 1
  29101. | #define HAVE_UNISTD_H 1
  29102. | #define __EXTENSIONS__ 1
  29103. | #define _ALL_SOURCE 1
  29104. | #define _GNU_SOURCE 1
  29105. | #define _POSIX_PTHREAD_SEMANTICS 1
  29106. | #define _TANDEM_SOURCE 1
  29107. | #define HAVE_INFINITY 1
  29108. | #define HAVE_NAN 1
  29109. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29110. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29111. | #define BROKEN_CRYPT 1
  29112. | #define HAVE_CRT_EXTERNS_H 1
  29113. | #define HAVE_LIBDL 1
  29114. | #define HAVE_DIRENT_H 1
  29115. | #define HAVE__BOOL 1
  29116. | #define HAVE_STDBOOL_H 1
  29117. | #define HAVE_SYS_WAIT_H 1
  29118. | #define HAVE_GRP_H 1
  29119. | #define HAVE_FCNTL_H 1
  29120. | #define HAVE_FLOAT_H 1
  29121. | #define HAVE_LANGINFO_H 1
  29122. | #define HAVE_LIMITS_H 1
  29123. | #define HAVE_LOCALE_H 1
  29124. | #define HAVE_MALLOC_MALLOC_H 1
  29125. | #define HAVE_PWD_H 1
  29126. | #define HAVE_SYS_ATTR_H 1
  29127. | #define HAVE_SYS_FCNTL_H 1
  29128. | #define HAVE_SYS_FILE_H 1
  29129. | #define HAVE_SYS_IOCTL_H 1
  29130. | #define HAVE_SYS_PARAM_H 1
  29131. | #define HAVE_SYS_RESOURCE_H 1
  29132. | #define HAVE_SYS_SELECT_H 1
  29133. | #define HAVE_SYS_SOCKET_H 1
  29134. | #define HAVE_SYS_TIME_H 1
  29135. | #define HAVE_SYS_TIMES_H 1
  29136. | #define HAVE_SYS_UIO_H 1
  29137. | #define HAVE_TIME_H 1
  29138. | #define HAVE_UCONTEXT_H 1
  29139. | #define HAVE_UTIME_H 1
  29140. | #define HAVE_GMP_H 1
  29141. | #define HAVE_LIBGMP 1
  29142. | #define HAVE_TYPEOF 1
  29143. | #define HAVE_LONG_LONG 1
  29144. | #define HAVE_OFF_T 1
  29145. | #define SIZEOF_INT 4
  29146. | #define SIZEOF_SHORT 2
  29147. | #define SIZEOF_LONG 8
  29148. | #define SIZEOF_LONG_LONG 8
  29149. | #define SIZEOF___INT64 0
  29150. | #define SIZEOF___INT128 16
  29151. | #define SIZEOF_OFF_T 8
  29152. | #define SIZEOF_VOIDP 8
  29153. | #define SIZEOF_FLOAT 4
  29154. | #define SIZEOF_DOUBLE 8
  29155. | #define SIZEOF_TIME_T 8
  29156. | #define SIZEOF_CLOCK_T 8
  29157. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29158. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29159. | #define PRI_LL_PREFIX "ll"
  29160. | #define rb_pid_t pid_t
  29161. | #define SIGNEDNESS_OF_PID_T -1
  29162. | #define PIDT2NUM(v) INT2NUM(v)
  29163. | #define NUM2PIDT(v) NUM2INT(v)
  29164. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29165. | #define rb_uid_t uid_t
  29166. | #define SIGNEDNESS_OF_UID_T +1
  29167. | #define UIDT2NUM(v) UINT2NUM(v)
  29168. | #define NUM2UIDT(v) NUM2UINT(v)
  29169. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29170. | #define rb_gid_t gid_t
  29171. | #define SIGNEDNESS_OF_GID_T +1
  29172. | #define GIDT2NUM(v) UINT2NUM(v)
  29173. | #define NUM2GIDT(v) NUM2UINT(v)
  29174. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29175. | #define rb_time_t time_t
  29176. | #define SIGNEDNESS_OF_TIME_T -1
  29177. | #define TIMET2NUM(v) LONG2NUM(v)
  29178. | #define NUM2TIMET(v) NUM2LONG(v)
  29179. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29180. | #define rb_dev_t dev_t
  29181. | #define SIGNEDNESS_OF_DEV_T -1
  29182. | #define DEVT2NUM(v) INT2NUM(v)
  29183. | #define NUM2DEVT(v) NUM2INT(v)
  29184. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29185. | #define rb_mode_t mode_t
  29186. | #define SIGNEDNESS_OF_MODE_T +1
  29187. | #define MODET2NUM(v) UINT2NUM(v)
  29188. | #define NUM2MODET(v) NUM2UINT(v)
  29189. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29190. | #define rb_rlim_t rlim_t
  29191. | #define SIGNEDNESS_OF_RLIM_T +1
  29192. | #define RLIM2NUM(v) ULL2NUM(v)
  29193. | #define NUM2RLIM(v) NUM2ULL(v)
  29194. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29195. | #define rb_off_t off_t
  29196. | #define SIGNEDNESS_OF_OFF_T -1
  29197. | #define OFFT2NUM(v) LL2NUM(v)
  29198. | #define NUM2OFFT(v) NUM2LL(v)
  29199. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29200. | #define rb_clockid_t int
  29201. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29202. | #define CLOCKID2NUM(v) INT2NUM(v)
  29203. | #define NUM2CLOCKID(v) NUM2INT(v)
  29204. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29205. | #define HAVE_PROTOTYPES 1
  29206. | #define TOKEN_PASTE(x,y) x##y
  29207. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29208. | #define HAVE_STDARG_PROTOTYPES 1
  29209. | #define HAVE_VA_ARGS_MACRO 1
  29210. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29211. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29212. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29213. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29214. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29215. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29216. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29217. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29218. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29219. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29220. | #define WEAK(x) __attribute__ ((__weak__)) x
  29221. | #define HAVE_FUNC_WEAK 1
  29222. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29223. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29224. | #define HAVE_GCC_SYNC_BUILTINS 1
  29225. | #define UNREACHABLE __builtin_unreachable()
  29226. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29227. | #define RUBY_FUNCTION_NAME_STRING __func__
  29228. | #define ENUM_OVER_INT 1
  29229. | #define HAVE_DECL_SYS_NERR 1
  29230. | #define HAVE_DECL_GETENV 1
  29231. | #define SIZEOF_SIZE_T 8
  29232. | #define SIZEOF_PTRDIFF_T 8
  29233. | #define PRI_SIZE_PREFIX "z"
  29234. | #define PRI_PTRDIFF_PREFIX "t"
  29235. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29236. | #define HAVE_ST_BLKSIZE 1
  29237. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29238. | #define HAVE_ST_BLOCKS 1
  29239. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29240. | #define HAVE_ST_RDEV 1
  29241. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29242. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29243. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29244. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29245. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29246. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29247. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29248. | #define HAVE_STRUCT_TIMEVAL 1
  29249. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29250. | #define HAVE_STRUCT_TIMESPEC 1
  29251. | #define HAVE_STRUCT_TIMEZONE 1
  29252. | #define HAVE_INT8_T 1
  29253. | #define SIZEOF_INT8_T 1
  29254. | #define HAVE_UINT8_T 1
  29255. | #define SIZEOF_UINT8_T 1
  29256. | #define HAVE_INT16_T 1
  29257. | #define SIZEOF_INT16_T 2
  29258. | #define HAVE_UINT16_T 1
  29259. | #define SIZEOF_UINT16_T 2
  29260. | #define HAVE_INT32_T 1
  29261. | #define SIZEOF_INT32_T 4
  29262. | #define HAVE_UINT32_T 1
  29263. | #define SIZEOF_UINT32_T 4
  29264. | #define HAVE_INT64_T 1
  29265. | #define SIZEOF_INT64_T 8
  29266. | #define HAVE_UINT64_T 1
  29267. | #define SIZEOF_UINT64_T 8
  29268. | #define HAVE_INT128_T 1
  29269. | #define int128_t __int128
  29270. | #define SIZEOF_INT128_T SIZEOF___INT128
  29271. | #define HAVE_UINT128_T 1
  29272. | #define uint128_t unsigned __int128
  29273. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29274. | #define HAVE_INTPTR_T 1
  29275. | #define SIZEOF_INTPTR_T 8
  29276. | #define HAVE_UINTPTR_T 1
  29277. | #define SIZEOF_UINTPTR_T 8
  29278. | #define HAVE_SSIZE_T 1
  29279. | #define SIZEOF_SSIZE_T 8
  29280. | #define GETGROUPS_T gid_t
  29281. | #define RETSIGTYPE void
  29282. | #define HAVE_ALLOCA_H 1
  29283. | #define HAVE_ALLOCA 1
  29284. | #define HAVE_ACOSH 1
  29285. | #define HAVE_CBRT 1
  29286. | #define HAVE_CRYPT 1
  29287. | #define HAVE_DUP2 1
  29288. | #define HAVE_ERF 1
  29289. | #define HAVE_FFS 1
  29290. | #define HAVE_FINITE 1
  29291. | #define HAVE_FLOCK 1
  29292. | #define HAVE_HYPOT 1
  29293. | #define HAVE_ISINF 1
  29294. | #define HAVE_ISNAN 1
  29295. | #define HAVE_LGAMMA_R 1
  29296. | #define HAVE_MEMMOVE 1
  29297. | #define HAVE_NEXTAFTER 1
  29298. | #define HAVE_STRCHR 1
  29299. | #define HAVE_STRERROR 1
  29300. | #define HAVE_STRLCAT 1
  29301. | #define HAVE_STRLCPY 1
  29302. | #define HAVE_STRSTR 1
  29303. | #define HAVE_TGAMMA 1
  29304. | #define SPT_TYPE SPT_REUSEARGV
  29305. | #define HAVE_SIGNBIT 1
  29306. | #define HAVE_FORK 1
  29307. | #define vfork fork
  29308. | #define HAVE_WORKING_FORK 1
  29309. | #define HAVE__LONGJMP 1
  29310. | #define HAVE_ARC4RANDOM_BUF 1
  29311. | #define HAVE_ATAN2L 1
  29312. | #define HAVE_ATAN2F 1
  29313. | #define HAVE_CHROOT 1
  29314. | #define HAVE_CLOCK_GETTIME 1
  29315. | #define HAVE_COSH 1
  29316. | #define HAVE_DIRFD 1
  29317. | #define HAVE_DLOPEN 1
  29318. | #define HAVE_DLADDR 1
  29319. | #define HAVE_DUP 1
  29320. | #define HAVE_ENDGRENT 1
  29321. | #define HAVE_FCHMOD 1
  29322. | #define HAVE_FCHOWN 1
  29323. | #define HAVE_FCNTL 1
  29324. | #define HAVE_FDOPENDIR 1
  29325. | #define HAVE_FGETATTRLIST 1
  29326. | #define HAVE_FMOD 1
  29327. | #define HAVE_FSTATAT 1
  29328. | #define HAVE_FSYNC 1
  29329. | #define HAVE_FTRUNCATE 1
  29330. | #define HAVE_GETATTRLIST 1
  29331. | #define HAVE_GETCWD 1
  29332. | #define HAVE_GETGRNAM 1
  29333. | #define HAVE_GETGRNAM_R 1
  29334. | #define HAVE_GETGROUPS 1
  29335. | #define HAVE_GETPGID 1
  29336. | #define HAVE_GETPGRP 1
  29337. | #define HAVE_GETPRIORITY 1
  29338. | #define HAVE_GETPWNAM_R 1
  29339. | #define HAVE_GETRLIMIT 1
  29340. | #define HAVE_GETSID 1
  29341. | #define HAVE_GETTIMEOFDAY 1
  29342. | #define HAVE_GMTIME_R 1
  29343. | #define HAVE_INITGROUPS 1
  29344. | #define HAVE_IOCTL 1
  29345. | #define HAVE_ISSETUGID 1
  29346. | #define HAVE_KILLPG 1
  29347. | #define HAVE_LCHMOD 1
  29348. | #define HAVE_LCHOWN 1
  29349. | #define HAVE_LINK 1
  29350. | #define HAVE_LLABS 1
  29351. | #define HAVE_LOCKF 1
  29352. | #define HAVE_LOG2 1
  29353. | #define HAVE_LSTAT 1
  29354. | #define HAVE_LUTIMES 1
  29355. | #define HAVE_MALLOC_SIZE 1
  29356. | #define HAVE_MBLEN 1
  29357. | #define HAVE_MEMSET_S 1
  29358. | #define HAVE_WRITEV 1
  29359. | #define HAVE_MKFIFO 1
  29360. | #define HAVE_MKNOD 1
  29361. | #define HAVE_MKTIME 1
  29362. | #define HAVE_OPENAT 1
  29363. | #define HAVE_POLL 1
  29364. | #define HAVE_POSIX_MEMALIGN 1
  29365. | #define HAVE_PREAD 1
  29366. | #define HAVE_PWRITE 1
  29367. | #define HAVE_QSORT_R 1
  29368. | #define HAVE_READLINK 1
  29369. | #define HAVE_ROUND 1
  29370. | #define HAVE_SEEKDIR 1
  29371. | #define HAVE_SENDFILE 1
  29372. | #define HAVE_SETEGID 1
  29373. | #define HAVE_SETENV 1
  29374. | #define HAVE_SETEUID 1
  29375. | #define HAVE_SETGID 1
  29376. | #define HAVE_SETGROUPS 1
  29377. | #define HAVE_SETPGID 1
  29378. | #define HAVE_SETPGRP 1
  29379. | #define HAVE_SETREGID 1
  29380. | #define HAVE_SETREUID 1
  29381. | #define HAVE_SETRGID 1
  29382. | #define HAVE_SETRLIMIT 1
  29383. | #define HAVE_SETRUID 1
  29384. | #define HAVE_SETSID 1
  29385. | #define HAVE_SETUID 1
  29386. | #define HAVE_SHUTDOWN 1
  29387. | #define HAVE_SIGACTION 1
  29388. | #define HAVE_SIGALTSTACK 1
  29389. | #define HAVE_SIGPROCMASK 1
  29390. | #define HAVE_SINH 1
  29391. | #define HAVE_SYMLINK 1
  29392. | #define HAVE_SYSCONF 1
  29393. | #define HAVE_TANH 1
  29394. | #define HAVE_TELLDIR 1
  29395. | #define HAVE_TIMEGM 1
  29396. | #define HAVE_TIMES 1
  29397. | #define HAVE_TRUNCATE 1
  29398. | #define HAVE_UNSETENV 1
  29399. | #define HAVE_UTIMENSAT 1
  29400. | #define HAVE_UTIMES 1
  29401. | #define HAVE_WAIT4 1
  29402. | #define HAVE_WAITPID 1
  29403. | #if !defined __STDC_WANT_LIB_EXT1__
  29404. | #define __STDC_WANT_LIB_EXT1__ 1
  29405. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29406. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29407. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29408. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29409. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29410. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29411. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29412. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29413. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29414. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29415. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29416. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29417. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29418. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29419. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29420. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29421. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29422. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29423. | #define HAVE_BSD_QSORT_R 1
  29424. | #define ATAN2_INF_C99 1
  29425. | #define HAVE_CLOCK_GETRES 1
  29426. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29427. | #define HAVE_TM_ZONE 1
  29428. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29429. | #define HAVE_DAYLIGHT 1
  29430. | #define NEGATIVE_TIME_T 1
  29431. | #define POSIX_SIGNAL 1
  29432. | #define HAVE_SIG_T 1
  29433. | #define RSHIFT(x,y) ((x)>>(int)(y))
  29434. | #define HAVE__SC_CLK_TCK 1
  29435. | #define STACK_GROW_DIRECTION -1
  29436. | /* end confdefs.h. */
  29437. |
  29438. | /* Override any GCC internal prototype to avoid an error.
  29439. | Use char because int might match the return type of a GCC
  29440. | builtin and then its argument prototype would still apply. */
  29441. | #ifdef __cplusplus
  29442. | extern "C"
  29443. | #endif
  29444. | char pthread_kill ();
  29445. | int
  29446. | main ()
  29447. | {
  29448. | return pthread_kill ();
  29449. | ;
  29450. | return 0;
  29451. | }
  29452. configure:24344: result: no
  29453. configure:24309: checking for pthread_kill in -lpthread
  29454. configure:24334: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  29455. configure:24334: $? = 0
  29456. configure:24344: result: yes
  29457. configure:24365: checking for pthread_np.h
  29458. configure:24365: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29459. conftest.c:359:10: fatal error: 'pthread_np.h' file not found
  29460. #include <pthread_np.h>
  29461. ^~~~~~~~~~~~~~
  29462. 1 error generated.
  29463. configure:24365: $? = 1
  29464. configure: failed program was:
  29465. | /* confdefs.h */
  29466. | #define PACKAGE_NAME ""
  29467. | #define PACKAGE_TARNAME ""
  29468. | #define PACKAGE_VERSION ""
  29469. | #define PACKAGE_STRING ""
  29470. | #define PACKAGE_BUGREPORT ""
  29471. | #define PACKAGE_URL ""
  29472. | #define CANONICALIZATION_FOR_MATHN 1
  29473. | #define STDC_HEADERS 1
  29474. | #define HAVE_SYS_TYPES_H 1
  29475. | #define HAVE_SYS_STAT_H 1
  29476. | #define HAVE_STDLIB_H 1
  29477. | #define HAVE_STRING_H 1
  29478. | #define HAVE_MEMORY_H 1
  29479. | #define HAVE_STRINGS_H 1
  29480. | #define HAVE_INTTYPES_H 1
  29481. | #define HAVE_STDINT_H 1
  29482. | #define HAVE_UNISTD_H 1
  29483. | #define __EXTENSIONS__ 1
  29484. | #define _ALL_SOURCE 1
  29485. | #define _GNU_SOURCE 1
  29486. | #define _POSIX_PTHREAD_SEMANTICS 1
  29487. | #define _TANDEM_SOURCE 1
  29488. | #define HAVE_INFINITY 1
  29489. | #define HAVE_NAN 1
  29490. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29491. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29492. | #define BROKEN_CRYPT 1
  29493. | #define HAVE_CRT_EXTERNS_H 1
  29494. | #define HAVE_LIBDL 1
  29495. | #define HAVE_DIRENT_H 1
  29496. | #define HAVE__BOOL 1
  29497. | #define HAVE_STDBOOL_H 1
  29498. | #define HAVE_SYS_WAIT_H 1
  29499. | #define HAVE_GRP_H 1
  29500. | #define HAVE_FCNTL_H 1
  29501. | #define HAVE_FLOAT_H 1
  29502. | #define HAVE_LANGINFO_H 1
  29503. | #define HAVE_LIMITS_H 1
  29504. | #define HAVE_LOCALE_H 1
  29505. | #define HAVE_MALLOC_MALLOC_H 1
  29506. | #define HAVE_PWD_H 1
  29507. | #define HAVE_SYS_ATTR_H 1
  29508. | #define HAVE_SYS_FCNTL_H 1
  29509. | #define HAVE_SYS_FILE_H 1
  29510. | #define HAVE_SYS_IOCTL_H 1
  29511. | #define HAVE_SYS_PARAM_H 1
  29512. | #define HAVE_SYS_RESOURCE_H 1
  29513. | #define HAVE_SYS_SELECT_H 1
  29514. | #define HAVE_SYS_SOCKET_H 1
  29515. | #define HAVE_SYS_TIME_H 1
  29516. | #define HAVE_SYS_TIMES_H 1
  29517. | #define HAVE_SYS_UIO_H 1
  29518. | #define HAVE_TIME_H 1
  29519. | #define HAVE_UCONTEXT_H 1
  29520. | #define HAVE_UTIME_H 1
  29521. | #define HAVE_GMP_H 1
  29522. | #define HAVE_LIBGMP 1
  29523. | #define HAVE_TYPEOF 1
  29524. | #define HAVE_LONG_LONG 1
  29525. | #define HAVE_OFF_T 1
  29526. | #define SIZEOF_INT 4
  29527. | #define SIZEOF_SHORT 2
  29528. | #define SIZEOF_LONG 8
  29529. | #define SIZEOF_LONG_LONG 8
  29530. | #define SIZEOF___INT64 0
  29531. | #define SIZEOF___INT128 16
  29532. | #define SIZEOF_OFF_T 8
  29533. | #define SIZEOF_VOIDP 8
  29534. | #define SIZEOF_FLOAT 4
  29535. | #define SIZEOF_DOUBLE 8
  29536. | #define SIZEOF_TIME_T 8
  29537. | #define SIZEOF_CLOCK_T 8
  29538. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29539. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29540. | #define PRI_LL_PREFIX "ll"
  29541. | #define rb_pid_t pid_t
  29542. | #define SIGNEDNESS_OF_PID_T -1
  29543. | #define PIDT2NUM(v) INT2NUM(v)
  29544. | #define NUM2PIDT(v) NUM2INT(v)
  29545. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29546. | #define rb_uid_t uid_t
  29547. | #define SIGNEDNESS_OF_UID_T +1
  29548. | #define UIDT2NUM(v) UINT2NUM(v)
  29549. | #define NUM2UIDT(v) NUM2UINT(v)
  29550. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29551. | #define rb_gid_t gid_t
  29552. | #define SIGNEDNESS_OF_GID_T +1
  29553. | #define GIDT2NUM(v) UINT2NUM(v)
  29554. | #define NUM2GIDT(v) NUM2UINT(v)
  29555. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29556. | #define rb_time_t time_t
  29557. | #define SIGNEDNESS_OF_TIME_T -1
  29558. | #define TIMET2NUM(v) LONG2NUM(v)
  29559. | #define NUM2TIMET(v) NUM2LONG(v)
  29560. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29561. | #define rb_dev_t dev_t
  29562. | #define SIGNEDNESS_OF_DEV_T -1
  29563. | #define DEVT2NUM(v) INT2NUM(v)
  29564. | #define NUM2DEVT(v) NUM2INT(v)
  29565. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29566. | #define rb_mode_t mode_t
  29567. | #define SIGNEDNESS_OF_MODE_T +1
  29568. | #define MODET2NUM(v) UINT2NUM(v)
  29569. | #define NUM2MODET(v) NUM2UINT(v)
  29570. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29571. | #define rb_rlim_t rlim_t
  29572. | #define SIGNEDNESS_OF_RLIM_T +1
  29573. | #define RLIM2NUM(v) ULL2NUM(v)
  29574. | #define NUM2RLIM(v) NUM2ULL(v)
  29575. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29576. | #define rb_off_t off_t
  29577. | #define SIGNEDNESS_OF_OFF_T -1
  29578. | #define OFFT2NUM(v) LL2NUM(v)
  29579. | #define NUM2OFFT(v) NUM2LL(v)
  29580. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29581. | #define rb_clockid_t int
  29582. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29583. | #define CLOCKID2NUM(v) INT2NUM(v)
  29584. | #define NUM2CLOCKID(v) NUM2INT(v)
  29585. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29586. | #define HAVE_PROTOTYPES 1
  29587. | #define TOKEN_PASTE(x,y) x##y
  29588. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29589. | #define HAVE_STDARG_PROTOTYPES 1
  29590. | #define HAVE_VA_ARGS_MACRO 1
  29591. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29592. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29593. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29594. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29595. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29596. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29597. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29598. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29599. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29600. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29601. | #define WEAK(x) __attribute__ ((__weak__)) x
  29602. | #define HAVE_FUNC_WEAK 1
  29603. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29604. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29605. | #define HAVE_GCC_SYNC_BUILTINS 1
  29606. | #define UNREACHABLE __builtin_unreachable()
  29607. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29608. | #define RUBY_FUNCTION_NAME_STRING __func__
  29609. | #define ENUM_OVER_INT 1
  29610. | #define HAVE_DECL_SYS_NERR 1
  29611. | #define HAVE_DECL_GETENV 1
  29612. | #define SIZEOF_SIZE_T 8
  29613. | #define SIZEOF_PTRDIFF_T 8
  29614. | #define PRI_SIZE_PREFIX "z"
  29615. | #define PRI_PTRDIFF_PREFIX "t"
  29616. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29617. | #define HAVE_ST_BLKSIZE 1
  29618. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  29619. | #define HAVE_ST_BLOCKS 1
  29620. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  29621. | #define HAVE_ST_RDEV 1
  29622. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  29623. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  29624. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  29625. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  29626. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  29627. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  29628. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  29629. | #define HAVE_STRUCT_TIMEVAL 1
  29630. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  29631. | #define HAVE_STRUCT_TIMESPEC 1
  29632. | #define HAVE_STRUCT_TIMEZONE 1
  29633. | #define HAVE_INT8_T 1
  29634. | #define SIZEOF_INT8_T 1
  29635. | #define HAVE_UINT8_T 1
  29636. | #define SIZEOF_UINT8_T 1
  29637. | #define HAVE_INT16_T 1
  29638. | #define SIZEOF_INT16_T 2
  29639. | #define HAVE_UINT16_T 1
  29640. | #define SIZEOF_UINT16_T 2
  29641. | #define HAVE_INT32_T 1
  29642. | #define SIZEOF_INT32_T 4
  29643. | #define HAVE_UINT32_T 1
  29644. | #define SIZEOF_UINT32_T 4
  29645. | #define HAVE_INT64_T 1
  29646. | #define SIZEOF_INT64_T 8
  29647. | #define HAVE_UINT64_T 1
  29648. | #define SIZEOF_UINT64_T 8
  29649. | #define HAVE_INT128_T 1
  29650. | #define int128_t __int128
  29651. | #define SIZEOF_INT128_T SIZEOF___INT128
  29652. | #define HAVE_UINT128_T 1
  29653. | #define uint128_t unsigned __int128
  29654. | #define SIZEOF_UINT128_T SIZEOF___INT128
  29655. | #define HAVE_INTPTR_T 1
  29656. | #define SIZEOF_INTPTR_T 8
  29657. | #define HAVE_UINTPTR_T 1
  29658. | #define SIZEOF_UINTPTR_T 8
  29659. | #define HAVE_SSIZE_T 1
  29660. | #define SIZEOF_SSIZE_T 8
  29661. | #define GETGROUPS_T gid_t
  29662. | #define RETSIGTYPE void
  29663. | #define HAVE_ALLOCA_H 1
  29664. | #define HAVE_ALLOCA 1
  29665. | #define HAVE_ACOSH 1
  29666. | #define HAVE_CBRT 1
  29667. | #define HAVE_CRYPT 1
  29668. | #define HAVE_DUP2 1
  29669. | #define HAVE_ERF 1
  29670. | #define HAVE_FFS 1
  29671. | #define HAVE_FINITE 1
  29672. | #define HAVE_FLOCK 1
  29673. | #define HAVE_HYPOT 1
  29674. | #define HAVE_ISINF 1
  29675. | #define HAVE_ISNAN 1
  29676. | #define HAVE_LGAMMA_R 1
  29677. | #define HAVE_MEMMOVE 1
  29678. | #define HAVE_NEXTAFTER 1
  29679. | #define HAVE_STRCHR 1
  29680. | #define HAVE_STRERROR 1
  29681. | #define HAVE_STRLCAT 1
  29682. | #define HAVE_STRLCPY 1
  29683. | #define HAVE_STRSTR 1
  29684. | #define HAVE_TGAMMA 1
  29685. | #define SPT_TYPE SPT_REUSEARGV
  29686. | #define HAVE_SIGNBIT 1
  29687. | #define HAVE_FORK 1
  29688. | #define vfork fork
  29689. | #define HAVE_WORKING_FORK 1
  29690. | #define HAVE__LONGJMP 1
  29691. | #define HAVE_ARC4RANDOM_BUF 1
  29692. | #define HAVE_ATAN2L 1
  29693. | #define HAVE_ATAN2F 1
  29694. | #define HAVE_CHROOT 1
  29695. | #define HAVE_CLOCK_GETTIME 1
  29696. | #define HAVE_COSH 1
  29697. | #define HAVE_DIRFD 1
  29698. | #define HAVE_DLOPEN 1
  29699. | #define HAVE_DLADDR 1
  29700. | #define HAVE_DUP 1
  29701. | #define HAVE_ENDGRENT 1
  29702. | #define HAVE_FCHMOD 1
  29703. | #define HAVE_FCHOWN 1
  29704. | #define HAVE_FCNTL 1
  29705. | #define HAVE_FDOPENDIR 1
  29706. | #define HAVE_FGETATTRLIST 1
  29707. | #define HAVE_FMOD 1
  29708. | #define HAVE_FSTATAT 1
  29709. | #define HAVE_FSYNC 1
  29710. | #define HAVE_FTRUNCATE 1
  29711. | #define HAVE_GETATTRLIST 1
  29712. | #define HAVE_GETCWD 1
  29713. | #define HAVE_GETGRNAM 1
  29714. | #define HAVE_GETGRNAM_R 1
  29715. | #define HAVE_GETGROUPS 1
  29716. | #define HAVE_GETPGID 1
  29717. | #define HAVE_GETPGRP 1
  29718. | #define HAVE_GETPRIORITY 1
  29719. | #define HAVE_GETPWNAM_R 1
  29720. | #define HAVE_GETRLIMIT 1
  29721. | #define HAVE_GETSID 1
  29722. | #define HAVE_GETTIMEOFDAY 1
  29723. | #define HAVE_GMTIME_R 1
  29724. | #define HAVE_INITGROUPS 1
  29725. | #define HAVE_IOCTL 1
  29726. | #define HAVE_ISSETUGID 1
  29727. | #define HAVE_KILLPG 1
  29728. | #define HAVE_LCHMOD 1
  29729. | #define HAVE_LCHOWN 1
  29730. | #define HAVE_LINK 1
  29731. | #define HAVE_LLABS 1
  29732. | #define HAVE_LOCKF 1
  29733. | #define HAVE_LOG2 1
  29734. | #define HAVE_LSTAT 1
  29735. | #define HAVE_LUTIMES 1
  29736. | #define HAVE_MALLOC_SIZE 1
  29737. | #define HAVE_MBLEN 1
  29738. | #define HAVE_MEMSET_S 1
  29739. | #define HAVE_WRITEV 1
  29740. | #define HAVE_MKFIFO 1
  29741. | #define HAVE_MKNOD 1
  29742. | #define HAVE_MKTIME 1
  29743. | #define HAVE_OPENAT 1
  29744. | #define HAVE_POLL 1
  29745. | #define HAVE_POSIX_MEMALIGN 1
  29746. | #define HAVE_PREAD 1
  29747. | #define HAVE_PWRITE 1
  29748. | #define HAVE_QSORT_R 1
  29749. | #define HAVE_READLINK 1
  29750. | #define HAVE_ROUND 1
  29751. | #define HAVE_SEEKDIR 1
  29752. | #define HAVE_SENDFILE 1
  29753. | #define HAVE_SETEGID 1
  29754. | #define HAVE_SETENV 1
  29755. | #define HAVE_SETEUID 1
  29756. | #define HAVE_SETGID 1
  29757. | #define HAVE_SETGROUPS 1
  29758. | #define HAVE_SETPGID 1
  29759. | #define HAVE_SETPGRP 1
  29760. | #define HAVE_SETREGID 1
  29761. | #define HAVE_SETREUID 1
  29762. | #define HAVE_SETRGID 1
  29763. | #define HAVE_SETRLIMIT 1
  29764. | #define HAVE_SETRUID 1
  29765. | #define HAVE_SETSID 1
  29766. | #define HAVE_SETUID 1
  29767. | #define HAVE_SHUTDOWN 1
  29768. | #define HAVE_SIGACTION 1
  29769. | #define HAVE_SIGALTSTACK 1
  29770. | #define HAVE_SIGPROCMASK 1
  29771. | #define HAVE_SINH 1
  29772. | #define HAVE_SYMLINK 1
  29773. | #define HAVE_SYSCONF 1
  29774. | #define HAVE_TANH 1
  29775. | #define HAVE_TELLDIR 1
  29776. | #define HAVE_TIMEGM 1
  29777. | #define HAVE_TIMES 1
  29778. | #define HAVE_TRUNCATE 1
  29779. | #define HAVE_UNSETENV 1
  29780. | #define HAVE_UTIMENSAT 1
  29781. | #define HAVE_UTIMES 1
  29782. | #define HAVE_WAIT4 1
  29783. | #define HAVE_WAITPID 1
  29784. | #if !defined __STDC_WANT_LIB_EXT1__
  29785. | #define __STDC_WANT_LIB_EXT1__ 1
  29786. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  29787. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  29788. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  29789. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  29790. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  29791. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  29792. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  29793. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  29794. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  29795. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  29796. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  29797. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  29798. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  29799. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  29800. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  29801. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  29802. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  29803. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  29804. | #define HAVE_BSD_QSORT_R 1
  29805. | #define ATAN2_INF_C99 1
  29806. | #define HAVE_CLOCK_GETRES 1
  29807. | #define HAVE_STRUCT_TM_TM_ZONE 1
  29808. | #define HAVE_TM_ZONE 1
  29809. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  29810. | #define HAVE_DAYLIGHT 1
  29811. | #define NEGATIVE_TIME_T 1
  29812. | #define POSIX_SIGNAL 1
  29813. | #define HAVE_SIG_T 1
  29814. | #define RSHIFT(x,y) ((x)>>(int)(y))
  29815. | #define HAVE__SC_CLK_TCK 1
  29816. | #define STACK_GROW_DIRECTION -1
  29817. | #define _REENTRANT 1
  29818. | #define _THREAD_SAFE 1
  29819. | #define HAVE_LIBPTHREAD 1
  29820. | /* end confdefs.h. */
  29821. | #include <pthread.h>
  29822. |
  29823. | #include <pthread_np.h>
  29824. configure:24365: result: no
  29825. configure:24398: checking whether pthread_t is scalar type
  29826. configure:24421: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  29827. configure:24421: $? = 0
  29828. configure:24429: result: yes
  29829. configure:24449: checking for sched_yield
  29830. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  29831. configure:24449: $? = 0
  29832. configure:24449: result: yes
  29833. configure:24449: checking for pthread_attr_setinheritsched
  29834. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  29835. configure:24449: $? = 0
  29836. configure:24449: result: yes
  29837. configure:24449: checking for pthread_attr_get_np
  29838. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  29839. Undefined symbols for architecture x86_64:
  29840. "_pthread_attr_get_np", referenced from:
  29841. _main in conftest-d80665.o
  29842. ld: symbol(s) not found for architecture x86_64
  29843. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  29844. configure:24449: $? = 1
  29845. configure: failed program was:
  29846. | /* confdefs.h */
  29847. | #define PACKAGE_NAME ""
  29848. | #define PACKAGE_TARNAME ""
  29849. | #define PACKAGE_VERSION ""
  29850. | #define PACKAGE_STRING ""
  29851. | #define PACKAGE_BUGREPORT ""
  29852. | #define PACKAGE_URL ""
  29853. | #define CANONICALIZATION_FOR_MATHN 1
  29854. | #define STDC_HEADERS 1
  29855. | #define HAVE_SYS_TYPES_H 1
  29856. | #define HAVE_SYS_STAT_H 1
  29857. | #define HAVE_STDLIB_H 1
  29858. | #define HAVE_STRING_H 1
  29859. | #define HAVE_MEMORY_H 1
  29860. | #define HAVE_STRINGS_H 1
  29861. | #define HAVE_INTTYPES_H 1
  29862. | #define HAVE_STDINT_H 1
  29863. | #define HAVE_UNISTD_H 1
  29864. | #define __EXTENSIONS__ 1
  29865. | #define _ALL_SOURCE 1
  29866. | #define _GNU_SOURCE 1
  29867. | #define _POSIX_PTHREAD_SEMANTICS 1
  29868. | #define _TANDEM_SOURCE 1
  29869. | #define HAVE_INFINITY 1
  29870. | #define HAVE_NAN 1
  29871. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  29872. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  29873. | #define BROKEN_CRYPT 1
  29874. | #define HAVE_CRT_EXTERNS_H 1
  29875. | #define HAVE_LIBDL 1
  29876. | #define HAVE_DIRENT_H 1
  29877. | #define HAVE__BOOL 1
  29878. | #define HAVE_STDBOOL_H 1
  29879. | #define HAVE_SYS_WAIT_H 1
  29880. | #define HAVE_GRP_H 1
  29881. | #define HAVE_FCNTL_H 1
  29882. | #define HAVE_FLOAT_H 1
  29883. | #define HAVE_LANGINFO_H 1
  29884. | #define HAVE_LIMITS_H 1
  29885. | #define HAVE_LOCALE_H 1
  29886. | #define HAVE_MALLOC_MALLOC_H 1
  29887. | #define HAVE_PWD_H 1
  29888. | #define HAVE_SYS_ATTR_H 1
  29889. | #define HAVE_SYS_FCNTL_H 1
  29890. | #define HAVE_SYS_FILE_H 1
  29891. | #define HAVE_SYS_IOCTL_H 1
  29892. | #define HAVE_SYS_PARAM_H 1
  29893. | #define HAVE_SYS_RESOURCE_H 1
  29894. | #define HAVE_SYS_SELECT_H 1
  29895. | #define HAVE_SYS_SOCKET_H 1
  29896. | #define HAVE_SYS_TIME_H 1
  29897. | #define HAVE_SYS_TIMES_H 1
  29898. | #define HAVE_SYS_UIO_H 1
  29899. | #define HAVE_TIME_H 1
  29900. | #define HAVE_UCONTEXT_H 1
  29901. | #define HAVE_UTIME_H 1
  29902. | #define HAVE_GMP_H 1
  29903. | #define HAVE_LIBGMP 1
  29904. | #define HAVE_TYPEOF 1
  29905. | #define HAVE_LONG_LONG 1
  29906. | #define HAVE_OFF_T 1
  29907. | #define SIZEOF_INT 4
  29908. | #define SIZEOF_SHORT 2
  29909. | #define SIZEOF_LONG 8
  29910. | #define SIZEOF_LONG_LONG 8
  29911. | #define SIZEOF___INT64 0
  29912. | #define SIZEOF___INT128 16
  29913. | #define SIZEOF_OFF_T 8
  29914. | #define SIZEOF_VOIDP 8
  29915. | #define SIZEOF_FLOAT 4
  29916. | #define SIZEOF_DOUBLE 8
  29917. | #define SIZEOF_TIME_T 8
  29918. | #define SIZEOF_CLOCK_T 8
  29919. | #define PACKED_STRUCT(x) x __attribute__((packed))
  29920. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  29921. | #define PRI_LL_PREFIX "ll"
  29922. | #define rb_pid_t pid_t
  29923. | #define SIGNEDNESS_OF_PID_T -1
  29924. | #define PIDT2NUM(v) INT2NUM(v)
  29925. | #define NUM2PIDT(v) NUM2INT(v)
  29926. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  29927. | #define rb_uid_t uid_t
  29928. | #define SIGNEDNESS_OF_UID_T +1
  29929. | #define UIDT2NUM(v) UINT2NUM(v)
  29930. | #define NUM2UIDT(v) NUM2UINT(v)
  29931. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  29932. | #define rb_gid_t gid_t
  29933. | #define SIGNEDNESS_OF_GID_T +1
  29934. | #define GIDT2NUM(v) UINT2NUM(v)
  29935. | #define NUM2GIDT(v) NUM2UINT(v)
  29936. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  29937. | #define rb_time_t time_t
  29938. | #define SIGNEDNESS_OF_TIME_T -1
  29939. | #define TIMET2NUM(v) LONG2NUM(v)
  29940. | #define NUM2TIMET(v) NUM2LONG(v)
  29941. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  29942. | #define rb_dev_t dev_t
  29943. | #define SIGNEDNESS_OF_DEV_T -1
  29944. | #define DEVT2NUM(v) INT2NUM(v)
  29945. | #define NUM2DEVT(v) NUM2INT(v)
  29946. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  29947. | #define rb_mode_t mode_t
  29948. | #define SIGNEDNESS_OF_MODE_T +1
  29949. | #define MODET2NUM(v) UINT2NUM(v)
  29950. | #define NUM2MODET(v) NUM2UINT(v)
  29951. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  29952. | #define rb_rlim_t rlim_t
  29953. | #define SIGNEDNESS_OF_RLIM_T +1
  29954. | #define RLIM2NUM(v) ULL2NUM(v)
  29955. | #define NUM2RLIM(v) NUM2ULL(v)
  29956. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  29957. | #define rb_off_t off_t
  29958. | #define SIGNEDNESS_OF_OFF_T -1
  29959. | #define OFFT2NUM(v) LL2NUM(v)
  29960. | #define NUM2OFFT(v) NUM2LL(v)
  29961. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  29962. | #define rb_clockid_t int
  29963. | #define SIGNEDNESS_OF_CLOCKID_T -1
  29964. | #define CLOCKID2NUM(v) INT2NUM(v)
  29965. | #define NUM2CLOCKID(v) NUM2INT(v)
  29966. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  29967. | #define HAVE_PROTOTYPES 1
  29968. | #define TOKEN_PASTE(x,y) x##y
  29969. | #define STRINGIZE(expr) STRINGIZE0(expr)
  29970. | #define HAVE_STDARG_PROTOTYPES 1
  29971. | #define HAVE_VA_ARGS_MACRO 1
  29972. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  29973. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  29974. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  29975. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  29976. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  29977. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  29978. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  29979. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  29980. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  29981. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  29982. | #define WEAK(x) __attribute__ ((__weak__)) x
  29983. | #define HAVE_FUNC_WEAK 1
  29984. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  29985. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  29986. | #define HAVE_GCC_SYNC_BUILTINS 1
  29987. | #define UNREACHABLE __builtin_unreachable()
  29988. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  29989. | #define RUBY_FUNCTION_NAME_STRING __func__
  29990. | #define ENUM_OVER_INT 1
  29991. | #define HAVE_DECL_SYS_NERR 1
  29992. | #define HAVE_DECL_GETENV 1
  29993. | #define SIZEOF_SIZE_T 8
  29994. | #define SIZEOF_PTRDIFF_T 8
  29995. | #define PRI_SIZE_PREFIX "z"
  29996. | #define PRI_PTRDIFF_PREFIX "t"
  29997. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  29998. | #define HAVE_ST_BLKSIZE 1
  29999. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30000. | #define HAVE_ST_BLOCKS 1
  30001. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30002. | #define HAVE_ST_RDEV 1
  30003. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30004. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30005. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30006. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30007. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30008. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30009. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30010. | #define HAVE_STRUCT_TIMEVAL 1
  30011. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30012. | #define HAVE_STRUCT_TIMESPEC 1
  30013. | #define HAVE_STRUCT_TIMEZONE 1
  30014. | #define HAVE_INT8_T 1
  30015. | #define SIZEOF_INT8_T 1
  30016. | #define HAVE_UINT8_T 1
  30017. | #define SIZEOF_UINT8_T 1
  30018. | #define HAVE_INT16_T 1
  30019. | #define SIZEOF_INT16_T 2
  30020. | #define HAVE_UINT16_T 1
  30021. | #define SIZEOF_UINT16_T 2
  30022. | #define HAVE_INT32_T 1
  30023. | #define SIZEOF_INT32_T 4
  30024. | #define HAVE_UINT32_T 1
  30025. | #define SIZEOF_UINT32_T 4
  30026. | #define HAVE_INT64_T 1
  30027. | #define SIZEOF_INT64_T 8
  30028. | #define HAVE_UINT64_T 1
  30029. | #define SIZEOF_UINT64_T 8
  30030. | #define HAVE_INT128_T 1
  30031. | #define int128_t __int128
  30032. | #define SIZEOF_INT128_T SIZEOF___INT128
  30033. | #define HAVE_UINT128_T 1
  30034. | #define uint128_t unsigned __int128
  30035. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30036. | #define HAVE_INTPTR_T 1
  30037. | #define SIZEOF_INTPTR_T 8
  30038. | #define HAVE_UINTPTR_T 1
  30039. | #define SIZEOF_UINTPTR_T 8
  30040. | #define HAVE_SSIZE_T 1
  30041. | #define SIZEOF_SSIZE_T 8
  30042. | #define GETGROUPS_T gid_t
  30043. | #define RETSIGTYPE void
  30044. | #define HAVE_ALLOCA_H 1
  30045. | #define HAVE_ALLOCA 1
  30046. | #define HAVE_ACOSH 1
  30047. | #define HAVE_CBRT 1
  30048. | #define HAVE_CRYPT 1
  30049. | #define HAVE_DUP2 1
  30050. | #define HAVE_ERF 1
  30051. | #define HAVE_FFS 1
  30052. | #define HAVE_FINITE 1
  30053. | #define HAVE_FLOCK 1
  30054. | #define HAVE_HYPOT 1
  30055. | #define HAVE_ISINF 1
  30056. | #define HAVE_ISNAN 1
  30057. | #define HAVE_LGAMMA_R 1
  30058. | #define HAVE_MEMMOVE 1
  30059. | #define HAVE_NEXTAFTER 1
  30060. | #define HAVE_STRCHR 1
  30061. | #define HAVE_STRERROR 1
  30062. | #define HAVE_STRLCAT 1
  30063. | #define HAVE_STRLCPY 1
  30064. | #define HAVE_STRSTR 1
  30065. | #define HAVE_TGAMMA 1
  30066. | #define SPT_TYPE SPT_REUSEARGV
  30067. | #define HAVE_SIGNBIT 1
  30068. | #define HAVE_FORK 1
  30069. | #define vfork fork
  30070. | #define HAVE_WORKING_FORK 1
  30071. | #define HAVE__LONGJMP 1
  30072. | #define HAVE_ARC4RANDOM_BUF 1
  30073. | #define HAVE_ATAN2L 1
  30074. | #define HAVE_ATAN2F 1
  30075. | #define HAVE_CHROOT 1
  30076. | #define HAVE_CLOCK_GETTIME 1
  30077. | #define HAVE_COSH 1
  30078. | #define HAVE_DIRFD 1
  30079. | #define HAVE_DLOPEN 1
  30080. | #define HAVE_DLADDR 1
  30081. | #define HAVE_DUP 1
  30082. | #define HAVE_ENDGRENT 1
  30083. | #define HAVE_FCHMOD 1
  30084. | #define HAVE_FCHOWN 1
  30085. | #define HAVE_FCNTL 1
  30086. | #define HAVE_FDOPENDIR 1
  30087. | #define HAVE_FGETATTRLIST 1
  30088. | #define HAVE_FMOD 1
  30089. | #define HAVE_FSTATAT 1
  30090. | #define HAVE_FSYNC 1
  30091. | #define HAVE_FTRUNCATE 1
  30092. | #define HAVE_GETATTRLIST 1
  30093. | #define HAVE_GETCWD 1
  30094. | #define HAVE_GETGRNAM 1
  30095. | #define HAVE_GETGRNAM_R 1
  30096. | #define HAVE_GETGROUPS 1
  30097. | #define HAVE_GETPGID 1
  30098. | #define HAVE_GETPGRP 1
  30099. | #define HAVE_GETPRIORITY 1
  30100. | #define HAVE_GETPWNAM_R 1
  30101. | #define HAVE_GETRLIMIT 1
  30102. | #define HAVE_GETSID 1
  30103. | #define HAVE_GETTIMEOFDAY 1
  30104. | #define HAVE_GMTIME_R 1
  30105. | #define HAVE_INITGROUPS 1
  30106. | #define HAVE_IOCTL 1
  30107. | #define HAVE_ISSETUGID 1
  30108. | #define HAVE_KILLPG 1
  30109. | #define HAVE_LCHMOD 1
  30110. | #define HAVE_LCHOWN 1
  30111. | #define HAVE_LINK 1
  30112. | #define HAVE_LLABS 1
  30113. | #define HAVE_LOCKF 1
  30114. | #define HAVE_LOG2 1
  30115. | #define HAVE_LSTAT 1
  30116. | #define HAVE_LUTIMES 1
  30117. | #define HAVE_MALLOC_SIZE 1
  30118. | #define HAVE_MBLEN 1
  30119. | #define HAVE_MEMSET_S 1
  30120. | #define HAVE_WRITEV 1
  30121. | #define HAVE_MKFIFO 1
  30122. | #define HAVE_MKNOD 1
  30123. | #define HAVE_MKTIME 1
  30124. | #define HAVE_OPENAT 1
  30125. | #define HAVE_POLL 1
  30126. | #define HAVE_POSIX_MEMALIGN 1
  30127. | #define HAVE_PREAD 1
  30128. | #define HAVE_PWRITE 1
  30129. | #define HAVE_QSORT_R 1
  30130. | #define HAVE_READLINK 1
  30131. | #define HAVE_ROUND 1
  30132. | #define HAVE_SEEKDIR 1
  30133. | #define HAVE_SENDFILE 1
  30134. | #define HAVE_SETEGID 1
  30135. | #define HAVE_SETENV 1
  30136. | #define HAVE_SETEUID 1
  30137. | #define HAVE_SETGID 1
  30138. | #define HAVE_SETGROUPS 1
  30139. | #define HAVE_SETPGID 1
  30140. | #define HAVE_SETPGRP 1
  30141. | #define HAVE_SETREGID 1
  30142. | #define HAVE_SETREUID 1
  30143. | #define HAVE_SETRGID 1
  30144. | #define HAVE_SETRLIMIT 1
  30145. | #define HAVE_SETRUID 1
  30146. | #define HAVE_SETSID 1
  30147. | #define HAVE_SETUID 1
  30148. | #define HAVE_SHUTDOWN 1
  30149. | #define HAVE_SIGACTION 1
  30150. | #define HAVE_SIGALTSTACK 1
  30151. | #define HAVE_SIGPROCMASK 1
  30152. | #define HAVE_SINH 1
  30153. | #define HAVE_SYMLINK 1
  30154. | #define HAVE_SYSCONF 1
  30155. | #define HAVE_TANH 1
  30156. | #define HAVE_TELLDIR 1
  30157. | #define HAVE_TIMEGM 1
  30158. | #define HAVE_TIMES 1
  30159. | #define HAVE_TRUNCATE 1
  30160. | #define HAVE_UNSETENV 1
  30161. | #define HAVE_UTIMENSAT 1
  30162. | #define HAVE_UTIMES 1
  30163. | #define HAVE_WAIT4 1
  30164. | #define HAVE_WAITPID 1
  30165. | #if !defined __STDC_WANT_LIB_EXT1__
  30166. | #define __STDC_WANT_LIB_EXT1__ 1
  30167. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30168. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30169. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30170. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30171. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30172. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30173. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30174. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30175. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30176. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30177. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30178. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  30179. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  30180. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  30181. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30182. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30183. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30184. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30185. | #define HAVE_BSD_QSORT_R 1
  30186. | #define ATAN2_INF_C99 1
  30187. | #define HAVE_CLOCK_GETRES 1
  30188. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30189. | #define HAVE_TM_ZONE 1
  30190. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30191. | #define HAVE_DAYLIGHT 1
  30192. | #define NEGATIVE_TIME_T 1
  30193. | #define POSIX_SIGNAL 1
  30194. | #define HAVE_SIG_T 1
  30195. | #define RSHIFT(x,y) ((x)>>(int)(y))
  30196. | #define HAVE__SC_CLK_TCK 1
  30197. | #define STACK_GROW_DIRECTION -1
  30198. | #define _REENTRANT 1
  30199. | #define _THREAD_SAFE 1
  30200. | #define HAVE_LIBPTHREAD 1
  30201. | #define HAVE_SCHED_YIELD 1
  30202. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  30203. | /* end confdefs.h. */
  30204. | /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
  30205. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30206. | #define pthread_attr_get_np innocuous_pthread_attr_get_np
  30207. |
  30208. | /* System header to define __stub macros and hopefully few prototypes,
  30209. | which can conflict with char pthread_attr_get_np (); below.
  30210. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30211. | <limits.h> exists even on freestanding compilers. */
  30212. |
  30213. | #ifdef __STDC__
  30214. | # include <limits.h>
  30215. | #else
  30216. | # include <assert.h>
  30217. | #endif
  30218. |
  30219. | #undef pthread_attr_get_np
  30220. |
  30221. | /* Override any GCC internal prototype to avoid an error.
  30222. | Use char because int might match the return type of a GCC
  30223. | builtin and then its argument prototype would still apply. */
  30224. | #ifdef __cplusplus
  30225. | extern "C"
  30226. | #endif
  30227. | char pthread_attr_get_np ();
  30228. | /* The GNU C library defines this for functions which it implements
  30229. | to always fail with ENOSYS. Some functions are actually named
  30230. | something starting with __ and the normal name is an alias. */
  30231. | #if defined __stub_pthread_attr_get_np || defined __stub___pthread_attr_get_np
  30232. | choke me
  30233. | #endif
  30234. |
  30235. | int
  30236. | main ()
  30237. | {
  30238. | return pthread_attr_get_np ();
  30239. | ;
  30240. | return 0;
  30241. | }
  30242. configure:24449: result: no
  30243. configure:24449: checking for pthread_attr_getstack
  30244. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30245. configure:24449: $? = 0
  30246. configure:24449: result: yes
  30247. configure:24449: checking for pthread_attr_init
  30248. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30249. configure:24449: $? = 0
  30250. configure:24449: result: yes
  30251. configure:24449: checking for pthread_get_stackaddr_np
  30252. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30253. configure:24449: $? = 0
  30254. configure:24449: result: yes
  30255. configure:24449: checking for pthread_get_stacksize_np
  30256. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30257. configure:24449: $? = 0
  30258. configure:24449: result: yes
  30259. configure:24449: checking for thr_stksegment
  30260. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30261. Undefined symbols for architecture x86_64:
  30262. "_thr_stksegment", referenced from:
  30263. _main in conftest-0e85fa.o
  30264. ld: symbol(s) not found for architecture x86_64
  30265. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30266. configure:24449: $? = 1
  30267. configure: failed program was:
  30268. | /* confdefs.h */
  30269. | #define PACKAGE_NAME ""
  30270. | #define PACKAGE_TARNAME ""
  30271. | #define PACKAGE_VERSION ""
  30272. | #define PACKAGE_STRING ""
  30273. | #define PACKAGE_BUGREPORT ""
  30274. | #define PACKAGE_URL ""
  30275. | #define CANONICALIZATION_FOR_MATHN 1
  30276. | #define STDC_HEADERS 1
  30277. | #define HAVE_SYS_TYPES_H 1
  30278. | #define HAVE_SYS_STAT_H 1
  30279. | #define HAVE_STDLIB_H 1
  30280. | #define HAVE_STRING_H 1
  30281. | #define HAVE_MEMORY_H 1
  30282. | #define HAVE_STRINGS_H 1
  30283. | #define HAVE_INTTYPES_H 1
  30284. | #define HAVE_STDINT_H 1
  30285. | #define HAVE_UNISTD_H 1
  30286. | #define __EXTENSIONS__ 1
  30287. | #define _ALL_SOURCE 1
  30288. | #define _GNU_SOURCE 1
  30289. | #define _POSIX_PTHREAD_SEMANTICS 1
  30290. | #define _TANDEM_SOURCE 1
  30291. | #define HAVE_INFINITY 1
  30292. | #define HAVE_NAN 1
  30293. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30294. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30295. | #define BROKEN_CRYPT 1
  30296. | #define HAVE_CRT_EXTERNS_H 1
  30297. | #define HAVE_LIBDL 1
  30298. | #define HAVE_DIRENT_H 1
  30299. | #define HAVE__BOOL 1
  30300. | #define HAVE_STDBOOL_H 1
  30301. | #define HAVE_SYS_WAIT_H 1
  30302. | #define HAVE_GRP_H 1
  30303. | #define HAVE_FCNTL_H 1
  30304. | #define HAVE_FLOAT_H 1
  30305. | #define HAVE_LANGINFO_H 1
  30306. | #define HAVE_LIMITS_H 1
  30307. | #define HAVE_LOCALE_H 1
  30308. | #define HAVE_MALLOC_MALLOC_H 1
  30309. | #define HAVE_PWD_H 1
  30310. | #define HAVE_SYS_ATTR_H 1
  30311. | #define HAVE_SYS_FCNTL_H 1
  30312. | #define HAVE_SYS_FILE_H 1
  30313. | #define HAVE_SYS_IOCTL_H 1
  30314. | #define HAVE_SYS_PARAM_H 1
  30315. | #define HAVE_SYS_RESOURCE_H 1
  30316. | #define HAVE_SYS_SELECT_H 1
  30317. | #define HAVE_SYS_SOCKET_H 1
  30318. | #define HAVE_SYS_TIME_H 1
  30319. | #define HAVE_SYS_TIMES_H 1
  30320. | #define HAVE_SYS_UIO_H 1
  30321. | #define HAVE_TIME_H 1
  30322. | #define HAVE_UCONTEXT_H 1
  30323. | #define HAVE_UTIME_H 1
  30324. | #define HAVE_GMP_H 1
  30325. | #define HAVE_LIBGMP 1
  30326. | #define HAVE_TYPEOF 1
  30327. | #define HAVE_LONG_LONG 1
  30328. | #define HAVE_OFF_T 1
  30329. | #define SIZEOF_INT 4
  30330. | #define SIZEOF_SHORT 2
  30331. | #define SIZEOF_LONG 8
  30332. | #define SIZEOF_LONG_LONG 8
  30333. | #define SIZEOF___INT64 0
  30334. | #define SIZEOF___INT128 16
  30335. | #define SIZEOF_OFF_T 8
  30336. | #define SIZEOF_VOIDP 8
  30337. | #define SIZEOF_FLOAT 4
  30338. | #define SIZEOF_DOUBLE 8
  30339. | #define SIZEOF_TIME_T 8
  30340. | #define SIZEOF_CLOCK_T 8
  30341. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30342. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30343. | #define PRI_LL_PREFIX "ll"
  30344. | #define rb_pid_t pid_t
  30345. | #define SIGNEDNESS_OF_PID_T -1
  30346. | #define PIDT2NUM(v) INT2NUM(v)
  30347. | #define NUM2PIDT(v) NUM2INT(v)
  30348. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30349. | #define rb_uid_t uid_t
  30350. | #define SIGNEDNESS_OF_UID_T +1
  30351. | #define UIDT2NUM(v) UINT2NUM(v)
  30352. | #define NUM2UIDT(v) NUM2UINT(v)
  30353. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30354. | #define rb_gid_t gid_t
  30355. | #define SIGNEDNESS_OF_GID_T +1
  30356. | #define GIDT2NUM(v) UINT2NUM(v)
  30357. | #define NUM2GIDT(v) NUM2UINT(v)
  30358. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30359. | #define rb_time_t time_t
  30360. | #define SIGNEDNESS_OF_TIME_T -1
  30361. | #define TIMET2NUM(v) LONG2NUM(v)
  30362. | #define NUM2TIMET(v) NUM2LONG(v)
  30363. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30364. | #define rb_dev_t dev_t
  30365. | #define SIGNEDNESS_OF_DEV_T -1
  30366. | #define DEVT2NUM(v) INT2NUM(v)
  30367. | #define NUM2DEVT(v) NUM2INT(v)
  30368. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30369. | #define rb_mode_t mode_t
  30370. | #define SIGNEDNESS_OF_MODE_T +1
  30371. | #define MODET2NUM(v) UINT2NUM(v)
  30372. | #define NUM2MODET(v) NUM2UINT(v)
  30373. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30374. | #define rb_rlim_t rlim_t
  30375. | #define SIGNEDNESS_OF_RLIM_T +1
  30376. | #define RLIM2NUM(v) ULL2NUM(v)
  30377. | #define NUM2RLIM(v) NUM2ULL(v)
  30378. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30379. | #define rb_off_t off_t
  30380. | #define SIGNEDNESS_OF_OFF_T -1
  30381. | #define OFFT2NUM(v) LL2NUM(v)
  30382. | #define NUM2OFFT(v) NUM2LL(v)
  30383. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30384. | #define rb_clockid_t int
  30385. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30386. | #define CLOCKID2NUM(v) INT2NUM(v)
  30387. | #define NUM2CLOCKID(v) NUM2INT(v)
  30388. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30389. | #define HAVE_PROTOTYPES 1
  30390. | #define TOKEN_PASTE(x,y) x##y
  30391. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30392. | #define HAVE_STDARG_PROTOTYPES 1
  30393. | #define HAVE_VA_ARGS_MACRO 1
  30394. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30395. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30396. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30397. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30398. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30399. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30400. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30401. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30402. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30403. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30404. | #define WEAK(x) __attribute__ ((__weak__)) x
  30405. | #define HAVE_FUNC_WEAK 1
  30406. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30407. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30408. | #define HAVE_GCC_SYNC_BUILTINS 1
  30409. | #define UNREACHABLE __builtin_unreachable()
  30410. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30411. | #define RUBY_FUNCTION_NAME_STRING __func__
  30412. | #define ENUM_OVER_INT 1
  30413. | #define HAVE_DECL_SYS_NERR 1
  30414. | #define HAVE_DECL_GETENV 1
  30415. | #define SIZEOF_SIZE_T 8
  30416. | #define SIZEOF_PTRDIFF_T 8
  30417. | #define PRI_SIZE_PREFIX "z"
  30418. | #define PRI_PTRDIFF_PREFIX "t"
  30419. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30420. | #define HAVE_ST_BLKSIZE 1
  30421. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30422. | #define HAVE_ST_BLOCKS 1
  30423. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30424. | #define HAVE_ST_RDEV 1
  30425. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30426. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30427. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30428. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30429. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30430. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30431. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30432. | #define HAVE_STRUCT_TIMEVAL 1
  30433. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30434. | #define HAVE_STRUCT_TIMESPEC 1
  30435. | #define HAVE_STRUCT_TIMEZONE 1
  30436. | #define HAVE_INT8_T 1
  30437. | #define SIZEOF_INT8_T 1
  30438. | #define HAVE_UINT8_T 1
  30439. | #define SIZEOF_UINT8_T 1
  30440. | #define HAVE_INT16_T 1
  30441. | #define SIZEOF_INT16_T 2
  30442. | #define HAVE_UINT16_T 1
  30443. | #define SIZEOF_UINT16_T 2
  30444. | #define HAVE_INT32_T 1
  30445. | #define SIZEOF_INT32_T 4
  30446. | #define HAVE_UINT32_T 1
  30447. | #define SIZEOF_UINT32_T 4
  30448. | #define HAVE_INT64_T 1
  30449. | #define SIZEOF_INT64_T 8
  30450. | #define HAVE_UINT64_T 1
  30451. | #define SIZEOF_UINT64_T 8
  30452. | #define HAVE_INT128_T 1
  30453. | #define int128_t __int128
  30454. | #define SIZEOF_INT128_T SIZEOF___INT128
  30455. | #define HAVE_UINT128_T 1
  30456. | #define uint128_t unsigned __int128
  30457. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30458. | #define HAVE_INTPTR_T 1
  30459. | #define SIZEOF_INTPTR_T 8
  30460. | #define HAVE_UINTPTR_T 1
  30461. | #define SIZEOF_UINTPTR_T 8
  30462. | #define HAVE_SSIZE_T 1
  30463. | #define SIZEOF_SSIZE_T 8
  30464. | #define GETGROUPS_T gid_t
  30465. | #define RETSIGTYPE void
  30466. | #define HAVE_ALLOCA_H 1
  30467. | #define HAVE_ALLOCA 1
  30468. | #define HAVE_ACOSH 1
  30469. | #define HAVE_CBRT 1
  30470. | #define HAVE_CRYPT 1
  30471. | #define HAVE_DUP2 1
  30472. | #define HAVE_ERF 1
  30473. | #define HAVE_FFS 1
  30474. | #define HAVE_FINITE 1
  30475. | #define HAVE_FLOCK 1
  30476. | #define HAVE_HYPOT 1
  30477. | #define HAVE_ISINF 1
  30478. | #define HAVE_ISNAN 1
  30479. | #define HAVE_LGAMMA_R 1
  30480. | #define HAVE_MEMMOVE 1
  30481. | #define HAVE_NEXTAFTER 1
  30482. | #define HAVE_STRCHR 1
  30483. | #define HAVE_STRERROR 1
  30484. | #define HAVE_STRLCAT 1
  30485. | #define HAVE_STRLCPY 1
  30486. | #define HAVE_STRSTR 1
  30487. | #define HAVE_TGAMMA 1
  30488. | #define SPT_TYPE SPT_REUSEARGV
  30489. | #define HAVE_SIGNBIT 1
  30490. | #define HAVE_FORK 1
  30491. | #define vfork fork
  30492. | #define HAVE_WORKING_FORK 1
  30493. | #define HAVE__LONGJMP 1
  30494. | #define HAVE_ARC4RANDOM_BUF 1
  30495. | #define HAVE_ATAN2L 1
  30496. | #define HAVE_ATAN2F 1
  30497. | #define HAVE_CHROOT 1
  30498. | #define HAVE_CLOCK_GETTIME 1
  30499. | #define HAVE_COSH 1
  30500. | #define HAVE_DIRFD 1
  30501. | #define HAVE_DLOPEN 1
  30502. | #define HAVE_DLADDR 1
  30503. | #define HAVE_DUP 1
  30504. | #define HAVE_ENDGRENT 1
  30505. | #define HAVE_FCHMOD 1
  30506. | #define HAVE_FCHOWN 1
  30507. | #define HAVE_FCNTL 1
  30508. | #define HAVE_FDOPENDIR 1
  30509. | #define HAVE_FGETATTRLIST 1
  30510. | #define HAVE_FMOD 1
  30511. | #define HAVE_FSTATAT 1
  30512. | #define HAVE_FSYNC 1
  30513. | #define HAVE_FTRUNCATE 1
  30514. | #define HAVE_GETATTRLIST 1
  30515. | #define HAVE_GETCWD 1
  30516. | #define HAVE_GETGRNAM 1
  30517. | #define HAVE_GETGRNAM_R 1
  30518. | #define HAVE_GETGROUPS 1
  30519. | #define HAVE_GETPGID 1
  30520. | #define HAVE_GETPGRP 1
  30521. | #define HAVE_GETPRIORITY 1
  30522. | #define HAVE_GETPWNAM_R 1
  30523. | #define HAVE_GETRLIMIT 1
  30524. | #define HAVE_GETSID 1
  30525. | #define HAVE_GETTIMEOFDAY 1
  30526. | #define HAVE_GMTIME_R 1
  30527. | #define HAVE_INITGROUPS 1
  30528. | #define HAVE_IOCTL 1
  30529. | #define HAVE_ISSETUGID 1
  30530. | #define HAVE_KILLPG 1
  30531. | #define HAVE_LCHMOD 1
  30532. | #define HAVE_LCHOWN 1
  30533. | #define HAVE_LINK 1
  30534. | #define HAVE_LLABS 1
  30535. | #define HAVE_LOCKF 1
  30536. | #define HAVE_LOG2 1
  30537. | #define HAVE_LSTAT 1
  30538. | #define HAVE_LUTIMES 1
  30539. | #define HAVE_MALLOC_SIZE 1
  30540. | #define HAVE_MBLEN 1
  30541. | #define HAVE_MEMSET_S 1
  30542. | #define HAVE_WRITEV 1
  30543. | #define HAVE_MKFIFO 1
  30544. | #define HAVE_MKNOD 1
  30545. | #define HAVE_MKTIME 1
  30546. | #define HAVE_OPENAT 1
  30547. | #define HAVE_POLL 1
  30548. | #define HAVE_POSIX_MEMALIGN 1
  30549. | #define HAVE_PREAD 1
  30550. | #define HAVE_PWRITE 1
  30551. | #define HAVE_QSORT_R 1
  30552. | #define HAVE_READLINK 1
  30553. | #define HAVE_ROUND 1
  30554. | #define HAVE_SEEKDIR 1
  30555. | #define HAVE_SENDFILE 1
  30556. | #define HAVE_SETEGID 1
  30557. | #define HAVE_SETENV 1
  30558. | #define HAVE_SETEUID 1
  30559. | #define HAVE_SETGID 1
  30560. | #define HAVE_SETGROUPS 1
  30561. | #define HAVE_SETPGID 1
  30562. | #define HAVE_SETPGRP 1
  30563. | #define HAVE_SETREGID 1
  30564. | #define HAVE_SETREUID 1
  30565. | #define HAVE_SETRGID 1
  30566. | #define HAVE_SETRLIMIT 1
  30567. | #define HAVE_SETRUID 1
  30568. | #define HAVE_SETSID 1
  30569. | #define HAVE_SETUID 1
  30570. | #define HAVE_SHUTDOWN 1
  30571. | #define HAVE_SIGACTION 1
  30572. | #define HAVE_SIGALTSTACK 1
  30573. | #define HAVE_SIGPROCMASK 1
  30574. | #define HAVE_SINH 1
  30575. | #define HAVE_SYMLINK 1
  30576. | #define HAVE_SYSCONF 1
  30577. | #define HAVE_TANH 1
  30578. | #define HAVE_TELLDIR 1
  30579. | #define HAVE_TIMEGM 1
  30580. | #define HAVE_TIMES 1
  30581. | #define HAVE_TRUNCATE 1
  30582. | #define HAVE_UNSETENV 1
  30583. | #define HAVE_UTIMENSAT 1
  30584. | #define HAVE_UTIMES 1
  30585. | #define HAVE_WAIT4 1
  30586. | #define HAVE_WAITPID 1
  30587. | #if !defined __STDC_WANT_LIB_EXT1__
  30588. | #define __STDC_WANT_LIB_EXT1__ 1
  30589. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  30590. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  30591. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  30592. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  30593. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  30594. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  30595. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  30596. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  30597. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  30598. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  30599. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  30600. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  30601. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  30602. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  30603. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  30604. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  30605. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  30606. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  30607. | #define HAVE_BSD_QSORT_R 1
  30608. | #define ATAN2_INF_C99 1
  30609. | #define HAVE_CLOCK_GETRES 1
  30610. | #define HAVE_STRUCT_TM_TM_ZONE 1
  30611. | #define HAVE_TM_ZONE 1
  30612. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  30613. | #define HAVE_DAYLIGHT 1
  30614. | #define NEGATIVE_TIME_T 1
  30615. | #define POSIX_SIGNAL 1
  30616. | #define HAVE_SIG_T 1
  30617. | #define RSHIFT(x,y) ((x)>>(int)(y))
  30618. | #define HAVE__SC_CLK_TCK 1
  30619. | #define STACK_GROW_DIRECTION -1
  30620. | #define _REENTRANT 1
  30621. | #define _THREAD_SAFE 1
  30622. | #define HAVE_LIBPTHREAD 1
  30623. | #define HAVE_SCHED_YIELD 1
  30624. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  30625. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  30626. | #define HAVE_PTHREAD_ATTR_INIT 1
  30627. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  30628. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  30629. | /* end confdefs.h. */
  30630. | /* Define thr_stksegment to an innocuous variant, in case <limits.h> declares thr_stksegment.
  30631. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  30632. | #define thr_stksegment innocuous_thr_stksegment
  30633. |
  30634. | /* System header to define __stub macros and hopefully few prototypes,
  30635. | which can conflict with char thr_stksegment (); below.
  30636. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  30637. | <limits.h> exists even on freestanding compilers. */
  30638. |
  30639. | #ifdef __STDC__
  30640. | # include <limits.h>
  30641. | #else
  30642. | # include <assert.h>
  30643. | #endif
  30644. |
  30645. | #undef thr_stksegment
  30646. |
  30647. | /* Override any GCC internal prototype to avoid an error.
  30648. | Use char because int might match the return type of a GCC
  30649. | builtin and then its argument prototype would still apply. */
  30650. | #ifdef __cplusplus
  30651. | extern "C"
  30652. | #endif
  30653. | char thr_stksegment ();
  30654. | /* The GNU C library defines this for functions which it implements
  30655. | to always fail with ENOSYS. Some functions are actually named
  30656. | something starting with __ and the normal name is an alias. */
  30657. | #if defined __stub_thr_stksegment || defined __stub___thr_stksegment
  30658. | choke me
  30659. | #endif
  30660. |
  30661. | int
  30662. | main ()
  30663. | {
  30664. | return thr_stksegment ();
  30665. | ;
  30666. | return 0;
  30667. | }
  30668. configure:24449: result: no
  30669. configure:24449: checking for pthread_stackseg_np
  30670. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  30671. Undefined symbols for architecture x86_64:
  30672. "_pthread_stackseg_np", referenced from:
  30673. _main in conftest-211ffc.o
  30674. ld: symbol(s) not found for architecture x86_64
  30675. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  30676. configure:24449: $? = 1
  30677. configure: failed program was:
  30678. | /* confdefs.h */
  30679. | #define PACKAGE_NAME ""
  30680. | #define PACKAGE_TARNAME ""
  30681. | #define PACKAGE_VERSION ""
  30682. | #define PACKAGE_STRING ""
  30683. | #define PACKAGE_BUGREPORT ""
  30684. | #define PACKAGE_URL ""
  30685. | #define CANONICALIZATION_FOR_MATHN 1
  30686. | #define STDC_HEADERS 1
  30687. | #define HAVE_SYS_TYPES_H 1
  30688. | #define HAVE_SYS_STAT_H 1
  30689. | #define HAVE_STDLIB_H 1
  30690. | #define HAVE_STRING_H 1
  30691. | #define HAVE_MEMORY_H 1
  30692. | #define HAVE_STRINGS_H 1
  30693. | #define HAVE_INTTYPES_H 1
  30694. | #define HAVE_STDINT_H 1
  30695. | #define HAVE_UNISTD_H 1
  30696. | #define __EXTENSIONS__ 1
  30697. | #define _ALL_SOURCE 1
  30698. | #define _GNU_SOURCE 1
  30699. | #define _POSIX_PTHREAD_SEMANTICS 1
  30700. | #define _TANDEM_SOURCE 1
  30701. | #define HAVE_INFINITY 1
  30702. | #define HAVE_NAN 1
  30703. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  30704. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  30705. | #define BROKEN_CRYPT 1
  30706. | #define HAVE_CRT_EXTERNS_H 1
  30707. | #define HAVE_LIBDL 1
  30708. | #define HAVE_DIRENT_H 1
  30709. | #define HAVE__BOOL 1
  30710. | #define HAVE_STDBOOL_H 1
  30711. | #define HAVE_SYS_WAIT_H 1
  30712. | #define HAVE_GRP_H 1
  30713. | #define HAVE_FCNTL_H 1
  30714. | #define HAVE_FLOAT_H 1
  30715. | #define HAVE_LANGINFO_H 1
  30716. | #define HAVE_LIMITS_H 1
  30717. | #define HAVE_LOCALE_H 1
  30718. | #define HAVE_MALLOC_MALLOC_H 1
  30719. | #define HAVE_PWD_H 1
  30720. | #define HAVE_SYS_ATTR_H 1
  30721. | #define HAVE_SYS_FCNTL_H 1
  30722. | #define HAVE_SYS_FILE_H 1
  30723. | #define HAVE_SYS_IOCTL_H 1
  30724. | #define HAVE_SYS_PARAM_H 1
  30725. | #define HAVE_SYS_RESOURCE_H 1
  30726. | #define HAVE_SYS_SELECT_H 1
  30727. | #define HAVE_SYS_SOCKET_H 1
  30728. | #define HAVE_SYS_TIME_H 1
  30729. | #define HAVE_SYS_TIMES_H 1
  30730. | #define HAVE_SYS_UIO_H 1
  30731. | #define HAVE_TIME_H 1
  30732. | #define HAVE_UCONTEXT_H 1
  30733. | #define HAVE_UTIME_H 1
  30734. | #define HAVE_GMP_H 1
  30735. | #define HAVE_LIBGMP 1
  30736. | #define HAVE_TYPEOF 1
  30737. | #define HAVE_LONG_LONG 1
  30738. | #define HAVE_OFF_T 1
  30739. | #define SIZEOF_INT 4
  30740. | #define SIZEOF_SHORT 2
  30741. | #define SIZEOF_LONG 8
  30742. | #define SIZEOF_LONG_LONG 8
  30743. | #define SIZEOF___INT64 0
  30744. | #define SIZEOF___INT128 16
  30745. | #define SIZEOF_OFF_T 8
  30746. | #define SIZEOF_VOIDP 8
  30747. | #define SIZEOF_FLOAT 4
  30748. | #define SIZEOF_DOUBLE 8
  30749. | #define SIZEOF_TIME_T 8
  30750. | #define SIZEOF_CLOCK_T 8
  30751. | #define PACKED_STRUCT(x) x __attribute__((packed))
  30752. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  30753. | #define PRI_LL_PREFIX "ll"
  30754. | #define rb_pid_t pid_t
  30755. | #define SIGNEDNESS_OF_PID_T -1
  30756. | #define PIDT2NUM(v) INT2NUM(v)
  30757. | #define NUM2PIDT(v) NUM2INT(v)
  30758. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  30759. | #define rb_uid_t uid_t
  30760. | #define SIGNEDNESS_OF_UID_T +1
  30761. | #define UIDT2NUM(v) UINT2NUM(v)
  30762. | #define NUM2UIDT(v) NUM2UINT(v)
  30763. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  30764. | #define rb_gid_t gid_t
  30765. | #define SIGNEDNESS_OF_GID_T +1
  30766. | #define GIDT2NUM(v) UINT2NUM(v)
  30767. | #define NUM2GIDT(v) NUM2UINT(v)
  30768. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  30769. | #define rb_time_t time_t
  30770. | #define SIGNEDNESS_OF_TIME_T -1
  30771. | #define TIMET2NUM(v) LONG2NUM(v)
  30772. | #define NUM2TIMET(v) NUM2LONG(v)
  30773. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  30774. | #define rb_dev_t dev_t
  30775. | #define SIGNEDNESS_OF_DEV_T -1
  30776. | #define DEVT2NUM(v) INT2NUM(v)
  30777. | #define NUM2DEVT(v) NUM2INT(v)
  30778. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  30779. | #define rb_mode_t mode_t
  30780. | #define SIGNEDNESS_OF_MODE_T +1
  30781. | #define MODET2NUM(v) UINT2NUM(v)
  30782. | #define NUM2MODET(v) NUM2UINT(v)
  30783. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  30784. | #define rb_rlim_t rlim_t
  30785. | #define SIGNEDNESS_OF_RLIM_T +1
  30786. | #define RLIM2NUM(v) ULL2NUM(v)
  30787. | #define NUM2RLIM(v) NUM2ULL(v)
  30788. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  30789. | #define rb_off_t off_t
  30790. | #define SIGNEDNESS_OF_OFF_T -1
  30791. | #define OFFT2NUM(v) LL2NUM(v)
  30792. | #define NUM2OFFT(v) NUM2LL(v)
  30793. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  30794. | #define rb_clockid_t int
  30795. | #define SIGNEDNESS_OF_CLOCKID_T -1
  30796. | #define CLOCKID2NUM(v) INT2NUM(v)
  30797. | #define NUM2CLOCKID(v) NUM2INT(v)
  30798. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  30799. | #define HAVE_PROTOTYPES 1
  30800. | #define TOKEN_PASTE(x,y) x##y
  30801. | #define STRINGIZE(expr) STRINGIZE0(expr)
  30802. | #define HAVE_STDARG_PROTOTYPES 1
  30803. | #define HAVE_VA_ARGS_MACRO 1
  30804. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  30805. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  30806. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  30807. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  30808. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  30809. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  30810. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  30811. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  30812. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  30813. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  30814. | #define WEAK(x) __attribute__ ((__weak__)) x
  30815. | #define HAVE_FUNC_WEAK 1
  30816. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  30817. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  30818. | #define HAVE_GCC_SYNC_BUILTINS 1
  30819. | #define UNREACHABLE __builtin_unreachable()
  30820. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  30821. | #define RUBY_FUNCTION_NAME_STRING __func__
  30822. | #define ENUM_OVER_INT 1
  30823. | #define HAVE_DECL_SYS_NERR 1
  30824. | #define HAVE_DECL_GETENV 1
  30825. | #define SIZEOF_SIZE_T 8
  30826. | #define SIZEOF_PTRDIFF_T 8
  30827. | #define PRI_SIZE_PREFIX "z"
  30828. | #define PRI_PTRDIFF_PREFIX "t"
  30829. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  30830. | #define HAVE_ST_BLKSIZE 1
  30831. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  30832. | #define HAVE_ST_BLOCKS 1
  30833. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  30834. | #define HAVE_ST_RDEV 1
  30835. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  30836. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  30837. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  30838. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  30839. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  30840. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  30841. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  30842. | #define HAVE_STRUCT_TIMEVAL 1
  30843. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  30844. | #define HAVE_STRUCT_TIMESPEC 1
  30845. | #define HAVE_STRUCT_TIMEZONE 1
  30846. | #define HAVE_INT8_T 1
  30847. | #define SIZEOF_INT8_T 1
  30848. | #define HAVE_UINT8_T 1
  30849. | #define SIZEOF_UINT8_T 1
  30850. | #define HAVE_INT16_T 1
  30851. | #define SIZEOF_INT16_T 2
  30852. | #define HAVE_UINT16_T 1
  30853. | #define SIZEOF_UINT16_T 2
  30854. | #define HAVE_INT32_T 1
  30855. | #define SIZEOF_INT32_T 4
  30856. | #define HAVE_UINT32_T 1
  30857. | #define SIZEOF_UINT32_T 4
  30858. | #define HAVE_INT64_T 1
  30859. | #define SIZEOF_INT64_T 8
  30860. | #define HAVE_UINT64_T 1
  30861. | #define SIZEOF_UINT64_T 8
  30862. | #define HAVE_INT128_T 1
  30863. | #define int128_t __int128
  30864. | #define SIZEOF_INT128_T SIZEOF___INT128
  30865. | #define HAVE_UINT128_T 1
  30866. | #define uint128_t unsigned __int128
  30867. | #define SIZEOF_UINT128_T SIZEOF___INT128
  30868. | #define HAVE_INTPTR_T 1
  30869. | #define SIZEOF_INTPTR_T 8
  30870. | #define HAVE_UINTPTR_T 1
  30871. | #define SIZEOF_UINTPTR_T 8
  30872. | #define HAVE_SSIZE_T 1
  30873. | #define SIZEOF_SSIZE_T 8
  30874. | #define GETGROUPS_T gid_t
  30875. | #define RETSIGTYPE void
  30876. | #define HAVE_ALLOCA_H 1
  30877. | #define HAVE_ALLOCA 1
  30878. | #define HAVE_ACOSH 1
  30879. | #define HAVE_CBRT 1
  30880. | #define HAVE_CRYPT 1
  30881. | #define HAVE_DUP2 1
  30882. | #define HAVE_ERF 1
  30883. | #define HAVE_FFS 1
  30884. | #define HAVE_FINITE 1
  30885. | #define HAVE_FLOCK 1
  30886. | #define HAVE_HYPOT 1
  30887. | #define HAVE_ISINF 1
  30888. | #define HAVE_ISNAN 1
  30889. | #define HAVE_LGAMMA_R 1
  30890. | #define HAVE_MEMMOVE 1
  30891. | #define HAVE_NEXTAFTER 1
  30892. | #define HAVE_STRCHR 1
  30893. | #define HAVE_STRERROR 1
  30894. | #define HAVE_STRLCAT 1
  30895. | #define HAVE_STRLCPY 1
  30896. | #define HAVE_STRSTR 1
  30897. | #define HAVE_TGAMMA 1
  30898. | #define SPT_TYPE SPT_REUSEARGV
  30899. | #define HAVE_SIGNBIT 1
  30900. | #define HAVE_FORK 1
  30901. | #define vfork fork
  30902. | #define HAVE_WORKING_FORK 1
  30903. | #define HAVE__LONGJMP 1
  30904. | #define HAVE_ARC4RANDOM_BUF 1
  30905. | #define HAVE_ATAN2L 1
  30906. | #define HAVE_ATAN2F 1
  30907. | #define HAVE_CHROOT 1
  30908. | #define HAVE_CLOCK_GETTIME 1
  30909. | #define HAVE_COSH 1
  30910. | #define HAVE_DIRFD 1
  30911. | #define HAVE_DLOPEN 1
  30912. | #define HAVE_DLADDR 1
  30913. | #define HAVE_DUP 1
  30914. | #define HAVE_ENDGRENT 1
  30915. | #define HAVE_FCHMOD 1
  30916. | #define HAVE_FCHOWN 1
  30917. | #define HAVE_FCNTL 1
  30918. | #define HAVE_FDOPENDIR 1
  30919. | #define HAVE_FGETATTRLIST 1
  30920. | #define HAVE_FMOD 1
  30921. | #define HAVE_FSTATAT 1
  30922. | #define HAVE_FSYNC 1
  30923. | #define HAVE_FTRUNCATE 1
  30924. | #define HAVE_GETATTRLIST 1
  30925. | #define HAVE_GETCWD 1
  30926. | #define HAVE_GETGRNAM 1
  30927. | #define HAVE_GETGRNAM_R 1
  30928. | #define HAVE_GETGROUPS 1
  30929. | #define HAVE_GETPGID 1
  30930. | #define HAVE_GETPGRP 1
  30931. | #define HAVE_GETPRIORITY 1
  30932. | #define HAVE_GETPWNAM_R 1
  30933. | #define HAVE_GETRLIMIT 1
  30934. | #define HAVE_GETSID 1
  30935. | #define HAVE_GETTIMEOFDAY 1
  30936. | #define HAVE_GMTIME_R 1
  30937. | #define HAVE_INITGROUPS 1
  30938. | #define HAVE_IOCTL 1
  30939. | #define HAVE_ISSETUGID 1
  30940. | #define HAVE_KILLPG 1
  30941. | #define HAVE_LCHMOD 1
  30942. | #define HAVE_LCHOWN 1
  30943. | #define HAVE_LINK 1
  30944. | #define HAVE_LLABS 1
  30945. | #define HAVE_LOCKF 1
  30946. | #define HAVE_LOG2 1
  30947. | #define HAVE_LSTAT 1
  30948. | #define HAVE_LUTIMES 1
  30949. | #define HAVE_MALLOC_SIZE 1
  30950. | #define HAVE_MBLEN 1
  30951. | #define HAVE_MEMSET_S 1
  30952. | #define HAVE_WRITEV 1
  30953. | #define HAVE_MKFIFO 1
  30954. | #define HAVE_MKNOD 1
  30955. | #define HAVE_MKTIME 1
  30956. | #define HAVE_OPENAT 1
  30957. | #define HAVE_POLL 1
  30958. | #define HAVE_POSIX_MEMALIGN 1
  30959. | #define HAVE_PREAD 1
  30960. | #define HAVE_PWRITE 1
  30961. | #define HAVE_QSORT_R 1
  30962. | #define HAVE_READLINK 1
  30963. | #define HAVE_ROUND 1
  30964. | #define HAVE_SEEKDIR 1
  30965. | #define HAVE_SENDFILE 1
  30966. | #define HAVE_SETEGID 1
  30967. | #define HAVE_SETENV 1
  30968. | #define HAVE_SETEUID 1
  30969. | #define HAVE_SETGID 1
  30970. | #define HAVE_SETGROUPS 1
  30971. | #define HAVE_SETPGID 1
  30972. | #define HAVE_SETPGRP 1
  30973. | #define HAVE_SETREGID 1
  30974. | #define HAVE_SETREUID 1
  30975. | #define HAVE_SETRGID 1
  30976. | #define HAVE_SETRLIMIT 1
  30977. | #define HAVE_SETRUID 1
  30978. | #define HAVE_SETSID 1
  30979. | #define HAVE_SETUID 1
  30980. | #define HAVE_SHUTDOWN 1
  30981. | #define HAVE_SIGACTION 1
  30982. | #define HAVE_SIGALTSTACK 1
  30983. | #define HAVE_SIGPROCMASK 1
  30984. | #define HAVE_SINH 1
  30985. | #define HAVE_SYMLINK 1
  30986. | #define HAVE_SYSCONF 1
  30987. | #define HAVE_TANH 1
  30988. | #define HAVE_TELLDIR 1
  30989. | #define HAVE_TIMEGM 1
  30990. | #define HAVE_TIMES 1
  30991. | #define HAVE_TRUNCATE 1
  30992. | #define HAVE_UNSETENV 1
  30993. | #define HAVE_UTIMENSAT 1
  30994. | #define HAVE_UTIMES 1
  30995. | #define HAVE_WAIT4 1
  30996. | #define HAVE_WAITPID 1
  30997. | #if !defined __STDC_WANT_LIB_EXT1__
  30998. | #define __STDC_WANT_LIB_EXT1__ 1
  30999. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31000. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31001. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31002. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31003. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31004. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31005. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31006. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31007. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31008. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31009. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31010. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31011. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31012. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31013. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31014. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31015. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31016. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31017. | #define HAVE_BSD_QSORT_R 1
  31018. | #define ATAN2_INF_C99 1
  31019. | #define HAVE_CLOCK_GETRES 1
  31020. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31021. | #define HAVE_TM_ZONE 1
  31022. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31023. | #define HAVE_DAYLIGHT 1
  31024. | #define NEGATIVE_TIME_T 1
  31025. | #define POSIX_SIGNAL 1
  31026. | #define HAVE_SIG_T 1
  31027. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31028. | #define HAVE__SC_CLK_TCK 1
  31029. | #define STACK_GROW_DIRECTION -1
  31030. | #define _REENTRANT 1
  31031. | #define _THREAD_SAFE 1
  31032. | #define HAVE_LIBPTHREAD 1
  31033. | #define HAVE_SCHED_YIELD 1
  31034. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31035. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31036. | #define HAVE_PTHREAD_ATTR_INIT 1
  31037. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31038. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31039. | /* end confdefs.h. */
  31040. | /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np.
  31041. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31042. | #define pthread_stackseg_np innocuous_pthread_stackseg_np
  31043. |
  31044. | /* System header to define __stub macros and hopefully few prototypes,
  31045. | which can conflict with char pthread_stackseg_np (); below.
  31046. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31047. | <limits.h> exists even on freestanding compilers. */
  31048. |
  31049. | #ifdef __STDC__
  31050. | # include <limits.h>
  31051. | #else
  31052. | # include <assert.h>
  31053. | #endif
  31054. |
  31055. | #undef pthread_stackseg_np
  31056. |
  31057. | /* Override any GCC internal prototype to avoid an error.
  31058. | Use char because int might match the return type of a GCC
  31059. | builtin and then its argument prototype would still apply. */
  31060. | #ifdef __cplusplus
  31061. | extern "C"
  31062. | #endif
  31063. | char pthread_stackseg_np ();
  31064. | /* The GNU C library defines this for functions which it implements
  31065. | to always fail with ENOSYS. Some functions are actually named
  31066. | something starting with __ and the normal name is an alias. */
  31067. | #if defined __stub_pthread_stackseg_np || defined __stub___pthread_stackseg_np
  31068. | choke me
  31069. | #endif
  31070. |
  31071. | int
  31072. | main ()
  31073. | {
  31074. | return pthread_stackseg_np ();
  31075. | ;
  31076. | return 0;
  31077. | }
  31078. configure:24449: result: no
  31079. configure:24449: checking for pthread_getthrds_np
  31080. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31081. Undefined symbols for architecture x86_64:
  31082. "_pthread_getthrds_np", referenced from:
  31083. _main in conftest-a6b2ff.o
  31084. ld: symbol(s) not found for architecture x86_64
  31085. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31086. configure:24449: $? = 1
  31087. configure: failed program was:
  31088. | /* confdefs.h */
  31089. | #define PACKAGE_NAME ""
  31090. | #define PACKAGE_TARNAME ""
  31091. | #define PACKAGE_VERSION ""
  31092. | #define PACKAGE_STRING ""
  31093. | #define PACKAGE_BUGREPORT ""
  31094. | #define PACKAGE_URL ""
  31095. | #define CANONICALIZATION_FOR_MATHN 1
  31096. | #define STDC_HEADERS 1
  31097. | #define HAVE_SYS_TYPES_H 1
  31098. | #define HAVE_SYS_STAT_H 1
  31099. | #define HAVE_STDLIB_H 1
  31100. | #define HAVE_STRING_H 1
  31101. | #define HAVE_MEMORY_H 1
  31102. | #define HAVE_STRINGS_H 1
  31103. | #define HAVE_INTTYPES_H 1
  31104. | #define HAVE_STDINT_H 1
  31105. | #define HAVE_UNISTD_H 1
  31106. | #define __EXTENSIONS__ 1
  31107. | #define _ALL_SOURCE 1
  31108. | #define _GNU_SOURCE 1
  31109. | #define _POSIX_PTHREAD_SEMANTICS 1
  31110. | #define _TANDEM_SOURCE 1
  31111. | #define HAVE_INFINITY 1
  31112. | #define HAVE_NAN 1
  31113. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31114. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31115. | #define BROKEN_CRYPT 1
  31116. | #define HAVE_CRT_EXTERNS_H 1
  31117. | #define HAVE_LIBDL 1
  31118. | #define HAVE_DIRENT_H 1
  31119. | #define HAVE__BOOL 1
  31120. | #define HAVE_STDBOOL_H 1
  31121. | #define HAVE_SYS_WAIT_H 1
  31122. | #define HAVE_GRP_H 1
  31123. | #define HAVE_FCNTL_H 1
  31124. | #define HAVE_FLOAT_H 1
  31125. | #define HAVE_LANGINFO_H 1
  31126. | #define HAVE_LIMITS_H 1
  31127. | #define HAVE_LOCALE_H 1
  31128. | #define HAVE_MALLOC_MALLOC_H 1
  31129. | #define HAVE_PWD_H 1
  31130. | #define HAVE_SYS_ATTR_H 1
  31131. | #define HAVE_SYS_FCNTL_H 1
  31132. | #define HAVE_SYS_FILE_H 1
  31133. | #define HAVE_SYS_IOCTL_H 1
  31134. | #define HAVE_SYS_PARAM_H 1
  31135. | #define HAVE_SYS_RESOURCE_H 1
  31136. | #define HAVE_SYS_SELECT_H 1
  31137. | #define HAVE_SYS_SOCKET_H 1
  31138. | #define HAVE_SYS_TIME_H 1
  31139. | #define HAVE_SYS_TIMES_H 1
  31140. | #define HAVE_SYS_UIO_H 1
  31141. | #define HAVE_TIME_H 1
  31142. | #define HAVE_UCONTEXT_H 1
  31143. | #define HAVE_UTIME_H 1
  31144. | #define HAVE_GMP_H 1
  31145. | #define HAVE_LIBGMP 1
  31146. | #define HAVE_TYPEOF 1
  31147. | #define HAVE_LONG_LONG 1
  31148. | #define HAVE_OFF_T 1
  31149. | #define SIZEOF_INT 4
  31150. | #define SIZEOF_SHORT 2
  31151. | #define SIZEOF_LONG 8
  31152. | #define SIZEOF_LONG_LONG 8
  31153. | #define SIZEOF___INT64 0
  31154. | #define SIZEOF___INT128 16
  31155. | #define SIZEOF_OFF_T 8
  31156. | #define SIZEOF_VOIDP 8
  31157. | #define SIZEOF_FLOAT 4
  31158. | #define SIZEOF_DOUBLE 8
  31159. | #define SIZEOF_TIME_T 8
  31160. | #define SIZEOF_CLOCK_T 8
  31161. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31162. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31163. | #define PRI_LL_PREFIX "ll"
  31164. | #define rb_pid_t pid_t
  31165. | #define SIGNEDNESS_OF_PID_T -1
  31166. | #define PIDT2NUM(v) INT2NUM(v)
  31167. | #define NUM2PIDT(v) NUM2INT(v)
  31168. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31169. | #define rb_uid_t uid_t
  31170. | #define SIGNEDNESS_OF_UID_T +1
  31171. | #define UIDT2NUM(v) UINT2NUM(v)
  31172. | #define NUM2UIDT(v) NUM2UINT(v)
  31173. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31174. | #define rb_gid_t gid_t
  31175. | #define SIGNEDNESS_OF_GID_T +1
  31176. | #define GIDT2NUM(v) UINT2NUM(v)
  31177. | #define NUM2GIDT(v) NUM2UINT(v)
  31178. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31179. | #define rb_time_t time_t
  31180. | #define SIGNEDNESS_OF_TIME_T -1
  31181. | #define TIMET2NUM(v) LONG2NUM(v)
  31182. | #define NUM2TIMET(v) NUM2LONG(v)
  31183. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31184. | #define rb_dev_t dev_t
  31185. | #define SIGNEDNESS_OF_DEV_T -1
  31186. | #define DEVT2NUM(v) INT2NUM(v)
  31187. | #define NUM2DEVT(v) NUM2INT(v)
  31188. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31189. | #define rb_mode_t mode_t
  31190. | #define SIGNEDNESS_OF_MODE_T +1
  31191. | #define MODET2NUM(v) UINT2NUM(v)
  31192. | #define NUM2MODET(v) NUM2UINT(v)
  31193. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31194. | #define rb_rlim_t rlim_t
  31195. | #define SIGNEDNESS_OF_RLIM_T +1
  31196. | #define RLIM2NUM(v) ULL2NUM(v)
  31197. | #define NUM2RLIM(v) NUM2ULL(v)
  31198. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31199. | #define rb_off_t off_t
  31200. | #define SIGNEDNESS_OF_OFF_T -1
  31201. | #define OFFT2NUM(v) LL2NUM(v)
  31202. | #define NUM2OFFT(v) NUM2LL(v)
  31203. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31204. | #define rb_clockid_t int
  31205. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31206. | #define CLOCKID2NUM(v) INT2NUM(v)
  31207. | #define NUM2CLOCKID(v) NUM2INT(v)
  31208. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31209. | #define HAVE_PROTOTYPES 1
  31210. | #define TOKEN_PASTE(x,y) x##y
  31211. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31212. | #define HAVE_STDARG_PROTOTYPES 1
  31213. | #define HAVE_VA_ARGS_MACRO 1
  31214. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31215. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31216. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31217. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31218. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31219. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31220. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31221. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31222. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31223. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31224. | #define WEAK(x) __attribute__ ((__weak__)) x
  31225. | #define HAVE_FUNC_WEAK 1
  31226. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31227. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31228. | #define HAVE_GCC_SYNC_BUILTINS 1
  31229. | #define UNREACHABLE __builtin_unreachable()
  31230. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31231. | #define RUBY_FUNCTION_NAME_STRING __func__
  31232. | #define ENUM_OVER_INT 1
  31233. | #define HAVE_DECL_SYS_NERR 1
  31234. | #define HAVE_DECL_GETENV 1
  31235. | #define SIZEOF_SIZE_T 8
  31236. | #define SIZEOF_PTRDIFF_T 8
  31237. | #define PRI_SIZE_PREFIX "z"
  31238. | #define PRI_PTRDIFF_PREFIX "t"
  31239. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31240. | #define HAVE_ST_BLKSIZE 1
  31241. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31242. | #define HAVE_ST_BLOCKS 1
  31243. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31244. | #define HAVE_ST_RDEV 1
  31245. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31246. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31247. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31248. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31249. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31250. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31251. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31252. | #define HAVE_STRUCT_TIMEVAL 1
  31253. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31254. | #define HAVE_STRUCT_TIMESPEC 1
  31255. | #define HAVE_STRUCT_TIMEZONE 1
  31256. | #define HAVE_INT8_T 1
  31257. | #define SIZEOF_INT8_T 1
  31258. | #define HAVE_UINT8_T 1
  31259. | #define SIZEOF_UINT8_T 1
  31260. | #define HAVE_INT16_T 1
  31261. | #define SIZEOF_INT16_T 2
  31262. | #define HAVE_UINT16_T 1
  31263. | #define SIZEOF_UINT16_T 2
  31264. | #define HAVE_INT32_T 1
  31265. | #define SIZEOF_INT32_T 4
  31266. | #define HAVE_UINT32_T 1
  31267. | #define SIZEOF_UINT32_T 4
  31268. | #define HAVE_INT64_T 1
  31269. | #define SIZEOF_INT64_T 8
  31270. | #define HAVE_UINT64_T 1
  31271. | #define SIZEOF_UINT64_T 8
  31272. | #define HAVE_INT128_T 1
  31273. | #define int128_t __int128
  31274. | #define SIZEOF_INT128_T SIZEOF___INT128
  31275. | #define HAVE_UINT128_T 1
  31276. | #define uint128_t unsigned __int128
  31277. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31278. | #define HAVE_INTPTR_T 1
  31279. | #define SIZEOF_INTPTR_T 8
  31280. | #define HAVE_UINTPTR_T 1
  31281. | #define SIZEOF_UINTPTR_T 8
  31282. | #define HAVE_SSIZE_T 1
  31283. | #define SIZEOF_SSIZE_T 8
  31284. | #define GETGROUPS_T gid_t
  31285. | #define RETSIGTYPE void
  31286. | #define HAVE_ALLOCA_H 1
  31287. | #define HAVE_ALLOCA 1
  31288. | #define HAVE_ACOSH 1
  31289. | #define HAVE_CBRT 1
  31290. | #define HAVE_CRYPT 1
  31291. | #define HAVE_DUP2 1
  31292. | #define HAVE_ERF 1
  31293. | #define HAVE_FFS 1
  31294. | #define HAVE_FINITE 1
  31295. | #define HAVE_FLOCK 1
  31296. | #define HAVE_HYPOT 1
  31297. | #define HAVE_ISINF 1
  31298. | #define HAVE_ISNAN 1
  31299. | #define HAVE_LGAMMA_R 1
  31300. | #define HAVE_MEMMOVE 1
  31301. | #define HAVE_NEXTAFTER 1
  31302. | #define HAVE_STRCHR 1
  31303. | #define HAVE_STRERROR 1
  31304. | #define HAVE_STRLCAT 1
  31305. | #define HAVE_STRLCPY 1
  31306. | #define HAVE_STRSTR 1
  31307. | #define HAVE_TGAMMA 1
  31308. | #define SPT_TYPE SPT_REUSEARGV
  31309. | #define HAVE_SIGNBIT 1
  31310. | #define HAVE_FORK 1
  31311. | #define vfork fork
  31312. | #define HAVE_WORKING_FORK 1
  31313. | #define HAVE__LONGJMP 1
  31314. | #define HAVE_ARC4RANDOM_BUF 1
  31315. | #define HAVE_ATAN2L 1
  31316. | #define HAVE_ATAN2F 1
  31317. | #define HAVE_CHROOT 1
  31318. | #define HAVE_CLOCK_GETTIME 1
  31319. | #define HAVE_COSH 1
  31320. | #define HAVE_DIRFD 1
  31321. | #define HAVE_DLOPEN 1
  31322. | #define HAVE_DLADDR 1
  31323. | #define HAVE_DUP 1
  31324. | #define HAVE_ENDGRENT 1
  31325. | #define HAVE_FCHMOD 1
  31326. | #define HAVE_FCHOWN 1
  31327. | #define HAVE_FCNTL 1
  31328. | #define HAVE_FDOPENDIR 1
  31329. | #define HAVE_FGETATTRLIST 1
  31330. | #define HAVE_FMOD 1
  31331. | #define HAVE_FSTATAT 1
  31332. | #define HAVE_FSYNC 1
  31333. | #define HAVE_FTRUNCATE 1
  31334. | #define HAVE_GETATTRLIST 1
  31335. | #define HAVE_GETCWD 1
  31336. | #define HAVE_GETGRNAM 1
  31337. | #define HAVE_GETGRNAM_R 1
  31338. | #define HAVE_GETGROUPS 1
  31339. | #define HAVE_GETPGID 1
  31340. | #define HAVE_GETPGRP 1
  31341. | #define HAVE_GETPRIORITY 1
  31342. | #define HAVE_GETPWNAM_R 1
  31343. | #define HAVE_GETRLIMIT 1
  31344. | #define HAVE_GETSID 1
  31345. | #define HAVE_GETTIMEOFDAY 1
  31346. | #define HAVE_GMTIME_R 1
  31347. | #define HAVE_INITGROUPS 1
  31348. | #define HAVE_IOCTL 1
  31349. | #define HAVE_ISSETUGID 1
  31350. | #define HAVE_KILLPG 1
  31351. | #define HAVE_LCHMOD 1
  31352. | #define HAVE_LCHOWN 1
  31353. | #define HAVE_LINK 1
  31354. | #define HAVE_LLABS 1
  31355. | #define HAVE_LOCKF 1
  31356. | #define HAVE_LOG2 1
  31357. | #define HAVE_LSTAT 1
  31358. | #define HAVE_LUTIMES 1
  31359. | #define HAVE_MALLOC_SIZE 1
  31360. | #define HAVE_MBLEN 1
  31361. | #define HAVE_MEMSET_S 1
  31362. | #define HAVE_WRITEV 1
  31363. | #define HAVE_MKFIFO 1
  31364. | #define HAVE_MKNOD 1
  31365. | #define HAVE_MKTIME 1
  31366. | #define HAVE_OPENAT 1
  31367. | #define HAVE_POLL 1
  31368. | #define HAVE_POSIX_MEMALIGN 1
  31369. | #define HAVE_PREAD 1
  31370. | #define HAVE_PWRITE 1
  31371. | #define HAVE_QSORT_R 1
  31372. | #define HAVE_READLINK 1
  31373. | #define HAVE_ROUND 1
  31374. | #define HAVE_SEEKDIR 1
  31375. | #define HAVE_SENDFILE 1
  31376. | #define HAVE_SETEGID 1
  31377. | #define HAVE_SETENV 1
  31378. | #define HAVE_SETEUID 1
  31379. | #define HAVE_SETGID 1
  31380. | #define HAVE_SETGROUPS 1
  31381. | #define HAVE_SETPGID 1
  31382. | #define HAVE_SETPGRP 1
  31383. | #define HAVE_SETREGID 1
  31384. | #define HAVE_SETREUID 1
  31385. | #define HAVE_SETRGID 1
  31386. | #define HAVE_SETRLIMIT 1
  31387. | #define HAVE_SETRUID 1
  31388. | #define HAVE_SETSID 1
  31389. | #define HAVE_SETUID 1
  31390. | #define HAVE_SHUTDOWN 1
  31391. | #define HAVE_SIGACTION 1
  31392. | #define HAVE_SIGALTSTACK 1
  31393. | #define HAVE_SIGPROCMASK 1
  31394. | #define HAVE_SINH 1
  31395. | #define HAVE_SYMLINK 1
  31396. | #define HAVE_SYSCONF 1
  31397. | #define HAVE_TANH 1
  31398. | #define HAVE_TELLDIR 1
  31399. | #define HAVE_TIMEGM 1
  31400. | #define HAVE_TIMES 1
  31401. | #define HAVE_TRUNCATE 1
  31402. | #define HAVE_UNSETENV 1
  31403. | #define HAVE_UTIMENSAT 1
  31404. | #define HAVE_UTIMES 1
  31405. | #define HAVE_WAIT4 1
  31406. | #define HAVE_WAITPID 1
  31407. | #if !defined __STDC_WANT_LIB_EXT1__
  31408. | #define __STDC_WANT_LIB_EXT1__ 1
  31409. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31410. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31411. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31412. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31413. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31414. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31415. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31416. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31417. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31418. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31419. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31420. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31421. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31422. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31423. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31424. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31425. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31426. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31427. | #define HAVE_BSD_QSORT_R 1
  31428. | #define ATAN2_INF_C99 1
  31429. | #define HAVE_CLOCK_GETRES 1
  31430. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31431. | #define HAVE_TM_ZONE 1
  31432. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31433. | #define HAVE_DAYLIGHT 1
  31434. | #define NEGATIVE_TIME_T 1
  31435. | #define POSIX_SIGNAL 1
  31436. | #define HAVE_SIG_T 1
  31437. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31438. | #define HAVE__SC_CLK_TCK 1
  31439. | #define STACK_GROW_DIRECTION -1
  31440. | #define _REENTRANT 1
  31441. | #define _THREAD_SAFE 1
  31442. | #define HAVE_LIBPTHREAD 1
  31443. | #define HAVE_SCHED_YIELD 1
  31444. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31445. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31446. | #define HAVE_PTHREAD_ATTR_INIT 1
  31447. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31448. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31449. | /* end confdefs.h. */
  31450. | /* Define pthread_getthrds_np to an innocuous variant, in case <limits.h> declares pthread_getthrds_np.
  31451. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31452. | #define pthread_getthrds_np innocuous_pthread_getthrds_np
  31453. |
  31454. | /* System header to define __stub macros and hopefully few prototypes,
  31455. | which can conflict with char pthread_getthrds_np (); below.
  31456. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31457. | <limits.h> exists even on freestanding compilers. */
  31458. |
  31459. | #ifdef __STDC__
  31460. | # include <limits.h>
  31461. | #else
  31462. | # include <assert.h>
  31463. | #endif
  31464. |
  31465. | #undef pthread_getthrds_np
  31466. |
  31467. | /* Override any GCC internal prototype to avoid an error.
  31468. | Use char because int might match the return type of a GCC
  31469. | builtin and then its argument prototype would still apply. */
  31470. | #ifdef __cplusplus
  31471. | extern "C"
  31472. | #endif
  31473. | char pthread_getthrds_np ();
  31474. | /* The GNU C library defines this for functions which it implements
  31475. | to always fail with ENOSYS. Some functions are actually named
  31476. | something starting with __ and the normal name is an alias. */
  31477. | #if defined __stub_pthread_getthrds_np || defined __stub___pthread_getthrds_np
  31478. | choke me
  31479. | #endif
  31480. |
  31481. | int
  31482. | main ()
  31483. | {
  31484. | return pthread_getthrds_np ();
  31485. | ;
  31486. | return 0;
  31487. | }
  31488. configure:24449: result: no
  31489. configure:24449: checking for pthread_cond_init
  31490. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31491. configure:24449: $? = 0
  31492. configure:24449: result: yes
  31493. configure:24449: checking for pthread_condattr_setclock
  31494. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31495. Undefined symbols for architecture x86_64:
  31496. "_pthread_condattr_setclock", referenced from:
  31497. _main in conftest-9a32c8.o
  31498. ld: symbol(s) not found for architecture x86_64
  31499. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31500. configure:24449: $? = 1
  31501. configure: failed program was:
  31502. | /* confdefs.h */
  31503. | #define PACKAGE_NAME ""
  31504. | #define PACKAGE_TARNAME ""
  31505. | #define PACKAGE_VERSION ""
  31506. | #define PACKAGE_STRING ""
  31507. | #define PACKAGE_BUGREPORT ""
  31508. | #define PACKAGE_URL ""
  31509. | #define CANONICALIZATION_FOR_MATHN 1
  31510. | #define STDC_HEADERS 1
  31511. | #define HAVE_SYS_TYPES_H 1
  31512. | #define HAVE_SYS_STAT_H 1
  31513. | #define HAVE_STDLIB_H 1
  31514. | #define HAVE_STRING_H 1
  31515. | #define HAVE_MEMORY_H 1
  31516. | #define HAVE_STRINGS_H 1
  31517. | #define HAVE_INTTYPES_H 1
  31518. | #define HAVE_STDINT_H 1
  31519. | #define HAVE_UNISTD_H 1
  31520. | #define __EXTENSIONS__ 1
  31521. | #define _ALL_SOURCE 1
  31522. | #define _GNU_SOURCE 1
  31523. | #define _POSIX_PTHREAD_SEMANTICS 1
  31524. | #define _TANDEM_SOURCE 1
  31525. | #define HAVE_INFINITY 1
  31526. | #define HAVE_NAN 1
  31527. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31528. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31529. | #define BROKEN_CRYPT 1
  31530. | #define HAVE_CRT_EXTERNS_H 1
  31531. | #define HAVE_LIBDL 1
  31532. | #define HAVE_DIRENT_H 1
  31533. | #define HAVE__BOOL 1
  31534. | #define HAVE_STDBOOL_H 1
  31535. | #define HAVE_SYS_WAIT_H 1
  31536. | #define HAVE_GRP_H 1
  31537. | #define HAVE_FCNTL_H 1
  31538. | #define HAVE_FLOAT_H 1
  31539. | #define HAVE_LANGINFO_H 1
  31540. | #define HAVE_LIMITS_H 1
  31541. | #define HAVE_LOCALE_H 1
  31542. | #define HAVE_MALLOC_MALLOC_H 1
  31543. | #define HAVE_PWD_H 1
  31544. | #define HAVE_SYS_ATTR_H 1
  31545. | #define HAVE_SYS_FCNTL_H 1
  31546. | #define HAVE_SYS_FILE_H 1
  31547. | #define HAVE_SYS_IOCTL_H 1
  31548. | #define HAVE_SYS_PARAM_H 1
  31549. | #define HAVE_SYS_RESOURCE_H 1
  31550. | #define HAVE_SYS_SELECT_H 1
  31551. | #define HAVE_SYS_SOCKET_H 1
  31552. | #define HAVE_SYS_TIME_H 1
  31553. | #define HAVE_SYS_TIMES_H 1
  31554. | #define HAVE_SYS_UIO_H 1
  31555. | #define HAVE_TIME_H 1
  31556. | #define HAVE_UCONTEXT_H 1
  31557. | #define HAVE_UTIME_H 1
  31558. | #define HAVE_GMP_H 1
  31559. | #define HAVE_LIBGMP 1
  31560. | #define HAVE_TYPEOF 1
  31561. | #define HAVE_LONG_LONG 1
  31562. | #define HAVE_OFF_T 1
  31563. | #define SIZEOF_INT 4
  31564. | #define SIZEOF_SHORT 2
  31565. | #define SIZEOF_LONG 8
  31566. | #define SIZEOF_LONG_LONG 8
  31567. | #define SIZEOF___INT64 0
  31568. | #define SIZEOF___INT128 16
  31569. | #define SIZEOF_OFF_T 8
  31570. | #define SIZEOF_VOIDP 8
  31571. | #define SIZEOF_FLOAT 4
  31572. | #define SIZEOF_DOUBLE 8
  31573. | #define SIZEOF_TIME_T 8
  31574. | #define SIZEOF_CLOCK_T 8
  31575. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31576. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  31577. | #define PRI_LL_PREFIX "ll"
  31578. | #define rb_pid_t pid_t
  31579. | #define SIGNEDNESS_OF_PID_T -1
  31580. | #define PIDT2NUM(v) INT2NUM(v)
  31581. | #define NUM2PIDT(v) NUM2INT(v)
  31582. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  31583. | #define rb_uid_t uid_t
  31584. | #define SIGNEDNESS_OF_UID_T +1
  31585. | #define UIDT2NUM(v) UINT2NUM(v)
  31586. | #define NUM2UIDT(v) NUM2UINT(v)
  31587. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  31588. | #define rb_gid_t gid_t
  31589. | #define SIGNEDNESS_OF_GID_T +1
  31590. | #define GIDT2NUM(v) UINT2NUM(v)
  31591. | #define NUM2GIDT(v) NUM2UINT(v)
  31592. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  31593. | #define rb_time_t time_t
  31594. | #define SIGNEDNESS_OF_TIME_T -1
  31595. | #define TIMET2NUM(v) LONG2NUM(v)
  31596. | #define NUM2TIMET(v) NUM2LONG(v)
  31597. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  31598. | #define rb_dev_t dev_t
  31599. | #define SIGNEDNESS_OF_DEV_T -1
  31600. | #define DEVT2NUM(v) INT2NUM(v)
  31601. | #define NUM2DEVT(v) NUM2INT(v)
  31602. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  31603. | #define rb_mode_t mode_t
  31604. | #define SIGNEDNESS_OF_MODE_T +1
  31605. | #define MODET2NUM(v) UINT2NUM(v)
  31606. | #define NUM2MODET(v) NUM2UINT(v)
  31607. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  31608. | #define rb_rlim_t rlim_t
  31609. | #define SIGNEDNESS_OF_RLIM_T +1
  31610. | #define RLIM2NUM(v) ULL2NUM(v)
  31611. | #define NUM2RLIM(v) NUM2ULL(v)
  31612. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  31613. | #define rb_off_t off_t
  31614. | #define SIGNEDNESS_OF_OFF_T -1
  31615. | #define OFFT2NUM(v) LL2NUM(v)
  31616. | #define NUM2OFFT(v) NUM2LL(v)
  31617. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  31618. | #define rb_clockid_t int
  31619. | #define SIGNEDNESS_OF_CLOCKID_T -1
  31620. | #define CLOCKID2NUM(v) INT2NUM(v)
  31621. | #define NUM2CLOCKID(v) NUM2INT(v)
  31622. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  31623. | #define HAVE_PROTOTYPES 1
  31624. | #define TOKEN_PASTE(x,y) x##y
  31625. | #define STRINGIZE(expr) STRINGIZE0(expr)
  31626. | #define HAVE_STDARG_PROTOTYPES 1
  31627. | #define HAVE_VA_ARGS_MACRO 1
  31628. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  31629. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  31630. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  31631. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  31632. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  31633. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  31634. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  31635. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  31636. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  31637. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  31638. | #define WEAK(x) __attribute__ ((__weak__)) x
  31639. | #define HAVE_FUNC_WEAK 1
  31640. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  31641. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  31642. | #define HAVE_GCC_SYNC_BUILTINS 1
  31643. | #define UNREACHABLE __builtin_unreachable()
  31644. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  31645. | #define RUBY_FUNCTION_NAME_STRING __func__
  31646. | #define ENUM_OVER_INT 1
  31647. | #define HAVE_DECL_SYS_NERR 1
  31648. | #define HAVE_DECL_GETENV 1
  31649. | #define SIZEOF_SIZE_T 8
  31650. | #define SIZEOF_PTRDIFF_T 8
  31651. | #define PRI_SIZE_PREFIX "z"
  31652. | #define PRI_PTRDIFF_PREFIX "t"
  31653. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  31654. | #define HAVE_ST_BLKSIZE 1
  31655. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  31656. | #define HAVE_ST_BLOCKS 1
  31657. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  31658. | #define HAVE_ST_RDEV 1
  31659. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  31660. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  31661. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  31662. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  31663. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  31664. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  31665. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  31666. | #define HAVE_STRUCT_TIMEVAL 1
  31667. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  31668. | #define HAVE_STRUCT_TIMESPEC 1
  31669. | #define HAVE_STRUCT_TIMEZONE 1
  31670. | #define HAVE_INT8_T 1
  31671. | #define SIZEOF_INT8_T 1
  31672. | #define HAVE_UINT8_T 1
  31673. | #define SIZEOF_UINT8_T 1
  31674. | #define HAVE_INT16_T 1
  31675. | #define SIZEOF_INT16_T 2
  31676. | #define HAVE_UINT16_T 1
  31677. | #define SIZEOF_UINT16_T 2
  31678. | #define HAVE_INT32_T 1
  31679. | #define SIZEOF_INT32_T 4
  31680. | #define HAVE_UINT32_T 1
  31681. | #define SIZEOF_UINT32_T 4
  31682. | #define HAVE_INT64_T 1
  31683. | #define SIZEOF_INT64_T 8
  31684. | #define HAVE_UINT64_T 1
  31685. | #define SIZEOF_UINT64_T 8
  31686. | #define HAVE_INT128_T 1
  31687. | #define int128_t __int128
  31688. | #define SIZEOF_INT128_T SIZEOF___INT128
  31689. | #define HAVE_UINT128_T 1
  31690. | #define uint128_t unsigned __int128
  31691. | #define SIZEOF_UINT128_T SIZEOF___INT128
  31692. | #define HAVE_INTPTR_T 1
  31693. | #define SIZEOF_INTPTR_T 8
  31694. | #define HAVE_UINTPTR_T 1
  31695. | #define SIZEOF_UINTPTR_T 8
  31696. | #define HAVE_SSIZE_T 1
  31697. | #define SIZEOF_SSIZE_T 8
  31698. | #define GETGROUPS_T gid_t
  31699. | #define RETSIGTYPE void
  31700. | #define HAVE_ALLOCA_H 1
  31701. | #define HAVE_ALLOCA 1
  31702. | #define HAVE_ACOSH 1
  31703. | #define HAVE_CBRT 1
  31704. | #define HAVE_CRYPT 1
  31705. | #define HAVE_DUP2 1
  31706. | #define HAVE_ERF 1
  31707. | #define HAVE_FFS 1
  31708. | #define HAVE_FINITE 1
  31709. | #define HAVE_FLOCK 1
  31710. | #define HAVE_HYPOT 1
  31711. | #define HAVE_ISINF 1
  31712. | #define HAVE_ISNAN 1
  31713. | #define HAVE_LGAMMA_R 1
  31714. | #define HAVE_MEMMOVE 1
  31715. | #define HAVE_NEXTAFTER 1
  31716. | #define HAVE_STRCHR 1
  31717. | #define HAVE_STRERROR 1
  31718. | #define HAVE_STRLCAT 1
  31719. | #define HAVE_STRLCPY 1
  31720. | #define HAVE_STRSTR 1
  31721. | #define HAVE_TGAMMA 1
  31722. | #define SPT_TYPE SPT_REUSEARGV
  31723. | #define HAVE_SIGNBIT 1
  31724. | #define HAVE_FORK 1
  31725. | #define vfork fork
  31726. | #define HAVE_WORKING_FORK 1
  31727. | #define HAVE__LONGJMP 1
  31728. | #define HAVE_ARC4RANDOM_BUF 1
  31729. | #define HAVE_ATAN2L 1
  31730. | #define HAVE_ATAN2F 1
  31731. | #define HAVE_CHROOT 1
  31732. | #define HAVE_CLOCK_GETTIME 1
  31733. | #define HAVE_COSH 1
  31734. | #define HAVE_DIRFD 1
  31735. | #define HAVE_DLOPEN 1
  31736. | #define HAVE_DLADDR 1
  31737. | #define HAVE_DUP 1
  31738. | #define HAVE_ENDGRENT 1
  31739. | #define HAVE_FCHMOD 1
  31740. | #define HAVE_FCHOWN 1
  31741. | #define HAVE_FCNTL 1
  31742. | #define HAVE_FDOPENDIR 1
  31743. | #define HAVE_FGETATTRLIST 1
  31744. | #define HAVE_FMOD 1
  31745. | #define HAVE_FSTATAT 1
  31746. | #define HAVE_FSYNC 1
  31747. | #define HAVE_FTRUNCATE 1
  31748. | #define HAVE_GETATTRLIST 1
  31749. | #define HAVE_GETCWD 1
  31750. | #define HAVE_GETGRNAM 1
  31751. | #define HAVE_GETGRNAM_R 1
  31752. | #define HAVE_GETGROUPS 1
  31753. | #define HAVE_GETPGID 1
  31754. | #define HAVE_GETPGRP 1
  31755. | #define HAVE_GETPRIORITY 1
  31756. | #define HAVE_GETPWNAM_R 1
  31757. | #define HAVE_GETRLIMIT 1
  31758. | #define HAVE_GETSID 1
  31759. | #define HAVE_GETTIMEOFDAY 1
  31760. | #define HAVE_GMTIME_R 1
  31761. | #define HAVE_INITGROUPS 1
  31762. | #define HAVE_IOCTL 1
  31763. | #define HAVE_ISSETUGID 1
  31764. | #define HAVE_KILLPG 1
  31765. | #define HAVE_LCHMOD 1
  31766. | #define HAVE_LCHOWN 1
  31767. | #define HAVE_LINK 1
  31768. | #define HAVE_LLABS 1
  31769. | #define HAVE_LOCKF 1
  31770. | #define HAVE_LOG2 1
  31771. | #define HAVE_LSTAT 1
  31772. | #define HAVE_LUTIMES 1
  31773. | #define HAVE_MALLOC_SIZE 1
  31774. | #define HAVE_MBLEN 1
  31775. | #define HAVE_MEMSET_S 1
  31776. | #define HAVE_WRITEV 1
  31777. | #define HAVE_MKFIFO 1
  31778. | #define HAVE_MKNOD 1
  31779. | #define HAVE_MKTIME 1
  31780. | #define HAVE_OPENAT 1
  31781. | #define HAVE_POLL 1
  31782. | #define HAVE_POSIX_MEMALIGN 1
  31783. | #define HAVE_PREAD 1
  31784. | #define HAVE_PWRITE 1
  31785. | #define HAVE_QSORT_R 1
  31786. | #define HAVE_READLINK 1
  31787. | #define HAVE_ROUND 1
  31788. | #define HAVE_SEEKDIR 1
  31789. | #define HAVE_SENDFILE 1
  31790. | #define HAVE_SETEGID 1
  31791. | #define HAVE_SETENV 1
  31792. | #define HAVE_SETEUID 1
  31793. | #define HAVE_SETGID 1
  31794. | #define HAVE_SETGROUPS 1
  31795. | #define HAVE_SETPGID 1
  31796. | #define HAVE_SETPGRP 1
  31797. | #define HAVE_SETREGID 1
  31798. | #define HAVE_SETREUID 1
  31799. | #define HAVE_SETRGID 1
  31800. | #define HAVE_SETRLIMIT 1
  31801. | #define HAVE_SETRUID 1
  31802. | #define HAVE_SETSID 1
  31803. | #define HAVE_SETUID 1
  31804. | #define HAVE_SHUTDOWN 1
  31805. | #define HAVE_SIGACTION 1
  31806. | #define HAVE_SIGALTSTACK 1
  31807. | #define HAVE_SIGPROCMASK 1
  31808. | #define HAVE_SINH 1
  31809. | #define HAVE_SYMLINK 1
  31810. | #define HAVE_SYSCONF 1
  31811. | #define HAVE_TANH 1
  31812. | #define HAVE_TELLDIR 1
  31813. | #define HAVE_TIMEGM 1
  31814. | #define HAVE_TIMES 1
  31815. | #define HAVE_TRUNCATE 1
  31816. | #define HAVE_UNSETENV 1
  31817. | #define HAVE_UTIMENSAT 1
  31818. | #define HAVE_UTIMES 1
  31819. | #define HAVE_WAIT4 1
  31820. | #define HAVE_WAITPID 1
  31821. | #if !defined __STDC_WANT_LIB_EXT1__
  31822. | #define __STDC_WANT_LIB_EXT1__ 1
  31823. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  31824. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  31825. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  31826. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  31827. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  31828. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  31829. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  31830. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  31831. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  31832. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  31833. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  31834. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  31835. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  31836. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  31837. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  31838. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  31839. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  31840. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  31841. | #define HAVE_BSD_QSORT_R 1
  31842. | #define ATAN2_INF_C99 1
  31843. | #define HAVE_CLOCK_GETRES 1
  31844. | #define HAVE_STRUCT_TM_TM_ZONE 1
  31845. | #define HAVE_TM_ZONE 1
  31846. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  31847. | #define HAVE_DAYLIGHT 1
  31848. | #define NEGATIVE_TIME_T 1
  31849. | #define POSIX_SIGNAL 1
  31850. | #define HAVE_SIG_T 1
  31851. | #define RSHIFT(x,y) ((x)>>(int)(y))
  31852. | #define HAVE__SC_CLK_TCK 1
  31853. | #define STACK_GROW_DIRECTION -1
  31854. | #define _REENTRANT 1
  31855. | #define _THREAD_SAFE 1
  31856. | #define HAVE_LIBPTHREAD 1
  31857. | #define HAVE_SCHED_YIELD 1
  31858. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  31859. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  31860. | #define HAVE_PTHREAD_ATTR_INIT 1
  31861. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  31862. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  31863. | #define HAVE_PTHREAD_COND_INIT 1
  31864. | /* end confdefs.h. */
  31865. | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock.
  31866. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  31867. | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock
  31868. |
  31869. | /* System header to define __stub macros and hopefully few prototypes,
  31870. | which can conflict with char pthread_condattr_setclock (); below.
  31871. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  31872. | <limits.h> exists even on freestanding compilers. */
  31873. |
  31874. | #ifdef __STDC__
  31875. | # include <limits.h>
  31876. | #else
  31877. | # include <assert.h>
  31878. | #endif
  31879. |
  31880. | #undef pthread_condattr_setclock
  31881. |
  31882. | /* Override any GCC internal prototype to avoid an error.
  31883. | Use char because int might match the return type of a GCC
  31884. | builtin and then its argument prototype would still apply. */
  31885. | #ifdef __cplusplus
  31886. | extern "C"
  31887. | #endif
  31888. | char pthread_condattr_setclock ();
  31889. | /* The GNU C library defines this for functions which it implements
  31890. | to always fail with ENOSYS. Some functions are actually named
  31891. | something starting with __ and the normal name is an alias. */
  31892. | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock
  31893. | choke me
  31894. | #endif
  31895. |
  31896. | int
  31897. | main ()
  31898. | {
  31899. | return pthread_condattr_setclock ();
  31900. | ;
  31901. | return 0;
  31902. | }
  31903. configure:24449: result: no
  31904. configure:24449: checking for pthread_condattr_init
  31905. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31906. configure:24449: $? = 0
  31907. configure:24449: result: yes
  31908. configure:24449: checking for pthread_sigmask
  31909. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31910. configure:24449: $? = 0
  31911. configure:24449: result: yes
  31912. configure:24449: checking for pthread_setname_np
  31913. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31914. configure:24449: $? = 0
  31915. configure:24449: result: yes
  31916. configure:24449: checking for pthread_set_name_np
  31917. configure:24449: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  31918. Undefined symbols for architecture x86_64:
  31919. "_pthread_set_name_np", referenced from:
  31920. _main in conftest-4866be.o
  31921. ld: symbol(s) not found for architecture x86_64
  31922. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  31923. configure:24449: $? = 1
  31924. configure: failed program was:
  31925. | /* confdefs.h */
  31926. | #define PACKAGE_NAME ""
  31927. | #define PACKAGE_TARNAME ""
  31928. | #define PACKAGE_VERSION ""
  31929. | #define PACKAGE_STRING ""
  31930. | #define PACKAGE_BUGREPORT ""
  31931. | #define PACKAGE_URL ""
  31932. | #define CANONICALIZATION_FOR_MATHN 1
  31933. | #define STDC_HEADERS 1
  31934. | #define HAVE_SYS_TYPES_H 1
  31935. | #define HAVE_SYS_STAT_H 1
  31936. | #define HAVE_STDLIB_H 1
  31937. | #define HAVE_STRING_H 1
  31938. | #define HAVE_MEMORY_H 1
  31939. | #define HAVE_STRINGS_H 1
  31940. | #define HAVE_INTTYPES_H 1
  31941. | #define HAVE_STDINT_H 1
  31942. | #define HAVE_UNISTD_H 1
  31943. | #define __EXTENSIONS__ 1
  31944. | #define _ALL_SOURCE 1
  31945. | #define _GNU_SOURCE 1
  31946. | #define _POSIX_PTHREAD_SEMANTICS 1
  31947. | #define _TANDEM_SOURCE 1
  31948. | #define HAVE_INFINITY 1
  31949. | #define HAVE_NAN 1
  31950. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  31951. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  31952. | #define BROKEN_CRYPT 1
  31953. | #define HAVE_CRT_EXTERNS_H 1
  31954. | #define HAVE_LIBDL 1
  31955. | #define HAVE_DIRENT_H 1
  31956. | #define HAVE__BOOL 1
  31957. | #define HAVE_STDBOOL_H 1
  31958. | #define HAVE_SYS_WAIT_H 1
  31959. | #define HAVE_GRP_H 1
  31960. | #define HAVE_FCNTL_H 1
  31961. | #define HAVE_FLOAT_H 1
  31962. | #define HAVE_LANGINFO_H 1
  31963. | #define HAVE_LIMITS_H 1
  31964. | #define HAVE_LOCALE_H 1
  31965. | #define HAVE_MALLOC_MALLOC_H 1
  31966. | #define HAVE_PWD_H 1
  31967. | #define HAVE_SYS_ATTR_H 1
  31968. | #define HAVE_SYS_FCNTL_H 1
  31969. | #define HAVE_SYS_FILE_H 1
  31970. | #define HAVE_SYS_IOCTL_H 1
  31971. | #define HAVE_SYS_PARAM_H 1
  31972. | #define HAVE_SYS_RESOURCE_H 1
  31973. | #define HAVE_SYS_SELECT_H 1
  31974. | #define HAVE_SYS_SOCKET_H 1
  31975. | #define HAVE_SYS_TIME_H 1
  31976. | #define HAVE_SYS_TIMES_H 1
  31977. | #define HAVE_SYS_UIO_H 1
  31978. | #define HAVE_TIME_H 1
  31979. | #define HAVE_UCONTEXT_H 1
  31980. | #define HAVE_UTIME_H 1
  31981. | #define HAVE_GMP_H 1
  31982. | #define HAVE_LIBGMP 1
  31983. | #define HAVE_TYPEOF 1
  31984. | #define HAVE_LONG_LONG 1
  31985. | #define HAVE_OFF_T 1
  31986. | #define SIZEOF_INT 4
  31987. | #define SIZEOF_SHORT 2
  31988. | #define SIZEOF_LONG 8
  31989. | #define SIZEOF_LONG_LONG 8
  31990. | #define SIZEOF___INT64 0
  31991. | #define SIZEOF___INT128 16
  31992. | #define SIZEOF_OFF_T 8
  31993. | #define SIZEOF_VOIDP 8
  31994. | #define SIZEOF_FLOAT 4
  31995. | #define SIZEOF_DOUBLE 8
  31996. | #define SIZEOF_TIME_T 8
  31997. | #define SIZEOF_CLOCK_T 8
  31998. | #define PACKED_STRUCT(x) x __attribute__((packed))
  31999. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32000. | #define PRI_LL_PREFIX "ll"
  32001. | #define rb_pid_t pid_t
  32002. | #define SIGNEDNESS_OF_PID_T -1
  32003. | #define PIDT2NUM(v) INT2NUM(v)
  32004. | #define NUM2PIDT(v) NUM2INT(v)
  32005. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32006. | #define rb_uid_t uid_t
  32007. | #define SIGNEDNESS_OF_UID_T +1
  32008. | #define UIDT2NUM(v) UINT2NUM(v)
  32009. | #define NUM2UIDT(v) NUM2UINT(v)
  32010. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32011. | #define rb_gid_t gid_t
  32012. | #define SIGNEDNESS_OF_GID_T +1
  32013. | #define GIDT2NUM(v) UINT2NUM(v)
  32014. | #define NUM2GIDT(v) NUM2UINT(v)
  32015. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32016. | #define rb_time_t time_t
  32017. | #define SIGNEDNESS_OF_TIME_T -1
  32018. | #define TIMET2NUM(v) LONG2NUM(v)
  32019. | #define NUM2TIMET(v) NUM2LONG(v)
  32020. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32021. | #define rb_dev_t dev_t
  32022. | #define SIGNEDNESS_OF_DEV_T -1
  32023. | #define DEVT2NUM(v) INT2NUM(v)
  32024. | #define NUM2DEVT(v) NUM2INT(v)
  32025. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32026. | #define rb_mode_t mode_t
  32027. | #define SIGNEDNESS_OF_MODE_T +1
  32028. | #define MODET2NUM(v) UINT2NUM(v)
  32029. | #define NUM2MODET(v) NUM2UINT(v)
  32030. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32031. | #define rb_rlim_t rlim_t
  32032. | #define SIGNEDNESS_OF_RLIM_T +1
  32033. | #define RLIM2NUM(v) ULL2NUM(v)
  32034. | #define NUM2RLIM(v) NUM2ULL(v)
  32035. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32036. | #define rb_off_t off_t
  32037. | #define SIGNEDNESS_OF_OFF_T -1
  32038. | #define OFFT2NUM(v) LL2NUM(v)
  32039. | #define NUM2OFFT(v) NUM2LL(v)
  32040. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32041. | #define rb_clockid_t int
  32042. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32043. | #define CLOCKID2NUM(v) INT2NUM(v)
  32044. | #define NUM2CLOCKID(v) NUM2INT(v)
  32045. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32046. | #define HAVE_PROTOTYPES 1
  32047. | #define TOKEN_PASTE(x,y) x##y
  32048. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32049. | #define HAVE_STDARG_PROTOTYPES 1
  32050. | #define HAVE_VA_ARGS_MACRO 1
  32051. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32052. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32053. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32054. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32055. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32056. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32057. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32058. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32059. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32060. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32061. | #define WEAK(x) __attribute__ ((__weak__)) x
  32062. | #define HAVE_FUNC_WEAK 1
  32063. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32064. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32065. | #define HAVE_GCC_SYNC_BUILTINS 1
  32066. | #define UNREACHABLE __builtin_unreachable()
  32067. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32068. | #define RUBY_FUNCTION_NAME_STRING __func__
  32069. | #define ENUM_OVER_INT 1
  32070. | #define HAVE_DECL_SYS_NERR 1
  32071. | #define HAVE_DECL_GETENV 1
  32072. | #define SIZEOF_SIZE_T 8
  32073. | #define SIZEOF_PTRDIFF_T 8
  32074. | #define PRI_SIZE_PREFIX "z"
  32075. | #define PRI_PTRDIFF_PREFIX "t"
  32076. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32077. | #define HAVE_ST_BLKSIZE 1
  32078. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32079. | #define HAVE_ST_BLOCKS 1
  32080. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32081. | #define HAVE_ST_RDEV 1
  32082. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32083. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32084. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32085. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32086. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32087. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32088. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32089. | #define HAVE_STRUCT_TIMEVAL 1
  32090. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32091. | #define HAVE_STRUCT_TIMESPEC 1
  32092. | #define HAVE_STRUCT_TIMEZONE 1
  32093. | #define HAVE_INT8_T 1
  32094. | #define SIZEOF_INT8_T 1
  32095. | #define HAVE_UINT8_T 1
  32096. | #define SIZEOF_UINT8_T 1
  32097. | #define HAVE_INT16_T 1
  32098. | #define SIZEOF_INT16_T 2
  32099. | #define HAVE_UINT16_T 1
  32100. | #define SIZEOF_UINT16_T 2
  32101. | #define HAVE_INT32_T 1
  32102. | #define SIZEOF_INT32_T 4
  32103. | #define HAVE_UINT32_T 1
  32104. | #define SIZEOF_UINT32_T 4
  32105. | #define HAVE_INT64_T 1
  32106. | #define SIZEOF_INT64_T 8
  32107. | #define HAVE_UINT64_T 1
  32108. | #define SIZEOF_UINT64_T 8
  32109. | #define HAVE_INT128_T 1
  32110. | #define int128_t __int128
  32111. | #define SIZEOF_INT128_T SIZEOF___INT128
  32112. | #define HAVE_UINT128_T 1
  32113. | #define uint128_t unsigned __int128
  32114. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32115. | #define HAVE_INTPTR_T 1
  32116. | #define SIZEOF_INTPTR_T 8
  32117. | #define HAVE_UINTPTR_T 1
  32118. | #define SIZEOF_UINTPTR_T 8
  32119. | #define HAVE_SSIZE_T 1
  32120. | #define SIZEOF_SSIZE_T 8
  32121. | #define GETGROUPS_T gid_t
  32122. | #define RETSIGTYPE void
  32123. | #define HAVE_ALLOCA_H 1
  32124. | #define HAVE_ALLOCA 1
  32125. | #define HAVE_ACOSH 1
  32126. | #define HAVE_CBRT 1
  32127. | #define HAVE_CRYPT 1
  32128. | #define HAVE_DUP2 1
  32129. | #define HAVE_ERF 1
  32130. | #define HAVE_FFS 1
  32131. | #define HAVE_FINITE 1
  32132. | #define HAVE_FLOCK 1
  32133. | #define HAVE_HYPOT 1
  32134. | #define HAVE_ISINF 1
  32135. | #define HAVE_ISNAN 1
  32136. | #define HAVE_LGAMMA_R 1
  32137. | #define HAVE_MEMMOVE 1
  32138. | #define HAVE_NEXTAFTER 1
  32139. | #define HAVE_STRCHR 1
  32140. | #define HAVE_STRERROR 1
  32141. | #define HAVE_STRLCAT 1
  32142. | #define HAVE_STRLCPY 1
  32143. | #define HAVE_STRSTR 1
  32144. | #define HAVE_TGAMMA 1
  32145. | #define SPT_TYPE SPT_REUSEARGV
  32146. | #define HAVE_SIGNBIT 1
  32147. | #define HAVE_FORK 1
  32148. | #define vfork fork
  32149. | #define HAVE_WORKING_FORK 1
  32150. | #define HAVE__LONGJMP 1
  32151. | #define HAVE_ARC4RANDOM_BUF 1
  32152. | #define HAVE_ATAN2L 1
  32153. | #define HAVE_ATAN2F 1
  32154. | #define HAVE_CHROOT 1
  32155. | #define HAVE_CLOCK_GETTIME 1
  32156. | #define HAVE_COSH 1
  32157. | #define HAVE_DIRFD 1
  32158. | #define HAVE_DLOPEN 1
  32159. | #define HAVE_DLADDR 1
  32160. | #define HAVE_DUP 1
  32161. | #define HAVE_ENDGRENT 1
  32162. | #define HAVE_FCHMOD 1
  32163. | #define HAVE_FCHOWN 1
  32164. | #define HAVE_FCNTL 1
  32165. | #define HAVE_FDOPENDIR 1
  32166. | #define HAVE_FGETATTRLIST 1
  32167. | #define HAVE_FMOD 1
  32168. | #define HAVE_FSTATAT 1
  32169. | #define HAVE_FSYNC 1
  32170. | #define HAVE_FTRUNCATE 1
  32171. | #define HAVE_GETATTRLIST 1
  32172. | #define HAVE_GETCWD 1
  32173. | #define HAVE_GETGRNAM 1
  32174. | #define HAVE_GETGRNAM_R 1
  32175. | #define HAVE_GETGROUPS 1
  32176. | #define HAVE_GETPGID 1
  32177. | #define HAVE_GETPGRP 1
  32178. | #define HAVE_GETPRIORITY 1
  32179. | #define HAVE_GETPWNAM_R 1
  32180. | #define HAVE_GETRLIMIT 1
  32181. | #define HAVE_GETSID 1
  32182. | #define HAVE_GETTIMEOFDAY 1
  32183. | #define HAVE_GMTIME_R 1
  32184. | #define HAVE_INITGROUPS 1
  32185. | #define HAVE_IOCTL 1
  32186. | #define HAVE_ISSETUGID 1
  32187. | #define HAVE_KILLPG 1
  32188. | #define HAVE_LCHMOD 1
  32189. | #define HAVE_LCHOWN 1
  32190. | #define HAVE_LINK 1
  32191. | #define HAVE_LLABS 1
  32192. | #define HAVE_LOCKF 1
  32193. | #define HAVE_LOG2 1
  32194. | #define HAVE_LSTAT 1
  32195. | #define HAVE_LUTIMES 1
  32196. | #define HAVE_MALLOC_SIZE 1
  32197. | #define HAVE_MBLEN 1
  32198. | #define HAVE_MEMSET_S 1
  32199. | #define HAVE_WRITEV 1
  32200. | #define HAVE_MKFIFO 1
  32201. | #define HAVE_MKNOD 1
  32202. | #define HAVE_MKTIME 1
  32203. | #define HAVE_OPENAT 1
  32204. | #define HAVE_POLL 1
  32205. | #define HAVE_POSIX_MEMALIGN 1
  32206. | #define HAVE_PREAD 1
  32207. | #define HAVE_PWRITE 1
  32208. | #define HAVE_QSORT_R 1
  32209. | #define HAVE_READLINK 1
  32210. | #define HAVE_ROUND 1
  32211. | #define HAVE_SEEKDIR 1
  32212. | #define HAVE_SENDFILE 1
  32213. | #define HAVE_SETEGID 1
  32214. | #define HAVE_SETENV 1
  32215. | #define HAVE_SETEUID 1
  32216. | #define HAVE_SETGID 1
  32217. | #define HAVE_SETGROUPS 1
  32218. | #define HAVE_SETPGID 1
  32219. | #define HAVE_SETPGRP 1
  32220. | #define HAVE_SETREGID 1
  32221. | #define HAVE_SETREUID 1
  32222. | #define HAVE_SETRGID 1
  32223. | #define HAVE_SETRLIMIT 1
  32224. | #define HAVE_SETRUID 1
  32225. | #define HAVE_SETSID 1
  32226. | #define HAVE_SETUID 1
  32227. | #define HAVE_SHUTDOWN 1
  32228. | #define HAVE_SIGACTION 1
  32229. | #define HAVE_SIGALTSTACK 1
  32230. | #define HAVE_SIGPROCMASK 1
  32231. | #define HAVE_SINH 1
  32232. | #define HAVE_SYMLINK 1
  32233. | #define HAVE_SYSCONF 1
  32234. | #define HAVE_TANH 1
  32235. | #define HAVE_TELLDIR 1
  32236. | #define HAVE_TIMEGM 1
  32237. | #define HAVE_TIMES 1
  32238. | #define HAVE_TRUNCATE 1
  32239. | #define HAVE_UNSETENV 1
  32240. | #define HAVE_UTIMENSAT 1
  32241. | #define HAVE_UTIMES 1
  32242. | #define HAVE_WAIT4 1
  32243. | #define HAVE_WAITPID 1
  32244. | #if !defined __STDC_WANT_LIB_EXT1__
  32245. | #define __STDC_WANT_LIB_EXT1__ 1
  32246. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32247. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32248. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32249. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32250. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32251. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32252. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32253. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32254. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32255. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32256. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32257. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32258. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32259. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32260. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32261. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32262. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32263. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32264. | #define HAVE_BSD_QSORT_R 1
  32265. | #define ATAN2_INF_C99 1
  32266. | #define HAVE_CLOCK_GETRES 1
  32267. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32268. | #define HAVE_TM_ZONE 1
  32269. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32270. | #define HAVE_DAYLIGHT 1
  32271. | #define NEGATIVE_TIME_T 1
  32272. | #define POSIX_SIGNAL 1
  32273. | #define HAVE_SIG_T 1
  32274. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32275. | #define HAVE__SC_CLK_TCK 1
  32276. | #define STACK_GROW_DIRECTION -1
  32277. | #define _REENTRANT 1
  32278. | #define _THREAD_SAFE 1
  32279. | #define HAVE_LIBPTHREAD 1
  32280. | #define HAVE_SCHED_YIELD 1
  32281. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32282. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32283. | #define HAVE_PTHREAD_ATTR_INIT 1
  32284. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32285. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32286. | #define HAVE_PTHREAD_COND_INIT 1
  32287. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  32288. | #define HAVE_PTHREAD_SIGMASK 1
  32289. | #define HAVE_PTHREAD_SETNAME_NP 1
  32290. | /* end confdefs.h. */
  32291. | /* Define pthread_set_name_np to an innocuous variant, in case <limits.h> declares pthread_set_name_np.
  32292. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32293. | #define pthread_set_name_np innocuous_pthread_set_name_np
  32294. |
  32295. | /* System header to define __stub macros and hopefully few prototypes,
  32296. | which can conflict with char pthread_set_name_np (); below.
  32297. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32298. | <limits.h> exists even on freestanding compilers. */
  32299. |
  32300. | #ifdef __STDC__
  32301. | # include <limits.h>
  32302. | #else
  32303. | # include <assert.h>
  32304. | #endif
  32305. |
  32306. | #undef pthread_set_name_np
  32307. |
  32308. | /* Override any GCC internal prototype to avoid an error.
  32309. | Use char because int might match the return type of a GCC
  32310. | builtin and then its argument prototype would still apply. */
  32311. | #ifdef __cplusplus
  32312. | extern "C"
  32313. | #endif
  32314. | char pthread_set_name_np ();
  32315. | /* The GNU C library defines this for functions which it implements
  32316. | to always fail with ENOSYS. Some functions are actually named
  32317. | something starting with __ and the normal name is an alias. */
  32318. | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np
  32319. | choke me
  32320. | #endif
  32321. |
  32322. | int
  32323. | main ()
  32324. | {
  32325. | return pthread_set_name_np ();
  32326. | ;
  32327. | return 0;
  32328. | }
  32329. configure:24449: result: no
  32330. configure:24464: checking for pthread_getattr_np
  32331. configure:24464: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  32332. Undefined symbols for architecture x86_64:
  32333. "_pthread_getattr_np", referenced from:
  32334. _main in conftest-d75c26.o
  32335. ld: symbol(s) not found for architecture x86_64
  32336. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  32337. configure:24464: $? = 1
  32338. configure: failed program was:
  32339. | /* confdefs.h */
  32340. | #define PACKAGE_NAME ""
  32341. | #define PACKAGE_TARNAME ""
  32342. | #define PACKAGE_VERSION ""
  32343. | #define PACKAGE_STRING ""
  32344. | #define PACKAGE_BUGREPORT ""
  32345. | #define PACKAGE_URL ""
  32346. | #define CANONICALIZATION_FOR_MATHN 1
  32347. | #define STDC_HEADERS 1
  32348. | #define HAVE_SYS_TYPES_H 1
  32349. | #define HAVE_SYS_STAT_H 1
  32350. | #define HAVE_STDLIB_H 1
  32351. | #define HAVE_STRING_H 1
  32352. | #define HAVE_MEMORY_H 1
  32353. | #define HAVE_STRINGS_H 1
  32354. | #define HAVE_INTTYPES_H 1
  32355. | #define HAVE_STDINT_H 1
  32356. | #define HAVE_UNISTD_H 1
  32357. | #define __EXTENSIONS__ 1
  32358. | #define _ALL_SOURCE 1
  32359. | #define _GNU_SOURCE 1
  32360. | #define _POSIX_PTHREAD_SEMANTICS 1
  32361. | #define _TANDEM_SOURCE 1
  32362. | #define HAVE_INFINITY 1
  32363. | #define HAVE_NAN 1
  32364. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32365. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32366. | #define BROKEN_CRYPT 1
  32367. | #define HAVE_CRT_EXTERNS_H 1
  32368. | #define HAVE_LIBDL 1
  32369. | #define HAVE_DIRENT_H 1
  32370. | #define HAVE__BOOL 1
  32371. | #define HAVE_STDBOOL_H 1
  32372. | #define HAVE_SYS_WAIT_H 1
  32373. | #define HAVE_GRP_H 1
  32374. | #define HAVE_FCNTL_H 1
  32375. | #define HAVE_FLOAT_H 1
  32376. | #define HAVE_LANGINFO_H 1
  32377. | #define HAVE_LIMITS_H 1
  32378. | #define HAVE_LOCALE_H 1
  32379. | #define HAVE_MALLOC_MALLOC_H 1
  32380. | #define HAVE_PWD_H 1
  32381. | #define HAVE_SYS_ATTR_H 1
  32382. | #define HAVE_SYS_FCNTL_H 1
  32383. | #define HAVE_SYS_FILE_H 1
  32384. | #define HAVE_SYS_IOCTL_H 1
  32385. | #define HAVE_SYS_PARAM_H 1
  32386. | #define HAVE_SYS_RESOURCE_H 1
  32387. | #define HAVE_SYS_SELECT_H 1
  32388. | #define HAVE_SYS_SOCKET_H 1
  32389. | #define HAVE_SYS_TIME_H 1
  32390. | #define HAVE_SYS_TIMES_H 1
  32391. | #define HAVE_SYS_UIO_H 1
  32392. | #define HAVE_TIME_H 1
  32393. | #define HAVE_UCONTEXT_H 1
  32394. | #define HAVE_UTIME_H 1
  32395. | #define HAVE_GMP_H 1
  32396. | #define HAVE_LIBGMP 1
  32397. | #define HAVE_TYPEOF 1
  32398. | #define HAVE_LONG_LONG 1
  32399. | #define HAVE_OFF_T 1
  32400. | #define SIZEOF_INT 4
  32401. | #define SIZEOF_SHORT 2
  32402. | #define SIZEOF_LONG 8
  32403. | #define SIZEOF_LONG_LONG 8
  32404. | #define SIZEOF___INT64 0
  32405. | #define SIZEOF___INT128 16
  32406. | #define SIZEOF_OFF_T 8
  32407. | #define SIZEOF_VOIDP 8
  32408. | #define SIZEOF_FLOAT 4
  32409. | #define SIZEOF_DOUBLE 8
  32410. | #define SIZEOF_TIME_T 8
  32411. | #define SIZEOF_CLOCK_T 8
  32412. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32413. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32414. | #define PRI_LL_PREFIX "ll"
  32415. | #define rb_pid_t pid_t
  32416. | #define SIGNEDNESS_OF_PID_T -1
  32417. | #define PIDT2NUM(v) INT2NUM(v)
  32418. | #define NUM2PIDT(v) NUM2INT(v)
  32419. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32420. | #define rb_uid_t uid_t
  32421. | #define SIGNEDNESS_OF_UID_T +1
  32422. | #define UIDT2NUM(v) UINT2NUM(v)
  32423. | #define NUM2UIDT(v) NUM2UINT(v)
  32424. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32425. | #define rb_gid_t gid_t
  32426. | #define SIGNEDNESS_OF_GID_T +1
  32427. | #define GIDT2NUM(v) UINT2NUM(v)
  32428. | #define NUM2GIDT(v) NUM2UINT(v)
  32429. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32430. | #define rb_time_t time_t
  32431. | #define SIGNEDNESS_OF_TIME_T -1
  32432. | #define TIMET2NUM(v) LONG2NUM(v)
  32433. | #define NUM2TIMET(v) NUM2LONG(v)
  32434. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32435. | #define rb_dev_t dev_t
  32436. | #define SIGNEDNESS_OF_DEV_T -1
  32437. | #define DEVT2NUM(v) INT2NUM(v)
  32438. | #define NUM2DEVT(v) NUM2INT(v)
  32439. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32440. | #define rb_mode_t mode_t
  32441. | #define SIGNEDNESS_OF_MODE_T +1
  32442. | #define MODET2NUM(v) UINT2NUM(v)
  32443. | #define NUM2MODET(v) NUM2UINT(v)
  32444. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32445. | #define rb_rlim_t rlim_t
  32446. | #define SIGNEDNESS_OF_RLIM_T +1
  32447. | #define RLIM2NUM(v) ULL2NUM(v)
  32448. | #define NUM2RLIM(v) NUM2ULL(v)
  32449. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32450. | #define rb_off_t off_t
  32451. | #define SIGNEDNESS_OF_OFF_T -1
  32452. | #define OFFT2NUM(v) LL2NUM(v)
  32453. | #define NUM2OFFT(v) NUM2LL(v)
  32454. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32455. | #define rb_clockid_t int
  32456. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32457. | #define CLOCKID2NUM(v) INT2NUM(v)
  32458. | #define NUM2CLOCKID(v) NUM2INT(v)
  32459. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32460. | #define HAVE_PROTOTYPES 1
  32461. | #define TOKEN_PASTE(x,y) x##y
  32462. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32463. | #define HAVE_STDARG_PROTOTYPES 1
  32464. | #define HAVE_VA_ARGS_MACRO 1
  32465. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32466. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32467. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32468. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32469. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32470. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32471. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32472. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32473. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32474. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32475. | #define WEAK(x) __attribute__ ((__weak__)) x
  32476. | #define HAVE_FUNC_WEAK 1
  32477. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32478. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32479. | #define HAVE_GCC_SYNC_BUILTINS 1
  32480. | #define UNREACHABLE __builtin_unreachable()
  32481. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32482. | #define RUBY_FUNCTION_NAME_STRING __func__
  32483. | #define ENUM_OVER_INT 1
  32484. | #define HAVE_DECL_SYS_NERR 1
  32485. | #define HAVE_DECL_GETENV 1
  32486. | #define SIZEOF_SIZE_T 8
  32487. | #define SIZEOF_PTRDIFF_T 8
  32488. | #define PRI_SIZE_PREFIX "z"
  32489. | #define PRI_PTRDIFF_PREFIX "t"
  32490. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32491. | #define HAVE_ST_BLKSIZE 1
  32492. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32493. | #define HAVE_ST_BLOCKS 1
  32494. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32495. | #define HAVE_ST_RDEV 1
  32496. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32497. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32498. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32499. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32500. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32501. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32502. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32503. | #define HAVE_STRUCT_TIMEVAL 1
  32504. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32505. | #define HAVE_STRUCT_TIMESPEC 1
  32506. | #define HAVE_STRUCT_TIMEZONE 1
  32507. | #define HAVE_INT8_T 1
  32508. | #define SIZEOF_INT8_T 1
  32509. | #define HAVE_UINT8_T 1
  32510. | #define SIZEOF_UINT8_T 1
  32511. | #define HAVE_INT16_T 1
  32512. | #define SIZEOF_INT16_T 2
  32513. | #define HAVE_UINT16_T 1
  32514. | #define SIZEOF_UINT16_T 2
  32515. | #define HAVE_INT32_T 1
  32516. | #define SIZEOF_INT32_T 4
  32517. | #define HAVE_UINT32_T 1
  32518. | #define SIZEOF_UINT32_T 4
  32519. | #define HAVE_INT64_T 1
  32520. | #define SIZEOF_INT64_T 8
  32521. | #define HAVE_UINT64_T 1
  32522. | #define SIZEOF_UINT64_T 8
  32523. | #define HAVE_INT128_T 1
  32524. | #define int128_t __int128
  32525. | #define SIZEOF_INT128_T SIZEOF___INT128
  32526. | #define HAVE_UINT128_T 1
  32527. | #define uint128_t unsigned __int128
  32528. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32529. | #define HAVE_INTPTR_T 1
  32530. | #define SIZEOF_INTPTR_T 8
  32531. | #define HAVE_UINTPTR_T 1
  32532. | #define SIZEOF_UINTPTR_T 8
  32533. | #define HAVE_SSIZE_T 1
  32534. | #define SIZEOF_SSIZE_T 8
  32535. | #define GETGROUPS_T gid_t
  32536. | #define RETSIGTYPE void
  32537. | #define HAVE_ALLOCA_H 1
  32538. | #define HAVE_ALLOCA 1
  32539. | #define HAVE_ACOSH 1
  32540. | #define HAVE_CBRT 1
  32541. | #define HAVE_CRYPT 1
  32542. | #define HAVE_DUP2 1
  32543. | #define HAVE_ERF 1
  32544. | #define HAVE_FFS 1
  32545. | #define HAVE_FINITE 1
  32546. | #define HAVE_FLOCK 1
  32547. | #define HAVE_HYPOT 1
  32548. | #define HAVE_ISINF 1
  32549. | #define HAVE_ISNAN 1
  32550. | #define HAVE_LGAMMA_R 1
  32551. | #define HAVE_MEMMOVE 1
  32552. | #define HAVE_NEXTAFTER 1
  32553. | #define HAVE_STRCHR 1
  32554. | #define HAVE_STRERROR 1
  32555. | #define HAVE_STRLCAT 1
  32556. | #define HAVE_STRLCPY 1
  32557. | #define HAVE_STRSTR 1
  32558. | #define HAVE_TGAMMA 1
  32559. | #define SPT_TYPE SPT_REUSEARGV
  32560. | #define HAVE_SIGNBIT 1
  32561. | #define HAVE_FORK 1
  32562. | #define vfork fork
  32563. | #define HAVE_WORKING_FORK 1
  32564. | #define HAVE__LONGJMP 1
  32565. | #define HAVE_ARC4RANDOM_BUF 1
  32566. | #define HAVE_ATAN2L 1
  32567. | #define HAVE_ATAN2F 1
  32568. | #define HAVE_CHROOT 1
  32569. | #define HAVE_CLOCK_GETTIME 1
  32570. | #define HAVE_COSH 1
  32571. | #define HAVE_DIRFD 1
  32572. | #define HAVE_DLOPEN 1
  32573. | #define HAVE_DLADDR 1
  32574. | #define HAVE_DUP 1
  32575. | #define HAVE_ENDGRENT 1
  32576. | #define HAVE_FCHMOD 1
  32577. | #define HAVE_FCHOWN 1
  32578. | #define HAVE_FCNTL 1
  32579. | #define HAVE_FDOPENDIR 1
  32580. | #define HAVE_FGETATTRLIST 1
  32581. | #define HAVE_FMOD 1
  32582. | #define HAVE_FSTATAT 1
  32583. | #define HAVE_FSYNC 1
  32584. | #define HAVE_FTRUNCATE 1
  32585. | #define HAVE_GETATTRLIST 1
  32586. | #define HAVE_GETCWD 1
  32587. | #define HAVE_GETGRNAM 1
  32588. | #define HAVE_GETGRNAM_R 1
  32589. | #define HAVE_GETGROUPS 1
  32590. | #define HAVE_GETPGID 1
  32591. | #define HAVE_GETPGRP 1
  32592. | #define HAVE_GETPRIORITY 1
  32593. | #define HAVE_GETPWNAM_R 1
  32594. | #define HAVE_GETRLIMIT 1
  32595. | #define HAVE_GETSID 1
  32596. | #define HAVE_GETTIMEOFDAY 1
  32597. | #define HAVE_GMTIME_R 1
  32598. | #define HAVE_INITGROUPS 1
  32599. | #define HAVE_IOCTL 1
  32600. | #define HAVE_ISSETUGID 1
  32601. | #define HAVE_KILLPG 1
  32602. | #define HAVE_LCHMOD 1
  32603. | #define HAVE_LCHOWN 1
  32604. | #define HAVE_LINK 1
  32605. | #define HAVE_LLABS 1
  32606. | #define HAVE_LOCKF 1
  32607. | #define HAVE_LOG2 1
  32608. | #define HAVE_LSTAT 1
  32609. | #define HAVE_LUTIMES 1
  32610. | #define HAVE_MALLOC_SIZE 1
  32611. | #define HAVE_MBLEN 1
  32612. | #define HAVE_MEMSET_S 1
  32613. | #define HAVE_WRITEV 1
  32614. | #define HAVE_MKFIFO 1
  32615. | #define HAVE_MKNOD 1
  32616. | #define HAVE_MKTIME 1
  32617. | #define HAVE_OPENAT 1
  32618. | #define HAVE_POLL 1
  32619. | #define HAVE_POSIX_MEMALIGN 1
  32620. | #define HAVE_PREAD 1
  32621. | #define HAVE_PWRITE 1
  32622. | #define HAVE_QSORT_R 1
  32623. | #define HAVE_READLINK 1
  32624. | #define HAVE_ROUND 1
  32625. | #define HAVE_SEEKDIR 1
  32626. | #define HAVE_SENDFILE 1
  32627. | #define HAVE_SETEGID 1
  32628. | #define HAVE_SETENV 1
  32629. | #define HAVE_SETEUID 1
  32630. | #define HAVE_SETGID 1
  32631. | #define HAVE_SETGROUPS 1
  32632. | #define HAVE_SETPGID 1
  32633. | #define HAVE_SETPGRP 1
  32634. | #define HAVE_SETREGID 1
  32635. | #define HAVE_SETREUID 1
  32636. | #define HAVE_SETRGID 1
  32637. | #define HAVE_SETRLIMIT 1
  32638. | #define HAVE_SETRUID 1
  32639. | #define HAVE_SETSID 1
  32640. | #define HAVE_SETUID 1
  32641. | #define HAVE_SHUTDOWN 1
  32642. | #define HAVE_SIGACTION 1
  32643. | #define HAVE_SIGALTSTACK 1
  32644. | #define HAVE_SIGPROCMASK 1
  32645. | #define HAVE_SINH 1
  32646. | #define HAVE_SYMLINK 1
  32647. | #define HAVE_SYSCONF 1
  32648. | #define HAVE_TANH 1
  32649. | #define HAVE_TELLDIR 1
  32650. | #define HAVE_TIMEGM 1
  32651. | #define HAVE_TIMES 1
  32652. | #define HAVE_TRUNCATE 1
  32653. | #define HAVE_UNSETENV 1
  32654. | #define HAVE_UTIMENSAT 1
  32655. | #define HAVE_UTIMES 1
  32656. | #define HAVE_WAIT4 1
  32657. | #define HAVE_WAITPID 1
  32658. | #if !defined __STDC_WANT_LIB_EXT1__
  32659. | #define __STDC_WANT_LIB_EXT1__ 1
  32660. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  32661. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  32662. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  32663. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  32664. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  32665. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  32666. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  32667. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  32668. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  32669. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  32670. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  32671. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  32672. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  32673. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  32674. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  32675. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  32676. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  32677. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  32678. | #define HAVE_BSD_QSORT_R 1
  32679. | #define ATAN2_INF_C99 1
  32680. | #define HAVE_CLOCK_GETRES 1
  32681. | #define HAVE_STRUCT_TM_TM_ZONE 1
  32682. | #define HAVE_TM_ZONE 1
  32683. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  32684. | #define HAVE_DAYLIGHT 1
  32685. | #define NEGATIVE_TIME_T 1
  32686. | #define POSIX_SIGNAL 1
  32687. | #define HAVE_SIG_T 1
  32688. | #define RSHIFT(x,y) ((x)>>(int)(y))
  32689. | #define HAVE__SC_CLK_TCK 1
  32690. | #define STACK_GROW_DIRECTION -1
  32691. | #define _REENTRANT 1
  32692. | #define _THREAD_SAFE 1
  32693. | #define HAVE_LIBPTHREAD 1
  32694. | #define HAVE_SCHED_YIELD 1
  32695. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  32696. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  32697. | #define HAVE_PTHREAD_ATTR_INIT 1
  32698. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  32699. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  32700. | #define HAVE_PTHREAD_COND_INIT 1
  32701. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  32702. | #define HAVE_PTHREAD_SIGMASK 1
  32703. | #define HAVE_PTHREAD_SETNAME_NP 1
  32704. | /* end confdefs.h. */
  32705. | /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
  32706. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  32707. | #define pthread_getattr_np innocuous_pthread_getattr_np
  32708. |
  32709. | /* System header to define __stub macros and hopefully few prototypes,
  32710. | which can conflict with char pthread_getattr_np (); below.
  32711. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  32712. | <limits.h> exists even on freestanding compilers. */
  32713. |
  32714. | #ifdef __STDC__
  32715. | # include <limits.h>
  32716. | #else
  32717. | # include <assert.h>
  32718. | #endif
  32719. |
  32720. | #undef pthread_getattr_np
  32721. |
  32722. | /* Override any GCC internal prototype to avoid an error.
  32723. | Use char because int might match the return type of a GCC
  32724. | builtin and then its argument prototype would still apply. */
  32725. | #ifdef __cplusplus
  32726. | extern "C"
  32727. | #endif
  32728. | char pthread_getattr_np ();
  32729. | /* The GNU C library defines this for functions which it implements
  32730. | to always fail with ENOSYS. Some functions are actually named
  32731. | something starting with __ and the normal name is an alias. */
  32732. | #if defined __stub_pthread_getattr_np || defined __stub___pthread_getattr_np
  32733. | choke me
  32734. | #endif
  32735. |
  32736. | int
  32737. | main ()
  32738. | {
  32739. | return pthread_getattr_np ();
  32740. | ;
  32741. | return 0;
  32742. | }
  32743. configure:24464: result: no
  32744. configure:24477: checking arguments of pthread_setname_np
  32745. configure:24508: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  32746. conftest.c:377:21: error: too many arguments to function call, expected 1, have 2
  32747. if (SET_THREAD_NAME("conftest")) return 1;
  32748. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  32749. conftest.c:372:72: note: expanded from macro 'SET_THREAD_NAME'
  32750. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  32751. ~~~~~~~~~~~~~~~~~~ ^~~~
  32752. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  32753. __API_AVAILABLE(macos(10.6), ios(3.2))
  32754. ^
  32755. /usr/include/Availability.h:411:126: note: expanded from macro '__API_AVAILABLE'
  32756. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  32757. ^
  32758. 1 error generated.
  32759. configure:24508: $? = 1
  32760. configure: failed program was:
  32761. | /* confdefs.h */
  32762. | #define PACKAGE_NAME ""
  32763. | #define PACKAGE_TARNAME ""
  32764. | #define PACKAGE_VERSION ""
  32765. | #define PACKAGE_STRING ""
  32766. | #define PACKAGE_BUGREPORT ""
  32767. | #define PACKAGE_URL ""
  32768. | #define CANONICALIZATION_FOR_MATHN 1
  32769. | #define STDC_HEADERS 1
  32770. | #define HAVE_SYS_TYPES_H 1
  32771. | #define HAVE_SYS_STAT_H 1
  32772. | #define HAVE_STDLIB_H 1
  32773. | #define HAVE_STRING_H 1
  32774. | #define HAVE_MEMORY_H 1
  32775. | #define HAVE_STRINGS_H 1
  32776. | #define HAVE_INTTYPES_H 1
  32777. | #define HAVE_STDINT_H 1
  32778. | #define HAVE_UNISTD_H 1
  32779. | #define __EXTENSIONS__ 1
  32780. | #define _ALL_SOURCE 1
  32781. | #define _GNU_SOURCE 1
  32782. | #define _POSIX_PTHREAD_SEMANTICS 1
  32783. | #define _TANDEM_SOURCE 1
  32784. | #define HAVE_INFINITY 1
  32785. | #define HAVE_NAN 1
  32786. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  32787. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  32788. | #define BROKEN_CRYPT 1
  32789. | #define HAVE_CRT_EXTERNS_H 1
  32790. | #define HAVE_LIBDL 1
  32791. | #define HAVE_DIRENT_H 1
  32792. | #define HAVE__BOOL 1
  32793. | #define HAVE_STDBOOL_H 1
  32794. | #define HAVE_SYS_WAIT_H 1
  32795. | #define HAVE_GRP_H 1
  32796. | #define HAVE_FCNTL_H 1
  32797. | #define HAVE_FLOAT_H 1
  32798. | #define HAVE_LANGINFO_H 1
  32799. | #define HAVE_LIMITS_H 1
  32800. | #define HAVE_LOCALE_H 1
  32801. | #define HAVE_MALLOC_MALLOC_H 1
  32802. | #define HAVE_PWD_H 1
  32803. | #define HAVE_SYS_ATTR_H 1
  32804. | #define HAVE_SYS_FCNTL_H 1
  32805. | #define HAVE_SYS_FILE_H 1
  32806. | #define HAVE_SYS_IOCTL_H 1
  32807. | #define HAVE_SYS_PARAM_H 1
  32808. | #define HAVE_SYS_RESOURCE_H 1
  32809. | #define HAVE_SYS_SELECT_H 1
  32810. | #define HAVE_SYS_SOCKET_H 1
  32811. | #define HAVE_SYS_TIME_H 1
  32812. | #define HAVE_SYS_TIMES_H 1
  32813. | #define HAVE_SYS_UIO_H 1
  32814. | #define HAVE_TIME_H 1
  32815. | #define HAVE_UCONTEXT_H 1
  32816. | #define HAVE_UTIME_H 1
  32817. | #define HAVE_GMP_H 1
  32818. | #define HAVE_LIBGMP 1
  32819. | #define HAVE_TYPEOF 1
  32820. | #define HAVE_LONG_LONG 1
  32821. | #define HAVE_OFF_T 1
  32822. | #define SIZEOF_INT 4
  32823. | #define SIZEOF_SHORT 2
  32824. | #define SIZEOF_LONG 8
  32825. | #define SIZEOF_LONG_LONG 8
  32826. | #define SIZEOF___INT64 0
  32827. | #define SIZEOF___INT128 16
  32828. | #define SIZEOF_OFF_T 8
  32829. | #define SIZEOF_VOIDP 8
  32830. | #define SIZEOF_FLOAT 4
  32831. | #define SIZEOF_DOUBLE 8
  32832. | #define SIZEOF_TIME_T 8
  32833. | #define SIZEOF_CLOCK_T 8
  32834. | #define PACKED_STRUCT(x) x __attribute__((packed))
  32835. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  32836. | #define PRI_LL_PREFIX "ll"
  32837. | #define rb_pid_t pid_t
  32838. | #define SIGNEDNESS_OF_PID_T -1
  32839. | #define PIDT2NUM(v) INT2NUM(v)
  32840. | #define NUM2PIDT(v) NUM2INT(v)
  32841. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  32842. | #define rb_uid_t uid_t
  32843. | #define SIGNEDNESS_OF_UID_T +1
  32844. | #define UIDT2NUM(v) UINT2NUM(v)
  32845. | #define NUM2UIDT(v) NUM2UINT(v)
  32846. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  32847. | #define rb_gid_t gid_t
  32848. | #define SIGNEDNESS_OF_GID_T +1
  32849. | #define GIDT2NUM(v) UINT2NUM(v)
  32850. | #define NUM2GIDT(v) NUM2UINT(v)
  32851. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  32852. | #define rb_time_t time_t
  32853. | #define SIGNEDNESS_OF_TIME_T -1
  32854. | #define TIMET2NUM(v) LONG2NUM(v)
  32855. | #define NUM2TIMET(v) NUM2LONG(v)
  32856. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  32857. | #define rb_dev_t dev_t
  32858. | #define SIGNEDNESS_OF_DEV_T -1
  32859. | #define DEVT2NUM(v) INT2NUM(v)
  32860. | #define NUM2DEVT(v) NUM2INT(v)
  32861. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  32862. | #define rb_mode_t mode_t
  32863. | #define SIGNEDNESS_OF_MODE_T +1
  32864. | #define MODET2NUM(v) UINT2NUM(v)
  32865. | #define NUM2MODET(v) NUM2UINT(v)
  32866. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  32867. | #define rb_rlim_t rlim_t
  32868. | #define SIGNEDNESS_OF_RLIM_T +1
  32869. | #define RLIM2NUM(v) ULL2NUM(v)
  32870. | #define NUM2RLIM(v) NUM2ULL(v)
  32871. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  32872. | #define rb_off_t off_t
  32873. | #define SIGNEDNESS_OF_OFF_T -1
  32874. | #define OFFT2NUM(v) LL2NUM(v)
  32875. | #define NUM2OFFT(v) NUM2LL(v)
  32876. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  32877. | #define rb_clockid_t int
  32878. | #define SIGNEDNESS_OF_CLOCKID_T -1
  32879. | #define CLOCKID2NUM(v) INT2NUM(v)
  32880. | #define NUM2CLOCKID(v) NUM2INT(v)
  32881. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  32882. | #define HAVE_PROTOTYPES 1
  32883. | #define TOKEN_PASTE(x,y) x##y
  32884. | #define STRINGIZE(expr) STRINGIZE0(expr)
  32885. | #define HAVE_STDARG_PROTOTYPES 1
  32886. | #define HAVE_VA_ARGS_MACRO 1
  32887. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  32888. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  32889. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  32890. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  32891. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  32892. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  32893. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  32894. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  32895. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  32896. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  32897. | #define WEAK(x) __attribute__ ((__weak__)) x
  32898. | #define HAVE_FUNC_WEAK 1
  32899. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  32900. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  32901. | #define HAVE_GCC_SYNC_BUILTINS 1
  32902. | #define UNREACHABLE __builtin_unreachable()
  32903. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  32904. | #define RUBY_FUNCTION_NAME_STRING __func__
  32905. | #define ENUM_OVER_INT 1
  32906. | #define HAVE_DECL_SYS_NERR 1
  32907. | #define HAVE_DECL_GETENV 1
  32908. | #define SIZEOF_SIZE_T 8
  32909. | #define SIZEOF_PTRDIFF_T 8
  32910. | #define PRI_SIZE_PREFIX "z"
  32911. | #define PRI_PTRDIFF_PREFIX "t"
  32912. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  32913. | #define HAVE_ST_BLKSIZE 1
  32914. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  32915. | #define HAVE_ST_BLOCKS 1
  32916. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  32917. | #define HAVE_ST_RDEV 1
  32918. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  32919. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  32920. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  32921. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  32922. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  32923. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  32924. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  32925. | #define HAVE_STRUCT_TIMEVAL 1
  32926. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  32927. | #define HAVE_STRUCT_TIMESPEC 1
  32928. | #define HAVE_STRUCT_TIMEZONE 1
  32929. | #define HAVE_INT8_T 1
  32930. | #define SIZEOF_INT8_T 1
  32931. | #define HAVE_UINT8_T 1
  32932. | #define SIZEOF_UINT8_T 1
  32933. | #define HAVE_INT16_T 1
  32934. | #define SIZEOF_INT16_T 2
  32935. | #define HAVE_UINT16_T 1
  32936. | #define SIZEOF_UINT16_T 2
  32937. | #define HAVE_INT32_T 1
  32938. | #define SIZEOF_INT32_T 4
  32939. | #define HAVE_UINT32_T 1
  32940. | #define SIZEOF_UINT32_T 4
  32941. | #define HAVE_INT64_T 1
  32942. | #define SIZEOF_INT64_T 8
  32943. | #define HAVE_UINT64_T 1
  32944. | #define SIZEOF_UINT64_T 8
  32945. | #define HAVE_INT128_T 1
  32946. | #define int128_t __int128
  32947. | #define SIZEOF_INT128_T SIZEOF___INT128
  32948. | #define HAVE_UINT128_T 1
  32949. | #define uint128_t unsigned __int128
  32950. | #define SIZEOF_UINT128_T SIZEOF___INT128
  32951. | #define HAVE_INTPTR_T 1
  32952. | #define SIZEOF_INTPTR_T 8
  32953. | #define HAVE_UINTPTR_T 1
  32954. | #define SIZEOF_UINTPTR_T 8
  32955. | #define HAVE_SSIZE_T 1
  32956. | #define SIZEOF_SSIZE_T 8
  32957. | #define GETGROUPS_T gid_t
  32958. | #define RETSIGTYPE void
  32959. | #define HAVE_ALLOCA_H 1
  32960. | #define HAVE_ALLOCA 1
  32961. | #define HAVE_ACOSH 1
  32962. | #define HAVE_CBRT 1
  32963. | #define HAVE_CRYPT 1
  32964. | #define HAVE_DUP2 1
  32965. | #define HAVE_ERF 1
  32966. | #define HAVE_FFS 1
  32967. | #define HAVE_FINITE 1
  32968. | #define HAVE_FLOCK 1
  32969. | #define HAVE_HYPOT 1
  32970. | #define HAVE_ISINF 1
  32971. | #define HAVE_ISNAN 1
  32972. | #define HAVE_LGAMMA_R 1
  32973. | #define HAVE_MEMMOVE 1
  32974. | #define HAVE_NEXTAFTER 1
  32975. | #define HAVE_STRCHR 1
  32976. | #define HAVE_STRERROR 1
  32977. | #define HAVE_STRLCAT 1
  32978. | #define HAVE_STRLCPY 1
  32979. | #define HAVE_STRSTR 1
  32980. | #define HAVE_TGAMMA 1
  32981. | #define SPT_TYPE SPT_REUSEARGV
  32982. | #define HAVE_SIGNBIT 1
  32983. | #define HAVE_FORK 1
  32984. | #define vfork fork
  32985. | #define HAVE_WORKING_FORK 1
  32986. | #define HAVE__LONGJMP 1
  32987. | #define HAVE_ARC4RANDOM_BUF 1
  32988. | #define HAVE_ATAN2L 1
  32989. | #define HAVE_ATAN2F 1
  32990. | #define HAVE_CHROOT 1
  32991. | #define HAVE_CLOCK_GETTIME 1
  32992. | #define HAVE_COSH 1
  32993. | #define HAVE_DIRFD 1
  32994. | #define HAVE_DLOPEN 1
  32995. | #define HAVE_DLADDR 1
  32996. | #define HAVE_DUP 1
  32997. | #define HAVE_ENDGRENT 1
  32998. | #define HAVE_FCHMOD 1
  32999. | #define HAVE_FCHOWN 1
  33000. | #define HAVE_FCNTL 1
  33001. | #define HAVE_FDOPENDIR 1
  33002. | #define HAVE_FGETATTRLIST 1
  33003. | #define HAVE_FMOD 1
  33004. | #define HAVE_FSTATAT 1
  33005. | #define HAVE_FSYNC 1
  33006. | #define HAVE_FTRUNCATE 1
  33007. | #define HAVE_GETATTRLIST 1
  33008. | #define HAVE_GETCWD 1
  33009. | #define HAVE_GETGRNAM 1
  33010. | #define HAVE_GETGRNAM_R 1
  33011. | #define HAVE_GETGROUPS 1
  33012. | #define HAVE_GETPGID 1
  33013. | #define HAVE_GETPGRP 1
  33014. | #define HAVE_GETPRIORITY 1
  33015. | #define HAVE_GETPWNAM_R 1
  33016. | #define HAVE_GETRLIMIT 1
  33017. | #define HAVE_GETSID 1
  33018. | #define HAVE_GETTIMEOFDAY 1
  33019. | #define HAVE_GMTIME_R 1
  33020. | #define HAVE_INITGROUPS 1
  33021. | #define HAVE_IOCTL 1
  33022. | #define HAVE_ISSETUGID 1
  33023. | #define HAVE_KILLPG 1
  33024. | #define HAVE_LCHMOD 1
  33025. | #define HAVE_LCHOWN 1
  33026. | #define HAVE_LINK 1
  33027. | #define HAVE_LLABS 1
  33028. | #define HAVE_LOCKF 1
  33029. | #define HAVE_LOG2 1
  33030. | #define HAVE_LSTAT 1
  33031. | #define HAVE_LUTIMES 1
  33032. | #define HAVE_MALLOC_SIZE 1
  33033. | #define HAVE_MBLEN 1
  33034. | #define HAVE_MEMSET_S 1
  33035. | #define HAVE_WRITEV 1
  33036. | #define HAVE_MKFIFO 1
  33037. | #define HAVE_MKNOD 1
  33038. | #define HAVE_MKTIME 1
  33039. | #define HAVE_OPENAT 1
  33040. | #define HAVE_POLL 1
  33041. | #define HAVE_POSIX_MEMALIGN 1
  33042. | #define HAVE_PREAD 1
  33043. | #define HAVE_PWRITE 1
  33044. | #define HAVE_QSORT_R 1
  33045. | #define HAVE_READLINK 1
  33046. | #define HAVE_ROUND 1
  33047. | #define HAVE_SEEKDIR 1
  33048. | #define HAVE_SENDFILE 1
  33049. | #define HAVE_SETEGID 1
  33050. | #define HAVE_SETENV 1
  33051. | #define HAVE_SETEUID 1
  33052. | #define HAVE_SETGID 1
  33053. | #define HAVE_SETGROUPS 1
  33054. | #define HAVE_SETPGID 1
  33055. | #define HAVE_SETPGRP 1
  33056. | #define HAVE_SETREGID 1
  33057. | #define HAVE_SETREUID 1
  33058. | #define HAVE_SETRGID 1
  33059. | #define HAVE_SETRLIMIT 1
  33060. | #define HAVE_SETRUID 1
  33061. | #define HAVE_SETSID 1
  33062. | #define HAVE_SETUID 1
  33063. | #define HAVE_SHUTDOWN 1
  33064. | #define HAVE_SIGACTION 1
  33065. | #define HAVE_SIGALTSTACK 1
  33066. | #define HAVE_SIGPROCMASK 1
  33067. | #define HAVE_SINH 1
  33068. | #define HAVE_SYMLINK 1
  33069. | #define HAVE_SYSCONF 1
  33070. | #define HAVE_TANH 1
  33071. | #define HAVE_TELLDIR 1
  33072. | #define HAVE_TIMEGM 1
  33073. | #define HAVE_TIMES 1
  33074. | #define HAVE_TRUNCATE 1
  33075. | #define HAVE_UNSETENV 1
  33076. | #define HAVE_UTIMENSAT 1
  33077. | #define HAVE_UTIMES 1
  33078. | #define HAVE_WAIT4 1
  33079. | #define HAVE_WAITPID 1
  33080. | #if !defined __STDC_WANT_LIB_EXT1__
  33081. | #define __STDC_WANT_LIB_EXT1__ 1
  33082. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33083. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33084. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33085. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33086. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33087. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33088. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33089. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33090. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33091. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33092. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33093. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33094. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33095. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33096. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33097. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33098. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33099. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33100. | #define HAVE_BSD_QSORT_R 1
  33101. | #define ATAN2_INF_C99 1
  33102. | #define HAVE_CLOCK_GETRES 1
  33103. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33104. | #define HAVE_TM_ZONE 1
  33105. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33106. | #define HAVE_DAYLIGHT 1
  33107. | #define NEGATIVE_TIME_T 1
  33108. | #define POSIX_SIGNAL 1
  33109. | #define HAVE_SIG_T 1
  33110. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33111. | #define HAVE__SC_CLK_TCK 1
  33112. | #define STACK_GROW_DIRECTION -1
  33113. | #define _REENTRANT 1
  33114. | #define _THREAD_SAFE 1
  33115. | #define HAVE_LIBPTHREAD 1
  33116. | #define HAVE_SCHED_YIELD 1
  33117. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33118. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33119. | #define HAVE_PTHREAD_ATTR_INIT 1
  33120. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33121. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33122. | #define HAVE_PTHREAD_COND_INIT 1
  33123. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33124. | #define HAVE_PTHREAD_SIGMASK 1
  33125. | #define HAVE_PTHREAD_SETNAME_NP 1
  33126. | /* end confdefs.h. */
  33127. |
  33128. | #include <pthread.h>
  33129. | #ifdef HAVE_PTHREAD_NP_H
  33130. | #include <pthread_np.h>
  33131. | #endif
  33132. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name)
  33133. |
  33134. | int
  33135. | main ()
  33136. | {
  33137. | if (SET_THREAD_NAME("conftest")) return 1;
  33138. | ;
  33139. | return 0;
  33140. | }
  33141. configure:24508: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33142. conftest.c:377:21: error: too many arguments to function call, expected 1, have 3
  33143. if (SET_THREAD_NAME("conftest")) return 1;
  33144. ~~~~~~~~~~~~~~~~^~~~~~~~~~~
  33145. conftest.c:372:72: note: expanded from macro 'SET_THREAD_NAME'
  33146. #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  33147. ~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
  33148. /usr/include/pthread.h:499:1: note: 'pthread_setname_np' declared here
  33149. __API_AVAILABLE(macos(10.6), ios(3.2))
  33150. ^
  33151. /usr/include/Availability.h:411:126: note: expanded from macro '__API_AVAILABLE'
  33152. #define __API_AVAILABLE(...) __API_AVAILABLE_GET_MACRO(__VA_ARGS__,__API_AVAILABLE5, __API_AVAILABLE4, __API_AVAILABLE3, __API_AVAILABLE2, __API_AVAILABLE1)(__VA_ARGS__)
  33153. ^
  33154. 1 error generated.
  33155. configure:24508: $? = 1
  33156. configure: failed program was:
  33157. | /* confdefs.h */
  33158. | #define PACKAGE_NAME ""
  33159. | #define PACKAGE_TARNAME ""
  33160. | #define PACKAGE_VERSION ""
  33161. | #define PACKAGE_STRING ""
  33162. | #define PACKAGE_BUGREPORT ""
  33163. | #define PACKAGE_URL ""
  33164. | #define CANONICALIZATION_FOR_MATHN 1
  33165. | #define STDC_HEADERS 1
  33166. | #define HAVE_SYS_TYPES_H 1
  33167. | #define HAVE_SYS_STAT_H 1
  33168. | #define HAVE_STDLIB_H 1
  33169. | #define HAVE_STRING_H 1
  33170. | #define HAVE_MEMORY_H 1
  33171. | #define HAVE_STRINGS_H 1
  33172. | #define HAVE_INTTYPES_H 1
  33173. | #define HAVE_STDINT_H 1
  33174. | #define HAVE_UNISTD_H 1
  33175. | #define __EXTENSIONS__ 1
  33176. | #define _ALL_SOURCE 1
  33177. | #define _GNU_SOURCE 1
  33178. | #define _POSIX_PTHREAD_SEMANTICS 1
  33179. | #define _TANDEM_SOURCE 1
  33180. | #define HAVE_INFINITY 1
  33181. | #define HAVE_NAN 1
  33182. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33183. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33184. | #define BROKEN_CRYPT 1
  33185. | #define HAVE_CRT_EXTERNS_H 1
  33186. | #define HAVE_LIBDL 1
  33187. | #define HAVE_DIRENT_H 1
  33188. | #define HAVE__BOOL 1
  33189. | #define HAVE_STDBOOL_H 1
  33190. | #define HAVE_SYS_WAIT_H 1
  33191. | #define HAVE_GRP_H 1
  33192. | #define HAVE_FCNTL_H 1
  33193. | #define HAVE_FLOAT_H 1
  33194. | #define HAVE_LANGINFO_H 1
  33195. | #define HAVE_LIMITS_H 1
  33196. | #define HAVE_LOCALE_H 1
  33197. | #define HAVE_MALLOC_MALLOC_H 1
  33198. | #define HAVE_PWD_H 1
  33199. | #define HAVE_SYS_ATTR_H 1
  33200. | #define HAVE_SYS_FCNTL_H 1
  33201. | #define HAVE_SYS_FILE_H 1
  33202. | #define HAVE_SYS_IOCTL_H 1
  33203. | #define HAVE_SYS_PARAM_H 1
  33204. | #define HAVE_SYS_RESOURCE_H 1
  33205. | #define HAVE_SYS_SELECT_H 1
  33206. | #define HAVE_SYS_SOCKET_H 1
  33207. | #define HAVE_SYS_TIME_H 1
  33208. | #define HAVE_SYS_TIMES_H 1
  33209. | #define HAVE_SYS_UIO_H 1
  33210. | #define HAVE_TIME_H 1
  33211. | #define HAVE_UCONTEXT_H 1
  33212. | #define HAVE_UTIME_H 1
  33213. | #define HAVE_GMP_H 1
  33214. | #define HAVE_LIBGMP 1
  33215. | #define HAVE_TYPEOF 1
  33216. | #define HAVE_LONG_LONG 1
  33217. | #define HAVE_OFF_T 1
  33218. | #define SIZEOF_INT 4
  33219. | #define SIZEOF_SHORT 2
  33220. | #define SIZEOF_LONG 8
  33221. | #define SIZEOF_LONG_LONG 8
  33222. | #define SIZEOF___INT64 0
  33223. | #define SIZEOF___INT128 16
  33224. | #define SIZEOF_OFF_T 8
  33225. | #define SIZEOF_VOIDP 8
  33226. | #define SIZEOF_FLOAT 4
  33227. | #define SIZEOF_DOUBLE 8
  33228. | #define SIZEOF_TIME_T 8
  33229. | #define SIZEOF_CLOCK_T 8
  33230. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33231. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33232. | #define PRI_LL_PREFIX "ll"
  33233. | #define rb_pid_t pid_t
  33234. | #define SIGNEDNESS_OF_PID_T -1
  33235. | #define PIDT2NUM(v) INT2NUM(v)
  33236. | #define NUM2PIDT(v) NUM2INT(v)
  33237. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33238. | #define rb_uid_t uid_t
  33239. | #define SIGNEDNESS_OF_UID_T +1
  33240. | #define UIDT2NUM(v) UINT2NUM(v)
  33241. | #define NUM2UIDT(v) NUM2UINT(v)
  33242. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33243. | #define rb_gid_t gid_t
  33244. | #define SIGNEDNESS_OF_GID_T +1
  33245. | #define GIDT2NUM(v) UINT2NUM(v)
  33246. | #define NUM2GIDT(v) NUM2UINT(v)
  33247. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33248. | #define rb_time_t time_t
  33249. | #define SIGNEDNESS_OF_TIME_T -1
  33250. | #define TIMET2NUM(v) LONG2NUM(v)
  33251. | #define NUM2TIMET(v) NUM2LONG(v)
  33252. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33253. | #define rb_dev_t dev_t
  33254. | #define SIGNEDNESS_OF_DEV_T -1
  33255. | #define DEVT2NUM(v) INT2NUM(v)
  33256. | #define NUM2DEVT(v) NUM2INT(v)
  33257. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33258. | #define rb_mode_t mode_t
  33259. | #define SIGNEDNESS_OF_MODE_T +1
  33260. | #define MODET2NUM(v) UINT2NUM(v)
  33261. | #define NUM2MODET(v) NUM2UINT(v)
  33262. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33263. | #define rb_rlim_t rlim_t
  33264. | #define SIGNEDNESS_OF_RLIM_T +1
  33265. | #define RLIM2NUM(v) ULL2NUM(v)
  33266. | #define NUM2RLIM(v) NUM2ULL(v)
  33267. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33268. | #define rb_off_t off_t
  33269. | #define SIGNEDNESS_OF_OFF_T -1
  33270. | #define OFFT2NUM(v) LL2NUM(v)
  33271. | #define NUM2OFFT(v) NUM2LL(v)
  33272. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33273. | #define rb_clockid_t int
  33274. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33275. | #define CLOCKID2NUM(v) INT2NUM(v)
  33276. | #define NUM2CLOCKID(v) NUM2INT(v)
  33277. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33278. | #define HAVE_PROTOTYPES 1
  33279. | #define TOKEN_PASTE(x,y) x##y
  33280. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33281. | #define HAVE_STDARG_PROTOTYPES 1
  33282. | #define HAVE_VA_ARGS_MACRO 1
  33283. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33284. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33285. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33286. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33287. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33288. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33289. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33290. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33291. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33292. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33293. | #define WEAK(x) __attribute__ ((__weak__)) x
  33294. | #define HAVE_FUNC_WEAK 1
  33295. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33296. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33297. | #define HAVE_GCC_SYNC_BUILTINS 1
  33298. | #define UNREACHABLE __builtin_unreachable()
  33299. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33300. | #define RUBY_FUNCTION_NAME_STRING __func__
  33301. | #define ENUM_OVER_INT 1
  33302. | #define HAVE_DECL_SYS_NERR 1
  33303. | #define HAVE_DECL_GETENV 1
  33304. | #define SIZEOF_SIZE_T 8
  33305. | #define SIZEOF_PTRDIFF_T 8
  33306. | #define PRI_SIZE_PREFIX "z"
  33307. | #define PRI_PTRDIFF_PREFIX "t"
  33308. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33309. | #define HAVE_ST_BLKSIZE 1
  33310. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33311. | #define HAVE_ST_BLOCKS 1
  33312. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33313. | #define HAVE_ST_RDEV 1
  33314. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33315. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33316. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33317. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33318. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33319. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33320. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33321. | #define HAVE_STRUCT_TIMEVAL 1
  33322. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33323. | #define HAVE_STRUCT_TIMESPEC 1
  33324. | #define HAVE_STRUCT_TIMEZONE 1
  33325. | #define HAVE_INT8_T 1
  33326. | #define SIZEOF_INT8_T 1
  33327. | #define HAVE_UINT8_T 1
  33328. | #define SIZEOF_UINT8_T 1
  33329. | #define HAVE_INT16_T 1
  33330. | #define SIZEOF_INT16_T 2
  33331. | #define HAVE_UINT16_T 1
  33332. | #define SIZEOF_UINT16_T 2
  33333. | #define HAVE_INT32_T 1
  33334. | #define SIZEOF_INT32_T 4
  33335. | #define HAVE_UINT32_T 1
  33336. | #define SIZEOF_UINT32_T 4
  33337. | #define HAVE_INT64_T 1
  33338. | #define SIZEOF_INT64_T 8
  33339. | #define HAVE_UINT64_T 1
  33340. | #define SIZEOF_UINT64_T 8
  33341. | #define HAVE_INT128_T 1
  33342. | #define int128_t __int128
  33343. | #define SIZEOF_INT128_T SIZEOF___INT128
  33344. | #define HAVE_UINT128_T 1
  33345. | #define uint128_t unsigned __int128
  33346. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33347. | #define HAVE_INTPTR_T 1
  33348. | #define SIZEOF_INTPTR_T 8
  33349. | #define HAVE_UINTPTR_T 1
  33350. | #define SIZEOF_UINTPTR_T 8
  33351. | #define HAVE_SSIZE_T 1
  33352. | #define SIZEOF_SSIZE_T 8
  33353. | #define GETGROUPS_T gid_t
  33354. | #define RETSIGTYPE void
  33355. | #define HAVE_ALLOCA_H 1
  33356. | #define HAVE_ALLOCA 1
  33357. | #define HAVE_ACOSH 1
  33358. | #define HAVE_CBRT 1
  33359. | #define HAVE_CRYPT 1
  33360. | #define HAVE_DUP2 1
  33361. | #define HAVE_ERF 1
  33362. | #define HAVE_FFS 1
  33363. | #define HAVE_FINITE 1
  33364. | #define HAVE_FLOCK 1
  33365. | #define HAVE_HYPOT 1
  33366. | #define HAVE_ISINF 1
  33367. | #define HAVE_ISNAN 1
  33368. | #define HAVE_LGAMMA_R 1
  33369. | #define HAVE_MEMMOVE 1
  33370. | #define HAVE_NEXTAFTER 1
  33371. | #define HAVE_STRCHR 1
  33372. | #define HAVE_STRERROR 1
  33373. | #define HAVE_STRLCAT 1
  33374. | #define HAVE_STRLCPY 1
  33375. | #define HAVE_STRSTR 1
  33376. | #define HAVE_TGAMMA 1
  33377. | #define SPT_TYPE SPT_REUSEARGV
  33378. | #define HAVE_SIGNBIT 1
  33379. | #define HAVE_FORK 1
  33380. | #define vfork fork
  33381. | #define HAVE_WORKING_FORK 1
  33382. | #define HAVE__LONGJMP 1
  33383. | #define HAVE_ARC4RANDOM_BUF 1
  33384. | #define HAVE_ATAN2L 1
  33385. | #define HAVE_ATAN2F 1
  33386. | #define HAVE_CHROOT 1
  33387. | #define HAVE_CLOCK_GETTIME 1
  33388. | #define HAVE_COSH 1
  33389. | #define HAVE_DIRFD 1
  33390. | #define HAVE_DLOPEN 1
  33391. | #define HAVE_DLADDR 1
  33392. | #define HAVE_DUP 1
  33393. | #define HAVE_ENDGRENT 1
  33394. | #define HAVE_FCHMOD 1
  33395. | #define HAVE_FCHOWN 1
  33396. | #define HAVE_FCNTL 1
  33397. | #define HAVE_FDOPENDIR 1
  33398. | #define HAVE_FGETATTRLIST 1
  33399. | #define HAVE_FMOD 1
  33400. | #define HAVE_FSTATAT 1
  33401. | #define HAVE_FSYNC 1
  33402. | #define HAVE_FTRUNCATE 1
  33403. | #define HAVE_GETATTRLIST 1
  33404. | #define HAVE_GETCWD 1
  33405. | #define HAVE_GETGRNAM 1
  33406. | #define HAVE_GETGRNAM_R 1
  33407. | #define HAVE_GETGROUPS 1
  33408. | #define HAVE_GETPGID 1
  33409. | #define HAVE_GETPGRP 1
  33410. | #define HAVE_GETPRIORITY 1
  33411. | #define HAVE_GETPWNAM_R 1
  33412. | #define HAVE_GETRLIMIT 1
  33413. | #define HAVE_GETSID 1
  33414. | #define HAVE_GETTIMEOFDAY 1
  33415. | #define HAVE_GMTIME_R 1
  33416. | #define HAVE_INITGROUPS 1
  33417. | #define HAVE_IOCTL 1
  33418. | #define HAVE_ISSETUGID 1
  33419. | #define HAVE_KILLPG 1
  33420. | #define HAVE_LCHMOD 1
  33421. | #define HAVE_LCHOWN 1
  33422. | #define HAVE_LINK 1
  33423. | #define HAVE_LLABS 1
  33424. | #define HAVE_LOCKF 1
  33425. | #define HAVE_LOG2 1
  33426. | #define HAVE_LSTAT 1
  33427. | #define HAVE_LUTIMES 1
  33428. | #define HAVE_MALLOC_SIZE 1
  33429. | #define HAVE_MBLEN 1
  33430. | #define HAVE_MEMSET_S 1
  33431. | #define HAVE_WRITEV 1
  33432. | #define HAVE_MKFIFO 1
  33433. | #define HAVE_MKNOD 1
  33434. | #define HAVE_MKTIME 1
  33435. | #define HAVE_OPENAT 1
  33436. | #define HAVE_POLL 1
  33437. | #define HAVE_POSIX_MEMALIGN 1
  33438. | #define HAVE_PREAD 1
  33439. | #define HAVE_PWRITE 1
  33440. | #define HAVE_QSORT_R 1
  33441. | #define HAVE_READLINK 1
  33442. | #define HAVE_ROUND 1
  33443. | #define HAVE_SEEKDIR 1
  33444. | #define HAVE_SENDFILE 1
  33445. | #define HAVE_SETEGID 1
  33446. | #define HAVE_SETENV 1
  33447. | #define HAVE_SETEUID 1
  33448. | #define HAVE_SETGID 1
  33449. | #define HAVE_SETGROUPS 1
  33450. | #define HAVE_SETPGID 1
  33451. | #define HAVE_SETPGRP 1
  33452. | #define HAVE_SETREGID 1
  33453. | #define HAVE_SETREUID 1
  33454. | #define HAVE_SETRGID 1
  33455. | #define HAVE_SETRLIMIT 1
  33456. | #define HAVE_SETRUID 1
  33457. | #define HAVE_SETSID 1
  33458. | #define HAVE_SETUID 1
  33459. | #define HAVE_SHUTDOWN 1
  33460. | #define HAVE_SIGACTION 1
  33461. | #define HAVE_SIGALTSTACK 1
  33462. | #define HAVE_SIGPROCMASK 1
  33463. | #define HAVE_SINH 1
  33464. | #define HAVE_SYMLINK 1
  33465. | #define HAVE_SYSCONF 1
  33466. | #define HAVE_TANH 1
  33467. | #define HAVE_TELLDIR 1
  33468. | #define HAVE_TIMEGM 1
  33469. | #define HAVE_TIMES 1
  33470. | #define HAVE_TRUNCATE 1
  33471. | #define HAVE_UNSETENV 1
  33472. | #define HAVE_UTIMENSAT 1
  33473. | #define HAVE_UTIMES 1
  33474. | #define HAVE_WAIT4 1
  33475. | #define HAVE_WAITPID 1
  33476. | #if !defined __STDC_WANT_LIB_EXT1__
  33477. | #define __STDC_WANT_LIB_EXT1__ 1
  33478. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33479. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33480. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33481. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33482. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33483. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33484. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33485. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33486. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33487. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33488. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33489. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33490. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33491. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33492. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33493. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33494. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33495. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33496. | #define HAVE_BSD_QSORT_R 1
  33497. | #define ATAN2_INF_C99 1
  33498. | #define HAVE_CLOCK_GETRES 1
  33499. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33500. | #define HAVE_TM_ZONE 1
  33501. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33502. | #define HAVE_DAYLIGHT 1
  33503. | #define NEGATIVE_TIME_T 1
  33504. | #define POSIX_SIGNAL 1
  33505. | #define HAVE_SIG_T 1
  33506. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33507. | #define HAVE__SC_CLK_TCK 1
  33508. | #define STACK_GROW_DIRECTION -1
  33509. | #define _REENTRANT 1
  33510. | #define _THREAD_SAFE 1
  33511. | #define HAVE_LIBPTHREAD 1
  33512. | #define HAVE_SCHED_YIELD 1
  33513. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33514. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33515. | #define HAVE_PTHREAD_ATTR_INIT 1
  33516. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33517. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33518. | #define HAVE_PTHREAD_COND_INIT 1
  33519. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33520. | #define HAVE_PTHREAD_SIGMASK 1
  33521. | #define HAVE_PTHREAD_SETNAME_NP 1
  33522. | /* end confdefs.h. */
  33523. |
  33524. | #include <pthread.h>
  33525. | #ifdef HAVE_PTHREAD_NP_H
  33526. | #include <pthread_np.h>
  33527. | #endif
  33528. | #define SET_THREAD_NAME(name) pthread_setname_np(pthread_self(), name, "%s")
  33529. |
  33530. | int
  33531. | main ()
  33532. | {
  33533. | if (SET_THREAD_NAME("conftest")) return 1;
  33534. | ;
  33535. | return 0;
  33536. | }
  33537. configure:24508: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33538. configure:24508: $? = 0
  33539. configure:24517: result: (name)
  33540. configure:24592: checking if mcontext_t is a pointer
  33541. configure:24614: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33542. configure:24614: $? = 0
  33543. configure:24621: result: yes
  33544. configure:24643: checking for getcontext
  33545. configure:24643: result: no
  33546. configure:24643: checking for setcontext
  33547. configure:24643: result: no
  33548. configure:24659: checking if fork works with pthread
  33549. configure:24727: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  33550. configure:24727: $? = 0
  33551. configure:24727: ./conftest
  33552. configure:24727: $? = 0
  33553. configure:24737: result: yes
  33554. configure:24770: checking whether ELF binaries are produced
  33555. configure:24786: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  33556. configure:24786: $? = 0
  33557. configure:24800: result: no
  33558. configure:24863: checking whether OS depend dynamic link works
  33559. configure:25061: result: yes
  33560. configure:25077: checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS
  33561. configure:25103: gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  33562. configure:25103: $? = 0
  33563. configure:25105: result: yes
  33564. configure:25077: checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS
  33565. configure:25103: gcc -o conftest -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/opt/libyaml/lib -Wl,-rpath,/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -Wl,-rpath,/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -Wl,-rpath,/usr/local/opt/libksba/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
  33566. configure:25103: $? = 0
  33567. configure:25105: result: yes
  33568. configure:25295: checking execinfo.h usability
  33569. configure:25295: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33570. configure:25295: $? = 0
  33571. configure:25295: result: yes
  33572. configure:25295: checking execinfo.h presence
  33573. configure:25295: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  33574. configure:25295: $? = 0
  33575. configure:25295: result: yes
  33576. configure:25295: checking for execinfo.h
  33577. configure:25295: result: yes
  33578. configure:25307: checking for backtrace in -lexecinfo
  33579. configure:25332: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lexecinfo -lpthread -lgmp -ldl -lobjc >&5
  33580. ld: library not found for -lexecinfo
  33581. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  33582. configure:25332: $? = 1
  33583. configure: failed program was:
  33584. | /* confdefs.h */
  33585. | #define PACKAGE_NAME ""
  33586. | #define PACKAGE_TARNAME ""
  33587. | #define PACKAGE_VERSION ""
  33588. | #define PACKAGE_STRING ""
  33589. | #define PACKAGE_BUGREPORT ""
  33590. | #define PACKAGE_URL ""
  33591. | #define CANONICALIZATION_FOR_MATHN 1
  33592. | #define STDC_HEADERS 1
  33593. | #define HAVE_SYS_TYPES_H 1
  33594. | #define HAVE_SYS_STAT_H 1
  33595. | #define HAVE_STDLIB_H 1
  33596. | #define HAVE_STRING_H 1
  33597. | #define HAVE_MEMORY_H 1
  33598. | #define HAVE_STRINGS_H 1
  33599. | #define HAVE_INTTYPES_H 1
  33600. | #define HAVE_STDINT_H 1
  33601. | #define HAVE_UNISTD_H 1
  33602. | #define __EXTENSIONS__ 1
  33603. | #define _ALL_SOURCE 1
  33604. | #define _GNU_SOURCE 1
  33605. | #define _POSIX_PTHREAD_SEMANTICS 1
  33606. | #define _TANDEM_SOURCE 1
  33607. | #define HAVE_INFINITY 1
  33608. | #define HAVE_NAN 1
  33609. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  33610. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  33611. | #define BROKEN_CRYPT 1
  33612. | #define HAVE_CRT_EXTERNS_H 1
  33613. | #define HAVE_LIBDL 1
  33614. | #define HAVE_DIRENT_H 1
  33615. | #define HAVE__BOOL 1
  33616. | #define HAVE_STDBOOL_H 1
  33617. | #define HAVE_SYS_WAIT_H 1
  33618. | #define HAVE_GRP_H 1
  33619. | #define HAVE_FCNTL_H 1
  33620. | #define HAVE_FLOAT_H 1
  33621. | #define HAVE_LANGINFO_H 1
  33622. | #define HAVE_LIMITS_H 1
  33623. | #define HAVE_LOCALE_H 1
  33624. | #define HAVE_MALLOC_MALLOC_H 1
  33625. | #define HAVE_PWD_H 1
  33626. | #define HAVE_SYS_ATTR_H 1
  33627. | #define HAVE_SYS_FCNTL_H 1
  33628. | #define HAVE_SYS_FILE_H 1
  33629. | #define HAVE_SYS_IOCTL_H 1
  33630. | #define HAVE_SYS_PARAM_H 1
  33631. | #define HAVE_SYS_RESOURCE_H 1
  33632. | #define HAVE_SYS_SELECT_H 1
  33633. | #define HAVE_SYS_SOCKET_H 1
  33634. | #define HAVE_SYS_TIME_H 1
  33635. | #define HAVE_SYS_TIMES_H 1
  33636. | #define HAVE_SYS_UIO_H 1
  33637. | #define HAVE_TIME_H 1
  33638. | #define HAVE_UCONTEXT_H 1
  33639. | #define HAVE_UTIME_H 1
  33640. | #define HAVE_GMP_H 1
  33641. | #define HAVE_LIBGMP 1
  33642. | #define HAVE_TYPEOF 1
  33643. | #define HAVE_LONG_LONG 1
  33644. | #define HAVE_OFF_T 1
  33645. | #define SIZEOF_INT 4
  33646. | #define SIZEOF_SHORT 2
  33647. | #define SIZEOF_LONG 8
  33648. | #define SIZEOF_LONG_LONG 8
  33649. | #define SIZEOF___INT64 0
  33650. | #define SIZEOF___INT128 16
  33651. | #define SIZEOF_OFF_T 8
  33652. | #define SIZEOF_VOIDP 8
  33653. | #define SIZEOF_FLOAT 4
  33654. | #define SIZEOF_DOUBLE 8
  33655. | #define SIZEOF_TIME_T 8
  33656. | #define SIZEOF_CLOCK_T 8
  33657. | #define PACKED_STRUCT(x) x __attribute__((packed))
  33658. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  33659. | #define PRI_LL_PREFIX "ll"
  33660. | #define rb_pid_t pid_t
  33661. | #define SIGNEDNESS_OF_PID_T -1
  33662. | #define PIDT2NUM(v) INT2NUM(v)
  33663. | #define NUM2PIDT(v) NUM2INT(v)
  33664. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  33665. | #define rb_uid_t uid_t
  33666. | #define SIGNEDNESS_OF_UID_T +1
  33667. | #define UIDT2NUM(v) UINT2NUM(v)
  33668. | #define NUM2UIDT(v) NUM2UINT(v)
  33669. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  33670. | #define rb_gid_t gid_t
  33671. | #define SIGNEDNESS_OF_GID_T +1
  33672. | #define GIDT2NUM(v) UINT2NUM(v)
  33673. | #define NUM2GIDT(v) NUM2UINT(v)
  33674. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  33675. | #define rb_time_t time_t
  33676. | #define SIGNEDNESS_OF_TIME_T -1
  33677. | #define TIMET2NUM(v) LONG2NUM(v)
  33678. | #define NUM2TIMET(v) NUM2LONG(v)
  33679. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  33680. | #define rb_dev_t dev_t
  33681. | #define SIGNEDNESS_OF_DEV_T -1
  33682. | #define DEVT2NUM(v) INT2NUM(v)
  33683. | #define NUM2DEVT(v) NUM2INT(v)
  33684. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  33685. | #define rb_mode_t mode_t
  33686. | #define SIGNEDNESS_OF_MODE_T +1
  33687. | #define MODET2NUM(v) UINT2NUM(v)
  33688. | #define NUM2MODET(v) NUM2UINT(v)
  33689. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  33690. | #define rb_rlim_t rlim_t
  33691. | #define SIGNEDNESS_OF_RLIM_T +1
  33692. | #define RLIM2NUM(v) ULL2NUM(v)
  33693. | #define NUM2RLIM(v) NUM2ULL(v)
  33694. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  33695. | #define rb_off_t off_t
  33696. | #define SIGNEDNESS_OF_OFF_T -1
  33697. | #define OFFT2NUM(v) LL2NUM(v)
  33698. | #define NUM2OFFT(v) NUM2LL(v)
  33699. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  33700. | #define rb_clockid_t int
  33701. | #define SIGNEDNESS_OF_CLOCKID_T -1
  33702. | #define CLOCKID2NUM(v) INT2NUM(v)
  33703. | #define NUM2CLOCKID(v) NUM2INT(v)
  33704. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  33705. | #define HAVE_PROTOTYPES 1
  33706. | #define TOKEN_PASTE(x,y) x##y
  33707. | #define STRINGIZE(expr) STRINGIZE0(expr)
  33708. | #define HAVE_STDARG_PROTOTYPES 1
  33709. | #define HAVE_VA_ARGS_MACRO 1
  33710. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  33711. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  33712. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  33713. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  33714. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  33715. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  33716. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  33717. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  33718. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  33719. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  33720. | #define WEAK(x) __attribute__ ((__weak__)) x
  33721. | #define HAVE_FUNC_WEAK 1
  33722. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  33723. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  33724. | #define HAVE_GCC_SYNC_BUILTINS 1
  33725. | #define UNREACHABLE __builtin_unreachable()
  33726. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  33727. | #define RUBY_FUNCTION_NAME_STRING __func__
  33728. | #define ENUM_OVER_INT 1
  33729. | #define HAVE_DECL_SYS_NERR 1
  33730. | #define HAVE_DECL_GETENV 1
  33731. | #define SIZEOF_SIZE_T 8
  33732. | #define SIZEOF_PTRDIFF_T 8
  33733. | #define PRI_SIZE_PREFIX "z"
  33734. | #define PRI_PTRDIFF_PREFIX "t"
  33735. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  33736. | #define HAVE_ST_BLKSIZE 1
  33737. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  33738. | #define HAVE_ST_BLOCKS 1
  33739. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  33740. | #define HAVE_ST_RDEV 1
  33741. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  33742. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  33743. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  33744. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  33745. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  33746. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  33747. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  33748. | #define HAVE_STRUCT_TIMEVAL 1
  33749. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  33750. | #define HAVE_STRUCT_TIMESPEC 1
  33751. | #define HAVE_STRUCT_TIMEZONE 1
  33752. | #define HAVE_INT8_T 1
  33753. | #define SIZEOF_INT8_T 1
  33754. | #define HAVE_UINT8_T 1
  33755. | #define SIZEOF_UINT8_T 1
  33756. | #define HAVE_INT16_T 1
  33757. | #define SIZEOF_INT16_T 2
  33758. | #define HAVE_UINT16_T 1
  33759. | #define SIZEOF_UINT16_T 2
  33760. | #define HAVE_INT32_T 1
  33761. | #define SIZEOF_INT32_T 4
  33762. | #define HAVE_UINT32_T 1
  33763. | #define SIZEOF_UINT32_T 4
  33764. | #define HAVE_INT64_T 1
  33765. | #define SIZEOF_INT64_T 8
  33766. | #define HAVE_UINT64_T 1
  33767. | #define SIZEOF_UINT64_T 8
  33768. | #define HAVE_INT128_T 1
  33769. | #define int128_t __int128
  33770. | #define SIZEOF_INT128_T SIZEOF___INT128
  33771. | #define HAVE_UINT128_T 1
  33772. | #define uint128_t unsigned __int128
  33773. | #define SIZEOF_UINT128_T SIZEOF___INT128
  33774. | #define HAVE_INTPTR_T 1
  33775. | #define SIZEOF_INTPTR_T 8
  33776. | #define HAVE_UINTPTR_T 1
  33777. | #define SIZEOF_UINTPTR_T 8
  33778. | #define HAVE_SSIZE_T 1
  33779. | #define SIZEOF_SSIZE_T 8
  33780. | #define GETGROUPS_T gid_t
  33781. | #define RETSIGTYPE void
  33782. | #define HAVE_ALLOCA_H 1
  33783. | #define HAVE_ALLOCA 1
  33784. | #define HAVE_ACOSH 1
  33785. | #define HAVE_CBRT 1
  33786. | #define HAVE_CRYPT 1
  33787. | #define HAVE_DUP2 1
  33788. | #define HAVE_ERF 1
  33789. | #define HAVE_FFS 1
  33790. | #define HAVE_FINITE 1
  33791. | #define HAVE_FLOCK 1
  33792. | #define HAVE_HYPOT 1
  33793. | #define HAVE_ISINF 1
  33794. | #define HAVE_ISNAN 1
  33795. | #define HAVE_LGAMMA_R 1
  33796. | #define HAVE_MEMMOVE 1
  33797. | #define HAVE_NEXTAFTER 1
  33798. | #define HAVE_STRCHR 1
  33799. | #define HAVE_STRERROR 1
  33800. | #define HAVE_STRLCAT 1
  33801. | #define HAVE_STRLCPY 1
  33802. | #define HAVE_STRSTR 1
  33803. | #define HAVE_TGAMMA 1
  33804. | #define SPT_TYPE SPT_REUSEARGV
  33805. | #define HAVE_SIGNBIT 1
  33806. | #define HAVE_FORK 1
  33807. | #define vfork fork
  33808. | #define HAVE_WORKING_FORK 1
  33809. | #define HAVE__LONGJMP 1
  33810. | #define HAVE_ARC4RANDOM_BUF 1
  33811. | #define HAVE_ATAN2L 1
  33812. | #define HAVE_ATAN2F 1
  33813. | #define HAVE_CHROOT 1
  33814. | #define HAVE_CLOCK_GETTIME 1
  33815. | #define HAVE_COSH 1
  33816. | #define HAVE_DIRFD 1
  33817. | #define HAVE_DLOPEN 1
  33818. | #define HAVE_DLADDR 1
  33819. | #define HAVE_DUP 1
  33820. | #define HAVE_ENDGRENT 1
  33821. | #define HAVE_FCHMOD 1
  33822. | #define HAVE_FCHOWN 1
  33823. | #define HAVE_FCNTL 1
  33824. | #define HAVE_FDOPENDIR 1
  33825. | #define HAVE_FGETATTRLIST 1
  33826. | #define HAVE_FMOD 1
  33827. | #define HAVE_FSTATAT 1
  33828. | #define HAVE_FSYNC 1
  33829. | #define HAVE_FTRUNCATE 1
  33830. | #define HAVE_GETATTRLIST 1
  33831. | #define HAVE_GETCWD 1
  33832. | #define HAVE_GETGRNAM 1
  33833. | #define HAVE_GETGRNAM_R 1
  33834. | #define HAVE_GETGROUPS 1
  33835. | #define HAVE_GETPGID 1
  33836. | #define HAVE_GETPGRP 1
  33837. | #define HAVE_GETPRIORITY 1
  33838. | #define HAVE_GETPWNAM_R 1
  33839. | #define HAVE_GETRLIMIT 1
  33840. | #define HAVE_GETSID 1
  33841. | #define HAVE_GETTIMEOFDAY 1
  33842. | #define HAVE_GMTIME_R 1
  33843. | #define HAVE_INITGROUPS 1
  33844. | #define HAVE_IOCTL 1
  33845. | #define HAVE_ISSETUGID 1
  33846. | #define HAVE_KILLPG 1
  33847. | #define HAVE_LCHMOD 1
  33848. | #define HAVE_LCHOWN 1
  33849. | #define HAVE_LINK 1
  33850. | #define HAVE_LLABS 1
  33851. | #define HAVE_LOCKF 1
  33852. | #define HAVE_LOG2 1
  33853. | #define HAVE_LSTAT 1
  33854. | #define HAVE_LUTIMES 1
  33855. | #define HAVE_MALLOC_SIZE 1
  33856. | #define HAVE_MBLEN 1
  33857. | #define HAVE_MEMSET_S 1
  33858. | #define HAVE_WRITEV 1
  33859. | #define HAVE_MKFIFO 1
  33860. | #define HAVE_MKNOD 1
  33861. | #define HAVE_MKTIME 1
  33862. | #define HAVE_OPENAT 1
  33863. | #define HAVE_POLL 1
  33864. | #define HAVE_POSIX_MEMALIGN 1
  33865. | #define HAVE_PREAD 1
  33866. | #define HAVE_PWRITE 1
  33867. | #define HAVE_QSORT_R 1
  33868. | #define HAVE_READLINK 1
  33869. | #define HAVE_ROUND 1
  33870. | #define HAVE_SEEKDIR 1
  33871. | #define HAVE_SENDFILE 1
  33872. | #define HAVE_SETEGID 1
  33873. | #define HAVE_SETENV 1
  33874. | #define HAVE_SETEUID 1
  33875. | #define HAVE_SETGID 1
  33876. | #define HAVE_SETGROUPS 1
  33877. | #define HAVE_SETPGID 1
  33878. | #define HAVE_SETPGRP 1
  33879. | #define HAVE_SETREGID 1
  33880. | #define HAVE_SETREUID 1
  33881. | #define HAVE_SETRGID 1
  33882. | #define HAVE_SETRLIMIT 1
  33883. | #define HAVE_SETRUID 1
  33884. | #define HAVE_SETSID 1
  33885. | #define HAVE_SETUID 1
  33886. | #define HAVE_SHUTDOWN 1
  33887. | #define HAVE_SIGACTION 1
  33888. | #define HAVE_SIGALTSTACK 1
  33889. | #define HAVE_SIGPROCMASK 1
  33890. | #define HAVE_SINH 1
  33891. | #define HAVE_SYMLINK 1
  33892. | #define HAVE_SYSCONF 1
  33893. | #define HAVE_TANH 1
  33894. | #define HAVE_TELLDIR 1
  33895. | #define HAVE_TIMEGM 1
  33896. | #define HAVE_TIMES 1
  33897. | #define HAVE_TRUNCATE 1
  33898. | #define HAVE_UNSETENV 1
  33899. | #define HAVE_UTIMENSAT 1
  33900. | #define HAVE_UTIMES 1
  33901. | #define HAVE_WAIT4 1
  33902. | #define HAVE_WAITPID 1
  33903. | #if !defined __STDC_WANT_LIB_EXT1__
  33904. | #define __STDC_WANT_LIB_EXT1__ 1
  33905. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  33906. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  33907. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  33908. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  33909. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  33910. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  33911. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  33912. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  33913. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  33914. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  33915. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  33916. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  33917. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  33918. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  33919. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  33920. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  33921. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  33922. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  33923. | #define HAVE_BSD_QSORT_R 1
  33924. | #define ATAN2_INF_C99 1
  33925. | #define HAVE_CLOCK_GETRES 1
  33926. | #define HAVE_STRUCT_TM_TM_ZONE 1
  33927. | #define HAVE_TM_ZONE 1
  33928. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  33929. | #define HAVE_DAYLIGHT 1
  33930. | #define NEGATIVE_TIME_T 1
  33931. | #define POSIX_SIGNAL 1
  33932. | #define HAVE_SIG_T 1
  33933. | #define RSHIFT(x,y) ((x)>>(int)(y))
  33934. | #define HAVE__SC_CLK_TCK 1
  33935. | #define STACK_GROW_DIRECTION -1
  33936. | #define _REENTRANT 1
  33937. | #define _THREAD_SAFE 1
  33938. | #define HAVE_LIBPTHREAD 1
  33939. | #define HAVE_SCHED_YIELD 1
  33940. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  33941. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  33942. | #define HAVE_PTHREAD_ATTR_INIT 1
  33943. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  33944. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  33945. | #define HAVE_PTHREAD_COND_INIT 1
  33946. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  33947. | #define HAVE_PTHREAD_SIGMASK 1
  33948. | #define HAVE_PTHREAD_SETNAME_NP 1
  33949. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  33950. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  33951. | #define HAVE_EXECINFO_H 1
  33952. | /* end confdefs.h. */
  33953. |
  33954. | /* Override any GCC internal prototype to avoid an error.
  33955. | Use char because int might match the return type of a GCC
  33956. | builtin and then its argument prototype would still apply. */
  33957. | #ifdef __cplusplus
  33958. | extern "C"
  33959. | #endif
  33960. | char backtrace ();
  33961. | int
  33962. | main ()
  33963. | {
  33964. | return backtrace ();
  33965. | ;
  33966. | return 0;
  33967. | }
  33968. configure:25341: result: no
  33969. configure:25354: checking libunwind.h usability
  33970. configure:25354: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  33971. configure:25354: $? = 0
  33972. configure:25354: result: yes
  33973. configure:25354: checking libunwind.h presence
  33974. configure:25354: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  33975. configure:25354: $? = 0
  33976. configure:25354: result: yes
  33977. configure:25354: checking for libunwind.h
  33978. configure:25354: result: yes
  33979. configure:25479: checking for backtrace
  33980. configure:25479: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33981. configure:25479: $? = 0
  33982. configure:25479: result: yes
  33983. configure:25491: checking for broken backtrace
  33984. configure:25550: gcc -o conftest -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib conftest.c -lpthread -lgmp -ldl -lobjc >&5
  33985. configure:25550: $? = 0
  33986. configure:25550: ./conftest
  33987. configure:25550: $? = 1
  33988. configure: program exited with status 1
  33989. configure: failed program was:
  33990. | /* confdefs.h */
  33991. | #define PACKAGE_NAME ""
  33992. | #define PACKAGE_TARNAME ""
  33993. | #define PACKAGE_VERSION ""
  33994. | #define PACKAGE_STRING ""
  33995. | #define PACKAGE_BUGREPORT ""
  33996. | #define PACKAGE_URL ""
  33997. | #define CANONICALIZATION_FOR_MATHN 1
  33998. | #define STDC_HEADERS 1
  33999. | #define HAVE_SYS_TYPES_H 1
  34000. | #define HAVE_SYS_STAT_H 1
  34001. | #define HAVE_STDLIB_H 1
  34002. | #define HAVE_STRING_H 1
  34003. | #define HAVE_MEMORY_H 1
  34004. | #define HAVE_STRINGS_H 1
  34005. | #define HAVE_INTTYPES_H 1
  34006. | #define HAVE_STDINT_H 1
  34007. | #define HAVE_UNISTD_H 1
  34008. | #define __EXTENSIONS__ 1
  34009. | #define _ALL_SOURCE 1
  34010. | #define _GNU_SOURCE 1
  34011. | #define _POSIX_PTHREAD_SEMANTICS 1
  34012. | #define _TANDEM_SOURCE 1
  34013. | #define HAVE_INFINITY 1
  34014. | #define HAVE_NAN 1
  34015. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34016. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34017. | #define BROKEN_CRYPT 1
  34018. | #define HAVE_CRT_EXTERNS_H 1
  34019. | #define HAVE_LIBDL 1
  34020. | #define HAVE_DIRENT_H 1
  34021. | #define HAVE__BOOL 1
  34022. | #define HAVE_STDBOOL_H 1
  34023. | #define HAVE_SYS_WAIT_H 1
  34024. | #define HAVE_GRP_H 1
  34025. | #define HAVE_FCNTL_H 1
  34026. | #define HAVE_FLOAT_H 1
  34027. | #define HAVE_LANGINFO_H 1
  34028. | #define HAVE_LIMITS_H 1
  34029. | #define HAVE_LOCALE_H 1
  34030. | #define HAVE_MALLOC_MALLOC_H 1
  34031. | #define HAVE_PWD_H 1
  34032. | #define HAVE_SYS_ATTR_H 1
  34033. | #define HAVE_SYS_FCNTL_H 1
  34034. | #define HAVE_SYS_FILE_H 1
  34035. | #define HAVE_SYS_IOCTL_H 1
  34036. | #define HAVE_SYS_PARAM_H 1
  34037. | #define HAVE_SYS_RESOURCE_H 1
  34038. | #define HAVE_SYS_SELECT_H 1
  34039. | #define HAVE_SYS_SOCKET_H 1
  34040. | #define HAVE_SYS_TIME_H 1
  34041. | #define HAVE_SYS_TIMES_H 1
  34042. | #define HAVE_SYS_UIO_H 1
  34043. | #define HAVE_TIME_H 1
  34044. | #define HAVE_UCONTEXT_H 1
  34045. | #define HAVE_UTIME_H 1
  34046. | #define HAVE_GMP_H 1
  34047. | #define HAVE_LIBGMP 1
  34048. | #define HAVE_TYPEOF 1
  34049. | #define HAVE_LONG_LONG 1
  34050. | #define HAVE_OFF_T 1
  34051. | #define SIZEOF_INT 4
  34052. | #define SIZEOF_SHORT 2
  34053. | #define SIZEOF_LONG 8
  34054. | #define SIZEOF_LONG_LONG 8
  34055. | #define SIZEOF___INT64 0
  34056. | #define SIZEOF___INT128 16
  34057. | #define SIZEOF_OFF_T 8
  34058. | #define SIZEOF_VOIDP 8
  34059. | #define SIZEOF_FLOAT 4
  34060. | #define SIZEOF_DOUBLE 8
  34061. | #define SIZEOF_TIME_T 8
  34062. | #define SIZEOF_CLOCK_T 8
  34063. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34064. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34065. | #define PRI_LL_PREFIX "ll"
  34066. | #define rb_pid_t pid_t
  34067. | #define SIGNEDNESS_OF_PID_T -1
  34068. | #define PIDT2NUM(v) INT2NUM(v)
  34069. | #define NUM2PIDT(v) NUM2INT(v)
  34070. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34071. | #define rb_uid_t uid_t
  34072. | #define SIGNEDNESS_OF_UID_T +1
  34073. | #define UIDT2NUM(v) UINT2NUM(v)
  34074. | #define NUM2UIDT(v) NUM2UINT(v)
  34075. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34076. | #define rb_gid_t gid_t
  34077. | #define SIGNEDNESS_OF_GID_T +1
  34078. | #define GIDT2NUM(v) UINT2NUM(v)
  34079. | #define NUM2GIDT(v) NUM2UINT(v)
  34080. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34081. | #define rb_time_t time_t
  34082. | #define SIGNEDNESS_OF_TIME_T -1
  34083. | #define TIMET2NUM(v) LONG2NUM(v)
  34084. | #define NUM2TIMET(v) NUM2LONG(v)
  34085. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34086. | #define rb_dev_t dev_t
  34087. | #define SIGNEDNESS_OF_DEV_T -1
  34088. | #define DEVT2NUM(v) INT2NUM(v)
  34089. | #define NUM2DEVT(v) NUM2INT(v)
  34090. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34091. | #define rb_mode_t mode_t
  34092. | #define SIGNEDNESS_OF_MODE_T +1
  34093. | #define MODET2NUM(v) UINT2NUM(v)
  34094. | #define NUM2MODET(v) NUM2UINT(v)
  34095. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34096. | #define rb_rlim_t rlim_t
  34097. | #define SIGNEDNESS_OF_RLIM_T +1
  34098. | #define RLIM2NUM(v) ULL2NUM(v)
  34099. | #define NUM2RLIM(v) NUM2ULL(v)
  34100. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34101. | #define rb_off_t off_t
  34102. | #define SIGNEDNESS_OF_OFF_T -1
  34103. | #define OFFT2NUM(v) LL2NUM(v)
  34104. | #define NUM2OFFT(v) NUM2LL(v)
  34105. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34106. | #define rb_clockid_t int
  34107. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34108. | #define CLOCKID2NUM(v) INT2NUM(v)
  34109. | #define NUM2CLOCKID(v) NUM2INT(v)
  34110. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34111. | #define HAVE_PROTOTYPES 1
  34112. | #define TOKEN_PASTE(x,y) x##y
  34113. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34114. | #define HAVE_STDARG_PROTOTYPES 1
  34115. | #define HAVE_VA_ARGS_MACRO 1
  34116. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34117. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34118. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34119. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34120. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34121. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34122. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34123. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34124. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34125. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34126. | #define WEAK(x) __attribute__ ((__weak__)) x
  34127. | #define HAVE_FUNC_WEAK 1
  34128. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34129. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34130. | #define HAVE_GCC_SYNC_BUILTINS 1
  34131. | #define UNREACHABLE __builtin_unreachable()
  34132. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34133. | #define RUBY_FUNCTION_NAME_STRING __func__
  34134. | #define ENUM_OVER_INT 1
  34135. | #define HAVE_DECL_SYS_NERR 1
  34136. | #define HAVE_DECL_GETENV 1
  34137. | #define SIZEOF_SIZE_T 8
  34138. | #define SIZEOF_PTRDIFF_T 8
  34139. | #define PRI_SIZE_PREFIX "z"
  34140. | #define PRI_PTRDIFF_PREFIX "t"
  34141. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34142. | #define HAVE_ST_BLKSIZE 1
  34143. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34144. | #define HAVE_ST_BLOCKS 1
  34145. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34146. | #define HAVE_ST_RDEV 1
  34147. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34148. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34149. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34150. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34151. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34152. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34153. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34154. | #define HAVE_STRUCT_TIMEVAL 1
  34155. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34156. | #define HAVE_STRUCT_TIMESPEC 1
  34157. | #define HAVE_STRUCT_TIMEZONE 1
  34158. | #define HAVE_INT8_T 1
  34159. | #define SIZEOF_INT8_T 1
  34160. | #define HAVE_UINT8_T 1
  34161. | #define SIZEOF_UINT8_T 1
  34162. | #define HAVE_INT16_T 1
  34163. | #define SIZEOF_INT16_T 2
  34164. | #define HAVE_UINT16_T 1
  34165. | #define SIZEOF_UINT16_T 2
  34166. | #define HAVE_INT32_T 1
  34167. | #define SIZEOF_INT32_T 4
  34168. | #define HAVE_UINT32_T 1
  34169. | #define SIZEOF_UINT32_T 4
  34170. | #define HAVE_INT64_T 1
  34171. | #define SIZEOF_INT64_T 8
  34172. | #define HAVE_UINT64_T 1
  34173. | #define SIZEOF_UINT64_T 8
  34174. | #define HAVE_INT128_T 1
  34175. | #define int128_t __int128
  34176. | #define SIZEOF_INT128_T SIZEOF___INT128
  34177. | #define HAVE_UINT128_T 1
  34178. | #define uint128_t unsigned __int128
  34179. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34180. | #define HAVE_INTPTR_T 1
  34181. | #define SIZEOF_INTPTR_T 8
  34182. | #define HAVE_UINTPTR_T 1
  34183. | #define SIZEOF_UINTPTR_T 8
  34184. | #define HAVE_SSIZE_T 1
  34185. | #define SIZEOF_SSIZE_T 8
  34186. | #define GETGROUPS_T gid_t
  34187. | #define RETSIGTYPE void
  34188. | #define HAVE_ALLOCA_H 1
  34189. | #define HAVE_ALLOCA 1
  34190. | #define HAVE_ACOSH 1
  34191. | #define HAVE_CBRT 1
  34192. | #define HAVE_CRYPT 1
  34193. | #define HAVE_DUP2 1
  34194. | #define HAVE_ERF 1
  34195. | #define HAVE_FFS 1
  34196. | #define HAVE_FINITE 1
  34197. | #define HAVE_FLOCK 1
  34198. | #define HAVE_HYPOT 1
  34199. | #define HAVE_ISINF 1
  34200. | #define HAVE_ISNAN 1
  34201. | #define HAVE_LGAMMA_R 1
  34202. | #define HAVE_MEMMOVE 1
  34203. | #define HAVE_NEXTAFTER 1
  34204. | #define HAVE_STRCHR 1
  34205. | #define HAVE_STRERROR 1
  34206. | #define HAVE_STRLCAT 1
  34207. | #define HAVE_STRLCPY 1
  34208. | #define HAVE_STRSTR 1
  34209. | #define HAVE_TGAMMA 1
  34210. | #define SPT_TYPE SPT_REUSEARGV
  34211. | #define HAVE_SIGNBIT 1
  34212. | #define HAVE_FORK 1
  34213. | #define vfork fork
  34214. | #define HAVE_WORKING_FORK 1
  34215. | #define HAVE__LONGJMP 1
  34216. | #define HAVE_ARC4RANDOM_BUF 1
  34217. | #define HAVE_ATAN2L 1
  34218. | #define HAVE_ATAN2F 1
  34219. | #define HAVE_CHROOT 1
  34220. | #define HAVE_CLOCK_GETTIME 1
  34221. | #define HAVE_COSH 1
  34222. | #define HAVE_DIRFD 1
  34223. | #define HAVE_DLOPEN 1
  34224. | #define HAVE_DLADDR 1
  34225. | #define HAVE_DUP 1
  34226. | #define HAVE_ENDGRENT 1
  34227. | #define HAVE_FCHMOD 1
  34228. | #define HAVE_FCHOWN 1
  34229. | #define HAVE_FCNTL 1
  34230. | #define HAVE_FDOPENDIR 1
  34231. | #define HAVE_FGETATTRLIST 1
  34232. | #define HAVE_FMOD 1
  34233. | #define HAVE_FSTATAT 1
  34234. | #define HAVE_FSYNC 1
  34235. | #define HAVE_FTRUNCATE 1
  34236. | #define HAVE_GETATTRLIST 1
  34237. | #define HAVE_GETCWD 1
  34238. | #define HAVE_GETGRNAM 1
  34239. | #define HAVE_GETGRNAM_R 1
  34240. | #define HAVE_GETGROUPS 1
  34241. | #define HAVE_GETPGID 1
  34242. | #define HAVE_GETPGRP 1
  34243. | #define HAVE_GETPRIORITY 1
  34244. | #define HAVE_GETPWNAM_R 1
  34245. | #define HAVE_GETRLIMIT 1
  34246. | #define HAVE_GETSID 1
  34247. | #define HAVE_GETTIMEOFDAY 1
  34248. | #define HAVE_GMTIME_R 1
  34249. | #define HAVE_INITGROUPS 1
  34250. | #define HAVE_IOCTL 1
  34251. | #define HAVE_ISSETUGID 1
  34252. | #define HAVE_KILLPG 1
  34253. | #define HAVE_LCHMOD 1
  34254. | #define HAVE_LCHOWN 1
  34255. | #define HAVE_LINK 1
  34256. | #define HAVE_LLABS 1
  34257. | #define HAVE_LOCKF 1
  34258. | #define HAVE_LOG2 1
  34259. | #define HAVE_LSTAT 1
  34260. | #define HAVE_LUTIMES 1
  34261. | #define HAVE_MALLOC_SIZE 1
  34262. | #define HAVE_MBLEN 1
  34263. | #define HAVE_MEMSET_S 1
  34264. | #define HAVE_WRITEV 1
  34265. | #define HAVE_MKFIFO 1
  34266. | #define HAVE_MKNOD 1
  34267. | #define HAVE_MKTIME 1
  34268. | #define HAVE_OPENAT 1
  34269. | #define HAVE_POLL 1
  34270. | #define HAVE_POSIX_MEMALIGN 1
  34271. | #define HAVE_PREAD 1
  34272. | #define HAVE_PWRITE 1
  34273. | #define HAVE_QSORT_R 1
  34274. | #define HAVE_READLINK 1
  34275. | #define HAVE_ROUND 1
  34276. | #define HAVE_SEEKDIR 1
  34277. | #define HAVE_SENDFILE 1
  34278. | #define HAVE_SETEGID 1
  34279. | #define HAVE_SETENV 1
  34280. | #define HAVE_SETEUID 1
  34281. | #define HAVE_SETGID 1
  34282. | #define HAVE_SETGROUPS 1
  34283. | #define HAVE_SETPGID 1
  34284. | #define HAVE_SETPGRP 1
  34285. | #define HAVE_SETREGID 1
  34286. | #define HAVE_SETREUID 1
  34287. | #define HAVE_SETRGID 1
  34288. | #define HAVE_SETRLIMIT 1
  34289. | #define HAVE_SETRUID 1
  34290. | #define HAVE_SETSID 1
  34291. | #define HAVE_SETUID 1
  34292. | #define HAVE_SHUTDOWN 1
  34293. | #define HAVE_SIGACTION 1
  34294. | #define HAVE_SIGALTSTACK 1
  34295. | #define HAVE_SIGPROCMASK 1
  34296. | #define HAVE_SINH 1
  34297. | #define HAVE_SYMLINK 1
  34298. | #define HAVE_SYSCONF 1
  34299. | #define HAVE_TANH 1
  34300. | #define HAVE_TELLDIR 1
  34301. | #define HAVE_TIMEGM 1
  34302. | #define HAVE_TIMES 1
  34303. | #define HAVE_TRUNCATE 1
  34304. | #define HAVE_UNSETENV 1
  34305. | #define HAVE_UTIMENSAT 1
  34306. | #define HAVE_UTIMES 1
  34307. | #define HAVE_WAIT4 1
  34308. | #define HAVE_WAITPID 1
  34309. | #if !defined __STDC_WANT_LIB_EXT1__
  34310. | #define __STDC_WANT_LIB_EXT1__ 1
  34311. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34312. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34313. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34314. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34315. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34316. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34317. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34318. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34319. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34320. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34321. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34322. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34323. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34324. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34325. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34326. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34327. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34328. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34329. | #define HAVE_BSD_QSORT_R 1
  34330. | #define ATAN2_INF_C99 1
  34331. | #define HAVE_CLOCK_GETRES 1
  34332. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34333. | #define HAVE_TM_ZONE 1
  34334. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34335. | #define HAVE_DAYLIGHT 1
  34336. | #define NEGATIVE_TIME_T 1
  34337. | #define POSIX_SIGNAL 1
  34338. | #define HAVE_SIG_T 1
  34339. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34340. | #define HAVE__SC_CLK_TCK 1
  34341. | #define STACK_GROW_DIRECTION -1
  34342. | #define _REENTRANT 1
  34343. | #define _THREAD_SAFE 1
  34344. | #define HAVE_LIBPTHREAD 1
  34345. | #define HAVE_SCHED_YIELD 1
  34346. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34347. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34348. | #define HAVE_PTHREAD_ATTR_INIT 1
  34349. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34350. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34351. | #define HAVE_PTHREAD_COND_INIT 1
  34352. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34353. | #define HAVE_PTHREAD_SIGMASK 1
  34354. | #define HAVE_PTHREAD_SETNAME_NP 1
  34355. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  34356. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  34357. | #define HAVE_EXECINFO_H 1
  34358. | #define HAVE_LIBUNWIND_H 1
  34359. | #define HAVE_BACKTRACE 1
  34360. | /* end confdefs.h. */
  34361. |
  34362. | #include <unistd.h>
  34363. | #include <stdio.h>
  34364. | #include <stdlib.h>
  34365. | #include <stdint.h>
  34366. | #include <string.h>
  34367. | #include <signal.h>
  34368. | #include <execinfo.h>
  34369. |
  34370. | #define TRACE_SIZE 256
  34371. |
  34372. | void sigsegv(int signum, siginfo_t *info, void *ctx){
  34373. | void *trace[TRACE_SIZE];
  34374. | int n = backtrace(trace, TRACE_SIZE);
  34375. | if (n > 0) {
  34376. | /*fprintf(stdout, "backtrace:%d\n",n);*/
  34377. | } else {
  34378. | _exit(EXIT_FAILURE);
  34379. | }
  34380. | _exit(EXIT_SUCCESS);
  34381. | }
  34382. | int
  34383. | main(void)
  34384. | {
  34385. | volatile int *a = NULL;
  34386. | stack_t ss;
  34387. | ss.ss_sp = malloc(SIGSTKSZ);
  34388. | if (ss.ss_sp == NULL) {
  34389. | fprintf(stderr, "cannot allocate memory for sigaltstack\n");
  34390. | return EXIT_FAILURE;
  34391. | }
  34392. | ss.ss_size = SIGSTKSZ;
  34393. | ss.ss_flags = 0;
  34394. | if (sigaltstack(&ss, NULL) == -1) {
  34395. | fprintf(stderr, "sigaltstack failed\n");
  34396. | return EXIT_FAILURE;
  34397. | }
  34398. | struct sigaction sa;
  34399. | memset(&sa, 0, sizeof(struct sigaction));
  34400. | sigemptyset(&sa.sa_mask);
  34401. | sa.sa_sigaction = sigsegv;
  34402. | sa.sa_flags |= SA_SIGINFO;
  34403. | sa.sa_flags |= SA_ONSTACK;
  34404. | sigaction(SIGSEGV, &sa, NULL);
  34405. | a[0] = 1;
  34406. | return EXIT_SUCCESS;
  34407. | }
  34408. |
  34409. configure:25560: result: yes
  34410. configure:25582: checking valgrind/memcheck.h usability
  34411. configure:25582: gcc -c -O3 -ggdb3 -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  34412. conftest.c:406:10: fatal error: 'valgrind/memcheck.h' file not found
  34413. #include <valgrind/memcheck.h>
  34414. ^~~~~~~~~~~~~~~~~~~~~
  34415. 1 error generated.
  34416. configure:25582: $? = 1
  34417. configure: failed program was:
  34418. | /* confdefs.h */
  34419. | #define PACKAGE_NAME ""
  34420. | #define PACKAGE_TARNAME ""
  34421. | #define PACKAGE_VERSION ""
  34422. | #define PACKAGE_STRING ""
  34423. | #define PACKAGE_BUGREPORT ""
  34424. | #define PACKAGE_URL ""
  34425. | #define CANONICALIZATION_FOR_MATHN 1
  34426. | #define STDC_HEADERS 1
  34427. | #define HAVE_SYS_TYPES_H 1
  34428. | #define HAVE_SYS_STAT_H 1
  34429. | #define HAVE_STDLIB_H 1
  34430. | #define HAVE_STRING_H 1
  34431. | #define HAVE_MEMORY_H 1
  34432. | #define HAVE_STRINGS_H 1
  34433. | #define HAVE_INTTYPES_H 1
  34434. | #define HAVE_STDINT_H 1
  34435. | #define HAVE_UNISTD_H 1
  34436. | #define __EXTENSIONS__ 1
  34437. | #define _ALL_SOURCE 1
  34438. | #define _GNU_SOURCE 1
  34439. | #define _POSIX_PTHREAD_SEMANTICS 1
  34440. | #define _TANDEM_SOURCE 1
  34441. | #define HAVE_INFINITY 1
  34442. | #define HAVE_NAN 1
  34443. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34444. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34445. | #define BROKEN_CRYPT 1
  34446. | #define HAVE_CRT_EXTERNS_H 1
  34447. | #define HAVE_LIBDL 1
  34448. | #define HAVE_DIRENT_H 1
  34449. | #define HAVE__BOOL 1
  34450. | #define HAVE_STDBOOL_H 1
  34451. | #define HAVE_SYS_WAIT_H 1
  34452. | #define HAVE_GRP_H 1
  34453. | #define HAVE_FCNTL_H 1
  34454. | #define HAVE_FLOAT_H 1
  34455. | #define HAVE_LANGINFO_H 1
  34456. | #define HAVE_LIMITS_H 1
  34457. | #define HAVE_LOCALE_H 1
  34458. | #define HAVE_MALLOC_MALLOC_H 1
  34459. | #define HAVE_PWD_H 1
  34460. | #define HAVE_SYS_ATTR_H 1
  34461. | #define HAVE_SYS_FCNTL_H 1
  34462. | #define HAVE_SYS_FILE_H 1
  34463. | #define HAVE_SYS_IOCTL_H 1
  34464. | #define HAVE_SYS_PARAM_H 1
  34465. | #define HAVE_SYS_RESOURCE_H 1
  34466. | #define HAVE_SYS_SELECT_H 1
  34467. | #define HAVE_SYS_SOCKET_H 1
  34468. | #define HAVE_SYS_TIME_H 1
  34469. | #define HAVE_SYS_TIMES_H 1
  34470. | #define HAVE_SYS_UIO_H 1
  34471. | #define HAVE_TIME_H 1
  34472. | #define HAVE_UCONTEXT_H 1
  34473. | #define HAVE_UTIME_H 1
  34474. | #define HAVE_GMP_H 1
  34475. | #define HAVE_LIBGMP 1
  34476. | #define HAVE_TYPEOF 1
  34477. | #define HAVE_LONG_LONG 1
  34478. | #define HAVE_OFF_T 1
  34479. | #define SIZEOF_INT 4
  34480. | #define SIZEOF_SHORT 2
  34481. | #define SIZEOF_LONG 8
  34482. | #define SIZEOF_LONG_LONG 8
  34483. | #define SIZEOF___INT64 0
  34484. | #define SIZEOF___INT128 16
  34485. | #define SIZEOF_OFF_T 8
  34486. | #define SIZEOF_VOIDP 8
  34487. | #define SIZEOF_FLOAT 4
  34488. | #define SIZEOF_DOUBLE 8
  34489. | #define SIZEOF_TIME_T 8
  34490. | #define SIZEOF_CLOCK_T 8
  34491. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34492. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34493. | #define PRI_LL_PREFIX "ll"
  34494. | #define rb_pid_t pid_t
  34495. | #define SIGNEDNESS_OF_PID_T -1
  34496. | #define PIDT2NUM(v) INT2NUM(v)
  34497. | #define NUM2PIDT(v) NUM2INT(v)
  34498. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34499. | #define rb_uid_t uid_t
  34500. | #define SIGNEDNESS_OF_UID_T +1
  34501. | #define UIDT2NUM(v) UINT2NUM(v)
  34502. | #define NUM2UIDT(v) NUM2UINT(v)
  34503. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34504. | #define rb_gid_t gid_t
  34505. | #define SIGNEDNESS_OF_GID_T +1
  34506. | #define GIDT2NUM(v) UINT2NUM(v)
  34507. | #define NUM2GIDT(v) NUM2UINT(v)
  34508. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34509. | #define rb_time_t time_t
  34510. | #define SIGNEDNESS_OF_TIME_T -1
  34511. | #define TIMET2NUM(v) LONG2NUM(v)
  34512. | #define NUM2TIMET(v) NUM2LONG(v)
  34513. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34514. | #define rb_dev_t dev_t
  34515. | #define SIGNEDNESS_OF_DEV_T -1
  34516. | #define DEVT2NUM(v) INT2NUM(v)
  34517. | #define NUM2DEVT(v) NUM2INT(v)
  34518. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34519. | #define rb_mode_t mode_t
  34520. | #define SIGNEDNESS_OF_MODE_T +1
  34521. | #define MODET2NUM(v) UINT2NUM(v)
  34522. | #define NUM2MODET(v) NUM2UINT(v)
  34523. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34524. | #define rb_rlim_t rlim_t
  34525. | #define SIGNEDNESS_OF_RLIM_T +1
  34526. | #define RLIM2NUM(v) ULL2NUM(v)
  34527. | #define NUM2RLIM(v) NUM2ULL(v)
  34528. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34529. | #define rb_off_t off_t
  34530. | #define SIGNEDNESS_OF_OFF_T -1
  34531. | #define OFFT2NUM(v) LL2NUM(v)
  34532. | #define NUM2OFFT(v) NUM2LL(v)
  34533. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34534. | #define rb_clockid_t int
  34535. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34536. | #define CLOCKID2NUM(v) INT2NUM(v)
  34537. | #define NUM2CLOCKID(v) NUM2INT(v)
  34538. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34539. | #define HAVE_PROTOTYPES 1
  34540. | #define TOKEN_PASTE(x,y) x##y
  34541. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34542. | #define HAVE_STDARG_PROTOTYPES 1
  34543. | #define HAVE_VA_ARGS_MACRO 1
  34544. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34545. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34546. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34547. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34548. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34549. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34550. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34551. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34552. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34553. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34554. | #define WEAK(x) __attribute__ ((__weak__)) x
  34555. | #define HAVE_FUNC_WEAK 1
  34556. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34557. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34558. | #define HAVE_GCC_SYNC_BUILTINS 1
  34559. | #define UNREACHABLE __builtin_unreachable()
  34560. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34561. | #define RUBY_FUNCTION_NAME_STRING __func__
  34562. | #define ENUM_OVER_INT 1
  34563. | #define HAVE_DECL_SYS_NERR 1
  34564. | #define HAVE_DECL_GETENV 1
  34565. | #define SIZEOF_SIZE_T 8
  34566. | #define SIZEOF_PTRDIFF_T 8
  34567. | #define PRI_SIZE_PREFIX "z"
  34568. | #define PRI_PTRDIFF_PREFIX "t"
  34569. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34570. | #define HAVE_ST_BLKSIZE 1
  34571. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34572. | #define HAVE_ST_BLOCKS 1
  34573. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34574. | #define HAVE_ST_RDEV 1
  34575. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34576. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34577. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34578. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34579. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34580. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34581. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34582. | #define HAVE_STRUCT_TIMEVAL 1
  34583. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34584. | #define HAVE_STRUCT_TIMESPEC 1
  34585. | #define HAVE_STRUCT_TIMEZONE 1
  34586. | #define HAVE_INT8_T 1
  34587. | #define SIZEOF_INT8_T 1
  34588. | #define HAVE_UINT8_T 1
  34589. | #define SIZEOF_UINT8_T 1
  34590. | #define HAVE_INT16_T 1
  34591. | #define SIZEOF_INT16_T 2
  34592. | #define HAVE_UINT16_T 1
  34593. | #define SIZEOF_UINT16_T 2
  34594. | #define HAVE_INT32_T 1
  34595. | #define SIZEOF_INT32_T 4
  34596. | #define HAVE_UINT32_T 1
  34597. | #define SIZEOF_UINT32_T 4
  34598. | #define HAVE_INT64_T 1
  34599. | #define SIZEOF_INT64_T 8
  34600. | #define HAVE_UINT64_T 1
  34601. | #define SIZEOF_UINT64_T 8
  34602. | #define HAVE_INT128_T 1
  34603. | #define int128_t __int128
  34604. | #define SIZEOF_INT128_T SIZEOF___INT128
  34605. | #define HAVE_UINT128_T 1
  34606. | #define uint128_t unsigned __int128
  34607. | #define SIZEOF_UINT128_T SIZEOF___INT128
  34608. | #define HAVE_INTPTR_T 1
  34609. | #define SIZEOF_INTPTR_T 8
  34610. | #define HAVE_UINTPTR_T 1
  34611. | #define SIZEOF_UINTPTR_T 8
  34612. | #define HAVE_SSIZE_T 1
  34613. | #define SIZEOF_SSIZE_T 8
  34614. | #define GETGROUPS_T gid_t
  34615. | #define RETSIGTYPE void
  34616. | #define HAVE_ALLOCA_H 1
  34617. | #define HAVE_ALLOCA 1
  34618. | #define HAVE_ACOSH 1
  34619. | #define HAVE_CBRT 1
  34620. | #define HAVE_CRYPT 1
  34621. | #define HAVE_DUP2 1
  34622. | #define HAVE_ERF 1
  34623. | #define HAVE_FFS 1
  34624. | #define HAVE_FINITE 1
  34625. | #define HAVE_FLOCK 1
  34626. | #define HAVE_HYPOT 1
  34627. | #define HAVE_ISINF 1
  34628. | #define HAVE_ISNAN 1
  34629. | #define HAVE_LGAMMA_R 1
  34630. | #define HAVE_MEMMOVE 1
  34631. | #define HAVE_NEXTAFTER 1
  34632. | #define HAVE_STRCHR 1
  34633. | #define HAVE_STRERROR 1
  34634. | #define HAVE_STRLCAT 1
  34635. | #define HAVE_STRLCPY 1
  34636. | #define HAVE_STRSTR 1
  34637. | #define HAVE_TGAMMA 1
  34638. | #define SPT_TYPE SPT_REUSEARGV
  34639. | #define HAVE_SIGNBIT 1
  34640. | #define HAVE_FORK 1
  34641. | #define vfork fork
  34642. | #define HAVE_WORKING_FORK 1
  34643. | #define HAVE__LONGJMP 1
  34644. | #define HAVE_ARC4RANDOM_BUF 1
  34645. | #define HAVE_ATAN2L 1
  34646. | #define HAVE_ATAN2F 1
  34647. | #define HAVE_CHROOT 1
  34648. | #define HAVE_CLOCK_GETTIME 1
  34649. | #define HAVE_COSH 1
  34650. | #define HAVE_DIRFD 1
  34651. | #define HAVE_DLOPEN 1
  34652. | #define HAVE_DLADDR 1
  34653. | #define HAVE_DUP 1
  34654. | #define HAVE_ENDGRENT 1
  34655. | #define HAVE_FCHMOD 1
  34656. | #define HAVE_FCHOWN 1
  34657. | #define HAVE_FCNTL 1
  34658. | #define HAVE_FDOPENDIR 1
  34659. | #define HAVE_FGETATTRLIST 1
  34660. | #define HAVE_FMOD 1
  34661. | #define HAVE_FSTATAT 1
  34662. | #define HAVE_FSYNC 1
  34663. | #define HAVE_FTRUNCATE 1
  34664. | #define HAVE_GETATTRLIST 1
  34665. | #define HAVE_GETCWD 1
  34666. | #define HAVE_GETGRNAM 1
  34667. | #define HAVE_GETGRNAM_R 1
  34668. | #define HAVE_GETGROUPS 1
  34669. | #define HAVE_GETPGID 1
  34670. | #define HAVE_GETPGRP 1
  34671. | #define HAVE_GETPRIORITY 1
  34672. | #define HAVE_GETPWNAM_R 1
  34673. | #define HAVE_GETRLIMIT 1
  34674. | #define HAVE_GETSID 1
  34675. | #define HAVE_GETTIMEOFDAY 1
  34676. | #define HAVE_GMTIME_R 1
  34677. | #define HAVE_INITGROUPS 1
  34678. | #define HAVE_IOCTL 1
  34679. | #define HAVE_ISSETUGID 1
  34680. | #define HAVE_KILLPG 1
  34681. | #define HAVE_LCHMOD 1
  34682. | #define HAVE_LCHOWN 1
  34683. | #define HAVE_LINK 1
  34684. | #define HAVE_LLABS 1
  34685. | #define HAVE_LOCKF 1
  34686. | #define HAVE_LOG2 1
  34687. | #define HAVE_LSTAT 1
  34688. | #define HAVE_LUTIMES 1
  34689. | #define HAVE_MALLOC_SIZE 1
  34690. | #define HAVE_MBLEN 1
  34691. | #define HAVE_MEMSET_S 1
  34692. | #define HAVE_WRITEV 1
  34693. | #define HAVE_MKFIFO 1
  34694. | #define HAVE_MKNOD 1
  34695. | #define HAVE_MKTIME 1
  34696. | #define HAVE_OPENAT 1
  34697. | #define HAVE_POLL 1
  34698. | #define HAVE_POSIX_MEMALIGN 1
  34699. | #define HAVE_PREAD 1
  34700. | #define HAVE_PWRITE 1
  34701. | #define HAVE_QSORT_R 1
  34702. | #define HAVE_READLINK 1
  34703. | #define HAVE_ROUND 1
  34704. | #define HAVE_SEEKDIR 1
  34705. | #define HAVE_SENDFILE 1
  34706. | #define HAVE_SETEGID 1
  34707. | #define HAVE_SETENV 1
  34708. | #define HAVE_SETEUID 1
  34709. | #define HAVE_SETGID 1
  34710. | #define HAVE_SETGROUPS 1
  34711. | #define HAVE_SETPGID 1
  34712. | #define HAVE_SETPGRP 1
  34713. | #define HAVE_SETREGID 1
  34714. | #define HAVE_SETREUID 1
  34715. | #define HAVE_SETRGID 1
  34716. | #define HAVE_SETRLIMIT 1
  34717. | #define HAVE_SETRUID 1
  34718. | #define HAVE_SETSID 1
  34719. | #define HAVE_SETUID 1
  34720. | #define HAVE_SHUTDOWN 1
  34721. | #define HAVE_SIGACTION 1
  34722. | #define HAVE_SIGALTSTACK 1
  34723. | #define HAVE_SIGPROCMASK 1
  34724. | #define HAVE_SINH 1
  34725. | #define HAVE_SYMLINK 1
  34726. | #define HAVE_SYSCONF 1
  34727. | #define HAVE_TANH 1
  34728. | #define HAVE_TELLDIR 1
  34729. | #define HAVE_TIMEGM 1
  34730. | #define HAVE_TIMES 1
  34731. | #define HAVE_TRUNCATE 1
  34732. | #define HAVE_UNSETENV 1
  34733. | #define HAVE_UTIMENSAT 1
  34734. | #define HAVE_UTIMES 1
  34735. | #define HAVE_WAIT4 1
  34736. | #define HAVE_WAITPID 1
  34737. | #if !defined __STDC_WANT_LIB_EXT1__
  34738. | #define __STDC_WANT_LIB_EXT1__ 1
  34739. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  34740. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  34741. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  34742. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  34743. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  34744. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  34745. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  34746. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  34747. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  34748. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  34749. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  34750. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  34751. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  34752. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  34753. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  34754. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  34755. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  34756. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  34757. | #define HAVE_BSD_QSORT_R 1
  34758. | #define ATAN2_INF_C99 1
  34759. | #define HAVE_CLOCK_GETRES 1
  34760. | #define HAVE_STRUCT_TM_TM_ZONE 1
  34761. | #define HAVE_TM_ZONE 1
  34762. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  34763. | #define HAVE_DAYLIGHT 1
  34764. | #define NEGATIVE_TIME_T 1
  34765. | #define POSIX_SIGNAL 1
  34766. | #define HAVE_SIG_T 1
  34767. | #define RSHIFT(x,y) ((x)>>(int)(y))
  34768. | #define HAVE__SC_CLK_TCK 1
  34769. | #define STACK_GROW_DIRECTION -1
  34770. | #define _REENTRANT 1
  34771. | #define _THREAD_SAFE 1
  34772. | #define HAVE_LIBPTHREAD 1
  34773. | #define HAVE_SCHED_YIELD 1
  34774. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  34775. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  34776. | #define HAVE_PTHREAD_ATTR_INIT 1
  34777. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  34778. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  34779. | #define HAVE_PTHREAD_COND_INIT 1
  34780. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  34781. | #define HAVE_PTHREAD_SIGMASK 1
  34782. | #define HAVE_PTHREAD_SETNAME_NP 1
  34783. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  34784. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  34785. | #define HAVE_EXECINFO_H 1
  34786. | #define HAVE_LIBUNWIND_H 1
  34787. | #define HAVE_BACKTRACE 1
  34788. | #define BROKEN_BACKTRACE 1
  34789. | /* end confdefs.h. */
  34790. | #include <stdio.h>
  34791. | #ifdef HAVE_SYS_TYPES_H
  34792. | # include <sys/types.h>
  34793. | #endif
  34794. | #ifdef HAVE_SYS_STAT_H
  34795. | # include <sys/stat.h>
  34796. | #endif
  34797. | #ifdef STDC_HEADERS
  34798. | # include <stdlib.h>
  34799. | # include <stddef.h>
  34800. | #else
  34801. | # ifdef HAVE_STDLIB_H
  34802. | # include <stdlib.h>
  34803. | # endif
  34804. | #endif
  34805. | #ifdef HAVE_STRING_H
  34806. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  34807. | # include <memory.h>
  34808. | # endif
  34809. | # include <string.h>
  34810. | #endif
  34811. | #ifdef HAVE_STRINGS_H
  34812. | # include <strings.h>
  34813. | #endif
  34814. | #ifdef HAVE_INTTYPES_H
  34815. | # include <inttypes.h>
  34816. | #endif
  34817. | #ifdef HAVE_STDINT_H
  34818. | # include <stdint.h>
  34819. | #endif
  34820. | #ifdef HAVE_UNISTD_H
  34821. | # include <unistd.h>
  34822. | #endif
  34823. | #include <valgrind/memcheck.h>
  34824. configure:25582: result: no
  34825. configure:25582: checking valgrind/memcheck.h presence
  34826. configure:25582: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  34827. conftest.c:373:10: fatal error: 'valgrind/memcheck.h' file not found
  34828. #include <valgrind/memcheck.h>
  34829. ^~~~~~~~~~~~~~~~~~~~~
  34830. 1 error generated.
  34831. configure:25582: $? = 1
  34832. configure: failed program was:
  34833. | /* confdefs.h */
  34834. | #define PACKAGE_NAME ""
  34835. | #define PACKAGE_TARNAME ""
  34836. | #define PACKAGE_VERSION ""
  34837. | #define PACKAGE_STRING ""
  34838. | #define PACKAGE_BUGREPORT ""
  34839. | #define PACKAGE_URL ""
  34840. | #define CANONICALIZATION_FOR_MATHN 1
  34841. | #define STDC_HEADERS 1
  34842. | #define HAVE_SYS_TYPES_H 1
  34843. | #define HAVE_SYS_STAT_H 1
  34844. | #define HAVE_STDLIB_H 1
  34845. | #define HAVE_STRING_H 1
  34846. | #define HAVE_MEMORY_H 1
  34847. | #define HAVE_STRINGS_H 1
  34848. | #define HAVE_INTTYPES_H 1
  34849. | #define HAVE_STDINT_H 1
  34850. | #define HAVE_UNISTD_H 1
  34851. | #define __EXTENSIONS__ 1
  34852. | #define _ALL_SOURCE 1
  34853. | #define _GNU_SOURCE 1
  34854. | #define _POSIX_PTHREAD_SEMANTICS 1
  34855. | #define _TANDEM_SOURCE 1
  34856. | #define HAVE_INFINITY 1
  34857. | #define HAVE_NAN 1
  34858. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  34859. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  34860. | #define BROKEN_CRYPT 1
  34861. | #define HAVE_CRT_EXTERNS_H 1
  34862. | #define HAVE_LIBDL 1
  34863. | #define HAVE_DIRENT_H 1
  34864. | #define HAVE__BOOL 1
  34865. | #define HAVE_STDBOOL_H 1
  34866. | #define HAVE_SYS_WAIT_H 1
  34867. | #define HAVE_GRP_H 1
  34868. | #define HAVE_FCNTL_H 1
  34869. | #define HAVE_FLOAT_H 1
  34870. | #define HAVE_LANGINFO_H 1
  34871. | #define HAVE_LIMITS_H 1
  34872. | #define HAVE_LOCALE_H 1
  34873. | #define HAVE_MALLOC_MALLOC_H 1
  34874. | #define HAVE_PWD_H 1
  34875. | #define HAVE_SYS_ATTR_H 1
  34876. | #define HAVE_SYS_FCNTL_H 1
  34877. | #define HAVE_SYS_FILE_H 1
  34878. | #define HAVE_SYS_IOCTL_H 1
  34879. | #define HAVE_SYS_PARAM_H 1
  34880. | #define HAVE_SYS_RESOURCE_H 1
  34881. | #define HAVE_SYS_SELECT_H 1
  34882. | #define HAVE_SYS_SOCKET_H 1
  34883. | #define HAVE_SYS_TIME_H 1
  34884. | #define HAVE_SYS_TIMES_H 1
  34885. | #define HAVE_SYS_UIO_H 1
  34886. | #define HAVE_TIME_H 1
  34887. | #define HAVE_UCONTEXT_H 1
  34888. | #define HAVE_UTIME_H 1
  34889. | #define HAVE_GMP_H 1
  34890. | #define HAVE_LIBGMP 1
  34891. | #define HAVE_TYPEOF 1
  34892. | #define HAVE_LONG_LONG 1
  34893. | #define HAVE_OFF_T 1
  34894. | #define SIZEOF_INT 4
  34895. | #define SIZEOF_SHORT 2
  34896. | #define SIZEOF_LONG 8
  34897. | #define SIZEOF_LONG_LONG 8
  34898. | #define SIZEOF___INT64 0
  34899. | #define SIZEOF___INT128 16
  34900. | #define SIZEOF_OFF_T 8
  34901. | #define SIZEOF_VOIDP 8
  34902. | #define SIZEOF_FLOAT 4
  34903. | #define SIZEOF_DOUBLE 8
  34904. | #define SIZEOF_TIME_T 8
  34905. | #define SIZEOF_CLOCK_T 8
  34906. | #define PACKED_STRUCT(x) x __attribute__((packed))
  34907. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  34908. | #define PRI_LL_PREFIX "ll"
  34909. | #define rb_pid_t pid_t
  34910. | #define SIGNEDNESS_OF_PID_T -1
  34911. | #define PIDT2NUM(v) INT2NUM(v)
  34912. | #define NUM2PIDT(v) NUM2INT(v)
  34913. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  34914. | #define rb_uid_t uid_t
  34915. | #define SIGNEDNESS_OF_UID_T +1
  34916. | #define UIDT2NUM(v) UINT2NUM(v)
  34917. | #define NUM2UIDT(v) NUM2UINT(v)
  34918. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  34919. | #define rb_gid_t gid_t
  34920. | #define SIGNEDNESS_OF_GID_T +1
  34921. | #define GIDT2NUM(v) UINT2NUM(v)
  34922. | #define NUM2GIDT(v) NUM2UINT(v)
  34923. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  34924. | #define rb_time_t time_t
  34925. | #define SIGNEDNESS_OF_TIME_T -1
  34926. | #define TIMET2NUM(v) LONG2NUM(v)
  34927. | #define NUM2TIMET(v) NUM2LONG(v)
  34928. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  34929. | #define rb_dev_t dev_t
  34930. | #define SIGNEDNESS_OF_DEV_T -1
  34931. | #define DEVT2NUM(v) INT2NUM(v)
  34932. | #define NUM2DEVT(v) NUM2INT(v)
  34933. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  34934. | #define rb_mode_t mode_t
  34935. | #define SIGNEDNESS_OF_MODE_T +1
  34936. | #define MODET2NUM(v) UINT2NUM(v)
  34937. | #define NUM2MODET(v) NUM2UINT(v)
  34938. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  34939. | #define rb_rlim_t rlim_t
  34940. | #define SIGNEDNESS_OF_RLIM_T +1
  34941. | #define RLIM2NUM(v) ULL2NUM(v)
  34942. | #define NUM2RLIM(v) NUM2ULL(v)
  34943. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  34944. | #define rb_off_t off_t
  34945. | #define SIGNEDNESS_OF_OFF_T -1
  34946. | #define OFFT2NUM(v) LL2NUM(v)
  34947. | #define NUM2OFFT(v) NUM2LL(v)
  34948. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  34949. | #define rb_clockid_t int
  34950. | #define SIGNEDNESS_OF_CLOCKID_T -1
  34951. | #define CLOCKID2NUM(v) INT2NUM(v)
  34952. | #define NUM2CLOCKID(v) NUM2INT(v)
  34953. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  34954. | #define HAVE_PROTOTYPES 1
  34955. | #define TOKEN_PASTE(x,y) x##y
  34956. | #define STRINGIZE(expr) STRINGIZE0(expr)
  34957. | #define HAVE_STDARG_PROTOTYPES 1
  34958. | #define HAVE_VA_ARGS_MACRO 1
  34959. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  34960. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  34961. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  34962. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  34963. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  34964. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  34965. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  34966. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  34967. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  34968. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  34969. | #define WEAK(x) __attribute__ ((__weak__)) x
  34970. | #define HAVE_FUNC_WEAK 1
  34971. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  34972. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  34973. | #define HAVE_GCC_SYNC_BUILTINS 1
  34974. | #define UNREACHABLE __builtin_unreachable()
  34975. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  34976. | #define RUBY_FUNCTION_NAME_STRING __func__
  34977. | #define ENUM_OVER_INT 1
  34978. | #define HAVE_DECL_SYS_NERR 1
  34979. | #define HAVE_DECL_GETENV 1
  34980. | #define SIZEOF_SIZE_T 8
  34981. | #define SIZEOF_PTRDIFF_T 8
  34982. | #define PRI_SIZE_PREFIX "z"
  34983. | #define PRI_PTRDIFF_PREFIX "t"
  34984. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  34985. | #define HAVE_ST_BLKSIZE 1
  34986. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  34987. | #define HAVE_ST_BLOCKS 1
  34988. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  34989. | #define HAVE_ST_RDEV 1
  34990. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  34991. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  34992. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  34993. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  34994. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  34995. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  34996. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  34997. | #define HAVE_STRUCT_TIMEVAL 1
  34998. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  34999. | #define HAVE_STRUCT_TIMESPEC 1
  35000. | #define HAVE_STRUCT_TIMEZONE 1
  35001. | #define HAVE_INT8_T 1
  35002. | #define SIZEOF_INT8_T 1
  35003. | #define HAVE_UINT8_T 1
  35004. | #define SIZEOF_UINT8_T 1
  35005. | #define HAVE_INT16_T 1
  35006. | #define SIZEOF_INT16_T 2
  35007. | #define HAVE_UINT16_T 1
  35008. | #define SIZEOF_UINT16_T 2
  35009. | #define HAVE_INT32_T 1
  35010. | #define SIZEOF_INT32_T 4
  35011. | #define HAVE_UINT32_T 1
  35012. | #define SIZEOF_UINT32_T 4
  35013. | #define HAVE_INT64_T 1
  35014. | #define SIZEOF_INT64_T 8
  35015. | #define HAVE_UINT64_T 1
  35016. | #define SIZEOF_UINT64_T 8
  35017. | #define HAVE_INT128_T 1
  35018. | #define int128_t __int128
  35019. | #define SIZEOF_INT128_T SIZEOF___INT128
  35020. | #define HAVE_UINT128_T 1
  35021. | #define uint128_t unsigned __int128
  35022. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35023. | #define HAVE_INTPTR_T 1
  35024. | #define SIZEOF_INTPTR_T 8
  35025. | #define HAVE_UINTPTR_T 1
  35026. | #define SIZEOF_UINTPTR_T 8
  35027. | #define HAVE_SSIZE_T 1
  35028. | #define SIZEOF_SSIZE_T 8
  35029. | #define GETGROUPS_T gid_t
  35030. | #define RETSIGTYPE void
  35031. | #define HAVE_ALLOCA_H 1
  35032. | #define HAVE_ALLOCA 1
  35033. | #define HAVE_ACOSH 1
  35034. | #define HAVE_CBRT 1
  35035. | #define HAVE_CRYPT 1
  35036. | #define HAVE_DUP2 1
  35037. | #define HAVE_ERF 1
  35038. | #define HAVE_FFS 1
  35039. | #define HAVE_FINITE 1
  35040. | #define HAVE_FLOCK 1
  35041. | #define HAVE_HYPOT 1
  35042. | #define HAVE_ISINF 1
  35043. | #define HAVE_ISNAN 1
  35044. | #define HAVE_LGAMMA_R 1
  35045. | #define HAVE_MEMMOVE 1
  35046. | #define HAVE_NEXTAFTER 1
  35047. | #define HAVE_STRCHR 1
  35048. | #define HAVE_STRERROR 1
  35049. | #define HAVE_STRLCAT 1
  35050. | #define HAVE_STRLCPY 1
  35051. | #define HAVE_STRSTR 1
  35052. | #define HAVE_TGAMMA 1
  35053. | #define SPT_TYPE SPT_REUSEARGV
  35054. | #define HAVE_SIGNBIT 1
  35055. | #define HAVE_FORK 1
  35056. | #define vfork fork
  35057. | #define HAVE_WORKING_FORK 1
  35058. | #define HAVE__LONGJMP 1
  35059. | #define HAVE_ARC4RANDOM_BUF 1
  35060. | #define HAVE_ATAN2L 1
  35061. | #define HAVE_ATAN2F 1
  35062. | #define HAVE_CHROOT 1
  35063. | #define HAVE_CLOCK_GETTIME 1
  35064. | #define HAVE_COSH 1
  35065. | #define HAVE_DIRFD 1
  35066. | #define HAVE_DLOPEN 1
  35067. | #define HAVE_DLADDR 1
  35068. | #define HAVE_DUP 1
  35069. | #define HAVE_ENDGRENT 1
  35070. | #define HAVE_FCHMOD 1
  35071. | #define HAVE_FCHOWN 1
  35072. | #define HAVE_FCNTL 1
  35073. | #define HAVE_FDOPENDIR 1
  35074. | #define HAVE_FGETATTRLIST 1
  35075. | #define HAVE_FMOD 1
  35076. | #define HAVE_FSTATAT 1
  35077. | #define HAVE_FSYNC 1
  35078. | #define HAVE_FTRUNCATE 1
  35079. | #define HAVE_GETATTRLIST 1
  35080. | #define HAVE_GETCWD 1
  35081. | #define HAVE_GETGRNAM 1
  35082. | #define HAVE_GETGRNAM_R 1
  35083. | #define HAVE_GETGROUPS 1
  35084. | #define HAVE_GETPGID 1
  35085. | #define HAVE_GETPGRP 1
  35086. | #define HAVE_GETPRIORITY 1
  35087. | #define HAVE_GETPWNAM_R 1
  35088. | #define HAVE_GETRLIMIT 1
  35089. | #define HAVE_GETSID 1
  35090. | #define HAVE_GETTIMEOFDAY 1
  35091. | #define HAVE_GMTIME_R 1
  35092. | #define HAVE_INITGROUPS 1
  35093. | #define HAVE_IOCTL 1
  35094. | #define HAVE_ISSETUGID 1
  35095. | #define HAVE_KILLPG 1
  35096. | #define HAVE_LCHMOD 1
  35097. | #define HAVE_LCHOWN 1
  35098. | #define HAVE_LINK 1
  35099. | #define HAVE_LLABS 1
  35100. | #define HAVE_LOCKF 1
  35101. | #define HAVE_LOG2 1
  35102. | #define HAVE_LSTAT 1
  35103. | #define HAVE_LUTIMES 1
  35104. | #define HAVE_MALLOC_SIZE 1
  35105. | #define HAVE_MBLEN 1
  35106. | #define HAVE_MEMSET_S 1
  35107. | #define HAVE_WRITEV 1
  35108. | #define HAVE_MKFIFO 1
  35109. | #define HAVE_MKNOD 1
  35110. | #define HAVE_MKTIME 1
  35111. | #define HAVE_OPENAT 1
  35112. | #define HAVE_POLL 1
  35113. | #define HAVE_POSIX_MEMALIGN 1
  35114. | #define HAVE_PREAD 1
  35115. | #define HAVE_PWRITE 1
  35116. | #define HAVE_QSORT_R 1
  35117. | #define HAVE_READLINK 1
  35118. | #define HAVE_ROUND 1
  35119. | #define HAVE_SEEKDIR 1
  35120. | #define HAVE_SENDFILE 1
  35121. | #define HAVE_SETEGID 1
  35122. | #define HAVE_SETENV 1
  35123. | #define HAVE_SETEUID 1
  35124. | #define HAVE_SETGID 1
  35125. | #define HAVE_SETGROUPS 1
  35126. | #define HAVE_SETPGID 1
  35127. | #define HAVE_SETPGRP 1
  35128. | #define HAVE_SETREGID 1
  35129. | #define HAVE_SETREUID 1
  35130. | #define HAVE_SETRGID 1
  35131. | #define HAVE_SETRLIMIT 1
  35132. | #define HAVE_SETRUID 1
  35133. | #define HAVE_SETSID 1
  35134. | #define HAVE_SETUID 1
  35135. | #define HAVE_SHUTDOWN 1
  35136. | #define HAVE_SIGACTION 1
  35137. | #define HAVE_SIGALTSTACK 1
  35138. | #define HAVE_SIGPROCMASK 1
  35139. | #define HAVE_SINH 1
  35140. | #define HAVE_SYMLINK 1
  35141. | #define HAVE_SYSCONF 1
  35142. | #define HAVE_TANH 1
  35143. | #define HAVE_TELLDIR 1
  35144. | #define HAVE_TIMEGM 1
  35145. | #define HAVE_TIMES 1
  35146. | #define HAVE_TRUNCATE 1
  35147. | #define HAVE_UNSETENV 1
  35148. | #define HAVE_UTIMENSAT 1
  35149. | #define HAVE_UTIMES 1
  35150. | #define HAVE_WAIT4 1
  35151. | #define HAVE_WAITPID 1
  35152. | #if !defined __STDC_WANT_LIB_EXT1__
  35153. | #define __STDC_WANT_LIB_EXT1__ 1
  35154. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35155. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35156. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35157. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35158. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35159. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35160. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35161. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35162. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35163. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35164. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35165. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35166. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35167. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35168. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35169. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35170. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35171. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35172. | #define HAVE_BSD_QSORT_R 1
  35173. | #define ATAN2_INF_C99 1
  35174. | #define HAVE_CLOCK_GETRES 1
  35175. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35176. | #define HAVE_TM_ZONE 1
  35177. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35178. | #define HAVE_DAYLIGHT 1
  35179. | #define NEGATIVE_TIME_T 1
  35180. | #define POSIX_SIGNAL 1
  35181. | #define HAVE_SIG_T 1
  35182. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35183. | #define HAVE__SC_CLK_TCK 1
  35184. | #define STACK_GROW_DIRECTION -1
  35185. | #define _REENTRANT 1
  35186. | #define _THREAD_SAFE 1
  35187. | #define HAVE_LIBPTHREAD 1
  35188. | #define HAVE_SCHED_YIELD 1
  35189. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35190. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35191. | #define HAVE_PTHREAD_ATTR_INIT 1
  35192. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35193. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35194. | #define HAVE_PTHREAD_COND_INIT 1
  35195. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35196. | #define HAVE_PTHREAD_SIGMASK 1
  35197. | #define HAVE_PTHREAD_SETNAME_NP 1
  35198. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35199. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35200. | #define HAVE_EXECINFO_H 1
  35201. | #define HAVE_LIBUNWIND_H 1
  35202. | #define HAVE_BACKTRACE 1
  35203. | #define BROKEN_BACKTRACE 1
  35204. | /* end confdefs.h. */
  35205. | #include <valgrind/memcheck.h>
  35206. configure:25582: result: no
  35207. configure:25582: checking for valgrind/memcheck.h
  35208. configure:25582: result: no
  35209. configure:25762: checking for strip
  35210. configure:25778: found /usr/bin/strip
  35211. configure:25789: result: strip
  35212. configure:26132: checking whether -Wl,--no-undefined is accepted as LDFLAGS
  35213. configure:26158: gcc -o conftest -O3 -ggdb3 -fno-common -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib -Wl,--no-undefined conftest.c -lpthread -lgmp -ldl -lobjc >&5
  35214. ld: unknown option: --no-undefined
  35215. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  35216. configure:26158: $? = 1
  35217. configure: failed program was:
  35218. | /* confdefs.h */
  35219. | #define PACKAGE_NAME ""
  35220. | #define PACKAGE_TARNAME ""
  35221. | #define PACKAGE_VERSION ""
  35222. | #define PACKAGE_STRING ""
  35223. | #define PACKAGE_BUGREPORT ""
  35224. | #define PACKAGE_URL ""
  35225. | #define CANONICALIZATION_FOR_MATHN 1
  35226. | #define STDC_HEADERS 1
  35227. | #define HAVE_SYS_TYPES_H 1
  35228. | #define HAVE_SYS_STAT_H 1
  35229. | #define HAVE_STDLIB_H 1
  35230. | #define HAVE_STRING_H 1
  35231. | #define HAVE_MEMORY_H 1
  35232. | #define HAVE_STRINGS_H 1
  35233. | #define HAVE_INTTYPES_H 1
  35234. | #define HAVE_STDINT_H 1
  35235. | #define HAVE_UNISTD_H 1
  35236. | #define __EXTENSIONS__ 1
  35237. | #define _ALL_SOURCE 1
  35238. | #define _GNU_SOURCE 1
  35239. | #define _POSIX_PTHREAD_SEMANTICS 1
  35240. | #define _TANDEM_SOURCE 1
  35241. | #define HAVE_INFINITY 1
  35242. | #define HAVE_NAN 1
  35243. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35244. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35245. | #define BROKEN_CRYPT 1
  35246. | #define HAVE_CRT_EXTERNS_H 1
  35247. | #define HAVE_LIBDL 1
  35248. | #define HAVE_DIRENT_H 1
  35249. | #define HAVE__BOOL 1
  35250. | #define HAVE_STDBOOL_H 1
  35251. | #define HAVE_SYS_WAIT_H 1
  35252. | #define HAVE_GRP_H 1
  35253. | #define HAVE_FCNTL_H 1
  35254. | #define HAVE_FLOAT_H 1
  35255. | #define HAVE_LANGINFO_H 1
  35256. | #define HAVE_LIMITS_H 1
  35257. | #define HAVE_LOCALE_H 1
  35258. | #define HAVE_MALLOC_MALLOC_H 1
  35259. | #define HAVE_PWD_H 1
  35260. | #define HAVE_SYS_ATTR_H 1
  35261. | #define HAVE_SYS_FCNTL_H 1
  35262. | #define HAVE_SYS_FILE_H 1
  35263. | #define HAVE_SYS_IOCTL_H 1
  35264. | #define HAVE_SYS_PARAM_H 1
  35265. | #define HAVE_SYS_RESOURCE_H 1
  35266. | #define HAVE_SYS_SELECT_H 1
  35267. | #define HAVE_SYS_SOCKET_H 1
  35268. | #define HAVE_SYS_TIME_H 1
  35269. | #define HAVE_SYS_TIMES_H 1
  35270. | #define HAVE_SYS_UIO_H 1
  35271. | #define HAVE_TIME_H 1
  35272. | #define HAVE_UCONTEXT_H 1
  35273. | #define HAVE_UTIME_H 1
  35274. | #define HAVE_GMP_H 1
  35275. | #define HAVE_LIBGMP 1
  35276. | #define HAVE_TYPEOF 1
  35277. | #define HAVE_LONG_LONG 1
  35278. | #define HAVE_OFF_T 1
  35279. | #define SIZEOF_INT 4
  35280. | #define SIZEOF_SHORT 2
  35281. | #define SIZEOF_LONG 8
  35282. | #define SIZEOF_LONG_LONG 8
  35283. | #define SIZEOF___INT64 0
  35284. | #define SIZEOF___INT128 16
  35285. | #define SIZEOF_OFF_T 8
  35286. | #define SIZEOF_VOIDP 8
  35287. | #define SIZEOF_FLOAT 4
  35288. | #define SIZEOF_DOUBLE 8
  35289. | #define SIZEOF_TIME_T 8
  35290. | #define SIZEOF_CLOCK_T 8
  35291. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35292. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35293. | #define PRI_LL_PREFIX "ll"
  35294. | #define rb_pid_t pid_t
  35295. | #define SIGNEDNESS_OF_PID_T -1
  35296. | #define PIDT2NUM(v) INT2NUM(v)
  35297. | #define NUM2PIDT(v) NUM2INT(v)
  35298. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35299. | #define rb_uid_t uid_t
  35300. | #define SIGNEDNESS_OF_UID_T +1
  35301. | #define UIDT2NUM(v) UINT2NUM(v)
  35302. | #define NUM2UIDT(v) NUM2UINT(v)
  35303. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35304. | #define rb_gid_t gid_t
  35305. | #define SIGNEDNESS_OF_GID_T +1
  35306. | #define GIDT2NUM(v) UINT2NUM(v)
  35307. | #define NUM2GIDT(v) NUM2UINT(v)
  35308. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35309. | #define rb_time_t time_t
  35310. | #define SIGNEDNESS_OF_TIME_T -1
  35311. | #define TIMET2NUM(v) LONG2NUM(v)
  35312. | #define NUM2TIMET(v) NUM2LONG(v)
  35313. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35314. | #define rb_dev_t dev_t
  35315. | #define SIGNEDNESS_OF_DEV_T -1
  35316. | #define DEVT2NUM(v) INT2NUM(v)
  35317. | #define NUM2DEVT(v) NUM2INT(v)
  35318. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35319. | #define rb_mode_t mode_t
  35320. | #define SIGNEDNESS_OF_MODE_T +1
  35321. | #define MODET2NUM(v) UINT2NUM(v)
  35322. | #define NUM2MODET(v) NUM2UINT(v)
  35323. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35324. | #define rb_rlim_t rlim_t
  35325. | #define SIGNEDNESS_OF_RLIM_T +1
  35326. | #define RLIM2NUM(v) ULL2NUM(v)
  35327. | #define NUM2RLIM(v) NUM2ULL(v)
  35328. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35329. | #define rb_off_t off_t
  35330. | #define SIGNEDNESS_OF_OFF_T -1
  35331. | #define OFFT2NUM(v) LL2NUM(v)
  35332. | #define NUM2OFFT(v) NUM2LL(v)
  35333. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35334. | #define rb_clockid_t int
  35335. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35336. | #define CLOCKID2NUM(v) INT2NUM(v)
  35337. | #define NUM2CLOCKID(v) NUM2INT(v)
  35338. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35339. | #define HAVE_PROTOTYPES 1
  35340. | #define TOKEN_PASTE(x,y) x##y
  35341. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35342. | #define HAVE_STDARG_PROTOTYPES 1
  35343. | #define HAVE_VA_ARGS_MACRO 1
  35344. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35345. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35346. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35347. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35348. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35349. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35350. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35351. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35352. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35353. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35354. | #define WEAK(x) __attribute__ ((__weak__)) x
  35355. | #define HAVE_FUNC_WEAK 1
  35356. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35357. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35358. | #define HAVE_GCC_SYNC_BUILTINS 1
  35359. | #define UNREACHABLE __builtin_unreachable()
  35360. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35361. | #define RUBY_FUNCTION_NAME_STRING __func__
  35362. | #define ENUM_OVER_INT 1
  35363. | #define HAVE_DECL_SYS_NERR 1
  35364. | #define HAVE_DECL_GETENV 1
  35365. | #define SIZEOF_SIZE_T 8
  35366. | #define SIZEOF_PTRDIFF_T 8
  35367. | #define PRI_SIZE_PREFIX "z"
  35368. | #define PRI_PTRDIFF_PREFIX "t"
  35369. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35370. | #define HAVE_ST_BLKSIZE 1
  35371. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35372. | #define HAVE_ST_BLOCKS 1
  35373. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35374. | #define HAVE_ST_RDEV 1
  35375. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35376. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35377. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35378. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35379. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35380. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35381. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35382. | #define HAVE_STRUCT_TIMEVAL 1
  35383. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35384. | #define HAVE_STRUCT_TIMESPEC 1
  35385. | #define HAVE_STRUCT_TIMEZONE 1
  35386. | #define HAVE_INT8_T 1
  35387. | #define SIZEOF_INT8_T 1
  35388. | #define HAVE_UINT8_T 1
  35389. | #define SIZEOF_UINT8_T 1
  35390. | #define HAVE_INT16_T 1
  35391. | #define SIZEOF_INT16_T 2
  35392. | #define HAVE_UINT16_T 1
  35393. | #define SIZEOF_UINT16_T 2
  35394. | #define HAVE_INT32_T 1
  35395. | #define SIZEOF_INT32_T 4
  35396. | #define HAVE_UINT32_T 1
  35397. | #define SIZEOF_UINT32_T 4
  35398. | #define HAVE_INT64_T 1
  35399. | #define SIZEOF_INT64_T 8
  35400. | #define HAVE_UINT64_T 1
  35401. | #define SIZEOF_UINT64_T 8
  35402. | #define HAVE_INT128_T 1
  35403. | #define int128_t __int128
  35404. | #define SIZEOF_INT128_T SIZEOF___INT128
  35405. | #define HAVE_UINT128_T 1
  35406. | #define uint128_t unsigned __int128
  35407. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35408. | #define HAVE_INTPTR_T 1
  35409. | #define SIZEOF_INTPTR_T 8
  35410. | #define HAVE_UINTPTR_T 1
  35411. | #define SIZEOF_UINTPTR_T 8
  35412. | #define HAVE_SSIZE_T 1
  35413. | #define SIZEOF_SSIZE_T 8
  35414. | #define GETGROUPS_T gid_t
  35415. | #define RETSIGTYPE void
  35416. | #define HAVE_ALLOCA_H 1
  35417. | #define HAVE_ALLOCA 1
  35418. | #define HAVE_ACOSH 1
  35419. | #define HAVE_CBRT 1
  35420. | #define HAVE_CRYPT 1
  35421. | #define HAVE_DUP2 1
  35422. | #define HAVE_ERF 1
  35423. | #define HAVE_FFS 1
  35424. | #define HAVE_FINITE 1
  35425. | #define HAVE_FLOCK 1
  35426. | #define HAVE_HYPOT 1
  35427. | #define HAVE_ISINF 1
  35428. | #define HAVE_ISNAN 1
  35429. | #define HAVE_LGAMMA_R 1
  35430. | #define HAVE_MEMMOVE 1
  35431. | #define HAVE_NEXTAFTER 1
  35432. | #define HAVE_STRCHR 1
  35433. | #define HAVE_STRERROR 1
  35434. | #define HAVE_STRLCAT 1
  35435. | #define HAVE_STRLCPY 1
  35436. | #define HAVE_STRSTR 1
  35437. | #define HAVE_TGAMMA 1
  35438. | #define SPT_TYPE SPT_REUSEARGV
  35439. | #define HAVE_SIGNBIT 1
  35440. | #define HAVE_FORK 1
  35441. | #define vfork fork
  35442. | #define HAVE_WORKING_FORK 1
  35443. | #define HAVE__LONGJMP 1
  35444. | #define HAVE_ARC4RANDOM_BUF 1
  35445. | #define HAVE_ATAN2L 1
  35446. | #define HAVE_ATAN2F 1
  35447. | #define HAVE_CHROOT 1
  35448. | #define HAVE_CLOCK_GETTIME 1
  35449. | #define HAVE_COSH 1
  35450. | #define HAVE_DIRFD 1
  35451. | #define HAVE_DLOPEN 1
  35452. | #define HAVE_DLADDR 1
  35453. | #define HAVE_DUP 1
  35454. | #define HAVE_ENDGRENT 1
  35455. | #define HAVE_FCHMOD 1
  35456. | #define HAVE_FCHOWN 1
  35457. | #define HAVE_FCNTL 1
  35458. | #define HAVE_FDOPENDIR 1
  35459. | #define HAVE_FGETATTRLIST 1
  35460. | #define HAVE_FMOD 1
  35461. | #define HAVE_FSTATAT 1
  35462. | #define HAVE_FSYNC 1
  35463. | #define HAVE_FTRUNCATE 1
  35464. | #define HAVE_GETATTRLIST 1
  35465. | #define HAVE_GETCWD 1
  35466. | #define HAVE_GETGRNAM 1
  35467. | #define HAVE_GETGRNAM_R 1
  35468. | #define HAVE_GETGROUPS 1
  35469. | #define HAVE_GETPGID 1
  35470. | #define HAVE_GETPGRP 1
  35471. | #define HAVE_GETPRIORITY 1
  35472. | #define HAVE_GETPWNAM_R 1
  35473. | #define HAVE_GETRLIMIT 1
  35474. | #define HAVE_GETSID 1
  35475. | #define HAVE_GETTIMEOFDAY 1
  35476. | #define HAVE_GMTIME_R 1
  35477. | #define HAVE_INITGROUPS 1
  35478. | #define HAVE_IOCTL 1
  35479. | #define HAVE_ISSETUGID 1
  35480. | #define HAVE_KILLPG 1
  35481. | #define HAVE_LCHMOD 1
  35482. | #define HAVE_LCHOWN 1
  35483. | #define HAVE_LINK 1
  35484. | #define HAVE_LLABS 1
  35485. | #define HAVE_LOCKF 1
  35486. | #define HAVE_LOG2 1
  35487. | #define HAVE_LSTAT 1
  35488. | #define HAVE_LUTIMES 1
  35489. | #define HAVE_MALLOC_SIZE 1
  35490. | #define HAVE_MBLEN 1
  35491. | #define HAVE_MEMSET_S 1
  35492. | #define HAVE_WRITEV 1
  35493. | #define HAVE_MKFIFO 1
  35494. | #define HAVE_MKNOD 1
  35495. | #define HAVE_MKTIME 1
  35496. | #define HAVE_OPENAT 1
  35497. | #define HAVE_POLL 1
  35498. | #define HAVE_POSIX_MEMALIGN 1
  35499. | #define HAVE_PREAD 1
  35500. | #define HAVE_PWRITE 1
  35501. | #define HAVE_QSORT_R 1
  35502. | #define HAVE_READLINK 1
  35503. | #define HAVE_ROUND 1
  35504. | #define HAVE_SEEKDIR 1
  35505. | #define HAVE_SENDFILE 1
  35506. | #define HAVE_SETEGID 1
  35507. | #define HAVE_SETENV 1
  35508. | #define HAVE_SETEUID 1
  35509. | #define HAVE_SETGID 1
  35510. | #define HAVE_SETGROUPS 1
  35511. | #define HAVE_SETPGID 1
  35512. | #define HAVE_SETPGRP 1
  35513. | #define HAVE_SETREGID 1
  35514. | #define HAVE_SETREUID 1
  35515. | #define HAVE_SETRGID 1
  35516. | #define HAVE_SETRLIMIT 1
  35517. | #define HAVE_SETRUID 1
  35518. | #define HAVE_SETSID 1
  35519. | #define HAVE_SETUID 1
  35520. | #define HAVE_SHUTDOWN 1
  35521. | #define HAVE_SIGACTION 1
  35522. | #define HAVE_SIGALTSTACK 1
  35523. | #define HAVE_SIGPROCMASK 1
  35524. | #define HAVE_SINH 1
  35525. | #define HAVE_SYMLINK 1
  35526. | #define HAVE_SYSCONF 1
  35527. | #define HAVE_TANH 1
  35528. | #define HAVE_TELLDIR 1
  35529. | #define HAVE_TIMEGM 1
  35530. | #define HAVE_TIMES 1
  35531. | #define HAVE_TRUNCATE 1
  35532. | #define HAVE_UNSETENV 1
  35533. | #define HAVE_UTIMENSAT 1
  35534. | #define HAVE_UTIMES 1
  35535. | #define HAVE_WAIT4 1
  35536. | #define HAVE_WAITPID 1
  35537. | #if !defined __STDC_WANT_LIB_EXT1__
  35538. | #define __STDC_WANT_LIB_EXT1__ 1
  35539. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35540. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35541. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35542. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35543. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35544. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35545. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35546. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35547. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35548. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35549. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35550. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35551. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35552. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35553. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35554. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35555. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35556. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35557. | #define HAVE_BSD_QSORT_R 1
  35558. | #define ATAN2_INF_C99 1
  35559. | #define HAVE_CLOCK_GETRES 1
  35560. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35561. | #define HAVE_TM_ZONE 1
  35562. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35563. | #define HAVE_DAYLIGHT 1
  35564. | #define NEGATIVE_TIME_T 1
  35565. | #define POSIX_SIGNAL 1
  35566. | #define HAVE_SIG_T 1
  35567. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35568. | #define HAVE__SC_CLK_TCK 1
  35569. | #define STACK_GROW_DIRECTION -1
  35570. | #define _REENTRANT 1
  35571. | #define _THREAD_SAFE 1
  35572. | #define HAVE_LIBPTHREAD 1
  35573. | #define HAVE_SCHED_YIELD 1
  35574. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35575. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35576. | #define HAVE_PTHREAD_ATTR_INIT 1
  35577. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35578. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35579. | #define HAVE_PTHREAD_COND_INIT 1
  35580. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35581. | #define HAVE_PTHREAD_SIGMASK 1
  35582. | #define HAVE_PTHREAD_SETNAME_NP 1
  35583. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35584. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35585. | #define HAVE_EXECINFO_H 1
  35586. | #define HAVE_LIBUNWIND_H 1
  35587. | #define HAVE_BACKTRACE 1
  35588. | #define BROKEN_BACKTRACE 1
  35589. | #define DLEXT_MAXLEN 7
  35590. | #define DLEXT ".bundle"
  35591. | #define LIBDIR_BASENAME "lib"
  35592. | /* end confdefs.h. */
  35593. |
  35594. | int
  35595. | main ()
  35596. | {
  35597. |
  35598. | ;
  35599. | return 0;
  35600. | }
  35601. configure:26164: result: no
  35602. configure:26548: checking whether wrapper for DYLD_LIBRARY_PATH is needed
  35603. configure:26555: result: yes
  35604. configure:26575: checking whether dtrace USDT is available
  35605. configure:26601: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35606. configure:26601: $? = 0
  35607. configure:26615: result: yes(-xnolibs)
  35608. configure:26645: checking whether dtrace needs post processing
  35609. configure:26673: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35610. configure:26673: $? = 0
  35611. configure:26699: result: no
  35612. configure:26751: checking for __builtin_setjmp
  35613. configure:26812: result: no
  35614. configure:26816: checking for _setjmpex as a macro or function
  35615. configure:26839: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  35616. conftest.c:378:10: fatal error: 'setjmpex.h' file not found
  35617. #include <setjmpex.h>
  35618. ^~~~~~~~~~~~
  35619. 1 error generated.
  35620. configure:26839: $? = 1
  35621. configure: failed program was:
  35622. | /* confdefs.h */
  35623. | #define PACKAGE_NAME ""
  35624. | #define PACKAGE_TARNAME ""
  35625. | #define PACKAGE_VERSION ""
  35626. | #define PACKAGE_STRING ""
  35627. | #define PACKAGE_BUGREPORT ""
  35628. | #define PACKAGE_URL ""
  35629. | #define CANONICALIZATION_FOR_MATHN 1
  35630. | #define STDC_HEADERS 1
  35631. | #define HAVE_SYS_TYPES_H 1
  35632. | #define HAVE_SYS_STAT_H 1
  35633. | #define HAVE_STDLIB_H 1
  35634. | #define HAVE_STRING_H 1
  35635. | #define HAVE_MEMORY_H 1
  35636. | #define HAVE_STRINGS_H 1
  35637. | #define HAVE_INTTYPES_H 1
  35638. | #define HAVE_STDINT_H 1
  35639. | #define HAVE_UNISTD_H 1
  35640. | #define __EXTENSIONS__ 1
  35641. | #define _ALL_SOURCE 1
  35642. | #define _GNU_SOURCE 1
  35643. | #define _POSIX_PTHREAD_SEMANTICS 1
  35644. | #define _TANDEM_SOURCE 1
  35645. | #define HAVE_INFINITY 1
  35646. | #define HAVE_NAN 1
  35647. | #define RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)")
  35648. | #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop")
  35649. | #define BROKEN_CRYPT 1
  35650. | #define HAVE_CRT_EXTERNS_H 1
  35651. | #define HAVE_LIBDL 1
  35652. | #define HAVE_DIRENT_H 1
  35653. | #define HAVE__BOOL 1
  35654. | #define HAVE_STDBOOL_H 1
  35655. | #define HAVE_SYS_WAIT_H 1
  35656. | #define HAVE_GRP_H 1
  35657. | #define HAVE_FCNTL_H 1
  35658. | #define HAVE_FLOAT_H 1
  35659. | #define HAVE_LANGINFO_H 1
  35660. | #define HAVE_LIMITS_H 1
  35661. | #define HAVE_LOCALE_H 1
  35662. | #define HAVE_MALLOC_MALLOC_H 1
  35663. | #define HAVE_PWD_H 1
  35664. | #define HAVE_SYS_ATTR_H 1
  35665. | #define HAVE_SYS_FCNTL_H 1
  35666. | #define HAVE_SYS_FILE_H 1
  35667. | #define HAVE_SYS_IOCTL_H 1
  35668. | #define HAVE_SYS_PARAM_H 1
  35669. | #define HAVE_SYS_RESOURCE_H 1
  35670. | #define HAVE_SYS_SELECT_H 1
  35671. | #define HAVE_SYS_SOCKET_H 1
  35672. | #define HAVE_SYS_TIME_H 1
  35673. | #define HAVE_SYS_TIMES_H 1
  35674. | #define HAVE_SYS_UIO_H 1
  35675. | #define HAVE_TIME_H 1
  35676. | #define HAVE_UCONTEXT_H 1
  35677. | #define HAVE_UTIME_H 1
  35678. | #define HAVE_GMP_H 1
  35679. | #define HAVE_LIBGMP 1
  35680. | #define HAVE_TYPEOF 1
  35681. | #define HAVE_LONG_LONG 1
  35682. | #define HAVE_OFF_T 1
  35683. | #define SIZEOF_INT 4
  35684. | #define SIZEOF_SHORT 2
  35685. | #define SIZEOF_LONG 8
  35686. | #define SIZEOF_LONG_LONG 8
  35687. | #define SIZEOF___INT64 0
  35688. | #define SIZEOF___INT128 16
  35689. | #define SIZEOF_OFF_T 8
  35690. | #define SIZEOF_VOIDP 8
  35691. | #define SIZEOF_FLOAT 4
  35692. | #define SIZEOF_DOUBLE 8
  35693. | #define SIZEOF_TIME_T 8
  35694. | #define SIZEOF_CLOCK_T 8
  35695. | #define PACKED_STRUCT(x) x __attribute__((packed))
  35696. | #define USE_UNALIGNED_MEMBER_ACCESS 1
  35697. | #define PRI_LL_PREFIX "ll"
  35698. | #define rb_pid_t pid_t
  35699. | #define SIGNEDNESS_OF_PID_T -1
  35700. | #define PIDT2NUM(v) INT2NUM(v)
  35701. | #define NUM2PIDT(v) NUM2INT(v)
  35702. | #define PRI_PIDT_PREFIX PRI_INT_PREFIX
  35703. | #define rb_uid_t uid_t
  35704. | #define SIGNEDNESS_OF_UID_T +1
  35705. | #define UIDT2NUM(v) UINT2NUM(v)
  35706. | #define NUM2UIDT(v) NUM2UINT(v)
  35707. | #define PRI_UIDT_PREFIX PRI_INT_PREFIX
  35708. | #define rb_gid_t gid_t
  35709. | #define SIGNEDNESS_OF_GID_T +1
  35710. | #define GIDT2NUM(v) UINT2NUM(v)
  35711. | #define NUM2GIDT(v) NUM2UINT(v)
  35712. | #define PRI_GIDT_PREFIX PRI_INT_PREFIX
  35713. | #define rb_time_t time_t
  35714. | #define SIGNEDNESS_OF_TIME_T -1
  35715. | #define TIMET2NUM(v) LONG2NUM(v)
  35716. | #define NUM2TIMET(v) NUM2LONG(v)
  35717. | #define PRI_TIMET_PREFIX PRI_LONG_PREFIX
  35718. | #define rb_dev_t dev_t
  35719. | #define SIGNEDNESS_OF_DEV_T -1
  35720. | #define DEVT2NUM(v) INT2NUM(v)
  35721. | #define NUM2DEVT(v) NUM2INT(v)
  35722. | #define PRI_DEVT_PREFIX PRI_INT_PREFIX
  35723. | #define rb_mode_t mode_t
  35724. | #define SIGNEDNESS_OF_MODE_T +1
  35725. | #define MODET2NUM(v) UINT2NUM(v)
  35726. | #define NUM2MODET(v) NUM2UINT(v)
  35727. | #define PRI_MODET_PREFIX PRI_INT_PREFIX
  35728. | #define rb_rlim_t rlim_t
  35729. | #define SIGNEDNESS_OF_RLIM_T +1
  35730. | #define RLIM2NUM(v) ULL2NUM(v)
  35731. | #define NUM2RLIM(v) NUM2ULL(v)
  35732. | #define PRI_RLIM_PREFIX PRI_LL_PREFIX
  35733. | #define rb_off_t off_t
  35734. | #define SIGNEDNESS_OF_OFF_T -1
  35735. | #define OFFT2NUM(v) LL2NUM(v)
  35736. | #define NUM2OFFT(v) NUM2LL(v)
  35737. | #define PRI_OFFT_PREFIX PRI_LL_PREFIX
  35738. | #define rb_clockid_t int
  35739. | #define SIGNEDNESS_OF_CLOCKID_T -1
  35740. | #define CLOCKID2NUM(v) INT2NUM(v)
  35741. | #define NUM2CLOCKID(v) NUM2INT(v)
  35742. | #define PRI_CLOCKID_PREFIX PRI_INT_PREFIX
  35743. | #define HAVE_PROTOTYPES 1
  35744. | #define TOKEN_PASTE(x,y) x##y
  35745. | #define STRINGIZE(expr) STRINGIZE0(expr)
  35746. | #define HAVE_STDARG_PROTOTYPES 1
  35747. | #define HAVE_VA_ARGS_MACRO 1
  35748. | #define CONSTFUNC(x) __attribute__ ((__const__)) x
  35749. | #define PUREFUNC(x) __attribute__ ((__pure__)) x
  35750. | #define NORETURN(x) __attribute__ ((__noreturn__)) x
  35751. | #define DEPRECATED(x) __attribute__ ((__deprecated__)) x
  35752. | #define DEPRECATED_BY(n,x) __attribute__ ((__deprecated__("by "#n))) x
  35753. | #define DEPRECATED_TYPE(mesg,x) x __attribute__ ((__deprecated__ mesg))
  35754. | #define NOINLINE(x) __attribute__ ((__noinline__)) x
  35755. | #define ALWAYS_INLINE(x) __attribute__ ((__always_inline__)) x
  35756. | #define WARN_UNUSED_RESULT(x) __attribute__ ((__warn_unused_result__)) x
  35757. | #define MAYBE_UNUSED(x) __attribute__ ((__unused__)) x
  35758. | #define WEAK(x) __attribute__ ((__weak__)) x
  35759. | #define HAVE_FUNC_WEAK 1
  35760. | #define FUNC_CDECL(x) __attribute__ ((__cdecl__)) x
  35761. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  35762. | #define HAVE_GCC_SYNC_BUILTINS 1
  35763. | #define UNREACHABLE __builtin_unreachable()
  35764. | #define RUBY_FUNC_EXPORTED __attribute__ ((__visibility__("default"))) extern
  35765. | #define RUBY_FUNCTION_NAME_STRING __func__
  35766. | #define ENUM_OVER_INT 1
  35767. | #define HAVE_DECL_SYS_NERR 1
  35768. | #define HAVE_DECL_GETENV 1
  35769. | #define SIZEOF_SIZE_T 8
  35770. | #define SIZEOF_PTRDIFF_T 8
  35771. | #define PRI_SIZE_PREFIX "z"
  35772. | #define PRI_PTRDIFF_PREFIX "t"
  35773. | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
  35774. | #define HAVE_ST_BLKSIZE 1
  35775. | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
  35776. | #define HAVE_ST_BLOCKS 1
  35777. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  35778. | #define HAVE_ST_RDEV 1
  35779. | #define SIZEOF_STRUCT_STAT_ST_SIZE SIZEOF_OFF_T
  35780. | #define SIZEOF_STRUCT_STAT_ST_BLOCKS SIZEOF_OFF_T
  35781. | #define SIZEOF_STRUCT_STAT_ST_INO SIZEOF_LONG
  35782. | #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
  35783. | #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
  35784. | #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
  35785. | #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
  35786. | #define HAVE_STRUCT_TIMEVAL 1
  35787. | #define SIZEOF_STRUCT_TIMEVAL_TV_SEC SIZEOF_TIME_T
  35788. | #define HAVE_STRUCT_TIMESPEC 1
  35789. | #define HAVE_STRUCT_TIMEZONE 1
  35790. | #define HAVE_INT8_T 1
  35791. | #define SIZEOF_INT8_T 1
  35792. | #define HAVE_UINT8_T 1
  35793. | #define SIZEOF_UINT8_T 1
  35794. | #define HAVE_INT16_T 1
  35795. | #define SIZEOF_INT16_T 2
  35796. | #define HAVE_UINT16_T 1
  35797. | #define SIZEOF_UINT16_T 2
  35798. | #define HAVE_INT32_T 1
  35799. | #define SIZEOF_INT32_T 4
  35800. | #define HAVE_UINT32_T 1
  35801. | #define SIZEOF_UINT32_T 4
  35802. | #define HAVE_INT64_T 1
  35803. | #define SIZEOF_INT64_T 8
  35804. | #define HAVE_UINT64_T 1
  35805. | #define SIZEOF_UINT64_T 8
  35806. | #define HAVE_INT128_T 1
  35807. | #define int128_t __int128
  35808. | #define SIZEOF_INT128_T SIZEOF___INT128
  35809. | #define HAVE_UINT128_T 1
  35810. | #define uint128_t unsigned __int128
  35811. | #define SIZEOF_UINT128_T SIZEOF___INT128
  35812. | #define HAVE_INTPTR_T 1
  35813. | #define SIZEOF_INTPTR_T 8
  35814. | #define HAVE_UINTPTR_T 1
  35815. | #define SIZEOF_UINTPTR_T 8
  35816. | #define HAVE_SSIZE_T 1
  35817. | #define SIZEOF_SSIZE_T 8
  35818. | #define GETGROUPS_T gid_t
  35819. | #define RETSIGTYPE void
  35820. | #define HAVE_ALLOCA_H 1
  35821. | #define HAVE_ALLOCA 1
  35822. | #define HAVE_ACOSH 1
  35823. | #define HAVE_CBRT 1
  35824. | #define HAVE_CRYPT 1
  35825. | #define HAVE_DUP2 1
  35826. | #define HAVE_ERF 1
  35827. | #define HAVE_FFS 1
  35828. | #define HAVE_FINITE 1
  35829. | #define HAVE_FLOCK 1
  35830. | #define HAVE_HYPOT 1
  35831. | #define HAVE_ISINF 1
  35832. | #define HAVE_ISNAN 1
  35833. | #define HAVE_LGAMMA_R 1
  35834. | #define HAVE_MEMMOVE 1
  35835. | #define HAVE_NEXTAFTER 1
  35836. | #define HAVE_STRCHR 1
  35837. | #define HAVE_STRERROR 1
  35838. | #define HAVE_STRLCAT 1
  35839. | #define HAVE_STRLCPY 1
  35840. | #define HAVE_STRSTR 1
  35841. | #define HAVE_TGAMMA 1
  35842. | #define SPT_TYPE SPT_REUSEARGV
  35843. | #define HAVE_SIGNBIT 1
  35844. | #define HAVE_FORK 1
  35845. | #define vfork fork
  35846. | #define HAVE_WORKING_FORK 1
  35847. | #define HAVE__LONGJMP 1
  35848. | #define HAVE_ARC4RANDOM_BUF 1
  35849. | #define HAVE_ATAN2L 1
  35850. | #define HAVE_ATAN2F 1
  35851. | #define HAVE_CHROOT 1
  35852. | #define HAVE_CLOCK_GETTIME 1
  35853. | #define HAVE_COSH 1
  35854. | #define HAVE_DIRFD 1
  35855. | #define HAVE_DLOPEN 1
  35856. | #define HAVE_DLADDR 1
  35857. | #define HAVE_DUP 1
  35858. | #define HAVE_ENDGRENT 1
  35859. | #define HAVE_FCHMOD 1
  35860. | #define HAVE_FCHOWN 1
  35861. | #define HAVE_FCNTL 1
  35862. | #define HAVE_FDOPENDIR 1
  35863. | #define HAVE_FGETATTRLIST 1
  35864. | #define HAVE_FMOD 1
  35865. | #define HAVE_FSTATAT 1
  35866. | #define HAVE_FSYNC 1
  35867. | #define HAVE_FTRUNCATE 1
  35868. | #define HAVE_GETATTRLIST 1
  35869. | #define HAVE_GETCWD 1
  35870. | #define HAVE_GETGRNAM 1
  35871. | #define HAVE_GETGRNAM_R 1
  35872. | #define HAVE_GETGROUPS 1
  35873. | #define HAVE_GETPGID 1
  35874. | #define HAVE_GETPGRP 1
  35875. | #define HAVE_GETPRIORITY 1
  35876. | #define HAVE_GETPWNAM_R 1
  35877. | #define HAVE_GETRLIMIT 1
  35878. | #define HAVE_GETSID 1
  35879. | #define HAVE_GETTIMEOFDAY 1
  35880. | #define HAVE_GMTIME_R 1
  35881. | #define HAVE_INITGROUPS 1
  35882. | #define HAVE_IOCTL 1
  35883. | #define HAVE_ISSETUGID 1
  35884. | #define HAVE_KILLPG 1
  35885. | #define HAVE_LCHMOD 1
  35886. | #define HAVE_LCHOWN 1
  35887. | #define HAVE_LINK 1
  35888. | #define HAVE_LLABS 1
  35889. | #define HAVE_LOCKF 1
  35890. | #define HAVE_LOG2 1
  35891. | #define HAVE_LSTAT 1
  35892. | #define HAVE_LUTIMES 1
  35893. | #define HAVE_MALLOC_SIZE 1
  35894. | #define HAVE_MBLEN 1
  35895. | #define HAVE_MEMSET_S 1
  35896. | #define HAVE_WRITEV 1
  35897. | #define HAVE_MKFIFO 1
  35898. | #define HAVE_MKNOD 1
  35899. | #define HAVE_MKTIME 1
  35900. | #define HAVE_OPENAT 1
  35901. | #define HAVE_POLL 1
  35902. | #define HAVE_POSIX_MEMALIGN 1
  35903. | #define HAVE_PREAD 1
  35904. | #define HAVE_PWRITE 1
  35905. | #define HAVE_QSORT_R 1
  35906. | #define HAVE_READLINK 1
  35907. | #define HAVE_ROUND 1
  35908. | #define HAVE_SEEKDIR 1
  35909. | #define HAVE_SENDFILE 1
  35910. | #define HAVE_SETEGID 1
  35911. | #define HAVE_SETENV 1
  35912. | #define HAVE_SETEUID 1
  35913. | #define HAVE_SETGID 1
  35914. | #define HAVE_SETGROUPS 1
  35915. | #define HAVE_SETPGID 1
  35916. | #define HAVE_SETPGRP 1
  35917. | #define HAVE_SETREGID 1
  35918. | #define HAVE_SETREUID 1
  35919. | #define HAVE_SETRGID 1
  35920. | #define HAVE_SETRLIMIT 1
  35921. | #define HAVE_SETRUID 1
  35922. | #define HAVE_SETSID 1
  35923. | #define HAVE_SETUID 1
  35924. | #define HAVE_SHUTDOWN 1
  35925. | #define HAVE_SIGACTION 1
  35926. | #define HAVE_SIGALTSTACK 1
  35927. | #define HAVE_SIGPROCMASK 1
  35928. | #define HAVE_SINH 1
  35929. | #define HAVE_SYMLINK 1
  35930. | #define HAVE_SYSCONF 1
  35931. | #define HAVE_TANH 1
  35932. | #define HAVE_TELLDIR 1
  35933. | #define HAVE_TIMEGM 1
  35934. | #define HAVE_TIMES 1
  35935. | #define HAVE_TRUNCATE 1
  35936. | #define HAVE_UNSETENV 1
  35937. | #define HAVE_UTIMENSAT 1
  35938. | #define HAVE_UTIMES 1
  35939. | #define HAVE_WAIT4 1
  35940. | #define HAVE_WAITPID 1
  35941. | #if !defined __STDC_WANT_LIB_EXT1__
  35942. | #define __STDC_WANT_LIB_EXT1__ 1
  35943. | #endif /* !defined __STDC_WANT_LIB_EXT1__ */
  35944. | #define HAVE_BUILTIN___BUILTIN_BSWAP16 1
  35945. | #define HAVE_BUILTIN___BUILTIN_BSWAP32 1
  35946. | #define HAVE_BUILTIN___BUILTIN_BSWAP64 1
  35947. | #define HAVE_BUILTIN___BUILTIN_POPCOUNT 1
  35948. | #define HAVE_BUILTIN___BUILTIN_POPCOUNTLL 1
  35949. | #define HAVE_BUILTIN___BUILTIN_CLZ 1
  35950. | #define HAVE_BUILTIN___BUILTIN_CLZL 1
  35951. | #define HAVE_BUILTIN___BUILTIN_CLZLL 1
  35952. | #define HAVE_BUILTIN___BUILTIN_CTZ 1
  35953. | #define HAVE_BUILTIN___BUILTIN_CTZLL 1
  35954. | #define HAVE_BUILTIN___BUILTIN_ADD_OVERFLOW 1
  35955. | #define HAVE_BUILTIN___BUILTIN_SUB_OVERFLOW 1
  35956. | #define HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW 1
  35957. | #define HAVE_BUILTIN___BUILTIN_CONSTANT_P 1
  35958. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR 1
  35959. | #define HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P 1
  35960. | #define HAVE_BUILTIN___BUILTIN_TYPES_COMPATIBLE_P 1
  35961. | #define HAVE_BSD_QSORT_R 1
  35962. | #define ATAN2_INF_C99 1
  35963. | #define HAVE_CLOCK_GETRES 1
  35964. | #define HAVE_STRUCT_TM_TM_ZONE 1
  35965. | #define HAVE_TM_ZONE 1
  35966. | #define HAVE_STRUCT_TM_TM_GMTOFF 1
  35967. | #define HAVE_DAYLIGHT 1
  35968. | #define NEGATIVE_TIME_T 1
  35969. | #define POSIX_SIGNAL 1
  35970. | #define HAVE_SIG_T 1
  35971. | #define RSHIFT(x,y) ((x)>>(int)(y))
  35972. | #define HAVE__SC_CLK_TCK 1
  35973. | #define STACK_GROW_DIRECTION -1
  35974. | #define _REENTRANT 1
  35975. | #define _THREAD_SAFE 1
  35976. | #define HAVE_LIBPTHREAD 1
  35977. | #define HAVE_SCHED_YIELD 1
  35978. | #define HAVE_PTHREAD_ATTR_SETINHERITSCHED 1
  35979. | #define HAVE_PTHREAD_ATTR_GETSTACK 1
  35980. | #define HAVE_PTHREAD_ATTR_INIT 1
  35981. | #define HAVE_PTHREAD_GET_STACKADDR_NP 1
  35982. | #define HAVE_PTHREAD_GET_STACKSIZE_NP 1
  35983. | #define HAVE_PTHREAD_COND_INIT 1
  35984. | #define HAVE_PTHREAD_CONDATTR_INIT 1
  35985. | #define HAVE_PTHREAD_SIGMASK 1
  35986. | #define HAVE_PTHREAD_SETNAME_NP 1
  35987. | #define SET_CURRENT_THREAD_NAME(name) pthread_setname_np(name)
  35988. | #define DEFINE_MCONTEXT_PTR(mc, uc) mcontext_t mc = (uc)->uc_mcontext
  35989. | #define HAVE_EXECINFO_H 1
  35990. | #define HAVE_LIBUNWIND_H 1
  35991. | #define HAVE_BACKTRACE 1
  35992. | #define BROKEN_BACKTRACE 1
  35993. | #define DLEXT_MAXLEN 7
  35994. | #define DLEXT ".bundle"
  35995. | #define LIBDIR_BASENAME "lib"
  35996. | /* end confdefs.h. */
  35997. |
  35998. | #include <setjmp.h>
  35999. | #include <setjmpex.h>
  36000. |
  36001. | #define JMPARGS_1 env
  36002. | #define JMPARGS_2 env,1
  36003. | #define JMPARGS JMPARGS_1
  36004. |
  36005. | int
  36006. | main ()
  36007. | {
  36008. | jmp_buf env; _setjmpex(JMPARGS);
  36009. | ;
  36010. | return 0;
  36011. | }
  36012. configure:26847: result: no
  36013. configure:26855: checking for _setjmp as a macro or function
  36014. configure:26877: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36015. configure:26877: $? = 0
  36016. configure:26885: result: yes
  36017. configure:26893: checking for sigsetjmp as a macro or function
  36018. configure:26915: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36019. configure:26915: $? = 0
  36020. configure:26923: result: yes
  36021. configure:26930: checking for setjmp type
  36022. configure:27011: result: _setjmp
  36023. configure:27116: checking for prefix of external symbols
  36024. configure:27133: gcc -c -O3 -ggdb3 -fno-common -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36025. configure:27133: $? = 0
  36026. configure:27145: result: _
  36027. configure:27306: checking pthread.h usability
  36028. configure:27306: gcc -c -O3 -ggdb3 -fno-common -pipe -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c >&5
  36029. configure:27306: $? = 0
  36030. configure:27306: result: yes
  36031. configure:27306: checking pthread.h presence
  36032. configure:27306: gcc -E -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT conftest.c
  36033. configure:27306: $? = 0
  36034. configure:27306: result: yes
  36035. configure:27306: checking for pthread.h
  36036. configure:27306: result: yes
  36037. configure:27336: checking if make is GNU make
  36038. configure:27352: result: yes
  36039. configure:27957: ruby library version = 2.5.0
  36040. configure:28150: creating ./config.status
  36041.  
  36042. ## ---------------------- ##
  36043. ## Running config.status. ##
  36044. ## ---------------------- ##
  36045.  
  36046. This file was extended by config.status, which was
  36047. generated by GNU Autoconf 2.69. Invocation command line was
  36048.  
  36049. CONFIG_FILES =
  36050. CONFIG_HEADERS =
  36051. CONFIG_LINKS =
  36052. CONFIG_COMMANDS =
  36053. $ ./config.status
  36054.  
  36055. on Joshuas-MacBook-Pro-2.local
  36056.  
  36057. config.status:949: creating GNUmakefile
  36058. config.status:949: creating Makefile
  36059. config.status:949: creating ruby-2.5.pc
  36060.  
  36061. ## ---------------- ##
  36062. ## Cache variables. ##
  36063. ## ---------------- ##
  36064.  
  36065. ac_cv_build=x86_64-apple-darwin17.3.0
  36066. ac_cv_c_bigendian=no
  36067. ac_cv_c_char_unsigned=no
  36068. ac_cv_c_compiler_gnu=yes
  36069. ac_cv_c_const=yes
  36070. ac_cv_c_inline=inline
  36071. ac_cv_c_typeof=typeof
  36072. ac_cv_c_volatile=yes
  36073. ac_cv_cxx_compiler_gnu=yes
  36074. ac_cv_env_CCC_set=
  36075. ac_cv_env_CCC_value=
  36076. ac_cv_env_CC_set=set
  36077. ac_cv_env_CC_value=gcc
  36078. ac_cv_env_CFLAGS_set=
  36079. ac_cv_env_CFLAGS_value=
  36080. ac_cv_env_CPPFLAGS_set=
  36081. ac_cv_env_CPPFLAGS_value=
  36082. ac_cv_env_CPP_set=
  36083. ac_cv_env_CPP_value=
  36084. ac_cv_env_CXXFLAGS_set=
  36085. ac_cv_env_CXXFLAGS_value=
  36086. ac_cv_env_CXX_set=
  36087. ac_cv_env_CXX_value=
  36088. ac_cv_env_LDFLAGS_set=
  36089. ac_cv_env_LDFLAGS_value=
  36090. ac_cv_env_LIBS_set=
  36091. ac_cv_env_LIBS_value=
  36092. ac_cv_env_build_alias_set=set
  36093. ac_cv_env_build_alias_value=
  36094. ac_cv_env_cflags_set=
  36095. ac_cv_env_cflags_value=
  36096. ac_cv_env_cppflags_set=
  36097. ac_cv_env_cppflags_value=
  36098. ac_cv_env_cxxflags_set=
  36099. ac_cv_env_cxxflags_value=
  36100. ac_cv_env_host_alias_set=set
  36101. ac_cv_env_host_alias_value=
  36102. ac_cv_env_target_alias_set=set
  36103. ac_cv_env_target_alias_value=
  36104. ac_cv_func___builtin_setjmp=no
  36105. ac_cv_func___syscall=no
  36106. ac_cv_func__longjmp=yes
  36107. ac_cv_func__setjmp=yes
  36108. ac_cv_func__setjmpex=no
  36109. ac_cv_func_acosh=yes
  36110. ac_cv_func_alloca_works=yes
  36111. ac_cv_func_arc4random_buf=yes
  36112. ac_cv_func_atan2f=yes
  36113. ac_cv_func_atan2l=yes
  36114. ac_cv_func_backtrace=yes
  36115. ac_cv_func_cbrt=yes
  36116. ac_cv_func_chroot=yes
  36117. ac_cv_func_chsize=no
  36118. ac_cv_func_clock_getres=yes
  36119. ac_cv_func_clock_gettime=yes
  36120. ac_cv_func_cosh=yes
  36121. ac_cv_func_crypt=yes
  36122. ac_cv_func_crypt_r=no
  36123. ac_cv_func_daemon=no
  36124. ac_cv_func_dirfd=yes
  36125. ac_cv_func_dl_iterate_phdr=no
  36126. ac_cv_func_dladdr=yes
  36127. ac_cv_func_dlopen=yes
  36128. ac_cv_func_dup2=yes
  36129. ac_cv_func_dup3=no
  36130. ac_cv_func_dup=yes
  36131. ac_cv_func_eaccess=no
  36132. ac_cv_func_endgrent=yes
  36133. ac_cv_func_erf=yes
  36134. ac_cv_func_explicit_bzero=no
  36135. ac_cv_func_fchmod=yes
  36136. ac_cv_func_fchown=yes
  36137. ac_cv_func_fcntl=yes
  36138. ac_cv_func_fdatasync=no
  36139. ac_cv_func_fdopendir=yes
  36140. ac_cv_func_ffs=yes
  36141. ac_cv_func_fgetattrlist=yes
  36142. ac_cv_func_finite=yes
  36143. ac_cv_func_flock=yes
  36144. ac_cv_func_fmod=yes
  36145. ac_cv_func_fork=yes
  36146. ac_cv_func_fork_works=yes
  36147. ac_cv_func_fstatat=yes
  36148. ac_cv_func_fsync=yes
  36149. ac_cv_func_ftruncate64=no
  36150. ac_cv_func_ftruncate=yes
  36151. ac_cv_func_getattrlist=yes
  36152. ac_cv_func_getcontext=no
  36153. ac_cv_func_getcwd=yes
  36154. ac_cv_func_getgidx=no
  36155. ac_cv_func_getgrnam=yes
  36156. ac_cv_func_getgrnam_r=yes
  36157. ac_cv_func_getgroups=yes
  36158. ac_cv_func_getpgid=yes
  36159. ac_cv_func_getpgrp=yes
  36160. ac_cv_func_getpriority=yes
  36161. ac_cv_func_getpwnam_r=yes
  36162. ac_cv_func_getresgid=no
  36163. ac_cv_func_getresuid=no
  36164. ac_cv_func_getrlimit=yes
  36165. ac_cv_func_getsid=yes
  36166. ac_cv_func_gettimeofday=yes
  36167. ac_cv_func_getuidx=no
  36168. ac_cv_func_gmtime_r=yes
  36169. ac_cv_func_hypot=yes
  36170. ac_cv_func_initgroups=yes
  36171. ac_cv_func_ioctl=yes
  36172. ac_cv_func_isfinite=no
  36173. ac_cv_func_isinf=yes
  36174. ac_cv_func_isnan=yes
  36175. ac_cv_func_issetugid=yes
  36176. ac_cv_func_killpg=yes
  36177. ac_cv_func_lchmod=yes
  36178. ac_cv_func_lchown=yes
  36179. ac_cv_func_lgamma_r=yes
  36180. ac_cv_func_link=yes
  36181. ac_cv_func_llabs=yes
  36182. ac_cv_func_lockf=yes
  36183. ac_cv_func_log2=yes
  36184. ac_cv_func_lstat=yes
  36185. ac_cv_func_lutimes=yes
  36186. ac_cv_func_malloc_size=yes
  36187. ac_cv_func_malloc_usable_size=no
  36188. ac_cv_func_mblen=yes
  36189. ac_cv_func_memalign=no
  36190. ac_cv_func_memcmp_working=yes
  36191. ac_cv_func_memmem=no
  36192. ac_cv_func_memmove=yes
  36193. ac_cv_func_memrchr=no
  36194. ac_cv_func_memset_s=yes
  36195. ac_cv_func_mkfifo=yes
  36196. ac_cv_func_mknod=yes
  36197. ac_cv_func_mktime=yes
  36198. ac_cv_func_nextafter=yes
  36199. ac_cv_func_openat=yes
  36200. ac_cv_func_pipe2=no
  36201. ac_cv_func_poll=yes
  36202. ac_cv_func_posix_fadvise=no
  36203. ac_cv_func_posix_memalign=yes
  36204. ac_cv_func_ppoll=no
  36205. ac_cv_func_pread=yes
  36206. ac_cv_func_pthread_attr_get_np=no
  36207. ac_cv_func_pthread_attr_getstack=yes
  36208. ac_cv_func_pthread_attr_init=yes
  36209. ac_cv_func_pthread_attr_setinheritsched=yes
  36210. ac_cv_func_pthread_cond_init=yes
  36211. ac_cv_func_pthread_condattr_init=yes
  36212. ac_cv_func_pthread_condattr_setclock=no
  36213. ac_cv_func_pthread_get_stackaddr_np=yes
  36214. ac_cv_func_pthread_get_stacksize_np=yes
  36215. ac_cv_func_pthread_getattr_np=no
  36216. ac_cv_func_pthread_getthrds_np=no
  36217. ac_cv_func_pthread_set_name_np=no
  36218. ac_cv_func_pthread_setname_np=yes
  36219. ac_cv_func_pthread_sigmask=yes
  36220. ac_cv_func_pthread_stackseg_np=no
  36221. ac_cv_func_pwrite=yes
  36222. ac_cv_func_qsort_r=yes
  36223. ac_cv_func_qsort_s=no
  36224. ac_cv_func_readlink=yes
  36225. ac_cv_func_round=yes
  36226. ac_cv_func_sched_getaffinity=no
  36227. ac_cv_func_sched_yield=yes
  36228. ac_cv_func_seekdir=yes
  36229. ac_cv_func_select_large_fdset=no
  36230. ac_cv_func_sendfile=yes
  36231. ac_cv_func_setcontext=no
  36232. ac_cv_func_setegid=yes
  36233. ac_cv_func_setenv=yes
  36234. ac_cv_func_seteuid=yes
  36235. ac_cv_func_setgid=yes
  36236. ac_cv_func_setgroups=yes
  36237. ac_cv_func_setpgid=yes
  36238. ac_cv_func_setpgrp=yes
  36239. ac_cv_func_setproctitle=no
  36240. ac_cv_func_setregid=yes
  36241. ac_cv_func_setresgid=no
  36242. ac_cv_func_setresuid=no
  36243. ac_cv_func_setreuid=yes
  36244. ac_cv_func_setrgid=yes
  36245. ac_cv_func_setrlimit=yes
  36246. ac_cv_func_setruid=yes
  36247. ac_cv_func_setsid=yes
  36248. ac_cv_func_setuid=yes
  36249. ac_cv_func_shutdown=yes
  36250. ac_cv_func_sigaction=yes
  36251. ac_cv_func_sigaltstack=yes
  36252. ac_cv_func_sigprocmask=yes
  36253. ac_cv_func_sigsetjmp=yes
  36254. ac_cv_func_sinh=yes
  36255. ac_cv_func_spawnv=no
  36256. ac_cv_func_strchr=yes
  36257. ac_cv_func_strerror=yes
  36258. ac_cv_func_strlcat=yes
  36259. ac_cv_func_strlcpy=yes
  36260. ac_cv_func_strstr=yes
  36261. ac_cv_func_symlink=yes
  36262. ac_cv_func_syscall=no
  36263. ac_cv_func_sysconf=yes
  36264. ac_cv_func_tanh=yes
  36265. ac_cv_func_telldir=yes
  36266. ac_cv_func_tgamma=yes
  36267. ac_cv_func_thr_stksegment=no
  36268. ac_cv_func_timegm=yes
  36269. ac_cv_func_times=yes
  36270. ac_cv_func_truncate64=no
  36271. ac_cv_func_truncate=yes
  36272. ac_cv_func_unsetenv=yes
  36273. ac_cv_func_utimensat=yes
  36274. ac_cv_func_utimes=yes
  36275. ac_cv_func_vfork=no
  36276. ac_cv_func_vfork_works=no
  36277. ac_cv_func_wait4=yes
  36278. ac_cv_func_waitpid=yes
  36279. ac_cv_func_writev=yes
  36280. ac_cv_have_decl_getenv=yes
  36281. ac_cv_have_decl_sys_nerr=yes
  36282. ac_cv_header_a_out_h=no
  36283. ac_cv_header_atomic_h=no
  36284. ac_cv_header_crt_externs_h=yes
  36285. ac_cv_header_direct_h=no
  36286. ac_cv_header_dirent_dirent_h=yes
  36287. ac_cv_header_execinfo_h=yes
  36288. ac_cv_header_fcntl_h=yes
  36289. ac_cv_header_float_h=yes
  36290. ac_cv_header_gmp_h=yes
  36291. ac_cv_header_grp_h=yes
  36292. ac_cv_header_ieeefp_h=no
  36293. ac_cv_header_intrinsics_h=no
  36294. ac_cv_header_inttypes_h=yes
  36295. ac_cv_header_langinfo_h=yes
  36296. ac_cv_header_libunwind_h=yes
  36297. ac_cv_header_limits_h=yes
  36298. ac_cv_header_locale_h=yes
  36299. ac_cv_header_malloc_h=no
  36300. ac_cv_header_malloc_malloc_h=yes
  36301. ac_cv_header_malloc_np_h=no
  36302. ac_cv_header_memory_h=yes
  36303. ac_cv_header_minix_config_h=no
  36304. ac_cv_header_net_socket_h=no
  36305. ac_cv_header_process_h=no
  36306. ac_cv_header_pthread_h=yes
  36307. ac_cv_header_pthread_np_h=no
  36308. ac_cv_header_pwd_h=yes
  36309. ac_cv_header_setjmpex_h=no
  36310. ac_cv_header_stdbool_h=yes
  36311. ac_cv_header_stdc=yes
  36312. ac_cv_header_stdint_h=yes
  36313. ac_cv_header_stdlib_h=yes
  36314. ac_cv_header_string_h=yes
  36315. ac_cv_header_strings_h=yes
  36316. ac_cv_header_sys_attr_h=yes
  36317. ac_cv_header_sys_fcntl_h=yes
  36318. ac_cv_header_sys_file_h=yes
  36319. ac_cv_header_sys_id_h=no
  36320. ac_cv_header_sys_ioctl_h=yes
  36321. ac_cv_header_sys_mkdev_h=no
  36322. ac_cv_header_sys_param_h=yes
  36323. ac_cv_header_sys_prctl_h=no
  36324. ac_cv_header_sys_pstat_h=no
  36325. ac_cv_header_sys_resource_h=yes
  36326. ac_cv_header_sys_select_h=yes
  36327. ac_cv_header_sys_sendfile_h=no
  36328. ac_cv_header_sys_socket_h=yes
  36329. ac_cv_header_sys_stat_h=yes
  36330. ac_cv_header_sys_syscall_h=no
  36331. ac_cv_header_sys_sysmacros_h=no
  36332. ac_cv_header_sys_time_h=yes
  36333. ac_cv_header_sys_times_h=yes
  36334. ac_cv_header_sys_types_h=yes
  36335. ac_cv_header_sys_uio_h=yes
  36336. ac_cv_header_sys_utime_h=no
  36337. ac_cv_header_sys_wait_h=yes
  36338. ac_cv_header_syscall_h=no
  36339. ac_cv_header_time_h=yes
  36340. ac_cv_header_ucontext_h=yes
  36341. ac_cv_header_unistd_h=yes
  36342. ac_cv_header_utime_h=yes
  36343. ac_cv_header_valgrind_memcheck_h=no
  36344. ac_cv_header_vfork_h=no
  36345. ac_cv_host=x86_64-apple-darwin17.3.0
  36346. ac_cv_lib_crypt_crypt=no
  36347. ac_cv_lib_dl_dlopen=yes
  36348. ac_cv_lib_dld_shl_load=no
  36349. ac_cv_lib_execinfo_backtrace=no
  36350. ac_cv_lib_pthread___pthread_kill=yes
  36351. ac_cv_lib_socket_shutdown=no
  36352. ac_cv_lib_thr___pthread_kill=no
  36353. ac_cv_member_struct_stat_st_atim=no
  36354. ac_cv_member_struct_stat_st_atimensec=no
  36355. ac_cv_member_struct_stat_st_atimespec=yes
  36356. ac_cv_member_struct_stat_st_birthtimespec=yes
  36357. ac_cv_member_struct_stat_st_blksize=yes
  36358. ac_cv_member_struct_stat_st_blocks=yes
  36359. ac_cv_member_struct_stat_st_ctim=no
  36360. ac_cv_member_struct_stat_st_ctimensec=no
  36361. ac_cv_member_struct_stat_st_ctimespec=yes
  36362. ac_cv_member_struct_stat_st_mtim=no
  36363. ac_cv_member_struct_stat_st_mtimensec=no
  36364. ac_cv_member_struct_stat_st_mtimespec=yes
  36365. ac_cv_member_struct_stat_st_rdev=yes
  36366. ac_cv_member_struct_tm_tm_zone=yes
  36367. ac_cv_objext=o
  36368. ac_cv_path_BASERUBY=/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby
  36369. ac_cv_path_EGREP='/usr/bin/grep -E'
  36370. ac_cv_path_GREP=/usr/bin/grep
  36371. ac_cv_path_NROFF=/usr/bin/nroff
  36372. ac_cv_path_install='/usr/local/opt/coreutils/bin/ginstall -c'
  36373. ac_cv_path_mkdir=/usr/local/opt/coreutils/bin/gmkdir
  36374. ac_cv_prog_CC=gcc
  36375. ac_cv_prog_CPP='gcc -E'
  36376. ac_cv_prog_CXX=g++
  36377. ac_cv_prog_DOT=dot
  36378. ac_cv_prog_DOXYGEN=doxygen
  36379. ac_cv_prog_DTRACE=dtrace
  36380. ac_cv_prog_PKG_CONFIG=pkg-config
  36381. ac_cv_prog_ac_ct_AR='libtool -static'
  36382. ac_cv_prog_ac_ct_AS=as
  36383. ac_cv_prog_ac_ct_LD=ld
  36384. ac_cv_prog_ac_ct_NM=nm
  36385. ac_cv_prog_ac_ct_OBJDUMP=objdump
  36386. ac_cv_prog_ac_ct_RANLIB=:
  36387. ac_cv_prog_ac_ct_STRIP=strip
  36388. ac_cv_prog_cc_c89=
  36389. ac_cv_prog_cc_g=yes
  36390. ac_cv_prog_codesign=codesign
  36391. ac_cv_prog_cxx_g=yes
  36392. ac_cv_prog_dsymutil=dsymutil
  36393. ac_cv_prog_gcc_traditional=no
  36394. ac_cv_prog_make_make_set=yes
  36395. ac_cv_safe_to_define___extensions__=yes
  36396. ac_cv_search___gmpz_init=-lgmp
  36397. ac_cv_search_opendir='none required'
  36398. ac_cv_sizeof___int128=16
  36399. ac_cv_sizeof___int64=0
  36400. ac_cv_sizeof_clock_t=8
  36401. ac_cv_sizeof_double=8
  36402. ac_cv_sizeof_float=4
  36403. ac_cv_sizeof_int16_t=2
  36404. ac_cv_sizeof_int32_t=4
  36405. ac_cv_sizeof_int64_t=8
  36406. ac_cv_sizeof_int8_t=1
  36407. ac_cv_sizeof_int=4
  36408. ac_cv_sizeof_intptr_t=8
  36409. ac_cv_sizeof_long=8
  36410. ac_cv_sizeof_long_long=8
  36411. ac_cv_sizeof_off_t=8
  36412. ac_cv_sizeof_ptrdiff_t=8
  36413. ac_cv_sizeof_short=2
  36414. ac_cv_sizeof_size_t=8
  36415. ac_cv_sizeof_ssize_t=8
  36416. ac_cv_sizeof_struct_stat_st_blocks=SIZEOF_OFF_T
  36417. ac_cv_sizeof_struct_stat_st_ino=SIZEOF_LONG
  36418. ac_cv_sizeof_struct_stat_st_size=SIZEOF_OFF_T
  36419. ac_cv_sizeof_struct_timeval_tv_sec=SIZEOF_TIME_T
  36420. ac_cv_sizeof_time_t=8
  36421. ac_cv_sizeof_uint16_t=2
  36422. ac_cv_sizeof_uint32_t=4
  36423. ac_cv_sizeof_uint64_t=8
  36424. ac_cv_sizeof_uint8_t=1
  36425. ac_cv_sizeof_uintptr_t=8
  36426. ac_cv_sizeof_voidp=8
  36427. ac_cv_struct_tm=time.h
  36428. ac_cv_sys_file_offset_bits=no
  36429. ac_cv_sys_largefile_CC=no
  36430. ac_cv_target=x86_64-apple-darwin17.3.0
  36431. ac_cv_type__Bool=yes
  36432. ac_cv_type_clockid_t=no
  36433. ac_cv_type_dev_t=yes
  36434. ac_cv_type_fd_mask=no
  36435. ac_cv_type_getgroups=gid_t
  36436. ac_cv_type_gid_t=yes
  36437. ac_cv_type_long_long=yes
  36438. ac_cv_type_mode_t=yes
  36439. ac_cv_type_off_t=yes
  36440. ac_cv_type_pid_t=yes
  36441. ac_cv_type_rlim_t=yes
  36442. ac_cv_type_sig_t=yes
  36443. ac_cv_type_signal=void
  36444. ac_cv_type_size_t=yes
  36445. ac_cv_type_struct_timespec=yes
  36446. ac_cv_type_struct_timeval=yes
  36447. ac_cv_type_struct_timezone=yes
  36448. ac_cv_type_time_t=yes
  36449. ac_cv_type_uid_t=yes
  36450. ac_cv_working_alloca_h=yes
  36451. rb_cv_arflags='-no_warning_for_no_symbols -o'
  36452. rb_cv_atan2_inf_c99=yes
  36453. rb_cv_binary_elf=no
  36454. rb_cv_broken_backtrace=yes
  36455. rb_cv_broken_crypt=yes
  36456. rb_cv_broken_glibc_ia64_erfc=no
  36457. rb_cv_broken_memmem=yes
  36458. rb_cv_bsd_qsort_r=yes
  36459. rb_cv_builtin___builtin_add_overflow=yes
  36460. rb_cv_builtin___builtin_bswap16=yes
  36461. rb_cv_builtin___builtin_bswap32=yes
  36462. rb_cv_builtin___builtin_bswap64=yes
  36463. rb_cv_builtin___builtin_choose_expr=yes
  36464. rb_cv_builtin___builtin_choose_expr_constant_p=yes
  36465. rb_cv_builtin___builtin_clz=yes
  36466. rb_cv_builtin___builtin_clzl=yes
  36467. rb_cv_builtin___builtin_clzll=yes
  36468. rb_cv_builtin___builtin_constant_p=yes
  36469. rb_cv_builtin___builtin_ctz=yes
  36470. rb_cv_builtin___builtin_ctzll=yes
  36471. rb_cv_builtin___builtin_mul_overflow=yes
  36472. rb_cv_builtin___builtin_mul_overflow_p=no
  36473. rb_cv_builtin___builtin_popcount=yes
  36474. rb_cv_builtin___builtin_popcountll=yes
  36475. rb_cv_builtin___builtin_sub_overflow=yes
  36476. rb_cv_builtin___builtin_types_compatible_p=yes
  36477. rb_cv_char_bit=8
  36478. rb_cv_clockid_t_convertible=INT
  36479. rb_cv_cppoutfile=yes
  36480. rb_cv_dev_t_convertible=INT
  36481. rb_cv_dlopen=yes
  36482. rb_cv_dtrace_available='yes(-xnolibs)'
  36483. rb_cv_dynamic_alloca=ok
  36484. rb_cv_enum_over_int=yes
  36485. rb_cv_fork_with_pthread=yes
  36486. rb_cv_func___always_inline__='__attribute__ ((__always_inline__)) x'
  36487. rb_cv_func___builtin_unreachable=yes
  36488. rb_cv_func___const__='__attribute__ ((__const__)) x'
  36489. rb_cv_func___deprecated__='__attribute__ ((__deprecated__)) x'
  36490. rb_cv_func___error__=x
  36491. rb_cv_func___noinline__='__attribute__ ((__noinline__)) x'
  36492. rb_cv_func___noreturn__='__attribute__ ((__noreturn__)) x'
  36493. rb_cv_func___pure__='__attribute__ ((__pure__)) x'
  36494. rb_cv_func___unused__='__attribute__ ((__unused__)) x'
  36495. rb_cv_func___warn_unused_result__='__attribute__ ((__warn_unused_result__)) x'
  36496. rb_cv_func___warning__=x
  36497. rb_cv_func_cdecl='__attribute__ ((__cdecl__)) x'
  36498. rb_cv_func_deprecated_by='__attribute__ ((__deprecated__("by "#n))) x'
  36499. rb_cv_func_exported='__attribute__ ((__visibility__("default")))'
  36500. rb_cv_func_fastcall=x
  36501. rb_cv_func_minimized=x
  36502. rb_cv_func_pthread_setname_np_arguments='(name)'
  36503. rb_cv_func_stdcall=x
  36504. rb_cv_func_unoptimized=x
  36505. rb_cv_func_weak='__attribute__ ((__weak__)) x'
  36506. rb_cv_function_name_string=__func__
  36507. rb_cv_gcc_atomic_builtins=yes
  36508. rb_cv_gcc_function_alias=no
  36509. rb_cv_gcc_sync_builtins=yes
  36510. rb_cv_getcwd_malloc=yes
  36511. rb_cv_gid_t_convertible=UINT
  36512. rb_cv_gnu_qsort_r=no
  36513. rb_cv_have_daylight=yes
  36514. rb_cv_have_prototypes=yes
  36515. rb_cv_have_sc_clk_tck=yes
  36516. rb_cv_have_signbit=yes
  36517. rb_cv_infinity=yes
  36518. rb_cv_large_fd_select=no
  36519. rb_cv_localtime_overflow=yes
  36520. rb_cv_mcontext_t_ptr=yes
  36521. rb_cv_member_struct_tm_tm_gmtoff=yes
  36522. rb_cv_mode_t_convertible=UINT
  36523. rb_cv_nan=yes
  36524. rb_cv_negative_time_t=yes
  36525. rb_cv_off_t_convertible=LL
  36526. rb_cv_packed_struct='x __attribute__((packed))'
  36527. rb_cv_pid_t_convertible=INT
  36528. rb_cv_pri_prefix_long_long=ll
  36529. rb_cv_pri_prefix_ptrdiff_t=t
  36530. rb_cv_pri_prefix_size_t=z
  36531. rb_cv_prog_dtrace_g=no
  36532. rb_cv_prog_gnu_ld=no
  36533. rb_cv_rlim_t_convertible=ULL
  36534. rb_cv_rshift_sign=yes
  36535. rb_cv_scalar_pthread_t=yes
  36536. rb_cv_stack_end_address=no
  36537. rb_cv_stack_grow_dir_x86_64=-1
  36538. rb_cv_stdarg=yes
  36539. rb_cv_string_literal_concatenation=yes
  36540. rb_cv_stringization='#expr'
  36541. rb_cv_symbol_prefix=_
  36542. rb_cv_target_archs=x86_64
  36543. rb_cv_time_t_convertible=LONG
  36544. rb_cv_tokenpaste=ansi
  36545. rb_cv_type_deprecated='x __attribute__ ((__deprecated__ mesg))'
  36546. rb_cv_type_int128_t=__int128
  36547. rb_cv_type_int16_t=yes
  36548. rb_cv_type_int32_t=yes
  36549. rb_cv_type_int64_t=yes
  36550. rb_cv_type_int8_t=yes
  36551. rb_cv_type_intptr_t=yes
  36552. rb_cv_type_ssize_t=yes
  36553. rb_cv_type_uint128_t='unsigned __int128'
  36554. rb_cv_type_uint16_t=yes
  36555. rb_cv_type_uint32_t=yes
  36556. rb_cv_type_uint64_t=yes
  36557. rb_cv_type_uint8_t=yes
  36558. rb_cv_type_uintptr_t=yes
  36559. rb_cv_uid_t_convertible=UINT
  36560. rb_cv_unsetenv_return_value=yes
  36561. rb_cv_va_args_macro=yes
  36562. rb_cv_warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens'
  36563. rb_cv_wsuppress_flags=-Qunused-arguments
  36564.  
  36565. ## ----------------- ##
  36566. ## Output variables. ##
  36567. ## ----------------- ##
  36568.  
  36569. $(POSTLINK)'
  36570. ALLOCA=''
  36571. AR='libtool -static'
  36572. ARCHFILE=''
  36573. ARCH_FLAG=''
  36574. ARFLAGS='-no_warning_for_no_symbols -o '
  36575. AS='as'
  36576. ASFLAGS=''
  36577. ASMEXT='S'
  36578. Apple LLVM version 9.0.0 (clang-900.0.39.2)
  36579. BASERUBY='/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby --disable=gems'
  36580. BOOTSTRAPRUBY='$(MINIRUBY)'
  36581. BTESTRUBY='$(MINIRUBY)'
  36582. BUILTIN_ENCOBJS=' enc/ascii.$(OBJEXT) enc/us_ascii.$(OBJEXT) enc/unicode.$(OBJEXT) enc/utf_8.$(OBJEXT)'
  36583. BUILTIN_TRANSOBJS=' enc/trans/newline.$(OBJEXT)'
  36584. BUILTIN_TRANSSRCS=' enc/trans/newline.c'
  36585. CAPITARGET='nodoc'
  36586. CC='gcc'
  36587. CCDLFLAGS='-fno-common'
  36588. CC_VERSION='$(CC) --version'
  36589. CC_VERSION_MESSAGE='Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  36590. CFLAGS='${cflags} -fno-common -pipe'
  36591. CHDIR='cd -P'
  36592. COMMON_HEADERS=''
  36593. COMMON_LIBS=''
  36594. COMMON_MACROS=''
  36595. CONFIGURE='configure'
  36596. COUTFLAG='-o '
  36597. CP='cp'
  36598. CPP='$(CC) -E'
  36599. CPPFLAGS=' -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT $(DEFS) ${cppflags}'
  36600. CPPOUTFILE='-o conftest.i'
  36601. CROSS_COMPILING='no'
  36602. CSRCFLAG=''
  36603. CXX='g++'
  36604. CXXFLAGS='${cxxflags}'
  36605. DEFS=''
  36606. DESTDIR=''
  36607. DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib'
  36608. DLDLIBS=''
  36609. DLEXT2=''
  36610. DLEXT='bundle'
  36611. DLLWRAP=''
  36612. DLNOBJ='dln.o'
  36613. DOT='dot'
  36614. DOXYGEN='doxygen'
  36615. DTRACE='dtrace'
  36616. DTRACE_EXT='d'
  36617. DTRACE_OBJ=''
  36618. DTRACE_OPT='-xnolibs'
  36619. DTRACE_REBUILD=''
  36620. ECHO_C='\c'
  36621. ECHO_N=''
  36622. ECHO_T=''
  36623. EGREP='/usr/bin/grep -E'
  36624. ENABLE_DEBUG_ENV=''
  36625. ENABLE_SHARED='yes'
  36626. ENCOBJS='dmyenc.$(OBJEXT)'
  36627. ENCSTATIC=''
  36628. EXECUTABLE_EXTS=''
  36629. EXEEXT=''
  36630. EXPORT_PREFIX=''
  36631. EXTDLDFLAGS=''
  36632. EXTLDFLAGS=''
  36633. EXTOBJS='dmyext.$(OBJEXT)'
  36634. EXTOUT='.ext'
  36635. EXTSTATIC=''
  36636. GCC='yes'
  36637. GIT='git'
  36638. GNU_LD='no'
  36639. GREP='/usr/bin/grep'
  36640. HAVE_BASERUBY='yes'
  36641. HAVE_GIT='yes'
  36642. INSTALLDOC='nodoc'
  36643. INSTALL_DATA='${INSTALL} -m 644'
  36644. INSTALL_PROGRAM='${INSTALL}'
  36645. INSTALL_SCRIPT='${INSTALL}'
  36646. INSTALL_STATIC_LIBRARY='no'
  36647. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin'
  36648. LD='ld'
  36649. LDFLAGS='-L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl@1.1/lib'
  36650. LDSHARED='$(CC) -dynamic -bundle'
  36651. LDSHAREDXX='$(CXX) -dynamic -bundle'
  36652. LIBEXT='a'
  36653. LIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.o ${LIBOBJDIR}setproctitle$U.o'
  36654. LIBPATHENV='DYLD_LIBRARY_PATH'
  36655. LIBPATHFLAG=' -L%s'
  36656. LIBRUBY='$(LIBRUBY_SO)'
  36657. LIBRUBYARG='$(LIBRUBYARG_SHARED)'
  36658. LIBRUBYARG_SHARED='-l$(RUBY_SO_NAME)'
  36659. LIBRUBYARG_STATIC='-l$(RUBY_SO_NAME)-static -framework Foundation'
  36660. LIBRUBY_A='lib$(RUBY_SO_NAME)-static.a'
  36661. LIBRUBY_ALIASES='$(LIBRUBY_SONAME) lib$(RUBY_INSTALL_NAME).$(SOEXT)'
  36662. LIBRUBY_A_OBJS='$(OBJS)'
  36663. LIBRUBY_DLDFLAGS='-Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/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)'
  36664. LIBRUBY_LDSHARED='$(CC) -dynamiclib'
  36665. LIBRUBY_RELATIVE='no'
  36666. LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT)'
  36667. LIBRUBY_SONAME='lib$(RUBY_BASE_NAME).$(RUBY_API_VERSION).$(SOEXT)'
  36668. LIBS='-lpthread -lgmp -ldl -lobjc'
  36669. LINK_SO='
  36670. LN_S='ln -s'
  36671. LTLIBOBJS=' ${LIBOBJDIR}explicit_bzero$U.lo ${LIBOBJDIR}setproctitle$U.lo'
  36672. MAINLIBS=''
  36673. MAJOR='2'
  36674. MAKEDIRS='/usr/local/opt/coreutils/bin/gmkdir -p'
  36675. MAKEFILES='Makefile GNUmakefile'
  36676. MANTYPE='doc'
  36677. MINIOBJS='dmydln.o'
  36678. MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib -I. -I$(EXTOUT)/common'
  36679. MINOR='5'
  36680. MKDIR_P='/usr/local/opt/coreutils/bin/gmkdir -p'
  36681. NM='nm'
  36682. NULLCMD=':'
  36683. OBJCOPY=':'
  36684. OBJDUMP='objdump'
  36685. OBJEXT='o'
  36686. OUTFLAG='-o '
  36687. PACKAGE='ruby'
  36688. PACKAGE_BUGREPORT=''
  36689. PACKAGE_NAME=''
  36690. PACKAGE_STRING=''
  36691. PACKAGE_TARNAME=''
  36692. PACKAGE_URL=''
  36693. PACKAGE_VERSION=''
  36694. PATH_SEPARATOR=':'
  36695. PKG_CONFIG='pkg-config'
  36696. PLATFORM_DIR=''
  36697. POSTLINK='dsymutil $@; { test -z '\''$(RUBY_CODESIGN)'\'' || codesign -s '\''$(RUBY_CODESIGN)'\'' -f $@; }'
  36698. PRELOADENV='DYLD_INSERT_LIBRARIES'
  36699. PREP='miniruby$(EXEEXT) exe/$(PROGRAM)'
  36700. RANLIB=':'
  36701. RDOCTARGET='nodoc'
  36702. RI_BASE_NAME='ri'
  36703. RM='rm -f'
  36704. RMALL='rm -fr'
  36705. RMDIR='rmdir'
  36706. RMDIRS='rmdir -p'
  36707. RPATHFLAG=''
  36708. RUBYW_BASE_NAME='rubyw'
  36709. RUBYW_INSTALL_NAME=''
  36710. RUBY_API_VERSION='$(MAJOR).$(MINOR)'
  36711. RUBY_BASE_NAME='ruby'
  36712. RUBY_EXEC_PREFIX='/Users/jpowell/.rvm/rubies/ruby-2.5.0'
  36713. RUBY_INSTALL_NAME='$(RUBY_BASE_NAME)'
  36714. RUBY_LIB_VERSION=''
  36715. RUBY_LIB_VERSION_STYLE='3 /* full */'
  36716. RUBY_PROGRAM_VERSION='2.5.0'
  36717. RUBY_SEARCH_PATH=''
  36718. RUBY_SO_NAME='$(RUBY_BASE_NAME).$(RUBY_PROGRAM_VERSION)'
  36719. RUBY_VERSION_NAME='${RUBY_BASE_NAME}-${ruby_version}'
  36720. RUNRUBY='$(RUNRUBY_COMMAND) --'
  36721. RUNRUBY_COMMAND='$(MINIRUBY) $(srcdir)/tool/runruby.rb --extout=$(EXTOUT) $(RUNRUBYOPT)'
  36722. SET_MAKE=''
  36723. SHELL='/bin/sh'
  36724. SOEXT='dylib'
  36725. SOLIBS='$(LIBS)'
  36726. STATIC=''
  36727. STRIP='strip -A -n'
  36728. SYMBOL_PREFIX='_'
  36729. TEENY='0'
  36730. TEST_RUNNABLE='yes'
  36731. THREAD_MODEL='pthread'
  36732. TRY_LINK=''
  36733. Target: x86_64-apple-darwin17.3.0
  36734. Thread model: posix
  36735. UNIVERSAL_ARCHNAMES=''
  36736. UNIVERSAL_INTS=''
  36737. USE_RUBYGEMS='YES'
  36738. WERRORFLAG='-Werror'
  36739. WINDRES=''
  36740. XCFLAGS='-D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT'
  36741. XLDFLAGS='-fstack-protector -framework Foundation'
  36742. XRUBY='$(RUNRUBY)'
  36743. XRUBY_LIBDIR=''
  36744. XRUBY_RUBYHDRDIR=''
  36745. XRUBY_RUBYLIBDIR=''
  36746. ac_ct_CC=''
  36747. ac_ct_CXX=''
  36748. ac_ct_OBJCOPY=''
  36749. ac_ct_OBJDUMP='objdump'
  36750. arch='x86_64-darwin17'
  36751. archincludedir='${includedir}/${arch}'
  36752. archlibdir='${libdir}/${arch}'
  36753. bindir='${exec_prefix}/bin'
  36754. build='x86_64-apple-darwin17.3.0'
  36755. build_alias=''
  36756. build_cpu='x86_64'
  36757. build_os='darwin17.3.0'
  36758. build_vendor='apple'
  36759. cflags='${optflags} ${debugflags} ${warnflags}'
  36760. codesign='codesign'
  36761. configure_args=' '\''--prefix=/Users/jpowell/.rvm/rubies/ruby-2.5.0'\'' '\'''\'' '\''--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl@1.1'\'' '\''--disable-install-doc'\'' '\''--enable-shared'\'' '\''build_alias='\'' '\''host_alias='\'' '\''target_alias='\'' '\''CC=gcc'\'''
  36762. cppflags=''
  36763. cxxflags='${optflags} ${debugflags} ${warnflags}'
  36764. datadir='${datarootdir}'
  36765. datarootdir='${prefix}/share'
  36766. debugflags='-ggdb3'
  36767. docdir='${datarootdir}/doc/${PACKAGE}'
  36768. dsymutil='dsymutil'
  36769. dvidir='${docdir}'
  36770. exec='exec'
  36771. exec_prefix='${prefix}'
  36772. host='x86_64-apple-darwin17.3.0'
  36773. host_alias=''
  36774. host_cpu='x86_64'
  36775. host_os='darwin17.3.0'
  36776. host_vendor='apple'
  36777. htmldir='${docdir}'
  36778. includedir='${prefix}/include'
  36779. infodir='${datarootdir}/info'
  36780. libdir='${exec_prefix}/lib'
  36781. libdirname='libdir'
  36782. libexecdir='${exec_prefix}/libexec'
  36783. localedir='${datarootdir}/locale'
  36784. localstatedir='${prefix}/var'
  36785. mandir='${datarootdir}/man'
  36786. oldincludedir='/usr/include'
  36787. optflags='-O3'
  36788. pdfdir='${docdir}'
  36789. prefix='/Users/jpowell/.rvm/rubies/ruby-2.5.0'
  36790. program_transform_name='s&^&&'
  36791. psdir='${docdir}'
  36792. ridir='${datarootdir}/${RI_BASE_NAME}'
  36793. ruby_pc='ruby-2.5.pc'
  36794. ruby_version='2.5.0'
  36795. rubyarchdir='${rubylibdir}/${arch}'
  36796. rubyarchhdrdir='${rubyhdrdir}/${arch}'
  36797. rubyarchprefix='${rubylibprefix}/${arch}'
  36798. rubyhdrdir='${includedir}/${RUBY_VERSION_NAME}'
  36799. rubylibdir='${rubylibprefix}/${ruby_version}'
  36800. rubylibprefix='${libdir}/${RUBY_BASE_NAME}'
  36801. rubysitearchprefix='${rubylibprefix}/${sitearch}'
  36802. rubyw_install_name=''
  36803. sbindir='${exec_prefix}/sbin'
  36804. setup='Setup'
  36805. sharedstatedir='${prefix}/com'
  36806. sitearch='${arch}'
  36807. sitearchdir='${sitelibdir}/${sitearch}'
  36808. sitearchhdrdir='${sitehdrdir}/${sitearch}'
  36809. sitearchincludedir='${includedir}/${sitearch}'
  36810. sitearchlibdir='${libdir}/${sitearch}'
  36811. sitedir='${rubylibprefix}/site_ruby'
  36812. sitehdrdir='${rubyhdrdir}/site_ruby'
  36813. sitelibdir='${sitedir}/${ruby_version}'
  36814. strict_warnflags=''
  36815. sysconfdir='${prefix}/etc'
  36816. target='x86_64-apple-darwin17'
  36817. target_alias=''
  36818. target_cpu='x86_64'
  36819. target_os='darwin17'
  36820. target_vendor='apple'
  36821. try_header=''
  36822. vendorarchdir='${vendorlibdir}/${sitearch}'
  36823. vendorarchhdrdir='${vendorhdrdir}/${sitearch}'
  36824. vendordir='${rubylibprefix}/vendor_ruby'
  36825. vendorhdrdir='${rubyhdrdir}/vendor_ruby'
  36826. vendorlibdir='${vendordir}/${ruby_version}'
  36827. warnflags='-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens'
  36828.  
  36829. configure: exit 0
Add Comment
Please, Sign In to add comment